body {
    font-family: Proximanova, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: PosterizerKG, sans-serif;
    color: #043353;
    font-size: 46px;
    line-height: 46px;
    font-weight: 300;
}

p {
    margin-bottom: 0px;
    color: #043353;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

a {
    color: #fff;
    text-decoration: none;
}

img {
    display: inline-block;
    max-width: 1000%;
}

strong {
    font-weight: bold;
}

.bg-pano {
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    opacity: 1;
}

.content-wrapper {
    position: fixed;
    z-index: 20;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.content-wrapper.ch1 {
    display: none;
}

.content-wrapper.ch-intro {
    display: none;
}

.content-wrapper.ch2 {
    display: none;
}

.content-wrapper.ch3 {
    display: none;
}

.content-wrapper.ch5 {
    display: none;
}

.content-wrapper.ch4 {
    display: none;
}

.content-wrapper.ch6 {
    display: none;
}

.content-wrapper.ch7 {
    display: none;
}

.content-wrapper.ch-outro {
    display: none;
}

.ch-outro .content-container {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.section.ch-100pc {
    height: 10000px;
}

.section.intro {
    height: 3000px;
}

.section.outro {
    height: 2000px;
}

.section.ch-80pc {
    height: 8000px;
}

.section.ch-40pc {
    height: 4000px;
}

.section.ch-120pc {
    height: 12000px;
}

.frame-container {
    z-index: 20;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: inset 0 0 0 1px #fff;
}

.frame-wrapper {
    position: fixed;
    z-index: 30;
    width: 100%;
    height: 100%;
    padding: 40px;
}

.nav-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: inset 0 0 0 1px #fff;
}

.menu-wrapper {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
    color: #fff;
}

.ch-num-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ch-name-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ch-name {
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: 6px;
    text-transform: uppercase;
    white-space: nowrap;
}

.ch-name-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.ch-progress {
    position: absolute;
    top: 0px;
    width: 3px;
    height: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #fff;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.ch-num {
    font-family: PosterizerKG, sans-serif;
    font-size: 20px;
    line-height: 50px;
    font-weight: 300;
}

.scene-tint {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(4, 51, 83, 0.5)), color-stop(30%, rgba(4, 51, 83, 0)));
    background-image: linear-gradient(90deg, rgba(4, 51, 83, 0.5), rgba(4, 51, 83, 0) 30%);
}

.title-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ch-title {
    z-index: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
}

.ch-title-border {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    margin-top: -20px;
    margin-bottom: -20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #043353;
}

.text-container {
    position: absolute;
    z-index: 40;
    width: 100%;
    height: 100%;
}

.ch-text {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 90px 90px 90px 140px;
}

.ch-text.text-top-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: linear-gradient(185deg, rgba(4, 51, 83, 0.6), rgba(4, 51, 83, 0) 60%);
}

.ch-text.text-top-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: linear-gradient(175deg, rgba(4, 51, 83, 0.6), rgba(4, 51, 83, 0) 60%);
}

.ch-text.text-bot-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: linear-gradient(5deg, rgba(4, 51, 83, 0.6), rgba(4, 51, 83, 0) 60%);
}

.ch-text.text-bot-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: linear-gradient(-5deg, rgba(4, 51, 83, 0.6), rgba(4, 51, 83, 0) 60%);
}

.ch-text.text-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(4, 51, 83, 0.5);
}

.ch-p {
    color: #fff;
}

.ch-p-wrapper {
    overflow: hidden;
    width: 980px;
    font-size: 28px;
    line-height: 38px;
}

