@font-face {
    font-family: Gilroy-Light;
    src: url(../fonts/Gilroy-Light.ttf) format("truetype"), url(../fonts/Gilroy-Light.woff) format("woff"), url(../fonts/Gilroy-Light.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy-Regular;
    src: url(../fonts/Gilroy-Regular.ttf) format("truetype"), url(../fonts/Gilroy-Regular.woff) format("woff"), url(../fonts/Gilroy-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy-Medium;
    src: url(../fonts/Gilroy-Medium.ttf) format("truetype"), url(../fonts/Gilroy-Medium.woff) format("woff"), url(../fonts/Gilroy-Medium.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy-MediumItalic;
    src: url(../fonts/Gilroy-MediumItalic.ttf) format("truetype"), url(../fonts/Gilroy-MediumItalic.woff) format("woff"), url(../fonts/Gilroy-MediumItalic.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy-SemiBold;
    src: url(../fonts/Gilroy-SemiBold.ttf) format("truetype"), url(../fonts/Gilroy-SemiBold.woff) format("woff"), url(../fonts/Gilroy-SemiBold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy-Bold;
    src: url(../fonts/Gilroy-Bold.ttf) format("truetype"), url(../fonts/Gilroy-Bold.woff) format("woff"), url(../fonts/Gilroy-Bold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy-ExtraBold;
    src: url(../fonts/Gilroy-ExtraBold.ttf) format("truetype"), url(../fonts/Gilroy-ExtraBold.woff) format("woff"), url(../fonts/Gilroy-ExtraBold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy-Heavy;
    src: url(../fonts/Gilroy-Heavy.ttf) format("truetype"), url(../fonts/Gilroy-Heavy.woff) format("woff"), url(../fonts/Gilroy-Heavy.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    min-height: 100%;
    display: block;
    text-rendering: optimizeSpeed;
    font-family: Gilroy-Regular;
}
body.index-vie
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
body.request-onscreen {
    height: 100%;
    overflow: hidden;
}
.container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
button
{
    cursor: pointer;
    display: inline-block;
    outline: 0;
    border: none;
    height: 50px;
    border-radius: 25px;
    background-color: #00e3a9;
    padding: 0 35px;
    color: #1f2020;
    font-family: Gilroy-Bold;
    font-size: 18px;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-appearance: none;
}
body.index-vie button
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
button:hover {
    background-color: rgba(0, 227, 169, 0.8);
}
.kr-header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    background-color: #1b1c1c;
    padding: 27px 0 18px;
}
.kr-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.kr-header__left .kr-header__logo {
    margin-left: 10px;
}
.kr-header__left .kr-header__logo img {
    display: block;
    height: 32px;
}
.kr-header__left .kr-header__lang,
.kr-header__left .kr-header__youtube,
.kr-header__right .kr-header__mainmenu {
    display: none;
}
.kr-header__trigger {
    display: block;
    width: 35px;
    height: 29px;
    margin-right: 18px;
    cursor: pointer;
}
body.webp .kr-header__trigger {
    background: url(../images/menu-icon.webp) no-repeat center;
    background-size: 35px 25px;
}
body:not(.webp) .kr-header__trigger {
    background: url(../images/menu-icon.png) no-repeat center;
    background-size: 35px 25px;
}
.kr-header__trigger.opened {
    background: url(../images/close-icon.svg) no-repeat center;
    background-size: 28px 29px;
}
.kr-header__mobilemenu {
    display: none;
    background: #1b1c1c;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    right: 0;
}
.kr-header__mobilemenu .kr-header__nav {
    text-align: center;
}
.kr-header__mobilemenu .kr-header__nav ul {
    padding: 40px 15px;
    box-sizing: border-box;
}
.kr-header__mobilemenu .kr-header__nav ul li {
    color: #fff;
    font-family: Gilroy-Bold;
    font-size: 22px;
    line-height: 57px;
    margin: 13px 0;
}
body.index-vie .kr-header__mobilemenu .kr-header__nav ul li
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.kr-header__mobilemenu .kr-header__nav ul li:first-child {
    margin-top: 0;
}
.kr-header__mobilemenu .kr-header__nav ul li:last-child {
    margin-bottom: 0;
}
.kr-header__mobilemenu .kr-header__nav ul li:nth-child(2) {
    margin: 0 auto;
    width: 160px;
    height: 57px;
}
body.webp .kr-header__mobilemenu .kr-header__nav ul li:nth-child(2) {
    background: url(../images/nav_button_border.webp) no-repeat center;
}
body:not(.webp) .kr-header__mobilemenu .kr-header__nav ul li:nth-child(2) {
    background: url(../images/nav_button_border.png) no-repeat center;
}
.kr-header__mobilemenu .kr-header__nav ul li a {
    color: #fff;
    text-decoration: none;
}
.kr-header__mobilemenu ul li.active a,
.kr-header__mobilemenu ul li:hover a {
    color: #00e3a9;
}
.kr-header__mobilemenu .kr-header__nav-contact {
    background: #232424;
    padding: 32px 15px 32px;
    box-sizing: border-box;
}
.main {
    padding-top: 77px;
    position: relative;
}
.kr-section {
    overflow: hidden;
}
.kr-section_welcome {
    padding: 65px 0 20px;
}
.kr-section_welcome {
    background: linear-gradient(#232528, #2d3c65);
    background-size: 100% auto;
}
h1 {
    color: #fff;
    text-align: center;
    font-family: Gilroy-Light;
    font-size: 36px;
    line-height: 48px;
}
.index-jpn h1 {
    font-size: 32px;
}
.index-por h1 {
    font-size: 28px;
}
body.index-vie h1
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
h2,
span.h2 {
    display: block;
    color: #222032;
    text-align: center;
    font-family: Gilroy-Regular;
    font-size: 30px;
    line-height: 34px;
}
body.index-vie h2,
body.index-vie span.h2
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
h4,
span.h4 {
    display: block;
    text-align: center;
    color: #fff;
    font-family: Gilroy-Light;
    font-size: 18px;
    line-height: 20px;
}
body.index-vie h4,
body.index-vie span.h4
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.kr-section_welcome h1 {
    margin: 0 0 60px;
}
.kr-section_welcome span.only-for
{
    margin: 0 0 60px;
    text-align: center;
    color: #fff;
    font-family: Gilroy-Light;
    font-size: 18px;
    line-height: 20px;
}
.kr-section_welcome span.only-for
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.kr-section_welcome h1 span {
    padding-right: 77px;
}
body.webp .kr-section_welcome h1 span {
    background: url(../images/h1_logo.webp) no-repeat right center;
    background-size: 67px 42px;
}
body:not(.webp) .kr-section_welcome h1 span {
    background: url(../images/h1_logo.png) no-repeat right center;
    background-size: 67px 42px;
}
.welcome-map {
    overflow: hidden;
}
.welcome-map svg {
    display: block;
    width: 100%;
}
.welcome-info {
    border: 2px solid rgba(210, 210, 210, 0.1);
    border-top: 3px solid rgba(255, 255, 255, 0.9);
    padding: 25px 20px;
    text-align: center;
    color: #fff;
    font-family: Gilroy-Light;
    font-size: 18px;
    line-height: 20px;
    max-width: 500px;
    margin: 0 auto;
}
body.index-vie .welcome-info
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.welcome-info span {
    font-family: Gilroy-Bold;
}
body.index-vie .welcome-info span
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.kr-section_about {
    padding-top: 0 !important;
}
.kr-section_about h2 {
    padding: 40px 0;
}
.about-video {
    display: none;
    background-color: #fff;
    min-height: 300px;
}
.about-video .video {
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px;
    height: 82vw;
    overflow: hidden;
}
.about-video .video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-content {
    background-color: #efefef;
}
.about-content__info {
    padding: 50px 0 45px;
    text-align: center;
    color: #222032;
    font-family: Gilroy-Regular;
    font-size: 24px;
    line-height: 28px;
}
body.index-vie .about-content__info
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.about-content__info h2 {
    text-align: center;
    color: #222032;
    font-family: Gilroy-Regular;
    font-size: 24px;
    line-height: 28px;
    padding: 0;
}
body.index-vie .about-content__info h2
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.about-content__info h2 br {
    display: block;
}
.about-content__info span {
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
}
.about-content__info strong {
    font-family: Gilroy-ExtraBold;
    text-transform: uppercase;
}
body.index-vie .about-content__info strong
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}
.about-content__boxes {
    position: relative;
    width: calc(100% + 16px);
    margin-left: -8px;
    padding-bottom: 20px;
}
.about-content__box {
    margin-bottom: 11px;
    background: #fff;
    padding: 0 25px;
}
.about-content__box:last-child {
    margin-bottom: 0;
}
.about-content__box .box-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0;
}
.about-content__box .box-header .box-icon {
    width: 60px;
    margin-right: 20px;
}
.about-content__box .box-header .box-icon img {
    display: block;
    width: 100%;
}
.about-content__box:nth-child(4) .box-header .box-icon img,
.about-content__box:nth-child(5) .box-header .box-icon img,
.about-content__box:nth-child(6) .box-header .box-icon img
{
    width: 85%;
    margin: 0 auto;
}
.about-content__box .box-header .box-title {
    color: #222032;
    font-family: Gilroy-Bold;
    font-size: 20px;
}
body.index-vie .about-content__box .box-header .box-title
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}
.about-content__box .box-content {
    padding: 40px 0 60px 80px;
    display: none;
    border-top: 1px solid #efefef;
}
.about-content__box .box-content ul li {
    color: #222032;
    font-family: Gilroy-Regular;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    position: relative;
}
body.index-vie .about-content__box .box-content ul li
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.about-content__box .box-content ul li:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -52px;
    width: 20px;
    height: 20px;
    background: url(../images/icons/check.svg) no-repeat center top;
    background-size: 20px auto;
}
.about-content__box .box-content ul li:last-child {
    margin-bottom: 0;
}
.kr-section_profit {
    background: #fff;
    padding: 50px 0 45px;
}
.kr-section_profit h2 {
    margin-bottom: 35px;
}
.kr-section_profit h3 {
    color: #222032;
    margin: 0 0 45px;
    text-align: center;
    font-family: Gilroy-Regular;
    font-size: 16px;
    line-height: 1;
}
body.index-vie .kr-section_profit h3
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.profit-calculator {
    padding: 40px 0;
    position: relative;
    width: calc(100% + 12px);
    margin-left: -6px;
    margin-bottom: 24px;
    border: 3px solid #00e3a9;
    box-sizing: border-box;
}
.profit-calculator .pc-quantity {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 30px;
}
.profit-calculator .pc-quantity h4,
.profit-calculator .pc-quantity span.h4 {
    margin-bottom: 32px;
    color: #222032;
}
.irs--flat
{
    height: 60px;
}
.profit-calculator .pc-quantity .range-nav {
    position: relative;
    z-index: 9;
    height: 17px;
    margin: 0 auto;
    max-width: 220px;
}
.profit-calculator .pc-quantity .range-nav span.range-left,
.profit-calculator .pc-quantity .range-nav span.range-right
{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 2px solid rgba(210, 210, 210, 0.1) !important;
    box-sizing: border-box;
    position: absolute;
}
.profit-calculator .pc-quantity .range-nav span.range-left:before,
.profit-calculator .pc-quantity .range-nav span.range-right:before
{
    content: "";
    border-radius: 50%;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: 0 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid rgba(210, 210, 210, 0.56) !important;
}
.profit-calculator .pc-quantity .range-nav span.range-left span,
.profit-calculator .pc-quantity .range-nav span.range-right span
{
    color: #222032;
    font-size: 30px;
    font-weight: 400;
    line-height: 64px;
}
.index-vie .profit-calculator .pc-quantity .range-nav span.range-left span,
.index-vie .profit-calculator .pc-quantity .range-nav span.range-right span {
    line-height: 59px;
}
.profit-calculator .pc-quantity .range-nav span.range-left
{
    left: -50px;
}
.profit-calculator .pc-quantity .range-nav span.range-right
{
    right: -50px;
}
.profit-calculator .pc-quantity .range-nav span svg {
    display: block;
    width: 100%;
}
.profit-calculator .pc-quantity .irs {
    max-width: 200px;
    margin: 0 auto;
}
.profit-calculator .pc-quantity .irs--flat .irs-line {
    top: 70px;
    height: 2px;
    background: #908f98;

    width: 100%;
    margin: 0 auto;
}
.profit-calculator .pc-quantity .irs--flat .irs-bar {
    top: 68px;
    height: 6px;
    border-radius: 3px;
    background-color: #00e3a9;
}
.profit-calculator .pc-quantity .irs--flat .irs-grid {
    display: none;
    bottom: auto;
    top: 50px;

    left: 50%;
    width: 95%;

    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
body.webp .profit-calculator .pc-quantity .irs--flat .irs-grid {
    background: url(../images/range-grid.webp) no-repeat center bottom;
    background-size: 100% auto;
}
body:not(.webp) .profit-calculator .pc-quantity .irs--flat .irs-grid {
    background: url(../images/range-grid.png) no-repeat center bottom;
    background-size: 100% auto;
}
.profit-calculator .pc-quantity .irs--flat .irs-handle {
    top: 66px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.profit-calculator .pc-quantity .irs--flat .irs-handle i:first-child {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00e3a9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.profit-calculator .pc-quantity .irs--flat .irs-single {
    background: 0 0;
    color: #222032;
    font-family: Gilroy-Bold;
    font-size: 30px;
    height: 30px;
    line-height: 1;
    position: static;
    padding: 0 !important;
    text-align: center;
    width: 180px;
    margin: 0 auto;
}
body.index-vie .profit-calculator .pc-quantity .irs--flat .irs-single
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.profit-calculator .pc-quantity .irs--flat .irs-single:before {
    display: none;
}
.profit-calculator .pc-quantity .irs .irs-max,
.profit-calculator .pc-quantity .irs .irs-min {
    background: 0 0;
    color: transparent;
    font-size: 0;
    visibility: visible !important;
    position: absolute;
    top: 62px;
}
.profit-calculator .pc-quantity .irs .irs-min {
    left: -50px;
}
.profit-calculator .pc-quantity .irs .irs-max {
    right: -65px;
}
.index-chi .profit-calculator .pc-quantity .irs .irs-max {
    right: -32px;
}
.index-jpn .profit-calculator .pc-quantity .irs .irs-max {
    right: -45px;
}
.profit-calculator .pc-quantity .irs .irs-max:before,
.profit-calculator .pc-quantity .irs .irs-min:before {
    opacity: 0.2;
    color: #222032;
    font-family: Gilroy-Bold;
    font-size: 12px;
    font-weight: 700;
}
body.index-vie .profit-calculator .pc-quantity .irs .irs-min:before {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.profit-calculator .pc-quantity .irs .irs-min:before {
    content: "1 млн";
}
.profit-calculator .pc-quantity .irs .irs-max:before {
    content: "100 млн";
}
html[lang="en"] .profit-calculator .pc-quantity .irs .irs-min:before {
    content: "1 M";
}
html[lang="en"] .profit-calculator .pc-quantity .irs .irs-max:before {
    content: "100 M";
}
html[lang="ar"] .profit-calculator .pc-quantity .irs .irs-min:before {
    content: "1 م";
}
html[lang="ar"] .profit-calculator .pc-quantity .irs .irs-max:before {
    content: "100 م";
}
html[lang="zh"] .profit-calculator .pc-quantity .irs .irs-min:before {
    content: "一百萬";
}
html[lang="zh"] .profit-calculator .pc-quantity .irs .irs-max:before {
    content: "1億";
}
html[lang="de"] .profit-calculator .pc-quantity .irs .irs-min:before {
    content: "1 M";
}
html[lang="de"] .profit-calculator .pc-quantity .irs .irs-max:before {
    content: "100 M";
}
html[lang="fr"] .profit-calculator .pc-quantity .irs .irs-min:before {
    content: "1 Mns";
}
html[lang="fr"] .profit-calculator .pc-quantity .irs .irs-max:before {
    content: "100 Mns";
}
html[lang="hi"] .profit-calculator .pc-quantity .irs .irs-min:before {
    content: "1 मिलियन";
}
html[lang="hi"] .profit-calculator .pc-quantity .irs .irs-max:before {
    content: "100 मिलियन";
}
html[lang="id"] .profit-calculator .pc-quantity .irs .irs-min:before {
    content: "1 M";
}
html[lang="id"] .profit-calculator .pc-quantity .irs .irs-max:before {
    content: "100 M";
}
html[lang="it"] .profit-calculator .pc-quantity .irs .irs-min:before {
    content: "1 Mln";
}
html[lang="it"] .profit-calculator .pc-quantity .irs .irs-max:before {
    content: "100 Mln";
}
html[lang="ja"] .profit-calculator .pc-quantity .irs .irs-min:before {
    content: "100万";
}
html[lang="ja"] .profit-calculator .pc-quantity .irs .irs-max:before {
    content: "１億";
}
html[lang="ko"] .profit-calculator .pc-quantity .irs .irs-min:before {
    content: "1 M";
}
html[lang="ko"] .profit-calculator .pc-quantity .irs .irs-max:before {
    content: "100 M";
}
html[lang="pt"] .profit-calculator .pc-quantity .irs .irs-min:before {
    content: "1 M";
}
html[lang="pt"] .profit-calculator .pc-quantity .irs .irs-max:before {
    content: "100 M";
}
html[lang="es"] .profit-calculator .pc-quantity .irs .irs-min:before {
    content: "1 mill";
}
html[lang="es"] .profit-calculator .pc-quantity .irs .irs-max:before {
    content: "100 mill";
}
html[lang="vi"] .profit-calculator .pc-quantity .irs .irs-min:before {
    content: "1 TR";
}
html[lang="vi"] .profit-calculator .pc-quantity .irs .irs-max:before {
    content: "100 TR";
}

.profit-calculator .pc-languages .simplebar-track.simplebar-vertical {
    background: #ededed;
    width: 4px;
    right: 5px;
}
.profit-calculator .pc-languages .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0;
    left: 0;
    right: 0;
    background: #b1b1b1;
    width: 4px;
    border-radius: 2px;
}
.profit-calculator .pc-languages {
    /*height: 540px;*/
    /*overflow-y: scroll;*/
    padding: 0 20px;
    background: #fff;
    background-image: linear-gradient(#fff, rgba(191, 191, 191, 0.2));
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}
.profit-calculator .pc-languages li {
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profit-calculator .pc-languages li span.pc-lang-title {
    color: #222032;
    font-family: Gilroy-Medium;
    font-size: 20px;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}
.profit-calculator .pc-languages li span.pc-lang-price {
    color: #222032;
    font-family: Gilroy-Bold;
    font-size: 20px;
}
body.index-vie .profit-calculator .pc-languages li span.pc-lang-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
body.index-vie .profit-calculator .pc-languages li span.pc-lang-price {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.profit-calculator .pc-languages li span.pc-lang-price span {
    margin-left: 5px;
}
.profit-calculator .pc-subtotal {
    padding: 18px 20px 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}
.profit-calculator .pc-subtotal > span:first-child {
    color: #222032;
    font-family: Gilroy-ExtraBold;
    font-size: 24px;
}
body.index-vie .profit-calculator .pc-subtotal > span:first-child {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}
.profit-calculator .pc-subtotal > span:last-child {
    color: #222032;
    font-family: Gilroy-ExtraBold;
    font-size: 36px;
}
body.index-vie .profit-calculator .pc-subtotal > span:last-child {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}
.profit-calculator .pc-subtotal > span:last-child span {
    margin-left: 8px;
}
.profit-calculator + span {
    display: block;
    color: #222032;
    text-align: center;
    font-family: Gilroy-Regular;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
body.index-vie .profit-calculator + span
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.profit-calculator .pc-request {
    text-align: center;
}
.kr-section_audience {
    overflow: hidden;
    padding: 75px 0;
}
body.webp .kr-section_audience {
    background: #232323 url('../images/audience-gradient-mobile.webp') no-repeat center bottom;
    background-size: cover;
}
body:not(.webp) .kr-section_audience {
    background: #232323 url('../images/audience-gradient-mobile.png') no-repeat center bottom;
    background-size: cover;
}
.audience-map {
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px;
}
.audience-map picture .map-bg {
    width: 114.57%;
    left: -14.57%;
    position: relative;
}
.audience-map > svg {
    display: block;
    width: 100%;
    height: 74.5%;
}
.audience-map > svg:nth-child(2) {
    opacity: 0;
    display: none;
}
.audience-map > svg + svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.audience-map > svg .map-main > g {
    display: none;
}
.audience-map.ara > svg .map-main > g.ara,
.audience-map.chi > svg .map-main > g.chi,
.audience-map.deu > svg .map-main > g.deu,
.audience-map.eng > svg .map-main > g.eng,
.audience-map.fre > svg .map-main > g.fre,
.audience-map.hin > svg .map-main > g.hin,
.audience-map.ind > svg .map-main > g.ind,
.audience-map.ita > svg .map-main > g.ita,
.audience-map.jpn > svg .map-main > g.jpn,
.audience-map.kor > svg .map-main > g.kor,
.audience-map.por > svg .map-main > g.por,
.audience-map.rus > svg .map-main > g.rus,
.audience-map.spa > svg .map-main > g.spa,
.audience-map.vie > svg .map-main > g.vie,
.audience-map > svg .map-main > g.whole-map {
    display: block !important;
}
.audience-map .map-img img {
    display: block;
    max-width: 100%;
}
.audience-map .audience-quantity {
    color: #fff;
    font-family: Gilroy-ExtraBold;
    font-size: 84px;
    line-height: 62px;
    position: absolute;
    left: 0;
    top: 74px;
    width: 100%;
    text-align: center;
}
.audience-map .audience-quantity span
{
    font-size: 55px;
    margin-left: 10px;
}
body.index-vie .audience-map .audience-quantity
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}
.audience-map .audience-hello {
    position: absolute;
    z-index: 6;
    left: 20px;
    top: -20px;
    display: block;
    width: 206px;
    height: 77px;
    text-align: center;
    color: #222032;
    font-family: Gilroy-Bold;
    font-size: 19px;
    line-height: 43px;
}
body.index-vie .audience-map .audience-hello
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
body.webp .audience-map .audience-hello {
    background: url(../images/hello-left.webp) no-repeat center;
    background-size: 206px 77px;
}
body:not(.webp) .audience-map .audience-hello {
    background: url(../images/hello-left.png) no-repeat center;
    background-size: 206px 77px;
}
body.webp .audience-map.fre .audience-hello,
.audience-map.rus .audience-hello {
    background: url(../images/hello-right.webp) no-repeat center;
    background-size: 206px 77px;
}
body:not(webp) .audience-map.fre .audience-hello,
.audience-map.rus .audience-hello {
    background: url(../images/hello-right.png) no-repeat center;
    background-size: 206px 77px;
}
.audience-map .audience-hello img {
    opacity: 0;
    position: absolute;
    top: 24%;
    left: 52%;
    -webkit-transform: translate(-51%, -35%);
    transform: translate(-51%, -35%);
    display: block;
    max-height: 17px;
}
.audience-map.ara .audience-hello img.ara,
.audience-map.chi .audience-hello img.chi,
.audience-map.hin .audience-hello img.hin,
.audience-map.jpn .audience-hello img.jpn,
.audience-map.kor .audience-hello img.kor {
    opacity: 1;
}
.audience-map .audience-lang {
    position: absolute;
    z-index: 6;
    left: 0;
    right: 0 !important;
    text-align: center;
    top: 150px;
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 16px;
    line-height: 1;
}
body.index-vie .audience-map .audience-lang
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.audience-map .audience-lang span {
    position: relative;
}

.audience-choose {
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px;
    overflow-x: scroll;
    padding-bottom: 30px;
}
.audience-choose ul {
    margin-left: 15px;
    width: 1130px;
    overflow: hidden;
}
.audience-choose ul li {
    float: left;
    overflow: hidden;
    display: block;
    width: 75px;
    height: 45px;
    margin-right: 5px;
    border-radius: 22px;
    box-sizing: border-box;
    border: 2px solid rgba(255, 255, 255, 0.12);
    text-align: center;
    color: #fff;
    font-family: Gilroy-SemiBold;
    font-size: 18px;
    line-height: 42px;
}
body.index-vie .audience-choose ul li
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.audience-choose ul li:last-child {
    margin-right: 0;
}
.audience-choose ul li.active {
    border: none;
    line-height: 46px;
}
.audience-choose ul li:nth-child(1).active {
    background-color: #ffe400;
    background-image: linear-gradient(50deg, #ff6519 0, #ffd802 100%);
}
.audience-choose ul li:nth-child(2).active {
    background-color: #84d0f0;
    background-image: linear-gradient(30deg, #0583fc 0, #0af6fc 100%);
}
.audience-choose ul li:nth-child(3).active {
    background-color: #84d0f0;
    background-image: linear-gradient(-128deg, #70f458 0, #21783a 100%);
}
.audience-choose ul li:nth-child(4).active {
    background-color: #84d0f0;
    background-image: linear-gradient(35deg, #ffb77c 0, #fff8d3 100%);
}
.audience-choose ul li:nth-child(5).active {
    background-color: #84d0f0;
    background-image: linear-gradient(-135deg, #58f4f4 0, #109373 100%);
}
.audience-choose ul li:nth-child(6).active {
    background-color: #84d0f0;
    background-image: linear-gradient(-146deg, #fca4f4 0, #ff6bcc 100%);
}
.audience-choose ul li:nth-child(7).active {
    background-color: #84d0f0;
    background-image: linear-gradient(45deg, #a69f2a 0, #fff146 100%);
}
.audience-choose ul li:nth-child(8).active {
    background-color: #84d0f0;
    background-image: linear-gradient(45deg, #b43e20 0, #b43e20 1%, #f8886b 100%);
}
.audience-choose ul li:nth-child(9).active {
    background-color: #84d0f0;
    background-image: linear-gradient(45deg, #a3182f 0, #ff4040 100%);
}
.audience-choose ul li:nth-child(10).active {
    background-color: #84d0f0;
    background-image: linear-gradient(-125deg, #9b5fff 0, #6225bd 100%);
}
.audience-choose ul li:nth-child(11).active {
    background-color: #84d0f0;
    background-image: linear-gradient(45deg, #e91b64 0, #f79882 100%);
}
.audience-choose ul li:nth-child(12).active {
    background-color: #84d0f0;
    background-image: linear-gradient(45deg, #7ec8f1 0, #bde8ff 100%);
}
.audience-choose ul li:nth-child(13).active {
    background-color: #84d0f0;
    background-image: linear-gradient(45deg, #ff2d25 0, #ff8c19 100%);
}
.audience-choose ul li:nth-child(14).active {
    background-color: #84d0f0;
    background-image: linear-gradient(45deg, #4a7525 0, #b4d809 100%);
}
.audience-info {
    margin-top: 35px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.audience-info span {
    display: block;
    color: #fff;
    text-align: center;
    font-family: Gilroy-Regular;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 45px;
}
.index-kor .audience-info span {
    display: block;
    color: #fff;
    text-align: center;
    font-family: Gilroy-Regular;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 45px;
}
body.index-vie .audience-info span
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.audience-info span strong {
    font-family: Gilroy-ExtraBold;
    text-transform: uppercase;
}
body.index-vie .audience-info span strong
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}
.audience-info button {
    margin: 0 auto;
}
.kr-section_infographics {
    background: transparent;
    padding: 60px 0 55px;
    position: relative;
    z-index: 2;
}
.kr-section_infographics h2 {
    margin-bottom: 25px;
}
.kr-section_infographics span.h4 {
    color: #222032;
    margin-bottom: 30px;
    text-align: center;
    font-family: Gilroy-Regular;
    font-size: 16px;
    line-height: 1;
}
body.index-vie .kr-section_infographics span.h4
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.infographics-slider .item .is-author {
    margin-bottom: 25px;
}
.infographics-slider .item .is-author img {
    display: block;
    width: 100%;
}
.infographics-slider .item .is-author span {
    color: #222032;
    font-family: Gilroy-Regular;
    font-size: 9px;
    line-height: 1;
    display: block;
    margin: 0 auto;
    width: 213px;
    height: 35px;
    background: url(../images/author-hidden-mobile.png) no-repeat center;
    background-size: 100%;
    padding-top: 17px;
    box-sizing: border-box;
    text-align: center;
}
body.index-vie .infographics-slider .item .is-author span
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
body.webp .infographics-slider .item .is-author span {
    background: url(../images/author-hidden-mobile.webp) no-repeat center;
    background-size: 100%;
}
body:not(.webp) .infographics-slider .item .is-author span {
    background: url(../images/author-hidden-mobile.png) no-repeat center;
    background-size: 100%;
}
.infographics-slider .item .is-graphic {
    position: relative;
}
.infographics-slider .item .is-title {
    position: absolute;
    top: 4%;
    left: 18%;
    z-index: 2;
    color: #a4a4a4;
    font-family: Gilroy-SemiBold;
    font-size: 13px;
}
body.index-vie .infographics-slider .item .is-title
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.is-chanels {
    display: block;
    margin-top: 28px;
    text-align: center;
}
.is-chanels span {
    margin: 0 4px;
    display: inline-block;
    color: #222032;
    font-family: Gilroy-Regular;
    font-size: 9px;
    line-height: 14px;
    padding-left: 18px;
}
body.index-vie .is-chanels span
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
body.webp .is-chanels span:nth-child(1) {
    background: url(../images/main-chanel.webp) no-repeat left center;
    background-size: auto 100%;
}
body:not(.webp) .is-chanels span:nth-child(1) {
    background: url(../images/main-chanel.png) no-repeat left center;
    background-size: auto 100%;
}
body.webp .is-chanels span:nth-child(2) {
    background: url(../images/additional-chanel.webp) no-repeat left center;
    background-size: auto 100%;
}
body:not(.webp) .is-chanels span:nth-child(2) {
    background: url(../images/additional-chanel.png) no-repeat left center;
    background-size: auto 100%;
}
.infographics-slider .owl-nav {
    margin: 0;
    height: 68px;
}
.infographics-slider button.owl-next,
.infographics-slider button.owl-prev {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 2px solid rgba(210, 210, 210, 0.1) !important;
    box-sizing: border-box;
    position: absolute;
}
.infographics-slider button.owl-next span,
.infographics-slider button.owl-prev span {
    color: #222032;
    font-size: 30px;
    font-weight: 400;
}
.index-vie .infographics-slider button.owl-next span,
.index-vie .infographics-slider button.owl-prev span {
    line-height: 17px;
}
.infographics-slider button.owl-next:before,
.infographics-slider button.owl-prev:before {
    content: "";
    border-radius: 50%;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: 0 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid rgba(210, 210, 210, 0.56) !important;
}
.infographics-slider button.owl-prev {
    left: 20px;
}
.infographics-slider button.owl-next {
    right: 20px;
}
.infographics-slider .owl-stage-outer {
    margin-bottom: 25px;
}
.infographics-slider .owl-dots {
    width: calc(100% - 176px);
    position: absolute;
    bottom: 40px;
    left: 88px;
    right: 88px;
    margin: 0;
    height: 14px;
    text-align: center;
    position: relative;
    z-index: 10;
}
.infographics-slider .owl-dots button {
    margin: 0 3px;
    height: 14px;
    display: inline-block;
}
.infographics-slider .owl-dots button span {
    display: block;
    width: 14px;
    height: 14px;
    background-color: #e0e0e0;
    border-radius: 50%;
}
.infographics-slider .owl-dots button.active span {
    background-color: #707070;
}
.kr-section_contact-us .reasons {
    padding: 60px 0 90px;
}
body.webp .kr-section_contact-us .reasons {
    background: #242527 url(../images/gradient-audience.webp) no-repeat center bottom;
    background-size: cover;
}
body:not(.webp) .kr-section_contact-us .reasons {
    background: #242527 url(../images/gradient-audience.png) no-repeat center bottom;
    background-size: cover;
}
.reasons h2,
.reasons span.h2 {
    color: #fff;
    margin-bottom: 52px;
}
.reasons-info {
    padding: 0 20px;
    margin-bottom: 70px;
}
.reasons-info p {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.index-jpn .reasons-info p {
    font-size: 16px;
}
body.index-vie .reasons-info p
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.reasons-info p:last-child {
    margin-bottom: 0;
}
.reasons-profit {
    text-align: center;
    position: relative;
    color: #ffffff;
}
.reasons-profit .profit-arrow {
    position: absolute;
    width: 47px;
    height: 63px;
    top: -38px;
    left: 13px;
}
.index-jpn .reasons-profit .profit-arrow {
    top: -9px;
}
.reasons-profit .profit-arrow img {
    display: block;
    width: 100%;
}
 {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 24px;
    line-height: 30px;
}
body.index-vie .reasons-profit span
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.reasons-profit > img {
    width: 324px;
    display: block;
    margin: 20px auto;
}
.index-hin .reasons-profit > img {
    margin-top: 30px;
}
.index-ind .reasons-profit > img {
    margin-top: 30px;
}
.kr-section_contact-us .contact-us {
    padding: 45px 0 37px;
}
.kr-section_contact-us .contact-us span.h2 {
    letter-spacing: 0.03em;
}
.kr-section_contact-us .contact-us h5,
.kr-section_contact-us .contact-us span.h4 {
    color: #222032;
    font-size: 16px;
    margin-bottom: 45px;
    text-align: center;
}
.kr-section_contact-us .contact-us form {
    padding: 0 5px;
}
.kr-section_contact-us .contact-us form input[type="email"],
.kr-section_contact-us .contact-us form input[type="text"]
 {
    width: 100%;
    height: 64px;
    border: 2px solid rgba(34, 32, 50, 0.3);
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 0 20px;
    color: #a5a5a9;
    font-family: Gilroy-MediumItalic;
    font-size: 18px;
}
body.index-vie .kr-section_contact-us .contact-us form input[type="email"],
body.index-vie .kr-section_contact-us .contact-us form input[type="text"]
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
}
.kr-section_contact-us .contact-us form input[type="email"]::placeholder,
.kr-section_contact-us .contact-us form input[type="text"]::placeholder {
    color: #a5a5a9;
    font-family: Gilroy-MediumItalic;
    font-size: 18px;
}
body.index-vie .kr-section_contact-us .contact-us form input[type="text"]::placeholder,
body.index-vie .kr-section_contact-us .contact-us form input[type="email"]::placeholder
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
}
.kr-section_contact-us .contact-us form input[type="email"].success,
.kr-section_contact-us .contact-us form input[type="text"].success {
    border: 2px solid rgba(0, 227, 169, .6);
}
.kr-section_contact-us .contact-us form input[type="email"].error,
.kr-section_contact-us .contact-us form input[type="text"].error {
    border: 2px solid rgba(255, 0, 0, .6);
}
form .social-inputs input {
    display: none;
    margin-bottom: 0 !important;
}
form .social-inputs input.active {
    display: block;
}
form .social-links {
    margin-bottom: 20px;
}
form .social-links ul {
    overflow: hidden;
}
form .social-links ul li {
    width: 20%;
    height: 58px;
    float: left;
    cursor: pointer;
}
form .social-links ul li.active,
form .social-links ul li:hover {
    background: #222032;
}
form .social-links ul li svg {
    display: block;
    height: 22px;
    margin: 18px auto;
    fill: #222032;
}
form .social-links ul li.active svg,
form .social-links ul li:hover svg {
    fill: #fff;
}
.kr-section_contact-us .contact-us form input[type="submit"] {
    cursor: pointer;
    margin: 35px auto 0;
    display: block;
    outline: none !important;
    box-shadow: none !important;
    border: none;
    height: 50px;
    border-radius: 25px;
    background-color: #00e3a9 !important;
    padding: 0 35px;
    color: #1f2020;
    font-family: Gilroy-Bold;
    font-size: 18px;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-appearance: none;
}
body.index-vie .kr-section_contact-us .contact-us form input[type="submit"]
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.kr-section_contact-us .contact-us form input[type="submit"]:hover {
    background-color: rgba(0, 227, 169, 0.8);
}
.kr-section_contact-us .contact-us form + span {
    display: block;
    text-align: center;
    color: #a5a5a9;
    font-family: Gilroy-MediumItalic;
    font-size: 14px;
    line-height: 18px;
    margin-top: 35px;
}
body.index-vie .kr-section_contact-us .contact-us form + span
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
}
.kr-section_team {
    padding: 60px 0;
    background: #f8f8f8;
    background-image: linear-gradient(#f8f8f, #fff);
}
.kr-section_team h2 {
    margin-bottom: 45px;
}
.kr-section_team .team-solo .team-item {
    text-align: center;
    margin-bottom: 40px;
}
.kr-section_team .team-solo .team-item .team-image {
    margin: 0 auto 10px;
    width: 236px;
    height: 236px;
    background: rgba(235, 235, 235, 0.46);
    border-radius: 50%;
    padding-top: 21px;
    box-sizing: border-box;
}
.kr-section_team .team-solo .team-item .team-image img {
    width: 193px;
    height: 193px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    object-fit: contain;
    margin: 0 auto;
}
.kr-section_team .team-solo .team-item .team-title {
    color: #222032;
    font-family: Gilroy-Bold;
    font-size: 27px;
    margin-bottom: 15px;
}
body.index-vie .kr-section_team .team-solo .team-item .team-title
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.kr-section_team .team-solo .team-item .team-position
{
    color: #222032;
    font-family: Gilroy-Regular;
    font-size: 16px;
    line-height: 1;
}
body.index-vie .kr-section_team .team-solo .team-item .team-position
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.kr-section_team .team-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.kr-section_team .team-group .team-item {
    width: 50%;
    margin-bottom: 35px;
}
.kr-section_team .team-group .team-item .team-image {
    margin: 0 auto;
    width: 146px;
    height: 146px;
    background: rgba(235, 235, 235, 0.46);
    border-radius: 50%;
    padding-top: 13px;
    box-sizing: border-box;
}
.kr-section_team .team-group .team-item .team-image img {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    object-fit: contain;
    margin: 0 auto;
}
.kr-section_team .team-group .team-item .team-title {
    margin-top: 10px;
    text-align: center;
    color: #222032;
    font-family: Gilroy-Bold;
    font-size: 18px;
    line-height: 22px;
}
body.index-vie .kr-section_team .team-group .team-item .team-title
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
footer {
    padding: 55px 0 25px;
}
body.webp footer {
    background: #232323 url(../images/gradient-audience.webp) no-repeat center bottom;
    background-size: cover;
}
body:not(.webp) footer {
    background: #232323 url(../images/gradient-audience.png) no-repeat center bottom;
    background-size: cover;
}
footer .footer-top .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 13px 65px;
}
footer .footer-top .footer-logo img
{
    display: block;
    max-width: 242px;
}
footer .footer-top .foo-kr-logo {
    position: relative;
}
footer .footer-top .foo-kr-logo:before {
    content: "";
    display: block;
    width: 1px;
    height: 41px;
    background-color: #616572;
    position: absolute;
    top: 50%;
    right: -25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
footer .footer-top .foo-kr-logo img {
    display: block;
    width: 195px;
}
footer .footer-top .foo-kr-youtube img {
    display: block;
    width: 73px;
}
footer .footer-top .footer-email {
    margin: 0 15px;
    padding-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer-top .footer-email span {
    display: block;
    color: rgba(255, 255, 255, 0.44);
    font-family: Gilroy-Regular;
    font-size: 16px;
    line-height: 24px;
}
body.index-vie footer .footer-top .footer-email span
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
footer .footer-top .footer-email a {
    display: inline-block;
    color: #fff;
    font-family: Gilroy-Bold;
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}
body.index-vie footer .footer-top .footer-email a
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
footer .footer-copyright {
    text-align: center;
    padding-top: 30px;
    color: rgba(255, 255, 255, 0.44);
    font-family: Gilroy-Medium;
    font-size: 14px;
    line-height: 1;
}
body.index-vie footer .footer-copyright
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.kr-waves {
    display: none;
}
.kr-request {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(27, 28, 28, 0.8);
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.kr-request.request-thanks {
    z-index: 101;
}
.kr-request.show {
    opacity: 1;
    visibility: visible;
}
.kr-request .kr-request-content,
.kr-request .kr-request-content-thanks {
    width: 90vw;
    padding: 40px 30px;
    box-sizing: border-box;
    max-width: 420px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
body.webp .kr-request .kr-request-content,
.kr-request .kr-request-content-thanks {
    background: #1b1c1c url(../images/gradient-audience.webp) no-repeat center bottom;
    background-size: cover;
}
body:not(.webp) .kr-request .kr-request-content,
.kr-request .kr-request-content-thanks {
    background: #1b1c1c url(../images/gradient-audience.png) no-repeat center bottom;
    background-size: cover;
}
.kr-request .kr-request-content span.h2,
.kr-request .kr-request-content-thanks span.h2 {
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
}
.kr-request .kr-request-content span.h2 span
{
    display: block;
    font-family: Gilroy-Light;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0;
}
body.index-vie .kr-request .kr-request-content span.h2 span
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.kr-request .kr-request-content form,
.kr-request .kr-request-content-thanks form {
    width: 100%;
    max-width: 336px;
    margin: 0 auto;
}
.kr-request .kr-request-content form input,
.kr-request .kr-request-content-thanks form input {
    outline: 0;
    width: 100%;
    height: 54px;
    /*border: 2px solid rgba(34, 32, 50, 0.3);*/
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 0 20px;
    color: #a5a5a9;
    font-family: Gilroy-MediumItalic;
    font-size: 18px;
}
body.index-vie .kr-request .kr-request-content form input,
body.index-vie .kr-request .kr-request-content-thanks form input
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
}
.kr-request .kr-request-content form input::placeholder,
.kr-request .kr-request-content-thanks form input::placeholder {
    color: #a5a5a9;
    font-family: Gilroy-MediumItalic;
    font-size: 18px;
}
body.index-vie .kr-request .kr-request-content form input::placeholder,
body.index-vie .kr-request .kr-request-content-thanks form input::placeholder
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
}
.kr-request .kr-request-content form input[type="submit"],
.kr-request .kr-request-content-thanks form input[type="submit"] {
    display: block;
    margin: 20px auto 0;
    width: 250px;
    cursor: pointer !important;
    outline: none;
    border: none;
    height: 50px;
    border-radius: 25px;
    background-color: #00e3a9 !important;
    padding: 0 15px;
    color: #1f2020;
    font-family: Gilroy-Bold;
    font-size: 18px;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;

    -webkit-appearance: none;
    box-shadow: none !important;
}
body.index-vie .kr-request .kr-request-content form input[type="submit"],
body.index-vie .kr-request .kr-request-content-thanks form input[type="submit"]
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.kr-request .kr-request-content form input[type="email"].success,
.kr-request .kr-request-content form input[type="text"].success,
.kr-request .kr-request-content-thanks form input[type="email"].success,
.kr-request .kr-request-content-thanks form input[type="text"].success {
    border: 2px solid rgba(0, 227, 169, .6);
}
.kr-request .kr-request-content form input[type="email"].error,
.kr-request .kr-request-content form input[type="text"].error,
.kr-request .kr-request-content-thanks form input[type="email"].error,
.kr-request .kr-request-content-thanks form input[type="text"].error {
    border: 2px solid rgba(255, 0, 0, .6);
}
.kr-request form .social-inputs input {
    margin-bottom: 20px !important;
}
.kr-request form .social-links ul li.active,
.kr-request form .social-links ul li:hover {
    background: #fff;
}
.kr-request form .social-links ul li svg {
    display: block;
    height: 22px;
    margin: 18px auto;
    fill: #fff;
}
.kr-request form .social-links ul li.active svg,
.kr-request form .social-links ul li:hover svg {
    fill: #222032;
}
.kr-languages
{
    display: none;
    position: fixed;
    z-index: 20;
    width: 100%;
    top: 95px;

    -webkit-transition: all .2s linear !important;
    transition: all .2s linear !important;
}
.kr-languages ul 
{
    padding: 10px 0;
    display: flex;
    justify-content: center;

    background: rgba(27,28,28,1);
    border-top: 1px solid rgba(142, 154, 184, 0.4);
}
.kr-languages ul li {
    margin: 0 20px;
    color: rgba(154, 154, 154, 0.73);
    font-family: Gilroy-SemiBold;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
body.index-vie .kr-languages ul li
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.kr-languages ul li:first-child {
    margin-left: 0;
}
.kr-languages ul li:last-child {
    margin-right: 0;
}
.kr-languages ul li a
{
    color: rgba(154, 154, 154, 0.73);
    text-decoration: none;
}
.kr-languages ul li:hover a,
.kr-languages ul li.active,
.kr-languages ul li.active a
{
    color: #00e3a9;
}
.welcome-map g.africa > g,
.welcome-map g.america > g,
.welcome-map g.asia-australia > g,
.welcome-map g.asia > g,
.welcome-map g.europe > g {
    cursor: pointer;
    opacity: 0;
}
.crm-info {
    pointer-events: none;
    position: absolute;
    z-index: 12;
    width: 14vw;
    height: 14vw;
    border-radius: 50%;
    background: rgba(17, 32, 68, 0.75);
    box-sizing: border-box;
    text-align: left;
    /*padding-left: 4.1vw;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    font-family: Gilroy-Light, sans-serif;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
body.index-vie .crm-info
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.crm-info.active {
    opacity: 1;
    visibility: visible;
}
.crm-content
{
    position: absolute;
    left: 50%;

    -webit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.crm-info .crm-country,
.crm-info .crm-price {
    display: block;
    font-family: Gilroy-SemiBold, sans-serif;
}
body.index-vie .crm-info .crm-country,
body.index-vie .crm-info .crm-price
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.crm-info .crm-country {
    text-transform: uppercase;
    font-size: 1vw;
}
.crm-info .crm-price {
    font-size: 2.5vw;
    margin-top: 10px;
}
.crm-info p {
    display: inline-block;
    font-size: 11px;
    line-height: 16px;
    margin-top: 10px;
}
.crm-info:before {
    position: absolute;
    content: "";
    width: 3.333vw;
    height: 12.55vw;
    top: 4.5vw;
    left: 0.6vw;
}
body.webp .crm-info:before {
    background: url(../images/crm-line.webp) no-repeat center;
    background-size: contain;
}
body:not(.webp) .crm-info:before {
    background: url(../images/crm-line.png) no-repeat center;
    background-size: contain;
}
.crm-info:after
{
    position: absolute;
    content: "";
    height: 4vw;
    width: .6vw;
    background: #ffffff;
    left: 2.19vw;
    bottom: 7.1vw;
}
.welcome-map .map-mobilenav {
    display: none;
}
.audience-map > .shadow {
    position: absolute;
    top: 0;
    z-index: 0;
}
#team {
    position: static;
}
.team-solo-desktop {
    display: none;
}
.container-app {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}
.card-wrap {
    margin: 0;
    transform: perspective(800px);
    transform-style: preserve-3d;
    cursor: pointer;
}
.card-wrap:hover .card-info {
    transform: translateY(0);
}
.card-wrap:hover .card-info p {
    opacity: 1;
}
.card-wrap:hover .card-info,
.card-wrap:hover .card-info p {
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.card-wrap:hover .card-info:after {
    transition: 5s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
    transform: translateY(0);
}
.card-wrap:hover .card-bg {
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0.8;
}
.card-wrap:hover .card {
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
}
.card {
    position: relative;
    flex: 0 0 240px;
    width: 193px;
    height: 193px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 50%;
    transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    border: 20px solid rgba(235, 235, 235, 0.7);
    box-shadow: rgba(0, 0, 0, 0.2) 0 20px 40px 0;
}
.card-bg {
    opacity: 1;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    pointer-events: none;
}

.kr-lang-popup
{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(27, 28, 28, 0.8);
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.kr-lang-popup.show
{
    opacity: 1;
    visibility: visible;
}
.kr-lang-popup .kr-lang-popup-content
{
    width: 90vw;
    padding: 40px 30px;
    box-sizing: border-box;
    max-width: 420px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
body.webp .kr-lang-popup .kr-lang-popup-content
{
    background: #1b1c1c url(../images/gradient-audience.webp) no-repeat center bottom;
    background-size: cover;
}
body:not(.webp) .kr-lang-popup .kr-lang-popup-content
{
    background: #1b1c1c url(../images/gradient-audience.png) no-repeat center bottom;
    background-size: cover;
}
.kr-lang-popup .kr-lang-popup-content ul li
{
    color: #fff;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 19px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 0.03em;
    text-align: center;
}
body.index-vie .kr-lang-popup .kr-lang-popup-content ul li
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.kr-lang-popup .kr-lang-popup-content ul li a
{
    color: #fff;
    text-decoration: none;
}
.kr-lang-popup .kr-lang-popup-content ul li:hover a,
.kr-lang-popup .kr-lang-popup-content ul li.active,
.kr-lang-popup .kr-lang-popup-content ul li.active a
{
    color: #00e3a9;
}
.kr-lang-popup .kr-lang-popup-content ul li:last-child
{
    margin-bottom: 0;
}

.infographics-slider .item.item-1 .is-title {
    top: 7%;
}
.infographics-slider .item.item-2 .is-title,
.infographics-slider .item.item-3 .is-title {
    top: 6.8%;
}
.infographics-slider .item.item-4 .is-title {
    top: 8.2%;
}

picture.desktop
{
    display: none;
}

.range-grid
{
    width: 100%;
    max-width: 420px;
    height: 10px;
    margin: 0 auto;

    position: absolute;
    top: 162px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.index-kor .range-grid
{
top: 175px;
}
.range-grid .range-gr
{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.range-grid .range-gr.range-small
{
    justify-content: space-around;

    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.range-grid .range-gr.range-big span
{
    width: 1px;
    height: 10px;
    background: #cccccc;
}
.range-grid .range-gr.range-small span
{
    width: 1px;
    height: 5px;
    background: #cccccc;
}

body.index-hin .profit-calculator .pc-quantity .irs .irs-min
{
    left: -55px;
}
body.index-hin .profit-calculator .pc-quantity .irs .irs-max
{
    right: -70px;
}

body.index-deu .crm-content
{
    left: 55%;
}

body.index-chi .audience-map .audience-quantity span,
body.index-jpn .audience-map .audience-quantity span
{
    position: relative;
    top: -9px;
    display: inline-block;
}
.audience-map .audience-hello span
{
    margin-left: 5px;
}



@media only screen and (min-width: 768px) {
    .index-kor .range-grid
    {
    top: 179px;
    }
    .vie-br1 {
        display: none;
    }
    .deu-br1 {
        display: none;
    }
    .kr-header__left .kr-header__logo img {
        height: 44px;
    }
    .kr-header__mobilemenu .kr-header__nav ul li {
        font-size: 27px;
        margin: 30px 0;
    }
    h1 {
        font-size: 46px;
        line-height: 56px;
    }
    h4,
    span.h4,
    span.only-for {
        font-size: 21px;
        line-height: 24px;
    }
    .contact-us span.h4,
    h3 {
        font-size: 19px;
    }
    .welcome-info {
        font-size: 21px;
        line-height: 24px;
    }
    h2,
    span.h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .about-content__info {
        font-size: 32px;
        line-height: 35px;
    }
    .about-content__info h2 {
        font-size: 36px;
        line-height: 40px;
        padding: 0;
    }
    .about-content__info span {
        font-size: 19px;
    }
    .about-content__box .box-header .box-title {
        font-size: 27px;
    }
    .about-content__box .box-header {
        padding: 25px 0;
    }
    .profit-calculator .pc-quantity form input {
        height: 70px;
        font-size: 36px;
    }
    .profit-calculator .pc-languages li {
        line-height: 60px;
    }
    .profit-calculator .pc-languages li span.pc-lang-price,
    .profit-calculator .pc-languages li span.pc-lang-title {
        font-size: 24px;
    }
    .profit-calculator .pc-subtotal > span:first-child {
        font-size: 27px;
    }
    .profit-calculator + span {
        font-size: 19px;
    }
    .audience-map .audience-quantity {
        font-size: 120px;
    }
    .audience-map .audience-quantity span
    {
        font-size: 90px;
        margin-left: 20px;
    }
    .index-hin .audience-map .audience-quantity {
        font-size: 260px;
    }
    .index-hin .audience-map .audience-quantity span
    {
        font-size: 80px;
        margin-left: 20px;
    }
    .audience-map .audience-hello {
        font-size: 21px;
        top: -20px;
        left: 27%;
    }
    .audience-map .audience-lang {
        font-size: 21px;
        top: 170px;
        right: 25%;
    }
    .audience-map .map-img img {
        display: block;
        margin: 0 auto;
    }
    .audience-info span {
        font-size: 27px;
        line-height: 30px;
    }
    .infographics-slider .item .is-author img {
        width: 400px;
        margin: 0 auto;
    }
    .infographics-slider .item .is-author span {
        font-size: 10px;
    }
    .is-chanels span {
        font-size: 12px;
    }
    .kr-section_reasons .reasons-info p {
        font-size: 21px;
        line-height: 27px;
    }
    .kr-section_contact-us h5 {
        font-size: 19px;
    }
    .kr-section_contact-us form input[type="submit"] {
        font-size: 27px;
        height: 70px;
        border-radius: 35px;
        -webkit-appearance: none;
    }
    .kr-section_contact-us form + span {
        font-size: 17px;
    }
    footer .footer-top .foo-kr-logo {
        width: 50%;
    }
    footer .footer-top .foo-kr-logo:before {
        right: 0;
    }
    .about-content__box .box-content ul li br {
        display: none;
    }
    .infographics-slider .item .is-title {
        font-size: 16px;
        top: 3vw;
    }
    .infographics-slider .item .is-title {
        font-size: 16px;
        top: 3vw;
    }
    .infographics-slider .item.item-1 .is-title,
    .infographics-slider .item.item-2 .is-title,
    .infographics-slider .item.item-3 .is-title,
    .infographics-slider .item.item-4 .is-title
    {
        top: 11.5%;
    }

    picture.desktop
    {
        display: block;
    }
    picture.mobile
    {
        display: none;
    }
}
@media only screen and (min-width: 1024px) {
    .container {
        max-width: 920px;
        margin: 0 auto;
    }
    .kr-header .container {
        max-width: none;
    }
    .about-video {
        padding-bottom: 45px;
    }
    .about-content {
        padding-bottom: 40px;
    }
    .about-video .video {
        height: 440px;
    }
}
@media only screen and (min-width: 1280px) {
.index-vie .about-content__box:nth-of-type(1) .box-content ul li:nth-of-type(2) {
    margin-bottom: 34px; 
}
.index-vie .about-content__box:nth-of-type(2) .box-content ul li:nth-of-type(1) {
    margin-bottom: 39px; 
}
.index-vie .about-content__box:nth-of-type(2) .box-content ul li:nth-of-type(2) {
    margin-bottom: 58px; 
}
.index-vie .about-content__box:nth-of-type(3) .box-content ul li:nth-of-type(2) {
    margin-bottom: 10px; 
}
.index-eng .about-content__box:nth-of-type(4) .box-content ul li:nth-of-type(1) {
    margin-bottom: 29px; 
}
.index-eng .about-content__box:nth-of-type(4) .box-content ul li:nth-of-type(2) {
    margin-bottom: 20px; 
}
.index-eng .about-content__box:nth-of-type(5) .box-content ul li:nth-of-type(1) {
    margin-bottom: 5px; 
}
.index-eng .about-content__box:nth-of-type(5) .box-content ul li:nth-of-type(2) {
    margin-bottom: 20px; 
}
.index-eng .about-content__box:nth-of-type(6) .box-content ul li:nth-of-type(1) {
    margin-bottom: 30px;
}
.index-eng .about-content__box:nth-of-type(6) .box-content ul li:nth-of-type(2) {
    margin-bottom: 19px;
}
.index-spa .about-content__box:nth-of-type(1) .box-content ul li:nth-of-type(2) {
    margin-bottom: 30px;
}
.index-spa .about-content__box:nth-of-type(2) .box-content ul li:nth-of-type(2) {
    margin-bottom: 30px;
}
.index-spa .about-content__box:nth-of-type(3) .box-content ul li:nth-of-type(2) {
    margin-bottom: 5px;
}
.index-spa .about-content__box:nth-of-type(4) .box-content ul li:nth-of-type(1) {
    margin-bottom: 37px;
}
.index-spa .about-content__box:nth-of-type(5) .box-content ul li:nth-of-type(1) {
    margin-bottom: 13px;
}
.index-spa .about-content__box:nth-of-type(6) .box-content ul li:nth-of-type(1) {
    margin-bottom: 37px;
}
.index-hin .about-content__box:nth-of-type(2) .box-content ul li:nth-of-type(1) {
    margin-bottom: 39px;
}
.index-ara .about-content__box:nth-of-type(1) .box-content ul li:nth-of-type(2) {
    margin-bottom: 37px;
}
.index-ara .about-content__box:nth-of-type(2) .box-content ul li:nth-of-type(2) {
    margin-bottom: 37px;
}
.index-fre .about-content__box:nth-of-type(1) .box-content ul li:nth-of-type(2) {
    margin-bottom: 37px;
}
.index-fre .about-content__box:nth-of-type(2) .box-content ul li:nth-of-type(2) {
    margin-bottom: 37px;
}
.index-fre .about-content__box:nth-of-type(3) .box-content ul li:nth-of-type(2) {
    margin-bottom: 13px;
}
.index-fre .about-content__box:nth-of-type(4) .box-content ul li:nth-of-type(1) {
    margin-bottom: 39px;
}
.index-fre .about-content__box:nth-of-type(4) .box-content ul li:nth-of-type(2) {
    margin-bottom: 15px;
}
.index-por .about-content__box:nth-of-type(2) .box-content ul li:nth-of-type(1) {
    margin-bottom: 39px;
}
.index-por .about-content__box:nth-of-type(2) .box-content ul li:nth-of-type(2) {
    margin-bottom: 39px;
}
.index-por .about-content__box:nth-of-type(3) .box-content ul li:nth-of-type(1) {
    margin-bottom: 15px;
}
.index-por .about-content__box:nth-of-type(3) .box-content ul li:nth-of-type(2) {
    margin-bottom: 39px;
}
.index-por .about-content__box:nth-of-type(6) .box-content ul li:nth-of-type(1) {
    margin-bottom: 39px;
}
.index-ind .about-content__box:nth-of-type(1) .box-content ul li:nth-of-type(1) {
    margin-bottom: 34px;
}
.index-ind .about-content__box:nth-of-type(3) .box-content ul li:nth-of-type(1) {
    margin-bottom: 11px;
}
.index-ind .about-content__box:nth-of-type(2) .box-content ul li:nth-of-type(1) {
    margin-bottom: 34px;
}
.index-deu .about-content__box:nth-of-type(2) .box-content ul li:nth-of-type(1) {
    margin-bottom: 13px;
}
.index-deu .about-content__box:nth-of-type(3) .box-content ul li:nth-of-type(1) {
    margin-bottom: 13px;
}
.index-deu .about-content__box:nth-of-type(1) .box-content ul li:nth-of-type(2) {
    margin-bottom: 13px;
}
.index-deu .about-content__box:nth-of-type(4) .box-content ul li:nth-of-type(1) {
    margin-bottom: 39px;
}
.index-deu .about-content__box:nth-of-type(6) .box-content ul li:nth-of-type(1) {
    margin-bottom: 39px;
}
.index-jpn .about-content__box:nth-of-type(1) .box-content ul li:nth-of-type(2) {
    margin-bottom: 40px;
}
.index-jpn .about-content__box:nth-of-type(2) .box-content ul li:nth-of-type(1) {
    margin-bottom: 40px;
}
.index-jpn .about-content__box:nth-of-type(3) .box-content ul li:nth-of-type(1) {
    margin-bottom: 40px;
}
.index-jpn .about-content__box:nth-of-type(4) .box-content ul li:nth-of-type(1) {
    margin-bottom: 40px;
}
.index-jpn .about-content__box:nth-of-type(4) .box-content ul li:nth-of-type(2) {
    margin-bottom: 40px;
}
.index-jpn .about-content__box:nth-of-type(6) .box-content ul li:nth-of-type(1) {
    margin-bottom: 40px;
}
.index-ita .about-content__box:nth-of-type(5) .box-content ul li:nth-of-type(1) {
    margin-bottom: 39px;
}
.index-ita .about-content__box:nth-of-type(6) .box-content ul li:nth-of-type(1) {
    margin-bottom: 39   px;
}
.index-kor .about-content__box:nth-of-type(1) .box-content ul li:nth-of-type(2) {
    margin-bottom: 40px;
}
.index-kor .about-content__box:nth-of-type(2) .box-content ul li:nth-of-type(2) {
    margin-bottom: 40px;
}
.index-kor .about-content__box:nth-of-type(4) .box-content ul li:nth-of-type(1) {
    margin-bottom: 40px;
}
.index-kor .about-content__box:nth-of-type(5) .box-content ul li:nth-of-type(1) {
    margin-bottom: 15px;
}
.index-kor .about-content__box:nth-of-type(6) .box-content ul li:nth-of-type(1) {
    margin-bottom: 40px;
}
    .index-kor .range-grid
    {
    top: 162px;
    }
    .main {
        padding-top: 95px;
    }
    .kr-waves {
        display: block;
    }
    .container {
        max-width: 1160px;
    }
    .kr-header .container {
        max-width: none;
    }
    .kr-header__left .kr-header__lang,
    .kr-header__left .kr-header__youtube,
    .kr-header__right .kr-header__mainmenu {
        display: block;
    }
    .kr-header__left {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .kr-header__left .kr-header__youtube {
        margin-left: 34px;
        position: relative;
    }
    .kr-header__left .kr-header__youtube:before {
        content: "";
        height: 50px;
        width: 1px;
        background-color: #8e9ab8;
        opacity: 0.4;
        position: absolute;
        top: 50%;
        left: -17px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .kr-header__left .kr-header__youtube img {
        display: block;
        height: 35px;
    }
    .kr-header__left .kr-header__lang {
        margin-left: 20px;
        position: relative;
    }
    .kr-header__left .kr-header__lang span {
        display: block;
        height: 50px;
        width: 90px;
        box-sizing: border-box;
        border: 1px solid #4b515d;
        color: #fff;
        font-family: Gilroy-Bold;
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        line-height: 50px;
        padding-right: 12px;
        position: relative;
        cursor: pointer;
        -webkit-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }
    body.index-vie .kr-header__left .kr-header__lang span
    {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
    }
    .kr-header__left .kr-header__lang span svg {
        position: absolute;
        top: 15px;
        left: 60px;
        fill: #fff;
        height: 20px;
        display: block;
        -webkit-transition: fill 0.15s linear;
        transition: fill 0.15s linear;
    }
    .kr-header__left .kr-header__lang span:hover,
    .kr-header__left .kr-header__lang.active span {
        color: #00e3a9;
    }
    .kr-header__left .kr-header__lang span:hover svg,
    .kr-header__left .kr-header__lang.active span svg {
        fill: #00e3a9;
    }
    .kr-header__left .kr-header__lang ul {
        background-color: #1b1c1c;
        border: 1px solid #4b515d;
        border-top: none;
        padding: 10px 0;
        position: absolute;
        z-index: 10;
        opacity: 0;
        top: 100%;
        left: 0;
        right: 0;
    }
    .kr-header__left .kr-header__lang.active span svg {
        transform: rotate(180deg);
    }
    .kr-header__left .kr-header__lang.active ul {
        opacity: 1;
    }
    .kr-header__left .kr-header__lang.active ul li {
        color: #fff;
        font-family: Gilroy-Bold;
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        padding: 0 5px;
        line-height: 42px;
        height: 40px;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }
    body.index-vie .kr-header__left .kr-header__lang.active ul li
    {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
    }
    .kr-header__left .kr-header__lang.active ul li:hover {
        color: #00e3a9;
    }
    .kr-header__right .kr-header__trigger {
        display: none;
    }
    .kr-header__right .kr-header__mainmenu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .kr-header__right .kr-header__mainmenu ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        font-family: Gilroy-Bold;
        font-size: 16px;
        line-height: 50px;
    }
    body.index-vie .kr-header__right .kr-header__mainmenu ul
    {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
    }
    .kr-header__right .kr-header__mainmenu ul li {
        margin: 0 7px;
    }
    .kr-header__right .kr-header__mainmenu ul li a {
        color: #fff;
        text-decoration: none;
    }
    .kr-header__right .kr-header__mainmenu ul li.active a,
    .kr-header__right .kr-header__mainmenu ul li:hover a {
        color: #00e3a9;
    }
    .kr-header__right .kr-header__mainmenu .kr-header__nav-contact button {
        width: 190px;
        height: 50px;
        font-size: 18px;
        padding: 0 10px;
        margin-left: 10px;
    }
    .kr-languages {
        display: block;
    }
    h1 {
        font-size: 50px;
        line-height: 1.2;
    }
    .kr-section_welcome
    {
        padding-top: 170px;
        /*background: #30437b;*/
        background: radial-gradient(#30437b, #232424);
    }
    .kr-section_welcome h1 {
        margin-bottom: 30px;
    }
    .kr-section_welcome h4,
    .kr-section_welcome span.only-for {
        margin-bottom: 50px;
    }
    .kr-section_welcome h4 br,
    .kr-section_welcome span.only-for br {
        display: none;
    }
    .welcome-info {
        padding: 30px 0;
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 80px;
    }
    .kr-section_about h2 {
        padding: 20px 0 60px;
    }
    .kr-section_about h2 br {
        display: none;
    }
    .index-chi .kr-section_about h2 br {
        display: block;
    }
    .about-video {
        padding-bottom: 0;
    }
    .about-video .video {
        height: 650px;
        position: relative;
        z-index: 10;
        margin-bottom: -186px;
    }
    .about-content {
        padding-top: 186px;
        padding-bottom: 220px;
    }
    .about-content__info {
        padding: 140px 10% 100px;
        font-size: 36px;
        line-height: 46px;
    }
    .about-content__info h2 {
        padding: 0;
        font-size: 36px;
        line-height: 46px;
    }
    .index-hin .about-content__info h2 {
        padding: 0;
        font-size: 34px;
        line-height: 46px;
    }
    .index-jpn .about-content__info h2 {
        padding: 0;
        font-size: 34px;
        line-height: 46px;
    }
    .index-deu .about-content__info h2 {
        font-size: 33px;
    }
    .about-content__info br {
        display: none;
    }
    .about-content__info span {
        font-size: 24px;
    }
    .about-content__boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .about-content__box {
        width: calc(33.333% - 26px);
        box-sizing: border-box;
        margin-bottom: 38px;
    }
    .about-content__box:nth-last-child(1),
    .about-content__box:nth-last-child(2),
    .about-content__box:nth-last-child(3) {
        margin-bottom: 0;
    }
    .about-content__box .box-header {
        flex-wrap: wrap;
        justify-content: center;
    }
    .about-content__box .box-header .box-icon {
        width: 96px;
        height: 90px;
        margin: 0 auto;
    }
    .about-content__box .box-header .box-icon img {
        width: 100%;
    }
    .about-content__box .box-header .box-title {
        width: 100%;
        font-size: 30px;
        text-align: center;
        margin-top: 50px;
    }
    .about-content__box .box-content {
        display: block;
        border-top: none;
        padding: 55px 10px 90px 65px;
    }
    .about-content__box .box-content ul li {
        font-size: 16px;
        position: relative;
    }
    .index-kor .about-content__box .box-content ul li {
        font-size: 14px;
        position: relative;
    }
    .about-content__box .box-content ul li:before {
        content: "";
        position: absolute;
        top: 2px;
        left: -52px;
        width: 28px;
        height: 28px;
        background: url(../images/icons/check.svg) no-repeat center top;
        background-size: 28px auto;
    }
    .kr-section_profit {
        padding: 70px 0 47px;
    }
    h2,
    span.h2 {
        font-size: 39px;
        line-height: 1;
    }
    .kr-section_profit h2 br {
        display: none;
    }
    .index-ita .kr-section_profit h2 br {
        display: inline;
    }
    .kr-section_profit h2 {
        margin-bottom: 30px;
    }
    .only-for,
    h4,
    h5,
    span.h4 {
        font-size: 24px;
    }
    .kr-section_profit h3 {
        margin-bottom: 75px;
        font-size: 24px;
    }
    .profit-calculator {
        padding: 40px 0 50px;
        width: 100%;
        margin-left: 0;
    }
    .profit-calculator .pc-quantity h4 br,
    .profit-calculator .pc-quantity span.h4 br {
        display: none;
    }
    .profit-calculator .pc-quantity form input {
        border: none;
    }
    .profit-calculator .pc-languages {
        display: flex;
        justify-content: space-between;
        padding: 0 90px 40px;
        margin-bottom: 35px;
        height: auto;
        overflow-y: visible !important;
    }
    .profit-calculator .pc-languages ul {
        width: calc(50% - 60px);
    }
    .profit-calculator {
        overflow: hidden;
    }
    .profit-calculator .pc-subtotal {
        padding: 0 0 0 90px;
        float: left;
        width: 53%;
    }
    .profit-calculator .pc-subtotal > span:first-child {
        font-size: 24px;
    }
    .profit-calculator .pc-subtotal > span:last-child {
        font-size: 60px;
    }
    .profit-calculator .pc-request {
        float: right;
        padding-right: 90px;
    }
    .profit-calculator .pc-request button {
        margin-top: 5px;
        height: 50px;
        font-size: 18px;
    }
    .profit-calculator + span {
        font-size: 18px;
    }
    .profit-calculator + span br {
        display: none;
    }
    .profit-calculator .pc-quantity .range-nav span {
        width: 11px;
    }
    .profit-calculator .pc-quantity .irs--flat .irs-single {
        font-size: 36px;
        line-height: 36px;
    }
    .profit-calculator .pc-quantity .irs {
        max-width: 430px;
    }
    .profit-calculator .pc-quantity .range-nav {
        max-width: 300px;
        height: 0;
    }
    .profit-calculator .pc-quantity .range-nav span {
        top: 20px;
    }
    .profit-calculator .pc-quantity .irs--flat {
        height: 90px;
    }
    .profit-calculator .pc-quantity .irs--flat .irs-handle i:first-child {
        width: 25px;
        height: 25px;
        margin-left: 0 !important;
    }
    .profit-calculator .pc-quantity .irs--flat .irs-grid {
        top: 55px;
    }
    .profit-calculator .pc-quantity .irs--flat .irs-bar {
        top: 73px;
    }
    .profit-calculator .pc-quantity .irs--flat .irs-handle {
        top: 63px;
    }
    .profit-calculator .pc-quantity .irs--flat .irs-line {
        top: 75px;
    }
    .profit-calculator .pc-quantity .irs .irs-max:before,
    .profit-calculator .pc-quantity .irs .irs-min:before {
        font-size: 18px;
    }
    .profit-calculator .pc-quantity .irs .irs-min {
        left: -60px;
    }
    .index-chi .profit-calculator .pc-quantity .irs .irs-min {
        left: -80px;
    }
    .profit-calculator .pc-quantity .irs .irs-max {
        right: -81px;
    }
    .index-jpn .profit-calculator .pc-quantity .irs .irs-max {
        right: -47px;
    }
    .index-chi .profit-calculator .pc-quantity .irs .irs-max {
        right: -47px;
    }
    .profit-calculator .pc-quantity .irs .irs-max,
    .profit-calculator .pc-quantity .irs .irs-min {
        top: 62px;
    }
    .profit-calculator .pc-languages li {
        border-bottom: 1px solid #d2d2d2;
    }
    .kr-section_audience {
        padding: 50px 0 245px;
    }
    .audience-map {
        width: 100%;
        margin: 0;
    }
    .audience-map .audience-quantity {
        font-size: 290px;
        line-height: 0.8;
        top: 250px;
    }
    .index-chi .audience-map .audience-quantity {
        top: 180px;
    }
    /*.index-jpn .audience-map .audience-quantity {
        top: 160px;
    }*/
    .index-fre .audience-map .audience-quantity {
        font-size: 280px;
    }
    .audience-map .audience-quantity span
    {
        font-size: 200px;
        margin-left: 20px;
    }
    .audience-map svg {
        width: 1345px;
        position: relative;
        left: -135px;
        height: auto;
    }
    .audience-map svg + svg {
        width: 1345px;
        left: -135px;
        height: auto;
    }
    .audience-map .audience-lang {
        top: auto;
        bottom: 120px;
        font-size: 36px;
        line-height: 1;
        right: 15%;
    }
    .index-chi .audience-map .audience-lang {
        bottom: 160px;
    }
    .audience-map .audience-hello {
        width: 431px !important;
        height: 161px !important;
        background-size: 100% !important;
    }
    .audience-map.eng .audience-hello {
        top: -6%;
        left: 7%;
    }
    .audience-map.spa .audience-hello {
        top: 22%;
        left: 0;
    }
    .audience-map.hin .audience-hello {
        top: 18%;
        left: 61%;
    }
    .audience-map.ara .audience-hello {
        top: 12%;
        left: 37%;
    }
    .audience-map.rus .audience-hello {
        top: -5%;
        left: 44%;
    }
    .audience-map.fre .audience-hello {
        top: 0;
        left: 21%;
    }
    .audience-map.por .audience-hello {
        top: 7%;
        left: 25%;
    }
    .audience-map.ind .audience-hello {
        top: 30%;
        left: 75%;
    }
    .audience-map.chi .audience-hello {
        top: 7%;
        left: 60%;
    }
    .audience-map.deu .audience-hello {
        top: 0;
        left: 29%;
    }
    .audience-map.jpn .audience-hello {
        top: 8%;
        left: 77%;
    }
    .audience-map.ita .audience-hello {
        top: 0;
        left: 29%;
    }
    .audience-map.vie .audience-hello {
        top: 20%;
        left: 69%;
    }
    .audience-map.kor .audience-hello {
        top: 8%;
        left: 75%;
    }
    .audience-map .audience-hello img {
        max-height: none;
    }
    .audience-choose {
        margin-top: 17px;
        width: 100%;
        margin-left: 0;
        padding-bottom: 0;
        overflow-x: visible;
    }
    .audience-choose ul {
        margin: 0;
        display: flex;
        justify-content: space-between;
    }
    .audience-choose ul li {
        float: none;
        margin: 0;
        cursor: pointer;
    }
    .audience-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 100px;
    }
    .audience-info span {
        margin: 0;
        text-align: left;
        font-size: 40px;
        line-height: 1.2;
        letter-spacing: 0.02em;
    }
    .index-fre .audience-info span {
        font-size: 32px;
    }
    .audience-info span strong {
        font-size: 36px;
    }
    .index-fre .audience-info span strong {
        font-size: 31px;
    }
    .audience-info span br:last-child {
        display: none;
    }
    .audience-info button {
        margin: 0;
    }
    .kr-section_infographics {
        padding-top: 45px 0 52px;
    }
    .kr-section_infographics .kr-section_infographics h2 {
        margin-bottom: 22px;
    }
    .kr-section_infographics h2 br {
        display: none;
    }
    .infographics-slider .item .is-author {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .infographics-slider .item .is-author img,
    .infographics-slider .item .is-author span {
        margin: 0;
    }
    .infographics-slider .item .is-author span {
        position: relative;
        margin-left: -60px;
        width: 244px;
        height: 93px;
        font-size: 16px;
        padding-left: 60px;
        padding-top: 30px;
        text-align: left;
    }
    .index-fre .infographics-slider .item .is-author span {
        padding-left: 70px;
    }
    .index-fre .infographics-slider .item .is-author span {
        padding-top: 22px;
    }
    body.webp .infographics-slider .item .is-author span {
        background: url(../images/author-hidden-desktop.webp) no-repeat center;
        background-size: 100%;
    }
     body:not(.webp) .infographics-slider .item .is-author span {
        background: url(../images/author-hidden-desktop.png) no-repeat center;
        background-size: 100%;
    }
    .infographics-slider .item .is-author {
        margin-bottom: 37px;
    }
    .is-chanels {
        margin-top: 20px;
    }
    .is-chanels span {
        font-size: 18px;
        line-height: 26px;
        height: 26px;
        padding-left: 35px;
        margin: 0 14px;
    }
    .infographics-slider .owl-nav {
        position: absolute;
        width: 870px;
        left: 50%;
        top: 10px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .infographics-slider .owl-nav button {
        background: #fff !important;
    }
    .infographics-slider .owl-dots {
        top: auto;
        bottom: -100px;
    }
    .kr-section_contact-us {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow-x: hidden;
        background: 0 0 !important;
    }
    .kr-section_contact-us:before {
        width: 2558px;
        height: 1569px;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    body.webp .kr-section_contact-us:before {
        background: url(../images/contact-us-bg-full.webp) no-repeat center;
        background-size: 100%;
    }
    body:not(.webp) .kr-section_contact-us:before {
        background: url(../images/contact-us-bg-full.png) no-repeat center;
        background-size: 100%;
    }
    .kr-section_contact-us .contact-us,
    .kr-section_contact-us .reasons {
        background: none !important;
        padding: 0;
        z-index: 1;
    }
    .kr-section_contact-us .reasons {
        width: 550px;
        margin-right: 70px;
    }
    .kr-section_contact-us .reasons .container {
        padding: 0;
    }
    .kr-section_contact-us .reasons span.h2 {
        text-align: left;
        font-size: 48px;
        margin-bottom: 60px;
    }
    .index-chi .kr-section_contact-us .reasons span.h2 {
        text-align: left;
        font-size: 39px;
        margin-bottom: 60px;
    }
    .index-kor .kr-section_contact-us .reasons span.h2 {
        font-size: 39px;
    }
    .kr-section_contact-us .reasons .reasons-info {
        padding: 0;
        margin-bottom: 86px;
    }
    .kr-section_contact-us .reasons .reasons-profit {
        text-align: left;
        position: relative;
        margin-left: 170px;
    }
    .kr-section_contact-us .reasons .reasons-profit > img {
        margin: 15px 0;
        position: relative;
        margin-left: -57px;
        width: 440px;
    }
    .reasons-profit .profit-arrow {
        width: 109px;
        height: 144px;
        top: -8px;
        left: -171px;
    }
    body.webp .kr-section_contact-us {
        background: #fff url(../images/contact_us-bg.webp) no-repeat center;
        background-size: cover;
    }
    body:not(.webp) .kr-section_contact-us {
        background: #fff url(../images/contact_us-bg.png) no-repeat center;
        background-size: cover;
    }
    .kr-section_contact-us .contact-us {
        width: 540px;
        margin-left: 40px;
        padding: 350px 0 300px;
    }
    .kr-section_contact-us .contact-us span.h2 {
        font-size: 48px;
    }
    .kr-section_contact-us .contact-us h5 {
        font-size: 25px;
        line-height: 48px;
        margin-bottom: 50px;
    }
    .kr-section_contact-us .contact-us form {
        width: 336px;
        margin: 0 auto;
    }
    .kr-section_contact-us .contact-us form input[type="submit"] {
        margin-top: 16px;
        -webkit-appearance: none;
    }
    .kr-section_team {
        background: #fff;
    }
    .kr-section_team h2 {
        margin-bottom: 65px;
    }
    .kr-section_team .team-solo {
        display: flex;
        justify-content: space-around;
    }
    .kr-section_team .team-solo .team-item {
        margin-bottom: 90px;
    }
    .kr-section_team .team-group {
        justify-content: space-between;
    }
    .kr-section_team .team-group .team-item {
        width: 20%;
    }
    .kr-section_team .team-group .team-item .team-title {
        padding: 0 20px;
    }
    .kr-section_team {
        position: relative;
        padding-bottom: 60px;
    }
    footer {
        padding-top: 13vw;
        padding-bottom: 40px;
    }
    body.web footer {
        background: #fff url(../images/footer-bg.webp) no-repeat center bottom;
        background-size: 100% auto;
    }
    body:not(.web) footer {
        background: #fff url(../images/footer-bg.png) no-repeat center bottom;
        background-size: 100% auto;
    }
    footer .container {
        overflow: hidden;
    }
    footer .footer-top {
        float: left;
        width: calc(100% - 210px);
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    footer .footer-top .footer-logo {
        margin-bottom: 0;
    }
    footer .footer-top .foo-kr-logo {
        width: auto;
        margin-right: 67px;
    }
    footer .footer-top .foo-kr-logo:before {
        right: -34px;
    }
    footer .footer-top .foo-kr-logo img,
    footer .footer-top .foo-kr-youtube img {
        width: 100%;
    }
    footer .footer-top .footer-email {
        padding-bottom: 0;
        border-bottom: none;
        text-align: left;
    }
    footer .footer-top .footer-email a {
        line-height: 1;
    }
    footer .footer-copyright {
        float: right;
        width: 130px;
        padding: 0;
        text-align: right;
        font-size: 16px;
        line-height: 24px;
    }
    .audience-map .audience-hello {
        width: 227px;
        height: 114px;
        font-size: 40px;
        background-size: 100%;
        line-height: 92px;
    }
    .kr-header__right .kr-header__mainmenu ul li {
        font-size: 14px;
    }
    .kr-header__right .kr-header__mainmenu ul li:nth-child(2) {
        width: 140px;
        text-align: center;
    }
    body.webp .kr-header__right .kr-header__mainmenu ul li:nth-child(2) {
        background: url(../images/li-profit.webp) no-repeat center;
        background-size: 100%;
    }
    body:not(.webp) .kr-header__right .kr-header__mainmenu ul li:nth-child(2) {
        background: url(../images/li-profit.png) no-repeat center;
        background-size: 100%;
    }
    .kr-section_audience,
    .kr-section_welcome {
        position: relative;
        padding-bottom: 250px;
    }
    .kr-section_about {
        padding-top: 40px;
    }
    .kr-section_about .about-content {
        position: relative;
        padding-bottom: 220px;
    }
    body.webp .kr-section_about .about-content {
        background: #fff url(../images/gray-gradient.webp) no-repeat center bottom;
        background-size: cover;
    }
    body:not(.webp) .kr-section_about .about-content {
        background: #fff url(../images/gray-gradient.png) no-repeat center bottom;
        background-size: cover;
    }
    .kr-section_contact-us {
        position: relative;
        box-shadow: none;
        padding: 350px 0;
    }
    .kr-waves {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
    }
    .kr-section_welcome .kr-waves .waves {
        position: relative;
        width: 100%;
        height: 15vh;
        margin-bottom: -7px;
        min-height: 100px;
        max-height: 150px;
    }
    .kr-section_welcome .kr-waves .content {
        position: relative;
        height: 20vh;
        text-align: center;
        background-color: #fff;
    }
    .kr-section_welcome .kr-waves .parallax > use {
        animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    }
    .kr-section_welcome .kr-waves .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
    }
    .kr-section_welcome .kr-waves .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
    }
    .kr-section_welcome .kr-waves .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
    }
    .kr-section_welcome .kr-waves .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
    }
    @keyframes move-forever {
        0% {
            transform: translate3d(-90px, 0, 0);
        }
        100% {
            transform: translate3d(85px, 0, 0);
        }
    }
    .kr-section_infographics span.h4 {
        font-size: 25px;
    }
    .kr-section_welcome {
        padding-bottom: 0;
    }
    .welcome-info {
        margin-bottom: 0;
    }
    .welcome-map {
        position: relative;
        overflow: visible;
        z-index: 10;
        width: 100vw;
        margin-left: calc(-50vw + 565px);
        margin-bottom: -150px;
    }
    .welcome-map svg {
        display: block;
        width: 90vw;
        height: 61.4vw;
        position: relative;
        z-index: 11;
    }
    .welcome-map > img,
    .welcome-map picture img
    {
        display: block;
        width: 90vw;
        position: absolute;
        z-index: 10;
        top: 8vw;
        left: 0;
    }
    .kr-section_audience {
        padding-top: 200px;
    }
    body.webp .kr-section_audience {
        background: #fff url(../images/audience-bg.webp) no-repeat center;
        background-size: auto 100%;
    }
    body:not(.webp) .kr-section_audience {
        background: #fff url(../images/audience-bg.png) no-repeat center;
        background-size: auto 100%;
    }
    .audience-map > svg:nth-child(2) {
        opacity: 0;
        display: block;
    }
    .audience-map picture .map-bg {
        width: auto;
        position: absolute;
        left: -332px;
        top: 0;
        z-index: 0;
    }
    .team-solo {
        display: none !important;
    }
    .team-solo.team-solo-desktop {
        display: flex !important;
    }
    .team-solo.team-solo-desktop .card {
        margin: 0 auto 10px;
    }
    .team-solo.team-solo-desktop .team-title {
        color: #222032;
        font-family: Gilroy-Bold, sans-serif;
        font-size: 27px;
        font-weight: 400;
        margin-bottom: 15px;
        text-align: center;
    }
    body.index-vie .team-solo.team-solo-desktop .team-title
    {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
    }
    .team-solo.team-solo-desktop .team-position {
        color: #222032;
        font-family: Gilroy-Regular, sans-serif;
        font-size: 16px;
        line-height: 1;
        text-align: center;
    }
    body.index-vie .team-solo.team-solo-desktop .team-position
    {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
    }
    .kr-section_about .about-content {
        padding-top: 0 !important;
    }
    .kr-section_contact-us .contact-us {
        padding: 0;
    }
    .kr-section_contact-us {
        margin-top: -120px;
        margin-bottom: -150px;
    }

    .kr-request .kr-request-content span.h2
    {
        font-size: 48px;
        line-height: 1;
    }
    .index-ind .kr-request .kr-request-content span.h2
    {
        font-size: 35px;
        line-height: 1;
    }
    .index-fre .kr-request .kr-request-content span.h2
    {
        font-size: 40px;
        line-height: 1;
    }
    .kr-request .kr-request-content span.h2 span
    {
        font-size: 16px;
    }

    .crm-content
    {
        min-width: 94px;
    }
    .crm-info:after
    {
        width: .4vw;
        top: 3.8vw;
        bottom: 7.5vw;
    }

    .profit-calculator .pc-quantity .range-nav span
    {
        top: -15px;
        user-select: none;
        cursor: pointer;
    }

    .profit-calculator .pc-quantity .irs--flat .irs-grid
    {
        width: 98.4%;
    }

    body.index-hin .profit-calculator .pc-quantity .irs .irs-min {
        left: -90px;
    }
    body.index-hin .profit-calculator .pc-quantity .irs .irs-max {
        right: -110px;
    }


    body.index-spa .infographics-slider .item .is-author span
    {
        padding-left: 40px;
    }
    body.index-hin .infographics-slider .item .is-author span
    {
        padding-left: 70px;
    }
    body.index-ara .infographics-slider .item .is-author span
    {
        padding-top: 40px;
    }
    body.index-por .infographics-slider .item .is-author span,
    body.index-ind .infographics-slider .item .is-author span,
    body.index-deu .infographics-slider .item .is-author span
    {
        padding-left: 50px;
    }
    body.index-chi .infographics-slider .item .is-author span
    {
        padding-left: 45px;
        padding-top: 40px;
    }
    body.index-jpn .infographics-slider .item .is-author span
    {
        padding-left: 30px;
        padding-top: 40px;
    }
    body.index-ita .infographics-slider .item .is-author span
    {
        padding-left: 45px;
    }
    body.index-kor .infographics-slider .item .is-author span
    {
        padding-left: 50px;
        padding-top: 40px;
    }

    body.index-deu .about-content__boxes .about-content__box:first-child .box-content ul li:nth-child(2):before
    {
        top: 25px;
    }


    body.index-kor .kr-request .kr-request-content span.h2,
    body.index-kor .kr-section_contact-us .contact-us span.h2
    {
        font-size: 35px;
    }
    body.index-deu .crm-content
    {
        min-width: 110px;
    }
    body.index-chi .audience-map .audience-quantity span,
    body.index-jpn .audience-map .audience-quantity span
    {
        top: -15px;
    }


    .audience-map .audience-hello span
    {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 1440px) {
    .crm-info:after
    {
        width: .4vw;
        top: 3.65vw;
        bottom: 7.3vw;
    }
}
@media only screen and (min-width: 1800px) {
    .kr-header__right .kr-header__mainmenu ul li {
        margin: 0 40px;
    }
    .kr-section_welcome .container {
        max-width: 1225px;
    }
    .index-deu .kr-section_welcome .container {
        max-width: 1325px;
    }
    .kr-section_welcome h1 {
        font-size: 56px;
    }
    .index-spa .kr-section_welcome h1 {
        font-size: 46px;
    }
    .kr-section_welcome h1 br {
        display: none;
    }
    .kr-section_contact-us {
        padding: 400px 0;
        margin-top: -150px;
        margin-bottom: -150px;
    }

    .crm-info:after
    {
        top: auto;
        bottom: 6.8vw;
        height: 3.6vw;
    }

    body.index-jpn .kr-section_welcome h1
    {
        font-size: 55px;
    }
    body.index-chi .audience-map .audience-quantity span,
    body.index-jpn .audience-map .audience-quantity span
    {
        top: -30px;
    }
}
@media only screen and (min-width: 1921px) {
    .kr-section_contact-us {
        padding: 20vw 0;
        margin-top: -10vw;
        margin-bottom: -10vw;
    }
    .crm-info:after
    {
        top: auto;
        bottom: 6.8vw;
        height: 3.6vw;
    }

    body.index-hin .profit-calculator .pc-quantity .irs .irs-min
    {
        left: -100px;
    }
    body.index-hin .profit-calculator .pc-quantity .irs .irs-max
    {
        right: -110px;
    }
}
@media only screen and (max-width: 1279px) {
    .welcome-map {
        position: relative;
        overflow: visible;
        z-index: 10;
        width: 100vw;
        margin-left: calc(-50vw + 460px);
        margin-bottom: -150px;
    }
    .welcome-map svg {
        display: block;
        width: 90vw;
        height: 61.4vw;
        position: relative;
        z-index: 11;
    }
    .welcome-map > img,
    .welcome-map picture img
    {
        display: block;
        width: 90vw;
        position: absolute;
        z-index: 10;
        top: 8vw;
        left: 0;
    }
    .crm-info .crm-country {
        font-size: 10px;
    }
    .crm-info .crm-price {
        margin-top: 5px;
        font-size: 24px;
    }
    .crm-info p {
        font-size: 11px;
        line-height: 11px;
        margin-top: 5px;
    }

    .kr-languages
    {
        display: block;
    }
    .kr-languages ul li
    {
        margin: 0 10px;
    }

    .range-grid
    {
        max-width: 191px;
        height: 5px;
        margin-left: -1px;
        top: 202px;
    }
    .range-grid .range-gr.range-big span
    {
        height: 5px;
    }
    .range-grid .range-gr.range-small span
    {
        height: 3px;
    }
    .infographics-slider .item .is-author span br{
        /*padding-top: 12px;*/
        display: none;
    }

}
@media only screen and (max-width: 1023px) {
    .jpn-br1 {
        display: none!important;
    }
    .welcome-map {
        margin-top: 200px;
        margin-left: -13vw;
        width: calc(100% + 15vw);
        padding-bottom: 50px;
        margin-bottom: 30px;
    }
    .welcome-map svg {
        width: 100%;
        pointer-events: none;
    }
    .welcome-map > img,
    .welcome-map picture img
    {
        width: 100%;
        top: 3.5vw;
    }
    .crm-info {
        width: 200px;
        height: 200px;
        padding-left: 50px;
        margin-top: calc(-200px + 10vw);
        margin-left: calc(4vw - 7px);
        background: #112044;
    }
    .crm-info:before {
        width: 45px;
        height: 176px;
        top: 60px;
        left: 7px;
    }
    .crm-info:after
    {
        width: 8px;
        height: 58px;
        bottom: 100px;
        left: 28px;
    }
    .crm-info .crm-country {
        font-size: 16px;
    }
    .crm-info .crm-price {
        margin-top: 10px;
        font-size: 36px;
    }
    .crm-info p {
        margin-top: 10px;
        font-size: 11px;
        line-height: 15px;
    }
    .index-spa .crm-info p {
        font-size: 10px;
    }
    .crm-info.inverted {
        margin-left: calc(-110px + 4vw);
        padding-left: 40px;
    }
    .crm-info.inverted:before {
        left: auto;
        right: 10px;
    }
    .crm-info.inverted:after {
        left: auto;
        right: 31px;
    }
    .welcome-map .map-mobilenav {
        display: block;
        position: absolute;
        bottom: 0;
        left: 11vw;
        right: 0;
    }
    .welcome-map .map-mobilenav .map-nav {
        height: 68px;
        position: relative;
        max-width: 300px;
        margin: 0 auto;
    }
    .welcome-map .map-mobilenav .map-nav button {
        background: 0 0;
        color: inherit;
        padding: 0 !important;
        font: inherit;
        cursor: pointer;
        width: 68px;
        height: 68px;
        border-radius: 50%;
        border: 2px solid rgba(255, 255, 255, 0.1) !important;
        box-sizing: border-box;
        position: absolute;
        outline: 0;
        touch-action: manipulation;
    }
    .welcome-map .map-mobilenav .map-nav button:before {
        content: "";
        border-radius: 50%;
        box-sizing: border-box;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        background: 0 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border: 2px solid rgba(255, 255, 255, 0.56) !important;
    }
    .welcome-map .map-mobilenav .map-nav button.mn-prev {
        left: 0;
        touch-action: manipulation;
    }
    .welcome-map .map-mobilenav .map-nav button.mn-next {
        right: 0;
        touch-action: manipulation;
    }
    .welcome-map .map-mobilenav .map-nav button span {
        color: #fff;
        font-size: 30px;
        font-weight: 400;
    }
    .index-vie .welcome-map .map-mobilenav .map-nav button span {
        line-height: 18px;
    }
    .welcome-map .map-mobilenav .map-dots {
        position: absolute;
        z-index: 5;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .welcome-map .map-mobilenav .map-dots ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 150px;
        margin: 0 auto;
    }
    .welcome-map .map-mobilenav .map-dots ul li {
        margin-right: 0;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #18284f;
        cursor: pointer;
    }
    .welcome-map .map-mobilenav .map-dots ul li.active {
        background-color: #00e3a9;
    }
    .welcome-map .map-mobilenav .map-dots ul li:last-child
    {
        margin-right: 0;
    }

    [data-aos=fade-right],[data-aos=fade-left],[data-aos=zoom-in],[data-aos=fade-in],[data-aos=fade-up],[data-aos=fade-down],[data-aos=flip-down],[data-aos=slide-down]
    {
        opacity: 1 !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}
@media only screen and (max-width: 767px) {

    .ita-br1 {
        display: none;
    }
    
    .chi-br1 {
        display: inline;
    }
    .range-grid {
        top: 194px;
    }
    .kr-languages
    {
        top: 77px;
    }
    .kr-languages ul li
    {
        font-size: 12px;
        margin: 0 3px;
    }
    .infographics-slider .item .is-author img
    {
        display: block;
        width: 66.66%;
        margin: 0 auto;
    }
    .infographics-slider .item .is-author span
    {
        font-size: 7px;
        width: 160px;
    }
}
@media only screen and (max-width: 500px) {
    body.index-ara .reasons-profit span,
    body.index-ind .reasons-profit span
    {
        display: block;
        max-width: 60%;
        margin: 0 auto;
    }
    body.index-ara .reasons-profit .profit-arrow,
    body.index-hin .reasons-profit .profit-arrow,
    body.index-ind .reasons-profit .profit-arrow
    {
        top: -20px;
    }
    body.index-hin .reasons-profit span
    {
        display: block;
        max-width: 70%;
        margin: 0 auto;
    }

    body.webp .audience-map .audience-hello {
        background: url(../images/hello-right.webp) no-repeat center;
        background-size: 206px 77px;
    }
    body:not(.webp) .audience-map .audience-hello {
        background: url(../images/hello-right.png) no-repeat center;
        background-size: 206px 77px;
    }
}
@media only screen and (max-width: 414px) {
    .crm-info:after
    {
        width: 7px;
        height: 56px;
        bottom: 102px;
    }
} 
@media only screen and (max-width: 375px) {
    .crm-info:after
    {
        width: 6px;
        height: 56px;
        bottom: 101px;
    }
    .profit-calculator .pc-quantity .range-nav span.range-left, .profit-calculator .pc-quantity .range-nav span.range-right
    {
        top: 8px;
        width: 50px;
        height: 50px;
    }
    .profit-calculator .pc-quantity .range-nav span.range-left:before, .profit-calculator .pc-quantity .range-nav span.range-right:before
    {
        width: 40px;
        height: 40px;
    }
    .profit-calculator .pc-quantity .range-nav span.range-left span, .profit-calculator .pc-quantity .range-nav span.range-right span
    {
        line-height: 46px;
    }
    .index-vie .profit-calculator .pc-quantity .range-nav span.range-left span,
    .index-vie .profit-calculator .pc-quantity .range-nav span.range-right span
    {
        line-height: 39px;
    }
    .index-vie .infographics-slider button.owl-next span,
    .index-vie .infographics-slider button.owl-prev span
    {
        line-height: 25px;
        height: 30px;
        display: inline-block;
    }
    .index-vie .welcome-map .map-mobilenav .map-nav button span
    {
        line-height: 12px;
    }
    .audience-map.eng .audience-hello
    {
        left: -14%;
        top: -13%;
    }
    .audience-map.spa .audience-hello
    {
        left: 12%;
        top: -8%;
    }
    .audience-map.hin .audience-hello
    {
        left: 38%;
        top: -2%;
    }
    .audience-map.ara .audience-hello
    {
        left: 20%;
        top: -2%;
    }
    .audience-map.rus .audience-hello
    {
        top: -20%;
        left: 27%;
    }
    .audience-map.fre .audience-hello
    {
        left: 14%;
        top: -11%;
    }
    .audience-map.por .audience-hello
    {
        top: -8%;
        left: 10%;
    }
    .audience-map.ind .audience-hello
    {
        top: 10%;
        left: 51%;
    }
    .audience-map.chi .audience-hello
    {
        top: -10%;
        left: 44%;
    }
    .audience-map.deu .audience-hello
    {
        top: -13%;
        left: 16%;
    }
    .audience-map.jpn .audience-hello
    {
        top: -10%;
        left: 56%;
    }
    .audience-map.ita .audience-hello
    {
        top: -10%;
        left: 16%;
    }
    .audience-map.vie .audience-hello
    {
        top: 4%;
        left: 48%;
    }
    .audience-map.kor .audience-hello
    {
        top: -6%;
        left: 53%;
    }
    .page-rus .profit-calculator .pc-quantity h4,.page-rus .profit-calculator .pc-quantity span.h4,
    .index-fre .profit-calculator .pc-quantity h4,.index-fre .profit-calculator .pc-quantity span.h4,
    .index-chi .profit-calculator .pc-quantity h4,.index-chi .profit-calculator .pc-quantity span.h4
    {
        font-size: 15px;
    }
    .profit-calculator .pc-quantity h4 br,.profit-calculator .pc-quantity span.h4 br
    {
        display: none !important;
    }
    .index-vie .profit-calculator .pc-quantity h4 br,.index-vie .profit-calculator .pc-quantity span.h4 br,
    .index-kor .profit-calculator .pc-quantity h4 br,.index-kor .profit-calculator .pc-quantity span.h4 br
    {
        display: block !important;
    }
} 
@media only screen and (max-width: 320px) {

    .kr-header__left .kr-header__logo {
        margin-left: 0;
    }
    .kr-header__trigger {
        margin-right: 0;
    }
    .kr-header__mobilemenu .kr-header__nav ul {
        padding: 20px 15px;
    }
    .kr-header__mobilemenu .kr-header__nav ul li {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .kr-header__mobilemenu .kr-header__nav-contact {
        padding: 20px 15px;
    }
    h1 {
        font-size: 32px;
    }
    .index-jpn h1 {
        font-size: 25px;
    }
    .kr-section_welcome h1 span {
        background-size: auto 37px;
        padding-right: 75px;
    }
    .welcome-info {
        font-size: 16px;
        padding: 20px 10px;
    }
    h2,
    span.h2 {
        font-size: 27px;
    }
    .index-jpn span.h2 {
        font-size: 24px;
    }
    .about-content__info,
    .about-content__info h2 {
        font-size: 22px;
    }
    .index-jpn .about-content__info h2 {
        font-size: 20px;
    }
    .about-content {
        padding-bottom: 40px;
    }
    .profit-calculator .pc-quantity .irs {
        max-width: 180px;
    }
    .profit-calculator + span {
        font-size: 14px;
    }
    .audience-map .audience-quantity {
        font-size: 75px;
    }
     .audience-map .audience-quantity span
    {
        font-size: 55px;
    }
    .index-hin .audience-map .audience-quantity {
        font-size: 60px;
    }
    .index-hin .audience-map .audience-quantity span
    {
        font-size: 40px;
    }
    .audience-choose ul li {
        width: 70px;
        height: 40px;
        line-height: 38px;
    }
    .audience-choose ul li.active {
        line-height: 42px;
    }
    .audience-info span {
        font-size: 21px;
    }
    .infographics-slider .owl-dots button span {
        width: 10px;
        height: 10px;
    }
    .infographics-slider button.owl-prev {
        left: 0;
    }
    .infographics-slider button.owl-next {
        right: 0;
    }
    .reasons-info {
        padding: 0 10px;
    }
    .reasons-info p {
        font-size: 16px;
    }
    .reasons-profit img {
        display: block;
        width: 100%;
    }
    .reasons-profit span {
        font-size: 21px;
        line-height: 27px;
    }
    .index-hin .reasons-profit span {
        font-size: 19px;
        line-height: 27px;
    }
    .kr-section_team .team-group .team-item .team-image {
        width: 130px;
        height: 130px;
        padding-top: 10px;
    }
    .kr-section_team .team-group .team-item .team-image img {
        width: 110px;
        height: 110px;
    }
    .kr-section_team .team-group .team-item .team-title {
        font-size: 16px;
        line-height: 20px;
    }
    footer {
        padding: 35px 0 25px;
    }
    footer .footer-top .footer-logo {
        margin: 0 0 30px;
    }
    footer .footer-top .foo-kr-logo:before {
        right: -12px;
    }
    footer .footer-top .footer-email {
        padding-bottom: 25px;
    }

    .profit-calculator .pc-quantity .irs .irs-max
    {
        right: -55px;
    }
    .index-jpn .profit-calculator .pc-quantity .irs .irs-max
    {
        right: -35px;
    }
    .profit-calculator .pc-quantity .irs .irs-min
    {
        left: -42px;
    }

    .kr-languages ul li{
        margin: 0 2px;
        font-size: 11px;
    }
     .crm-info:after
    {
        width: 6px;
        height: 55px;
        bottom: 101px;
    }
    .profit-calculator .pc-quantity .range-nav span.range-left
    {
        left: -33px;
    }
    .profit-calculator .pc-quantity .range-nav span.range-right
    {
        right: -33px;
    }

    .range-grid
    {
        margin-left: 0;
        max-width: 170px;
        top: 194px;
    }
    body.index-hin .profit-calculator .pc-quantity .irs .irs-min
    {
        left: -47px;
    }
    body.index-hin .profit-calculator .pc-quantity .irs .irs-max
    {
        right: -57px;
    }
    body.index-hin .profit-calculator .pc-quantity .irs .irs-max,
    body.index-hin .profit-calculator .pc-quantity .irs .irs-min
    {
        top: 64px;
    }
    body.index-hin .profit-calculator .pc-quantity .irs .irs-max:before,
    body.index-hin .profit-calculator .pc-quantity .irs .irs-min:before
    {
        font-size: 10px;
    }

    body.index-jpn .audience-map .audience-quantity
    {
       font-size: 70px;
    }
    body.index-jpn .audience-map .audience-quantity span
    {
        font-size: 55px;
    }

    .audience-map.eng .audience-hello
    {
        left: -15%;
        top: -20%;
    }
    .audience-map.spa .audience-hello
    {
        left: 6%;
        top: -11%;
    }
    .audience-map.hin .audience-hello
    {
        left: 32%;
        top: -7%;
    }
    .audience-map.ara .audience-hello
    {
        left: 15%;
        top: -7%;
    }
    .audience-map.rus .audience-hello
    {
        top: -21%;
        left: 19%;
    }
    .audience-map.fre .audience-hello
    {
        left: 8%;
        top: -18%;
    }
    .audience-map.por .audience-hello
    {
        top: -11%;
        left: 5%;
    }
    .audience-map.ind .audience-hello
    {
        top: 10%;
        left: 46%;
    }
    .audience-map.chi .audience-hello
    {
        top: -12%;
        left: 38%;
    }
    .audience-map.deu .audience-hello
    {
        top: -17%;
        left: 11%;
    }
    .audience-map.jpn .audience-hello
    {
        top: -13%;
        left: 47%;
    }
    .audience-map.ita .audience-hello
    {
        top: -14%;
        left: 9%;
    }
    .audience-map.vie .audience-hello
    {
        top: 0;
        left: 42%;
    }
    .audience-map.kor .audience-hello
    {
        top: -10%;
        left: 47%;
    }

}
@media only screen and (min-width: 1280px) and (max-width: 1450px) {
    .index-chi .audience-map .audience-lang {
    bottom: 100px;
    }
    .audience-map
    {
        width: 100%;
        margin: 0 auto;
    }
    .audience-map svg,
    .audience-map svg + svg
    {
        width: 1012px;
        left: 44px;
    }
    .audience-map picture .map-bg
    {
        width: 1160px;
        left: -105px;
    }
    .audience-map .audience-quantity
    {
        top: 160px;
        font-size: 200px !important;
    }
    .audience-map .audience-quantity span
    {
        font-size: 140px !important;
        margin-left: 20px !important;
    }
    .index-hin .audience-map .audience-quantity span
    {
        font-size: 110px !important;
        margin-left: 20px !important;
    }
    .audience-map.spa .audience-hello
    {
        top: 10%;
    }
    .audience-map.hin .audience-hello
    {
        top: 5%;
        left: 52%;
    }
    .audience-map.ara .audience-hello
    {
        top: 2%;
    }
    .audience-map.rus .audience-hello
    {
        top: -14%;
    }
    .audience-map.fre .audience-hello
    {
        top: -7%;
        left: 23%;
    }
    .audience-map.por .audience-hello
    {
        top: 0;
        left: 28%;
    }
    .audience-map.ind .audience-hello
    {
        top: 19%;
        left: 63%;
    }
    .audience-map.chi .audience-hello
    {
        top: -4%;
        left: 57%;
    }
    .audience-map.deu .audience-hello
    {
        top: -10%;
        left: 33%;
    }
    .audience-map.jpn .audience-hello
    {
        top: -3%;
        left: 69%;
    }
    .audience-map.ita .audience-hello
    {
        top: -7%;
        left: 30%;
    }
    .audience-map.vie .audience-hello
    {
        top: 13%;
        left: 60%;
    }
    .audience-map.kor .audience-hello
    {
        top: -5%;
        left: 65%;
    }
}
@media only screen and (max-width: 340px) {
    .index-fre .audience-map .audience-quantity
    {
        font-size: 55px !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 370px) {
    .chi-br1 {
        display: none!important;
    }
    .index-deu .profit-calculator + span {
    font-size: 14px;
    }
}
@media only screen and (max-width: 920px) {
    .index-deu .profit-calculator + span {
    font-size: 14px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 375px) {
    .index-chi .range-grid {
    top: 175px;
    }
    .index-ara .range-grid {
    top: 175px;
    }
    .index-jpn .range-grid {
    top: 175px;
    }
}

@media only screen and (min-width: 820px) {
    .chi-br1 {
        display: none!important ;
    }
}