@charset "UTF-8";
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=34b979e2-061b-49c2-8163-c6f833fb8182");
@font-face {
  font-family: "EuclidFlex-Medium";
  src: url("fonts/EuclidFlex-Medium.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EuclidFlex-Regular";
  src: url("fonts/EuclidFlex-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nexa Bold";
  src: url("fonts/Nexa Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SF-UI-Display-Bold";
  src: url("fonts/SF-UI-Display-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SF-UI-Display-Light";
  src: url("fonts/SF-UI-Display-Light.otf");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  transition: 0.2s ease-in-out;
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
}

strong {
  font-weight: bold;
}

b {
  font-weight: 400;
}

i {
  font-style: italic;
}

button {
  border: none;
  background: none;
}

textarea {
  resize: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}

div::-webkit-scrollbar {
  width: 0 !important;
}

div {
  overflow: -moz-scrollbars-none;
}

div {
  -ms-overflow-style: none;
}

button:focus {
  outline: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus, input[type=checkbox]:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

select:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

iframe {
  display: block;
  width: 100%;
  border: 0;
}

div.iframe iframe {
  position: absolute;
  top: -15px;
  left: 0;
  height: 140.5vw;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  -webkit-appearance: none;
}

.img-fluid {
  max-width: 100%;
}

/* defaults end */
body {
  font-family: "EuclidFlex-Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #D2BA8B;
  line-height: 1.6;
  margin: 0;
  background: #000;
}

#mainbody {
  max-width: 100vw;
  overflow-x: hidden;
}

/* PAGE STYLES */
h1 {
  font-size: 60px;
}

h2, h3, h4 {
  font-family: "EuclidFlex-Medium";
  font-size: 97px;
  line-height: 1.1;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 34px;
}

h6 {
  font-size: 28px;
}

h5 {
  font-family: "Minion Pro Regular";
  font-size: 38px;
  color: #fff;
}

p {
  margin: 0;
}
p a {
  text-decoration: underline;
}
p b {
  font-family: "EuclidFlex-Medium";
}

.white_text {
  color: #fff;
}

.black_text {
  color: #000;
}

.cookies_message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: stretch;
  align-items: center;
  background: #000;
  z-index: 5;
  color: #fff;
}
.cookies_message .small_logo {
  text-align: left;
  width: 15%;
  padding: 0 40px;
}
.cookies_message .small_logo img {
  height: 60px;
  vertical-align: middle;
}
.cookies_message .text {
  width: 75%;
}
.cookies_message .text p {
  font-size: 14px;
  max-width: 1300px;
  text-align: left;
}
.cookies_message .got_it {
  width: 10%;
  background: #fff;
  cursor: pointer;
}
.cookies_message .got_it p {
  color: #000;
}
.cookies_message.accepted {
  display: none;
}

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 20px;
  background: #000;
  z-index: 11;
  display: none;
}
.policy_popup h3 {
  margin-bottom: 40px;
}
.policy_popup h2, .policy_popup h4, .policy_popup p {
  text-align: left;
  color: rgb(210, 186, 139);
}
.policy_popup h4 {
  margin-bottom: 5px;
}
.policy_popup p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #fff;
}
.policy_popup .main_logo {
  width: 250px;
  max-width: 70%;
  margin-bottom: 30px;
}
.policy_popup .inner_content {
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
  max-width: 1350px;
  padding: 10px 20px;
  margin: 0 auto;
}
.policy_popup .inner_content::-webkit-scrollbar {
  width: 0;
  height: 8px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 9px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.policy_popup .inner_content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 9px;
  box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}
.policy_popup .small_logo {
  margin-top: 30px;
}
.policy_popup .copyright {
  padding-top: 30px;
}
.policy_popup .copyright p {
  text-align: center;
}
.policy_popup .close_icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  cursor: pointer;
}

.show_message {
  text-decoration: underline;
  cursor: pointer;
}

.video_mobile {
  display: none;
}

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.my_btn {
  font-family: "Sohne-Kraftig";
  line-height: 70px;
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  background: #000;
  cursor: pointer;
}

.grecaptcha-badge {
  display: none !important;
}

.box_btn {
  background: #D2BA8B;
  color: #000;
  padding: 10px 15px;
}
.box_btn.big {
  padding: 15px 20px;
}

.my_slider {
  position: relative;
}