.title-wrapper {
    position: absolute;
    z-index: 30;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.lottie-container {
    position: absolute;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(4, 51, 83, 0.8);
}

.lottie-container.lottie-transp {
    background-color: transparent;
}

.white-frame-container {
    position: absolute;
    z-index: 50;
    display: -ms-grid;
    display: grid;
    overflow: hidden;
    width: 100%;
    height: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 40px 1fr 40px;
    grid-template-columns: 40px 1fr 40px;
    -ms-grid-rows: 40px auto 40px;
    grid-template-rows: 40px auto 40px;
}

.white-frame-border {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.white-frame-border._wf-t {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.white-frame-border._wf-l {
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.white-frame-border._wf-b {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.white-frame-border._wf-r {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.ch-side-text {
    position: absolute;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ch-side-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
}

.ch-side-container.side-no-scroll {
    padding-top: 40px;
}

.video-thumb-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 260px;
    margin-top: 10px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    cursor: pointer;
    background-size: cover;
}

.video-thumb {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.play-button {
    position: absolute;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 50px;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-shadow: inset 0 0 0 1px #fff;
}

.play-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.play-icon {
    width: 18px;
    margin-left: 2px;
}

.play-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
}

.play-text {
    margin-top: 1px;
    color: #043353;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.side-p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
}

.ch-side-text-wrapper {
    position: relative;
    overflow: hidden;
    width: 500px;
    background-color: #fff;
}

.side-divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #043353;
}

.sede-devider-dot {
    width: 13px;
    height: 13px;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #043353;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ch-side-tint {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, hsla(0, 0%, 100%, 0)), to(#fff));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 60%, #fff);
}

.m-text-section {
    display: none;
}

.m-p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
}

.m-play-button {
    position: absolute;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 50px;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-shadow: inset 0 0 0 1px #fff;
}

.section-anchor {
    position: relative;
    top: -100vh;
    display: block;
    height: 0px;
}

.anchors-test {
    position: fixed;
    z-index: 999;
    display: none;
    width: 100%;
    height: 30px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.anchor-link {
    width: 30px;
    height: 30px;
    box-shadow: inset 0 0 0 2px red;
}

.scroll-p-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 980px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
    line-height: 38px;
}

.scroll-p-container.p-center-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.scroll-p-container.scroll-p-left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.scroll-p {
    color: #fff;
    text-align: center;
}

.scroll-p.scroll-height {
    position: static;
}

.scroll-p.corner-p-align {
    text-align: left;
}

.test-title-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.test-title {
    font-family: PosterizerKG, sans-serif;
    color: #18a4e0;
    font-size: 260px;
    line-height: 220px;
}

.preloader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.preloader-lottie {
    width: 350px;
}

.preloader-lottie-wrapper {
    overflow: hidden;
}

.preloader-container {
    position: fixed;
    z-index: 50;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.video-popup {
    position: fixed;
    z-index: 40;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(4, 51, 83, 0.9);
}

.video-big {
    display: block;
    max-height: 80vh;
    max-width: 80vw;
    -o-object-fit: contain;
    object-fit: contain;
}

.video-container {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.close-popup-container {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

.close-popup-text {
    margin-top: 2px;
    margin-left: 2px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.close-popup-text.close-filled {
    background-color: #fff;
    color: #043353;
}

.close-popup-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.close-popup-wrapper.close-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    color: #043353;
}

.close-popup-wrapper.close-blue {
    background-color: #043353;
}

.video-big-wrapper {
    padding: 20px;
    box-shadow: inset 0 0 0 1px #fff;
}

.close-popup-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.menu-button {
    position: fixed;
    left: 40px;
    top: 40px;
    z-index: 40;
    width: 50px;
    height: 50px;
    background-color: #fff;
}

.menu-open {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.menu-close {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.ch-name-container-menu {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform: translate(-100%, 0px) rotate(-90deg);
    -ms-transform: translate(-100%, 0px) rotate(-90deg);
    transform: translate(-100%, 0px) rotate(-90deg);
}

.ch-name-menu {
    position: absolute;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: 6px;
    text-transform: uppercase;
    white-space: nowrap;
}

.ch-num-container-menu {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ch-num-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 50px;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-shadow: inset 0 0 0 1px #fff;
}

.ch-num-menu {
    font-family: PosterizerKG, sans-serif;
    font-size: 20px;
    line-height: 50px;
    font-weight: 300;
}

.outro-buttons-container {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 460px;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    z-index: 40;
}

.outro-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 46%;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: inset 0 0 0 1px #fff;
    cursor: pointer;
    margin: auto;
}

.outro-button-text {
    margin-top: 2px;
    margin-left: 2px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.outro-button-text.close-filled {
    background-color: #fff;
    color: #043353;
}

.outro-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.outro-button-wrapper.close-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    color: #043353;
}

.outro-button-wrapper.close-blue {
    background-color: #18a4e0;
}

.outro-button-wrapper.outro-filled {
    background-color: #fff;
    color: #043353;
}

.scroll-p-wrapper {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.scroll-p-wrapper.scroll-height {
    position: static;
}

.scroll-p-wrapper.corner-p {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.menu-icon {
    width: 100%;
    height: 100%;
}

.menu-point {
    width: 50px;
    height: 50px;
    box-shadow: inset 0 0 0 3px red;
    cursor: pointer;
}

.content-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.read-wrapper {
    position: absolute;
    z-index: 60;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-right: 40px;
    padding-left: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.read-line-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 3px;
    height: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.read-line {
    height: 120px;
}

.read-text {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.read-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-map {
    height: 100px;
}

.longread-button-container {
    position: fixed;
    bottom: 50px;
    z-index: 40;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 1px;
    padding-right: 40px;
    padding-left: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.longread-button-wrapper {
    overflow: hidden;
    height: 40px;
}

.longread-button {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
    font-family: Proximanova, sans-serif;
    color: #043353;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
}

.longread-button.button-blue {
    background-color: #043353;
    color: #fff;
}

.longread-button-mask {
    overflow: hidden;
    height: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.read-m-wrapper {
    position: fixed;
    bottom: 0px;
    z-index: 25;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-right: 40px;
    padding-left: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.read-m-line {
    height: 120px;
}

.read-m-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .content-wrapper.ch-outro {
        display: none;
    }

    .frame-wrapper {
        padding: 20px;
    }

    .nav-container {
        width: 40px;
    }

    .menu-wrapper {
        width: 40px;
        height: 40px;
    }

    .ch-num-container {
        width: 40px;
        height: 40px;
    }

    .ch-name {
        line-height: 40px;
    }

    .ch-name-container {
        width: 40px;
        height: 40px;
    }

    .ch-num {
        line-height: 40px;
    }

    .scene-tint {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(4, 51, 83, 0.5)), color-stop(20%, rgba(4, 51, 83, 0)));
        background-image: linear-gradient(90deg, rgba(4, 51, 83, 0.5), rgba(4, 51, 83, 0) 20%);
    }

    .text-container {
        display: none;
    }

    .white-frame-container {
        display: none;
    }

    .video-thumb-container {
        width: 120px;
        height: auto;
        margin-top: 5px;
        margin-right: 20px;
        margin-bottom: 25px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .play-icon {
        width: 14px;
    }

    .side-divider {
        margin-top: 50px;
        margin-bottom: 50px;
        background-color: #fff;
    }

    .sede-devider-dot {
        width: 11px;
        height: 11px;
        background-color: #fff;
        box-shadow: none;
    }

    .m-text-section {
        position: absolute;
        z-index: 40;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 60px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(4, 51, 83, 0.9)), to(rgba(4, 51, 83, 0)));
        background-image: linear-gradient(0deg, rgba(4, 51, 83, 0.9) 30%, rgba(4, 51, 83, 0));
    }

    .m-text-section.m-text-intro {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(4, 51, 83, 0.5);
        background-image: none;
    }

    .m-text-container {
        padding: 20px 40px;
    }

    .m-p {
        color: #fff;
    }

    .m-p.pic-p {
        margin-bottom: 0px;
    }

    .m-text-wrapper {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        height: 600px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .m-text-wrapper.m-text-wrapper-intro {
        overflow: hidden;
        height: 90px;
        text-align: center;
    }

    .m-text-border {
        position: absolute;
        z-index: 10;
        width: 100%;
        height: 1px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        background-color: #fff;
    }

    .m-p-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
    }

    .m-play-button {
        width: 40px;
        height: 40px;
    }

    .m-video-thumb-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        width: 120px;
        margin-top: 5px;
        margin-right: 20px;
        margin-bottom: 5px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background-size: cover;
    }

    .preloader-lottie {
        width: 300px;
    }

    .video-big {
        max-height: 60vh;
    }

    .close-popup-container {
        top: -10px;
        right: -10px;
        height: 40px;
    }

    .close-popup-text {
        font-size: 12px;
    }

    .close-popup-wrapper {
        height: 40px;
    }

    .menu-button {
        left: 20px;
        top: 20px;
        width: 40px;
        height: 40px;
    }

    .ch-name-container-menu {
        width: 40px;
        height: 40px;
    }

    .ch-name-menu {
        line-height: 40px;
    }

    .ch-num-container-menu {
        width: 40px;
        height: 40px;
    }

    .ch-num-wrapper {
        width: 40px;
        height: 40px;
    }

    .ch-num-menu {
        line-height: 40px;
    }

    .outro-buttons-container {
        position: static;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 20px 20px 60px;
    }

    .outro-button {
        height: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .outro-button-text {
        font-size: 12px;
    }

    .outro-button-wrapper {
        height: 40px;
    }

    .read-wrapper {
        padding-right: 20px;
        padding-left: 60px;
    }

    .read-line {
        height: 100px;
    }

    .longread-button-container {
        bottom: 30px;
        padding-right: 20px;
        padding-left: 60px;
    }

    .longread-button-wrapper {
        height: 30px;
    }

    .longread-button {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 14px;
        line-height: 30px;
    }

    .longread-button-mask {
        height: 30px;
    }

    .read-m-wrapper {
        padding-right: 20px;
        padding-left: 60px;
    }

    .read-m-line {
        height: 100px;
    }
}

@media screen and (max-width: 767px) {
    .ch-num-container {
        display: none;
    }

    .ch-name-wrapper {
        overflow: hidden;
    }

    .ch-name {
        font-size: 8px;
        letter-spacing: 2px;
    }

    .side-divider {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .sede-devider-dot {
        width: 9px;
        height: 9px;
    }

    .m-text-container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .m-p {
        font-size: 14px;
        line-height: 20px;
    }

    .m-text-wrapper {
        height: 200px;
    }

    .m-text-wrapper.m-text-wrapper-intro {
        height: 70px;
    }

    .m-play-button {
        width: 30px;
        height: 30px;
    }

    .m-video-thumb-container {
        width: 100px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .preloader-lottie {
        width: 250px;
    }

    .ch-name-menu {
        font-size: 8px;
        letter-spacing: 2px;
    }

    .ch-num-container-menu {
        display: none;
    }

    .ch-num-wrapper {
        display: none;
    }

    .read-line {
        height: 60px;
    }

    .read-text {
        font-size: 8px;
        line-height: 20px;
    }

    .read-m-line {
        height: 60px;
    }
}

@media screen and (max-width: 479px) {
    .section.ch-120pc {
        height: 12000px;
    }

    .frame-wrapper {
        padding: 15px;
    }

    .nav-container {
        display: none;
    }

    .scene-tint {
        display: none;
    }

    .video-thumb-container {
        width: 100%;
        height: 120px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .play-icon {
        width: 18px;
    }

    .side-divider {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .m-text-section {
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
    }

    .m-text-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .m-p.pic-p {
        margin-bottom: 20px;
    }

    .m-text-wrapper {
        height: 400px;
    }

    .m-text-wrapper.m-text-wrapper-intro {
        height: 116px;
    }

    .m-p-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .m-play-button {
        width: 50px;
        height: 50px;
    }

    .m-video-thumb-container {
        width: 100%;
        height: 160px;
        margin-top: 5px;
        margin-right: 0px;
        margin-bottom: 5px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .preloader-lottie {
        width: 220px;
    }

    .video-big {
        max-width: 90vw;
    }

    .video-container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .close-popup-container {
        top: -20px;
        right: auto;
    }

    .video-big-wrapper {
        padding: 10px;
    }

    .menu-button {
        left: auto;
        top: 30px;
        right: 30px;
    }

    .outro-buttons-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 40px;
    }

    .outro-button {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .div-block {
        display: none;
    }

    .read-wrapper {
        display: none;
        padding-right: 15px;
        padding-left: 15px;
    }

    .read-text {
        line-height: 15px;
    }

    .longread-button-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .read-m-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 15px;
        padding-left: 15px;
    }
}

#w-node-2c88caa5a283-1a6e4575 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-2350cfc0f41c-1a6e4575 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-43d6e306bb62-1a6e4575 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-4f7cbcba1be4-1a6e4575 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
}

#w-node-4f2980f609bd-1a6e4575 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-4f2980f609be-1a6e4575 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-4f2980f609bf-1a6e4575 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-4f2980f609c0-1a6e4575 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
}

#w-node-da1ba6062803-1a6e4575 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-da1ba6062804-1a6e4575 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-da1ba6062805-1a6e4575 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-da1ba6062806-1a6e4575 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
}

#w-node-96edb9f96874-1a6e4575 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-96edb9f96875-1a6e4575 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-96edb9f96876-1a6e4575 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-96edb9f96877-1a6e4575 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
}

#w-node-694b09e6b99a-1a6e4575 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-694b09e6b99b-1a6e4575 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-694b09e6b99c-1a6e4575 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-694b09e6b99d-1a6e4575 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
}

#w-node-e4c740e8f467-1a6e4575 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-e4c740e8f468-1a6e4575 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-e4c740e8f469-1a6e4575 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-e4c740e8f46a-1a6e4575 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
}

#w-node-1a3cf568f62e-1a6e4575 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-1a3cf568f62f-1a6e4575 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-1a3cf568f630-1a6e4575 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-1a3cf568f631-1a6e4575 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
}

@font-face {
    font-family: 'PosterizerKG';
    src: url('../fonts/PosterizerKG.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Proximanova';
    src: url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proximanova';
    src: url('../fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proximanova';
    src: url('../fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'OpinionproCondensed';
    src: url('../fonts/OpinionProCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

.panorama_ads, .custom_created_wrapper {
    display: none;
!important;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.kek {
    height: 100px;
    background: red;
}