/*=====================================================
  font init
=======================================================*/
@font-face {
  font-family: "font5";
  font-style: normal;
  font-weight: 100;
  src: url("https://conexe.world/assets/fonts/font5-light.ttf");
}
@font-face {
  font-family: "font6";
  font-style: normal;
  font-weight: 700;
  src: url("https://conexe.world/assets/fonts/font5-regular.ttf");
}
@font-face {
  font-family: "font7";
  font-style: normal;
  font-weight: 700;
  src: url("https://conexe.world/assets/fonts/font5-bold.ttf");
}
/*=====================================================
  responsive sizes
=======================================================*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, figure {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0; }

.overflow-hidden {
  overflow-x: hidden !important; }

.body-fix {
  width: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden; }

.desktop-body {
  overflow: hidden; }

.mobile-body {
  overflow-x: hidden; }
  .mobile-body main {
    overflow-x: hidden;
    width: 100vw; }

html.has-scroll-smooth {
  overflow: hidden; }

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.has-scroll-smooth body {
  overflow: hidden; }

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0; }

.c-scrollbar:hover {
  transform: scaleX(1.45); }

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1; }

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #888;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab; }

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

main {
  min-height: 100vh; }

a {
  text-decoration: none; }

.non-auto-split-text {
  opacity: 0;
  position: relative;
  overflow: hidden; }
  .non-auto-split-text .old-content {
    display: none !important; }

.split-text {
  position: relative;
  opacity: 0; }
  .split-text .old-content {
    display: none !important; }

.split-text-active {
  opacity: 1 !important; }

.char {
  transform: translate3d(0, 100%, 0);
  line-height: 100%;
  opacity: 0; }

.char-overflow {
  transform: translate3d(0, 100%, 0);
  line-height: 100%;
  padding: 2px 0; }

.nav-char {
  transform: translate3d(0, 50%, 0);
  line-height: 100%;
  opacity: 0; }

.standard-char {
  transform: translate3d(0, 100%, 0);
  line-height: 100%;
  overflow: hidden;
  opacity: 0; }

.main-container {
  background-color: #000; }

canvas {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  pointer-events: none; }

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

.text-right {
  text-align: right; }

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

.margin-center {
  margin: auto; }

.dark-color {
  color: #000; }

hr {
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #373737;
  display: block !important; }

.inline {
  display: inline; }

.relative {
  position: relative; }

.second-bg {
  width: 100vw;
  min-height: 100vh;
  background-color: #141414; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #fff !important; }

.img-position-top {
  object-position: top center !important; }

.img-position-about-1 {
  object-position: 0 -360px !important; }

.img-position-about-2 {
  object-position: 0 -135px !important; }

.img-position-about-3 {
  object-position: 0 -210px !important; }

.img-position-about-4 {
  object-position: 0 -235px !important; }

.img-position-membership-1 {
  object-position: 0 0 !important; }

.img-position-individual-1 {
  object-position: -180px !important; }

.img-position-education-1 {
  object-position: -990px !important; }

.img-position-bottom {
  object-position: bottom !important; }

.img-position-wedding-1 {
  object-position: -410px !important; }

.img-position-med-1 {
  object-position: -250px !important; }

.img-position-med-2 {
  object-position: -230px !important; }

.img-position-med-3 {
  object-position: -140px !important; }

.img-position-left {
  object-position: left !important; }

.img-position-art-1 {
  object-position: -340px !important; }

/*!
 * Bootstrap Grid v5.0.0-alpha2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }

@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    max-width: 1500px; } }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2); }

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.333333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.333333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.666667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.333333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.666667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.333333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.666667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.333333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.666667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.333333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.666667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.333333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.666667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.333333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.666667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.333333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.666667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.333333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.666667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.666667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.333333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.666667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.333333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.666667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.333333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.666667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.666667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.333333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.666667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.333333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.666667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.333333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.666667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.333333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.666667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.333333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.666667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.333333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.666667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.333333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.666667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.333333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.666667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.333333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.666667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.333333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.666667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.333333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.666667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.333333%; }
  .offset-xxl-2 {
    margin-left: 16.666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.333333%; }
  .offset-xxl-5 {
    margin-left: 41.666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.333333%; }
  .offset-xxl-8 {
    margin-left: 66.666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.333333%; }
  .offset-xxl-11 {
    margin-left: 91.666667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1600px) {
  .col-xxxl {
    flex: 1 0 0%; }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.333333%; }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.666667%; }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.333333%; }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.666667%; }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.333333%; }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.666667%; }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.333333%; }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.666667%; }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.333333%; }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.666667%; }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.333333%; }
  .offset-xxxl-2 {
    margin-left: 16.666667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.333333%; }
  .offset-xxxl-5 {
    margin-left: 41.666667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.333333%; }
  .offset-xxxl-8 {
    margin-left: 66.666667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.333333%; }
  .offset-xxxl-11 {
    margin-left: 91.666667%; }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0; }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0; }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem; } }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-0 {
  margin-right: 0 !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-0 {
  margin-left: 0 !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.ml-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-0 {
  padding-right: 0 !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-0 {
  padding-left: 0 !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-0 {
    margin-right: 0 !important; }
  .mr-xxl-1 {
    margin-right: 0.25rem !important; }
  .mr-xxl-2 {
    margin-right: 0.5rem !important; }
  .mr-xxl-3 {
    margin-right: 1rem !important; }
  .mr-xxl-4 {
    margin-right: 1.5rem !important; }
  .mr-xxl-5 {
    margin-right: 3rem !important; }
  .mr-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-0 {
    margin-left: 0 !important; }
  .ml-xxl-1 {
    margin-left: 0.25rem !important; }
  .ml-xxl-2 {
    margin-left: 0.5rem !important; }
  .ml-xxl-3 {
    margin-left: 1rem !important; }
  .ml-xxl-4 {
    margin-left: 1.5rem !important; }
  .ml-xxl-5 {
    margin-left: 3rem !important; }
  .ml-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-0 {
    padding-right: 0 !important; }
  .pr-xxl-1 {
    padding-right: 0.25rem !important; }
  .pr-xxl-2 {
    padding-right: 0.5rem !important; }
  .pr-xxl-3 {
    padding-right: 1rem !important; }
  .pr-xxl-4 {
    padding-right: 1.5rem !important; }
  .pr-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-0 {
    padding-left: 0 !important; }
  .pl-xxl-1 {
    padding-left: 0.25rem !important; }
  .pl-xxl-2 {
    padding-left: 0.5rem !important; }
  .pl-xxl-3 {
    padding-left: 1rem !important; }
  .pl-xxl-4 {
    padding-left: 1.5rem !important; }
  .pl-xxl-5 {
    padding-left: 3rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

/*# sourceMappingURL=bootstrap-grid.css.map */
.page-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #1D1D1D;
  z-index: 9999; }
  .page-loader .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translate3d(0, 100%, 0);
    background-color: #000; }
  .page-loader .content {
    position: absolute;
    left: 0;
    top: calc(50% - 100px);
    width: 100%;
    text-align: center; }
    .page-loader .content .logo {
      width: 90px;
      transform: translate3d(calc(50vw - 45px), -30%, 0);
      opacity: 1; }
      .page-loader .content .logo svg path {
        stroke-dasharray: 500;
        fill: #fff;
        stroke: #333;
        stroke-width: 1.4px;
        stroke-linejoin: miter;
        fill-opacity: 0;
        stroke-opacity: 0; }
  .page-loader .text-loader svg {
    margin: 0 4px; }
    .page-loader .text-loader svg path {
      stroke-dasharray: 500;
      fill: #fff;
      stroke: #999;
      stroke-width: 1.5px;
      stroke-linejoin: miter;
      fill-opacity: 0;
      opacity: 0; }