.slick-dots {
  position: absolute;
}
.slick-dots li {
  margin: 0 5px;
  display: inline-block;
  height: 24px;
  width: 24px;
  background: #2C5C9C;
}
.slick-dots li.slick-active {
  background: #fff;
}
.slick-dots li button {
  opacity: 0;
}

/* ------ header ---------- */
.header_menu {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: #000;
  z-index: 5;
}
.header_menu ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  line-height: 60px;
  font-family: "EuclidFlex-Medium";
  font-size: 17px;
  color: #D2BA8B;
}
.header_menu ul li.register_btn {
  background: #D2BA8B;
  color: #000;
  margin-left: 15px;
}
.header_menu .menu_name {
  display: inline-block;
  vertical-align: middle;
}
.header_menu .hamburger {
  display: inline-block;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.header_menu.footer {
  position: relative;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  width: 32px;
  height: 3px;
  border-radius: 0;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #D2BA8B;
}

/* ------ header end ---------- */
.section[data-anchor=top_poster] {
  background: url(../img/top_poster.jpg) center top;
  background-size: cover;
}

/* ------ visionary ----------- */
.visionary {
  position: relative;
}
.visionary .background_img {
  position: relative;
  background: url(../img/visionary/big_building.jpg) center left;
  background-size: cover;
}
.visionary h2 {
  color: #2C5C9C;
  position: absolute;
  right: 70%;
  top: 50%;
  transform: translate(20%, 50%) rotate(180deg);
  writing-mode: vertical-lr;
  transform-origin: 0 0;
}
.visionary .stripes {
  position: absolute;
  bottom: 0;
  height: 50%;
  left: 0;
  right: 0;
  background: url(../img/stripes_reverse.svg) no-repeat center bottom;
}

/* ------ visionary end ----------- */
/* ------ the partnership ----------- */
.partnership .handshake {
  background: url(../img/partnership/handshake.jpg) center;
  background-size: cover;
}

/* ------ the partnership end ----------- */
/* ------ new horizon ----------- */
.new_horizon .heading_container {
  position: relative;
}
.new_horizon .heading_container h2 {
  opacity: 0;
}
.new_horizon .heading_container .heading {
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  text-align: right;
}
.new_horizon .my_slider .slick-dots {
  bottom: 20px;
  left: 3%;
}

/* ------ new horizon end ----------- */
/* ------ sustainability ----------- */
.sustainability h4 {
  font-family: "Minion Pro Regular";
  font-size: 38px;
  color: #fff;
}
.sustainability .background_img {
  background: url(../img/stripes.svg) no-repeat center top;
}
.sustainability .stripes {
  background: url(../img/stripes_black_small.svg) no-repeat center top;
}
.sustainability .slider_container {
  position: relative;
  background: #D2BA8B;
}
.sustainability .slider_container .my_slider .stripes {
  margin-bottom: 40px;
}
.sustainability .slider_container .my_slider .content {
  padding-left: 40px;
  padding-right: 80px;
  color: #000;
}
.sustainability .slider_container .my_slider ul {
  padding-left: 20px;
}
.sustainability .slider_container .my_slider ul li {
  list-style-type: disc;
}
.sustainability .slider_container .slick-dots {
  bottom: 85px;
  padding-left: 25px;
}
.sustainability .slider_container .slick-dots li {
  background: #000;
}
.sustainability .slider_container .slick-dots li.slick-active {
  background: #fff;
}
.sustainability .slider_container h3 {
  position: absolute;
  bottom: 20px;
  color: #000;
  padding-left: 30px;
}

/* ------ sustainability end ----------- */
/* --------------- team ---------------- */
.team .inner {
  width: calc(100vh - 60px);
  max-width: calc(100vw - 600px);
}
.team .img_block {
  width: calc(50vh - 30px);
  margin-left: 50%;
  transform: translate(-50%, 0);
}
.team .blue {
  width: calc(50vh - 30px);
  background: #2C5C9C;
}
.team p {
  font-family: "Minion Pro Regular";
  font-size: 16px;
}
.team .stripes {
  background: url(../img/stripes.svg) no-repeat center top;
}
.team a {
  text-decoration: none;
}
.team h3 {
  margin-bottom: 5px;
}

.krpan_team .text {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* --------------- team end --------------- */
/* --------------- group ---------------- */
.group .stairs {
  background: url(../img/group/stairs.jpg) center;
  background-size: cover;
}

/* --------------- group end ---------------- */
/* --------------- coming_soon ---------------- */
.coming_soon .title {
  background: url(../img/stripes.svg) no-repeat center top;
  height: 35vh;
}
.coming_soon .community {
  background: #D2BA8B;
}
.coming_soon .community .row.main {
  height: calc(65vh - 60px);
}
.coming_soon .community .building {
  background: url(../img/coming_soon/community_1.jpg) center;
  background-size: cover;
}

/* --------------- coming_soon end ---------------- */
.sustainability .row {
  height: 100vh;
}

/* --------------- blog  ---------------- */
.blog_section .title {
  background: url(../img/stripes_white.svg) #2C5C9C no-repeat center top;
  color: #fff;
}
.blog_section .posts .post .inner {
  position: relative;
}
.blog_section .posts .post img {
  width: 100%;
}
.blog_section .posts .post .box_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
.blog_section .posts .post .box_btn.black {
  background: #000;
}
.blog_section .posts .post .box_btn.gold {
  background: #D2BA8B;
}
.blog_section .posts .post .box_btn.white {
  background: #fff;
}
.blog_section .posts .post .box_btn.white p {
  color: #000;
}
.blog_section .posts .post h5 {
  position: absolute;
  top: 20px;
  left: 35px;
  z-index: 2;
}
.blog_section .posts .post p.category {
  position: absolute;
  font-size: 18px;
  left: 30px;
  bottom: 10px;
  transform: rotate(-90deg);
  transform-origin: left;
  color: #fff;
  z-index: 3;
}
.blog_section .posts .post .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transition: all 0.4s;
  padding: 50px;
  z-index: -1;
  opacity: 0;
}
.blog_section .posts .post .overlay p.text {
  color: #fff;
}
.blog_section .posts .post .overlay .close_icon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  cursor: pointer;
}
.blog_section .posts .post .overlay.active {
  opacity: 1;
  z-index: 2;
}
.blog_section .posts .post.bottom_position .box_btn {
  position: absolute;
  bottom: auto;
  right: auto;
  left: 0;
  top: 0;
}
.blog_section .posts .post.bottom_position h5 {
  position: absolute;
  top: auto;
  bottom: 20px;
}
.blog_section .posts .post.bottom_position p.category {
  left: auto;
  right: -30px;
}

