@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;700&display=swap');html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {    margin: 0;    padding: 0;    border: 0;    font-size: 100%;    font: inherit;    vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {    display: block;}body {    line-height: 1;    font-family: 'Fira Sans', sans-serif;    color: #fff;    background: rgb(33,38,89);    background: linear-gradient(135deg, rgba(33,38,89,1) 0%, rgb(20 79 167) 100%);}ol, ul {    list-style: none;}blockquote, q {    quotes: none;}blockquote:before, blockquote:after,q:before, q:after {    content: '';    content: none;}table {    border-collapse: collapse;    border-spacing: 0;}body::-webkit-scrollbar {    opacity: 0;    width: 0;}html::-webkit-scrollbar {    /*Chrome, Safari, Edge*/    display: none;}html {    scrollbar-width: none;    /*IE10+*/    -ms-overflow-style: -ms-autohiding-scrollbar;}input:focus {outline:none}#readyonevo{cursor:pointer}.panel {    position: relative;    overflow: hidden;}.menu-nav {    position: fixed;    top: 0;    width: 100%;    padding: 35px 0;    z-index: 1000;}.menu-nav__box {    width: 100%;    max-width: 1400px;    margin: auto;    display: flex;    justify-content: space-between;}.menu-nav__item {    color: #fff;    text-decoration: none;    font-weight: 300;    padding: 0 35px;}.menu-nav__bold-item {    font-weight: 400;}.menu-nav__desktop {    display: flex;    align-items: center;	margin-right: 90px;}.f-1 {    display: flex;}.f-1__left-box {    width: 32%;    z-index: 101;}.f-1__left-box:before {    content: " ";    background: url("img/circle.png") no-repeat;    height: 550px;    width: 275px;    display: block;    position: absolute;    top: 19%;    left: 0;    transition: all 1s ease;}.f-1__left-box--active:before {    left: 86%;}.f-1__right-box {    /*background: url("img/m-bg.png") no-repeat;*/    width: 68%;    background-position: right;    background-size: cover;    display: flex;    flex-direction: column;    justify-content: center;    transition: all 1s ease;    background-position-x: 100%;	position: relative;	overflow: hidden;}.f-1__right-box--active {    background-position-x: -94%;}.f-1__right-box-title {    font-weight: 700;    font-size: 80px;    line-height: 1.2;    transition: all 0.5s 1s ease;    opacity: 1;	position: absolute;    top: 38.2%;}.f-1__right-box-title--active {    opacity: 0;    visibility: hidden;}.f-1__right-box-subtitle {    color: #212659;    font-size: 24px;    padding-top: 21px;    transition: all 0.5s 1s ease;    opacity: 1;	position: absolute;    top: 58.5%;}.f-1__right-box-subtitle--active {    opacity: 0;    visibility: hidden;}.f-2__right-box-title-hide {    font-weight: 700;    font-size: 80px;    line-height: 1.2;    transition: all 1s ease;    opacity: 1;    position: absolute;    top: 38.2%;}.f-2__right-box-title-hide--active {    opacity: 0;    visibility: hidden;}.f-2__right-box-subtitle-hide {    color: #212659;    font-size: 24px;    padding-top: 21px;    transition: all 1s ease;    opacity: 1;    position: absolute;    top: 58.5%;}.f-2__right-box-subtitle-hide--active {    opacity: 0;    visibility: hidden;}.f-1__right-box-text-box {    padding-left: 25%;}.f-1__left-box-projector {    position: absolute;    left: 6%;    top: 30%;}.f-1__left-box-projector:before {    content: " ";    background: url("img/Path 14.png") no-repeat;    width: 306px;    height: 306px;    position: absolute;    right: 45px;    top: -35px;}/*.f-1__left-box-projector:after {*//*content: " ";*//*background: url("img/p-1-right-stripes.png") no-repeat;*//*width: 21px;*//*height: 56px;*//*position: absolute;*//*top: 45%;*//*right: 63px;*//*}*/.f-1__left-box-shadow:after {    content: " ";    background: url(img/p-2-projector-light.png) no-repeat;    position: absolute;    width: 984px;    height: 834px;    background-size: 984px 834px;    left: -25%;    top: -50%;}.f-1__left-box-projector img {    position: relative;}.f-1__left-box-text {    color: #fff;    font-weight: 300;    letter-spacing: 1.5px;    position: absolute;    bottom: 46px;    left: 32%;}.f-2 {    display: flex;    background: url("img/p-2-body-bg.png") no-repeat;    background-position: 5% 85%;    transition: all 1s ease;}.f-2__right-box-title {    font-size: 56px;    font-weight: 700;    opacity: 0;    visibility: hidden;    transition: all 0.5s 1s ease;}.f-2__right-box-title--active {    opacity: 1;    visibility: visible;}.f-2__right-box-subtitle {    font-size: 18px;    font-weight: 300;    width: 43%;    text-align: justify;    line-height: 2;    opacity: 0;    visibility: hidden;    transition: all 0.5s 1s ease;}.f-2__right-box-subtitle--active {    opacity: 1;    visibility: visible;}.f-2__right-box-bold {    font-weight: 400;}.f-2__right-box {    /*background: url("img/m-bg.png") no-repeat;*/    width: 68%;    background-position: right;    background-size: cover;    display: flex;    flex-direction: column;    justify-content: center;    transition: all 1s ease;    background-position-x: 100%;    position: relative;    overflow: hidden;}.f-2__right-box--active {    background-position-x: -120%;}.f-2__left-box {    width: 32%;}.f-2__left-box-projector {    position: absolute;    left: 6%;    top: 30%;}.f-2__left-box-text {    color: #fff;    font-weight: 300;    letter-spacing: 1.5px;    position: absolute;    bottom: 46px;    left: 32%;}.f-2__right-box-text-box {    padding-left: 25%;}.f-2__left-box-projector img {    position: relative;    z-index: 1;}.f-2__left-box-projector:before {    content: " ";    background: url("img/Path 14.png") no-repeat;    width: 306px;    height: 306px;    position: absolute;    right: 45px;    top: -35px;}.f-2__left-box-projector:after {    content: " ";    background: url(img/p-2-projector-light.png) no-repeat;    position: absolute;    width: 984px;    height: 834px;    background-size: 984px 834px;    left: -25%;    top: -50%;}.f-2__left-box:before {    content: " ";    background: url(img/p-1-left-circle.png) no-repeat;    height: 550px;    width: 550px;    position: absolute;    top: 19%;    left: -14.3%;    transition: left 1s ease;}.f-2__left-box--active:before {    left: 86%;}.f-3 {    display: flex;    background: url("img/p-2-body-bg.png") 5% 85% no-repeat;    transition: all 0.5s 1s ease;    height: 100vh !important;}.f-3--active {    background: url("img/p-3-body-bg.png") 5% 70% no-repeat;}.f-3__right-box {    width: 68%;    display: flex;    flex-direction: column;    justify-content: center;    transition: all 0.5s 1s ease;}.f-3__left-box {    width: 32%;    transition: all 0.5s 1s ease;}.f-3__left-box:before {    content: " ";    background: url("img/p-1-left-circle.png") no-repeat;    height: 550px;    width: 550px;    display: block;    position: absolute;    top: 19%;    left: 86%;    transition: left 0.5s 1s ease;}.f-3__left-box--active:before {    left: 120%;}.f-3__right-box-text-box {    padding-left: 25%;    opacity: 1;    transition: all 1s ease;}.f-3__right-box-text-box--active {    opacity: 0;}.f-3__right-box-title {    font-size: 56px;    font-weight: 700;    transition: all 1s 1s ease;}.f-3__right-box-subtitle {    font-size: 18px;    font-weight: 300;    width: 43%;    text-align: justify;    line-height: 2;    transition: all 1s 1s ease;}.f-3__right-box-bold {    font-weight: 400;}.f-3__left-box-projector {    position: absolute;    left: 6%;    top: 30%;    transition: left 0.5s 1s ease;}.f-3__left-box-projector--active {    left: -50%;}.f-3__left-box-projector:before {    content: " ";    background: url("img/Path 14.png") no-repeat;    width: 306px;    height: 306px;    position: absolute;    right: 45px;    top: -35px;}.f-3__left-box-projector:after {    content: " ";    background: url("img/p-2-projector-light.png") no-repeat;    position: absolute;    width: 984px;    height: 834px;    background-size: 984px 834px;    left: -25%;    top: -50%;}.f-3__left-box-projector img {    position: relative;    z-index: 1;}.f-3__left-box-p-item-2 {    text-align: center;    transition: all 0.5s 1s ease;    opacity: 0;}.f-3__left-box-p-item-2--active {    opacity: 1;}.f-3__left-box-p-item-2:before {    content: " ";    background: url("img/p-3-projector-light.png") no-repeat;    position: absolute;    width: 1010px;    height: 892px;    background-size: 1010px 892px;    left: 25%;    top: 5%;}.f-3__left-box-center-box {    height: 100%;    width: 100%;    display: flex;    align-items: center;    justify-content: center;    position: absolute;}.f-3__left-box-text {    color: #fff;    font-weight: 300;    letter-spacing: 1.5px;    margin-top: -16%;    position: relative;}.f-3__left_button {    position: absolute;    bottom: 46px;    left: 32%;}.f-3__left-box-p-title {    font-size: 56px;    font-weight: 700;    padding-bottom: 30px;}.f-3__left-box-p-subtitle {    font-size: 18px;    font-weight: 300;}.f-3__left-box-img {    position: relative;}.f-3__left-box-icon-1 {    position: absolute;    left: -50%;    transform: rotate(-90deg);    transition: all 0.5s 1s ease;    text-align: center;    z-index: 10000;    cursor: pointer;}.f-3__left-box-icon-1--active {    left: 20%;    transform: rotate(0deg);}.f-3__left-box-icon-2 {    position: absolute;    right: -50%;    transform: rotate(90deg);    transition: all 0.5s 1s ease;    text-align: center;    z-index: 10000;    cursor: pointer;}.f-3__left-box-icon-2--active {    right: 20%;    transform: rotate(0deg);}.f-3__old-c-box {    width: 100%;    display: flex;    position: absolute;    height: 100%;}.f-4 {    display: flex;    background: url(img/p-3-body-bg.png) no-repeat;    background-position: 5% 70%;    transition: all 0.5s 1s ease;}.f-4--active {    background-position: 95% 70%;}.f-4__left-box-center-box {    height: 100%;    width: 100%;    display: flex;    align-items: center;    justify-content: center;    position: absolute;}.f-4__left-box-icon-1 {    position: absolute;    left: 20%;    transition: all 0.5s 1s ease;    opacity: 1;}.f-4__left-box-icon-1--active {    opacity: 0;    transform: rotate(90deg);    left: 44%;}.f-4__left-box-icon-2 {    position: absolute;    right: 20%;    transition: all 0.5s 1s ease;    opacity: 1;}.f-4__left-box-icon-2--active {    opacity: 0;    right: 44%;    transform: rotate(-90deg);}.f-4__left-box-p-item-2:before {    content: " ";    background: url(img/p-3-projector-light.png) no-repeat;    position: absolute;    width: 1010px;    height: 892px;    background-size: 1010px 892px;    left: 25%;    top: 5%;}.f-4__left-box-p-title {    font-size: 56px;    font-weight: 700;    padding-bottom: 30px;}.f-4__left-box-p-subtitle {    font-size: 18px;    font-weight: 300;}.f-4__left-box-img {    position: relative;}.f-4__left-box-text {    color: #fff;    font-weight: 300;    letter-spacing: 1.5px;    margin-top: -16%;    position: relative;    text-align: center;    opacity: 1;    transition: all 0.5s 1s ease;}.f-4__left-box-text--active {    opacity: 0;}.f-4__left-box-p-item-2 {    z-index: 9000;    text-align: center;}.f-4__left-box-p-text-box {    position: relative;}.f-4__left-box-p-title-2 {    font-size: 56px;    font-weight: 700;    position: absolute;    width: 15em;    left: -2.5em;    top: 35px;    opacity: 0;    transition: all 1s 1s ease;}.f-4__left-box-p-title-2--active {    opacity: 1;}.f-4__left-box-p-text2-box {    opacity: 1;    transition: all 0.5s 1s ease;    text-align: center;}.f-4__left-box-p-text2-box--active {    opacity: 0;}.f-3__left_button {    margin-top: -12%;    text-align: center;}.f-4__left-box-button {    font-size: 18px;    background: #FF6196;    padding: 15px 25px;    border-radius: 43px;    position: absolute;    opacity: 0;    transition: bottom 1s 1s ease, opacity 1s 1s ease, padding 0.2s ease;    bottom: 12%;    cursor: pointer;}.f-4__left-box-button-box {    display: flex;    justify-content: center;}.f-4__left-box-button--active {    opacity: 1;    bottom: 19%;}.f-4__left-box-border-1 {    position: absolute;    left: 40%;    width: 30%;    opacity: 0;    transition: all 0.5s 1s ease;}.f-4__left-box-border-1--active {    opacity: 1;    left: 20%;}.f-4__left-box-border-2 {    position: absolute;    right: 40%;    width: 30%;    opacity: 0;    transition: all 0.5s 1s ease;}.f-4__left-box-border-2--active {    opacity: 1;    right: 20%;}.f-4__left-box-border-1-item {    padding-bottom: 15px;    position: relative;    font-size: 14px;    font-weight: 500;    letter-spacing: 4px;}.f-4__left-box-border-1-item:before {    content: " ";    border: 3px solid #FFF;    width: 100%;    display: block;    position: absolute;    bottom: -4px;    left: 25px;}.f-4__left-box-border-1-item:after {    content: " ";    border: 4px solid #FF6196;    background: #FF6196;    width: 5px;    height: 5px;    display: block;    border-radius: 50%;    position: absolute;    bottom: -8px;    left: 17px;}.border-1-item-first {    width: 75%;    margin-left: auto;    margin-bottom: 15%;}.border-1-item-second:before {    content: " ";    border: 3px solid #FFF;    width: 100%;    display: block;    position: absolute;    bottom: -4px;    left: 80px;}.border-1-item-second:after {    content: " ";    border: 4px solid #FF6196;    background: #FF6196;    width: 5px;    height: 5px;    display: block;    border-radius: 50%;    position: absolute;    bottom: -8px;    left: 70px;}.f-4__left-box-border-2-item {    padding-bottom: 15px;    position: relative;    font-size: 14px;    font-weight: 500;    letter-spacing: 4px;    text-align: right;}.f-4__left-box-border-2-item:before {    content: " ";    border: 3px solid #FFF;    width: 65%;    display: block;    position: absolute;    bottom: -4px;    left: 25px;}.border-2-item-first {    width: 100%;    margin-right: auto;    margin-bottom: 15%;}.f-4__left-box-border-2-item:after {    content: " ";    border: 4px solid #FF6196;    background: #FF6196;    width: 5px;    height: 5px;    display: block;    border-radius: 50%;    position: absolute;    bottom: -8px;    left: 70%;}.border-2-item-second:before {    content: " ";    border: 3px solid #FFF;    width: 100%;    display: block;    position: absolute;    bottom: -4px;    right: 80px;    left: auto;}.border-2-item-second:after {    content: " ";    border: 4px solid #FF6196;    background: #FF6196;    width: 5px;    height: 5px;    display: block;    border-radius: 50%;    position: absolute;    bottom: -8px;    right: 70px;    left: auto;}.f-5 {    display: flex;    background: url("img/p-3-body-bg.png") no-repeat;    background-position: 60% 95%;    transition: all 0.5s 1s ease;    flex-direction: column;    overflow-y: auto;    overflow-x: hidden;}.f-5::-webkit-scrollbar {    opacity: 0;    width: 0;}.f-5__left-box-center-box {    padding-top: 0;    display: flex;    align-items: center;    justify-content: center;    height: 100vh;}.f-5__left-box-center-box1 {    padding-top: 14em;    display: flex;    align-items: center;    justify-content: center;    flex-direction: column;    z-index: 2;    position:absolute;    width: 100%;}.f-5-b__left-box-center-box1 {    padding-top: 14em;    display: flex;    align-items: center;    justify-content: center;    flex-direction: column;    z-index: 2;    position:absolute;    width: 100%;}.f-5__left-box-p-item-21 {    width: 100%;}.f-5__old-box {    height: 100%;    position: absolute;    width: 100%;    z-index: 0;}.f-5__left-box-border-1 {    position: absolute;    width: 30%;    opacity: 1;    left: 20%;    transition: all 0.5s 1s ease;}.f-5__left-box-border-1-item {    padding-bottom: 15px;    position: relative;    font-size: 14px;    font-weight: 500;    letter-spacing: 4px;    opacity: 1;    transition: all 1s 1s ease;}.f-5__left-box-border-1-item--active {    opacity: 0;}.f-5__border-1-item-first {    width: 75%;    margin-left: auto;    margin-bottom: 15%;}.f-5__left-box-border-1-item:before {    content: " ";    border: 3px solid #FFF;    width: 100%;    display: block;    position: absolute;    bottom: -4px;    left: 25px;    opacity: 1;    transition: all 0.5s 1s ease;}.f-5__border-1-item-second:before {    left: 80px;}.f-5__left-box-border-1-item--active:before {    opacity: 0;    left: 400px;}.f-5__left-box-border-1-item:after {    content: " ";    border: 4px solid #FF6196;    background: #FF6196;    width: 5px;    height: 5px;    display: block;    border-radius: 50%;    position: absolute;    bottom: -8px;    left: 17px;    opacity: 1;    transition: all 0.5s 1s ease;}.f-5__border-1-item-second:after {    left: 70px;}.f-5__left-box-border-1-item--active:after {    opacity: 0;    left: 400px;}.f-5__.border-1-item-second:before {    content: " ";    border: 3px solid #FFF;    width: 100%;    display: block;    position: absolute;    bottom: -4px;    left: 80px;}.f-5__.border-1-item-second:after {    content: " ";    border: 4px solid #FF6196;    background: #FF6196;    width: 5px;    height: 5px;    display: block;    border-radius: 50%;    position: absolute;    bottom: -8px;    left: 70px;}.f-5__left-box-border-2 {    position: absolute;    right: 20%;    width: 30%;    opacity: 1;    transition: all 0.5s 1s ease;}.f-5__left-box-border-2-item {    padding-bottom: 15px;    position: relative;    font-size: 14px;    font-weight: 500;    letter-spacing: 4px;    text-align: right;    transition: all 1s 1s ease;    opacity: 1;}.f-5__left-box-border-2-item--active {    opacity: 0;}.f-5__border-2-item-first {    width: 100%;    margin-right: auto;    margin-bottom: 15%;}.f-5__left-box-border-2-item:before {    content: " ";    border: 3px solid #FFF;    width: 65%;    display: block;    position: absolute;    bottom: -4px;    left: 25px;    opacity: 1;    transition: all 0.5s 1s ease;}.f-5__left-box-border-2-item--active:before {    right: 400px;    opacity: 0;}.f-5__left-box-border-2-item:after {    content: " ";    border: 4px solid #FF6196;    background: #FF6196;    width: 5px;    height: 5px;    display: block;    border-radius: 50%;    position: absolute;    bottom: -8px;    left: 70%;    opacity: 1;    transition: all 0.5s 1s ease;}.f-5__left-box-border-2-item--active:after {    right: 400px;    opacity: 0;}.f-5__border-2-item-second:before {    content: " ";    border: 3px solid #FFF;    width: 100%;    display: block;    position: absolute;    bottom: -4px;    right: 80px;    left: auto;}.f-5__border-2-item-second:after {    content: " ";    border: 4px solid #FF6196;    background: #FF6196;    width: 5px;    height: 5px;    display: block;    border-radius: 50%;    position: absolute;    bottom: -8px;    right: 70px;    left: auto;}.f-5__left-box-button {    font-size: 18px;    background: #FF6196;    padding: 15px 25px;    border-radius: 43px;    position: absolute;    left: 46%;    opacity: 0;    bottom: 17%;    transition: all 1s 1s ease;}.f-5__left-box-button--active {    opacity: 1;    bottom: 19%;}.f-5__left-box-img {    position: relative;    opacity: 1;    bottom: -43px;    transition: all 0.5s 1s ease;}.f-5__left-box-img--active {    opacity: 0;    bottom: -30px;}.f-5__left-box-p-text-box {    position: relative;    text-align: center;}.f-5__left-box-p-text-box21 {    text-align: center;}.f-5__left-box-p-title-2 {    font-size: 56px;    font-weight: 700;    position: absolute;    width: 15em;    left: -0.3em;    top: 35px;    opacity: 0;    transition: all 0.5s 1s ease;}.f-5__left-box-p-title-21 {    font-size: 56px;    font-weight: 700;    width: 100%;    text-align: center;    opacity: 0;    transition: all 1s 1s ease;}.f-5__left-box-p-title-21--active {    opacity: 1;}.f-5-b__left-box-p-title-21 {    font-size: 56px;    font-weight: 700;    width: 100%;    text-align: center;    opacity: 1;    transition: all 0.5s 0.5s ease;}.f-5-b__left-box-p-title-21--active {    opacity: 0;}.f-5__left-box-p-title-2--active {    opacity: 1;}.f-5__left-box-p-item-2:before {    content: " ";    background: url("img/p-3-projector-light.png") no-repeat;    position: absolute;    width: 1010px;    height: 892px;    background-size: 1010px 892px;    left: 25%;    top: 5%;    opacity: 1;    transition: all 0.5s 1s ease;}.f-5__left-box-p-item-2--active:before {    opacity: 0;}.f-5__left-box-p-item-2 {    z-index: 10000;    text-align: center;}.f-5__left-box-p-text2-box {    opacity: 1;    transition: all 1s 1s ease;}.f-5__left-box-p-text2-box--active {    opacity: 0;}.f-5__left-box-p-title {    font-size: 56px;    font-weight: 700;    padding-bottom: 30px;    position: relative;    top: 61px;    left: 14px;}.f-5__left-box-p-subtitle {    font-size: 56px;    font-weight: 700;}.f-5__left-box-circle-section {    display: flex;    justify-content: space-between;    margin-top: 4em;    position: absolute;    left: 20%;    transition: all 0.5s 1s ease;    opacity: 0;}.f-5__left-box-circle-section21 {    display: flex;    justify-content: space-between;    max-width: 1300px;    margin: 4em auto;    transition: all 1s 1s ease;    opacity: 0;}.f-5__left-box-circle-section21--active {    opacity: 1;}.f-5-b__left-box-circle-section21 {    display: flex;    justify-content: space-between;    max-width: 1300px;    margin: 4em auto;    transition: all 0.5s 0.5s ease;    opacity: 1;}.f-5-b__left-box-circle-section21--active {    opacity: 0;}.f-5__left-box-p-title-21a {    font-size: 18px;    font-weight: 300;}.f-5__left-box-circle-section--active {    opacity: 1;}.f-5__left-box-circle-item {    background: url("img/p-5-class-circle.png") no-repeat;    width: 190px;    height: 190px;    display: flex;    justify-content: center;    align-items: center;    font-size: 18px;    font-weight: 500;    letter-spacing: 4px;    margin: 0 50px;}.f-5__action-title {    font-size: 16px;    font-weight: 300;    letter-spacing: 1.5px;    text-align: center;    opacity: 0;    transition: all 1s 1s ease;    top:150px;    position:relative;}.f-5__action-title--active {    opacity: 1;}.f-5__bottom-action-box {    display: flex;    flex-wrap: wrap;    position: relative;    left: -3%;    z-index: 10;}.f-5__bottom-action-img-left {    width: 50%;    left: -70%;    position: relative;    transition: all 0.5s 1s ease;    top:200px;}.f-5__bottom-action-img-left--active {    left: 0;}.f-5__bottom-action-img-right {    width: 50%;    right: -70%;    position: relative;    transition: all 0.5s 1s ease;    top:200px;}.f-5__bottom-action-img-right--active {    right: 0;}.f-5__bottom-action-box-inside-l1 {    display: flex;    align-items: baseline;    justify-content: flex-end;}.f-5__bottom-action-box-inside-l2 {    display: flex;    align-items: baseline;    justify-content: flex-end;}/*.f-5__bottom-action-box-inside-r1 {    display: flex;}.f-5__bottom-action-box-inside-r2 {    display: flex;    align-items: end;}*/.f-5__action-video-box {    display: flex;    justify-content: center;    position: relative;    transition: all 1s 0s ease;    bottom: -50%;    padding: 2em 0;    opacity: 0;}.f-5__video-play-box {    z-index: 1;    position: relative;}.f-5__action-img-video:before {    font-family: "Font Awesome 5 Pro";    font-weight: 900;    content: "\f04b";    position: absolute;    top: 38%;    left: 43%;    border: 3px solid #fff;    padding: 25px 22px 25px 31px;    border-radius: 50%;    font-size: 42px;    cursor: pointer;    transition: all 1s ease;    z-index: 12;    color: #fff;}.f-5__video-play-box:hover:before {    color: #FF6196;    border: 3px solid #FF6196;}.f-5__bottom-section:after {    content: " ";    background: url("img/p-5-video-bg.png") no-repeat;    height: 100%;    width: 100%;    background-size: 1220px 1066px;    display: block;    position: absolute;    bottom: -15%;    right: 0;    background-position: bottom;}.f-5__action-video-box img {    border-radius: 5px;    z-index: 1;}.f-5__action-img-video {    text-decoration: none;}.f-5__bottom-action-box img {    z-index: 1;}.f-5__video-hide img, .f-5__video-hide:before {    display: none;}.f-5__action-video-box--active {    bottom: 0;    top:250px;    opacity: 1;}.f-6 {    display: flex;    background: url("img/p-3-body-bg.png") no-repeat;    background-position: 35% 70%;    transition: all 0.5s 1s ease;}.f-6 .swiper-slide {    cursor: pointer;}.f-6 .swiper-slide:hover {    opacity: 0.5;}.f-6__action-video-box {    width: 100%;    text-align:center;    position: absolute;    bottom: 0;    top:234px;    opacity: 1;    transition: all 0.5s 1s ease;}.f-6__action-video-box--active {    opacity: 0;}.f-6__swiper-section {    width: 100%;    display: flex;    align-items: center;    flex-direction: column;    justify-content: center;}.f-6__swiper-section .swiper-container {    max-width: 1600px;    opacity: 0;    transition: all 2s 0.5s ease;}.f-6__swiper-section .swiper-container--active {    opacity: 1;}.f-6__swiper-section .swiper-container:after {    content: " ";    background: url("img/p-6-swiper-img.png") no-repeat;    width: 26px;    height: 23px;    position: absolute;    bottom: 8%;    left: 47.8%;	display:none;}.f-6_title {    font-size: 56px;    font-weight: 700;    transition: all 1s 0.5s ease;    opacity: 0;}.f-6_title--active {    opacity: 1;}.f-6__projector {    position: absolute;    background: url("img/p-6-projector.png") no-repeat -50px center;    width: 937px;    height: 681px;    z-index: 1;    right: -50%;    top: 17%;    transition: all 0.5s 1s ease;}.f-6__projector--active {    right: -20%;}.f-6__popup-box {    position: absolute;	opacity:0;    width: 100%;    height: 100%;    z-index: 1;}.f-6__popup-box-1 {    background:  #3544CF url("img/p-6-circle-popup.png") 80% 175% no-repeat;}.f-6__popup-box-2 {    background:  #45B245 url("img/p-6-circle-popup.png") 80% 175% no-repeat;}.f-6__popup-box-3 {    background:  #D53F3F url("img/p-6-circle-popup.png") 80% 175% no-repeat;}.f-6__popup-box-4 {    background:  #c2c9cb url("img/p-6-circle-popup.png") 80% 175% no-repeat;}.f-6__popup-box-5 {    background:  #fb3 url("img/p-6-circle-popup.png") 80% 175% no-repeat;}.f-6__popup-box-1-flex {    max-width: 1400px;    margin: auto;    padding-top: 7em;    display: flex;    flex-wrap: wrap;}.f-6__popup-box-1-left {    width: 70%;}.f-6__popup-box-1-control-panel {    font-size: 56px;    font-weight: 700;    display: flex;    align-items: center;}.iconMain {    font-size: 16px;    padding-right: 10px;}.f-6__popup-box-1-control-panel .fa-angle-left, .f-6__popup-box-1-control-panel .fa-angle-right {    padding: 25px;    cursor: pointer;}.f-6__pb-1-tx-big {    font-size: 18px;    font-weight: 500;    padding-bottom: 2em;    line-height: 2;}.f-6__pb-1-tx-small {    font-size: 14px;    font-weight: 500;    padding-bottom: 1em;    line-height: 2.5;}.f-6__pb-1-tx-box-ul {    font-size: 14px;    font-weight: 500;    line-height: 2.5;    background: #ffffff1c;    width: 60%;    border-radius: 10px;    padding: 20px 25px;}.f-6__pb-1-tx-box-ul ul {    list-style-type: disc;    padding-left: 25px;}.f-6__pb-1-ask-button {    margin-top: 2em;}.f-6__pb-1-ask-button a {    font-size: 18px;    font-weight: 500;    background: #212659;    padding: 15px 25px;    display: inline-block;    border-radius: 50px;}.f-6__pb-1-go-back {    width: 212px;    text-align: center;    margin-top: 1.5em;}.f-6__pb-1-go-back a {    font-size: 14px;    font-weight: 500;    letter-spacing: 4px;    cursor: pointer;}.f-6__popup-box-1-right {    width: 30%;}.f-6__pb-1-img-top {    display: flex;    position: relative;    right: -30%;}.f-7 {    display: flex;    background: url("img/p-3-body-bg.png") 35% 70% no-repeat;    transition: all 0.5s 1s ease;}.f-7__old-box {    width: 100%;    display: flex;    align-items: center;    flex-direction: column;    justify-content: center;    position: absolute;    height: 100%;}.f-7__title {    font-size: 56px;    font-weight: 700;    transition: all 0.5s 1s ease;    opacity: 1;}.f-7__title--active {    opacity: 0;}.f-7__swiper-box {    max-width: 1600px;    opacity: 1;    transition: all 0.5s 1s ease;    display: flex;    width: 100%;    position: relative;    left: 0;}.f-7__swiper-box--active {    left: -60%;}.f-7__projector {    position: absolute;    background: url("img/p-6-projector.png") -50px no-repeat;    width: 937px;    height: 681px;    z-index: 1;    right: -20%;    top: 17%;    transition: all 0.5s 1s ease;}.f-7__projector--active {    right: -50%;}.f-7__swiper-slide-1 {    width: 35%;}.f-7__swiper-slide-2 {    position: relative;}.f-7__swiper-slide-2:after {    content: " ";    background: url("img/p-6-swiper-img.png") no-repeat;    width: 26px;    height: 23px;    position: absolute;    bottom: 8%;    left: 47.8%;}.f-7__content-box {    display: flex;    width: 100%;    align-items: center;    justify-content: space-around;}.f-7__c-box-content {    text-align: center;    position: absolute;    top: 31%;    opacity: 0;    transition: all 2s 1s ease;}.f-7__c-box-content--active {    opacity: 1;}.f-7__c-content-title {    font-size: 56px;    font-weight: 700;}.f-7__c-content-subtitle {    font-size: 18px;    font-weight: 500;    padding: 15px 0;}.f-7__c-circle {    position: absolute;    right: -50%;    transform: rotate(90deg);    transition: all 1s 1s ease;}.f-7__c-circle--active {    right: -17%;    transform: rotate(0deg)}.f-7__c-projector {    position: absolute;    left: -50%;    transition: all 1s 1s ease;}.f-7__c-projector--active {    left: 0;}.f-7__c-projector-text{    position: absolute;    left: -50%;    transition: all 1s 1s ease;    top: 70%;    width: 200px;}.f-7__c-projector-text--active{    left: 25%;}.f-8 {    display: flex;    background: url("img/p-3-body-bg.png") 35% 70% no-repeat;    transition: all 0.5s 1s ease;}.f-8__content-box {    display: flex;    width: 100%;    align-items: center;    justify-content: space-around;    position: absolute;    height: 100%;}.f-8__c-projector {    position: relative;    transition: all 0.5s 1s ease;    opacity: 0;}.f-8__c-box-content {    text-align: center;    position: absolute;    top: 31%;    opacity: 1;    transition: all 0.5s 1s ease;}.f-8__projector-box {    position: absolute;    left: 0;}.f-8__c-box-content--active {    opacity: 0;}.f-8__c-content-title {    font-size: 56px;    font-weight: 700;}.f-8__c-content-subtitle {    font-size: 18px;    font-weight: 500;    padding: 15px 0;}.f-8__c-circle {    position: relative;    right: -17%;    transform: rotate(0deg);    transition: all 0.5s 1s ease;}.f-8__c-circle--active {    right: -50%;}.f-8__main-box {    display: flex;    width: 100%;    align-items: center;    justify-content: space-around;    height: 100%;}.f-8__m-content-title {    font-size: 56px;    font-weight: 700;}.f-8__m-content-subtitle {    font-size: 18px;    font-weight: 500;    padding-top: 15px;    width: 70%;    margin: auto;}.f-8__m-circle {    position: relative;    right: -200%;    transition: all 1s 1s ease;}.f-8__m-circle--active {    right: -54%;}.f-8__m-projector {    position: absolute;    left: 0;    opacity: 0;    transition: all 1s 1s ease;}.f-8__m-projector--active {    opacity: 1;}.f-8__m-box-content {    text-align: center;    position: absolute;    top: 31%;    opacity: 0;    transition: all 1s 1s ease;}.f-8__m-box-content--active {    opacity: 1;    top: 40%;}.f-8__c-projector_mobile, .f-10__c-projector_mobile{    display:none;}.f-9 {    display: flex;    background: url("img/p-3-body-bg.png") 35% 70% no-repeat;    transition: all 0.5s 1s ease;}.f-9__main-box {    width: 100%;    align-items: center;    justify-content: space-around;    position: absolute;    height: 100%;    padding-top: 4em;}.f-9__m-projector {    position: relative;    left: -35px;    top: -2px;    opacity: 0;    z-index: 2;    transition: all 0.5s 1s ease;}.f-9__m-projector--active {    opacity: 0;}.f-9__m-projector-l {    position: absolute;    z-index: 1;    opacity: 1;    transition: all 0.5s 0.5s ease;    left: 0;}.f-9__m-projector-l--active {    opacity: 0;}.f-9__m-box-content {    text-align: center;    position: absolute;    top: 37.5%;    left: 39.44%;    opacity: 1;    transition: all 0.3s 0.3s ease;}.f-9__m-box-content--active {    opacity: 0;}.f-9__m-content-title {    font-size: 56px;    font-weight: 700;}.f-9__m-content-subtitle {    font-size: 18px;    font-weight: 500;    padding-top: 15px;}.f-9__m-circle {    position: absolute;    right: -12%;    transition: all 0.5s 1s ease;    bottom: 26%;}.f-9__m-circle--active {    bottom: -80%;}.f-9__m-projector-second {    position: absolute;    transition: all 1s 0.5s ease;    z-index: 1;    opacity: 1;    left: 0}.f-9__m-projector-second--active {    opacity: 0;}.f-9__m-projector-text {    position: absolute;    bottom: 14%;    width: 100%;    text-align: center;    opacity: 0;    z-index: 2;    transition: all 1s 1s ease;}.f-9__m-projector-text--active {    opacity: 1;}.f-9__m-content-p-title {    font-size: 56px;    font-weight: 700;}.f-9__m-content-p-subtitle {    font-size: 18px;    font-weight: 500;    padding-top: 10px;    line-height: 2;}.f-9__m-s-box {    display: flex;    height: 100vh;    justify-content: center;    align-items: end;}.f-9__m-projector-down {    position: absolute;    padding-top: 4em;    opacity: 0;    top: 10%;    transition: all 1s 1s ease;}.f-9__m-projector-down--active {    opacity: 1;}.f-9__m-s-box:before {    content: " ";    background: url("img/p-9-echo-left.png");    width: 98px;    height: 169px;    position: absolute;    left: 39%;    top: 41%;    transition: all 2s 2s ease;    opacity: 0;}.f-9__m-s-box--active:before {    left: 28%;    opacity: 1;}.f-9__m-s-box:after {    content: " ";    background: url("img/p-9-echo-right.png");    width: 98px;    height: 169px;    position: absolute;    right: 39%;    top: 41%;    opacity: 0;    transition: all 2s 2s ease;}.f-9__m-s-box--active:after {    right: 28%;    opacity: 1;}.f-10 {    display: flex;    background: url("img/p-3-body-bg.png") 35% 70% no-repeat;    transition: all 0.5s 1s ease;}.f-10__m-s-box {    display: flex;    justify-content: center;    align-items: center;    height: 100vh;}.f-10__m-s-box:before {    content: " ";    background: url("img/p-9-echo-left.png");    width: 98px;    height: 169px;    position: absolute;    left: 28%;    top: 43.8%;    transition: all 0.5s 1s ease;    opacity: 1;}.f-10__m-s-box--active:before {    left: -10%;}.f-10__m-s-box:after {    content: " ";    background: url("img/p-9-echo-right.png");    width: 98px;    height: 169px;    position: absolute;    right: 28%;    top: 43.8%;    opacity: 1;    transition: all 0.5s 1s ease;}.f-10__m-s-box--active:after {    right: -10%;}.f-10__m-projector-text {    position: absolute;    bottom: 14%;    width: 100%;    text-align: center;    opacity: 1;    z-index: 1;    transition: all 0.5s 1s ease;}.f-10__m-projector-text--active {    opacity: 0;}.f-10__m-content-p-title {    font-size: 56px;    font-weight: 700;}.f-10__m-content-p-subtitle {    font-size: 18px;    font-weight: 500;    padding-top: 10px;    line-height: 2;}.f-10__m-projector-second {    position: absolute;    top: 17.5%;    transition: all 0.5s 1s ease;    z-index: 1;}.f-10__m-projector-second--active {    top: -80%;}.f-10__m-projector-box {    position: absolute;    width: 100%;    height: 100%;}.f-10__c-box {    width: 100%;    z-index: 1;}.f-10__footer-box {    background: #212659;    width: 100%;    position: absolute;    bottom: 0;}.f-10__footer {    background: #212659;    display: flex;    max-width: 1400px;    margin: auto;    padding: 2em 0;}.f-10__footer-copyright {    margin-right: 5em;}.f-10__footer-privacy {    margin-right: 5em;}.f-10__c-content-title {    font-size: 56px;    font-weight: 700;}.f-10__m-content-subtitle {    font-size: 18px;    font-weight: 500;    padding-top: 20px;}.f-10__c-content-box {    height: 100%;    display: flex;    justify-content: center;    align-items: center;    flex-direction: column;    opacity: 0; /*   transition: all 1s 1s ease; */}.f-10__c-content-box--active {    opacity: 1}.f-10__c-content-text {    text-align: center;}.f-10_c-form {    display: flex;    flex-direction: column;}.f-10__input-name, .f-10__input-email, .f-10__input-phone {    background: none;    border: 1px solid #fff;    color: #fff;    font-size: 18px;    font-weight: 300;    font-family: 'Fira Sans', sans-serif;    padding: 15px 20px;    border-radius: 40px;    margin: 10px 0;}.f-10__input-submit {    background: #FF6196;    color: #fff;    margin: 10px 0;    font-size: 18px;    font-weight: 300;    font-family: 'Fira Sans', sans-serif;    padding: 15px 20px;    border-radius: 40px;    border: 1px solid #FF6196;    cursor: pointer;}::placeholder {    color: #fff;}.f-10__c-form-box {    width: 20%;    margin-top: 4em;}.menu-nav__mobile-icon {    display: none;}.f-5__mobile-swiper-img {    display: none;}.f-7__intel-logo-mobile {    display: none;}.f-8__m-hr-icon {    display: none;}.f-9__m-mobile-icon {    display: none;}.menu-nav__mobile-box {    background: #fff;    display: flex;    flex-direction: column;    position: absolute;    right: 0;    top: 0;    height: 100vh;}.menu-nav__mobile-item {    font-size: 20px;    color: #212659;    font-weight: 300;    text-decoration: none;    padding: 15px 4em 15px 1.5em;}.menu-nav__mobile-title-menu {    font-size: 14px;    color: #212659;    font-weight: 500;    text-transform: uppercase;    display: flex;    justify-content: space-between;    align-items: center;    padding: 1em 1.5em 2em 1.5em;}.menu-nav__mobile-title-menu i {    font-weight: 300;    font-size: 20px;}.menu-nav__mobile-box {    display: none;}.f-10__c-projector-text{    display:none;}.bline{width:90%;margin-top:30px;padding-top:1px;background:#ff6196;display:none}/*DETALIS*/.menu-nav-details {    width: 100%;    padding: 2rem 0;}.details-main-section {    width: 100%;    max-width: 1400px;    margin: auto;    padding: 4em 0;}.details-h1 {    font-size: 56px;    font-weight: 700;}.details-conditions-left-title {    font-size: 20px;    font-weight: 500;    border-bottom: 1px solid #FF6196;    padding-bottom: 10px;    margin-bottom: 25px;}.details-conditions-left-ul {    list-style: disc;    padding-left: 25px;}.details-conditions-left-ul li {    font-size: 18px;    line-height: 2;}.details-conditions-left-ul strong {    font-weight: 500;}.details-conditions-box-left {    padding: 3em 4em 3em 0;    width: 40%;}.details-conditions-box-right {    padding: 3em 0;    width: 60%;}.details-conditions-left-projector {    padding: 3em 0 0 25px;}.details-section-conditions {    display: flex;    padding-bottom: 2em;}.details-conditions-right-size-box p {    font-size: 18px;    font-weight: 300;    text-align: center;    padding-bottom: 50px;}.details-conditions-right-size-box p.details-conditions-right-size-title {    color: #FF6196;    padding-bottom: 25px;}.details-conditions-right-size {    display: flex;    justify-content: space-between;}.details-p-title {    font-size: 18px;    font-weight: 300;    min-height: 80px;    padding: 10px 0 35px 0;    line-height: 2;}.details-p-content {    font-size: 30px;    font-weight: 700;}.details-p-box {    display: flex;    justify-content: space-between;}.details-p-item {    text-align: center;}.details-section-computer {    display: flex;}.details-section-computer-left {    padding: 3em 4em 3em 0;    width: 40%;}.details-section-computer-right {    padding: 3em 0;    width: 60%;}.details-section-projector {    padding-bottom: 4em;}.details-intel {    display: flex;    align-items: center;}.details-intel img {    padding-left: 20px;}.details-logo-box {    display: flex;    align-items: center;    justify-content: space-between;}.f-6__pb-1-tx-small-ul {    margin: 0 0 25px 25px;}.f-6__pb-1-tx-small-ul ul {    list-style-type: disc;    padding-left: 25px;    line-height: 1.5;}.f-6__pb-1-tx-big-4, .f-6__pb-1-tx-small-4, .f-6__pb-1-tx-small-ul-4 li, .f-6__pb-1-tx-box-ul-title-4, .f-6__pb-1-tx-box-ul-4 li {    color: #212659;}.f-6__pb-1-tx-box-ul-m {    margin-bottom: 1em;}.f-6__swiper-container .swiper-slide .rm{display:none;}.f-6__swiper-container .swiper-button-prev{    left:33%;    font-weight:bold;    color:#fff;}.f-6__swiper-container .swiper-button-next{    right:35%;    font-weight:bold;    color:#fff;}.f-2-vid-img{    margin-top:30px;    opacity:0;    visibility:hidden;    transition: all 0.5s 1s ease;    position:relative;    z-index:99;}.f-2-vid-img--active{    opacity:1;    visibility:visible;}.f-8__benq-logo{    width:80px;    height:auto;    float:right;    margin-top:24px;}.f-8__m-content-subtitle span, .f-9__m-content-subtitle span{    padding-top:40px;    display: inline-block;}.f-5__bottom-action-box-inside-l1 img, .f-5__bottom-action-box-inside-l2 img, .f-5__bottom-action-box-inside-r1 img, .f-5__bottom-action-box-inside-r2 img {    height: auto;    width: 250px;    margin:10px;}.scollify-disabled{    position:fixed;    width:100%;    height:100%;    top:0;    bottom:0;    left:0;    right:0;    overflow:scroll;    z-index: 900000;}.social-box {    position: fixed;    right: 0;    z-index: 100000000;    top: 45%;    display: flex;    flex-direction: column;}.social-box i {    font-size: 20px;    color: #fff;}.social-fb {    padding: 25px 25px 10px 25px;    display: flex;    justify-content: center;    text-decoration: none;}.social-fb:hover {    opacity: 0.8;}.social-yt {    padding: 10px 25px 25px 25px;    text-decoration: none;}.social-yt:hover {    opacity: 0.8;}.f-6__action-video-box-img {    position: relative;    top: 50px;}.f-8__pforjector-box-img-hover {    position: relative;    top: 2px;}.details-section-certificate {    display: flex;    justify-content: center;    align-items: center;    margin: 2em 0;    flex-wrap: wrap;}.details-section-certificate img {    margin: 25px;}.f-6a__swiper-containerFAV {    position: absolute;    right: 0;    display: flex;    flex-wrap: wrap;    align-items: center;    justify-content: center;    left: auto !important;}.f-6a__swiper-containerFAV img {    width: 36%;    border-radius: 15px;    padding: 5px;}.ds .f-10__footer-box{bottom:auto}.f-7__c-projector.mobile{display:none}.f-7__c-projector.desktop{display:block}.menu-nav__logo {    width: 150px;}.myVideo {    width: 150%;    min-height: 100vh;    position: absolute;    left: -24%;    transition: all 0.5s 1s ease;}.f-2__myVideo {    left: -24%;    transition: all 1s ease;}.f-2__myVideo--active {    left: 200%;}.cookie {    position: fixed;    bottom: 0;    width: 90%;    padding: 15px 6em;    background: #21275a;    z-index: 10000;    border-top: 1px solid #ff6196;}.cookie__text.center-content {    display: flex;    justify-content: space-around;    align-items: center;}.cookie__close {    cursor: pointer;    text-transform: uppercase;    background: #ff6196;    padding: 15px 25px;    border-radius: 43px;    border: 1px solid #ff6196;}.cookie__close:hover {    color: #ff6196;    background: none;}.cookie__text a {    text-decoration: none;    color: #ff6196;}/*RWD*/@media (max-width: 1660px) {    .menu-nav__box {        max-width: 1300px;    }    .f-6__swiper-container .swiper-button-prev{        left:35%;    }    .f-6__swiper-container .swiper-button-next{        right:30%;    }    .f-9__main-box {        padding-top: 0;    }    .f-4__left-box-border-1-item, .f-4__left-box-border-2-item, .f-5__left-box-border-1-item, .f-5__left-box-border-2-item {        font-size: 10px;    }    .f-6a__swiper-containerFAV img {        width: 45% !important;    }    .f-9__m-box-content {        top: 40%;        left: 51.2%;    }    .f-6__popup-box-1-flex {        max-width: 1300px;    }    .f-9__m-projector-l {        width: 70%;    }    .f-9__m-projector-text{        bottom: 4%;    }    .f-10__m-projector-text{        bottom: 4%;    }    .f-9__m-projector-second {        width: 70%;    }    .f-8__m-circle {        width: 30%;    }    .f-7__c-projector {        width: 1017px;    }    .f-8__projector-box img {        width: 1017px;        margin-left:-15px;    }    .f-7__c-circle {        right: -70%;    }    .f-7__c-circle--active {        right: -23%;    }    .f-5__action-video-box img {        width: 500px;        height: auto;    }    .f-6__action-video-box {        bottom: 0;        top:234px;    }    .f-6__action-video-box img {        width: 500px;        height: auto;    }    .f-4__left-box-p-item-2:before {        width: 700px;        height: 618px;        background-size: 700px 618px;    }    .f-3__left-box-p-item-2:before {        width: 700px;        height: 618px;        background-size: 700px 618px;    }    .f-5__left-box-p-item-2:before {        width: 700px;        height: 618px;        background-size: 700px 618px;    }    .f-2__right-box--active {        background-position-x: -300%;    }    .f-1__left-box-projector img {        width: 75%;    }    .f-1__left-box-projector {        left: 6%;    }    .f-1__left-box-projector:before {        width: 250px;        height: 250px;        background-size: 250px 250px;        right: 25%;        top: -40px;    }    /*.f-1__left-box-projector:after {*/    /*right: 31%;*/    /*}*/    .f-1__left-box:before {        height: 400px;        width: 200px;        background-size: 200px 400px;        top: 15%;        left: 0;    }    .f-1__left-box-text {        left: 20%;    }    .f-2__left-box-projector img {        width: 75%;    }    .f-2__left-box-text {        left: 20%;    }    .f-2__left-box:before {        height: 400px;        width: 400px;        background-size: 400px 400px;    }    .f-2__right-box-subtitle {        width: 60%;    }    .f-2__left-box-projector:before {        width: 200px;        height: 200px;        background-size: 200px 200px;        right: 25%;    }    .f-2__left-box-projector:after {        left: -31%;        top: -76%;    }    .f-3__left-box-icon-1 {        left: -50%;    }    .f-3__left-box-icon-1--active {        left: 10%    }    .f-3__left-box-icon-2 {        right: -50%;    }    .f-3__left-box-icon-2--active {        right: 10%;    }    .f-1__right-box-subtitle, .f-2__right-box-subtitle-hide {        top: 58.5%    }    .f-1__right-box-title, .f-2__right-box-title-hide {        top: 35.4%;    }    .f-3__left-box-projector img {        width: 75%;    }    .f-3__left-box-projector:before {        width: 200px;        height: 200px;        background-size: 200px 200px;        right: 25%;    }    .f-3__left_button {        margin-top: -9%;        margin-left: -12%;    }    .f-3__right-box-subtitle {        width: 60%;    }    .f-3__left-box:before {        height: 400px;        width: 400px;        background-size: 400px 400px;    }    .f-3 {        background-position: 5% 29%;    }    .f-4__left-box-icon-1 {        left: 10%;    }    .f-4__left-box-icon-1--active {        left: 44%;    }    .f-4__left-box-icon-2 {        right: 10%;    }    .f-4__left-box-icon-2--active {        right: 44%;    }    .f-4__left-box-button {        bottom: 3%;    }    .f-4__left-box-button--active {        bottom: 6%;    }    .f-5__bottom-action-box {        left: 0;    }    .f-6__projector {        top: 8%;        right: -78%;    }    .f-6__projector--active {        right: -35%;    }    .f-6__swiper-section .swiper-container {        max-width: 1300px;    }    .f-6__swiper-section .swiper-container:after {        left: 50.8%;    }    .f-7__projector {        top: 8%;        right: -35%;    }    .f-7__projector--active {        right: -70%;    }    .f-7__swiper-box--active {        left: -70%;    }    .f-7__c-box-content {        left: 47%;    }    .f-8__c-circle {        right: -9%;    }    .f-8__c-box-content {        left: 47%;    }    .f-8__c-circle--active {        right: -50%;    }    .f-8__m-box-content {        left: 46%;    }    .f-8__c-projector {        left: -30px;    }    .f-9__m-projector {        left: 10%;        top: 40px;    }    .f-9__m-circle {        right: -17%;        bottom: 14%;        width: 29%;    }    .f-9__m-circle--active {        bottom: 100%;    }    .f-9__m-s-box--active:before {        left: 18%;    }    .f-9__m-s-box--active:after {        right: 18%;    }    .f-10__footer {        max-width: 1100px;    }    .f-10__m-projector-second--active {        top: -100%;    }    .details-main-section {        max-width: 1300px;    }}@media (max-width: 1366px) {	    .f-6__projector--active {        right: -50%;    }    .menu-nav__box {        max-width: 1100px;    }    .f-6__popup-box-1-flex {        max-width: 1100px;        padding-top: 5em;    }    .f-6__pb-1-tx-box-ul {        width: 65%;    }    .f-6__pb-1-tx-big {        padding-bottom: 1em;        line-height: 1.5;    }    .f-6__pb-1-tx-small {        line-height: 1.5;    }    .f-6__pb-1-tx-box-ul {        padding: 10px 20px;    }    .f-6__popup-box-1-control-panel {        font-size: 40px;    }    .f-6__popup-box-1-control-panel .fa-circle {        font-size: 10px;    }    .f-6__popup-box-1-control-panel .fa-angle-left, .f-6__popup-box-1-control-panel .fa-angle-right {        padding: 15px 25px;    }    .f-7__c-circle--active {        right: -25%;    }    .f-8__projector-box img {        margin-left:0;    }    .f-8__c-circle {        right: 0;    }    .f-8__c-circle--active {        right: -50%;    }    .f-7__projector {        right: -50%;    }    .f-7__projector--active {        right: -70%;    }}@media (max-width: 1200px) {    .details-main-section {        max-width: 95%;    }    .menu-nav__box {        max-width: 95%;    }}@media (max-width: 1200px) {    .menu-nav__mobile-icon {        display: block;    }    .f-1 {        flex-direction: column;    }    .f-1__right-box {        background: none;        display: none;    }    .f-1__left-box {        width: 100%;    }    .f-1__right-box {        width: 100%;        padding-top: 6em;    }    .f-1__right-box-title {        font-size: 35px;        text-align: center;        width: 100%;        top: 14.7%;    }    .f-1__right-box-text-box {        padding-left: 0;        text-align: center;    }    .menu-nav__desktop {        display: none;    }    .menu-nav__box {        max-width: 87%;        padding: 0 25px;        align-items: center;    }    /* .menu-nav__logo {         width: 30%;     } */    .menu-nav {        padding: 1.5rem 0;    }    .f-1__right-box-subtitle {        color: #fff;        font-size: 14px;        font-weight: 500;        position: absolute;        top:80%;        bottom: 8%;        width: 49%;        width:100%;        line-height: 2;    }    .f-1__left-box-projector {        left: 25%;    }    .f-1__left-box-projector img {        width: 100%;        max-width:400px;    }    .f-1__left-box:before {        height: 300px;        width: 150px;        background-size: 150px 300px;        top: 26%;        left: 0;    }    .f-1__left-box-projector:before {        width: 150px;        height: 150px;        background-size: 150px 150px;        right: 3%;        top: -35px;    }    .f-1__left-box-projector {        top: 30%;    }    .f-1__left-box-text {        width:65%;        text-align:center;        bottom: 35px;        font-size: 10px;    }    /*.f-1__left-box-projector:after {*/    /*display: none;*/    /*}*/    .f-2__right-box {        background: none;        position: initial;    }    .f-2__myVideo {        display: none;    }    .f-2__left-box-projector img {        width: 100%;        max-width:400px;    }    .f-2__left-box-projector:before {        width: 150px;        height: 150px;        background-size: 150px 150px;        right: 3%;    }    .f-2__right-box {        width: 100%;        padding-top: 6em;    }    .f-2__left-box {        width: 100%;    }    .f-2 {        flex-direction: column;    }    .f-2__right-box-title {        font-size: 35px;        text-align: center;        width: 50%;        margin: auto;    }    .f-2__right-box-text-box {        padding-left: 0;    }    .f-2__right-box-subtitle {        width: 87%;        padding: 0 25px;        position: absolute;        bottom: 6%;        text-align: center;        font-size: 14px;    }    .f-2__left-box-text {        bottom: 35px;        font-size: 10px;        width:65%;        text-align:center;    }    .f-2__left-box-projector {        left: 25%;        top: 30%;    }    .f-2__left-box:before {        width: 300px;        height: 300px;        background-size: 300px 300px;        left: -40%;        top: 26%;    }    .f-2__left-box--active:before {        left: 61%;    }    .f-2__right-box-title-hide {        font-size: 35px;        text-align: center;        width: 100%;        top: 14.7%;    }    .f-2__right-box-subtitle-hide {        color: #fff;        font-size: 14px;        font-weight: 500;        line-height: 2;        width: 49%;        top: 80%;        text-align: center;        width:100%;    }    .f-3__left-box-projector {        top: 30%;        left: 25%;    }    .f-3__left-box-projector--active {        left: -300%;    }    .f-3__left-box-p-title {        font-size: 35px;        padding-bottom: 0;    }    .f-3__left-box-p-item-2:before {        width: 400px;        height: 353px;        background-size: 400px 353px;        left: 0;        top: 13%;    }    .f-3__left-box-icon-1 img, .f-3__left-box-icon-2 img {        width: 100%;    }    .f-3__left-box-icon-1--active {        left:35%;        bottom: 22%;        width:80px;    }    .f-3__left-box-icon-2--active {        right:35%;        bottom: 22%;        width:80px;    }    .f-3__left-box-p-item-2 {        display: flex;        flex-direction: column;        align-items: center;        margin-top: -100px;    }    .f-3__left-box-p-title {        order: 1;    }    .f-3__left-box-p-subtitle {        order: 4;        position: absolute;        bottom: 13%;        font-size: 14px;        width: 68%;    }    .f-3__left-box-img {        order: 2;        width: 70%;    }    .f-3__left-box-text {        order: 3;        margin-top: 0;        bottom: 35px;        font-size: 10px;        width:41%;        text-align:center;    }    .f-3__old-c-box {        flex-direction: column;    }    .f-3__left-box {        width: 100%;    }    .f-3__right-box {        width: 100%;    }    .f-3__left-box:before {        width: 300px;        height: 300px;        background-size: 300px 300px;        left: 61%;        top: 20%    }    .f-3__left-box--active:before {        left: 200%;    }    .f-3__left-box-projector img {        width: 100%;        max-width:400px;    }    .f-3__left_button {        margin-left: 0;    }    .f-3__left-box-projector:before {        right: 3%;    }    .f-3__right-box-title {        font-size: 35px;        text-align: center;        width: 50%;        margin: auto;    }    .f-3__right-box {        padding-top: 6em;    }    .f-3__right-box-text-box {        padding-left: 0;    }    .f-3__right-box-subtitle {        width: 87%;        padding: 0 25px;        position: absolute;        bottom: 6%;        text-align: center;        font-size: 14px;    }    .f-4__left-box-icon-1 img, .f-4__left-box-icon-2 img {        width: 100%;    }    .f-4__left-box-p-title-2 {        font-size: 35px;        width: 80%;        left: 13%;        top: 17%;    }    .f-4__left-box-border-2-item {        width: 100%;        margin-bottom: 100px;        text-align: left;        margin-left: auto;        margin-right: 0;    }    .f-4__left-box-border-2-item {        text-align: center;    }    .f-4__left-box-border-1-item {        text-align: center;    }    .f-4__left-box-border-2 {        width: 100%;        right: -100%;        top: 44%;    }    .f-4__left-box-border-2--active {        right: 0;    }    .f-4__left-box-border-2-item:after {        right: auto;        left: 24%;    }    .f-4__left-box-border-2-item:before {        right: 0;        width: 75%;        left: auto;    }    .border-2-item-second:before {        right: 0;        width: 75%;    }    .f-4__left-box-border-1 {        width: 100%;        left: -100%;        top: 35%;    }    .f-4__left-box-border-1--active {        left: 0;    }    .f-4__left-box-center-box {        top:0;    }    .border-1-item-first {        width: 100%;        margin-left: 0;        margin-bottom: 100px;    }    .f-4__left-box-border-1-item:after {        left: auto;        right: 24%;    }    .f-4__left-box-border-1-item:before {        left: 0;        width: 75%;    }    .border-1-item-second:before {        left: 0;        width: 75%;    }    .f-4__left-box-icon-1 {        left:35%;        bottom: 22%;        width:80px;    }    .f-4__left-box-icon-2 {        right:35%;        bottom: 22%;        width:80px;    }    .f-4__left-box-button--active{        position:relative;        top:100px;    }    .f-4__left-box-img {        width: 70%;        transition: all 0.5s 1s ease;        opacity: 1;    }    .f-4__left-box-img--active {        opacity: 0;    }    .f-4__left-box-p-title {        font-size: 35px;        padding-bottom: 0;    }    .f-4__left-box-p-subtitle {        font-size: 14px;        position: absolute;        bottom: 13%;        width: 68%;        left: 16%;    }    .f-4__left-box-text {        font-size: 10px;        margin-top:0;    }    .f-4__left-box-p-item-2:before {        width: 400px;        height: 353px;        background-size: 400px 353px;        left: 0;        top: 13%;    }    .f-4__left-box-p-item-2--active:before {        opacity: 0;    }    .f-4__left-box-p-text-box {        position: unset;    }    .f-4__left-box-p-item-2 {        margin-top: -50px;    }    .f-5__left-box-img {        opacity: 0;    }    .f-5__left-box-p-title {        font-size: 35px;        width: 80%;        position:absolute;        left: 13%;        top: 17%;    }    .f-5__border-1-item-first {        width: 100%;        margin-left: 0;        margin-bottom: 100px;        text-align: center;    }    .f-5__left-box-border-1-item {        text-align: center;    }    .f-5__left-box-border-1-item:before {        left: 0;        width: 75%;    }    .f-5__left-box-border-1-item:after {        left: auto;        right: 24%;    }    .f-5__left-box-border-1 {        width: 100%;        left: 0;        top: 35%;    }    .f-5__left-box-border-2 {        right: 0;        width: 100%;        top: 44%;    }    .f-5__border-2-item-first {        margin-right: 0;        margin-left: auto;    }    .f-5__left-box-border-2-item:before {        right: 0;        width: 75%;        left: auto;    }    .f-5__left-box-border-2-item:after {        right: auto;        left: 24%;    }    .f-5__border-2-item-second:before {        width: 75%;        right: 0;    }    .f-5__left-box-border-2-item {        width: 100%;        margin-left: auto;        text-align: center;        margin-bottom: 100px;    }    .f-5__left-box-p-title-21 {        font-size: 35px;        width: 85%;        margin: auto;    }    .f-5-b__left-box-p-title-21 {        font-size: 35px;        width: 85%;        margin: auto;    }    .f-5__left-box-circle-section21 {        flex-wrap: wrap;        max-width: 100%;    }    .f-5-b__left-box-circle-section21 {        flex-wrap: wrap;        max-width: 100%;    }    .f-5__left-box-circle-item {        width: 80px;        height: 80px;        background-size: 80px 80px;        margin-left: 30%;    }    .f-5__left-box-circle-section21 > *:nth-child(2) {        margin-top: 3em;        margin-left: 0;        margin-right: 30%;    }    .f-5__left-box-circle-section21 > *:nth-child(4) {        margin-top: 3em;        margin-left: 0;        margin-right: 30%;    }    .f-5-b__left-box-circle-section21 > *:nth-child(2) {        margin-top: 3em;        margin-left: 0;        margin-right: 30%;    }    .f-5-b__left-box-circle-section21 > *:nth-child(4) {        margin-top: 3em;        margin-left: 0;        margin-right: 30%;    }    .f-5__bottom-action-box {        display: none;    }    .f-5__mobile-swiper-img {        display: block;        position: relative;        top: 300px;        transition: all 1s 1s ease;        opacity:0;        z-index:3;    }    .f-5__mobile-swiper-img--active {        opacity:1;    }    .f-5__action-video-box--active {        bottom: 0;        top: 300px;    }    .f-5__swiper-container .swiper-slide {        width: 80%;        height: 230px;    }	.f-5__swiper-container .swiper-wrapper > *:nth-child(1){        background: url("img/p-5-img-1_2b.png") center no-repeat;        background-size:cover;    }    .f-5__swiper-container .swiper-wrapper > *:nth-child(2){        background: url("img/p-5-img-7_2b.png") center no-repeat;        background-size:cover;    }    .f-5__swiper-container .swiper-wrapper > *:nth-child(3){        background: url("img/p-5-img-2_2b.png") center no-repeat;        background-size:cover;    }    .f-5__swiper-container .swiper-wrapper > *:nth-child(4){        background: url("img/p-5-img-3_2b.png") center no-repeat;        background-size:cover;    }    .f-5__swiper-container .swiper-wrapper > *:nth-child(5){        background: url("img/p-5-img-4_2b.png") center no-repeat;        background-size:cover;    }    .f-5__swiper-container .swiper-wrapper > *:nth-child(6){        background: url("img/p-5-img-5_2b.png") center no-repeat;        background-size:cover;    }    .f-5__swiper-container .swiper-wrapper > *:nth-child(7){        background: url("img/p-5-img-6_2b.png") center no-repeat;        background-size:cover;    }    .f-5__swiper-container .swiper-wrapper > *:nth-child(8){        background: url("img/p-5-img-8_2b.png") center no-repeat;        background-size:cover;    }    .f-5__action-title-video {        margin-top: 3em;    }    .f-5__action-title__oneveo-in-action {        margin-bottom: 1em;    }    .f-5__action-title {        font-size: 10px;    }    .f-6__projector {        display: none;    }    .f-6_title {        font-size: 35px;    }    .f-6__swiper-section .swiper-container {        max-width: 95%;    }    .f-6__swiper-container .swiper-wrapper > *:nth-child(1) {        display: none;    }    .f-6__swiper-container .swiper-wrapper > *:nth-child(2) {        display: none;    }    .f-6__swiper-container .swiper-slide img {        width: 100%;    }    .f-6__swiper-section .swiper-container:after {        left: 48%;        bottom:0;    }    .f-6__action-video-box {        bottom: 15%;        top:284px;    }    .f-6__action-video-box img, .f-5__action-video-box img {        width: 300px;    }    .f-7__projector {        display: none;    }    .f-7__c-circle {        display: none;    }    .f-7__swiper-slide-2 {        display: none;    }    .f-7__c-projector {        left: -90%;        width: 100%;    }    .f-7__c-projector--active {        position:absolute;        top:30px;        left: 25%;        width:100%;        max-width:500px;    }    .f-7__title {        font-size: 35px;    }    .f-7__swiper-box--active {        left: -100%;    }    .f-7__content-box {        flex-direction: column;    }    .f-7__c-box-content {        top: 400px;        text-align:center;        width:100%;        max-width:500px;        left:25%;        transition: all 1s 0.5s ease;    }    .f-7__c-content-title {        font-size: 35px;    }    .f-7__c-content-subtitle {        font-size: 14px;    }    .f-7__intel-logo {        display: none;    }    .f-7__intel-logo-mobile {        display: inline;    }    .f-7__swiper-slide-1 {        width: 100%;    }    .f-7__swiper-slide-1 img {        width: 100%;    }    .f-7__old-box{        display: none;    }    .f-8__projector-box {        display: none;    }    .f-8__m-circle {        display: none;    }    .f-8__m-box-content {        top: 400px;        text-align:center;        width:100%;        max-width:500px;        left:25%;    }    .f-8__m-content-title {        font-size: 35px;    }    .f-8__m-content-subtitle {        font-size: 14px;        padding: 1em 4em 2em 4em;        line-height: 2;    }    .f-8__m-hr-icon {        display: inline;    }    .f-8__c-content-title {        font-size: 35px;    }    .f-8__c-content-subtitle {        font-size: 14px;    }    .f-8__c-projector {        left: 0;    }    .f-9__m-projector {        display: none;    }    .f-9__m-s-box {        display: none;    }    .f-9__m-circle {        display: none;    }    .f-9__m-projector-text {        top: 400px;        text-align:center;        width:100%;        max-width:500px;        left:25%;    }    .f-9__m-content-p-title {        font-size: 35px;    }    .f-9__m-content-p-subtitle {        font-size: 14px;    }    .f-9__m-projector-box {        height: 100%;    }    .f-9__m-mobile-icon {        display: inline;        padding-top: 2em;    }    .f-9__m-content-title {        font-size: 35px;    }    .f-9__m-content-subtitle {        font-size: 14px;        width: 60%;        margin: auto;        padding-bottom: 2em;        line-height: 2;    }    .f-9__m-box-content {        top: 400px;        text-align:center;        width:100%;        max-width:500px;        left:25%;        opacity: 1;        transition: all 1s 1s ease;    }    .f-9__m-box-content--active {        opacity: 0;    }    .f-10__c-content-title {        font-size: 35px;    }    .f-10__m-content-subtitle {        font-size: 14px;    }    .f-10__m-s-box {        display: none;    }    .f-10__c-form-box {        width: 80%;        margin: 2em 0;    }    .f-10__footer p, .f-10__footer a {        font-size: 14px;    }    .f-10__footer {        max-width: 100%;        flex-wrap: wrap-reverse;        justify-content: center;        padding: 1.5em 0;    }    .f-10__footer-copyright {        margin-right: 0;        width: 100%;        text-align: center;        font-size: 12px;    }    .f-10__footer-privacy {        width: fit-content;        margin-right: 2em;        padding-bottom: 1em;    }    .f-10__footer-terms {        width: fit-content;        padding-bottom: 1em;    }    .f-10__m-content-p-title {        font-size: 35px;    }    .f-10__m-content-p-subtitle {        font-size: 14px;    }    .f-10__m-projector-text {        top: 400px;        text-align:center;        width:100%;        max-width:500px;        left:25%;    }    .f-6__popup-box-1-control-panel {        font-size: 26px;        justify-content: center;    }    .f-6__popup-box-1-left {        width: 100%;    }    .f-6__popup-box-1-text-content {        padding: 0 15px;    }    .f-6__pb-1-tx-box-ul {        width: 90%;    }    .f-6__popup-box {        overflow: scroll;    }    .f-6__popup-box-1 {        background: #3544CF;    }    .f-6__popup-box-2 {        background: #45B245;    }    .f-6__popup-box-3 {        background: #D53F3F;    }    .f-6__popup-box-4 {        background: #c2c9cb;    }    .f-6__popup-box-5 {        background: #fb3;    }    .f-6__popup-box-1-flex {        max-width: 100%;        flex-direction: column;    }    .f-6__popup-box-1-right {        width: 100%;    }    .f-6__popup-box-1-right {        display: none;    }    .f-6a__swiper-container .swiper-slide {        width: 80%;        height: 230px;    }    .f-6__popup-box-4 .f-6a__swiper-container .swiper-slide {        width: 64%;    }    .f-6__popup-box-4 .f-6a__swiper-container .swiper-wrapper > *:nth-child(1) {        background: url("img/vip1a.png") center no-repeat;    }    .f-6__popup-box-4 .f-6a__swiper-container .swiper-wrapper > *:nth-child(2) {        background: url("img/vip2a.png") center no-repeat;    }    .f-6__popup-box-4 .f-6a__swiper-container .swiper-wrapper > *:nth-child(3) {        background: url("img/vip3a.png") center no-repeat;    }    .f-6__popup-box-4 .f-6a__swiper-container .swiper-wrapper > *:nth-child(4) {        background: url("img/vip4a.png") center no-repeat;    }    .f-6__popup-box-4 .f-6a__swiper-container .swiper-wrapper > *:nth-child(5) {        background: url("img/vip5a.png") center no-repeat;    }    .f-6__popup-box-5 .f-6a__swiper-container .swiper-wrapper > *:nth-child(1) {        background: url("img/FAV1.png") center no-repeat;		background-size:210px 140px;    }    .f-6__popup-box-5 .f-6a__swiper-container .swiper-wrapper > *:nth-child(2) {        background: url("img/FAV2.png") center no-repeat;		background-size:210px 140px;    }    .f-6__popup-box-5 .f-6a__swiper-container .swiper-wrapper > *:nth-child(3) {        background: url("img/FAV3.png") center no-repeat;		background-size:210px 140px;    }    .f-6__popup-box-5 .f-6a__swiper-container .swiper-wrapper > *:nth-child(4) {        background: url("img/FAV4.png") center no-repeat;		background-size:210px 140px;    }    .f-6__popup-box-5 .f-6a__swiper-container .swiper-wrapper > *:nth-child(5) {        background: url("img/FAV5.png") center no-repeat;		background-size:210px 140px;    }    .f-6__popup-box-5 .f-6a__swiper-container .swiper-wrapper > *:nth-child(6) {        background: url("img/FAV6.png") center no-repeat;		background-size:210px 140px;    }    .f-6__pb-1-ask-button {        text-align: center;    }    .f-6__pb-1-go-back {        margin: 2em auto;    }    .details-section-conditions {        flex-direction: column;    }    .details-conditions-box-left {        width: 100%;        padding: 3em 0 3em 0;    }    .details-conditions-box-right {        width: 100%;    }    .details-p-box {        flex-direction: column;    }    .details-p-item {        display: flex;    }    .details-p-title {        padding: 0;        display: flex;        align-items: center;        width: 54%;    }    .details-p-content {        display: flex;        align-items: center;        text-align: left;    }    .details-section-computer {        flex-direction: column;    }    .details-section-computer-left {        padding: 3em 0 3em 0;        width: 100%;    }    .details-conditions-left-projector {        width: 85%;    }    .details-main-section {        max-width: 87%;    }    .details-section-computer-right {        width: 100%;    }    .f-5__video-play-box iframe {        width: 100%;        height: auto;    }    .f-5__action-img-video:before {        padding: 17px 17px 17px 21px;        font-size: 18px;    }    .f-5__left-box-center-box1 {        padding-top: 6em;    }    .f-5-b__left-box-center-box1 {        padding-top: 6em;    }    .f-5__bottom-section:after {        display: none;    }    .f-8__c-box-content {        top: 400px;        text-align:center;        width:100%;        max-width:500px;        left:25%;    }    .f-8__c-projector_mobile, .f-10__c-projector_mobile{        display:block;        position:absolute;        top:30px;        left: 25%;        width:100%;        max-width:500px;        opacity:1;        transition: all 1s 1s ease;    }    .f-10__c-projector_mobile--active{        opacity:0;    }    .f-8__c-circle{        display: none;    }    .f-6__swiper-container .swiper-button-next{        right:32%;    }    .f-6__swiper-container .swiper-button-prev{        left:32%;    }    .f-2-vid-img{        position: absolute;        bottom: 150px;        width: 150px;        height: auto;        left: 40%;    }    .f-8__benq-logo{        display:none;    }    .f-8__m-content-subtitle span, .f-9__m-content-subtitle span{        padding-top:0;    }    .social-box {        top: 70px;    }    .f-7__c-projector-text{        left: -100%;        top: 350px;        width: 100%;        text-align:center;        font-size: 10px;    }    .f-10__c-projector-text{        display:block;        position:absolute;        left:0;        top: 350px;        width: 100%;        text-align:center;        font-size: 10px;        opacity:1;        transition: all 1s 1s ease;    }    .f-7__c-projector-text--active{        left: 0;    }    .f-10__c-projector-text--active{        opacity:0;    }    .f-7__c-projector.mobile{display:block}    .f-7__c-projector.desktop{display:none}}@media (max-width: 768px) {	    .f-6__swiper-container .swiper-slide .rm{        display:block;        position:absolute;        bottom:25%;        width:100%;        text-align:center;        z-index:2;        text-decoration:underline;        font-weight:bold;    }    .f-7__c-projector--active {        left: 0;    }    .f-7__c-box-content {        left:0;    }    .f-8__c-projector_mobile, .f-10__c-projector_mobile{        left: 0;    }    .f-8__m-box-content {        left:0;    }    .f-8__c-box-content {        left:0;    }    .f-9__m-projector-text {        left:0;    }    .f-9__m-box-content {        left:0;    }    .f-10__m-projector-text {        left:0;    }    .f-1__left-box-projector {        left: 0;    }    .f-2__left-box-projector {        left: 0;    }    .f-3__left-box-projector {        left: 0;    }    .f-3__left-box-projector--active {        left: -300%;    }    .f-3__left-box-icon-1--active {        left:24%;    }    .f-3__left-box-icon-2--active {        right:24%;    }    .f-4__left-box-icon-1 {        left:24%;    }    .f-4__left-box-icon-2 {        right:24%;    }    .f-4__left-box-border-2-item:after {        left: 21%;    }    .f-4__left-box-border-1-item:after {        right: 21%;    }    .f-5__left-box-border-1-item:after {        right: 21%;    }    .f-5__left-box-border-2-item:after {        left: 21%;    }    .f-5__left-box-circle-item {        margin-left: 19%;    }    .f-5__left-box-circle-section21 > *:nth-child(2) {        margin-right: 19%;    }    .f-5__left-box-circle-section21 > *:nth-child(4) {        margin-right: 19%;    }    .f-5-b__left-box-circle-section21 > *:nth-child(2) {        margin-right: 19%;    }    .f-5-b__left-box-circle-section21 > *:nth-child(4) {        margin-right: 19%;    }    .f-6__swiper-container .swiper-button-next{        top:48%;        right:0;    }    .f-6__swiper-container .swiper-button-prev{        top:48%;        left:0;    }    .f-6__swiper-container .swiper-button-prev:after{        font-size:30px;    }    .f-6__swiper-container .swiper-button-next:after{        font-size:30px;    }    .f-2-vid-img{        left: 30%;    }}@media (max-width: 400px) {    .f-7__c-projector-text, .f-10__c-projector-text{top:300px;}	.panel{height:700px}}@media (max-width: 800px), (max-height: 600px){	#check_m{display:none}	body *, body *::before {transition:none !important}	.f-1{height:500px}	.f-2{height:900px}	.f-3{height:590px !important;}	.f-4{height:550px}	.f-5{height:480px;overflow-y: hidden}	.f-5b{height:450px}	.f-5c{height:240px}	.f-6{height:390px}	.f-7{height:520px}	.f-8{height:260px}	.f-9{height:325px}	.f-10{display:block;height:510px}	.f-8__main-box{display:block}	.f-8__m-box-content, .f-9__m-projector-text{top:0;left:50%;transform:translate(-50%, 0)}	.f-5__action-video-box--active{top:0}	.f-5__action-title{top:50px}	.f-5__mobile-swiper-img{top:100px}	.f-8__c-projector_mobile{display:none}	.f-1__left-box-shadow::after, .f-2__left-box-projector::after{background-size: 500px 500px}	.f-7__c-box-content{top:300px;left:50%;transform:translate(-50%, 0)}	.f-7__c-projector--active{top:0;left:50%;transform:translate(-50%, 0)}	.f-2__right-box{padding-top:0}	.f-2-vid-img{width:97%;max-width:428px;left:50%;transform:translate(-50%, 0)}	.cookie{width:95%;padding:15px}	.bline{display:inline-block}	.social-box{top:40px;right:70px;flex-direction:row;z-index:9990}	.social-fb{padding:0 10px 0 0}	.social-yt{padding:0 0 0 10px}	#top{display:none}	.f-2__right-box-title{margin-top:150px}	.move-top-down{display:none}	.f-3__left-box-icon-1--active{width:140px;left:8%;bottom:14%;z-index:100}	.f-3__left-box-icon-2--active{width:140px;right:8%;bottom:14%;z-index:100}	.f-3__left-box-p-subtitle{bottom:0;line-height:2}	.f-10__m-projector-box{display:none}	.f-6__swiper-section .swiper-container::after{background:none}	.f-6__swiper-container .swiper-wrapper > :nth-child(2){display:block}	.menu-nav{background-color:rgba(0, 0, 0, 0.5)}	.f-4__left-box-p-title-2{left:50%;transform:translate(-50%, 0)}	.f-3__left-box-p-item-2{margin-top:-200px}	.swiper-button-next, .swiper-button-prev{color:#fff}	.f-6a__swiper-container .swiper-slide{height:180px}	.f-9__m-content-p-title{padding-top:25px}	.f-8__m-content-title{padding-top:20px}	.f-6__swiper-container .swiper-button-next.swiper-button-disabled, .f-6__swiper-container .swiper-button-prev.swiper-button-disabled{pointer-events:auto}	.border-1-item-first{margin-bottom:80px}	.f-4__left-box-border-2-item{margin-bottom:80px}	.f-4__left-box-button--active{top:50px}	.f-5__left-box-center-box1{padding-top:10px}	.f-5__action-video-box{padding:0}	.f-6__swiper-container .swiper-slide img{max-width: 380px;margin-left: 50%;transform: translate(-50%, 0)}	.f-6__popup-box-1-flex{padding-top:1em}	.details-section-certificate{margin:0}	.f-7__intel-logo-mobile {margin-top:15px}	.f-7__c-projector--active{max-width:450px}	.f-2__left-box-projector img{max-width:370px}	.f-2-vid-img{bottom:130px}	.f-2__right-box-subtitle{bottom:20px}	.f-5__action-video-box img{width:97%;max-width:500px;margin-left:50%;transform:translate(-50%, 0)}	.f-6_title{margin-top:20px}}@media (max-width: 479px) {	.f-6__swiper-container .swiper-button-prev, .f-6__swiper-container .swiper-button-next{top:50%}	.f-4{height:550px}}