@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: rgba(0, 0, 0, 0);
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
body {
    min-height: 100vh;
    color: #2f2f2f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    font-family: "Inter", sans-serif;
    position: relative;
    z-index: 1;
}
.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
img {
    max-width: 100%;
}
a,
button {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
a:active,
button:active {
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    transform: scale(0.98);
}
a:hover,
button:hover {
    opacity: 0.6;
}
.btn, .bttn {
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 22px 20px 20px;
    min-width: 286px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.btn::before, .bttn::before {
    content: "";
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-linear-gradient(193.26deg, #172957 0%, #1a3f91 100%), #172957;
    background: -moz-linear-gradient(193.26deg, #172957 0%, #1a3f91 100%), #172957;
    background: -o-linear-gradient(193.26deg, #172957 0%, #1a3f91 100%), #172957;
    background: linear-gradient(256.74deg, #172957 0%, #1a3f91 100%), #172957;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10000;
}
.btn::after, .bttn::after {
    content: "";
    display: none;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    top: 0;
    left: 0;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-position: center right 38px;
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn:hover, .bttn:hover {
    padding-right: 20px;
    opacity: 1;
    color: #1a3f91;
    background: rgba(0, 0, 0, 0);
}
.btn:hover::after, .bttn:hover::after {
    background-position: center right -22px;
    border-color: #1a3f91;
}
.btn:hover::before, .bttn:hover::before {
    opacity: 0;
}

.bv-form .bttn {
	font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    width: 100%;
}

.bv-form .warning-buy {
    padding: 14px 0 17px 0;
    font-size: 14px;
}

.btn-link {
    text-transform: uppercase;
    padding: 5px 0 2px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    display: inline-block;
    color: #2f2f2f;
    border-bottom: 1px solid #2f2f2f;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
}
.btn-link:hover {
	border-bottom: 1px solid transparent;
}
.btn-2 {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 21px 21px 19px;
    border: 2px solid #fff;
}
.btn-2::before,
.btn-2::after {
    display: none;
}
.btn-2:hover {
    padding: 21px 21px 19px;
    background-color: #fff;
    color: #172957;
}
.btn:active {
    opacity: 1;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}
.btn[disabled] {
    cursor: unset;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}
.wrapper,
.slider,
.wrap,
.wrap-strech,
.wrap-start,
.box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-strech {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.wrap-start {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.wrap.around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.wrap.evenly {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
mark {
    background-color: rgba(0, 0, 0, 0);
    color: #1f5fff;
}
section {
    padding: 75px 0;
}
ul {
    list-style: none;
}
ul.checklist li {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 0;
    color: #1f1f1f;
    background-image: url("../img/check-red.svg");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 32px;
}
.headline {
    padding-top: 20px;
    font-weight: 400;
    font-size: 65px;
    line-height: 79px;
    text-transform: uppercase;
    margin: 0 0 60px;
    border-top: 1px solid #000;
    position: relative;
    z-index: 1;
    min-height: 120px;
    display: block;
}
.headline img {
    display: inline-block;
    vertical-align: middle;
}
.headline__link {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    min-width: 330px;
    height: 120px;
    font-weight: 500;
    font-size: 20px;
    padding: 0 20px;
    line-height: 24px;
    line-height: 120px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
    border-left: 1px solid #000;
    z-index: 6;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.headline__link:hover {
    opacity: 1;
    color: #1f5fff;
}
.textline {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    margin: 0 auto 80px;
    color: #1f1f1f;
}
.textline__top {
padding: 9px 20px 8px;
color: #fff;
background-color: #172957;
display: inline-flex;
text-transform: uppercase;
font-weight: 500;
margin-bottom: 20px;
}
.inp-wrap {
    padding-top: 30px;
    position: relative;
    z-index: 1;
}
.inp-wrap label {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: block;
    position: absolute;
    left: 0;
    top: 38px;
    padding: 0 20px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.inp-wrap input {
    padding: 0 20px;
    position: relative;
    z-index: 10000;
    display: block;
    width: 100%;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #2f2f2f;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
}
.inp-wrap textarea {
    width: 100%;
    resize: none;
    padding: 4px 20px 0;
    height: 110px;
    border-bottom: 1px solid #2f2f2f;
}
.inp-wrap textarea:focus ~ label,
.inp-wrap input:focus ~ label {
    top: 13px;
    font-size: 14px;
    line-height: 17px;
    color: #a2a2a2;
}
.inp-wrap.active label {
    top: 13px;
    font-size: 14px;
    line-height: 17px;
    color: #a2a2a2;
}
.marquee {
    height: 70px;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    padding: 0;
    margin: 36px 0;
}
.marquee p {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: #1f5fff;
    position: absolute;
    width: 100%;
    height: 70px;
    margin: 0;
    line-height: 70px;
    text-align: center;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: scroll-left 20s linear infinite;
    -moz-animation: scroll-left 20s linear infinite;
    -o-animation: scroll-left 20s linear infinite;
    animation: scroll-left 20s linear infinite;
}
.marquee span {
    display: inline-block;
    margin: 0 30px;
    vertical-align: middle;
}
@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@-o-keyframes scroll-left {
    0% {
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@media screen and (max-width: 1500px) {
    .container {
        max-width: 1200px;
    }
    .headline {
        font-size: 54px;
        line-height: 58px;
    }
    .headline img {
        max-height: 38px;
    }
    .textline {
        font-size: 18px;
        line-height: 130%;
    }
    .marquee {
        margin: 26px 0;
    }
    section {
        padding: 65px 0;
    }
}
@media screen and (max-width: 1200px) {
    .container {
        padding: 0 20px;
    }
    .headline {
        font-size: 40px;
        line-height: 125%;
        margin-bottom: 50px;
        min-height: 80px;
        padding-right: 260px;
    }
    .headline__link {
        min-width: 260px;
        font-size: 16px;
        height: 100px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .nav__block {
    display: block !important;
    position: relative !important;
    padding: 0 !important;
    box-shadow: none !important;
    }
    section {
        padding: 40px 0;
    }
    .marquee {
        height: 60px;
        margin: 26px 0;
    }
    .marquee p {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }
    .marquee span {
        margin: 0 15px;
    }
}
@media screen and (max-width: 700px) {
    .headline {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px;
        padding-right: 150px;
        min-height: 56px;
    }
    .headline__link {
        font-size: 12px;
        min-width: 150px;
    }
    .headline.mb-block {
        padding: 20px 0 0;
    }
    .headline.mb-block .headline__link {
        position: static;
        display: block;
        height: unset;
        min-height: unset;
        padding: 20px 0 0;
        line-height: 100%;
        text-align: left;
        border: none;
    }
    .textline {
        font-size: 13px;
        line-height: 130%;
        margin-bottom: 60px;
    }
    .btn {
        font-size: 20px;
        min-width: 240px;
    }
    .btn-2 {
        border-width: 1px;
        padding: 10px 10px;
    }
    .marquee {
        margin: 4px 0;
        height: 27px;
    }
    .marquee p {
        font-size: 14px;
        line-height: 17px;
        height: 25px;
        line-height: 24px;
    }
    section {
        padding: 35px 0;
    }
    .mb-block {
        position: static;
        display: block;
    }
}
.header .container {
    padding: 30px 0;
    border-bottom: 1px solid #2f2f2f;
    position: relative;
    z-index: 6;
}
.header .logo {
    display: block;
    margin: 0 45px 0 0;
}
.header .btn-menu {
    display: none;
}
.header .btn-close {
    display: none;
}
.header a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.header .nav {
    white-space: nowrap;
    margin: 0 auto 0 0;
    position: relative;
}
.header .nav__link {
    padding: 30px 15px;
    margin: 0;
    position: relative;
}
.header .nav__link:hover {
    opacity: 1;
    color: #1f5fff;
    text-decoration: underline;
}
.nav__block {
    position: absolute;
    z-index: 2;
    background: #fff;
    right: 0;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    padding: 20px 20px 10px 20px;
    margin-top: 8px;
    margin-right: -100px;
    display: none;
}
.nav__block_a {
    display: block;
}
.nav__block .nav__link {
    display: block;
    padding: 0;
    margin-bottom: 12px;
    color: #2f2f2f !important;
}
.header .login__link {
    text-transform: uppercase;
    border-bottom: 1px solid #2f2f2f;
    margin-left: 30px;
    cursor: pointer;
}
.bottom .btn {
	cursor: pointer;
}

.btn-up {
  position: fixed;
  right: 0px;
  bottom: 90px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  z-index: 3;
}

.btn-up::before {
  content: "";
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .btn-up:hover {
    background-color: #512da8;
  }
}

@media screen and (max-width: 1500px) {
    .header a {
        font-size: 14px;
    }
    .header .logo {
        max-width: 54px;
        margin-right: 35px;
    }
    .header .nav__link {
        padding: 30px 10px;
    }
    .header .login__link {
        margin-left: 15px;
    }
    .nav__block .nav__link {
    padding: 0;
	}
}
@media screen and (max-width: 1200px) {
    .header {
        position: relative;
        z-index: 9;
        padding: 0 20px;
    }
    .header .container {
        z-index: 999999999;
        padding: 20px 0;
        max-width: 800px;
    }
    .header .nav {
        display: none;
        width: 100%;
        position: fixed;
        z-index: 999999999;
        top: 0;
        height: 100%;
        left: 0;
        background-color: #fff;
        padding: 0 20px;
    }
    .header .nav__link {
        font-size: 24px;
        line-height: 29px;
        text-transform: uppercase;
        padding: 10px 0;
        display: block;
        width: 100%;
    }
    .header .nav__link:first-of-type {
        padding-top: 20px;
        border-top: 1px solid #2f2f2f;
    }
    .header .nav__block .nav__link:last-of-type {
        padding-bottom: 20px;
        border-bottom: 1px solid #2f2f2f;
    }
    .header .nav__block  .nav__link:first-of-type {
    padding-top: 0;
    border-top: 0px solid transparent;
    }
    
    .header .nav__block .nav__link {
    margin: 0;
    }
    
    .nav__link_more {
    display: none !important;
    }
    
    .header .btn-menu {
        display: block;
        height: 40px;
        width: 36px;
        background-image: url("../img/menu.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #fff;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header .btn-close {
        width: 100%;
        text-align: left;
        display: inline-block;
        font-weight: 400;
        font-size: 13px;
        line-height: 130%;
        background-color: rgba(0, 0, 0, 0);
        color: #2f2f2f;
        padding: 33px 0 34px;
    }
    .header .login {
        margin: 0 30px 0 auto;
    }
    
    
}
@media screen and (max-width: 700px) {
    .header .login {
        display: none;
    }
    .header .btn-menu {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .header .logo {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0;
        max-width: 44px;
    }
}


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999999;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 620px;
    display: block;
    background: #fff;
    max-height: 100vh;
    padding: 46px 40px 70px;
    color: #000;
}
.modal-content::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.modal-content .heading {
    max-width: 450px;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 32px;
}
.modal-content form {
    max-width: 360px;
    margin: 0 auto;
}
.modal-content .btn {
    margin-top: 40px;
    width: 100%;
    min-width: unset;
}
.modal-close {
    font-size: 24px;
    color: #a1a1a1;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    right: 0;
}
.modal.is-open {
    display: block;
}
@media screen and (max-width: 500px) {
    .modal-close {
        right: 0;
        padding: 20px 20px;
        font-size: 18px;
    }
    .modal-content {
        padding: 40px 20px;
    }
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    margin: 0 20px;
    min-height: 1px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0);
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
    width: 55px;
    height: 55px;
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1000;
    bottom: 60px;
    z-index: 10000;
    left: auto;
    right: 106px;
    border: none;
    background-image: url("../img/arrow-left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.slick-arrow::before {
    display: none;
}
.slick-disabled {
    opacity: 0.3;
}
.slick-active button {
    background-color: #1f5fff !important;
}
.slick-next {
    background-image: url("../img/arrow-right.svg");
    right: 30px;
    left: auto;
}
.slick-dots {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffe2e0;
    bottom: -70px;
    width: 100%;
    max-width: 376px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}
.slick-dots li {
    display: block;
    width: 40%;
}
.slick-dots button {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    height: 8px;
    color: rgba(0, 0, 0, 0);
}
.countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}
.countdown__item {
    min-width: 80px;
    height: unset;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 0 0 0;
    position: relative;
    z-index: 1;
}
.countdown__item::after {
    display: inline-block;
    content: ":";
    font-size: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    line-height: 110%;
    left: -6px;
}
.countdown__item:nth-of-type(2)::after {
    display: none;
}
.countdown__item.hiden {
    display: none;
}
.countdown__item .symbol {
    width: 30%;
    height: 34px;
    overflow: hidden;
    text-align: center;
}
.countdown__item .symbol .cur,
.countdown__item .symbol .old {
    height: 100%;
    -webkit-transform: translateY(-34px);
    -moz-transform: translateY(-34px);
    -ms-transform: translateY(-34px);
    -o-transform: translateY(-34px);
    transform: translateY(-34px);
}
.countdown__item .symbol.anim div {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    transition: -webkit-transform 0.7s ease-in-out;
    -o-transition: -o-transform 0.7s ease-in-out;
    -moz-transition: transform 0.7s ease-in-out, -moz-transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out, -moz-transform 0.7s ease-in-out, -o-transform 0.7s ease-in-out;
}
.countdown__item .num {
    font-weight: 800;
    font-size: 32px;
    line-height: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
}
.countdown__item .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
@media screen and (max-width: 600px) {
    .countdown__item {
        min-width: 50px;
    }
    .countdown__item::after {
        font-size: 28px;
        left: -8px;
        top: 5px;
    }
    .countdown__item .symbol {
        height: 28px;
    }
    .countdown__item .text {
        font-size: 10px;
        line-height: 100%;
    }
    .countdown__item .num {
        line-height: 28px;
        font-size: 20px;
    }
    .countdown__item .num .cur,
    .countdown__item .num .old {
        height: 100%;
        -webkit-transform: translateY(-28px);
        -moz-transform: translateY(-28px);
        -ms-transform: translateY(-28px);
        -o-transform: translateY(-28px);
        transform: translateY(-28px);
    }
}
.bottom {
    padding: 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    background-color: #172957;
    color: #fff;
}
.bottom__heading {
    font-weight: 800;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
}
.bottom__text {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding-right: 85px;
    background-image: url("../img/arrow_1.svg");
    background-repeat: no-repeat;
    background-position: center right;
}
.bottom-close {
    display: none;
}
@media screen and (max-width: 1500px) {
    .bottom {
        padding: 15px 0;
    }
    .bottom__heading {
        font-size: 26px;
    }
    .bottom__text {
        font-size: 16px;
        padding-right: 50px;
        -webkit-background-size: 40px auto;
        -moz-background-size: 40px auto;
        -o-background-size: 40px auto;
        background-size: 40px auto;
    }
    .bottom .btn {
        padding: 16px 50px 15px;
    }
}
@media screen and (max-width: 1100px) {
    .bottom {
        text-align: center;
    }
    .bottom .container {
        max-width: 670px;
        display: block;
    }
    .bottom__heading {
        font-size: 20px;
        display: inline-block;
        text-align: center;
        line-height: 110%;
        vertical-align: middle;
        margin-bottom: 10px;
    }
    .bottom__text {
        vertical-align: middle;
        display: inline-block;
        line-height: 110%;
        padding: 0;
        background-image: none;
        text-align: center;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .bottom .countdown {
        display: inline-block;
        width: 250px;
        margin: 0 auto;
        vertical-align: middle;
    }
    .bottom .btn {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
    }
}
@media screen and (max-width: 600px) {
    .bottom {
        padding: 40px 0;
    }
    .bottom-close {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 6px 10px;
        background-color: rgba(0, 0, 0, 0);
        font-size: 16px;
        color: #fff;
    }
    .bottom__heading {
        display: block;
        margin-bottom: 5px;
        font-size: 30px;
        line-height: 36px;
    }
    .bottom__text {
        font-weight: 400;
        display: block;
        margin: 0 0 15px;
        font-size: 14px;
        line-height: 17px;
    }
    .bottom .btn {
        padding: 10px 25px;
        font-size: 14px;
    }
    .bottom .countdown {
        display: block;
        margin-bottom: 15px;
        width: 160px;
    }
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
}
.hero .container {
    padding: 30px 0;
}
.hero .wrapper {
    max-width: 580px;
    margin-bottom: 80px;
}
.hero .textline {
    width: 50%;
    max-width: 440px;
    margin: 0 0 90px;
}
.hero h1 {
    width: 50%;
    font-weight: 400;
    font-size: 75px;
    line-height: 91px;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.hero-slider {
    min-width: 50%;
    height: 100%;
    width: 50%;
    border-left: 1px solid #2f2f2f;
    overflow: hidden;
    padding: 30px 0;
    position: absolute;
    top: 0;
    right: 0;
}
.hero-item {
    height: 100%;
    margin: 0 0 0 30px;
    position: relative;
}
.hero-item img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero-item__text {
    position: absolute;
    bottom: 40px;
    left: -40px;
}
.hero-nav {
    width: 50%;
    margin: 0 auto 0 0;
}
.hero-nav__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: right;
    color: #2f2f2f;
}
.about {
    padding: 0 0 150px;
}
.about-wrap {
    max-width: 830px;
    margin: 0 auto;
}
.about__textline {
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.about-col {
    width: 48%;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin: 0 0 50px;
}
.about-item {
    text-align: left;
}
.about-item__heading {
    font-weight: 400;
    font-size: 65px;
    line-height: 79px;
    text-transform: uppercase;
}
.about-item__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.socials {
    margin-bottom: 150px;
}
.socials__heading {
    font-weight: 400;
    font-size: 180px;
    line-height: 120%;
    text-transform: uppercase;
}
.speakers {
    padding: 150px 0 90px;
    background: -webkit-linear-gradient(193.26deg, #172957 0%, #1a3f91 100%);
    background: -moz-linear-gradient(193.26deg, #172957 0%, #1a3f91 100%);
    background: -o-linear-gradient(193.26deg, #172957 0%, #1a3f91 100%);
    background: linear-gradient(256.74deg, #172957 0%, #1a3f91 100%);
    color: #fff;
}
.speakers .headline {
    border-color: #fff;
}
.speakers .headline__link {
    color: #fff;
    border-color: #fff;
}
.speakers-item {
    width: 23%;
    margin: 0 0 60px;
    cursor: pointer;
}
.speakers-item:hover {
opacity: 0.6;
}
.speakers-item img {
    margin: 0 0 20px;
}
.speakers-item__heading {
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    text-transform: uppercase;
}
.speakers-item__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.speakers-item__detail {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 900px;
}

.speakers-item__detail-photo {
width: 35%;
}

.speakers-item__detail_alt .speakers-item__detail-photo {
width: 25%;
}

.infl {
display: flex;
flex-wrap: wrap;
}

.infl__item {
border:1px solid #2F2F2F;
display: flex;
align-items: center;
align-content: center;
padding: 20px;
width: calc(25% - 15px);
margin-bottom: 20px;
position: relative;
}

.infl__item-photo {
width: 30%;
margin-right: 15px;
}

.infl__item-text {
width: calc(70% - 15px);
font-size: 20px;
text-transform: uppercase;
}

.infl__item-text-icon {
position: absolute;
top:20px;
right: 20px;
}

.lp-speakers-main__item-detail-text {
width: calc(65% - 30px);
line-height: 150%;
}

.speakers-item__detail_alt .lp-speakers-main__item-detail-text {
width: calc(75% - 30px);
}

.lp-speakers-main__item-detail-text p {
padding-bottom: 15px;
}

.speakers-item__detail-role {
font-size: 18px;
line-height: 130%;
padding-bottom: 20px;
}

.speakers-item__detail-name {
font-weight: 700;
font-size: 22px;
text-transform: uppercase;
}

.agenda__text {
max-width: 1040px;
margin: 0 0 0 auto;
font-weight: 400;
font-size: 22px;
line-height: 130%;
margin-top: -50px;
margin-bottom: 50px;
}

.tab-wrap,
.tab-content {
    max-width: 1040px;
    margin: 0 0 0 auto;
}
.tab-wrap, .tab-content {
justify-content: flex-start;
}
.tab-content {
    display: none;
    padding-top: 20px;
}
.tab-content.active {
    display: block;
}
.tab-btn {
    width: calc(33% - 17px);
    padding: 26px 0 25px;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    background-color: #f5f5f5;
    margin-right: 25px;
}

.tab-btn span {
display: block;
font-size: 12px;
text-transform: uppercase;
height: 20px;
}

.tab-btn:nth-child(3) {
	//margin-right: 0px;
}
.tab-btn.active {
    background-color: #172957;
    color: #fff;
}
.agenda-item,
.agenda-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.agenda-item {
    padding: 30px;
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 1;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.agenda-item:hover {
    z-index: 10000;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15);
}
.agenda-item:nth-of-type(odd) {
    background-color: #f5f5f5;
}
.agenda__heading {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    width: 100%;
    margin-bottom: 27px;
}
.agenda__heading_aval {
color: #6CDE9E;
}
.agenda__lasting {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 155px;
    padding: 9px 0 8px;
    color: #fff;
    background-color: #172957;
    margin: 0 10px 0 0;
}
.agenda-time {
    font-weight: 400;
    font-size: 14px;
}
.agenda-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 76%;
}
.agenda-sponsor {
    //margin: 0 auto;
}
.agenda-sponsor,
.agenda-speaker {
    max-width: 45%;
    cursor: pointer;
}
.agenda-speaker:hover p, .agenda-sponsor:hover p {
color: #172957;
}
.agenda-sponsor__heading,
.agenda-speaker__heading {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    max-width: 180px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.agenda-sponsor img,
.agenda-speaker img {
    max-width: 150px;
    display: inline-block;
    vertical-align: middle;
}
.agenda-speaker {
    width: 254px;
}
.agenda-speaker img {
    width: 54px;
    height: 54px;
    display: inline-block;
    vertical-align: middle;
}
.sponsors-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 0 auto;
}
.sponsors .headline {
    max-width: 500px;
    padding: 0;
    border: none;
    //position: absolute;
    left: 0;
    top: 0;
    color: #172957;
    max-width: 417px;
    display: block;
}

.sponsors .headline img {
margin: 0 0 7px 0;
}

.sponsors-item {
    display: block;
    width: calc(50% - 18px);
    padding: 60px 60px 80px;
    max-width: 687px;
    margin: 0 0 30px;
    color: #172957;

    cursor: pointer;
}
.sponsors-item_alt {
background: none !important;
border:none !important;
padding: 0;
}
.sponsors-item img {
    margin: 0 0 30px;
}
.sponsors-item__heading {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.sponsors-item__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.floorplan-img {
    //width: 65%;
}
.floorplan-cont {
position: relative;
}
.lp-floorplan__body-item {
position: absolute !important;
font-family: PTSans-Caption;
font-size: 14px;
//font-size: 18px;
color: #0F0F0F;
letter-spacing: 0;
text-align: center;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
}

.lp-floorplan__body-item:hover {
z-index: 6;
}

.lp-floorplan__body-item_type-s {
background: #6CDE9E;
}

.lp-floorplan__body-item_type-b {
background: #6CA4FF;
}

.lp-floorplan__body-item_type-m {
background: #FFEE7A;
}

.lp-floorplan__body-item_type-na {
background: #FF4B4B;
}

.lp-floorplan__body-item_type-w {
background: #FFF !important;
background: #ccc !important;
color:#000 !important;
}

.floorplan-philippines .lp-floorplan__body-item_type-w {
background: #514f81 !important;
color:#fff !important;
}

.floorplan-davao {
/*    display: none;*/
}

.floorplan-davao .lp-floorplan__body-item_type-w {
background: #514f81 !important;
color:#fff !important;
}

.floorplan-singapore2025 {
/*    display: none;*/
}

.floorplan-lagos {
/*    display: none;*/
}

.floorplan-mexico {
/*    display: none;*/
}

.floorplan-col {
    width: 35%;
}
.floorplan-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.floorplan-item img {
    width: 38px;
    margin-right: 22px;
}
.floorplan-item__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.item {
    width: 24%;
    margin: 0 0 30px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #636363;
    position: relative;
    min-height: 235px;
    overflow: hidden;
    cursor: pointer;
}
#media .item {
width: 16%;
}
.item p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 46px 20px;
    text-align: left;
    background: -webkit-linear-gradient(193.26deg, #172957 0%, #1a3f91 100%);
    background: -moz-linear-gradient(193.26deg, #172957 0%, #1a3f91 100%);
    background: -o-linear-gradient(193.26deg, #172957 0%, #1a3f91 100%);
    background: linear-gradient(256.74deg, #172957 0%, #1a3f91 100%);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.item img {
    max-width: 90%;
    max-height: 90%;
}
.item:hover {
    opacity: 1;
}
.item:hover p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
a.item::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url(../img/ArrowUpRight.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
}
.venue-title {
    max-width: 40%;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
}
.venue-slider {
    width: 60%;
}
.venue-slide {
    margin: 0 12px;
    width: 326px;
    width: 490px;
    height: 590px;
    position: relative;
}
.venue-slide img {
    width: 326px;
    height: 326px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
}
.venue .slick-arrow {
    bottom: 0;
}
.venue .slick-next {
    right: 0;
}
.venue .slick-prev {
    right: 76px;
}
.venue .slick-slide img,
.venue .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] img {
    width: 326px;
    height: 326px;
}
.venue .slick-current img,
.venue .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] img {
    width: 100%;
    height: 100%;
}
.accommodation .headline {
    margin-bottom: 72px;
}
.accommodation-item {
    width: 26%;
}
.accommodation-item img {
    width: 100%;
    height: 365px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 0 25px;
}
.accommodation-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin: 0 0 25px;
}

.accommodation-item__stext {
padding-top: 15px;
}

.accommodation-item a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: underline;
}
.accommodation-item a:hover {
    color: #1f5fff;
}
.accommodation-item:nth-of-type(1) {
    width: 44%;
}

.accommodation_2 .accommodation-item {
width: 44%;
}

.accommodation-item:nth-of-type(1) img {
    width: 100%;
    height: 616px;
}
.app .headline {
    margin-bottom: 130px;
}
.app .headline span {
    display: block;
}
.app-wrap {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.app-img {
    max-width: 470px;
}
.app-item {
    text-align: center;
}
.app-item__icon {
    display: block;
    margin: 0 auto 78px;
}
.app-item img {
    max-width: 195px;
}
.main {
    padding: 0 0 90px;
}
.main__headline {
    font-weight: 400;
    margin: 0 0 150px;
    font-size: 198px;
    line-height: 120%;
    text-transform: uppercase;
    border-bottom: 1px solid #2f2f2f;
}
@media screen and (max-width: 1500px) {
    .main {
        padding-bottom: 60px;
    }
    .main__headline {
        font-size: 160px;
        margin-bottom: 100px;
    }
    .hero h1 {
        font-size: 65px;
        line-height: 120%;
    }
    .hero .textline {
        width: 100%;
        max-width: 100%;
        max-width: 400px;
    }
    .hero .wrapper {
        max-width: 540px;
    }
    .socials {
        margin-bottom: 130px;
    }
    .socials__heading {
        font-size: 150px;
    }
    .about {
        padding-bottom: 130px;
    }
    .sponsors-wrap {
        //max-width: 550px;
    }
    .item {
        min-height: 200px;
    }
    .venue-slide {
        width: 430px;
        height: 500px;
    }
    .venue .slick-slide img,
    .venue .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] img {
        width: 260px;
        height: 260px;
    }
    .venue .slick-current img,
    .venue .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] img {
        width: 100%;
        height: 100%;
    }
    .accommodation-item:nth-of-type(1) img {
        height: 528px;
    }
    .accommodation-item p {
        margin-bottom: 10px;
    }
    .accommodation-item a {
        font-size: 18px;
    }
    .accommodation-item img {
        height: 312px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1200px) {
    .main {
        padding-bottom: 70px;
    }
    .main__headline {
        padding: 10px 0;
        font-size: 90px;
        margin-bottom: 70px;
    }
    .hero .container {
        max-width: 800px;
        padding: 30px 20px 70px;
    }
    .hero h1 {
        font-size: 55px;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .hero .textline {
        text-align: center;
        max-width: 70%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .hero-slider {
        padding: 0;
        border: none;
        position: static;
        width: 100%;
        height: 500px;
        max-width: 600px;
        margin: 0 auto 40px;
    }
    .hero .wrapper {
        max-width: 100%;
        margin: 0;
        display: block;
        text-align: center;
    }
    .hero .wrapper .btn {
        display: block;
        margin: 0 auto 20px;
        width: 300px;
    }
    .hero-nav {
        display: none;
    }
    .socials__heading {
        font-weight: 400;
        font-size: 87px;
        line-height: 100%;
    }
    .socials img {
        max-width: 140px;
    }
    .about {
        padding-bottom: 100px;
    }
    .about-item {
        width: 48%;
    }
    .sponsors .headline {
        max-width: 100%;
        padding-right: 150px;
        position: relative;
        top: 0;
        right: 0;
        //overflow: hidden;
    }
    .sponsors-wrap {
        margin: 0 auto;
    }
    .sponsors-item {
        //width: 100%;
    }
    .item {
        width: 48%;
    }

    .speakers {
        padding: 100px 0;
    }
    .speakers-wrap {
        max-width: 500px;
        margin: 0 auto;
    }
    .speakers-item {
        width: 48%;
    }
    .tab-btn {
        font-size: 18px;
    }
    .agenda .headline {
        padding-right: 0;
    }
    .agenda-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .agenda-info {
        width: 100%;
    }
    .agenda__heading {
        margin-bottom: 30px;
    }
    .agenda-time {
        width: 100%;
        margin-bottom: 20px;
    }
    .agenda-speaker,
    .agenda-sponsor {
        width: 100%;
        max-width: 100%;
    }
    .venue-title {
        width: 100%;
        max-width: 100%;
        margin: 0 0 30px;
    }
    .venue-slider {
        width: -webkit-calc(100% + 25px);
        width: -moz-calc(100% + 25px);
        width: calc(100% + 25px);
        position: relative;
        left: -10px;
        max-width: unset;
        margin: 0 auto;
    }
    .venue-slide {
        width: 340px;
        margin: 0 20px 0 0;
        height: 400px;
    }
    .venue .slick-slide img,
    .venue .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] img {
        width: 100%;
        height: 100%;
    }
    .accommodation .wrap-start {
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
    }
    .accommodation-item {
        width: 48%;
    }
    .accommodation-item:nth-of-type(1) {
        width: 100%;
        margin: 0 0 30px;
    }
    
    .accommodation_2 .accommodation-item {
        width: 100%;
    }
    
    .app {
        padding-bottom: 100px;
    }
    .app .headline {
        margin-bottom: 60px;
    }
    .app .headline span {
        display: inline;
    }
    .app-img {
        width: 100%;
        margin: 0 auto 20px;
    }
    .app-item {
        width: 48%;
    }
    
    .infl__item-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 990px) {
.sponsors .headline img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    max-height: unset;
    min-height: unset;
    -webkit-transform: rotate(90deg) translateY(-webkit-calc(-50% + 15px));
    -moz-transform: rotate(90deg) translateY(-moz-calc(-50% + 15px));
    -ms-transform: rotate(90deg) translateY(calc(-50% + 15px));
    -o-transform: rotate(90deg) translateY(calc(-50% + 15px));
    transform: rotate(90deg) translateY(calc(-50% + 15px));
}    

.sponsors-item {
width: 100%;
max-width: 100%;
}

#media .item {
  width: 24%;
}

.infl__item {
width: calc(33% - 15px);
}

}

@media screen and (max-width: 700px) {
    .main {
        padding-bottom: 60px;
    }
    .main__headline {
        font-size: 48px;
        line-height: 58px;
    }
    .hero .container {
        padding-top: 20px;
    }
    .hero h1 {
        font-size: 30px;
        text-align: left;
        margin-bottom: 10px;
    }
    .hero .textline {
        text-align: left;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .hero-slider {
        height: 300px;
        margin-bottom: 30px;
        width: -webkit-calc(100% + 40px);
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
        position: relative;
        left: -20px;
    }
    .hero-item {
        margin: 0 20px;
    }
    .hero .wrapper .btn {
        width: 335px;
        max-width: 100%;
    }
    .about {
        padding-bottom: 0;
    }
    .about-row {
        display: block;
        margin-bottom: 30px;
    }
    .about__textline {
        font-size: 14px;
        line-height: 130%;
        margin: 0 0 10px;
    }
    .about-col {
        font-size: 13px;
        line-height: 130%;
        width: 100%;
        margin-bottom: 10px;
    }
    .about-item {
        width: 50%;
        margin-bottom: 30px;
    }
    .about-item__heading {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 4px;
    }
    .about-item__text {
        font-size: 13px;
        line-height: 130%;
    }
    .socials {
        padding: 0 15px;
        margin-bottom: 70px;
    }
    .socials .container {
        padding: 0;
        border-top: 1px solid #2f2f2f;
        border-bottom: 1px solid #2f2f2f;
    }
    .socials__heading {
        font-size: 40px;
        line-height: 48px;
    }
    .socials img {
        max-width: 90px;
    }
    .speakers {
        padding: 70px 0 50px;
    }
    .speakers .headline {
        margin-bottom: 30px;
    }
    .speakers-item {
        margin-bottom: 20px;
    }
    .speakers-item img {
        margin-bottom: 10px;
    }
    .speakers-item__heading {
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 6px;
    }
    .speakers-item__text {
        font-size: 13px;
        line-height: 130%;
    }
    .tab-btn {
        font-size: 10px;
        line-height: 130%;
        padding: 12px 0 11px;
    }
    .tab-wrap {
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        position: relative;
        z-index: 1;
    }
    .sponsors .headline {
        padding-right: 60px;
    }
    .sponsors .headline img {
        max-width: 70px;
        top: -15px;
        right: 15px;
    }
    .sponsors-item {
        padding: 30px 30px 40px;
        margin-bottom: 20px;
    }
    .sponsors-item:last-of-type {
        margin-bottom: 0;
    }
    .sponsors-item img {
        max-width: 80%;
        margin-bottom: 20px;
    }
    .sponsors-item__heading {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px;
    }
    .sponsors-item__text {
        font-size: 13px;
        line-height: 16px;
    }
    .agenda__text {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 24px;
    }
    .agenda-time {
        margin-bottom: 20px;
    }
    .agenda-speaker {
        margin-bottom: 20px;
    }
    .agenda-speaker img,
    .agenda-sponsor img {
        margin: 15px 0 0;
        max-width: 55%;
    }
    .floorplan-img {
        display: block;
        width: 100%;
    }
    .floorplan .wrap {
        display: block;
    }
    .floorplan-item {
        margin-bottom: 10px;
        width: 49%;
    }
    .floorplan-item img {
        width: 30px;
        margin-right: 10px;
    }
    .floorplan-item__text {
        font-weight: 700;
        font-size: 13px;
        line-height: 16px;
    }
    .floorplan-col {
        -webkit-box-align: start;
        -webkit-align-items: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .item {
        width: 100%;
        height: 180px;
        max-width: 400px;
        margin: 0 auto 20px;
    }
    #media .item {
        width: 33%;
        height: 110px;
        min-height: 110px;
    }
    .accommodation .headline {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .accommodation-item img {
        height: 158px;
    }
    .accommodation-item p {
        font-size: 13px;
        line-height: 130%;
    }
    .accommodation-item a {
        font-size: 14px;
        line-height: 17px;
    }
    .accommodation-item:nth-of-type(1) img {
        height: 335px;
    }
    .app .headline {
        padding-right: 0;
    }
    .app-item {
        width: 100%;
        margin-bottom: 40px;
    }
    .app-item__icon {
        margin-bottom: 30px;
    }
    .venue-title {
        font-size: 14px;
        margin-bottom: 24px;
    }
    .venue-slide {
        width: 178px;
        height: 220px;
        margin: 0 20px 0 0;
    }
    
    .infl__item {
    width: calc(100% - 15px);
    padding: 10px;
    }
}
/*# sourceMappingURL=style.css.map */

.hero_plug .textline {
max-width: 100%;
width: calc(50% - 30px);
padding-right: 30px;
font-size: 16px;
margin-bottom: 20px;
}

.hero_plug__cities {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
max-width: 440px;
margin-top: 30px;
}

.hero_plug__cities-item {
width: calc(50% - 30px);
font-weight: 700;
font-size: 18px;
line-height: 24px;
text-transform: uppercase;
color: #2F2F2F;
margin-bottom: 20px;
display: flex;
align-content: center;
align-items: center;
}

.hero_plug__cities-item-icon {
margin-left: 10px;
}

.hero_plug .slick-arrow {
background-image: url("../img/arrow-left-w.svg");
}

.hero_plug .slick-next {
background-image: url("../img/arrow-right-w.svg");
}

.previews {
max-width: 1040px;
margin: 0 0 0 auto;
}

.previews__tabs {
margin-bottom: 60px;
}

.previews__tabs-item {
width: calc(25% - 18.5px);
cursor: pointer;
}

.previews__tabs-item:hover {
opacity: 0.6;
}

.previews__tabs-content {
flex-wrap: wrap;
margin-bottom: 110px;
justify-content: flex-start;
}

.previews__tabs-content-item {
width: calc(25% - 25px);
margin-bottom: 35px;
margin-right: 25px;
}

.previews__tabs-content-item_hidden {
display: none;
}

.previews__tabs-content-item-name {
font-weight: 700;
font-size: 22px;
line-height: 27px;
text-transform: uppercase;
color: #2F2F2F;
display: flex;
align-content: center;
align-items: center;
margin-bottom: 10px;
}

.previews__tabs-content-item-year {
font-weight: 400;
font-size: 22px;
line-height: 27px;
text-transform: uppercase;
color: #2F2F2F;
}

.socials__plug {
border-top: 1px solid #4a4a4a;
border-bottom: 1px solid #4a4a4a;
padding-top: 40px;
padding-bottom: 40px;
}

.awards {
background: #00062E url('/img/awards-bg.jpeg') top center no-repeat;
padding: 150px 0 120px;
}

.awards .headline {
color: #fff;
border-color: #fff;
}

.awards .headline__link {
border-bottom:1px solid #fff;
border-left:1px solid #fff;
border-right:1px solid #fff;
color: #fff;
}

.awards .headline__link:hover {
background: #fff;
color: #00062E;
}

.awards__block-text, .awards__block-facts {
width: calc(50% - 12.5px);
}

.awards__block-text h3 {
font-weight: 700;
font-size: 22px;
line-height: 130%;
text-transform: uppercase;
color: #FFFFFF;
padding-bottom: 22px;
}

.awards__block-text p {
font-weight: 400;
font-size: 16px;
line-height: 130%;
color: #FFFFFF;
max-width: 476px;
padding-bottom: 20px;
}

.awards__block-facts {
flex-wrap: wrap;
margin-top: 15px;
}

.awards__block-facts-item {
width: calc(50% - 36px);
border-right: 1px solid #7483A6;
border-bottom: 1px solid #7483A6;
margin-bottom: 40px;
padding-bottom: 24px;
position: relative;
}

.awards__block-facts-item:after {
width: 26px;
height: 59px;
content: ' ';
display: block;
background: url('/img/award-wreath.svg') center center no-repeat;
position: absolute;
bottom: 30px;
right: 30px;
z-index: -1;
}

.awards__block-facts-item:nth-child(2n+2) {
width: 50%;
padding-left: 36px;
padding-right: 36px;
}

.awards__block-facts-item-title {
font-weight: 700;
font-size: 48px;
line-height: 130%;
text-transform: uppercase;
color: #FFFFFF;
}

.awards__block-facts-item-text {
font-weight: 400;
font-size: 16px;
line-height: 130%;
color: #FFFFFF;
max-width: 182px;
}

.blog {
margin-top: 150px;
margin-bottom: 145px;
}

.blog__list {
flex-wrap: wrap;
align-items: flex-start;
align-content: flex-start;
}

.blog__list-item {
width: calc(50% - 12.5px);
}

.blog__list-item-pic {
max-width: 100%;
}

.blog__list-item-chars {
font-weight: 400;
font-size: 16px;
line-height: 130%;
padding-top: 20px;
padding-bottom: 24px;
}

.blog__list-item-name {
font-weight: 700;
font-size: 20px;
line-height: 130%;
text-transform: uppercase;
padding-bottom: 9px;
}

.blog__list-item-text {
font-weight: 400;
font-size: 20px;
line-height: 130%;
}

.blog_inner {
margin-top: 0;
}

.blog_inner .headline {
border-top: 0px;
margin-bottom: 0;
}

.blog_inner .blog__list-item {
margin-bottom: 40px;
}

.blog_inner .bx-pagination {
margin-top: 50px;
}

.blog .bx-pagination .bx-pagination-container ul li.bx-active span {
background: #172957;
}

.blog-detail__title {
margin-bottom: 0px;
}

.blog-detail__date {
font-weight: 500;
font-size: 20px;
text-transform: uppercase;
padding: 15px 0 36px 0;
}

.blog-detail-pic {
padding-bottom: 30px;
}

.blog-detail-text {
padding-bottom: 90px;
font-size: 18px;
line-height: 1.4;
}




@media screen and (max-width: 1200px) { 

.hero_plug .textline {
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
}

.hero_plug__cities {
max-width: 70%;
margin: 0 auto;
margin-bottom: 40px;
}

.previews__tabs-content-item {
width: calc(50% - 25px);
}

.previews__tabs-content-item-name {
font-size: 20px;
margin-bottom: 3px;
}
	
}

@media screen and (max-width: 990px) { 

.awards {
padding: 70px 0 50px;
}

.awards__block {
flex-wrap: wrap;
}

.awards__block-text, .awards__block-facts {
width: 100%;
}

.awards__block-text h3 {
text-align: center;
}

.awards__block-text p {
max-width: 70%;
margin: 0 auto;
text-align: center;
}

}

@media screen and (max-width: 840px) {  

.floorplan-africa .floorplan-img {
height: 309.4px;
width: 559px;
}  

}

@media screen and (max-width: 700px) {

.hero_plug  .textline {
    text-align: left;
    max-width: 100%;
    margin-bottom: 30px;
}

.hero_plug__cities-item {
font-size: 18px;
width: calc(50% - 10px);
}

.hero_plug__cities {
max-width: 100%;
margin-bottom: 10px;
}

.pe__title, .awards .headline, .blog .headline {
font-size: 18px;
line-height: 18px;
}

.hero_plug .container {
margin-bottom: 0px;
}

.headline__link {
height: 56px;
line-height: 56px;
}

.previews__tabs {
margin-bottom: 30px;
}

.previews__tabs-item {
width: calc(25% - 7px);
}

.previews__tabs-content {
justify-content: space-between;
margin-bottom: 70px;
}

.previews__tabs-content-item {
width: calc(50% - 15px);
margin-right: 15px;
margin-bottom: 18px;
}

.previews__tabs-content-item:nth-child(2n+2) {
margin-right: 0;
}

.previews__tabs-content-item-name {
font-size: 16px;
margin-bottom: 0;
}

.previews__tabs-content-item-year {
font-size: 16px;
line-height: 22px;
}

.awards__block-text h3 {
text-align: left;
}

.awards__block-text p {
max-width: 100%;
text-align: left;
}

.awards__block-facts-item, .awards__block-facts-item:nth-child(2n+2) {
width: 100%;
padding-left: 0;
margin-bottom: 20px;
}

.blog {
margin-top: 70px;
margin-bottom: 90px;
}

.blog__list-item {
width: 100%;
margin-bottom: 30px;
}

.blog__list-item-chars {
padding-top: 15px;
padding-bottom: 10px;
}

.blog__list-item-name {
font-size: 16px;
}

.blog__list-item-text {
font-size: 16px;
}

.blog_inner {
margin-top: 20px;
}

.blog_inner .headline {
font-size: 30px;
padding-bottom: 35px;
}

.speakers-item__detail-photo {
width: 100%;
}

.lp-speakers-main__item-detail-text {
width: 100%;
padding-top: 20px;
}

#media .headline__link, #participants .headline__link {
position: relative;
    text-decoration: underline;
    padding-left: 0;
    top: -30px;
    border-left: 0;
    align-content: center;
    justify-content: flex-start;
}

.sponsors-item_alt {
padding-left: 0px;
}



.header .nav__link {
font-size: 20px;
line-height: 24px;
}

}

@media screen and (max-width: 600px) {  

.floorplan-africa .floorplan-cont-wrap {
overflow-x: scroll;
}  

.floorplan-africa .floorplan-cont {
width: 600px;
}

}

.c_singapore .textline__top, .c_singapore .speakers, .c_singapore .footer, .c_singapore .tab-btn.active, .c_singapore .agenda__lasting, .c_singapore .btn-up  {
background-color: #10D184;
background: #10D184;
}

.c_singapore .sponsors-item {
border:2px solid #10D184;
}

.c_singapore .sponsors-item_alt {
background: none;
}

.c_singapore .btn::before, .c_singapore .bttn::before {
background: linear-gradient(180deg, #10D184 0%, #00985b 100%);
}

.c_singapore .bottom {
background: linear-gradient(360deg, #10D184 0%, #00985b 100%);
}

/*.c_singapore .agenda, */
/*.c_singapore .floorplan, */
.c_singapore .app, 
.c_singapore .speakers, 
/*.c_singapore .sponsors, */
/*.c_singapore #participants */
{
display: none;
}

.c_philippines .textline__top, .c_philippines .speakers, .c_philippines .footer, .c_philippines .tab-btn.active, .c_philippines .agenda__lasting, .c_philippines .btn-up  {
background-color: #e7b941;
background: #e7b941;
}

.c_philippines .sponsors-item {
border:2px solid #e7b941;
}

.c_philippines .sponsors-item_alt {
background: none;
}

.c_philippines .btn::before, .c_philippines .bttn::before {
background: linear-gradient(180deg, #E7B941 0%, #BE9730 100%);
}

.c_philippines .bottom {
background: linear-gradient(360deg, #E7B941 0%, #BE9730 100%);
}




.c_davao .textline__top, .c_davao .speakers, .c_davao .footer, .c_davao .tab-btn.active, .c_davao .agenda__lasting, .c_davao .btn-up  {
background-color: #e7b941;
background: #e7b941;
}

.c_davao .sponsors-item {
border:2px solid #e7b941;
}

.c_davao .sponsors-item_alt {
background: none;
}

.c_davao .btn::before, .c_davao .bttn::before {
background: linear-gradient(180deg, #E7B941 0%, #BE9730 100%);
}

.c_davao .bottom {
background: linear-gradient(360deg, #E7B941 0%, #BE9730 100%);
}


.c_vietnam .textline__top, .c_vietnam .speakers, .c_vietnam .footer, .c_vietnam .tab-btn.active, .c_vietnam .agenda__lasting, .c_vietnam .btn-up {
background-color: #e7b941;
background: #ff4b4b;
}

.c_vietnam .sponsors-item {
border:2px solid #ff4b4b;
}

.c_vietnam .sponsors-item_alt {
background: none;
}

.c_vietnam .btn::before, .c_vietnam .bttn::before {
background: linear-gradient(180deg, #FF0000 0%, #FF4B4B 100%);
}

.c_vietnam .bottom {
background: linear-gradient(180deg, #FF0000 0%, #FF4B4B 100%);
}

.floorplan-vietnam {
/*display: none;*/
}

.c_hanoi .textline__top, .c_hanoi .speakers, .c_hanoi .footer, .c_hanoi .tab-btn.active, .c_hanoi .agenda__lasting, .c_hanoi .btn-up {
background-color: #e7b941;
background: #ff4b4b;
}

.c_hanoi .sponsors-item {
border:2px solid #ff4b4b;
}

.c_hanoi .sponsors-item_alt {
background: none;
}

.c_hanoi .btn::before, .c_hanoi .bttn::before {
background: linear-gradient(180deg, #FF0000 0%, #FF4B4B 100%);
}

.c_hanoi .bottom {
background: linear-gradient(180deg, #FF0000 0%, #FF4B4B 100%);
}

.c_thailand .textline__top, .c_thailand .speakers, .c_thailand .footer, .c_thailand .tab-btn.active, .c_thailand .agenda__lasting, .c_thailand .btn-up {
background-color: #e7b941;
background: #aa77ff;
}

.c_thailand .sponsors-item {
border:2px solid #aa77ff;
}

.c_thailand .sponsors-item_alt {
background: none;
}

.c_thailand .btn::before, .c_thailand .bttn::before {
background: linear-gradient(180deg, #873FFF 0%, #AA77FF 100%);
}

.c_thailand .bottom {
background: linear-gradient(180deg, #873FFF 0%, #AA77FF 100%);
}

.c_mexico .textline__top, .c_mexico .speakers, .c_mexico .footer, .c_mexico .tab-btn.active, .c_mexico .agenda__lasting, .c_mexico .btn-up {
background-color: #ff0000;
background-color: #f754e1;
background-color: #e062cf;
background: #ff0000;
background: #f754e1;
background: #e062cf;
}

.c_mexico .sponsors-item {
border:2px solid #ff0000;
border:2px solid #f754e1;
border:2px solid #e062cf;
}

.c_mexico .sponsors-item_alt {
background: none;
}

.c_mexico .btn::before, .c_mexico .bttn::before {
background: linear-gradient(180deg, #BB2127 0%, #ff0000 100%);
background: linear-gradient(180deg, #b754e1 0%, #f754e1 100%);
background: linear-gradient(180deg, #b754e1 0%, #e062cf 100%);
}

.c_mexico .bottom {
background: linear-gradient(180deg, #BB2127 0%, #ff0000 100%);
background: linear-gradient(180deg, #b754e1 0%, #f754e1 100%);
background: linear-gradient(180deg, #b754e1 0%, #e062cf 100%);
}

.c_africa .textline__top, .c_africa .speakers, .c_africa .footer, .c_africa .tab-btn.active, .c_africa .agenda__lasting, .c_africa .btn-up {
background-color: #298A8A;
background: #298A8A;
}

.c_africa .sponsors-item {
border:2px solid #298A8A;
}

.c_africa .sponsors-item_alt {
background: none;
}

.c_africa .btn::before, .c_africa .bttn::before {
background: linear-gradient(180deg, #405A59 0%, #298A8A 100%);
}

.c_africa .bottom {
background: linear-gradient(180deg, #405A59 0%, #298A8A 100%);
}

.c_hongkong .textline__top, .c_hongkong .speakers, .c_hongkong .footer, .c_hongkong .tab-btn.active, .c_hongkong .agenda__lasting, .c_hongkong .btn-up {
background-color: #FF0008;
background: #FF0008;
background-color: #ff6c00;
background: #ff6c00;
}

.c_hongkong .sponsors-item {
border:2px solid #FF0008;
border:2px solid #ff6c00;
}

.c_hongkong .sponsors-item_alt {
background: none;
}

.c_hongkong .btn::before, .c_africa .bttn::before {
background: linear-gradient(180deg, #CB0006 0%, #FF0008 100%);
background: linear-gradient(180deg, #cb5000 0%, #ff6c00 100%);
}

.c_hongkong .bottom {
background: linear-gradient(180deg, #CB0006 0%, #FF0008 100%);
background: linear-gradient(180deg, #cb5000 0%, #ff6c00 100%);
}

.app {
display: none;
}