/* --------------- blog end ---------------- */
/* --------------- news  ---------------- */
.news .post {
  margin-bottom: 30px;
}
.news .post img {
  margin-bottom: 15px;
}
.news .post p:first-of-type {
  margin-bottom: 15px;
}

/* --------------- news end ---------------- */
.masthead {
  position: relative;
  height: 140vw;
  overflow: hidden;
  max-width: 100% !important;
}
.masthead h3 {
  font-size: 50px;
}
.masthead .iframe.vimeo {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100vh;
  width: 100%;
  min-width: 100%;
  padding-bottom: 100%;
}
.masthead .iframe.vimeo.video_desktop {
  min-width: 100vh;
}
.masthead .content {
  width: 80%;
  max-width: 1400px;
  z-index: 5;
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stripe_bg {
  background: url(../img/stripes.svg) no-repeat center bottom;
}

.register_form .title h2 {
  text-transform: none;
}
.register_form .form_bg {
  background: url(../img/stripes.svg) no-repeat center top;
}
.register_form .form {
  position: relative;
  margin: 0 auto;
  transition: all 0.4s;
}
.register_form .form input[type=text],
.register_form .form input[type=search],
.register_form .form input[type=tel],
.register_form .form input[type=number],
.register_form .form input[type=email],
.register_form .form input[type=password],
.register_form .form select {
  width: 100%;
  font-family: "EuclidFlex-Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 50px;
  margin-bottom: 30px;
  color: #D2BA8B;
  -webkit-appearance: none;
  border: none;
  background: #000;
  border: none;
  border-bottom: 1px solid #D2BA8B;
  outline: none;
  padding: 0 0;
}
.register_form .form input[type=text]::placeholder,
.register_form .form input[type=search]::placeholder,
.register_form .form input[type=tel]::placeholder,
.register_form .form input[type=number]::placeholder,
.register_form .form input[type=email]::placeholder,
.register_form .form input[type=password]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D2BA8B;
  opacity: 1; /* Firefox */
}
.register_form .form input[type=text]:-ms-input-placeholder,
.register_form .form input[type=search]:-ms-input-placeholder,
.register_form .form input[type=tel]:-ms-input-placeholder,
.register_form .form input[type=number]:-ms-input-placeholder,
.register_form .form input[type=email]:-ms-input-placeholder,
.register_form .form input[type=password]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #D2BA8B;
}
.register_form .form input[type=text]::-ms-input-placeholder,
.register_form .form input[type=search]::-ms-input-placeholder,
.register_form .form input[type=tel]::-ms-input-placeholder,
.register_form .form input[type=number]::-ms-input-placeholder,
.register_form .form input[type=email]::-ms-input-placeholder,
.register_form .form input[type=password]::-ms-input-placeholder { /* Microsoft Edge */
  color: #D2BA8B;
}
.register_form .form .missing input[type=text],
.register_form .form .missing input[type=search],
.register_form .form .missing input[type=tel],
.register_form .form .missing input[type=number],
.register_form .form .missing input[type=email],
.register_form .form .missing input[type=password] {
  border-bottom: 1px solid red;
}
.register_form .form .missing input[type=text]::placeholder,
.register_form .form .missing input[type=search]::placeholder,
.register_form .form .missing input[type=tel]::placeholder,
.register_form .form .missing input[type=number]::placeholder,
.register_form .form .missing input[type=email]::placeholder,
.register_form .form .missing input[type=password]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}
.register_form .form .missing input[type=text]:-ms-input-placeholder,
.register_form .form .missing input[type=search]:-ms-input-placeholder,
.register_form .form .missing input[type=tel]:-ms-input-placeholder,
.register_form .form .missing input[type=number]:-ms-input-placeholder,
.register_form .form .missing input[type=email]:-ms-input-placeholder,
.register_form .form .missing input[type=password]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}
.register_form .form .missing input[type=text]::-ms-input-placeholder,
.register_form .form .missing input[type=search]::-ms-input-placeholder,
.register_form .form .missing input[type=tel]::-ms-input-placeholder,
.register_form .form .missing input[type=number]::-ms-input-placeholder,
.register_form .form .missing input[type=email]::-ms-input-placeholder,
.register_form .form .missing input[type=password]::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
.register_form .form .agent_name_field {
  display: none;
}
.register_form .form .checkbox {
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 0;
  text-align: left;
  padding-left: 0px;
  background: #000;
}
.register_form .form .checkbox input {
  position: absolute;
  opacity: 0;
  width: 170px;
  height: 30px;
  left: 0;
}
.register_form .form .checkbox label {
  font-size: 12px;
  line-height: 1.3;
  padding-left: 50px;
  position: relative;
  cursor: pointer;
  text-transform: none;
}
.register_form .form .checkbox label:before {
  position: absolute;
  top: 0px;
  display: block;
  left: -5px;
  width: 25px;
  content: "";
  height: 25px;
  margin-left: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #D2BA8B;
  border-image: initial;
  background: transparent;
}
.register_form .form .checkbox input[type=radio]:checked + label::before,
.register_form .form .checkbox input[type=checkbox]:checked + label::before {
  content: "✓";
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}
.register_form .form .checkbox.missing label:before {
  border-color: red;
}
.register_form .form .warning-message,
.register_form .form .error-message {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: red;
}
.register_form .form .thank_you_message {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  text-align: center;
  transition: all 0.4s;
  background: #000;
}
.register_form .form .thank_you_message .close_btn {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.register_form .form .thank_you_message h4 {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
.register_form .form .thank_you_message .close_btn {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 24px;
}
.register_form .form.completed .thank_you_message {
  opacity: 1;
  z-index: 2;
}
.register_form .my_btn {
  font-family: "SaolDisplay";
  font-size: 32px;
  padding: 0 30px;
  text-transform: none;
}
.register_form .footer p.disclaimer {
  font-size: 14px;
}
.register_form .footer .box_btn {
  background: #D2BA8B;
  vertical-align: bottom;
}
.register_form .footer .box_btn p {
  color: #000;
}

p.disclaimer {
  font-size: 12px;
}

body {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}

body::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

.section::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

.fp-tableCell::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

.fp-scroller::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

.fp-scroller::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

/* PAGE STYLES END */
/* RESPONSIVE */
@media (max-width: 1400px) {
  h2 {
    font-size: 80px;
  }
}
@media (max-width: 1250px) {
  body {
    font-size: 14px;
  }
  h2 {
    font-size: 50px;
  }
  .header_menu ul li {
    font-size: 14px;
  }
  .sustainability h4 {
    font-size: 30px;
  }
  .team h3 {
    font-size: 26px;
  }
  .team p {
    font-size: 16px;
  }
  .team .inner {
    width: calc(100vh - 60px);
    max-width: calc(100vw - 450px);
  }
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 32px;
  }
  h5 {
    font-size: 30px;
  }
  .policy_popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 60px 20px;
    background: #000;
    z-index: 11;
    display: none;
  }
  .policy_popup p {
    font-size: 14px;
  }
  .policy_popup .close_icon {
    top: 20px;
    right: 20px;
    width: 25px;
  }
  .header_menu .menu {
    display: none;
    position: fixed;
    width: 100%;
    padding-top: 50px;
    height: 100vh;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    background: #000;
    z-index: 4;
  }
  .header_menu .menu li {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .header_menu .menu li.register_btn {
    margin: 0;
  }
  .cookies_message .small_logo {
    width: 100%;
  }
  .cookies_message .text {
    width: 100%;
  }
  .cookies_message .text p {
    text-align: center;
  }
  .cookies_message .got_it {
    width: 100%;
    background: #fff;
    cursor: pointer;
    padding: 10px;
  }
  .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 6px;
  }
  .sustainability .slider_container .slick-dots {
    bottom: 70px;
  }
  .sustainability .slider_container .my_slider .content {
    padding-right: 40px;
  }
  .sustainability .background_img {
    background-position: center -40%;
  }
  .blog_section .posts .post .box_btn {
    height: 100px;
    width: 100px;
  }
  .blog_section .posts .post .box_btn p {
    font-size: 16px;
  }
  .blog_section .posts .post .overlay p {
    font-size: 14px;
  }
  .blog_section .posts .post h5 {
    left: 20px;
    top: 10px;
  }
  .blog_section .posts .post p.category {
    left: 20px;
  }
  .blog_section .posts .post.bottom_position {
    bottom: 10px;
  }
  .blog_section .posts .post.bottom_position p.category {
    right: -50px;
  }
  .register_form .nr_logo {
    max-height: 110px;
  }
  .team .inner {
    width: 100vw;
    height: 25vh;
    min-height: 27vw;
    max-width: none;
  }
  .team .img_block {
    width: 50vw;
  }
  .team .blue {
    width: 50vw;
  }
  .coming_soon .title {
    height: calc(25vh - 60px);
  }
  .coming_soon .community .row.main {
    height: 75vh;
  }
  .under_footer.stripe_bg {
    background: url(../img/stripes.svg) no-repeat center top;
  }
}
@media (max-width: 991px) and (min-aspect-ratio: 3/2) {
  .team .img_block {
    transform: translate(-50%, -6%);
  }
  .coming_soon .title {
    padding-top: 0 !important;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
  .section[data-anchor=top_poster] {
    background: url(../img/top_poster_mob.jpg) center;
    background-size: cover;
  }
  .min_height_40 {
    min-height: 40vh;
  }
  h2 {
    font-size: 32px;
  }
  .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 7px;
  }
  .visionary .background_img {
    min-height: 70vh;
  }
  .partnership .handshake {
    background: none;
  }
  .new_horizon .heading_container .heading {
    position: relative;
    width: auto;
    text-align: left;
  }
  .team .inner {
    height: 22vh;
    min-height: 22vw;
  }
  .sustainability h4 {
    font-size: 28px;
  }
  .sustainability .slider_container h3 {
    font-size: 28px;
  }
  .sustainability .slider_container .slick-dots {
    bottom: 55px;
  }
  .sustainability .slider_container .my_slider .content {
    padding-bottom: 120px;
  }
  .blog_section .title {
    background-size: 1300px;
  }
  .register_form h2 {
    font-size: 75px;
  }
  .register_form .footer p.disclaimer {
    font-size: 12px;
  }
  .team h3 {
    font-size: 18px;
  }
  .team p {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
  }
  .register_form .form .checkbox {
    padding-top: 0;
  }
}