.active-text-loader path {
  stroke-width: 0;
  stroke: none;
  fill: #fff; }

.padding-10 {
  padding: 5px 0; }

.padding-15 {
  padding: 7.5px 0; }

.padding-20 {
  padding: 10px 0; }

.padding-30 {
  padding: 15px 0; }

.padding-40 {
  padding: 20px 0; }

.padding-50 {
  padding: 25px 0; }

.padding-70 {
  padding: 35px 0; }

.padding-100 {
  padding: 50px 0; }

.width360 {
  width: 360px; }

.padding-sided-1vw {
  padding: 0 1vw; }

.notify {
  width: 300px;
  position: fixed;
  bottom: 0;
  transform: translate3d(-50%, 150%, 0);
  left: 50%;
  z-index: 99999; }
  .notify .container {
    opacity: 0;
    box-sizing: border-box;
    width: 300px;
    color: #fff;
    padding: 15px 20px;
    transform: translate3d(0, 100%, 0) scale(0.5);
    box-shadow: 0 -20px 30px rgba(0, 0, 0, 0.16);
    font-family: "font5";
    font-size: 14px;
    border-radius: 2px; }
    .notify .container.success {
      background-color: #49ba4e; }
    .notify .container.fail {
      background-color: #c93e3e; }

.social-container {
  position: static;
  height: 30px;
  z-index: 4;
  overflow: hidden;
  text-align: center; }
  .social-container .social-icon {
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 100%, 0); }
    .social-container .social-icon:last-child {
      margin-right: 0; }
    .social-container .social-icon:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 2px;
      left: 0;
      bottom: 0;
      border-bottom: 1px solid #000;
      transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
      transform: translate3d(-100%, 0, 0); }
    .social-container .social-icon:hover:after {
      transform: translate3d(0, 0, 0); }
      .social-container .social-icon:hover:after .detail {
        fill: #000 !important; }
  .social-container .social-icon-fill {
    fill: #000; }

.white-color {
  color: #fff !important; }

.uppercase {
  text-transform: uppercase; }

.page-loader .text {
  font-family: "font5", Tahoma; }

.line-arrow {
  display: inline-block;
  margin-left: 10px;
  width: 10px;
  opacity: 0;
  position: relative;
  overflow: hidden;
  transform: translate3d(-100%, 0px, 0); }
  .line-arrow svg {
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
    fill: #fff; }

.big-line-button {
  font-size: 18px !important; }

.line-button {
  font-family: "font5";
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
  position: relative;
  display: inline-block;
  overflow-x: hidden; }
  .line-button:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    border-bottom: 1px #fff solid;
    transform: translate3d(-100%, 0, 0);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    content: ""; }
  .line-button:hover:after {
    transform: translate3d(0, 0, 0); }

.non-style-line-button {
  position: relative;
  display: inline-block;
  overflow-x: hidden; }
  .non-style-line-button:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: translate3d(-100%, 0, 0);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    content: ""; }
  .non-style-line-button:hover:after {
    transform: translate3d(0, 0, 0); }

.slider .slide-timeline .state {
  font-family: "font5";
  font-size: 12px;
  color: #fff;
  opacity: 0; }

.nav-info {
  font-family: "font5";
  font-size: 16px; }

.golden-button {
  font-family: "font5";
  color: #000;
  padding: 15px 70px;
  display: inline-block;
  border-radius: 100px;
  background-color: #fff;
  opacity: 0;
  cursor: pointer;
  transform: translate3d(0, 50%, 0) scale(0.8); }
  .golden-button .arrow {
    position: absolute;
    display: inline-block;
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
  .golden-button span {
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
  .golden-button:hover span {
    transform: translate3d(-5px, 0, 0); }
  .golden-button:hover .arrow {
    transform: scale(1) translate3d(5px, 0, 0);
    opacity: 1; }

.footer .footer-title {
  font-family: "font5";
  font-size: 16px;
  line-height: 16px;
  color: #fff; }

.footer .newsletter {
  font-family: "font5"; }
  .footer .newsletter button,
  .footer .newsletter input,
  .footer .newsletter label {
    font-family: "font5";
    font-size: 14px; }
  .footer .newsletter button {
    font-size: 13px; }
  .footer .newsletter input {
    color: #000 !important; }

.footer .footer-nav {
  color: #888;
  font-family: "font5";
  font-size: 14px;
  line-height: 14px; }
  .footer .footer-nav a {
    color: #888; }
    .footer .footer-nav a:hover {
      color: #000; }

.footer .copyright {
  font-family: "font5";
  font-size: 14px;
  line-height: 14px;
  color: #888; }

.page-main-heading {
  font-family: "font5";
  font-size: 16px;
  line-height: 23px; }

.disable-button {
  opacity: 0.3;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }

input,
select,
textarea {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-bottom: 1px #484848 solid;
  color: #fff;
  font-family: "font5";
  font-size: 16px;
  background: transparent;
  outline: none;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
  input::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #757575;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
  input:focus,
  select:focus,
  textarea:focus {
    border-bottom: 1px #fff solid; }
  input:focus::placeholder,
  select:focus::placeholder,
  textarea:focus::placeholder {
    color: #fff; }

input[type=checkbox] {
  display: inline-block;
  height: auto;
  line-height: 100%; }

label {
  display: inline-block;
  font-family: "font5"; }
  label a {
    color: #fff;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
    label a:hover {
      text-decoration: underline; }

textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 125px;
  min-height: 125px;
  max-height: 125px;
  line-height: 24px; }

select {
  margin-top: 3px;
  -webkit-appearance: none;
  -moz-appearance: none; }
  select option {
    background-color: #000;
    padding: 30px;
    font-family: "font5";
    font-size: 14px;
    border: 0; }
  select option.default:focus {
    color: #757575; }
  select .default {
    color: #757575; }

button {
  font-family: "font5";
  color: #000;
  padding: 15px 70px;
  display: inline-block;
  border-radius: 100px;
  background-color: #fff;
  border: 0;
  cursor: pointer; }
  button .arrow {
    position: absolute;
    display: inline-block;
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
  button span {
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
  button:hover span {
    transform: translate3d(-5px, 0, 0); }
  button:hover .arrow {
    transform: scale(1) translate3d(5px, 0, 0);
    opacity: 1; }

.form {
  opacity: 0;
  transform: translate3d(0, 10%, 0); }

.meta span {
  font-family: "font5";
  font-size: 14px; }

.blog-content p {
  font-size: 18px;
  line-height: 30px;
  color: #919191;
  margin-bottom: 40px; }

.blog-content h2 {
  font-family: "font5";
  font-size: 40px;
  line-height: 46px;
  margin-top: 75px;
  margin-bottom: 40px; }

.blog-content h3 {
  font-family: "font5";
  font-size: 32px;
  line-height: 38px;
  margin-top: 40px;
  margin-bottom: 40px; }

.blog-content img {
  width: 70vw;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  margin: 100px 0; }

.blog-content ul {
  font-family: "font5";
  font-size: 18px;
  line-height: 32px;
  color: #919191;
  margin: 40px 0;
  padding-left: 30px; }
  .blog-content ul li {
    padding-left: 10px; }

.blog-content a {
  color: #fff !important; }
  .blog-content a:hover {
    text-decoration: underline; }

.contact-grid .item span {
  font-family: "font5";
  font-size: 16px;
  line-height: 24px; }
  .contact-grid .item span strong {
    font-size: 20px; }

.checkbox {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: baseline; }
  .checkbox input {
    margin-top: 5px; }

.switch-button {
  height: 35px;
  width: 77px;
  padding: 0;
  position: absolute;
  right: 0;
  overflow: hidden;
  border-radius: 30px;
  background-color: #393939;
  color: #fff;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
  .switch-button.always {
    width: 112px;
    cursor: default; }
    .switch-button.always .dot {
      background-color: #1C9DC5;
      transform: translate3d(81px, 0, 0);
      transition: all 1s cubic-bezier(0.16, 1, 0.3, 1); }
    .switch-button.always span {
      transform: translate3d(15px, 0, 0); }
      .switch-button.always span:before {
        content: 'Always On';
        font-size: 11px; }
    .switch-button.always:hover span {
      transform: translate3d(15px, 0, 0); }
  .switch-button .dot {
    width: 26px;
    height: 26px;
    background-color: #929292;
    position: absolute;
    left: 0;
    top: 5px;
    transform: translate3d(5px, 0, 0);
    border-radius: 100%;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 2; }
  .switch-button span {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 37px;
    transform: translate3d(45px, 0, 0); }
    .switch-button span:before {
      content: 'Off'; }
  .switch-button.active .dot {
    background-color: #1C9DC5;
    transform: translate3d(46px, 0, 0);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1); }
  .switch-button.active span {
    transform: translate3d(15px, 0, 0); }
    .switch-button.active span:before {
      content: 'On'; }
  .switch-button.active:hover span {
    transform: translate3d(15px, 0, 0); }
  .switch-button:hover span {
    transform: translate3d(45px, 0, 0); }

.accordion .heading .title {
  font-size: 18px;
  line-height: 24px; }

.footer {
  width: 100%;
  background-color: #fff;
  padding: 40px 0 50px 0; }
  .footer .newsletter {
    margin: auto;
    display: inline-block;
    padding: 9px 9px 9px 15px;
    border: 1px #E1E1E1 solid;
    border-radius: 6px;
    background-color: #fff;
    opacity: 0;
    transform: translate3d(0, 100%, 0) scale(0.9); }
    .footer .newsletter input {
      width: 215px;
      border: 0; }
    .footer .newsletter label {
      color: #000; }
    .footer .newsletter button {
      padding: 10px 12px;
      background-color: #585858;
      color: #fff;
      border: 0;
      border-radius: 5px;
      cursor: pointer;
      transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
      .footer .newsletter button:hover {
        background-color: #000; }
  .footer .footer-logo {
    width: 40px;
    margin: auto; }
  .footer .footer-line {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    height: 1px;
    background-color: #2E2E2E;
    display: block; }
  .footer .footer-nav {
    padding: 0;
    margin: 0; }
    .footer .footer-nav li {
      display: inline-block;
      list-style: none;
      margin-right: 30px !important;
      margin-bottom: 15px; }
      .footer .footer-nav li a {
        transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
  .footer .copyright {
    display: grid;
    grid-template-columns: 1fr 60px 1fr; }
    .footer .copyright div {
      align-self: center;
      align-content: center; }
      .footer .copyright div svg {
        margin-top: 3px; }
      .footer .copyright div .flag {
        opacity: 0;
        transform: translate3d(0, 100%, 0) scale(0.6); }
      .footer .copyright div:first-child {
        text-align: right;
        display: grid;
        grid-template-columns: auto 30px;
        grid-column-gap: 10px;
        align-content: center; }
        .footer .copyright div:first-child span {
          align-self: center; }
      .footer .copyright div:nth-child(2) {
        text-align: center; }
      .footer .copyright div:nth-child(3) {
        text-align: left; }
    .footer .copyright .line {
      width: 1px;
      height: 25px;
      background-color: #D8D8D8;
      margin: auto; }

.slider {
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  position: relative; }
  .slider .drag-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 1; }
  .slider .item {
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 0;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    background-color: #000; }
    .slider .item .image-cover {
      width: 100%;
      height: 100vh;
      position: relative;
      top: 0;
      left: 0;
      object-position: center;
      object-fit: cover;
      /* image overlay */
      /* image */ }
      .slider .item .image-cover .image-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: black;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.34) 33%, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0.45) 83%, rgba(0, 0, 0, 0.877171) 100%); }
      .slider .item .image-cover .slide-image {
        width: 100vw;
        height: 110vh;
        left: 0;
        top: 0;
        position: absolute; }
        .slider .item .image-cover .slide-image canvas {
          width: 100vw;
          height: 100vh;
          display: block; }
      .slider .item .image-cover img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: center;
        display: block; }
    .slider .item .img-on-top img {
      object-position: top center !important; }
    .slider .item .slide-content {
      z-index: 2;
      position: absolute;
      bottom: 120px;
      text-align: center;
      width: 100%; }
  .slider .slide-timeline {
    position: absolute;
    top: calc(50% - 55px);
    right: 70px;
    z-index: 99;
    display: grid;
    width: 1px;
    height: 110px; }
    .slider .slide-timeline .timeline-container {
      width: 100%;
      overflow: hidden;
      position: relative; }
      .slider .slide-timeline .timeline-container .timeline {
        overflow: hidden;
        transform: translate3d(0, 100%, 0);
        width: 1px;
        height: 100%;
        margin-top: 7px;
        position: relative;
        opacity: 0; }
        .slider .slide-timeline .timeline-container .timeline .process {
          transform: translate3d(0, 100%, 0);
          width: 1px;
          height: 100%;
          background-color: #fff; }
  .slider .slide-control {
    position: absolute;
    bottom: 60px;
    right: 70px;
    z-index: 2;
    display: grid;
    width: 80px;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    cursor: pointer; }
    .slider .slide-control div {
      text-align: center;
      transform: scale(0.8); }
    .slider .slide-control div:nth-child(1) {
      transform: translate3d(100%, 0, 0);
      opacity: 0; }
      .slider .slide-control div:nth-child(1):hover {
        transform: scale(1.3); }
    .slider .slide-control div:nth-child(2) {
      transform: translate3d(-100%, 0, 0);
      opacity: 0; }
  .slider .active-slide {
    opacity: 1;
    visibility: visible; }

.intro-container {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .intro-container .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5); }
  .intro-container img, .intro-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    z-index: 0;
    transform: scale(1.2) translate3d(0, -5vh, 0); }
  .intro-container .content {
    width: 100%;
    position: relative;
    top: 40%;
    transform: translate3d(0, -40%, 0);
    z-index: 2;
    text-align: center; }
  .intro-container .line-button {
    position: absolute;
    bottom: 60px;
    left: calc(50% - 32.5px);
    z-index: 4; }
  .intro-container .intro-arrow {
    z-index: 4;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 60px;
    left: calc(50% - 10px);
    color: #fff;
    transform: translate3d(0, 100%, 0) scale(0.8);
    opacity: 0;
    cursor: pointer; }
    .intro-container .intro-arrow svg {
      fill: #fff; }

.world-container {
  position: relative;
  text-align: center;
  height: 100vh; }
  .world-container .world-map {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 4;
    top: -10px;
    transform: scale(0.9); }
  .world-container .heading {
    position: relative;
    z-index: 5;
    margin: auto;
    top: 0;
    text-align: center; }
  .world-container .text-slider {
    width: 100vw;
    height: 100px;
    position: absolute;
    top: 97vh;
    z-index: 5; }
    .world-container .text-slider .text-container {
      margin: auto;
      text-align: center;
      position: relative; }
      .world-container .text-slider .text-container .item {
        position: absolute;
        width: 100%;
        text-align: center; }

.text-slider {
  position: relative;
  min-height: 50vh;
  height: 50vh; }
  .text-slider .item {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    text-align: center; }

.rail-text {
  box-sizing: border-box; }
  .rail-text .rail-container-img {
    height: 800px;
    overflow: hidden;
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 40px;
    padding: 0 20px; }
    .rail-text .rail-container-img .img-container {
      width: 440px;
      height: 800px;
      overflow: hidden;
      position: relative; }
      .rail-text .rail-container-img .img-container img {
        width: 440px !important;
        height: 800px;
        position: relative;
        top: 0;
        left: 0;
        overflow: hidden;
        object-position: center;
        object-fit: cover; }
      .rail-text .rail-container-img .img-container .overlay {
        width: 440px;
        height: 800px;
        position: absolute;
        top: 0;
        left: 0;
        background: black;
        background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.55) 23%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0) 100%); }
  .rail-text .rail-container {
    display: inline-flex; }
    .rail-text .rail-container p {
      white-space: nowrap;
      display: inline-block;
      position: relative;
      margin: 0 20px;
      color: #3E3E3E; }

.rail-intro {
  width: 100%;
  height: 100vh;
  position: relative; }
  .rail-intro .rail-text {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
    .rail-intro .rail-text p {
      color: #fff; }
  .rail-intro .horizontal-img {
    position: absolute;
    top: calc(50% - 45vh);
    left: calc(50% - 40vw); }

.page-heading {
  width: 100%;
  height: 100vh;
  position: relative; }
  .page-heading .heading-content {
    transform: translate3d(0, calc(50vh - 50%), 0); }
  .page-heading .heading-content-fix {
    margin-top: 250px; }
  .page-heading .heading-content-wide {
    width: 70vw; }
  .page-heading .heading-arrow {
    z-index: 4;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 130px;
    left: calc(50% - 10px);
    color: #fff;
    transform: translate3d(0, 100%, 0) scale(0.8);
    opacity: 0;
    cursor: pointer; }
    .page-heading .heading-arrow svg {
      fill: #fff; }
  .page-heading .golden-button {
    color: #000 !important; }
  .page-heading a {
    color: #fff; }
    .page-heading a:hover {
      text-decoration: underline; }

.page-heading-half {
  height: 70vh; }

.img-position-top {
  object-position: center -100px !important; }

.img-position-30p {
  object-position: center -30vh !important; }

.horizontal-img {
  width: 100%;
  height: 90vh;
  position: relative;
  display: block;
  overflow: hidden; }
  .horizontal-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transform: translate3d(0, 30%, 0) scale(1.2); }
  .horizontal-img .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: black;
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.13) 37%, rgba(0, 0, 0, 0.38) 100%); }

.grid-intro {
  width: 100%;
  height: 120vh;
  position: relative;
  overflow: hidden; }
  .grid-intro > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    transform: scale(0.9);
    opacity: 0; }
  .grid-intro .bg-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: black;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.260924) 0%, rgba(0, 0, 0, 0.546639) 19%, rgba(0, 0, 0, 0.672689) 27%, black 54%, black 66%, black 100%); }
  .grid-intro .content {
    z-index: 2;
    position: relative; }
    .grid-intro .content .center-top {
      transform: translate3d(0, calc(50vh - 100%), 0); }
    .grid-intro .content .center-bottom {
      transform: translate3d(0, calc(50vh), 0); }
  .grid-intro .center-pic {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 2;
    top: 10vh;
    transform: translate3d(0, 100%, 0);
    opacity: 0; }
    .grid-intro .center-pic img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-position: center;
      object-fit: cover; }
    .grid-intro .center-pic .center-overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: black;
      background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.13) 37%, rgba(0, 0, 0, 0.38) 100%);
      z-index: 3; }

.blog-category {
  text-align: center;
  margin: auto;
  height: 30px !important; }
  .blog-category li {
    display: inline-block;
    list-style: none;
    position: relative;
    padding: 0 9px;
    height: 30px !important;
    line-height: 30px !important;
    align-self: center;
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
    .blog-category li .search {
      position: relative;
      width: 40px;
      height: 30px;
      line-height: 30px;
      padding: 0;
      margin-top: 10px;
      border-radius: 15px;
      background-color: #373737;
      transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
      .blog-category li .search .icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 30px;
        line-height: 30px;
        text-align: center; }
      .blog-category li .search form {
        position: absolute;
        width: 0;
        left: 0;
        top: 0;
        height: 30px;
        overflow: hidden;
        transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
        .blog-category li .search form input {
          position: absolute;
          top: 0;
          left: 0;
          transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
          width: 0;
          height: 30px;
          font-size: 11px;
          border: 0;
          padding-left: 40px; }
      .blog-category li .search:hover {
        width: 220px; }
        .blog-category li .search:hover form {
          width: 180px; }
          .blog-category li .search:hover form input {
            width: 100%; }
    .blog-category li .search-active {
      width: 220px;
      transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
      .blog-category li .search-active form {
        width: 180px;
        transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
        .blog-category li .search-active form input {
          width: 100%;
          transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }

.blog-heading {
  display: grid;
  grid-template-columns: 1fr 120px; }
  .blog-heading a {
    color: #fff;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
  .blog-heading .meta {
    text-align: right; }

.meta span {
  color: #B2B2B2; }
  .meta span a {
    color: #B2B2B2;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
    .meta span a:hover {
      color: #fff; }

.single-meta {
  display: grid;
  grid-template-columns: 1fr 220px;
  color: #B2B2B2; }
  .single-meta a {
    color: #B2B2B2;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
    .single-meta a:hover {
      color: #fff; }
  .single-meta .share div {
    display: inline;
    padding: 10px 15px;
    cursor: pointer !important; }
    .single-meta .share div * {
      cursor: pointer !important; }
    .single-meta .share div:hover path {
      fill: #fff; }
  .single-meta .share svg path {
    fill: #656565;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }

.pagination {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  .pagination div:nth-child(1) {
    text-align: left; }
  .pagination div:nth-child(2) {
    text-align: right; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px; }
  .contact-grid .item {
    border-bottom: 1px #2E2E2E solid;
    padding: 50px 0;
    margin-top: 20px; }
    .contact-grid .item span {
      display: block; }

.grid-content {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr; }
  .grid-content .content {
    padding: 30px 20px 30px 20px; }
    .grid-content .content p {
      min-height: 200px; }
  .grid-content .separator {
    position: relative; }
    .grid-content .separator .line {
      width: 1px;
      height: 100%;
      position: absolute;
      background-color: #313131; }

.partners {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-left: 1px #404040 solid;
  border-top: 1px #404040 solid;
  height: 50vh; }
  .partners .content {
    border-right: 1px #404040 solid;
    border-bottom: 1px #404040 solid;
    text-align: center;
    position: relative;
    height: 25vh;
    box-sizing: border-box;
    display: none; }
    .partners .content:before, .partners .content:after {
      box-sizing: border-box; }
    .partners .content img, .partners .content svg {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0) scale(1.5);
      opacity: 0; }
  .partners .active-content {
    display: block; }

.grid-services {
  position: relative; }
  .grid-services .border-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    .grid-services .border-grid .item {
      opacity: 0;
      height: 25vh;
      border-right: 1px #008080 solid;
      border-bottom: 1px #008080 solid; }
      .grid-services .border-grid .item:nth-child(9), .grid-services .border-grid .item:nth-child(10), .grid-services .border-grid .item:nth-child(11), .grid-services .border-grid .item:nth-child(12) {
        border-bottom: 0; }
      .grid-services .border-grid .item:nth-child(4), .grid-services .border-grid .item:nth-child(8), .grid-services .border-grid .item:nth-child(12) {
        border-right: 0; }
  .grid-services .content-grid {
    z-index: 4;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr); }
    .grid-services .content-grid .item {
      height: 25vh;
      position: relative; }
      .grid-services .content-grid .item a {
        opacity: 0;
        transform: scale(0.8); }
  .grid-services .overlay-right {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 3;
    background: black;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, black 88%, black 100%); }
  .grid-services .overlay-left {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 3;
    background: black;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, black 88%, black 100%); }
  .grid-services .overlay-top {
    width: 100%;
    height: 25%;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 2;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, black 88%, black 100%); }
  .grid-services .overlay-bottom {
    width: 100%;
    height: 25%;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 3;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, black 88%, black 100%); }

.accordion {
  height: 70px;
  border-bottom: 1px #3A3A3A solid;
  overflow: hidden; }
  .accordion .heading {
    display: grid;
    grid-template-columns: 1fr 50px;
    padding-top: 25px;
    cursor: pointer; }
    .accordion .heading h2, .accordion .heading h3, .accordion .heading h4, .accordion .heading h5, .accordion .heading h6 {
      padding: 0;
      margin: 0; }
    .accordion .heading .heading-part {
      display: grid;
      grid-template-columns: 25px 1fr;
      grid-column-gap: 10px; }
      .accordion .heading .heading-part span:first-child {
        color: #979797; }
    .accordion .heading .trigger {
      text-align: center;
      height: 25px;
      line-height: 25px; }
  .accordion .content {
    padding-top: 40px; }

.two-line {
  height: 90px; }

@media (max-width: 320px) {
  body {
    background: #000;
    color: #fff;
    height: 100vh;
    overflow: hidden !important; }
  main {
    height: 100vh; }
  .mobile-sided-padding-20 {
    padding: 0 20px; }
  .mobile-padding-20 {
    padding: 10px 0; }
  h1, .h1 {
    font-family: "font6";
    font-size: 32px;
    line-height: 34px;
    font-weight: 100; }
  h2, .h2 {
    font-family: "font6";
    font-size: 28px;
    line-height: 28px;
    font-weight: 100; }
  h3, .h3 {
    font-family: "font6";
    font-size: 24px;
    line-height: 28px;
    font-weight: 100; }
  h4, .h4 {
    font-family: "font6";
    font-size: 21px;
    line-height: 24px;
    font-weight: 100; }
  .h5 {
    font-family: "font6";
    font-size: 19px;
    line-height: 21px;
    font-weight: 100; }
  p {
    font-family: "font5";
    font-size: 14px;
    line-height: 24px;
    font-weight: 100;
    color: #BEBAB6; }
  .hero-heading-30 {
    font-family: "font6";
    font-size: 28px;
    line-height: 34px;
    font-weight: 400; }
  .hero-heading-29 {
    font-family: "font5";
    font-size: 29px;
    line-height: 35px;
    font-weight: 100; }
  .hero-heading-25 {
    font-family: "font5";
    font-size: 25px;
    line-height: 31px; }
  .hero-heading-18 {
    font-family: "font5";
    font-size: 18px;
    line-height: 24px; }
  .golden-button {
    padding: 14px 55px;
    font-family: "font7";
    font-size: 13px;
    font-weight: 600; }
  .nav-container .nav ul > li {
    font-family: "font5";
    font-size: 28px; }
  .page-heading .page-main-heading {
    font-size: "font5";
    font-size: 16px;
    line-height: 23px;
    color: #C7C3C0; }
  .page-heading .golden-button {
    color: #141414 !important; }
  .mobile-quote {
    font-family: "font5";
    font-size: 16px;
    line-height: 26px;
    color: #BEBAB6; }
  .cite {
    font-family: "font5";
    font-size: 14px;
    color: #B2B2B2; }
  .accordion .heading .title {
    font-family: "font5";
    font-size: 16px;
    line-height: 21px; }
  .accordion .content p {
    font-family: "font5";
    font-size: 14px;
    line-height: 24px;
    color: #BEBAB6;
    margin-bottom: 20px; }
  q {
    font-family: "font6";
    font-size: 14px;
    line-height: 24px; }
  .form {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
    .form .select-margin {
      margin-top: 5px !important; }
    .form input, .form textarea, .form select {
      border-radius: 0 !important; }
    .form textarea {
      margin: 0 !important;
      padding: 0 !important; }
    .form input, .form select {
      height: 50px;
      margin: 0 !important;
      padding: 0 !important; }
    .form input[type=checkbox] {
      height: 15px !important;
      width: 15px !important;
      display: block;
      margin-top: 6px !important; }
    .form .checkbox {
      align-items: start !important; }
  .small-heading {
    font-family: "font5";
    font-size: 13px;
    line-height: 23px;
    color: #C2C2C2; }
  .bold-item {
    font-family: "font5";
    font-size: 20px;
    color: #fff; }
  .contact-social {
    text-align: left !important; }
    .contact-social .social-icon-fill {
      fill: #fff !important; }
  .p-16 {
    font-size: 16px !important; }
  .blog-content p {
    font-size: 14px;
    line-height: 24px;
    color: #919191;
    margin-bottom: 20px; }
  .blog-content h2 {
    font-family: "font5";
    font-size: 19px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 20px; }
  .blog-content h3 {
    font-family: "font5";
    font-size: 16px;
    line-height: 21px;
    margin-top: 30px;
    margin-bottom: 20px; }
  .blog-content img {
    width: 90vw;
    position: relative;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    margin: 30px 0; }
  .blog-content ul {
    font-family: "font5";
    font-size: 16px;
    line-height: 21px;
    color: #919191;
    margin: 20px 0;
    padding-left: 30px; }
    .blog-content ul li {
      padding-left: 10px; }
  .blog-content a {
    color: #fff; }
    .blog-content a:hover {
      text-decoration: underline; }
  .switch-button {
    position: relative !important;
    margin-top: 15px !important;
    display: block !important; }
  .header-lines {
    display: none; }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 10; }
    .header .mobile-header {
      width: 100%;
      display: grid;
      grid-template-columns: 100px 1fr 100px;
      grid-column-gap: 20px;
      margin-top: 35px;
      transition: all 1s cubic-bezier(0.16, 1, 0.3, 1); }
      .header .mobile-header .logo {
        width: 22px;
        opacity: 0;
        margin: auto;
        transform: scale(1.3); }
      .header .mobile-header .membership-btn {
        margin-top: 5px;
        height: 27px;
        line-height: 27px;
        border-radius: 30px;
        background-color: #fff;
        color: #13283D;
        display: inline-block;
        font-family: "font7";
        font-size: 10px;
        opacity: 0;
        text-align: center; }
      .header .mobile-header .nav-control {
        margin-top: 8px;
        width: 60px;
        height: 30px;
        overflow: hidden;
        position: relative;
        cursor: pointer; }
        .header .mobile-header .nav-control .overlay {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1; }
        .header .mobile-header .nav-control .line {
          width: 1px;
          background-color: #fff;
          position: absolute;
          transform: translate3d(0, -100%, 0);
          opacity: 0; }
          .header .mobile-header .nav-control .line:nth-child(1) {
            height: 12px;
            left: 0;
            top: 4px; }
          .header .mobile-header .nav-control .line:nth-child(2) {
            height: 16px;
            top: 2px;
            left: 12px; }
          .header .mobile-header .nav-control .line:nth-child(3) {
            height: 20px;
            top: 0;
            left: 24px; }
  .header-active-scroll {
    height: 60px;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    background: rgba(0, 0, 0, 0.1); }
    .header-active-scroll .mobile-header {
      margin-top: 15px; }
  .slider {
    height: 55vh; }
    .slider .item {
      height: 55vh; }
      .slider .item .slide-image {
        display: none !important; }
      .slider .item .image-cover {
        display: block;
        position: relative;
        height: 55vh; }
        .slider .item .image-cover img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover;
          object-position: center;
          display: block; }
      .slider .item .slide-content {
        z-index: 2;
        position: absolute;
        bottom: 10vh;
        text-align: center;
        width: 100%; }
        .slider .item .slide-content a {
          color: #fff; }
        .slider .item .slide-content h2 {
          font-size: 29px;
          font-family: "font6";
          margin-bottom: 10px;
          display: block; }
    .slider .slide-timeline {
      position: absolute;
      top: calc(45vh - 50px);
      left: 50%;
      z-index: 99;
      transform: rotate(-90deg);
      display: grid;
      width: 1px;
      height: 110px; }
      .slider .slide-timeline .timeline-container {
        width: 100%;
        overflow: hidden;
        position: relative; }
        .slider .slide-timeline .timeline-container .timeline {
          overflow: hidden;
          transform: translate3d(0, 100%, 0);
          width: 1px;
          height: 100%;
          margin-top: 7px;
          position: relative;
          opacity: 0; }
          .slider .slide-timeline .timeline-container .timeline .process {
            transform: translate3d(0, 100%, 0);
            width: 1px;
            height: 100%;
            background-color: #fff; }
    .slider .slide-control {
      position: absolute;
      top: calc(45vh - 20px);
      left: 10%;
      z-index: 5;
      display: grid;
      width: calc(100% - 20%);
      height: 50px;
      line-height: 50px;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 20px;
      cursor: pointer; }
      .slider .slide-control div {
        text-align: center;
        transform: scale(0.8); }
      .slider .slide-control div:nth-child(1) {
        transform: translate3d(100%, 0, 0);
        opacity: 0;
        text-align: left; }
      .slider .slide-control div:nth-child(2) {
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
        text-align: right; }
  .text-slider .location {
    font-size: 14px;
    color: #B2B2B2;
    font-family: "font5"; }
  .world-container {
    position: relative;
    text-align: center;
    height: calc(70vh + 100px); }
    .world-container .world-map {
      position: absolute;
      width: 100vw;
      height: 60vh;
      z-index: 4;
      top: 40px;
      transform: scale(0.9); }
    .world-container .heading {
      position: relative;
      z-index: 5;
      margin: auto;
      top: 0;
      text-align: center; }
    .world-container .text-slider {
      width: 100%;
      min-height: 100px !important;
      height: 100px !important;
      position: absolute;
      top: calc( 59vh + 50px);
      z-index: 5; }
      .world-container .text-slider .text-container {
        margin: auto;
        text-align: center;
        position: relative; }
        .world-container .text-slider .text-container .item {
          position: absolute;
          width: 100%;
          text-align: center; }
          .world-container .text-slider .text-container .item p {
            padding: 0 20px;
            font-size: 18px;
            line-height: 22px;
            font-family: "font5"; }
          .world-container .text-slider .text-container .item .location {
            font-size: 14px;
            color: #B2B2B2;
            font-family: "font5"; }
  .page-heading {
    width: 100%;
    height: 100vh;
    background-color: #141414; }
  .partners {
    grid-template-columns: 1fr 1fr;
    height: 100vh; }
    .partners .content {
      height: 20vh; }
      .partners .content img {
        max-width: 80%;
        max-height: 80%; }
  .grid-services .border-grid {
    grid-template-columns: repeat(2, 1fr); }
    .grid-services .border-grid .item {
      height: 15vh; }
  .grid-services .content-grid {
    grid-template-columns: repeat(2, 1fr); }
    .grid-services .content-grid .item {
      height: 15vh;
      text-align: center;
      position: relative; }
      .grid-services .content-grid .item a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        font-family: "font5";
        font-size: 16px;
        color: #929292; }
  .grid-services .overlay-right {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 3;
    background: #1f1e23;
    background: linear-gradient(90deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.2) 50%, #141414 88%, #141414 100%); }
  .grid-services .overlay-left {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 3;
    background: #1f1e23;
    background: linear-gradient(-90deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.2) 50%, #141414 88%, #141414 100%); }
  .grid-services .overlay-top {
    width: 100%;
    height: 25%;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 2;
    background: #1f1e23;
    background: linear-gradient(0deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.2) 50%, #141414 88%, #141414 100%); }
  .grid-services .overlay-bottom {
    width: 100%;
    height: 25%;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 3;
    background: #1f1e23;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.2) 50%, #141414 88%, #141414 100%); }
  .blog-heading {
    padding: 0 40px;
    grid-template-columns: 1fr;
    text-align: center; }
    .blog-heading h3.h5 {
      font-family: "font5";
      font-size: 18px !important;
      line-height: 26px; }
    .blog-heading .meta {
      margin-top: 15px;
      text-align: center; }
  .pagination {
    padding: 0 30px; }
  .single-meta {
    grid-template-columns: 1fr; }
    .single-meta .share {
      margin-top: 15px; } }

@media (max-width: 767px) {
  body {
    background: #000;
    color: #fff;
    height: 100vh;
    overflow: hidden !important; }
  main {
    height: 100vh; }
  .vertical-img {
    max-width: 100%;
    height: 30vh !important;
    position: relative;
    display: block;
    overflow: hidden; }
    .vertical-img img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      object-position: center;
      opacity: 0;
      transform: translate3d(0, 30%, 0) scale(1.2); }
    .vertical-img .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background: black;
      background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.13) 37%, rgba(0, 0, 0, 0.38) 100%); }
  .mobile-vertical-img-50 {
    height: 50vh !important; }
  .mobile-vertical-img-15 {
    height: 15vh !important; }
  .horizontal-img {
    width: 100%;
    height: 50vh; }
  .dark-colored-bg {
    background-color: #141414;
    color: #fff; }
    .dark-colored-bg .white-color {
      color: #BEBAB6 !important; }
  .light-colored-bg {
    background-color: #fff;
    color: #141414 !important; }
    .light-colored-bg .white-color {
      color: #141414 !important;
      font-family: "font6"; }
    .light-colored-bg .text-slider .location {
      color: #535353 !important; }
  .text-left-mobile {
    text-align: left !important; }
  .mobile-none-tablet-block {
    display: none !important; }
  .mobile-visible {
    visibility: visible; }
  .mobile-invisible {
    visibility: hidden; }
  .mobile-block {
    display: block !important; }
  .mobile-none {
    display: none !important; }
  .see-more {
    position: relative; }
    .see-more .content {
      height: 0;
      width: 100%;
      overflow: hidden;
      position: relative; }
    .see-more .more-btn {
      display: block;
      font-family: "font5";
      font-size: 11px;
      margin: 15px 0; }
      .see-more .more-btn span {
        margin-top: 2px;
        display: inline-block;
        position: absolute;
        margin-left: 8px; }
      .see-more .more-btn .dot {
        width: 4px;
        height: 4px;
        display: inline-block;
        border-radius: 100%;
        background-color: #B5B2B0;
        margin: 0  2.5px; }
  .text-slider .location {
    font-size: 14px;
    color: #B2B2B2;
    font-family: "font5"; }
  .world-container {
    position: relative;
    text-align: center;
    height: calc(70vh + 100px); }
    .world-container .world-map {
      position: absolute;
      width: 100vw;
      height: 60vh;
      z-index: 4;
      top: 40px;
      transform: scale(0.9); }
    .world-container .heading {
      position: relative;
      z-index: 5;
      margin: auto;
      top: 0;
      text-align: center; }
    .world-container .text-slider {
      width: 100%;
      min-height: 100px !important;
      height: 100px !important;
      position: absolute;
      top: calc( 59vh + 50px);
      z-index: 5; }
      .world-container .text-slider .text-container {
        margin: auto;
        text-align: center;
        position: relative; }
        .world-container .text-slider .text-container .item {
          position: absolute;
          width: 100%;
          text-align: center; }
          .world-container .text-slider .text-container .item p {
            padding: 0 20px;
            font-size: 18px;
            line-height: 22px;
            font-family: "font5"; }
          .world-container .text-slider .text-container .item .location {
            font-size: 14px;
            color: #B2B2B2;
            font-family: "font5"; }
  .page-heading {
    width: 100%;
    height: 100vh;
    background-color: #141414; }
  .partners {
    grid-template-columns: 1fr 1fr;
    height: 100vh; }
    .partners .content {
      height: 20vh; }
      .partners .content img {
        max-width: 80%;
        max-height: 80%; }
  .grid-services .border-grid {
    grid-template-columns: repeat(2, 1fr); }
    .grid-services .border-grid .item {
      height: 15vh; }
  .grid-services .content-grid {
    grid-template-columns: repeat(2, 1fr); }
    .grid-services .content-grid .item {
      height: 15vh;
      text-align: center;
      position: relative; }
      .grid-services .content-grid .item a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        font-family: "font5";
        font-size: 16px;
        color: #929292; }
  .grid-services .overlay-right {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 3;
    background: #1f1e23;
    background: linear-gradient(90deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.2) 50%, #141414 88%, #141414 100%); }
  .grid-services .overlay-left {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 3;
    background: #1f1e23;
    background: linear-gradient(-90deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.2) 50%, #141414 88%, #141414 100%); }
  .grid-services .overlay-top {
    width: 100%;
    height: 25%;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 2;
    background: #1f1e23;
    background: linear-gradient(0deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.2) 50%, #141414 88%, #141414 100%); }
  .grid-services .overlay-bottom {
    width: 100%;
    height: 25%;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 3;
    background: #1f1e23;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.2) 50%, #141414 88%, #141414 100%); }
  .blog-heading {
    padding: 0 40px;
    grid-template-columns: 1fr;
    text-align: center; }
    .blog-heading h3.h5 {
      font-family: "font5";
      font-size: 18px !important;
      line-height: 26px; }
    .blog-heading .meta {
      margin-top: 15px;
      text-align: center; }
  .pagination {
    padding: 0 30px; }
  .single-meta {
    grid-template-columns: 1fr; }
    .single-meta .share {
      margin-top: 15px; } }

@media (min-width: 321px) and (max-width: 767px) {
  body {
    background: #000;
    color: #fff;
    height: 100vh;
    overflow: hidden !important; }
  main {
    height: 100vh; }
  .mobile-sided-padding-20 {
    padding: 0 20px; }
  .mobile-padding-20 {
    padding: 10px 0; }
  h1, .h1 {
    font-family: "font6";
    font-size: 32px;
    line-height: 34px;
    font-weight: 100; }
  h2, .h2 {
    font-family: "font6";
    font-size: 28px;
    line-height: 28px;
    font-weight: 100; }
  h3, .h3 {
    font-family: "font6";
    font-size: 24px;
    line-height: 28px;
    font-weight: 100; }
  h4, .h4 {
    font-family: "font6";
    font-size: 21px;
    line-height: 24px;
    font-weight: 100; }
  .h5 {
    font-family: "font6";
    font-size: 19px;
    line-height: 21px;
    font-weight: 100; }
  p {
    font-family: "font5";
    font-size: 14px;
    line-height: 24px;
    font-weight: 100;
    color: #BEBAB6; }
  .hero-heading-30 {
    font-family: "font6";
    font-size: 28px;
    line-height: 34px;
    font-weight: 400; }
  .hero-heading-29 {
    font-family: "font5";
    font-size: 29px;
    line-height: 35px;
    font-weight: 100; }
  .hero-heading-25 {
    font-family: "font5";
    font-size: 25px;
    line-height: 31px; }
  .hero-heading-18 {
    font-family: "font5";
    font-size: 18px;
    line-height: 24px; }
  .golden-button {
    padding: 14px 55px;
    font-family: "font7";
    font-size: 13px;
    font-weight: 600; }
  .nav-container .nav ul > li {
    font-family: "font5";
    font-size: 28px; }
  .page-heading .page-main-heading {
    font-size: "font5";
    font-size: 16px;
    line-height: 23px;
    color: #C7C3C0; }
  .page-heading .golden-button {
    color: #141414 !important; }
  .mobile-quote {
    font-family: "font5";
    font-size: 16px;
    line-height: 26px;
    color: #BEBAB6; }
  .cite {
    font-family: "font5";
    font-size: 14px;
    color: #B2B2B2; }
  .accordion .heading .title {
    font-family: "font5";
    font-size: 16px;
    line-height: 21px; }
  .accordion .content p {
    font-family: "font5";
    font-size: 14px;
    line-height: 24px;
    color: #BEBAB6;
    margin-bottom: 20px; }
  q {
    font-family: "font6";
    font-size: 14px;
    line-height: 24px; }
  .form {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
    .form .select-margin {
      margin-top: 5px !important; }
    .form input, .form textarea, .form select {
      border-radius: 0 !important; }
    .form textarea {
      margin: 0 !important;
      padding: 0 !important; }
    .form input, .form select {
      height: 50px;
      margin: 0 !important;
      padding: 0 !important; }
    .form input[type=checkbox] {
      height: 15px !important;
      width: 15px !important;
      display: block;
      margin-top: 6px !important; }
    .form .checkbox {
      align-items: start !important; }
  .small-heading {
    font-family: "font5";
    font-size: 13px;
    line-height: 23px;
    color: #C2C2C2; }
  .bold-item {
    font-family: "font5";
    font-size: 20px;
    color: #fff; }
  .contact-social {
    text-align: left !important; }
    .contact-social .social-icon-fill {
      fill: #fff !important; }
  .p-16 {
    font-size: 16px !important; }
  .blog-content p {
    font-size: 14px;
    line-height: 24px;
    color: #919191;
    margin-bottom: 20px; }
  .blog-content h2 {
    font-family: "font5";
    font-size: 19px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 20px; }
  .blog-content h3 {
    font-family: "font5";
    font-size: 16px;
    line-height: 21px;
    margin-top: 30px;
    margin-bottom: 20px; }
  .blog-content img {
    width: 90vw;
    position: relative;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    margin: 30px 0; }
  .blog-content ul {
    font-family: "font5";
    font-size: 16px;
    line-height: 21px;
    color: #919191;
    margin: 20px 0;
    padding-left: 30px; }
    .blog-content ul li {
      padding-left: 10px; }
  .blog-content a {
    color: #fff; }
    .blog-content a:hover {
      text-decoration: underline; }
  .switch-button {
    position: relative !important;
    margin-top: 15px !important;
    display: block !important; }
  .header-lines {
    display: none; }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 10; }
    .header .mobile-header {
      width: 100%;
      display: grid;
      grid-template-columns: 100px 1fr 100px;
      grid-column-gap: 20px;
      margin-top: 35px;
      transition: all 1s cubic-bezier(0.16, 1, 0.3, 1); }
      .header .mobile-header .logo {
        width: 22px;
        opacity: 0;
        margin: auto;
        transform: scale(1.3); }
      .header .mobile-header .membership-btn {
        margin-top: 5px;
        height: 27px;
        line-height: 27px;
        border-radius: 30px;
        background-color: #fff;
        color: #13283D;
        display: inline-block;
        font-family: "font7";
        font-size: 10px;
        opacity: 0;
        text-align: center; }
      .header .mobile-header .nav-control {
        margin-top: 8px;
        width: 60px;
        height: 30px;
        overflow: hidden;
        position: relative;
        cursor: pointer; }
        .header .mobile-header .nav-control .overlay {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1; }
        .header .mobile-header .nav-control .line {
          width: 1px;
          background-color: #fff;
          position: absolute;
          transform: translate3d(0, -100%, 0);
          opacity: 0; }
          .header .mobile-header .nav-control .line:nth-child(1) {
            height: 12px;
            left: 0;
            top: 4px; }
          .header .mobile-header .nav-control .line:nth-child(2) {
            height: 16px;
            top: 2px;
            left: 12px; }
          .header .mobile-header .nav-control .line:nth-child(3) {
            height: 20px;
            top: 0;
            left: 24px; }
  .header-active-scroll {
    height: 60px;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    background: rgba(0, 0, 0, 0.1); }
    .header-active-scroll .mobile-header {
      margin-top: 15px; }
  .slider {
    height: 55vh; }
    .slider .item {
      height: 55vh; }
      .slider .item .slide-image {
        display: none !important; }
      .slider .item .image-cover {
        display: block;
        position: relative;
        height: 55vh; }
        .slider .item .image-cover img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover;
          object-position: center;
          display: block; }
      .slider .item .slide-content {
        z-index: 2;
        position: absolute;
        bottom: 10vh;
        text-align: center;
        width: 100%; }
        .slider .item .slide-content a {
          color: #fff; }
        .slider .item .slide-content h2 {
          font-size: 29px;
          font-family: "font6";
          margin-bottom: 10px;
          display: block; }
    .slider .slide-timeline {
      position: absolute;
      top: calc(45vh - 50px);
      left: 50%;
      z-index: 99;
      transform: rotate(-90deg);
      display: grid;
      width: 1px;
      height: 110px; }
      .slider .slide-timeline .timeline-container {
        width: 100%;
        overflow: hidden;
        position: relative; }
        .slider .slide-timeline .timeline-container .timeline {
          overflow: hidden;
          transform: translate3d(0, 100%, 0);
          width: 1px;
          height: 100%;
          margin-top: 7px;
          position: relative;
          opacity: 0; }
          .slider .slide-timeline .timeline-container .timeline .process {
            transform: translate3d(0, 100%, 0);
            width: 1px;
            height: 100%;
            background-color: #fff; }
    .slider .slide-control {
      position: absolute;
      top: calc(45vh - 20px);
      left: 10%;
      z-index: 5;
      display: grid;
      width: calc(100% - 20%);
      height: 50px;
      line-height: 50px;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 20px;
      cursor: pointer; }
      .slider .slide-control div {
        text-align: center;
        transform: scale(0.8); }
      .slider .slide-control div:nth-child(1) {
        transform: translate3d(100%, 0, 0);
        opacity: 0;
        text-align: left; }
      .slider .slide-control div:nth-child(2) {
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
        text-align: right; }
  .desktop-header {
    display: none; }
  .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #141414;
    z-index: 9;
    transform: translate3d(0, 100%, 0);
    overflow: auto; }
    .nav-container .social-container svg path {
      fill: #fff !important; }
    .nav-container .nav {
      padding-top: 120px;
      padding-bottom: 30px; }
      .nav-container .nav ul > li {
        text-align: center; }
        .nav-container .nav ul > li a, .nav-container .nav ul > li span {
          color: #fff;
          margin-bottom: 25px;
          display: block; }
      .nav-container .nav ul li ul {
        height: 0;
        overflow: hidden; }
        .nav-container .nav ul li ul li {
          font-size: 16px;
          margin-bottom: 15px; }
          .nav-container .nav ul li ul li:last-child {
            margin-bottom: 25px; }
          .nav-container .nav ul li ul li a {
            margin: 0; }
  .vertical-img {
    max-width: 100%;
    height: 30vh !important;
    position: relative;
    display: block;
    overflow: hidden; }
    .vertical-img img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      object-position: center;
      opacity: 0;
      transform: translate3d(0, 30%, 0) scale(1.2); }
    .vertical-img .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background: black;
      background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.13) 37%, rgba(0, 0, 0, 0.38) 100%); }
  .mobile-vertical-img-50 {
    height: 50vh !important; }
  .mobile-vertical-img-15 {
    height: 15vh !important; }
  .horizontal-img {
    width: 100%;
    height: 50vh; }
  .dark-colored-bg {
    background-color: #141414;
    color: #fff; }
    .dark-colored-bg .white-color {
      color: #BEBAB6 !important; }
  .light-colored-bg {
    background-color: #fff;
    color: #141414 !important; }
    .light-colored-bg .white-color {
      color: #141414 !important;
      font-family: "font6"; }
    .light-colored-bg .text-slider .location {
      color: #535353 !important; }
  .text-left-mobile {
    text-align: left !important; }
  .mobile-none-tablet-block {
    display: none !important; }
  .mobile-visible {
    visibility: visible; }
  .mobile-invisible {
    visibility: hidden; }
  .mobile-block {
    display: block !important; }
  .mobile-none {
    display: none !important; }
  .see-more {
    position: relative; }
    .see-more .content {
      height: 0;
      width: 100%;
      overflow: hidden;
      position: relative; }
    .see-more .more-btn {
      display: block;
      font-family: "font5";
      font-size: 11px;
      margin: 15px 0; }
      .see-more .more-btn span {
        margin-top: 2px;
        display: inline-block;
        position: absolute;
        margin-left: 8px; }
      .see-more .more-btn .dot {
        width: 4px;
        height: 4px;
        display: inline-block;
        border-radius: 100%;
        background-color: #B5B2B0;
        margin: 0  2.5px; }
  .text-slider .location {
    font-size: 14px;
    color: #B2B2B2;
    font-family: "font5"; }
  .world-container {
    position: relative;
    text-align: center;
    height: calc(70vh + 100px); }
    .world-container .world-map {
      position: absolute;
      width: 100vw;
      height: 60vh;
      z-index: 4;
      top: 40px;
      transform: scale(0.9); }
    .world-container .heading {
      position: relative;
      z-index: 5;
      margin: auto;
      top: 0;
      text-align: center; }
    .world-container .text-slider {
      width: 100%;
      min-height: 100px !important;
      height: 100px !important;
      position: absolute;
      top: calc( 59vh + 50px);
      z-index: 5; }
      .world-container .text-slider .text-container {
        margin: auto;
        text-align: center;
        position: relative; }
        .world-container .text-slider .text-container .item {
          position: absolute;
          width: 100%;
          text-align: center; }
          .world-container .text-slider .text-container .item p {
            padding: 0 20px;
            font-size: 18px;
            line-height: 22px;
            font-family: "font5"; }
          .world-container .text-slider .text-container .item .location {
            font-size: 14px;
            color: #B2B2B2;
            font-family: "font5"; }
  .page-heading {
    width: 100%;
    height: 100vh;
    background-color: #141414; }
  .partners {
    grid-template-columns: 1fr 1fr;
    height: 100vh; }
    .partners .content {
      height: 20vh; }
      .partners .content img {
        max-width: 80%;
        max-height: 80%; }
  .grid-services .border-grid {
    grid-template-columns: repeat(2, 1fr); }
    .grid-services .border-grid .item {
      height: 15vh; }
  .grid-services .content-grid {
    grid-template-columns: repeat(2, 1fr); }
    .grid-services .content-grid .item {
      height: 15vh;
      text-align: center;
      position: relative; }
      .grid-services .content-grid .item a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        font-family: "font5";
        font-size: 16px;
        color: #929292; }
  .grid-services .overlay-right {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 3;
    background: #1f1e23;
    background: linear-gradient(90deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.2) 50%, #141414 88%, #141414 100%); }
  .grid-services .overlay-left {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 3;
    background: #1f1e23;
    background: linear-gradient(-90deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.2) 50%, #141414 88%, #141414 100%); }
  .grid-services .overlay-top {
    width: 100%;
    height: 25%;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 2;
    background: #1f1e23;
    background: linear-gradient(0deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.2) 50%, #141414 88%, #141414 100%); }
  .grid-services .overlay-bottom {
    width: 100%;
    height: 25%;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 3;
    background: #1f1e23;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.2) 50%, #141414 88%, #141414 100%); }
  .blog-heading {
    padding: 0 40px;
    grid-template-columns: 1fr;
    text-align: center; }
    .blog-heading h3.h5 {
      font-family: "font5";
      font-size: 18px !important;
      line-height: 26px; }
    .blog-heading .meta {
      margin-top: 15px;
      text-align: center; }
  .pagination {
    padding: 0 30px; }
  .single-meta {
    grid-template-columns: 1fr; }
    .single-meta .share {
      margin-top: 15px; } }

@media (min-width: 767px) and (max-width: 1023px) {
  body {
    background: #000;
    color: #fff;
    height: 100vh;
    overflow: hidden !important; }
  main {
    height: 100vh; }
  .mobile-sided-padding-20 {
    padding: 0 20px; }
  .mobile-padding-20 {
    padding: 10px 0; }
  h1, .h1 {
    font-family: "font5";
    font-size: 77px;
    line-height: 94px;
    font-weight: 100; }
  h2, .h2 {
    font-family: "font5";
    font-size: 68px;
    line-height: 66px;
    font-weight: 100; }
  h3, .h3 {
    font-family: "font5";
    font-size: 40px;
    line-height: 46px;
    font-weight: 100; }
  h4, .h4 {
    font-family: "font5";
    font-size: 32px;
    line-height: 38px;
    font-weight: 100; }
  .h5 {
    font-family: "font5";
    font-size: 26px;
    line-height: 32px;
    font-weight: 100; }
  .hero-title-130 {
    font-family: "font5";
    font-size: calc(52px + (125 - 52) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 100; }
  .hero-title-160 {
    font-family: "font5";
    font-size: 130px;
    line-height: 130px;
    font-weight: 100; }
  .hero-title-188 {
    font-family: "font5";
    font-size: 188px;
    line-height: 188px;
    font-weight: 100; }
  .hero-title-100 {
    font-family: "font5";
    font-size: calc(42px + (100 - 42) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(42px + (100 - 42) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 100; }
  .hero-title-80 {
    font-family: "font5";
    font-size: calc(32px + (70  - 32) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(32px + (70  - 32) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 100; }
  .hero-title-70 {
    font-family: "font5";
    font-size: calc(32px + (60  - 32) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(32px + (60  - 32) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 100; }
  .hero-title-50 {
    font-family: "font5";
    font-size: calc(32px + (50  - 32) * ((100vw - 300px) / (1600 - 300))) !important;
    line-height: calc(32px + (50  - 32) * ((100vw - 300px) / (1600 - 300))) !important;
    font-weight: 100; }
  .hero-title-40 {
    font-family: "font5";
    font-size: calc(32px + (40  - 32) * ((100vw - 300px) / (1600 - 300))) !important;
    line-height: calc(32px + (40  - 32) * ((100vw - 300px) / (1600 - 300))) !important;
    font-weight: 100; }
  .lead {
    font-family: "font5";
    font-size: calc(16px + (26 - 16) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(22px + (40 - 22) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 400; }
  p {
    font-family: "font5";
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #BCBCBC; }
  .p-bigger {
    font-family: "font5";
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #919191; }
  .lead-paragraph {
    font-family: "font5";
    font-size: 26px;
    line-height: 33px;
    font-weight: 400; }
  .head-lead {
    font-family: "font5";
    font-size: 17px;
    line-height: 17px;
    color: #979797; }
  .nav-container .nav ul li {
    font-family: "font5";
    font-size: calc(28px + (50 - 28 ) * ((100vh - 300px) / (1600 - 326)));
    font-weight: 300;
    text-transform: uppercase; }
  .text-slider .item .title {
    font-family: "font5";
    font-weight: 100;
    font-size: 42px;
    line-height: 49px;
    color: #fff; }
  .text-slider .item .location {
    font-family: "font5";
    font-size: 14px;
    line-height: 30px;
    color: #B2B2B2; }
  .world-container .text-slider .item .title {
    font-size: 24px;
    line-height: 32px; }
  .desktop-header nav ul li {
    font-family: "font5";
    font-size: 16px; }
    .desktop-header nav ul li a {
      color: #fff; }
  q {
    text-align: center;
    font-family: "font5";
    font-size: calc(18px + (34  - 18) * ((100vw - 300px) / (1600 - 300))) !important;
    line-height: calc(21px + (47  - 21) * ((100vw - 300px) / (1600 - 300))) !important; }
  .cite {
    font-family: "font5";
    font-size: 14px;
    color: #B2B2B2; }
  .grid-services .content-grid .item a {
    color: #929292;
    font-family: "font5";
    font-weight: 100;
    text-transform: uppercase;
    font-size: 26px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 25vh;
    transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1); }
    .grid-services .content-grid .item a:hover {
      color: #fff; }
  .blog-category li a {
    font-family: "font5";
    font-size: 16px;
    line-height: 16px;
    color: #B2B2B2;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
    .blog-category li a:hover {
      color: #fff; }
  .header-lines {
    display: none; }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 10; }
    .header .mobile-header {
      width: 100%;
      display: grid;
      grid-template-columns: 100px 1fr 100px;
      grid-column-gap: 20px;
      margin-top: 35px;
      transition: all 1s cubic-bezier(0.16, 1, 0.3, 1); }
      .header .mobile-header .logo {
        width: 22px;
        opacity: 0;
        margin: auto;
        transform: scale(1.3); }
      .header .mobile-header .membership-btn {
        margin-top: 5px;
        height: 27px;
        line-height: 27px;
        border-radius: 30px;
        background-color: #fff;
        color: #13283D;
        display: inline-block;
        font-family: "font7";
        font-size: 10px;
        opacity: 0;
        text-align: center; }
      .header .mobile-header .nav-control {
        margin-top: 8px;
        width: 60px;
        height: 30px;
        overflow: hidden;
        position: relative;
        cursor: pointer; }
        .header .mobile-header .nav-control .overlay {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1; }
        .header .mobile-header .nav-control .line {
          width: 1px;
          background-color: #fff;
          position: absolute;
          transform: translate3d(0, -100%, 0);
          opacity: 0; }
          .header .mobile-header .nav-control .line:nth-child(1) {
            height: 12px;
            left: 0;
            top: 4px; }
          .header .mobile-header .nav-control .line:nth-child(2) {
            height: 16px;
            top: 2px;
            left: 12px; }
          .header .mobile-header .nav-control .line:nth-child(3) {
            height: 20px;
            top: 0;
            left: 24px; }
  .header-active-scroll {
    height: 60px;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    background: rgba(0, 0, 0, 0.1); }
    .header-active-scroll .mobile-header {
      margin-top: 15px; }
  .desktop-header {
    display: none; }
  .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #141414;
    z-index: 9;
    transform: translate3d(0, 100%, 0);
    overflow: auto; }
    .nav-container .social-container svg path {
      fill: #fff !important; }
    .nav-container .nav {
      padding-top: 120px;
      padding-bottom: 30px; }
      .nav-container .nav ul > li {
        text-align: center; }
        .nav-container .nav ul > li a, .nav-container .nav ul > li span {
          color: #fff;
          margin-bottom: 25px;
          display: block; }
      .nav-container .nav ul li ul {
        height: 0;
        overflow: hidden; }
        .nav-container .nav ul li ul li {
          font-size: 16px;
          margin-bottom: 15px; }
          .nav-container .nav ul li ul li:last-child {
            margin-bottom: 25px; }
          .nav-container .nav ul li ul li a {
            margin: 0; }
  .slider {
    height: 100vh; }
    .slider .item {
      height: 100vh; }
      .slider .item .slide-content {
        bottom: 20vh !important; }
        .slider .item .slide-content a {
          color: #fff; }
        .slider .item .slide-content h2 {
          margin-bottom: 30px; }
      .slider .item .slide-image {
        display: none !important; }
      .slider .item .image-cover {
        display: block;
        position: relative;
        height: 100vh; }
        .slider .item .image-cover img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover;
          object-position: center;
          display: block; }
    .slider .slide-timeline {
      position: absolute;
      top: calc(90vh - 50px);
      left: 50%;
      z-index: 99;
      transform: rotate(-90deg);
      display: grid;
      width: 1px;
      height: 110px; }
      .slider .slide-timeline .timeline-container {
        width: 100%;
        overflow: hidden;
        position: relative; }
        .slider .slide-timeline .timeline-container .timeline {
          overflow: hidden;
          transform: translate3d(0, 100%, 0);
          width: 1px;
          height: 100%;
          margin-top: 7px;
          position: relative;
          opacity: 0; }
          .slider .slide-timeline .timeline-container .timeline .process {
            transform: translate3d(0, 100%, 0);
            width: 1px;
            height: 100%;
            background-color: #fff; }
    .slider .slide-control {
      position: absolute;
      top: calc(90vh - 20px);
      left: 10%;
      z-index: 5;
      display: grid;
      width: calc(100% - 20%);
      height: 50px;
      line-height: 50px;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 20px;
      cursor: pointer; }
      .slider .slide-control div {
        text-align: center;
        transform: scale(0.8); }
      .slider .slide-control div:nth-child(1) {
        transform: translate3d(100%, 0, 0);
        opacity: 0;
        text-align: left; }
      .slider .slide-control div:nth-child(2) {
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
        text-align: right; }
  .vertical-img {
    max-width: 100%;
    height: 50vh;
    position: relative;
    display: block;
    overflow: hidden; }
    .vertical-img img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      object-position: center;
      opacity: 0;
      transform: translate3d(0, 30%, 0) scale(1.2); }
    .vertical-img .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background: black;
      background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.13) 37%, rgba(0, 0, 0, 0.38) 100%); }
  .tablet-vertical-img-30 {
    height: 30vh !important; }
  .tablet-vertical-img-15 {
    height: 15vh !important; }
  .mobile-none-tablet-block {
    display: block !important; }
  .tablet-block {
    display: block !important; }
  .tablet-none {
    display: none !important; }
  .dark-colored-bg.tablet-visible {
    background-color: #141414;
    color: #fff; }
  .see-more {
    position: relative; }
    .see-more .content {
      height: 0;
      width: 100%;
      overflow: hidden;
      position: relative; }
    .see-more .more-btn {
      display: block;
      font-family: "font5";
      font-size: 11px;
      margin: 15px 0; }
      .see-more .more-btn span {
        margin-top: 2px;
        display: inline-block;
        position: absolute;
        margin-left: 8px; }
      .see-more .more-btn .dot {
        width: 4px;
        height: 4px;
        display: inline-block;
        border-radius: 100%;
        background-color: #B5B2B0;
        margin: 0  2.5px; }
  h1, .h1 {
    font-family: "font6";
    font-size: 32px;
    line-height: 34px;
    font-weight: 100; }
  h2, .h2 {
    font-family: "font6";
    font-size: 28px;
    line-height: 28px;
    font-weight: 100; }
  h3, .h3 {
    font-family: "font6";
    font-size: 24px;
    line-height: 28px;
    font-weight: 100; }
  h4, .h4 {
    font-family: "font6";
    font-size: 21px;
    line-height: 24px;
    font-weight: 100; }
  .h5 {
    font-family: "font6";
    font-size: 19px;
    line-height: 21px;
    font-weight: 100; }
  p {
    font-family: "font5";
    font-size: 14px;
    line-height: 24px;
    font-weight: 100;
    color: #BEBAB6; }
  .hero-heading-30 {
    font-family: "font6";
    font-size: 28px;
    line-height: 34px;
    font-weight: 400; }
  .hero-heading-29 {
    font-family: "font5";
    font-size: 29px;
    line-height: 35px;
    font-weight: 100; }
  .hero-heading-25 {
    font-family: "font5";
    font-size: 25px;
    line-height: 31px; }
  .hero-heading-18 {
    font-family: "font5";
    font-size: 18px;
    line-height: 24px; }
  .golden-button {
    padding: 14px 55px;
    font-family: "font7";
    font-size: 13px;
    font-weight: 600; }
  .nav-container .nav ul > li {
    font-family: "font5";
    font-size: 28px; }
  .page-heading .page-main-heading {
    font-size: "font5";
    font-size: 16px;
    line-height: 23px;
    color: #C7C3C0; }
  .page-heading .golden-button {
    color: #141414 !important; }
  .mobile-quote {
    font-family: "font5";
    font-size: 16px;
    line-height: 26px;
    color: #BEBAB6; }
  .cite {
    font-family: "font5";
    font-size: 14px;
    color: #B2B2B2; }
  .accordion .heading .title {
    font-family: "font5";
    font-size: 16px;
    line-height: 21px; }
  .accordion .content p {
    font-family: "font5";
    font-size: 14px;
    line-height: 24px;
    color: #BEBAB6;
    margin-bottom: 20px; }
  q {
    font-family: "font6";
    font-size: 14px;
    line-height: 24px; }
  .form {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
    .form .select-margin {
      margin-top: 5px !important; }
    .form input, .form textarea, .form select {
      border-radius: 0 !important; }
    .form textarea {
      margin: 0 !important;
      padding: 0 !important; }
    .form input, .form select {
      height: 50px;
      margin: 0 !important;
      padding: 0 !important; }
    .form input[type=checkbox] {
      height: 15px !important;
      width: 15px !important;
      display: block;
      margin-top: 6px !important; }
    .form .checkbox {
      align-items: start !important; }
  .small-heading {
    font-family: "font5";
    font-size: 13px;
    line-height: 23px;
    color: #C2C2C2; }
  .bold-item {
    font-family: "font5";
    font-size: 20px;
    color: #fff; }
  .contact-social {
    text-align: left !important; }
    .contact-social .social-icon-fill {
      fill: #fff !important; }
  .p-16 {
    font-size: 16px !important; }
  .blog-content p {
    font-size: 14px;
    line-height: 24px;
    color: #919191;
    margin-bottom: 20px; }
  .blog-content h2 {
    font-family: "font5";
    font-size: 19px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 20px; }
  .blog-content h3 {
    font-family: "font5";
    font-size: 16px;
    line-height: 21px;
    margin-top: 30px;
    margin-bottom: 20px; }
  .blog-content img {
    width: 90vw;
    position: relative;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    margin: 30px 0; }
  .blog-content ul {
    font-family: "font5";
    font-size: 16px;
    line-height: 21px;
    color: #919191;
    margin: 20px 0;
    padding-left: 30px; }
    .blog-content ul li {
      padding-left: 10px; }
  .blog-content a {
    color: #fff; }
    .blog-content a:hover {
      text-decoration: underline; }
  .switch-button {
    position: relative !important;
    margin-top: 15px !important;
    display: block !important; }
  .special-bg {
    background-color: #12181f; }
  .popup-container {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 100%, 0);
    z-index: 10; }
    .popup-container .close-popup {
      position: absolute;
      top: 40px;
      right: 30px;
      width: 30px; }
      .popup-container .close-popup .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1; }
      .popup-container .close-popup .close-container {
        display: grid;
        grid-template-columns: 1fr; }
        .popup-container .close-popup .close-container span {
          font-family: "font7";
          font-size: 12px; }
        .popup-container .close-popup .close-container .line-container .line {
          width: 25px;
          height: 1px;
          background-color: #fff;
          margin-bottom: 10px; }
    .popup-container .middle-content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translate3d(0, -50%, 0);
      text-align: center; }
    .popup-container .bottom-content {
      position: absolute;
      bottom: 0;
      padding-bottom: 150px;
      width: 100%; }
      .popup-container .bottom-content form {
        overflow: hidden; }
      .popup-container .bottom-content input {
        border-radius: 0;
        width: 100%;
        color: #fff;
        border-bottom: 1px #F0E5D1 solid; }
        .popup-container .bottom-content input::placeholder {
          color: #fff; }
      .popup-container .bottom-content button {
        position: absolute;
        right: 0;
        width: 50px;
        border-radius: 0;
        padding: 15px 0;
        background: transparent; }
        .popup-container .bottom-content button svg {
          fill: #fff; }
          .popup-container .bottom-content button svg line {
            stroke: #fff; }
      .popup-container .bottom-content .checkbox-container {
        width: 100%;
        display: grid;
        grid-template-columns: 30px 1fr; }
        .popup-container .bottom-content .checkbox-container input[type=checkbox] {
          width: 15px;
          height: 15px;
          background-color: transparent;
          border: 2px #C7C3C0 solid; }
    .popup-container .minimal-form {
      width: 100%; }
      .popup-container .minimal-form form {
        overflow: hidden; }
      .popup-container .minimal-form input {
        border-radius: 0;
        width: 100%;
        color: #fff;
        border-bottom: 1px #F0E5D1 solid; }
        .popup-container .minimal-form input::placeholder {
          color: #fff; }
      .popup-container .minimal-form button {
        position: absolute;
        right: 0;
        width: 50px;
        border-radius: 0;
        padding: 15px 0;
        background: transparent;
        text-align: right; }
        .popup-container .minimal-form button svg {
          fill: #fff; }
          .popup-container .minimal-form button svg line {
            stroke: #fff; }
      .popup-container .minimal-form .checkbox-container {
        width: 100%;
        display: grid;
        grid-template-columns: 30px 1fr; }
        .popup-container .minimal-form .checkbox-container input[type=checkbox] {
          width: 15px;
          height: 15px;
          background-color: transparent;
          border: 2px #C7C3C0 solid; }
        .popup-container .minimal-form .checkbox-container label {
          text-align: left; }
  .video-popup-container {
    background-color: #000; }
    .video-popup-container video {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate3d(0, -50%, 0);
      width: 100%;
      height: 70vh; }
  .partners {
    grid-template-columns: repeat(3, 1fr);
    height: 80vh; }
    .partners .content {
      height: 20vh; }
      .partners .content img {
        max-width: 80%;
        max-height: 80%; }
  .grid-services .border-grid {
    grid-template-columns: repeat(3, 1fr); }
    .grid-services .border-grid .item {
      height: 15vh; }
      .grid-services .border-grid .item:nth-child(10), .grid-services .border-grid .item:nth-child(11),
      .grid-services .border-grid .item :nth-child(12) {
        border-bottom: 0; }
      .grid-services .border-grid .item:nth-child(4), .grid-services .border-grid .item:nth-child(8) {
        border-right: 1px #008080 solid; }
      .grid-services .border-grid .item:nth-child(9) {
        border-bottom: 1px #008080 solid; }
      .grid-services .border-grid .item:nth-child(12) {
        border-right: 0; }
  .grid-services .content-grid {
    grid-template-columns: repeat(3, 1fr); }
    .grid-services .content-grid .item {
      height: 15vh;
      text-align: center;
      position: relative; }
      .grid-services .content-grid .item a {
        line-height: 24px !important;
        position: absolute;
        top: 50%;
        left: 50%;
        height: auto !important;
        transform: translate3d(-50%, -50%, 0);
        font-family: "font5";
        font-size: 16px;
        color: #929292; }
  .grid-services .overlay-right {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 3;
    background: #1f1e23;
    background: linear-gradient(90deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.2) 50%, #141414 88%, #141414 100%); }
  .grid-services .overlay-left {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 3;
    background: #1f1e23;
    background: linear-gradient(-90deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.2) 50%, #141414 88%, #141414 100%); }
  .grid-services .overlay-top {
    width: 100%;
    height: 25%;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 2;
    background: #1f1e23;
    background: linear-gradient(0deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.2) 50%, #141414 88%, #141414 100%); }
  .grid-services .overlay-bottom {
    width: 100%;
    height: 25%;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 3;
    background: #1f1e23;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.2) 50%, #141414 88%, #141414 100%); }
  .tablet_padding-50 {
    padding: 0 25px; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  body {
    background: #000;
    color: #fff;
    height: 100vh;
    overflow: hidden !important; }
  main {
    height: 100vh; }
  .slider {
    height: 100vh; }
    .slider .item {
      height: 100vh; }
      .slider .item .slide-content {
        bottom: 20vh !important; }
        .slider .item .slide-content a {
          color: #fff; }
        .slider .item .slide-content h2 {
          margin-bottom: 30px; }
      .slider .item .slide-image {
        display: none !important; }
      .slider .item .image-cover {
        display: block;
        position: relative;
        height: 100vh; }
        .slider .item .image-cover img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover;
          object-position: center;
          display: block; }
    .slider .slide-timeline {
      position: absolute;
      top: calc(90vh - 50px);
      left: 50%;
      z-index: 99;
      transform: rotate(-90deg);
      display: grid;
      width: 1px;
      height: 110px; }
      .slider .slide-timeline .timeline-container {
        width: 100%;
        overflow: hidden;
        position: relative; }
        .slider .slide-timeline .timeline-container .timeline {
          overflow: hidden;
          transform: translate3d(0, 100%, 0);
          width: 1px;
          height: 100%;
          margin-top: 7px;
          position: relative;
          opacity: 0; }
          .slider .slide-timeline .timeline-container .timeline .process {
            transform: translate3d(0, 100%, 0);
            width: 1px;
            height: 100%;
            background-color: #fff; }
    .slider .slide-control {
      position: absolute;
      top: calc(90vh - 20px);
      left: 10%;
      z-index: 5;
      display: grid;
      width: calc(100% - 20%);
      height: 50px;
      line-height: 50px;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 20px;
      cursor: pointer; }
      .slider .slide-control div {
        text-align: center;
        transform: scale(0.8); }
      .slider .slide-control div:nth-child(1) {
        transform: translate3d(100%, 0, 0);
        opacity: 0;
        text-align: left; }
      .slider .slide-control div:nth-child(2) {
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
        text-align: right; }
  .vertical-img {
    max-width: 100%;
    height: 50vh;
    position: relative;
    display: block;
    overflow: hidden; }
    .vertical-img img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      object-position: center;
      opacity: 0;
      transform: translate3d(0, 30%, 0) scale(1.2); }
    .vertical-img .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background: black;
      background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.13) 37%, rgba(0, 0, 0, 0.38) 100%); }
  .tablet-vertical-img-30 {
    height: 30vh !important; }
  .tablet-vertical-img-15 {
    height: 15vh !important; }
  h1, .h1 {
    font-family: "font5";
    font-size: 77px;
    line-height: 94px;
    font-weight: 100; }
  h2, .h2 {
    font-family: "font5";
    font-size: 68px;
    line-height: 66px;
    font-weight: 100; }
  h3, .h3 {
    font-family: "font5";
    font-size: 40px;
    line-height: 46px;
    font-weight: 100; }
  h4, .h4 {
    font-family: "font5";
    font-size: 32px;
    line-height: 38px;
    font-weight: 100; }
  .h5 {
    font-family: "font5";
    font-size: 26px;
    line-height: 32px;
    font-weight: 100; }
  .hero-title-130 {
    font-family: "font5";
    font-size: calc(52px + (125 - 52) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 100; }
  .hero-title-160 {
    font-family: "font5";
    font-size: 130px;
    line-height: 130px;
    font-weight: 100; }
  .hero-title-188 {
    font-family: "font5";
    font-size: 188px;
    line-height: 188px;
    font-weight: 100; }
  .hero-title-100 {
    font-family: "font5";
    font-size: calc(42px + (100 - 42) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(42px + (100 - 42) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 100; }
  .hero-title-80 {
    font-family: "font5";
    font-size: calc(32px + (70  - 32) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(32px + (70  - 32) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 100; }
  .hero-title-70 {
    font-family: "font5";
    font-size: calc(32px + (60  - 32) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(32px + (60  - 32) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 100; }
  .hero-title-50 {
    font-family: "font5";
    font-size: calc(32px + (50  - 32) * ((100vw - 300px) / (1600 - 300))) !important;
    line-height: calc(32px + (50  - 32) * ((100vw - 300px) / (1600 - 300))) !important;
    font-weight: 100; }
  .hero-title-40 {
    font-family: "font5";
    font-size: calc(32px + (40  - 32) * ((100vw - 300px) / (1600 - 300))) !important;
    line-height: calc(32px + (40  - 32) * ((100vw - 300px) / (1600 - 300))) !important;
    font-weight: 100; }
  .lead {
    font-family: "font5";
    font-size: calc(16px + (26 - 16) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(22px + (40 - 22) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 400; }
  p {
    font-family: "font5";
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #BCBCBC; }
  .p-bigger {
    font-family: "font5";
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #919191; }
  .lead-paragraph {
    font-family: "font5";
    font-size: 26px;
    line-height: 33px;
    font-weight: 400; }
  .head-lead {
    font-family: "font5";
    font-size: 17px;
    line-height: 17px;
    color: #979797; }
  .nav-container .nav ul li {
    font-family: "font5";
    font-size: calc(28px + (50 - 28 ) * ((100vh - 300px) / (1600 - 326)));
    font-weight: 300;
    text-transform: uppercase; }
  .text-slider .item .title {
    font-family: "font5";
    font-weight: 100;
    font-size: 42px;
    line-height: 49px;
    color: #fff; }
  .text-slider .item .location {
    font-family: "font5";
    font-size: 14px;
    line-height: 30px;
    color: #B2B2B2; }
  .world-container .text-slider .item .title {
    font-size: 24px;
    line-height: 32px; }
  .desktop-header nav ul li {
    font-family: "font5";
    font-size: 16px; }
    .desktop-header nav ul li a {
      color: #fff; }
  q {
    text-align: center;
    font-family: "font5";
    font-size: calc(18px + (34  - 18) * ((100vw - 300px) / (1600 - 300))) !important;
    line-height: calc(21px + (47  - 21) * ((100vw - 300px) / (1600 - 300))) !important; }
  .cite {
    font-family: "font5";
    font-size: 14px;
    color: #B2B2B2; }
  .grid-services .content-grid .item a {
    color: #929292;
    font-family: "font5";
    font-weight: 100;
    text-transform: uppercase;
    font-size: 26px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 25vh;
    transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1); }
    .grid-services .content-grid .item a:hover {
      color: #fff; }
  .blog-category li a {
    font-family: "font5";
    font-size: 16px;
    line-height: 16px;
    color: #B2B2B2;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
    .blog-category li a:hover {
      color: #fff; }
  .mobile-none-tablet-block {
    display: block !important; }
  .tablet-block {
    display: block !important; }
  .tablet-none {
    display: none !important; }
  .dark-colored-bg.tablet-visible {
    background-color: #141414;
    color: #fff; }
  .see-more {
    position: relative; }
    .see-more .content {
      height: 0;
      width: 100%;
      overflow: hidden;
      position: relative; }
    .see-more .more-btn {
      display: block;
      font-family: "font5";
      font-size: 11px;
      margin: 15px 0; }
      .see-more .more-btn span {
        margin-top: 2px;
        display: inline-block;
        position: absolute;
        margin-left: 8px; }
      .see-more .more-btn .dot {
        width: 4px;
        height: 4px;
        display: inline-block;
        border-radius: 100%;
        background-color: #B5B2B0;
        margin: 0  2.5px; }
  .special-bg {
    background-color: #12181f; }
  .popup-container {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 100%, 0);
    z-index: 10; }
    .popup-container .close-popup {
      position: absolute;
      top: 40px;
      right: 30px;
      width: 30px; }
      .popup-container .close-popup .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1; }
      .popup-container .close-popup .close-container {
        display: grid;
        grid-template-columns: 1fr; }
        .popup-container .close-popup .close-container span {
          font-family: "font7";
          font-size: 12px; }
        .popup-container .close-popup .close-container .line-container .line {
          width: 25px;
          height: 1px;
          background-color: #fff;
          margin-bottom: 10px; }
    .popup-container .middle-content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translate3d(0, -50%, 0);
      text-align: center; }
    .popup-container .bottom-content {
      position: absolute;
      bottom: 0;
      padding-bottom: 150px;
      width: 100%; }
      .popup-container .bottom-content form {
        overflow: hidden; }
      .popup-container .bottom-content input {
        border-radius: 0;
        width: 100%;
        color: #fff;
        border-bottom: 1px #F0E5D1 solid; }
        .popup-container .bottom-content input::placeholder {
          color: #fff; }
      .popup-container .bottom-content button {
        position: absolute;
        right: 0;
        width: 50px;
        border-radius: 0;
        padding: 15px 0;
        background: transparent; }
        .popup-container .bottom-content button svg {
          fill: #fff; }
          .popup-container .bottom-content button svg line {
            stroke: #fff; }
      .popup-container .bottom-content .checkbox-container {
        width: 100%;
        display: grid;
        grid-template-columns: 30px 1fr; }
        .popup-container .bottom-content .checkbox-container input[type=checkbox] {
          width: 15px;
          height: 15px;
          background-color: transparent;
          border: 2px #C7C3C0 solid; }
    .popup-container .minimal-form {
      width: 100%; }
      .popup-container .minimal-form form {
        overflow: hidden; }
      .popup-container .minimal-form input {
        border-radius: 0;
        width: 100%;
        color: #fff;
        border-bottom: 1px #F0E5D1 solid; }
        .popup-container .minimal-form input::placeholder {
          color: #fff; }
      .popup-container .minimal-form button {
        position: absolute;
        right: 0;
        width: 50px;
        border-radius: 0;
        padding: 15px 0;
        background: transparent;
        text-align: right; }
        .popup-container .minimal-form button svg {
          fill: #fff; }
          .popup-container .minimal-form button svg line {
            stroke: #fff; }
      .popup-container .minimal-form .checkbox-container {
        width: 100%;
        display: grid;
        grid-template-columns: 30px 1fr; }
        .popup-container .minimal-form .checkbox-container input[type=checkbox] {
          width: 15px;
          height: 15px;
          background-color: transparent;
          border: 2px #C7C3C0 solid; }
        .popup-container .minimal-form .checkbox-container label {
          text-align: left; }
  .video-popup-container {
    background-color: #000; }
    .video-popup-container video {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate3d(0, -50%, 0);
      width: 100%;
      height: 70vh; }
  .partners {
    grid-template-columns: repeat(3, 1fr);
    height: 80vh; }
    .partners .content {
      height: 20vh; }
      .partners .content img {
        max-width: 80%;
        max-height: 80%; }
  .grid-services .border-grid {
    grid-template-columns: repeat(3, 1fr); }
    .grid-services .border-grid .item {
      height: 15vh; }
      .grid-services .border-grid .item:nth-child(10), .grid-services .border-grid .item:nth-child(11),
      .grid-services .border-grid .item :nth-child(12) {
        border-bottom: 0; }
      .grid-services .border-grid .item:nth-child(4), .grid-services .border-grid .item:nth-child(8) {
        border-right: 1px #008080 solid; }
      .grid-services .border-grid .item:nth-child(9) {
        border-bottom: 1px #008080 solid; }
      .grid-services .border-grid .item:nth-child(12) {
        border-right: 0; }
  .grid-services .content-grid {
    grid-template-columns: repeat(3, 1fr); }
    .grid-services .content-grid .item {
      height: 15vh;
      text-align: center;
      position: relative; }
      .grid-services .content-grid .item a {
        line-height: 24px !important;
        position: absolute;
        top: 50%;
        left: 50%;
        height: auto !important;
        transform: translate3d(-50%, -50%, 0);
        font-family: "font5";
        font-size: 16px;
        color: #929292; }
  .grid-services .overlay-right {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 3;
    background: #1f1e23;
    background: linear-gradient(90deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.2) 50%, #141414 88%, #141414 100%); }
  .grid-services .overlay-left {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 3;
    background: #1f1e23;
    background: linear-gradient(-90deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.2) 50%, #141414 88%, #141414 100%); }
  .grid-services .overlay-top {
    width: 100%;
    height: 25%;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 2;
    background: #1f1e23;
    background: linear-gradient(0deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.2) 50%, #141414 88%, #141414 100%); }
  .grid-services .overlay-bottom {
    width: 100%;
    height: 25%;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 3;
    background: #1f1e23;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.2) 50%, #141414 88%, #141414 100%); }
  .tablet_padding-50 {
    padding: 0 25px; } }

@media (max-width: 1199px) {
  body {
    background: #000;
    color: #fff;
    height: 100vh;
    overflow: hidden !important; }
  main {
    height: 100vh; }
  .mobile-sided-padding-20 {
    padding: 0 20px; }
  .mobile-padding-20 {
    padding: 10px 0; }
  .header-lines {
    display: none; }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 10; }
    .header .mobile-header {
      width: 100%;
      display: grid;
      grid-template-columns: 100px 1fr 100px;
      grid-column-gap: 20px;
      margin-top: 35px;
      transition: all 1s cubic-bezier(0.16, 1, 0.3, 1); }
      .header .mobile-header .logo {
        width: 22px;
        opacity: 0;
        margin: auto;
        transform: scale(1.3); }
      .header .mobile-header .membership-btn {
        margin-top: 5px;
        height: 27px;
        line-height: 27px;
        border-radius: 30px;
        background-color: #fff;
        color: #13283D;
        display: inline-block;
        font-family: "font7";
        font-size: 10px;
        opacity: 0;
        text-align: center; }
      .header .mobile-header .nav-control {
        margin-top: 8px;
        width: 60px;
        height: 30px;
        overflow: hidden;
        position: relative;
        cursor: pointer; }
        .header .mobile-header .nav-control .overlay {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1; }
        .header .mobile-header .nav-control .line {
          width: 1px;
          background-color: #fff;
          position: absolute;
          transform: translate3d(0, -100%, 0);
          opacity: 0; }
          .header .mobile-header .nav-control .line:nth-child(1) {
            height: 12px;
            left: 0;
            top: 4px; }
          .header .mobile-header .nav-control .line:nth-child(2) {
            height: 16px;
            top: 2px;
            left: 12px; }
          .header .mobile-header .nav-control .line:nth-child(3) {
            height: 20px;
            top: 0;
            left: 24px; }
  .header-active-scroll {
    height: 60px;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    background: rgba(0, 0, 0, 0.1); }
    .header-active-scroll .mobile-header {
      margin-top: 15px; }
  .desktop-header {
    display: none; }
  .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #141414;
    z-index: 9;
    transform: translate3d(0, 100%, 0);
    overflow: auto; }
    .nav-container .social-container svg path {
      fill: #fff !important; }
    .nav-container .nav {
      padding-top: 120px;
      padding-bottom: 30px; }
      .nav-container .nav ul > li {
        text-align: center; }
        .nav-container .nav ul > li a, .nav-container .nav ul > li span {
          color: #fff;
          margin-bottom: 25px;
          display: block; }
      .nav-container .nav ul li ul {
        height: 0;
        overflow: hidden; }
        .nav-container .nav ul li ul li {
          font-size: 16px;
          margin-bottom: 15px; }
          .nav-container .nav ul li ul li:last-child {
            margin-bottom: 25px; }
          .nav-container .nav ul li ul li a {
            margin: 0; }
  .lg-desktop-sided-padding-30 {
    padding: 0 30px; }
  .lg-desktop-padding-70 {
    padding: 35px 0; }
  .lg-desktop-padding-10vw {
    padding: 0 10vw; }
  .lg-desktop-padding-100 {
    padding: 50px 0; }
  .lg-desktop-padding-125 {
    padding: 62.5px; }
  .lg-desktop-padding-170 {
    padding: 85px 0; }
  .lg-desktop-padding-200 {
    padding: 100px 0; }
  .lg-desktop-padding-230 {
    padding: 115px 0; }
  .lg-desktop-padding-250 {
    padding: 125px 0; }
  .lg-desktop-padding-280 {
    padding: 140px 0; }
  .lg-desktop-width-430 {
    width: 430px; }
  .grid-intro {
    height: auto !important; }
    .grid-intro .center-pic {
      height: 240px;
      top: 0; }
    .grid-intro .content .center-top,
    .grid-intro .content .center-bottom {
      transform: translate3d(0, 0, 0); }
  h1, .h1 {
    font-family: "font6";
    font-size: 32px;
    line-height: 34px;
    font-weight: 100; }
  h2, .h2 {
    font-family: "font6";
    font-size: 28px;
    line-height: 28px;
    font-weight: 100; }
  h3, .h3 {
    font-family: "font6";
    font-size: 24px;
    line-height: 28px;
    font-weight: 100; }
  h4, .h4 {
    font-family: "font6";
    font-size: 21px;
    line-height: 24px;
    font-weight: 100; }
  .h5 {
    font-family: "font6";
    font-size: 19px;
    line-height: 21px;
    font-weight: 100; }
  p {
    font-family: "font5";
    font-size: 14px;
    line-height: 24px;
    font-weight: 100;
    color: #BEBAB6; }
  .hero-heading-30 {
    font-family: "font6";
    font-size: 28px;
    line-height: 34px;
    font-weight: 400; }
  .hero-heading-29 {
    font-family: "font5";
    font-size: 29px;
    line-height: 35px;
    font-weight: 100; }
  .hero-heading-25 {
    font-family: "font5";
    font-size: 25px;
    line-height: 31px; }
  .hero-heading-18 {
    font-family: "font5";
    font-size: 18px;
    line-height: 24px; }
  .golden-button {
    padding: 14px 55px;
    font-family: "font7";
    font-size: 13px;
    font-weight: 600; }
  .nav-container .nav ul > li {
    font-family: "font5";
    font-size: 28px; }
  .page-heading .page-main-heading {
    font-size: "font5";
    font-size: 16px;
    line-height: 23px;
    color: #C7C3C0; }
  .page-heading .golden-button {
    color: #141414 !important; }
  .mobile-quote {
    font-family: "font5";
    font-size: 16px;
    line-height: 26px;
    color: #BEBAB6; }
  .cite {
    font-family: "font5";
    font-size: 14px;
    color: #B2B2B2; }
  .accordion .heading .title {
    font-family: "font5";
    font-size: 16px;
    line-height: 21px; }
  .accordion .content p {
    font-family: "font5";
    font-size: 14px;
    line-height: 24px;
    color: #BEBAB6;
    margin-bottom: 20px; }
  q {
    font-family: "font6";
    font-size: 14px;
    line-height: 24px; }
  .form {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
    .form .select-margin {
      margin-top: 5px !important; }
    .form input, .form textarea, .form select {
      border-radius: 0 !important; }
    .form textarea {
      margin: 0 !important;
      padding: 0 !important; }
    .form input, .form select {
      height: 50px;
      margin: 0 !important;
      padding: 0 !important; }
    .form input[type=checkbox] {
      height: 15px !important;
      width: 15px !important;
      display: block;
      margin-top: 6px !important; }
    .form .checkbox {
      align-items: start !important; }
  .small-heading {
    font-family: "font5";
    font-size: 13px;
    line-height: 23px;
    color: #C2C2C2; }
  .bold-item {
    font-family: "font5";
    font-size: 20px;
    color: #fff; }
  .contact-social {
    text-align: left !important; }
    .contact-social .social-icon-fill {
      fill: #fff !important; }
  .p-16 {
    font-size: 16px !important; }
  .blog-content p {
    font-size: 14px;
    line-height: 24px;
    color: #919191;
    margin-bottom: 20px; }
  .blog-content h2 {
    font-family: "font5";
    font-size: 19px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 20px; }
  .blog-content h3 {
    font-family: "font5";
    font-size: 16px;
    line-height: 21px;
    margin-top: 30px;
    margin-bottom: 20px; }
  .blog-content img {
    width: 90vw;
    position: relative;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    margin: 30px 0; }
  .blog-content ul {
    font-family: "font5";
    font-size: 16px;
    line-height: 21px;
    color: #919191;
    margin: 20px 0;
    padding-left: 30px; }
    .blog-content ul li {
      padding-left: 10px; }
  .blog-content a {
    color: #fff; }
    .blog-content a:hover {
      text-decoration: underline; }
  .switch-button {
    position: relative !important;
    margin-top: 15px !important;
    display: block !important; }
  .intro-container .content {
    top: 50%;
    transform: translate3d(0, -40%, 0); }
  .special-bg {
    background-color: #12181f; }
  .scroll-popup {
    overflow-y: auto; }
  .popup-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate3d(0, 100vh, 0);
    z-index: 10; }
    .popup-container .close-popup {
      position: absolute;
      top: 40px;
      right: 30px;
      width: 30px; }
      .popup-container .close-popup .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1; }
      .popup-container .close-popup .close-container {
        display: grid;
        grid-template-columns: 1fr; }
        .popup-container .close-popup .close-container span {
          font-family: "font7";
          font-size: 12px; }
        .popup-container .close-popup .close-container .line-container .line {
          width: 25px;
          height: 1px;
          background-color: #fff;
          margin-bottom: 10px; }
    .popup-container .dynamic-contnet {
      padding-top: 120px;
      overflow-y: auto; }
    .popup-container .middle-content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translate3d(0, -50%, 0);
      text-align: center; }
    .popup-container .bottom-content {
      position: absolute;
      bottom: 0;
      padding-bottom: 100px;
      width: 100%; }
    .popup-container .minimal-form {
      width: 100%; }
      .popup-container .minimal-form form {
        overflow: hidden; }
      .popup-container .minimal-form input {
        border-radius: 0;
        width: 100%;
        color: #fff;
        border-bottom: 1px #F0E5D1 solid; }
        .popup-container .minimal-form input::placeholder {
          color: #fff; }
      .popup-container .minimal-form button {
        position: absolute;
        right: 0;
        width: 50px;
        border-radius: 0;
        padding: 15px 0;
        background: transparent;
        text-align: right; }
        .popup-container .minimal-form button svg {
          fill: #fff; }
          .popup-container .minimal-form button svg line {
            stroke: #fff; }
      .popup-container .minimal-form .checkbox-container {
        width: 100%;
        display: grid;
        grid-template-columns: 30px 1fr; }
        .popup-container .minimal-form .checkbox-container input[type=checkbox] {
          width: 15px;
          height: 15px;
          background-color: transparent;
          border: 2px #C7C3C0 solid; }
        .popup-container .minimal-form .checkbox-container label {
          text-align: left; }
    .popup-container .blog-cat {
      list-style: none; }
      .popup-container .blog-cat li {
        font-family: "font5";
        font-size: 18px;
        margin-bottom: 15px; }
        .popup-container .blog-cat li a {
          color: #fff;
          display: block; }
  .video-popup-container {
    background-color: #000; }
    .video-popup-container video {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate3d(0, -50%, 0);
      width: 100%;
      height: 70vh; }
  .footer {
    width: 100%;
    background-color: #fff;
    padding: 70px 0;
    padding-bottom: 150px !important; }
    .footer .text-logo {
      font-size: 21px;
      font-family: "font6";
      letter-spacing: 5px;
      color: #141414;
      text-align: center; }
    .footer .footer-nav li {
      margin: 0 !important;
      padding: 10px;
      font-family: "font6"; }
      .footer .footer-nav li a {
        color: #141414; }
    .footer .copyright {
      display: grid;
      grid-template-columns: 1fr; }
      .footer .copyright div {
        align-self: center;
        align-content: center;
        text-align: center; }
        .footer .copyright div svg {
          margin-top: 3px; }
        .footer .copyright div .flag {
          opacity: 0;
          transform: translate3d(0, 100%, 0) scale(0.6); }
        .footer .copyright div:first-child {
          text-align: right;
          display: grid;
          grid-template-columns: auto auto;
          grid-column-gap: 10px;
          align-content: center; }
          .footer .copyright div:first-child span {
            align-self: center;
            color: #141414; }
            .footer .copyright div:first-child span:first-child {
              text-align: right; }
            .footer .copyright div:first-child span:nth-child(2) {
              text-align: left; }
        .footer .copyright div:nth-child(2) {
          text-align: center; }
        .footer .copyright div:nth-child(3) {
          text-align: left; }
      .footer .copyright .line {
        width: 1px;
        height: 25px;
        background-color: #D8D8D8;
        margin: auto; } }

@media (min-width: 1200px) {
  body {
    height: 100vh;
    background: #000;
    color: #fff;
    overflow: hidden !important; }
  .main-container,
  main {
    overflow: hidden !important;
    width: 100vw; }
  .lg-desktop-sided-padding-30 {
    padding: 0 30px; }
  .desktop-padding-70 {
    padding: 35px 0; }
  .desktop-padding-10vw {
    padding: 0 10vw; }
  .desktop-padding-100 {
    padding: 50px 0; }
  .desktop-padding-125 {
    padding: 62.5px; }
  .desktop-padding-170 {
    padding: 85px 0; }
  .desktop-padding-200 {
    padding: 100px 0; }
  .desktop-padding-230 {
    padding: 115px 0; }
  .desktop-padding-250 {
    padding: 125px 0; }
  .desktop-padding-280 {
    padding: 140px 0; }
  .desktop-width-430 {
    width: 430px; }
  .header {
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1); }
    .header .logo {
      width: 30px;
      padding-top: 60px;
      margin: auto;
      transition: all 1s cubic-bezier(0.16, 1, 0.3, 1); }
    .header .header-lines-active {
      z-index: 12; }
    .header .header-lines {
      width: calc(100% - 160px);
      position: absolute;
      top: 0;
      padding-top: 26px;
      left: 80px; }
      .header .header-lines .left {
        position: absolute;
        left: 0;
        z-index: 5; }
        .header .header-lines .left .line {
          width: 1px;
          background-color: #fff;
          position: absolute;
          transform: translate3d(0, -100%, 0);
          opacity: 0; }
          .header .header-lines .left .line:nth-child(1) {
            height: 12px;
            left: 0;
            top: 4px; }
          .header .header-lines .left .line:nth-child(2) {
            height: 16px;
            top: 2px;
            left: 20px; }
          .header .header-lines .left .line:nth-child(3) {
            height: 20px;
            top: 0;
            left: 40px; }
      .header .header-lines .right {
        position: absolute;
        right: 0;
        z-index: 5; }
        .header .header-lines .right .line {
          width: 1px;
          background-color: #fff;
          position: absolute; }
          .header .header-lines .right .line:nth-child(1) {
            height: 20px;
            right: 40px;
            top: 0; }
          .header .header-lines .right .line:nth-child(2) {
            height: 16px;
            top: 2px;
            right: 20px; }
          .header .header-lines .right .line:nth-child(3) {
            height: 12px;
            top: 4px;
            right: 0; }
  .header-active-scroll {
    height: 70px;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    background: rgba(0, 0, 0, 0.1); }
    .header-active-scroll .logo {
      padding-top: 0px !important;
      width: 25px !important;
      margin-top: 20px !important;
      transition: all 1s cubic-bezier(0.16, 1, 0.3, 1); }
    .header-active-scroll .desktop-header nav {
      margin-top: 20px !important;
      transform: scale(0.95);
      opacity: 0 !important;
      transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
    .header-active-scroll .header-lines {
      transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
      .header-active-scroll .header-lines .left,
      .header-active-scroll .header-lines .right {
        transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
    .header-active-scroll:hover .desktop-header nav {
      transform: scale(1);
      opacity: 1 !important; }
    .header-active-scroll:hover .header-lines {
      opacity: 0; }
      .header-active-scroll:hover .header-lines .left {
        transform: translate3d(-50%, 0, 0) scale(0.9); }
      .header-active-scroll:hover .header-lines .right {
        transform: translate3d(50%, 0, 0) scale(0.9); }
  .fix-header .desktop-header nav {
    margin-top: 30px !important; }
  .fix-header .desktop-header .logo {
    padding-top: 20px !important; }
  .mobile-header {
    display: none; }
  .nav-container {
    display: none; }
  .desktop-header {
    display: grid;
    grid-template-columns: 1fr 230px 1fr;
    text-align: center;
    position: fixed;
    left: 0;
    width: 99.85vw;
    z-index: 11;
    overflow: hidden; }
    .desktop-header nav {
      transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
      margin-top: 70px; }
      .desktop-header nav ul {
        list-style: none; }
        .desktop-header nav ul li {
          display: inline-block;
          padding: 0 25px; }
          .desktop-header nav ul li a {
            line-height: 30px;
            display: inline-block;
            position: relative;
            overflow-x: hidden !important; }
            .desktop-header nav ul li a:after {
              width: 100%;
              height: 1px;
              position: absolute;
              left: 0;
              bottom: 0;
              transform: translate3d(-105%, 0, 0);
              content: " ";
              background-color: #fff;
              transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
            .desktop-header nav ul li a:hover:after {
              transform: translate3d(0, 0, 0); }
      .desktop-header nav:first-child {
        text-align: right; }
        .desktop-header nav:first-child ul li:last-child {
          padding-right: 0; }
      .desktop-header nav:last-child {
        text-align: left; }
        .desktop-header nav:last-child ul li:first-child {
          padding-left: 0; }
    .desktop-header .logo {
      padding-top: 60px;
      width: 30px;
      margin: auto;
      opacity: 0;
      transform: scale(1.3) translate3d(0, 30px, 0); }
  .desktop-visible {
    visibility: visible; }
  .desktop-invisible {
    visibility: hidden; }
  .desktop-block {
    display: block; }
  .desktop-none {
    display: none; }
  h1, .h1 {
    font-family: "font5";
    font-size: 77px;
    line-height: 94px;
    font-weight: 100; }
  h2, .h2 {
    font-family: "font5";
    font-size: 68px;
    line-height: 66px;
    font-weight: 100; }
  h3, .h3 {
    font-family: "font5";
    font-size: 40px;
    line-height: 46px;
    font-weight: 100; }
  h4, .h4 {
    font-family: "font5";
    font-size: 32px;
    line-height: 38px;
    font-weight: 100; }
  .h5 {
    font-family: "font5";
    font-size: 26px;
    line-height: 32px;
    font-weight: 100; }
  .hero-title-130 {
    font-family: "font5";
    font-size: calc(52px + (125 - 52) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 100; }
  .hero-title-160 {
    font-family: "font5";
    font-size: 130px;
    line-height: 130px;
    font-weight: 100; }
  .hero-title-188 {
    font-family: "font5";
    font-size: 188px;
    line-height: 188px;
    font-weight: 100; }
  .hero-title-100 {
    font-family: "font5";
    font-size: calc(42px + (100 - 42) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(42px + (100 - 42) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 100; }
  .hero-title-80 {
    font-family: "font5";
    font-size: calc(32px + (70  - 32) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(32px + (70  - 32) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 100; }
  .hero-title-70 {
    font-family: "font5";
    font-size: calc(32px + (60  - 32) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(32px + (60  - 32) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 100; }
  .hero-title-50 {
    font-family: "font5";
    font-size: calc(32px + (50  - 32) * ((100vw - 300px) / (1600 - 300))) !important;
    line-height: calc(32px + (50  - 32) * ((100vw - 300px) / (1600 - 300))) !important;
    font-weight: 100; }
  .hero-title-40 {
    font-family: "font5";
    font-size: calc(32px + (40  - 32) * ((100vw - 300px) / (1600 - 300))) !important;
    line-height: calc(32px + (40  - 32) * ((100vw - 300px) / (1600 - 300))) !important;
    font-weight: 100; }
  .lead {
    font-family: "font5";
    font-size: calc(16px + (26 - 16) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(22px + (40 - 22) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 400; }
  p {
    font-family: "font5";
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #BCBCBC; }
  .p-bigger {
    font-family: "font5";
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #919191; }
  .lead-paragraph {
    font-family: "font5";
    font-size: 26px;
    line-height: 33px;
    font-weight: 400; }
  .head-lead {
    font-family: "font5";
    font-size: 17px;
    line-height: 17px;
    color: #979797; }
  .nav-container .nav ul li {
    font-family: "font5";
    font-size: calc(28px + (50 - 28 ) * ((100vh - 300px) / (1600 - 326)));
    font-weight: 300;
    text-transform: uppercase; }
  .text-slider .item .title {
    font-family: "font5";
    font-weight: 100;
    font-size: 42px;
    line-height: 49px;
    color: #fff; }
  .text-slider .item .location {
    font-family: "font5";
    font-size: 14px;
    line-height: 30px;
    color: #B2B2B2; }
  .world-container .text-slider .item .title {
    font-size: 24px;
    line-height: 32px; }
  .desktop-header nav ul li {
    font-family: "font5";
    font-size: 16px; }
    .desktop-header nav ul li a {
      color: #fff; }
  q {
    text-align: center;
    font-family: "font5";
    font-size: calc(18px + (34  - 18) * ((100vw - 300px) / (1600 - 300))) !important;
    line-height: calc(21px + (47  - 21) * ((100vw - 300px) / (1600 - 300))) !important; }
  .cite {
    font-family: "font5";
    font-size: 14px;
    color: #B2B2B2; }
  .grid-services .content-grid .item a {
    color: #929292;
    font-family: "font5";
    font-weight: 100;
    text-transform: uppercase;
    font-size: 26px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 25vh;
    transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1); }
    .grid-services .content-grid .item a:hover {
      color: #fff; }
  .blog-category li a {
    font-family: "font5";
    font-size: 16px;
    line-height: 16px;
    color: #B2B2B2;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
    .blog-category li a:hover {
      color: #fff; }
  .popup-container {
    display: none; }
  .vertical-img {
    max-width: 100%;
    height: 70vh;
    position: relative;
    display: block;
    overflow: hidden; }
    .vertical-img img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      object-position: center;
      opacity: 0;
      transform: translate3d(0, 30%, 0) scale(1.2); }
    .vertical-img .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background: black;
      background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.13) 37%, rgba(0, 0, 0, 0.38) 100%); } }

@media (min-width: 1400px) {
  .desktop-sided-padding-70 {
    padding: 0 70px; }
  .padding-sided-3vw {
    padding: 0 3vw; }
  .desktop-padding-sided-5vw {
    padding: 0 5vw; }
  .xl-width360 {
    width: 360px; }
  .vertical-img {
    max-width: 545px;
    height: 80vh;
    position: relative;
    display: block;
    overflow: hidden; }
    .vertical-img img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      object-position: center;
      opacity: 0;
      transform: translate3d(0, 30%, 0) scale(1.2); }
    .vertical-img .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background: black;
      background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.13) 37%, rgba(0, 0, 0, 0.38) 100%); }
  .vertical-full {
    width: 100% !important;
    max-width: 100% !important; }
  .vertical-img-long {
    height: 90vh; }
  .vertical-img-short {
    height: 70vh; }
  .small-vertical-img {
    height: 70vh !important; }
  .vertical-img-no-padding img {
    padding: 0 !important; } }

@media (min-width: 1600px) {
  .grid-content .content {
    padding: 65px 4vw 65px 4vw; } }
