@charset 'UTF-8';
/* iPhone XS Max, XR ----------- */
@font-face {
  font-family: 'Gotham';
  src: local('Gotham Light'), local('Gotham-Light'), url("../fonts/Gotham-Light.woff2") format('woff2'), url("../fonts/Gotham-Light.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Gotham';
  src: local('Gotham Book'), local('Gotham-Book'), url("../fonts/Gotham-Book.woff2") format('woff2'), url("../fonts/Gotham-Book.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Gotham';
  src: local('Gotham Medium'), local('Gotham-Medium'), url("../fonts/Gotham-Medium.woff2") format('woff2'), url("../fonts/Gotham-Medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Gotham';
  src: local('Gotham Bold'), local('Gotham-Bold'), url("../fonts/Gotham-Bold.woff2") format('woff2'), url("../fonts/Gotham-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Gotham';
  src: local('Gotham Black'), local('Gotham-Black'), url("../fonts/Gotham-Black.woff2") format('woff2'), url("../fonts/Gotham-Black.woff") format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
/* Reset css
 ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}
/* Text-level semantics
 ========================================================================== */
sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.5em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
audio, video {
  display: inline-block;
}
/* Browser selection color
 ========================================================================== */
::-moz-selection {
  color: #fff;
  background: #112e44;
}
::selection {
  color: #fff;
  background: #112e44;
}
/**
 * Main content containers
 */
.container, .container-sm {
  width: 100%;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container-fluid {
  width: 100%;
  margin: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.container-sm {
  max-width: 920px;
}
/* row and column */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12.5px;
  margin-left: -12.5px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*="cell-"] {
  padding-right: 0;
  padding-left: 0;
}
[class*="cell-"] {
  padding-left: 12.5px;
  padding-right: 12.5px;
  position: relative;
  width: 100%;
}
/* align item */
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.align-items-center {
  align-items: center;
}
.align-content-center {
  align-content: center;
}
.align-items-end {
  align-items: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
/* column structure */
.cell-1 {
  width: 8.3333333333%;
}
.cell-2 {
  width: 16.6666666667%;
}
.cell-3 {
  width: 25%;
}
.cell-4 {
  width: 33.3333333333%;
}
.cell-5 {
  width: 41.6666666667%;
}
.cell-6 {
  width: 50%;
}
.cell-7 {
  width: 58.3333333333%;
}
.cell-8 {
  width: 66.6666666667%;
}
.cell-9 {
  width: 75%;
}
.cell-10 {
  width: 83.3333333333%;
}
.cell-11 {
  width: 91.6666666667%;
}
.cell-12 {
  width: 100%;
}
.mt-0, .m-0, .my-0 {
  margin-top: 0px;
}
.pt-0, .p-0, .py-0 {
  padding-top: 0px;
}
.mb-0, .m-0, .my-0 {
  margin-bottom: 0px;
}
.pb-0, .p-0, .py-0 {
  padding-bottom: 0px;
}
.ml-0, .m-0, .mx-0 {
  margin-left: 0px;
}
.pl-0, .p-0, .px-0 {
  padding-left: 0px;
}
.mr-0, .m-0, .mx-0 {
  margin-right: 0px;
}
.pr-0, .p-0, .px-0 {
  padding-right: 0px;
}
.mt-20, .m-20, .my-20 {
  margin-top: 20px;
}
.pt-20, .p-20, .py-20 {
  padding-top: 20px;
}
.mb-20, .m-20, .my-20 {
  margin-bottom: 20px;
}
.pb-20, .p-20, .py-20 {
  padding-bottom: 20px;
}
.ml-20, .m-20, .mx-20 {
  margin-left: 20px;
}
.pl-20, .p-20, .px-20 {
  padding-left: 20px;
}
.mr-20, .m-20, .mx-20 {
  margin-right: 20px;
}
.pr-20, .p-20, .px-20 {
  padding-right: 20px;
}
.mt-30, .m-30, .my-30 {
  margin-top: 30px;
}
.pt-30, .p-30, .py-30 {
  padding-top: 30px;
}
.mb-30, .m-30, .my-30 {
  margin-bottom: 30px;
}
.pb-30, .p-30, .py-30 {
  padding-bottom: 30px;
}
.ml-30, .m-30, .mx-30 {
  margin-left: 30px;
}
.pl-30, .p-30, .px-30 {
  padding-left: 30px;
}
.mr-30, .m-30, .mx-30 {
  margin-right: 30px;
}
.pr-30, .p-30, .px-30 {
  padding-right: 30px;
}
.mt-40, .m-40, .my-40 {
  margin-top: 40px;
}
.pt-40, .p-40, .py-40 {
  padding-top: 40px;
}
.mb-40, .m-40, .my-40 {
  margin-bottom: 40px;
}
.pb-40, .p-40, .py-40 {
  padding-bottom: 40px;
}
.ml-40, .m-40, .mx-40 {
  margin-left: 40px;
}
.pl-40, .p-40, .px-40 {
  padding-left: 40px;
}
.mr-40, .m-40, .mx-40 {
  margin-right: 40px;
}
.pr-40, .p-40, .px-40 {
  padding-right: 40px;
}
.mt-50, .m-50, .my-50 {
  margin-top: 50px;
}
.pt-50, .p-50, .py-50 {
  padding-top: 50px;
}
.mb-50, .m-50, .my-50 {
  margin-bottom: 50px;
}
.pb-50, .p-50, .py-50 {
  padding-bottom: 50px;
}
.ml-50, .m-50, .mx-50 {
  margin-left: 50px;
}
.pl-50, .p-50, .px-50 {
  padding-left: 50px;
}
.mr-50, .m-50, .mx-50 {
  margin-right: 50px;
}
.pr-50, .p-50, .px-50 {
  padding-right: 50px;
}
.mt-70, .m-70, .my-70 {
  margin-top: 70px;
}
.pt-70, .p-70, .py-70 {
  padding-top: 70px;
}
.mb-70, .m-70, .my-70 {
  margin-bottom: 70px;
}
.pb-70, .p-70, .py-70 {
  padding-bottom: 70px;
}
.ml-70, .m-70, .mx-70 {
  margin-left: 70px;
}
.pl-70, .p-70, .px-70 {
  padding-left: 70px;
}
.mr-70, .m-70, .mx-70 {
  margin-right: 70px;
}
.pr-70, .p-70, .px-70 {
  padding-right: 70px;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
@media (min-width: 481px) {
  .cell-xs-1 {
    width: 8.3333333333%;
  }
  .cell-xs-2 {
    width: 16.6666666667%;
  }
  .cell-xs-3 {
    width: 25%;
  }
  .cell-xs-4 {
    width: 33.3333333333%;
  }
  .cell-xs-5 {
    width: 41.6666666667%;
  }
  .cell-xs-6 {
    width: 50%;
  }
  .cell-xs-7 {
    width: 58.3333333333%;
  }
  .cell-xs-8 {
    width: 66.6666666667%;
  }
  .cell-xs-9 {
    width: 75%;
  }
  .cell-xs-10 {
    width: 83.3333333333%;
  }
  .cell-xs-11 {
    width: 91.6666666667%;
  }
  .cell-xs-12 {
    width: 100%;
  }
  .mt-xs-0, .m-0, .my-xs-0 {
    margin-top: 0px;
  }
  .pt-xs-0, .p-0, .py-xs-0 {
    padding-top: 0px;
  }
  .mb-xs-0, .m-0, .my-xs-0 {
    margin-bottom: 0px;
  }
  .pb-xs-0, .p-0, .py-xs-0 {
    padding-bottom: 0px;
  }
  .ml-xs-0, .m-0, .mx-xs-0 {
    margin-left: 0px;
  }
  .pl-xs-0, .p-0, .px-xs-0 {
    padding-left: 0px;
  }
  .mr-xs-0, .m-0, .mx-xs-0 {
    margin-right: 0px;
  }
  .pr-xs-0, .p-0, .px-xs-0 {
    padding-right: 0px;
  }
  .mt-xs-20, .m-20, .my-xs-20 {
    margin-top: 20px;
  }
  .pt-xs-20, .p-20, .py-xs-20 {
    padding-top: 20px;
  }
  .mb-xs-20, .m-20, .my-xs-20 {
    margin-bottom: 20px;
  }
  .pb-xs-20, .p-20, .py-xs-20 {
    padding-bottom: 20px;
  }
  .ml-xs-20, .m-20, .mx-xs-20 {
    margin-left: 20px;
  }
  .pl-xs-20, .p-20, .px-xs-20 {
    padding-left: 20px;
  }
  .mr-xs-20, .m-20, .mx-xs-20 {
    margin-right: 20px;
  }
  .pr-xs-20, .p-20, .px-xs-20 {
    padding-right: 20px;
  }
  .mt-xs-30, .m-30, .my-xs-30 {
    margin-top: 30px;
  }
  .pt-xs-30, .p-30, .py-xs-30 {
    padding-top: 30px;
  }
  .mb-xs-30, .m-30, .my-xs-30 {
    margin-bottom: 30px;
  }
  .pb-xs-30, .p-30, .py-xs-30 {
    padding-bottom: 30px;
  }
  .ml-xs-30, .m-30, .mx-xs-30 {
    margin-left: 30px;
  }
  .pl-xs-30, .p-30, .px-xs-30 {
    padding-left: 30px;
  }
  .mr-xs-30, .m-30, .mx-xs-30 {
    margin-right: 30px;
  }
  .pr-xs-30, .p-30, .px-xs-30 {
    padding-right: 30px;
  }
  .mt-xs-40, .m-40, .my-xs-40 {
    margin-top: 40px;
  }
  .pt-xs-40, .p-40, .py-xs-40 {
    padding-top: 40px;
  }
  .mb-xs-40, .m-40, .my-xs-40 {
    margin-bottom: 40px;
  }
  .pb-xs-40, .p-40, .py-xs-40 {
    padding-bottom: 40px;
  }
  .ml-xs-40, .m-40, .mx-xs-40 {
    margin-left: 40px;
  }
  .pl-xs-40, .p-40, .px-xs-40 {
    padding-left: 40px;
  }
  .mr-xs-40, .m-40, .mx-xs-40 {
    margin-right: 40px;
  }
  .pr-xs-40, .p-40, .px-xs-40 {
    padding-right: 40px;
  }
  .mt-xs-50, .m-50, .my-xs-50 {
    margin-top: 50px;
  }
  .pt-xs-50, .p-50, .py-xs-50 {
    padding-top: 50px;
  }
  .mb-xs-50, .m-50, .my-xs-50 {
    margin-bottom: 50px;
  }
  .pb-xs-50, .p-50, .py-xs-50 {
    padding-bottom: 50px;
  }
  .ml-xs-50, .m-50, .mx-xs-50 {
    margin-left: 50px;
  }
  .pl-xs-50, .p-50, .px-xs-50 {
    padding-left: 50px;
  }
  .mr-xs-50, .m-50, .mx-xs-50 {
    margin-right: 50px;
  }
  .pr-xs-50, .p-50, .px-xs-50 {
    padding-right: 50px;
  }
  .mt-xs-70, .m-70, .my-xs-70 {
    margin-top: 70px;
  }
  .pt-xs-70, .p-70, .py-xs-70 {
    padding-top: 70px;
  }
  .mb-xs-70, .m-70, .my-xs-70 {
    margin-bottom: 70px;
  }
  .pb-xs-70, .p-70, .py-xs-70 {
    padding-bottom: 70px;
  }
  .ml-xs-70, .m-70, .mx-xs-70 {
    margin-left: 70px;
  }
  .pl-xs-70, .p-70, .px-xs-70 {
    padding-left: 70px;
  }
  .mr-xs-70, .m-70, .mx-xs-70 {
    margin-right: 70px;
  }
  .pr-xs-70, .p-70, .px-xs-70 {
    padding-right: 70px;
  }
  .d-xs-none {
    display: none;
  }
  .d-xs-block {
    display: block;
  }
}
@media (min-width: 641px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }
  .cell-sm-2 {
    width: 16.6666666667%;
  }
  .cell-sm-3 {
    width: 25%;
  }
  .cell-sm-4 {
    width: 33.3333333333%;
  }
  .cell-sm-5 {
    width: 41.6666666667%;
  }
  .cell-sm-6 {
    width: 50%;
  }
  .cell-sm-7 {
    width: 58.3333333333%;
  }
  .cell-sm-8 {
    width: 66.6666666667%;
  }
  .cell-sm-9 {
    width: 75%;
  }
  .cell-sm-10 {
    width: 83.3333333333%;
  }
  .cell-sm-11 {
    width: 91.6666666667%;
  }
  .cell-sm-12 {
    width: 100%;
  }
  .mt-sm-0, .m-0, .my-sm-0 {
    margin-top: 0px;
  }
  .pt-sm-0, .p-0, .py-sm-0 {
    padding-top: 0px;
  }
  .mb-sm-0, .m-0, .my-sm-0 {
    margin-bottom: 0px;
  }
  .pb-sm-0, .p-0, .py-sm-0 {
    padding-bottom: 0px;
  }
  .ml-sm-0, .m-0, .mx-sm-0 {
    margin-left: 0px;
  }
  .pl-sm-0, .p-0, .px-sm-0 {
    padding-left: 0px;
  }
  .mr-sm-0, .m-0, .mx-sm-0 {
    margin-right: 0px;
  }
  .pr-sm-0, .p-0, .px-sm-0 {
    padding-right: 0px;
  }
  .mt-sm-20, .m-20, .my-sm-20 {
    margin-top: 20px;
  }
  .pt-sm-20, .p-20, .py-sm-20 {
    padding-top: 20px;
  }
  .mb-sm-20, .m-20, .my-sm-20 {
    margin-bottom: 20px;
  }
  .pb-sm-20, .p-20, .py-sm-20 {
    padding-bottom: 20px;
  }
  .ml-sm-20, .m-20, .mx-sm-20 {
    margin-left: 20px;
  }
  .pl-sm-20, .p-20, .px-sm-20 {
    padding-left: 20px;
  }
  .mr-sm-20, .m-20, .mx-sm-20 {
    margin-right: 20px;
  }
  .pr-sm-20, .p-20, .px-sm-20 {
    padding-right: 20px;
  }
  .mt-sm-30, .m-30, .my-sm-30 {
    margin-top: 30px;
  }
  .pt-sm-30, .p-30, .py-sm-30 {
    padding-top: 30px;
  }
  .mb-sm-30, .m-30, .my-sm-30 {
    margin-bottom: 30px;
  }
  .pb-sm-30, .p-30, .py-sm-30 {
    padding-bottom: 30px;
  }
  .ml-sm-30, .m-30, .mx-sm-30 {
    margin-left: 30px;
  }
  .pl-sm-30, .p-30, .px-sm-30 {
    padding-left: 30px;
  }
  .mr-sm-30, .m-30, .mx-sm-30 {
    margin-right: 30px;
  }
  .pr-sm-30, .p-30, .px-sm-30 {
    padding-right: 30px;
  }
  .mt-sm-40, .m-40, .my-sm-40 {
    margin-top: 40px;
  }
  .pt-sm-40, .p-40, .py-sm-40 {
    padding-top: 40px;
  }
  .mb-sm-40, .m-40, .my-sm-40 {
    margin-bottom: 40px;
  }
  .pb-sm-40, .p-40, .py-sm-40 {
    padding-bottom: 40px;
  }
  .ml-sm-40, .m-40, .mx-sm-40 {
    margin-left: 40px;
  }
  .pl-sm-40, .p-40, .px-sm-40 {
    padding-left: 40px;
  }
  .mr-sm-40, .m-40, .mx-sm-40 {
    margin-right: 40px;
  }
  .pr-sm-40, .p-40, .px-sm-40 {
    padding-right: 40px;
  }
  .mt-sm-50, .m-50, .my-sm-50 {
    margin-top: 50px;
  }
  .pt-sm-50, .p-50, .py-sm-50 {
    padding-top: 50px;
  }
  .mb-sm-50, .m-50, .my-sm-50 {
    margin-bottom: 50px;
  }
  .pb-sm-50, .p-50, .py-sm-50 {
    padding-bottom: 50px;
  }
  .ml-sm-50, .m-50, .mx-sm-50 {
    margin-left: 50px;
  }
  .pl-sm-50, .p-50, .px-sm-50 {
    padding-left: 50px;
  }
  .mr-sm-50, .m-50, .mx-sm-50 {
    margin-right: 50px;
  }
  .pr-sm-50, .p-50, .px-sm-50 {
    padding-right: 50px;
  }
  .mt-sm-70, .m-70, .my-sm-70 {
    margin-top: 70px;
  }
  .pt-sm-70, .p-70, .py-sm-70 {
    padding-top: 70px;
  }
  .mb-sm-70, .m-70, .my-sm-70 {
    margin-bottom: 70px;
  }
  .pb-sm-70, .p-70, .py-sm-70 {
    padding-bottom: 70px;
  }
  .ml-sm-70, .m-70, .mx-sm-70 {
    margin-left: 70px;
  }
  .pl-sm-70, .p-70, .px-sm-70 {
    padding-left: 70px;
  }
  .mr-sm-70, .m-70, .mx-sm-70 {
    margin-right: 70px;
  }
  .pr-sm-70, .p-70, .px-sm-70 {
    padding-right: 70px;
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }
  .cell-md-2 {
    width: 16.6666666667%;
  }
  .cell-md-3 {
    width: 25%;
  }
  .cell-md-4 {
    width: 33.3333333333%;
  }
  .cell-md-5 {
    width: 41.6666666667%;
  }
  .cell-md-6 {
    width: 50%;
  }
  .cell-md-7 {
    width: 58.3333333333%;
  }
  .cell-md-8 {
    width: 66.6666666667%;
  }
  .cell-md-9 {
    width: 75%;
  }
  .cell-md-10 {
    width: 83.3333333333%;
  }
  .cell-md-11 {
    width: 91.6666666667%;
  }
  .cell-md-12 {
    width: 100%;
  }
  .mt-md-0, .m-0, .my-md-0 {
    margin-top: 0px;
  }
  .pt-md-0, .p-0, .py-md-0 {
    padding-top: 0px;
  }
  .mb-md-0, .m-0, .my-md-0 {
    margin-bottom: 0px;
  }
  .pb-md-0, .p-0, .py-md-0 {
    padding-bottom: 0px;
  }
  .ml-md-0, .m-0, .mx-md-0 {
    margin-left: 0px;
  }
  .pl-md-0, .p-0, .px-md-0 {
    padding-left: 0px;
  }
  .mr-md-0, .m-0, .mx-md-0 {
    margin-right: 0px;
  }
  .pr-md-0, .p-0, .px-md-0 {
    padding-right: 0px;
  }
  .mt-md-20, .m-20, .my-md-20 {
    margin-top: 20px;
  }
  .pt-md-20, .p-20, .py-md-20 {
    padding-top: 20px;
  }
  .mb-md-20, .m-20, .my-md-20 {
    margin-bottom: 20px;
  }
  .pb-md-20, .p-20, .py-md-20 {
    padding-bottom: 20px;
  }
  .ml-md-20, .m-20, .mx-md-20 {
    margin-left: 20px;
  }
  .pl-md-20, .p-20, .px-md-20 {
    padding-left: 20px;
  }
  .mr-md-20, .m-20, .mx-md-20 {
    margin-right: 20px;
  }
  .pr-md-20, .p-20, .px-md-20 {
    padding-right: 20px;
  }
  .mt-md-30, .m-30, .my-md-30 {
    margin-top: 30px;
  }
  .pt-md-30, .p-30, .py-md-30 {
    padding-top: 30px;
  }
  .mb-md-30, .m-30, .my-md-30 {
    margin-bottom: 30px;
  }
  .pb-md-30, .p-30, .py-md-30 {
    padding-bottom: 30px;
  }
  .ml-md-30, .m-30, .mx-md-30 {
    margin-left: 30px;
  }
  .pl-md-30, .p-30, .px-md-30 {
    padding-left: 30px;
  }
  .mr-md-30, .m-30, .mx-md-30 {
    margin-right: 30px;
  }
  .pr-md-30, .p-30, .px-md-30 {
    padding-right: 30px;
  }
  .mt-md-40, .m-40, .my-md-40 {
    margin-top: 40px;
  }
  .pt-md-40, .p-40, .py-md-40 {
    padding-top: 40px;
  }
  .mb-md-40, .m-40, .my-md-40 {
    margin-bottom: 40px;
  }
  .pb-md-40, .p-40, .py-md-40 {
    padding-bottom: 40px;
  }
  .ml-md-40, .m-40, .mx-md-40 {
    margin-left: 40px;
  }
  .pl-md-40, .p-40, .px-md-40 {
    padding-left: 40px;
  }
  .mr-md-40, .m-40, .mx-md-40 {
    margin-right: 40px;
  }
  .pr-md-40, .p-40, .px-md-40 {
    padding-right: 40px;
  }
  .mt-md-50, .m-50, .my-md-50 {
    margin-top: 50px;
  }
  .pt-md-50, .p-50, .py-md-50 {
    padding-top: 50px;
  }
  .mb-md-50, .m-50, .my-md-50 {
    margin-bottom: 50px;
  }
  .pb-md-50, .p-50, .py-md-50 {
    padding-bottom: 50px;
  }
  .ml-md-50, .m-50, .mx-md-50 {
    margin-left: 50px;
  }
  .pl-md-50, .p-50, .px-md-50 {
    padding-left: 50px;
  }
  .mr-md-50, .m-50, .mx-md-50 {
    margin-right: 50px;
  }
  .pr-md-50, .p-50, .px-md-50 {
    padding-right: 50px;
  }
  .mt-md-70, .m-70, .my-md-70 {
    margin-top: 70px;
  }
  .pt-md-70, .p-70, .py-md-70 {
    padding-top: 70px;
  }
  .mb-md-70, .m-70, .my-md-70 {
    margin-bottom: 70px;
  }
  .pb-md-70, .p-70, .py-md-70 {
    padding-bottom: 70px;
  }
  .ml-md-70, .m-70, .mx-md-70 {
    margin-left: 70px;
  }
  .pl-md-70, .p-70, .px-md-70 {
    padding-left: 70px;
  }
  .mr-md-70, .m-70, .mx-md-70 {
    margin-right: 70px;
  }
  .pr-md-70, .p-70, .px-md-70 {
    padding-right: 70px;
  }
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
}
@media (min-width: 1024px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }
  .cell-lg-2 {
    width: 16.6666666667%;
  }
  .cell-lg-3 {
    width: 25%;
  }
  .cell-lg-4 {
    width: 33.3333333333%;
  }
  .cell-lg-5 {
    width: 41.6666666667%;
  }
  .cell-lg-6 {
    width: 50%;
  }
  .cell-lg-7 {
    width: 58.3333333333%;
  }
  .cell-lg-8 {
    width: 66.6666666667%;
  }
  .cell-lg-9 {
    width: 75%;
  }
  .cell-lg-10 {
    width: 83.3333333333%;
  }
  .cell-lg-11 {
    width: 91.6666666667%;
  }
  .cell-lg-12 {
    width: 100%;
  }
  .mt-lg-0, .m-0, .my-lg-0 {
    margin-top: 0px;
  }
  .pt-lg-0, .p-0, .py-lg-0 {
    padding-top: 0px;
  }
  .mb-lg-0, .m-0, .my-lg-0 {
    margin-bottom: 0px;
  }
  .pb-lg-0, .p-0, .py-lg-0 {
    padding-bottom: 0px;
  }
  .ml-lg-0, .m-0, .mx-lg-0 {
    margin-left: 0px;
  }
  .pl-lg-0, .p-0, .px-lg-0 {
    padding-left: 0px;
  }
  .mr-lg-0, .m-0, .mx-lg-0 {
    margin-right: 0px;
  }
  .pr-lg-0, .p-0, .px-lg-0 {
    padding-right: 0px;
  }
  .mt-lg-20, .m-20, .my-lg-20 {
    margin-top: 20px;
  }
  .pt-lg-20, .p-20, .py-lg-20 {
    padding-top: 20px;
  }
  .mb-lg-20, .m-20, .my-lg-20 {
    margin-bottom: 20px;
  }
  .pb-lg-20, .p-20, .py-lg-20 {
    padding-bottom: 20px;
  }
  .ml-lg-20, .m-20, .mx-lg-20 {
    margin-left: 20px;
  }
  .pl-lg-20, .p-20, .px-lg-20 {
    padding-left: 20px;
  }
  .mr-lg-20, .m-20, .mx-lg-20 {
    margin-right: 20px;
  }
  .pr-lg-20, .p-20, .px-lg-20 {
    padding-right: 20px;
  }
  .mt-lg-30, .m-30, .my-lg-30 {
    margin-top: 30px;
  }
  .pt-lg-30, .p-30, .py-lg-30 {
    padding-top: 30px;
  }
  .mb-lg-30, .m-30, .my-lg-30 {
    margin-bottom: 30px;
  }
  .pb-lg-30, .p-30, .py-lg-30 {
    padding-bottom: 30px;
  }
  .ml-lg-30, .m-30, .mx-lg-30 {
    margin-left: 30px;
  }
  .pl-lg-30, .p-30, .px-lg-30 {
    padding-left: 30px;
  }
  .mr-lg-30, .m-30, .mx-lg-30 {
    margin-right: 30px;
  }
  .pr-lg-30, .p-30, .px-lg-30 {
    padding-right: 30px;
  }
  .mt-lg-40, .m-40, .my-lg-40 {
    margin-top: 40px;
  }
  .pt-lg-40, .p-40, .py-lg-40 {
    padding-top: 40px;
  }
  .mb-lg-40, .m-40, .my-lg-40 {
    margin-bottom: 40px;
  }
  .pb-lg-40, .p-40, .py-lg-40 {
    padding-bottom: 40px;
  }
  .ml-lg-40, .m-40, .mx-lg-40 {
    margin-left: 40px;
  }
  .pl-lg-40, .p-40, .px-lg-40 {
    padding-left: 40px;
  }
  .mr-lg-40, .m-40, .mx-lg-40 {
    margin-right: 40px;
  }
  .pr-lg-40, .p-40, .px-lg-40 {
    padding-right: 40px;
  }
  .mt-lg-50, .m-50, .my-lg-50 {
    margin-top: 50px;
  }
  .pt-lg-50, .p-50, .py-lg-50 {
    padding-top: 50px;
  }
  .mb-lg-50, .m-50, .my-lg-50 {
    margin-bottom: 50px;
  }
  .pb-lg-50, .p-50, .py-lg-50 {
    padding-bottom: 50px;
  }
  .ml-lg-50, .m-50, .mx-lg-50 {
    margin-left: 50px;
  }
  .pl-lg-50, .p-50, .px-lg-50 {
    padding-left: 50px;
  }
  .mr-lg-50, .m-50, .mx-lg-50 {
    margin-right: 50px;
  }
  .pr-lg-50, .p-50, .px-lg-50 {
    padding-right: 50px;
  }
  .mt-lg-70, .m-70, .my-lg-70 {
    margin-top: 70px;
  }
  .pt-lg-70, .p-70, .py-lg-70 {
    padding-top: 70px;
  }
  .mb-lg-70, .m-70, .my-lg-70 {
    margin-bottom: 70px;
  }
  .pb-lg-70, .p-70, .py-lg-70 {
    padding-bottom: 70px;
  }
  .ml-lg-70, .m-70, .mx-lg-70 {
    margin-left: 70px;
  }
  .pl-lg-70, .p-70, .px-lg-70 {
    padding-left: 70px;
  }
  .mr-lg-70, .m-70, .mx-lg-70 {
    margin-right: 70px;
  }
  .pr-lg-70, .p-70, .px-lg-70 {
    padding-right: 70px;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
}
@media (min-width: 1170px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }
  .cell-xl-2 {
    width: 16.6666666667%;
  }
  .cell-xl-3 {
    width: 25%;
  }
  .cell-xl-4 {
    width: 33.3333333333%;
  }
  .cell-xl-5 {
    width: 41.6666666667%;
  }
  .cell-xl-6 {
    width: 50%;
  }
  .cell-xl-7 {
    width: 58.3333333333%;
  }
  .cell-xl-8 {
    width: 66.6666666667%;
  }
  .cell-xl-9 {
    width: 75%;
  }
  .cell-xl-10 {
    width: 83.3333333333%;
  }
  .cell-xl-11 {
    width: 91.6666666667%;
  }
  .cell-xl-12 {
    width: 100%;
  }
  .mt-xl-0, .m-0, .my-xl-0 {
    margin-top: 0px;
  }
  .pt-xl-0, .p-0, .py-xl-0 {
    padding-top: 0px;
  }
  .mb-xl-0, .m-0, .my-xl-0 {
    margin-bottom: 0px;
  }
  .pb-xl-0, .p-0, .py-xl-0 {
    padding-bottom: 0px;
  }
  .ml-xl-0, .m-0, .mx-xl-0 {
    margin-left: 0px;
  }
  .pl-xl-0, .p-0, .px-xl-0 {
    padding-left: 0px;
  }
  .mr-xl-0, .m-0, .mx-xl-0 {
    margin-right: 0px;
  }
  .pr-xl-0, .p-0, .px-xl-0 {
    padding-right: 0px;
  }
  .mt-xl-20, .m-20, .my-xl-20 {
    margin-top: 20px;
  }
  .pt-xl-20, .p-20, .py-xl-20 {
    padding-top: 20px;
  }
  .mb-xl-20, .m-20, .my-xl-20 {
    margin-bottom: 20px;
  }
  .pb-xl-20, .p-20, .py-xl-20 {
    padding-bottom: 20px;
  }
  .ml-xl-20, .m-20, .mx-xl-20 {
    margin-left: 20px;
  }
  .pl-xl-20, .p-20, .px-xl-20 {
    padding-left: 20px;
  }
  .mr-xl-20, .m-20, .mx-xl-20 {
    margin-right: 20px;
  }
  .pr-xl-20, .p-20, .px-xl-20 {
    padding-right: 20px;
  }
  .mt-xl-30, .m-30, .my-xl-30 {
    margin-top: 30px;
  }
  .pt-xl-30, .p-30, .py-xl-30 {
    padding-top: 30px;
  }
  .mb-xl-30, .m-30, .my-xl-30 {
    margin-bottom: 30px;
  }
  .pb-xl-30, .p-30, .py-xl-30 {
    padding-bottom: 30px;
  }
  .ml-xl-30, .m-30, .mx-xl-30 {
    margin-left: 30px;
  }
  .pl-xl-30, .p-30, .px-xl-30 {
    padding-left: 30px;
  }
  .mr-xl-30, .m-30, .mx-xl-30 {
    margin-right: 30px;
  }
  .pr-xl-30, .p-30, .px-xl-30 {
    padding-right: 30px;
  }
  .mt-xl-40, .m-40, .my-xl-40 {
    margin-top: 40px;
  }
  .pt-xl-40, .p-40, .py-xl-40 {
    padding-top: 40px;
  }
  .mb-xl-40, .m-40, .my-xl-40 {
    margin-bottom: 40px;
  }
  .pb-xl-40, .p-40, .py-xl-40 {
    padding-bottom: 40px;
  }
  .ml-xl-40, .m-40, .mx-xl-40 {
    margin-left: 40px;
  }
  .pl-xl-40, .p-40, .px-xl-40 {
    padding-left: 40px;
  }
  .mr-xl-40, .m-40, .mx-xl-40 {
    margin-right: 40px;
  }
  .pr-xl-40, .p-40, .px-xl-40 {
    padding-right: 40px;
  }
  .mt-xl-50, .m-50, .my-xl-50 {
    margin-top: 50px;
  }
  .pt-xl-50, .p-50, .py-xl-50 {
    padding-top: 50px;
  }
  .mb-xl-50, .m-50, .my-xl-50 {
    margin-bottom: 50px;
  }
  .pb-xl-50, .p-50, .py-xl-50 {
    padding-bottom: 50px;
  }
  .ml-xl-50, .m-50, .mx-xl-50 {
    margin-left: 50px;
  }
  .pl-xl-50, .p-50, .px-xl-50 {
    padding-left: 50px;
  }
  .mr-xl-50, .m-50, .mx-xl-50 {
    margin-right: 50px;
  }
  .pr-xl-50, .p-50, .px-xl-50 {
    padding-right: 50px;
  }
  .mt-xl-70, .m-70, .my-xl-70 {
    margin-top: 70px;
  }
  .pt-xl-70, .p-70, .py-xl-70 {
    padding-top: 70px;
  }
  .mb-xl-70, .m-70, .my-xl-70 {
    margin-bottom: 70px;
  }
  .pb-xl-70, .p-70, .py-xl-70 {
    padding-bottom: 70px;
  }
  .ml-xl-70, .m-70, .mx-xl-70 {
    margin-left: 70px;
  }
  .pl-xl-70, .p-70, .px-xl-70 {
    padding-left: 70px;
  }
  .mr-xl-70, .m-70, .mx-xl-70 {
    margin-right: 70px;
  }
  .pr-xl-70, .p-70, .px-xl-70 {
    padding-right: 70px;
  }
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
}
@media (min-width: 1300px) {
  .cell-xxl-1 {
    width: 8.3333333333%;
  }
  .cell-xxl-2 {
    width: 16.6666666667%;
  }
  .cell-xxl-3 {
    width: 25%;
  }
  .cell-xxl-4 {
    width: 33.3333333333%;
  }
  .cell-xxl-5 {
    width: 41.6666666667%;
  }
  .cell-xxl-6 {
    width: 50%;
  }
  .cell-xxl-7 {
    width: 58.3333333333%;
  }
  .cell-xxl-8 {
    width: 66.6666666667%;
  }
  .cell-xxl-9 {
    width: 75%;
  }
  .cell-xxl-10 {
    width: 83.3333333333%;
  }
  .cell-xxl-11 {
    width: 91.6666666667%;
  }
  .cell-xxl-12 {
    width: 100%;
  }
  .mt-xxl-0, .m-0, .my-xxl-0 {
    margin-top: 0px;
  }
  .pt-xxl-0, .p-0, .py-xxl-0 {
    padding-top: 0px;
  }
  .mb-xxl-0, .m-0, .my-xxl-0 {
    margin-bottom: 0px;
  }
  .pb-xxl-0, .p-0, .py-xxl-0 {
    padding-bottom: 0px;
  }
  .ml-xxl-0, .m-0, .mx-xxl-0 {
    margin-left: 0px;
  }
  .pl-xxl-0, .p-0, .px-xxl-0 {
    padding-left: 0px;
  }
  .mr-xxl-0, .m-0, .mx-xxl-0 {
    margin-right: 0px;
  }
  .pr-xxl-0, .p-0, .px-xxl-0 {
    padding-right: 0px;
  }
  .mt-xxl-20, .m-20, .my-xxl-20 {
    margin-top: 20px;
  }
  .pt-xxl-20, .p-20, .py-xxl-20 {
    padding-top: 20px;
  }
  .mb-xxl-20, .m-20, .my-xxl-20 {
    margin-bottom: 20px;
  }
  .pb-xxl-20, .p-20, .py-xxl-20 {
    padding-bottom: 20px;
  }
  .ml-xxl-20, .m-20, .mx-xxl-20 {
    margin-left: 20px;
  }
  .pl-xxl-20, .p-20, .px-xxl-20 {
    padding-left: 20px;
  }
  .mr-xxl-20, .m-20, .mx-xxl-20 {
    margin-right: 20px;
  }
  .pr-xxl-20, .p-20, .px-xxl-20 {
    padding-right: 20px;
  }
  .mt-xxl-30, .m-30, .my-xxl-30 {
    margin-top: 30px;
  }
  .pt-xxl-30, .p-30, .py-xxl-30 {
    padding-top: 30px;
  }
  .mb-xxl-30, .m-30, .my-xxl-30 {
    margin-bottom: 30px;
  }
  .pb-xxl-30, .p-30, .py-xxl-30 {
    padding-bottom: 30px;
  }
  .ml-xxl-30, .m-30, .mx-xxl-30 {
    margin-left: 30px;
  }
  .pl-xxl-30, .p-30, .px-xxl-30 {
    padding-left: 30px;
  }
  .mr-xxl-30, .m-30, .mx-xxl-30 {
    margin-right: 30px;
  }
  .pr-xxl-30, .p-30, .px-xxl-30 {
    padding-right: 30px;
  }
  .mt-xxl-40, .m-40, .my-xxl-40 {
    margin-top: 40px;
  }
  .pt-xxl-40, .p-40, .py-xxl-40 {
    padding-top: 40px;
  }
  .mb-xxl-40, .m-40, .my-xxl-40 {
    margin-bottom: 40px;
  }
  .pb-xxl-40, .p-40, .py-xxl-40 {
    padding-bottom: 40px;
  }
  .ml-xxl-40, .m-40, .mx-xxl-40 {
    margin-left: 40px;
  }
  .pl-xxl-40, .p-40, .px-xxl-40 {
    padding-left: 40px;
  }
  .mr-xxl-40, .m-40, .mx-xxl-40 {
    margin-right: 40px;
  }
  .pr-xxl-40, .p-40, .px-xxl-40 {
    padding-right: 40px;
  }
  .mt-xxl-50, .m-50, .my-xxl-50 {
    margin-top: 50px;
  }
  .pt-xxl-50, .p-50, .py-xxl-50 {
    padding-top: 50px;
  }
  .mb-xxl-50, .m-50, .my-xxl-50 {
    margin-bottom: 50px;
  }
  .pb-xxl-50, .p-50, .py-xxl-50 {
    padding-bottom: 50px;
  }
  .ml-xxl-50, .m-50, .mx-xxl-50 {
    margin-left: 50px;
  }
  .pl-xxl-50, .p-50, .px-xxl-50 {
    padding-left: 50px;
  }
  .mr-xxl-50, .m-50, .mx-xxl-50 {
    margin-right: 50px;
  }
  .pr-xxl-50, .p-50, .px-xxl-50 {
    padding-right: 50px;
  }
  .mt-xxl-70, .m-70, .my-xxl-70 {
    margin-top: 70px;
  }
  .pt-xxl-70, .p-70, .py-xxl-70 {
    padding-top: 70px;
  }
  .mb-xxl-70, .m-70, .my-xxl-70 {
    margin-bottom: 70px;
  }
  .pb-xxl-70, .p-70, .py-xxl-70 {
    padding-bottom: 70px;
  }
  .ml-xxl-70, .m-70, .mx-xxl-70 {
    margin-left: 70px;
  }
  .pl-xxl-70, .p-70, .px-xxl-70 {
    padding-left: 70px;
  }
  .mr-xxl-70, .m-70, .mx-xxl-70 {
    margin-right: 70px;
  }
  .pr-xxl-70, .p-70, .px-xxl-70 {
    padding-right: 70px;
  }
  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
}
/* text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
/* wordpress align class */
.alignnone {
  float: none;
  margin: 20px 0;
}
.aligncenter {
  display: block;
  clear: both;
  margin: 20px auto;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
/**
 * Basic typography style for copy text
 */
body {
  min-height: 100%;
  height: auto;
  color: #112e44;
  font-size: 18px;
  font-family: 'Gotham', 'Arial', sans-serif;
  line-height: 1.4;
  background-color: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 16px;
  }
}
h1, .h1 {
  margin-bottom: 15px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.4;
  color: #112e44;
}
h1 a, .h1 a {
  color: inherit;
  text-decoration: none;
}
h2, .h2 {
  margin-bottom: 15px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.4;
  color: #112e44;
}
h2 a, .h2 a {
  color: inherit;
  text-decoration: none;
}
h3, .h3 {
  margin-bottom: 15px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.4;
  color: #112e44;
}
h3 a, .h3 a {
  color: inherit;
  text-decoration: none;
}
h4, .h4 {
  margin-bottom: 15px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.4;
  color: #112e44;
}
h4 a, .h4 a {
  color: inherit;
  text-decoration: none;
}
h5, .h5 {
  margin-bottom: 15px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.4;
  color: #112e44;
}
h5 a, .h5 a {
  color: inherit;
  text-decoration: none;
}
h6, .h6 {
  margin-bottom: 15px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.4;
  color: #112e44;
}
h6 a, .h6 a {
  color: inherit;
  text-decoration: none;
}
h1, .h1 {
  font-size: 5em;
  font-weight: 700;
}
@media (max-width: 1169px) {
  h1, .h1 {
    font-size: 3.3333333333em;
  }
}
@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 2.2727272727em;
  }
}
h2, .h2 {
  font-size: 2.7777777778em;
  font-weight: 400;
}
@media (max-width: 1169px) {
  h2, .h2 {
    font-size: 2.2222222222em;
  }
}
@media (max-width: 1023px) {
  h2, .h2 {
    font-size: 2.1367521368em;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 24px;
  }
}
h3, .h3 {
  font-size: 1.6666666667em;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 1.3333333333em;
  }
}
h4, .h4 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 20px;
  }
}
h5, .h5 {
  font-size: 20px;
  line-height: 1.35;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 16px;
  }
}
h6, .h6 {
  font-size: 18px;
}
@media (max-width: 767px) {
}
p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.7;
}
p:last-child {
  margin-bottom: 0;
}
ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
ul ul {
  margin-bottom: 0;
}
ul li {
  padding-top: 6px;
  padding-bottom: 6px;
}
ul li:last-child {
  padding-bottom: 0;
}
ol {
  padding-left: 20px;
  margin-bottom: 15px;
}
ol ol {
  margin-bottom: 0;
}
ol li {
  padding-top: 6px;
  padding-bottom: 6px;
}
ol li:last-child {
  padding-bottom: 0;
}
blockquote {
  position: relative;
  display: block;
  margin-bottom: 25px;
  padding: 20px 20px;
  text-align: left;
  line-height: 2;
  font-size: 20px;
  font-style: italic;
  color: #fff;
  background-color: #464a4c;
  border-left: 4px solid #112e44;
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
hr {
  height: 0;
  margin: 10px auto 40px;
  border: 0 #000 solid;
  border-top-width: 1px;
  overflow: visible;
}
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: none;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
/* Link
 ------------------------------------------------------------------------------*/
a {
  color: #00a2dd;
  border: 0;
  text-decoration: none;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:hover, a:focus {
  color: #112e44;
  color: #006c99;
  outline: none;
}
/* Tables
 ------------------------------------------------------------------------------*/
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  text-align: left;
  font-weight: normal;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td, .table-bordered th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
/* buttons */
.btn, .btn-sm, button, input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-block;
  padding: 10px 15px;
  vertical-align: top;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  background-color: #112e44;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  text-decoration: none;
}
.btn:hover, .btn-sm:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .btn:focus, .btn-sm:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #fbb516;
}
.btn-link {
  display: inline-block;
  margin-bottom: 2px;
  color: #00a2dd;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  text-decoration: none;
}
.btn-link.dark {
  color: #00a2dd;
}
.btn-link:hover, .btn-link:focus {
  color: #fbb516;
  text-decoration: none;
}
.btn-sm {
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.btn.secondary, .btn-sm.secondary, button.secondary, input[type="button"].secondary, input[type="reset"].secondary, input[type="submit"].secondary {
  background-color: #00a2dd;
}
.btn.secondary:hover, .btn-sm.secondary:hover, button.secondary:hover, input[type="button"].secondary:hover, input[type="reset"].secondary:hover, input[type="submit"].secondary:hover {
  background-color: #fbb516;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}
label {
  display: block;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 500;
  font-family: 'Gotham', 'Arial', sans-serif;
  font-size: 16px;
  color: #081a31;
}
input, textarea, button, select {
  font-family: 'Gotham', 'Arial', sans-serif;
}
input[type="url"], input[type="text"], input[type="submit"], input[type="button"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea {
  -webkit-appearance: none;
  outline: none;
}
input[type="url"], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], textarea, select {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #9da7ae;
  border-radius: 0;
}
input[type="url"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
  border-color: #112e44;
  outline: none;
}
textarea {
  height: 150px;
  padding: 20px 15px;
  resize: none;
  overflow: auto;
}
select {
  -webkit-appearance: none;
  padding-right: 1.875em;
  background-image: url(../images/select-down-arrow.svg);
  background-size: 13px 13px;
  background-position: right 0.5em center;
  background-repeat: no-repeat;
}
select:focus {
  outline: none;
}
/* for ie */
select::-ms-expand {
  display: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}
.form-group {
  margin-bottom: 10px;
}
.checkbox-group {
  margin-top: 15px;
  margin-bottom: 25px;
}
.checkbox-group input {
  opacity: 0;
  position: absolute;
  height: initial;
  width: initial;
}
.checkbox-group input:checked + label:before {
  background-image: url("../images/tick-mark.svg");
}
.checkbox-group label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
  margin: 0;
  font-size: 12px;
  cursor: pointer;
  font-weight: 300;
}
.checkbox-group label a {
  font-weight: 500;
}
.checkbox-group label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  height: 25px;
  width: 25px;
  background-color: #00a2dd;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #9da7ae;
  border-radius: 0;
  cursor: pointer;
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}
.form-download {
  width: 340px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  padding: 25px;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 1023px) {
  .form-download {
    width: 300px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .form-download {
    position: static;
    width: 100%;
    box-shadow: none;
    padding: 0;
  }
}
.form-download .error {
  padding: 10px 0;
  text-align: center;
}
.form-download .error span {
  color: red;
  font-size: 16px;
}
.form-download .form-header .h4 {
  line-height: 1.25;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  .form-download .form-header .h4 {
    margin-bottom: 25px;
    line-height: 1.1;
  }
}
.form-download .form-group:last-child {
  margin-bottom: 0;
  margin-top: 15px;
}
.form-download .form-group:last-child label {
  margin: 0;
}
.form-download .form-group .error span {
  font-size: 16px;
  color: red;
}
.form-download .form-group.small-text label {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
.form-download .form-group.small-text label a {
  font-weight: 500;
}
.form-download .form-group input[type="submit"] {
  width: 100%;
  display: block;
  background-color: #00a2dd;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.form-download .form-group input[type="submit"]:hover {
  background-color: #112e44;
}
.form-download .gform_wrapper {
  margin: 0;
}
.form-download .gform_wrapper .validation_error {
  padding: 0;
  border: 0;
  color: red;
  font-weight: 400;
  font-size: 18px;
}
.form-download .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
.form-download .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
  background-color: #00a2dd;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.form-download .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #112e44;
}
.form-download .gform_wrapper .gform_footer .indicate label {
  font-weight: 300;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0;
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield {
  margin: 0 0 13px 0;
  padding: 0;
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield .gfield_required {
  color: inherit;
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield .validation_message {
  color: red;
  padding: 0;
  font-weight: 500;
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield.gfield_error {
  background: transparent;
  border: 0;
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .form-download .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gform_wrapper li.gfield_error textarea, .form-download .gform_wrapper .gform_body .gform_fields .gfield.gfield_error select {
  border-color: red;
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_label {
  margin: 0;
  color: inherit;
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_checkbox li label:before {
  border-color: red !important;
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield.wp-form-title {
  font-size: 24px;
  font-family: 'Gotham', 'Arial', sans-serif;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  .form-download .gform_wrapper .gform_body .gform_fields .gfield.wp-form-title {
    margin-bottom: 25px;
    line-height: 1.1;
  }
}
@media (max-width: 1023px) {
  .form-download .gform_wrapper .gform_body .gform_fields .gfield.wp-form-title {
    font-size: 20px;
  }
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield.wp-rules, .form-download .gform_wrapper .gform_body .gform_fields .gfield.indicate {
  font-size: 12px;
  font-weight: 300;
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield.wp-rules a, .form-download .gform_wrapper .gform_body .gform_fields .gfield.indicate a {
  font-weight: 500;
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-weight: 500;
  font-size: 16px;
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
  margin: 0;
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select, .form-download .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 5px 15px;
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox {
  margin: 0;
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li input {
  opacity: 0;
  position: absolute;
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li input:checked + label {
  font-weight: 300;
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li input:checked + label:before {
  background-image: url("../images/tick-mark.svg");
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li input:checked + label:after {
  display: none;
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
  margin: 0;
  font-size: 12px;
  cursor: pointer;
  font-weight: 300;
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li label a {
  font-weight: 500;
}
.form-download .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  height: 25px;
  width: 25px;
  background-color: #00a2dd;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #9da7ae;
  border-radius: 0;
  cursor: pointer;
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}
[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
  /* Fix IE11 */
}
.fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-x .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min, .irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #fff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #b4b9be 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919ba5 30%, white 100%);
}
.irs--big .irs-min, .irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #fff 0%, #919ba5 30%, #fff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1), .irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3), .irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min, .irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min, .irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min, .irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min, .irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}
.wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  min-height: 100%;
  background-color: #fff;
}
.main-container {
  width: 100%;
}
.main-content {
  padding-top: 64px;
}
@media (max-width: 767px) {
  .main-content {
    padding-top: 48.7px;
  }
}
.slick-dots li {
  padding: 0 5px;
}
.viewport {
  height: 100vh;
}
.image-fit {
  position: relative;
  overflow: hidden;
}
.image-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.space-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .space-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.space-medium {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .space-medium {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.space-large {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1169px) {
  .space-large {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .space-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.list-style, .list-style-yellow p {
  position: relative;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1299px) {
  .list-style, .list-style-yellow p {
    padding-left: 1.25em;
  }
}
@media (max-width: 767px) {
  .list-style, .list-style-yellow p {
    font-size: 16px;
  }
}
.list-style:before, .list-style-yellow p:before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: -1.2em;
  width: 0.6em;
  height: 0.8em;
}
@media (max-width: 1299px) {
  .list-style:before, .list-style-yellow p:before {
    left: 0;
  }
}
.list-style:before {
  background: url(../images/blue-triangle.png) no-repeat center / contain;
}
.list-style-yellow p:before {
  background: url(../images/yellow-triangle.svg) no-repeat center / contain;
}
.bg-yellow {
  background-color: #fbb516;
}
.bg-navyblue {
  background-color: #112e44;
}
.bg-lightgray {
  background-color: #eee;
}
.bg-white {
  background-color: #fff;
}
.bg-blue {
  background-color: #00a2dd;
}
.bg-blue-dark {
  background-color: #006c9a;
}
.bg-gray {
  background-color: #d8d8d8;
}
.inner-text-white * {
  color: #fff;
}
.bg-gradient, .upcoming-comp {
  background: -moz-linear-gradient(top, #fbb516 55%, #112e44 55%);
  background: -webkit-linear-gradient(top, #fbb516 55%, #112e44 55%);
  background: linear-gradient(to bottom, #fbb516 55%, #112e44 55%);
}
.zoom-image {
  overflow: hidden;
}
.zoom-image.in-view .img, .zoom-image.in-view figure {
  -webkit-animation: image-zoom 6s forwards ease;
  -moz-animation: image-zoom 6s forwards ease;
  -ms-animation: image-zoom 6s forwards ease;
  -o-animation: image-zoom 6s forwards ease;
  animation: image-zoom 6s forwards ease;
}
h2 sub, h2 sup {
  font-size: 45%;
  top: -1.2em;
}
.img-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .container-sm, .container-sm .container-sm {
  margin-right: 0;
  padding: 0;
}
.editor-comp {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .editor-comp {
    margin-bottom: 30px;
  }
}
.editor-comp p a {
  font-weight: 500;
}
.editor-comp h5, .editor-comp .h5 {
  font-size: 20px;
}
.accordion .accordion-body {
  display: none;
}
.accordion .caret {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 10px;
  cursor: pointer;
}
.accordion .caret:before, .accordion .caret:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 1em;
  height: 2px;
  background: #112e44;
  transition: background 0.4s ease;
}
.accordion .caret:after {
  transform: rotate(-90deg);
  transition: all 0.2s ease;
}
.accordion.is-open .caret:after {
  transform: rotate(0);
}
.margnbtm {
  margin-bottom: 25px;
}
@-webkit-keyframes hero-slide-left {
  0% {
    background-position: left -0.1vw center;
  }
  50% {
    background-position: left -20vw center;
  }
  100% {
    background-position: left -0.1vw center;
  }
}
@-moz-keyframes hero-slide-left {
  0% {
    background-position: left -0.1vw center;
  }
  50% {
    background-position: left -20vw center;
  }
  100% {
    background-position: left -0.1vw center;
  }
}
@-ms-keyframes hero-slide-left {
  0% {
    background-position: left -0.1vw center;
  }
  50% {
    background-position: left -20vw center;
  }
  100% {
    background-position: left -0.1vw center;
  }
}
@-o-keyframes hero-slide-left {
  0% {
    background-position: left -0.1vw center;
  }
  50% {
    background-position: left -20vw center;
  }
  100% {
    background-position: left -0.1vw center;
  }
}
@keyframes hero-slide-left {
  0% {
    background-position: left -0.1vw center;
  }
  50% {
    background-position: left -20vw center;
  }
  100% {
    background-position: left -0.1vw center;
  }
}
@-webkit-keyframes rate-slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-moz-keyframes rate-slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-ms-keyframes rate-slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-o-keyframes rate-slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes rate-slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes arrow-down-bottom {
  50% {
    bottom: 0;
  }
  100% {
    bottom: 10%;
  }
}
@-moz-keyframes arrow-down-bottom {
  50% {
    bottom: 0;
  }
  100% {
    bottom: 10%;
  }
}
@-ms-keyframes arrow-down-bottom {
  50% {
    bottom: 0;
  }
  100% {
    bottom: 10%;
  }
}
@-o-keyframes arrow-down-bottom {
  50% {
    bottom: 0;
  }
  100% {
    bottom: 10%;
  }
}
@keyframes arrow-down-bottom {
  50% {
    bottom: 0;
  }
  100% {
    bottom: 10%;
  }
}
@-webkit-keyframes image-zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
@-moz-keyframes image-zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
@-ms-keyframes image-zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
@-o-keyframes image-zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
@keyframes image-zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*--- header ---*/
.main-header {
  position: fixed;
  width: 100%;
  height: auto;
  background-color: #081b31;
  z-index: 99;
  /* nav */
}
@media (max-width: 767px) {
  .main-header {
    padding: 11px 0;
  }
}
.main-header .brand a {
  max-width: 174px;
  display: block;
}
@media (max-width: 767px) {
  .main-header .brand a {
    max-width: 105px;
  }
}
@media (max-width: 767px) {
  .navigation {
    display: none;
  }
}
.navigation ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.navigation ul li {
  position: relative;
  display: inline-flex;
  margin: 0;
  padding: 11px 0;
  list-style: none;
  font-weight: 400;
  font-size: 16px;
}
.navigation ul li:not(:last-child) a {
  border-right: 1px solid rgba(211, 211, 211, 0.36);
}
.navigation ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 1.0352173913em;
  height: 0.7543478261em;
  font-size: 23px;
  background: url(../images/white-triangle-shape.svg) no-repeat top center;
  transition: 0.4s ease transform;
}
.navigation ul li.active, .navigation ul li.current-menu-item {
  font-weight: 500;
}
.navigation ul li.active:before, .navigation ul li.current-menu-item:before {
  transform: translate(-50%, 0);
}
.navigation ul li.active a, .navigation ul li.current-menu-item a {
  color: #fff;
}
.navigation ul li:hover a {
  color: #fff;
}
.navigation ul li:last-child a {
  padding-right: 0;
}
.navigation ul li a {
  display: block;
  padding: 17px 40px 9px 40px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  text-decoration: none;
}
/* responsive nav for small devices */
.hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2em;
  width: 2em;
  padding: 0;
  margin: 0;
  font-size: 16px;
  text-align: center;
  background-color: transparent;
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
.hamburger:not(.close) {
  position: absolute;
  top: 9px;
  right: 20px;
  z-index: 99;
}
.hamburger.close {
  padding: 5px;
  margin-right: 10px;
}
.hamburger.close .wrap {
  position: relative;
  width: 2.4em;
  height: 1.2em;
}
.hamburger.close .line {
  position: absolute;
  top: calc(50% - 2px);
  transform: rotate(45deg);
  margin: 0;
  width: 100%;
  background-color: #fff;
}
.hamburger.close .line:last-child {
  transform: rotate(-45deg);
}
.hamburger:hover, .hamburger:focus {
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.hamburger .line {
  display: block;
  width: 1.2em;
  margin: 4px auto;
  height: 2px;
  background-color: #fff;
}
.hamburger .wrap {
  display: block;
}
.mobilenav .menu-state {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  z-index: 999;
  width: 100%;
  background-color: #112e44;
  transition: all 0.3s ease-in-out;
}
.mobilenav.is-open .menu-state {
  left: 0;
}
.mobilenav .m-header {
  background: #081b31;
}
.mobilenav .nav-logo {
  padding: 10px 15px;
}
.mobilenav .nav-logo a {
  display: block;
}
@media (max-width: 767px) {
  .mobilenav .nav-logo a {
    max-width: 105px;
  }
}
.mobilenav ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobilenav ul ul {
  display: none;
}
.mobilenav ul li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
}
@media (max-width: 640px) {
  .mobilenav ul li {
    font-size: 14px;
  }
}
.mobilenav ul li a {
  display: block;
  z-index: 2;
  padding: 0.5em 0.75em;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 1.3;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.mobilenav ul li .caret {
  position: absolute;
  top: 0.25em;
  right: 2px;
  display: block;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
}
.mobilenav ul li .caret:not(.trigger-caret) {
  pointer-events: none;
}
.mobilenav ul li .caret:after, .mobilenav ul li .caret:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 1em;
  height: 2px;
  background: #fff;
}
.mobilenav ul li .caret:after {
  transform: rotate(-90deg);
  transition: all 0.2s ease;
}
.mobilenav ul li.is-open > .caret:after {
  transform: rotate(0);
}
.mobilenav ul li.has-sub > a {
  padding-right: 40px;
}
.mobilenav ul li li {
  font-size: 18px;
}
.mobilenav ul li li a {
  padding-left: 25px;
}
.mobilenav ul li li li {
  font-size: 17px;
}
.mobilenav ul li li li a {
  padding-left: 35px;
}
.mobilenav .nav-backdrop {
  position: fixed;
  left: 0;
  z-index: -1;
  opacity: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  transition: all 0.4s ease-in;
  background: rgba(0, 0, 0, 0.8);
}
.mobilenav.is-open .nav-backdrop {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
.mobilenav .menu-outer {
  max-height: calc(100vh - 80px);
  padding-bottom: 60px;
  overflow-y: auto;
}
.hero-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hero-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80vw;
  height: 100%;
  background: #000;
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 80%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 80%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 80%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .hero-section:after {
    width: 100vw;
  }
}
.hero-section.viewport {
  height: calc(100vh - 64px);
}
@media (max-width: 767px) {
  .hero-section.viewport {
    height: calc(100vh - 48px);
  }
}
@media (max-width: 640px) {
  .hero-section.viewport {
    height: 80vw;
  }
}
.hero-section .triangle-shape {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 0;
  pointer-events: none;
}
@media (min-width: 1300px) and (max-width: 1550px) {
  .hero-section .triangle-shape {
    width: 7vw;
    transform: translateY(-30%);
  }
}
@media (max-width: 1299px) {
  .hero-section .triangle-shape {
    width: 158px;
  }
}
@media (max-width: 1023px) {
  .hero-section .triangle-shape {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .hero-section .triangle-shape {
    width: 80px;
  }
}
@media (max-width: 640px) {
  .hero-section .triangle-shape {
    width: 58px;
  }
}
.hero-section .banner-img {
  position: relative;
  width: 162vw;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.hero-section .banner-img.animate-load {
  -webkit-animation: hero-slide-left 20000ms infinite;
  -moz-animation: hero-slide-left 20000ms infinite;
  -ms-animation: hero-slide-left 20000ms infinite;
  -o-animation: hero-slide-left 20000ms infinite;
  animation: hero-slide-left 20000ms infinite;
}
.hero--caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.hero--caption-inner {
  max-width: 650px;
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .hero--caption-inner {
    padding-left: 3vw;
  }
}
@media (max-width: 1299px) {
  .hero--caption-inner {
    padding-left: 158px;
  }
}
@media (max-width: 1023px) {
  .hero--caption-inner {
    padding-left: 120px;
  }
}
@media (max-width: 767px) {
  .hero--caption-inner {
    padding-left: 80px;
  }
}
@media (max-width: 640px) {
  .hero--caption-inner {
    padding-left: 58px;
  }
}
.hero--caption-inner * {
  color: #fff;
}
.hero--caption-inner .sub-text {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .hero--caption-inner .sub-text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hero--caption-inner .sub-text {
    font-size: 16px;
  }
}
.hero--caption-inner p {
  font-size: 20px;
}
@media (max-width: 767px) {
  .hero--caption-inner p {
    font-size: 14px;
  }
}
.hero-section-inner {
  position: relative;
  min-height: calc(100vh - 64px);
}
@media (max-width: 767px) {
  .hero-section-inner {
    min-height: calc(100vh - 49px);
  }
}
.hero-section-inner .banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
@media (max-width: 1023px) {
  .hero-section-inner .banner-img {
    background-position: center;
  }
}
@media (max-width: 767px) {
  .hero-section-inner .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.hero-section-inner .caption-wraper {
  position: relative;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
@media (max-width: 1299px) {
  .hero-section-inner.no-side-shape .hero--caption-inner {
    padding-left: 30px;
  }
}
@media (max-width: 1023px) {
  .hero-section-inner.no-side-shape .hero--caption-inner {
    padding-left: 0;
  }
}
.hero-section-inner .hero--caption {
  position: relative;
  top: 0;
  width: 100%;
  min-height: 375px;
  padding-top: 5%;
  padding-bottom: 10%;
  transform: none;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 1169px) {
  .hero-section-inner .hero--caption {
    min-height: 280px;
  }
}
@media (max-width: 1023px) {
  .hero-section-inner .hero--caption {
    min-height: 255px;
  }
}
@media (max-width: 767px) {
  .hero-section-inner .hero--caption {
    min-height: auto;
    padding-top: 7%;
    padding-bottom: 13%;
  }
}
.hero-section-inner .hero--caption:before {
  content: "";
  position: absolute;
  bottom: 1px;
  width: 120%;
  height: 120%;
  background: #112e44;
  transform: rotate(-12deg);
  transform-origin: bottom left;
}
.hero-section-inner .hero--caption .container, .hero-section-inner .hero--caption .container-sm {
  position: relative;
  pointer-events: auto;
}
.hero-section-inner .hero--caption .triangle-shape {
  position: absolute;
  width: 80px;
}
@media (max-width: 1023px) {
  .hero-section-inner .hero--caption .triangle-shape {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .hero-section-inner .hero--caption .triangle-shape {
    width: 22px;
  }
}
@media (max-width: 1169px) {
  .hero-section-inner .hero--caption-inner {
    padding-left: 90px;
  }
}
@media (max-width: 1023px) {
  .hero-section-inner .hero--caption-inner {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .hero-section-inner .hero--caption-inner {
    padding-left: 30px;
  }
}
@media (max-width: 480px) {
  .hero-section-inner .hero--caption-inner {
    max-width: 100%;
  }
}
.hero-section-inner .hero--caption-inner .sub-text {
  font-weight: 500;
}
@media (min-width: 1170px) {
  .hero-section-inner .hero--caption-inner .h2 {
    font-size: 2.5555555556em;
  }
}
.hero-section-inner .hero--description {
  position: relative;
  flex: 1 0 auto;
  max-width: calc(((100% - 1170px) / 2) + 380px + 40px);
  padding-left: calc((100% - 1170px) / 2);
}
@media (min-width: 1300px) {
  .hero-section-inner .hero--description {
    margin-top: -4.5%;
  }
}
@media (max-width: 1169px) {
  .hero-section-inner .hero--description {
    max-width: calc(((100% - 1170px) / 2) + 470px + 40px);
  }
}
@media (max-width: 1023px) {
  .hero-section-inner .hero--description {
    flex: none;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-section-inner .hero--description {
    margin-top: 22%;
  }
}
.hero-section-inner .hero--description:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: inherit;
}
@media (max-width: 1023px) {
  .hero-section-inner .hero--description:before {
    display: none;
  }
}
.hero-section-inner .hero--description-inner {
  padding: 40px 40px 40px 0;
}
@media (max-width: 1169px) {
  .hero-section-inner .hero--description-inner {
    padding: 40px 40px 40px 20px;
  }
}
@media (max-width: 767px) {
  .hero-section-inner .hero--description-inner {
    padding: 20px;
  }
}
.hero-section-inner .hero--description-inner p a {
  color: inherit;
}
.hero-section-inner .hero--description .desc-title * {
  font-weight: 600;
  letter-spacing: -0.014em;
}
.hero-section-inner .hero--description .desc-title:before {
  top: 0.7em;
}
.hero-section-inner .hero--description .desc-title h3 a:hover {
  color: inherit;
  text-decoration: underline;
}
.hero-section-inner .hero--description .desc-heading .tag {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  padding: 10px;
  font-size: 14px;
}
.hero-section-inner .hero--description .desc-heading .tag i {
  width: 25px;
  margin-right: 10px;
  display: inline-flex;
}
.hero-section-inner .hero--description .desc-heading .tag i img {
  display: block;
}
.hero-section-inner .hero--description .desc-heading .article-date {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding: 5px;
}
.hero-section-inner .hero--bottom-caption {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero-section-inner .hero--bottom-caption {
    margin-top: 10%;
  }
}
@media (max-width: 767px) {
  .hero-section-inner .hero--bottom-caption .container, .hero-section-inner .hero--bottom-caption .container-sm {
    max-width: none;
    padding: 0;
  }
}
.hero-section-inner .hero--bottom-caption .hero--bottom-caption-desc {
  position: relative;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .hero-section-inner .hero--bottom-caption .hero--bottom-caption-desc {
    padding: 20px 30px 20px 0;
  }
}
.hero-section-inner .hero--bottom-caption .hero--bottom-caption-desc:before {
  content: "";
  position: absolute;
  top: 0;
  left: 99%;
  width: 50vw;
  height: 100%;
  background-color: inherit;
}
.hero-section-inner .hero--bottom-caption .hero--bottom-caption-desc .list-style {
  margin-left: 1.2em;
}
.inner-hero-section {
  position: relative;
  background-color: #d8d8d8;
}
@media (max-width: 767px) {
  .inner-hero-section {
    background-color: #fbb516;
  }
}
.inner-hero-section .caption-wraper {
  position: relative;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.inner-hero-section .inner-hero-caption {
  position: relative;
  top: 0;
  width: 100%;
  min-height: 480px;
  padding-top: 2%;
  padding-bottom: 8%;
  transform: none;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 1169px) {
  .inner-hero-section .inner-hero-caption {
    min-height: 280px;
  }
}
@media (max-width: 1023px) {
  .inner-hero-section .inner-hero-caption {
    min-height: 255px;
  }
}
@media (max-width: 767px) {
  .inner-hero-section .inner-hero-caption {
    min-height: auto;
    padding-top: 7%;
    padding-bottom: 7%;
  }
}
.inner-hero-section .inner-hero-caption:before {
  content: "";
  position: absolute;
  bottom: 1px;
  width: 120%;
  height: 120%;
  background: #fbb516;
  transform: rotate(-12deg);
  transform-origin: bottom left;
  z-index: 1;
}
@media (max-width: 767px) {
  .inner-hero-section .inner-hero-caption:before {
    background: inherit;
  }
}
.inner-hero-section .inner-hero-caption .container, .inner-hero-section .inner-hero-caption .container-sm {
  position: relative;
  pointer-events: auto;
  z-index: 1;
}
.inner-hero-section .inner-hero-caption-content {
  width: 55%;
}
@media (max-width: 1023px) {
  .inner-hero-section .inner-hero-caption-content {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .inner-hero-section .inner-hero-caption-content {
    width: 100%;
    max-width: 100%;
  }
}
.inner-hero-section .inner-hero-caption-content .sub-text {
  font-weight: 500;
  color: #112e44;
}
.inner-hero-section .inner-hero-caption-content .h2 {
  color: #112e44;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media (min-width: 1170px) {
  .inner-hero-section .inner-hero-caption-content .h2 {
    font-size: 2.5555555556em;
  }
}
@media (max-width: 767px) {
  .inner-hero-section .inner-hero-caption-content .h2 {
    margin-bottom: 20px;
  }
}
.inner-hero-section .inner-hero-caption-content .h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  .inner-hero-section .inner-hero-caption-content .h4 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .inner-hero-section .inner-hero-caption-content .h4 {
    margin-bottom: 20px;
  }
}
.inner-hero-section .inner-hero-caption-content .date p {
  font-weight: 500;
}
.form-download-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding-top: 3%;
  z-index: 2;
}
@media (max-width: 1299px) {
  .form-download-wrapper {
    right: 2%;
  }
}
@media (max-width: 767px) {
  .form-download-wrapper {
    position: static;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.form-download-wrapper .container, .form-download-wrapper .container-sm {
  position: relative;
}
.page-template-white-paper-form-inactive .container, .page-template-white-paper-form-inactive .container-sm {
  max-width: 1095px;
}
.page-template-white-paper-form-inactive .main-header {
  padding: 10px 0;
}
@media (max-width: 767px) {
  .page-template-white-paper-form-inactive .main-header {
    padding: 11px 0;
  }
}
.page-template-white-paper-form-inactive .main-header .hamburger {
  display: none;
}
.page-template-white-paper-form-inactive .navigation {
  display: none;
}
.page-template-white-paper-form-inactive .brand {
  pointer-events: none;
}
.page-template-white-paper-form-inactive .main-footer {
  display: none;
}
.latest-insights {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .latest-insights {
    background-color: #fbb516;
    margin-top: 0 !important;
  }
}
.latest-insights:before, .latest-insights:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  pointer-events: none;
}
.latest-insights:before {
  left: 0;
  width: 30%;
  background-color: #fbb516;
}
.latest-insights:after {
  right: 0;
  width: 60%;
  background-color: #112e44;
}
@media (max-width: 767px) {
  .latest-insights:after {
    display: none;
  }
}
.latest-insights [class*="container"] {
  position: relative;
  z-index: 1;
}
.latest-insights .insights {
  display: block;
}
.latest-insights .insights--heading {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 0 27%;
  background-color: #fbb516;
}
@media (max-width: 1023px) {
  .latest-insights .insights--heading {
    flex: 1 0 8%;
  }
}
@media (max-width: 767px) {
  .latest-insights .insights--heading {
    flex: 1 0 100%;
  }
}
.latest-insights .insights--heading span {
  display: block;
  width: 95%;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .latest-insights .insights--heading span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .latest-insights .insights--heading span {
    padding: 20px 0;
    font-size: 20px;
  }
}
.latest-insights .insights--list {
  display: flex;
  flex: 2 0 73%;
  background-color: #112e44;
}
@media (max-width: 767px) {
  .latest-insights .insights--list {
    flex: 1 0 100%;
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.latest-insights .insights--list .list-item {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 50%;
  max-width: 50%;
  color: #000;
  background-color: #ededed;
  text-decoration: none;
}
@media (max-width: 767px) {
  .latest-insights .insights--list .list-item {
    flex: 1 0 100%;
    max-width: calc(100% + 20px);
    background-color: #fbb516;
    margin-left: -20px;
  }
}
.latest-insights .insights--list .list-item figure {
  width: 90px;
}
@media (max-width: 640px) {
  .latest-insights .insights--list .list-item figure {
    width: 55px;
  }
}
.latest-insights .insights--list .list-item figure img {
  width: 100%;
  height: 100%;
  transition: 2s ease transform;
}
.latest-insights .insights--list .list-item-text {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 90px);
  padding: 20px 13px;
  padding-right: 20px;
  flex: 1 0 auto;
}
@media (max-width: 1023px) {
}
.latest-insights .insights--list .list-item-text span {
  display: block;
  font-weight: 500;
}
.latest-insights .insights--list .list-item-text p {
  display: inline;
  line-height: 1;
}
.latest-insights .insights--list .list-item-text i {
  display: inline-block;
  vertical-align: -0.4em;
  width: 0.5em;
  height: 0.6875em;
  margin-left: 10px;
}
.latest-insights .insights--list .list-item:hover {
  background-color: #fff;
}
.latest-insights .insights--list .list-item:hover figure img {
  transform: scale(1.08);
}
.sponsored {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 20px;
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #fbb516;
}
@media (max-width: 767px) {
  .sponsored {
    color: #fff;
    background-color: #112e44;
  }
}
.temperature-sec {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1299px) {
  .temperature-sec {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .temperature-sec {
    height: auto;
    padding-left: 0;
  }
}
.temperature-sec ~ section {
  position: relative;
}
.temperature-sec .container, .temperature-sec .container-sm {
  position: relative;
  z-index: 1;
}
.temperature-sec .temperature-desc {
  width: 327px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .temperature-sec .temperature-desc {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .temperature-sec .temperature-desc {
    width: 90%;
    margin-bottom: 30px;
  }
}
.temperature-sec .temperature-second-block {
  margin-top: -60px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .temperature-sec .temperature-second-block {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .temperature-sec .temperature-second-block {
    margin-top: 0;
  }
}
.temperature-sec .temperature-third-block {
  margin-top: -30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .temperature-sec .temperature-third-block {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .temperature-sec .temperature-third-block {
    margin-top: 0;
  }
}
.temperature-sec .temperature-show {
  position: relative;
  width: 2.106122449em;
  height: 1.2326530612em;
  margin-left: auto;
  font-size: 245px;
  overflow: hidden;
}
@media (max-width: 1169px) {
  .temperature-sec .temperature-show {
    font-size: 18vw;
  }
}
@media (max-width: 640px) {
  .temperature-sec .temperature-show {
    font-size: 28vw;
    margin-bottom: 30px;
  }
}
.temperature-animation .slick-list {
  padding: 0.1632653061em 0;
}
.temperature-sec .temperature-show .item span {
  display: block;
  font-size: 1em;
  text-align: center;
  font-weight: 500;
  line-height: 0.9;
}
@media (max-width: 1299px) {
  .temperature-sec .temperature-show .item span {
    text-align: left;
  }
}
.temperature-sec .temperature-title {
  width: 400px;
  margin-left: 20%;
}
@media (max-width: 1299px) {
  .temperature-sec .temperature-title {
    margin-left: 10%;
  }
}
@media (max-width: 1023px) {
  .temperature-sec .temperature-title {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .temperature-sec .temperature-title {
    width: 45%;
  }
}
@media (max-width: 640px) {
  .temperature-sec .temperature-title {
    width: 100%;
    margin-left: 0;
    padding-left: 23%;
  }
}
.temperature-sec .temperature-title h2, .temperature-sec .temperature-title .h2 {
  font-weight: 400;
}
.temperature-sec .triangle-shape {
  position: absolute;
  top: 45%;
  right: 3%;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .temperature-sec .triangle-shape {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .temperature-sec .triangle-shape {
    width: 10px;
  }
}
.temperature-sec.in-scroll .orange-circle-parent {
  position: fixed;
}
.orange-circle-parent {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.orange-circle-parent span.orange-circle {
  display: block;
  width: 1em;
  height: 1em;
  min-width: 68px;
  min-height: 68px;
  font-size: 68px;
  margin-top: -0.5em;
  background-color: #fbb516;
  border-radius: 100%;
  transform: scale(1.5);
}
@media (max-width: 767px) {
  .orange-circle-parent span.orange-circle {
    margin-top: 0;
    font-size: 40px;
    min-width: 40px;
    min-height: 40px;
  }
}
@media (max-width: 640px) {
  .orange-circle-parent span.orange-circle {
    margin-top: 0;
    transform: translatex(-26vw) scale(1.6);
  }
}
[data-aos="tempScroll"] {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
[data-aos="tempScroll"].aos-animate {
  -webkit-transform: translate(0, -75%);
  transform: translate(0, -75%);
}
[data-aos][data-aos][data-aos-duration="6000"], body[data-aos-duration="6000"] [data-aos] {
  transition-duration: 6s;
}
.risk-manager {
  position: relative;
}
.risk-manager-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .risk-manager-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.risk-manager .triangle-down-animation {
  position: absolute;
  left: 0;
  top: -50px;
  z-index: 9;
  overflow: hidden;
  width: 200px;
  height: 243px;
}
@media (max-width: 767px) {
  .risk-manager .triangle-down-animation {
    position: relative;
  }
}
.risk-manager-block {
  max-width: 380px;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .risk-manager-block {
    width: 100%;
    padding-left: 20%;
  }
}
@media (max-width: 640px) {
  .risk-manager-block {
    margin-bottom: 0;
  }
}
.risk-manager-block .top-content {
  margin-bottom: 100px;
}
@media (max-width: 1299px) {
  .risk-manager-block .top-content {
    margin-bottom: 70px;
    margin-left: -1.25em;
  }
}
@media (max-width: 640px) {
  .risk-manager-block .top-content {
    margin-bottom: 60px;
  }
}
.risk-manager-block .risk-quote h2 {
  font-weight: 400;
}
.risk-manager .dollars-rate {
  width: 100%;
  overflow: hidden;
  margin-top: -20%;
  margin-bottom: 10%;
  position: relative;
}
@media (max-width: 1169px) {
  .risk-manager .dollars-rate {
    margin-top: -25vw;
  }
}
@media (max-width: 1023px) {
  .risk-manager .dollars-rate {
    margin-top: -30vw;
  }
}
.risk-manager .dollars-rate.in-view .rate-item {
  -webkit-animation: rate-slide-left 12s infinite linear;
  -moz-animation: rate-slide-left 12s infinite linear;
  -ms-animation: rate-slide-left 12s infinite linear;
  -o-animation: rate-slide-left 12s infinite linear;
  animation: rate-slide-left 12s infinite linear;
}
.risk-manager .dollars-rate .rate-item span {
  display: block;
  color: #fff;
  font-size: 450px;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 1169px) {
  .risk-manager .dollars-rate .rate-item span {
    font-size: 30vw;
  }
}
.network-factor-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.network-factor-left {
  max-width: 380px;
  width: 100%;
}
@media (max-width: 767px) {
  .network-factor-left {
    width: 55%;
  }
}
@media (max-width: 640px) {
  .network-factor-left {
    width: 100%;
  }
}
.network-factor-right {
  width: 40%;
}
@media (max-width: 767px) {
  .network-factor-right {
    width: 100%;
    padding-left: 20%;
    margin-top: 30px;
  }
}
.network-factor-info {
  margin-bottom: 35%;
  padding-right: 15%;
}
@media (max-width: 1169px) {
  .network-factor-info {
    margin-bottom: 25%;
  }
}
@media (max-width: 1023px) {
  .network-factor-info {
    margin-bottom: 20%;
    padding-right: 10%;
  }
}
@media (max-width: 767px) {
  .network-factor-info {
    padding-right: 5%;
    margin-bottom: 15%;
  }
}
@media (max-width: 640px) {
  .network-factor-info {
    padding-right: 15%;
  }
}
.network-factor-detail {
  padding-left: 22%;
}
@media (max-width: 1023px) {
  .network-factor-detail {
    padding-left: 17%;
  }
}
@media (max-width: 767px) {
  .network-factor-detail {
    padding-left: 10%;
  }
}
@media (max-width: 640px) {
  .network-factor-detail {
    padding-left: 15%;
  }
}
.network-factor-detail p {
  font-size: 16px;
}
.promo-50x50 {
  position: relative;
  z-index: 1;
}
.promo-50x50:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  transform: skewy(-6.5deg);
  transform-origin: right bottom;
  z-index: -1;
}
.promo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.promo-block {
  width: 35%;
}
@media (max-width: 1169px) {
  .promo-block {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .promo-block {
    width: 45%;
  }
}
@media (max-width: 640px) {
  .promo-block {
    width: 100%;
    margin: 5% 0;
  }
}
.promo-block p {
  padding-left: 3em;
}
.promo-block p:before {
  width: 1.95em;
  height: 2.75em;
  top: -0.5em;
  left: 0;
}
@media (max-width: 640px) {
  .promo-block p:before {
    font-size: 14px;
    top: 0;
  }
}
.musical-line-animation {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.musical-line-animation svg {
  height: auto !important;
}
.resources-section {
  padding-bottom: 5%;
}
.resources-section .container, .resources-section .container-sm {
  position: relative;
  z-index: 1;
}
.resources-wrapper {
  position: relative;
}
.resources-image {
  display: inline-block;
  width: 70%;
}
@media (max-width: 640px) {
  .resources-image {
    width: 100%;
  }
}
.resources-image figure:before {
  content: "";
  display: block;
  padding-top: 80.4%;
}
.resources-image figure img {
  position: absolute;
  left: 0;
  top: 0;
}
.resources-content {
  position: relative;
  width: 43%;
  float: right;
  padding-right: 8%;
  margin-top: -8%;
  opacity: 0;
}
@media (max-width: 1169px) {
  .resources-content {
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .resources-content {
    padding-right: 2%;
    margin-top: -6%;
  }
}
@media (max-width: 640px) {
  .resources-content {
    width: 80%;
    padding-right: 0;
    margin-top: -10%;
  }
}
.resources-content.in-view {
  -webkit-animation: fadeIn 2s linear forwards;
  -moz-animation: fadeIn 2s linear forwards;
  -ms-animation: fadeIn 2s linear forwards;
  -o-animation: fadeIn 2s linear forwards;
  animation: fadeIn 2s linear forwards;
}
.financial-wrapper {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.financial-wrapper .counter-block {
  width: 100%;
  margin-bottom: -20%;
}
.financial-wrapper .counter-block .counter-number {
  display: block;
  font-size: 440px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #fbb516;
  text-align: center;
}
@media (max-width: 1299px) {
  .financial-wrapper .counter-block .counter-number {
    font-size: 400px;
  }
}
@media (max-width: 1169px) {
  .financial-wrapper .counter-block .counter-number {
    font-size: 34vw;
  }
}
@media (max-width: 767px) {
  .financial-wrapper .counter-block .counter-number {
    font-size: 34vw;
  }
}
.financial-content {
  width: 43%;
  padding-right: 7%;
}
@media (max-width: 1169px) {
  .financial-content {
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .financial-content {
    padding-right: 2%;
  }
}
@media (max-width: 640px) {
  .financial-content {
    padding-right: 0;
    width: 55%;
  }
}
.financial-content h2 {
  margin-bottom: 40px;
}
.financial-content p {
  font-size: 20px;
  font-weight: 500;
}
.financial-description {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 40px;
  margin-bottom: -80px;
}
@media (max-width: 767px) {
  .financial-description {
    margin-bottom: -60px;
  }
}
.financial-description .bottomline-pattern {
  margin-right: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .financial-description .bottomline-pattern {
    margin-right: 30px;
  }
}
@media (max-width: 640px) {
  .financial-description .bottomline-pattern {
    margin-right: 20px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
  .financial-description .bottomline-pattern img {
    height: 200px;
  }
}
.financial-description-detail {
  width: 43%;
}
@media (max-width: 640px) {
  .financial-description-detail {
    width: 65%;
  }
}
.citations-comp .h6 {
  display: block;
  font-size: 16px;
}
.citations-comp .citations-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.citations-comp .citations {
  width: 12.5%;
  padding: 0 20px;
  margin-bottom: 10px;
  font-size: 18px;
}
@media (max-width: 1169px) {
  .citations-comp .citations {
    width: 16.66%;
  }
}
@media (max-width: 1023px) {
  .citations-comp .citations {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .citations-comp .citations {
    width: 25%;
  }
}
@media (max-width: 640px) {
  .citations-comp .citations {
    width: 50%;
  }
}
.citations-comp .citations .count-num {
  display: block;
  font-size: 10px;
}
.citations-comp .citations a {
  display: block;
  font-size: 10px;
  color: #000;
  word-break: break-all;
  text-decoration: none;
}
.citations-comp .citations a:hover {
  text-decoration: underline;
}
.business-effects-sec {
  position: relative;
  z-index: 1;
}
.business-effects-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: skewy(-6.5deg);
  transform-origin: left bottom;
  background-color: #112e44;
  z-index: -1;
}
.business-effects-sec .container, .business-effects-sec .container-sm {
  position: relative;
}
.business-effects-sec .first-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
}
@media (max-width: 1023px) {
  .business-effects-sec .first-block {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .business-effects-sec .first-block {
    width: 100%;
  }
}
.business-effects-sec .sub-desc2 {
  margin-left: 50%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .business-effects-sec .sub-desc2 {
    margin-left: 10%;
  }
}
@media (max-width: 767px) {
  .business-effects-sec .sub-desc2 {
    margin-left: 20%;
  }
}
.business-effects-sec .business-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 280px;
}
@media (max-width: 767px) {
  .business-effects-sec .business-img {
    max-width: 40%;
  }
}
@media (max-width: 640px) {
  .business-effects-sec .business-img {
    position: static;
    margin-left: auto;
    margin-bottom: 50px;
    max-width: 70%;
  }
}
.business-effects-sec .business-img .business-img-inner {
  min-width: 100%;
  height: 100%;
}
.business-effects-sec .business-img figure {
  height: 100%;
}
.business-effects-sec .business-img figure img {
  object-position: left;
}
.first-block .sub-desc {
  max-width: 300px;
}
.first-block .sub-desc2 {
  max-width: 400px;
}
@media (max-width: 640px) {
  .first-block .sub-desc2 {
    margin-left: auto;
    max-width: 70%;
  }
}
.first-block .section-heading {
  max-width: 510px;
}
.upcoming-comp {
  position: relative;
  z-index: 1;
}
.upcoming-comp .upcoming-wrap {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
}
.upcoming-comp .upcoming-wrap.in-view {
  -webkit-animation: fadeIn 1s linear forwards;
  -moz-animation: fadeIn 1s linear forwards;
  -ms-animation: fadeIn 1s linear forwards;
  -o-animation: fadeIn 1s linear forwards;
  animation: fadeIn 1s linear forwards;
}
.upcoming-comp .upcoming-bg {
  width: 65%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .upcoming-comp .upcoming-bg {
    width: 100%;
    padding-top: 53.8194444444%;
    order: 2;
  }
}
.upcoming-comp .upcoming-info {
  width: 35%;
  padding: 30px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .upcoming-comp .upcoming-info {
    width: 100%;
    padding: 30px 20px;
    order: 1;
  }
}
.upcoming-comp .upcoming-info .h5 {
  margin-bottom: 30px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .upcoming-comp .upcoming-info .h5 {
    margin-bottom: 10px;
  }
}
.upcoming-comp .upcoming-info p {
  font-size: 16px;
  line-height: 1.6;
}
.upcoming-comp .upcoming-info .btn, .upcoming-comp .upcoming-info .btn-sm, .upcoming-comp .upcoming-info button, .upcoming-comp .upcoming-info input[type="button"], .upcoming-comp .upcoming-info input[type="reset"], .upcoming-comp .upcoming-info input[type="submit"] {
  display: block;
  margin-top: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .upcoming-comp .upcoming-info .btn, .upcoming-comp .upcoming-info .btn-sm, .upcoming-comp .upcoming-info button, .upcoming-comp .upcoming-info input[type="button"], .upcoming-comp .upcoming-info input[type="reset"], .upcoming-comp .upcoming-info input[type="submit"] {
    margin-top: 40px;
  }
}
.upcoming-comp .about-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 38px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .upcoming-comp .about-wrap {
    width: 80%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.upcoming-comp .about-wrap span {
  margin: 0 40px 0 0;
  color: inherit;
}
@media (max-width: 1023px) {
  .upcoming-comp .about-wrap span {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .upcoming-comp .about-wrap span {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.upcoming-comp .about-wrap p {
  flex: 1 1 auto;
  font-size: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .upcoming-comp .about-wrap p {
    flex: none;
    width: 100%;
  }
}
.strategy-comp {
  overflow: hidden;
}
.strategy-welcome {
  position: relative;
  height: 100vh;
  min-height: 800px;
  padding-top: 128px;
}
@media (max-width: 1023px) {
  .strategy-welcome {
    padding-top: 80px;
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .strategy-welcome {
    padding-bottom: 40px;
  }
}
.strategy-welcome .strategy-wrapper {
  position: relative;
}
.strategy-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f1f1f3;
}
.strategy-bg .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  height: 100%;
  width: 100%;
}
.strategy--half {
  max-width: 791px;
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .strategy--half {
    margin-bottom: 40px;
  }
}
.strategy--half .h2 {
  line-height: 1.25;
}
.strategy--mini {
  max-width: 330px;
  width: 100%;
}
.strategy-inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .strategy-inner {
    margin-bottom: 60px;
  }
}
.strategy-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: right top;
  transform: skewy(7.5deg);
  width: 100%;
  height: 15vw;
  background-color: inherit;
}
.strategy-inner .h5 {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .strategy-inner .h5 {
    font-size: 16px;
  }
}
.strategy-inner__wrap {
  max-width: 380px;
  width: 100%;
  transform: translateY(-70px);
}
@media (max-width: 1023px) {
  .strategy-inner__wrap {
    transform: translateY(-20px);
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .strategy-inner__wrap {
    padding-top: 30px;
    transform: none;
  }
}
.strategy-inner + .strategy-steps {
  padding-top: 0;
}
.strategy-steps {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}
.strategy-steps-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-bottom: 100px;
}
@media (max-width: 1169px) {
  .strategy-steps-wrapper {
    padding-bottom: 70px;
  }
}
@media (max-width: 1023px) {
  .strategy-steps-wrapper {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .strategy-steps-wrapper {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .strategy-steps-wrapper {
    margin: 0;
  }
}
.strategy-steps .strategy-card {
  width: 33.33%;
  padding: 0 20px 40px;
  opacity: 0;
}
.strategy-steps .strategy-card.in-view {
  -webkit-animation: fadeIn 2s linear forwards;
  -moz-animation: fadeIn 2s linear forwards;
  -ms-animation: fadeIn 2s linear forwards;
  -o-animation: fadeIn 2s linear forwards;
  animation: fadeIn 2s linear forwards;
}
@media (max-width: 767px) {
  .strategy-steps .strategy-card {
    width: 100%;
  }
}
.strategy-steps .strategy-card-num {
  margin-bottom: -0.35em;
  margin-left: -0.059em;
  font-size: 268px;
  line-height: 0.8;
  font-weight: 500;
  opacity: 0.15;
}
@media (max-width: 1169px) {
  .strategy-steps .strategy-card-num {
    font-size: 200px;
  }
}
@media (max-width: 1023px) {
  .strategy-steps .strategy-card-num {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .strategy-steps .strategy-card-num {
    font-size: 200px;
  }
}
.strategy-steps .strategy-card p {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1169px) {
  .strategy-steps .strategy-card p {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .strategy-steps .strategy-card p {
    font-size: 20px;
  }
}
.strategy-steps .strategy-card p span {
  font-weight: 700;
  color: #fbb516;
}
.strategy-steps .strategy-card p sup {
  font-size: 12px;
  top: -1.2em;
}
.strategy-conclution {
  position: relative;
  text-align: center;
  padding: 22px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .strategy-conclution {
    padding: 44px 0;
  }
}
.strategy-conclution-wrap {
  max-width: 920px;
  margin: 0 auto;
}
.strategy-conclution p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .strategy-conclution p {
    font-size: 16px;
  }
}
.sea-levels {
  padding-bottom: 0;
}
.level-result .item {
  display: none;
}
.level-result .item span {
  display: block;
  font-size: 200px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1169px) {
  .level-result .item span {
    font-size: 17vw;
  }
}
.range-slider {
  padding: 0 10px;
  padding-bottom: 80px;
}
@media (max-width: 640px) {
  .range-slider {
    padding-left: 0;
    padding-right: 0;
  }
}
.irs--modern .irs-grid-text {
  display: none;
}
.irs--modern .irs-single {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Gotham', 'Arial', sans-serif;
  background-color: transparent;
  padding: 0;
}
.irs--modern .irs-single:before {
  display: none;
}
.irs--modern .irs-grid-pol {
  height: 23px;
  background-color: #fbb516;
}
.irs--modern .irs-grid-pol.small {
  background-color: #fbb516;
  height: 23px;
}
.irs--modern .irs-line {
  background: transparent;
  height: 23px;
  width: 100%;
  border-radius: 0;
  border: 0;
}
.irs--modern .irs-bar {
  background: transparent;
  height: 23px;
}
.irs--modern .irs-handle {
  top: calc(100% + 10px);
  width: auto;
  height: auto;
  border: 0;
  border-top-width: 0;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
}
.irs--modern .irs-handle > i:nth-child(1), .irs--modern .irs-handle > i:nth-child(3) {
  display: none;
}
.irs--modern .irs-handle > i:nth-child(2) {
  left: -0.5em;
  width: 1em;
  height: 0.6833333333em;
  font-size: 60px;
  border-radius: 0;
  border: 0;
  background-image: url('../images/range-slider-point.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}
@media (max-width: 1023px) {
  .irs--modern .irs-handle > i:nth-child(2) {
    font-size: 50px;
  }
}
@media (max-width: 640px) {
  .irs--modern .irs-handle > i:nth-child(2) {
    font-size: 30px;
  }
}
.irs--modern .irs-handle > i:nth-child(2):before {
  content: "Drag me";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 10px;
  font-family: 'Gotham', 'Arial', sans-serif;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .irs--modern .irs-handle > i:nth-child(2):before {
    padding-top: 6px;
    font-size: 8px;
  }
}
.wave-animation svg {
  display: block;
}
.wave-custom {
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: 0.5s ease;
}
.wave-custom img {
  display: block;
  width: 100%;
  max-height: 100%;
}
.wave-custom svg {
  display: none;
  height: auto;
  width: 100%;
}
.sticky-module-section {
  position: relative;
}
.sticky-module-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  transform: translateY(110%);
  z-index: 9;
  width: 100%;
  transition: 0.3s all;
  box-shadow: 0px -4px 4px rgba(70, 74, 76, 0.4);
}
.sticky-module-wrapper.sticky {
  transform: translateY(0);
}
.sticky-module-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  /* Landscape  */
}
@media (max-width: 767px) {
  .sticky-module-content {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .sticky-module-content {
    flex-wrap: nowrap;
    padding: 10px 0;
  }
}
.sticky-module-content p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  /* Landscape  */
}
@media (max-width: 767px) {
  .sticky-module-content p {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .sticky-module-content p {
    margin-bottom: 0;
    margin-right: 10px;
    line-height: 1.4;
    font-size: 14px;
  }
}
.sticky-module-content .btn, .sticky-module-content .btn-sm, .sticky-module-content button, .sticky-module-content input[type="button"], .sticky-module-content input[type="reset"], .sticky-module-content input[type="submit"] {
  min-width: 300px;
  /* Landscape  */
}
@media (max-width: 480px) {
  .sticky-module-content .btn, .sticky-module-content .btn-sm, .sticky-module-content button, .sticky-module-content input[type="button"], .sticky-module-content input[type="reset"], .sticky-module-content input[type="submit"] {
    min-width: 100%;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .sticky-module-content .btn, .sticky-module-content .btn-sm, .sticky-module-content button, .sticky-module-content input[type="button"], .sticky-module-content input[type="reset"], .sticky-module-content input[type="submit"] {
    min-width: 200px;
  }
}
.filter-block {
  padding: 20px 0;
}
.filter-block .filter-header {
  align-items: center;
}
@media (min-width: 768px) {
  .filter-block .filter-header {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .filter-block .filter-header .reset-btn {
    display: none;
    font-size: 0;
    margin: 0;
  }
}
.filter-block .filter-header .filter-icon {
  display: none;
  width: 1em;
  height: 1em;
  font-size: 18px;
}
@media (max-width: 767px) {
  .filter-block .filter-header .filter-icon {
    display: inline-flex;
  }
}
.filter-block .filter-header .filter-icon img {
  display: block;
}
.filter-block .filter {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .filter-block .filter {
    /*display: none;*/
    margin-left: 5vw;
  }
}
.filter-block .filter .insight-filter-wrap {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  margin-top: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .filter-block .filter .insight-filter-wrap {
    flex: 1 0 100%;
  }
}
.filter-block .filter .insight-filter-wrap label {
  margin: 0;
}
.filter-by-text {
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .filter-by-text {
    font-size: 14px;
  }
}
.card {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.card-date {
  font-size: 14px;
}
.card .bg-navyblue {
  background-color: #223e52;
}
.card .bg-navyblue * {
  color: #fff;
}
.card .bg-blue {
  background-color: #006c9a;
}
.card .bg-blue * {
  color: #fff;
}
.card .card-inner-item {
  position: relative;
  display: block;
  color: #112e44;
  height: 100%;
}
.card .card-inner-item:hover h5 {
  text-decoration: underline;
}
.card.horizontal {
  width: 66.66%;
}
@media (max-width: 767px) {
  .card.horizontal {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .card.horizontal {
    width: 100%;
  }
}
.card.horizontal .card-inner-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card .tag {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  background-color: #223e52;
  z-index: 1;
}
.card .tag i {
  width: 25px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
}
.card .tag i img {
  display: block;
  max-height: 100%;
}
.text-card {
  position: relative;
  padding: 43px 20px 20px 20px;
  min-height: 344px;
  overflow: hidden;
}
.horizontal .text-card {
  display: inline-block;
  width: 49%;
}
@media (max-width: 767px) {
  .horizontal .text-card {
    width: 100%;
    order: 1;
  }
}
.text-card a:hover {
  color: inherit;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .text-card .desc-small {
    padding-right: 25%;
  }
}
.text-card .mobile-img {
  float: right;
}
@media (min-width: 1024px) {
  .text-card .mobile-img {
    margin-top: -5%;
  }
}
.img-card {
  position: relative;
  display: block;
}
.horizontal .img-card {
  display: inline-block;
  width: 48%;
}
@media (max-width: 767px) {
  .horizontal .img-card {
    width: 100%;
    height: 170px;
  }
}
.img-card:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 91.1650355276%;
}
.img-card figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-card-small {
  height: 170px;
}
.img-card-small figure {
  height: 100%;
}
.img-card-small figure img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
}
.img-card-small + .text-card {
  min-height: auto;
}
.img-card-auto {
  padding-top: 35px;
  margin-bottom: -30px;
}
.img-card-auto figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 178px;
  text-align: center;
}
@media (max-width: 767px) {
  .img-card-auto figure {
    height: 130px;
  }
}
.img-card-auto figure img {
  max-height: 100%;
}
.grid-sizer {
  display: none;
}
.masonry__grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12.5px;
  margin-right: -12.5px;
}
@media (max-width: 1169px) {
  .masonry__grid {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.masonry__grid .grid-sizer {
  position: absolute;
  width: 33.33%;
}
@media (max-width: 767px) {
  .masonry__grid .grid-sizer {
    width: 50%;
  }
}
.masonry__grid-item {
  width: 33.33%;
  margin-bottom: 25px;
  padding: 0 12.5px;
}
@media (max-width: 1169px) {
  .masonry__grid-item {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .masonry__grid-item {
    width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .masonry__grid-item {
    width: 100%;
  }
}
.masonry__grid-gutter {
  width: 25px;
  position: absolute;
}
@media (max-width: 480px) {
  .masonry__grid-gutter {
    width: 0;
  }
}
.card-loadmore {
  background: url(../images/shape-card.png) no-repeat top / 100% 100%;
  /* Landscape  */
  /* Landscape  */
}
@media (max-width: 767px) and (orientation: portrait) {
  .card-loadmore {
    background-size: 315%;
    background-position: left;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .card-loadmore {
    background-size: 150%;
    background-position: left;
  }
}
.interested .card {
  height: 100%;
}
.interested .card .card-inner-item {
  height: 100%;
}
.interested-card-wrapper [class*="cell-"] {
  margin-bottom: 25px;
}
.twiter-header {
  display: flex;
  align-items: flex-end;
  height: 170px;
  padding: 20px;
  color: #fff;
  background-color: #00a2dd;
}
@media (max-width: 767px) {
  .twiter-header {
    padding: 10px;
  }
}
.twiter-header span {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}
.twitter-card .tag {
  padding: 12px 10px;
}
.twitter-card .tag i {
  width: 20px;
  height: 17px;
  margin-right: 0;
}
.twiter-body {
  max-height: 750px;
  padding: 20px;
  border: 1px solid rgba(151, 151, 151, 0.5);
  overflow: auto;
}
@media (max-width: 767px) {
  .twiter-body {
    padding: 10px;
  }
}
.twiter-body .tw-item:not(:last-child) {
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.twiter-body .tw-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}
.twiter-body .tw-title i {
  display: inline-block;
  margin-top: -2px;
  margin-left: 7px;
}
.twiter-body .tw-title i img {
  display: block;
}
.twiter-body .tw-content p a {
  font-weight: 500;
}
.twiter-body .tw-img {
  margin-top: 20px;
  padding-top: 55%;
}
.sponsored-post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2px 20px;
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  background-color: #fbb516;
}
.podcast .sponsored-post {
  text-align: left;
  width: auto;
}
.p-20 {
  padding: 20px !important;
}
@media (min-width: 768px) {
  .article-header {
    flex-wrap: nowrap;
  }
}
.author-wraper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.author-wraper:not(.multi-author) {
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .author-wraper {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .author-wraper {
    width: 100%;
  }
}
.author-wraper.multi-author {
  width: 100%;
}
.author-wraper.multi-author > .cat-tag {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .author-wraper.multi-author > .cat-tag {
    display: none;
  }
}
@media (max-width: 480px) {
  .author-wraper + .cat-tag {
    order: -1;
    margin-bottom: 15px;
  }
}
.author-wraper .author-img-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.author-wraper .author-img {
  display: inline-block;
  vertical-align: top;
  flex: 1 0 auto;
  max-width: 1em;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  font-size: 100px;
  border-radius: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .author-wraper .author-img {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  .author-wraper .author-img {
    font-size: 70px;
  }
}
.author-wraper .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-wraper .article-date {
  font-size: 14px;
  line-height: 1.7;
}
.author-wraper .author-desc-wrapper {
  width: 100%;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .author-wraper .author-desc-wrapper .cat-tag {
    display: none;
  }
}
.author-wraper .author-desc {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.article-sub-desc {
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .article-sub-desc {
    margin-bottom: 30px;
  }
}
.article-sub-desc p {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .article-sub-desc p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .article-sub-desc p:first-child:first-letter {
    float: left;
    height: 100%;
    color: #223e52;
    font-weight: 700;
    font-size: 6em;
    line-height: 0.9;
    margin-bottom: 0.2em;
    margin-right: 3px;
  }
}
.article-sub-desc p a {
  font-weight: 500;
}
.article-synopsis {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .article-synopsis {
    margin-bottom: 30px;
  }
}
.article-synopsis .synopsis-heading {
  padding: 17px 20px;
}
@media (max-width: 767px) {
  .article-synopsis .synopsis-heading {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.article-synopsis .synopsis-heading .h4 {
  margin-bottom: 0;
  font-weight: 700;
}
@media (max-width: 480px) {
  .article-synopsis .synopsis-heading .h4 {
    margin-bottom: 10px;
  }
}
.article-synopsis .synopsis-heading .read-article:hover {
  color: #112e44;
}
.article-synopsis .synopsis-heading .read-article:hover .caret:before, .article-synopsis .synopsis-heading .read-article:hover .caret:after {
  background-color: #112e44;
}
.article-synopsis .synopsis-heading .read-article .caret {
  margin-left: 10px;
}
.article-synopsis .synopsis-heading .read-article .caret:before, .article-synopsis .synopsis-heading .read-article .caret:after {
  background-color: #00a2dd;
  transition: 0.4s ease;
}
.article-synopsis .synopsis-body {
  margin-top: 10px;
}
.risk-board {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: -12%;
}
@media (max-width: 1169px) {
  .risk-board {
    margin-left: -7%;
  }
}
@media (max-width: 1023px) {
  .risk-board {
    margin-left: -2%;
  }
}
@media (max-width: 767px) {
  .risk-board {
    margin-left: 0;
  }
}
.risk-board.light {
  align-items: flex-end;
}
.risk-board.light .percentage {
  margin: 30px 0;
  padding-right: 1em;
  font-size: 200px;
  line-height: 0.75;
}
@media (max-width: 767px) {
  .risk-board.light .percentage {
    font-size: 25vw;
    padding-right: 0;
  }
}
.risk-board.light .board-desc {
  margin-bottom: 2em;
  max-width: 450px;
  margin-left: -450px;
}
@media (max-width: 1169px) {
  .risk-board.light .board-desc {
    max-width: 350px;
    margin-left: -350px;
  }
}
@media (max-width: 1023px) {
  .risk-board.light .board-desc {
    max-width: 300px;
    margin-left: -300px;
  }
}
@media (max-width: 767px) {
  .risk-board.light .board-desc {
    max-width: 200px;
    margin-left: -200px;
  }
}
.risk-board.light .board-desc span, .risk-board.light .board-desc .h2 {
  line-height: 1.08;
}
.risk-board .percentage {
  min-width: 100%;
  max-width: 100%;
  font-size: 421px;
  color: #fbb516;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .risk-board .percentage {
    font-size: 300px;
  }
}
@media (max-width: 1023px) {
  .risk-board .percentage {
    font-size: 40vw;
  }
}
.risk-board .board-desc {
  max-width: 540px;
  margin-left: -540px;
}
@media (max-width: 1169px) {
  .risk-board .board-desc {
    max-width: 400px;
    margin-left: -400px;
  }
}
@media (max-width: 1023px) {
  .risk-board .board-desc {
    max-width: 350px;
    margin-left: -350px;
  }
}
@media (max-width: 767px) {
  .risk-board .board-desc {
    max-width: 250px;
    margin-left: -250px;
  }
}
.left-slide-content {
  margin-left: -20%;
}
@media (max-width: 1169px) {
  .left-slide-content {
    margin-left: -9%;
  }
}
@media (max-width: 1023px) {
  .left-slide-content {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.left-slide-content .content-desc {
  max-width: 940px;
}
@media (max-width: 767px) {
  .left-slide-content .content-desc h2 {
    font-size: 30px;
    line-height: 1.4;
  }
}
.twitter-blue {
  display: inline-block;
  margin-top: 10px;
  color: #00a2dd;
  font-weight: 500;
  font-size: 16px;
}
.twitter-blue i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right: 3px;
}
.twitter-blue i img {
  display: block;
}
.cat-tag {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  background-color: #112e44;
  white-space: nowrap;
}
.cat-tag i {
  width: 25px;
  height: 22px;
  margin-right: 10px;
}
.cat-tag i img {
  display: block;
  max-height: 100%;
}
.article-details-sec {
  position: relative;
}
.article-details-sec .container:not(.container-sm), .article-details-sec .container-sm:not(.container-sm) {
  position: relative;
}
.tri-shape1 {
  position: absolute;
}
@media (max-width: 1299px) {
  .tri-shape1 {
    display: none;
  }
}
.tri-shape1 img {
  display: block;
}
.tri-shape2 {
  position: absolute;
}
@media (max-width: 1299px) {
  .tri-shape2 {
    display: none;
  }
}
.tri-shape2 img {
  display: block;
}
.tri-shape3 {
  position: absolute;
}
@media (max-width: 1299px) {
  .tri-shape3 {
    display: none;
  }
}
.tri-shape3 img {
  display: block;
}
.tri-shape4 {
  position: absolute;
}
@media (max-width: 1299px) {
  .tri-shape4 {
    display: none;
  }
}
.tri-shape4 img {
  display: block;
}
.tri-shape5 {
  position: absolute;
}
@media (max-width: 1299px) {
  .tri-shape5 {
    display: none;
  }
}
.tri-shape5 img {
  display: block;
}
.tri-shape6 {
  position: absolute;
}
@media (max-width: 1299px) {
  .tri-shape6 {
    display: none;
  }
}
.tri-shape6 img {
  display: block;
}
.tri-shape7 {
  position: absolute;
}
@media (max-width: 1299px) {
  .tri-shape7 {
    display: none;
  }
}
.tri-shape7 img {
  display: block;
}
.tri-shape8 {
  position: absolute;
}
@media (max-width: 1299px) {
  .tri-shape8 {
    display: none;
  }
}
.tri-shape8 img {
  display: block;
}
.tri-shape9 {
  position: absolute;
}
@media (max-width: 1299px) {
  .tri-shape9 {
    display: none;
  }
}
.tri-shape9 img {
  display: block;
}
.tri-shape1 {
  top: 36%;
  left: 8%;
  width: 63px;
}
@media (max-width: 1169px) {
  .tri-shape1 {
    left: auto;
    width: 58px;
  }
}
.tri-shape2 {
  left: 10%;
  bottom: 0;
  width: 91px;
}
@media (max-width: 1169px) {
  .tri-shape2 {
    left: auto;
    width: 68px;
  }
}
.tri-shape3 {
  top: 47%;
  right: 3%;
  width: 17px;
}
@media (max-width: 1169px) {
  .tri-shape3 {
    right: 1%;
  }
}
.tri-shape4 {
  position: absolute;
  top: 19%;
  left: 14%;
  width: 17px;
}
@media (max-width: 1169px) {
  .tri-shape4 {
    left: 2%;
  }
}
.tri-shape5 {
  bottom: 5%;
  right: 2%;
  width: 91px;
}
@media (max-width: 1169px) {
  .tri-shape5 {
    left: auto;
    width: 68px;
  }
}
.tri-shape6 {
  right: 2%;
  bottom: 10%;
  width: 63px;
}
.tri-shape7 {
  width: 17px;
}
.tri-shape8 {
  top: 50%;
  left: 7%;
  width: 17px;
}
.tri-shape9 {
  top: 2%;
  right: 2%;
  width: 72px;
}
.read-paper {
  padding: 20px;
  background-image: url(../images/bg-img1.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.read-paper .read-paper-inner {
  max-width: 250px;
}
.article-banner {
  position: relative;
}
@media (max-width: 767px) {
  .article-banner {
    background-color: #00a2dd;
  }
}
.article-banner .article-banner-top {
  position: relative;
  background-color: #00a2dd;
}
@media (min-width: 768px) {
  .article-banner .article-banner-top::before {
    content: "";
    position: absolute;
    top: 100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(171deg, #00a2dd 50%, rgba(0, 0, 0, 0) 50.2%);
  }
}
@media (max-width: 767px) {
  .article-banner.blue-dark-bg {
    background-color: #006c9a;
  }
}
.article-banner.blue-dark-bg .article-banner-top {
  background-color: #006c9a;
}
.article-banner.blue-dark-bg .article-banner-top::before {
  background: linear-gradient(171deg, #006c9a 50%, rgba(0, 0, 0, 0) 50.2%);
}
.article-banner-caption p {
  font-size: 24px;
}
@media (max-width: 767px) {
  .article-banner-caption p {
    font-size: 16px;
  }
}
ul.custom-list li {
  position: relative;
  padding: 10px 0;
  list-style: none;
  border-bottom: 1px solid;
}
ul.custom-list li:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  left: -20px;
  top: 1.7em;
  font-size: 9px;
  background-color: #00a2dd;
  border-radius: 100%;
}
.speakers {
  padding: 20px;
}
.speakers .speakers-details {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  padding-right: 5%;
}
@media (max-width: 640px) {
  .speakers .speakers-details {
    width: 100%;
    margin-bottom: 20px;
  }
}
.speakers .speaker-bg {
  display: inline-block;
  vertical-align: top;
  width: 18%;
  margin-top: -3%;
  text-align: right;
}
@media (max-width: 640px) {
  .speakers .speaker-bg {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .key-topics-block [class*="cell-"] {
    margin-bottom: 20px;
  }
}
.podcast-audio-block .audio-player {
  display: flex;
  padding: 20px;
}
.podcast-audio-block .podcast-img {
  width: 1em;
  height: 1em;
  margin-right: 5px;
  font-size: 111px;
  display: inline-block;
  background-color: blue;
}
.podcast-audio-block .controls-wrapper {
  flex: 1 0 auto;
}
.podcast-audio-block .podcast-grp-text {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #989898;
}
.podcast-audio-block .podcast-title {
  font-size: 18px;
  font-weight: 600;
}
.sponsored-content {
  padding: 20px;
  margin-bottom: 40px;
  background-color: #eee;
}
.sponsored-content h4, .sponsored-content .h4 {
  margin-bottom: 0;
  flex: 1 0 0%;
  padding-right: 10px;
}
@media (max-width: 640px) {
  .sponsored-content h4, .sponsored-content .h4 {
    flex: auto;
    margin-bottom: 10px;
  }
}
.sponsored-content .sponsored-learn-more .btn-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  color: #00a2dd;
}
.sponsored-content .sponsored-learn-more .btn-link:hover {
  color: #fbb516;
}
.sponsored-content .sponsored-learn-more .btn-link:hover .caret::before, .sponsored-content .sponsored-learn-more .btn-link:hover .caret::after {
  background: #fbb516;
}
.sponsored-content .sponsored-learn-more .caret::before, .sponsored-content .sponsored-learn-more .caret::after {
  background: #00a2dd;
}
.sponsored-content.is-open .sponsored-learn-more .btn-link {
  color: #fbb516;
}
.sponsored-content.is-open .sponsored-learn-more .caret::before, .sponsored-content.is-open .sponsored-learn-more .caret::after {
  background: #fbb516;
}
.sponsored-content .sponsored-desc {
  margin-top: 20px;
}
.sponsored-content .sponsored-left {
  align-self: flex-start;
  margin-right: 30px;
  max-width: 1em;
  max-height: 1em;
  font-size: 138px;
  overflow: hidden;
}
.sponsored-content .sponsored-left img {
  display: block;
}
@media (max-width: 640px) {
  .sponsored-content .sponsored-left {
    margin-bottom: 10px;
  }
}
@media (min-width: 641px) {
  .sponsored-content .sponsored-right {
    flex: 1 0 0%;
  }
}
.webinar-sec {
  position: relative;
  z-index: 1;
}
.webinar-schedual {
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  background-color: #fbb516;
}
@media (max-width: 640px) {
  .webinar-schedual {
    margin-bottom: 18px;
  }
}
.webinar-heading {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .webinar-heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .webinar-heading {
    align-items: flex-start;
  }
}
.webinar-block {
  position: relative;
}
@media (max-width: 767px) {
  .webinar-block {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.webinar-block:before {
  content: "";
  display: block;
  padding-top: 48.6384976526%;
}
.webinar-block .video-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.webinar-block .video-block .up-block {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .webinar-block .video-block .up-block h3 {
    font-size: 16px;
  }
}
.abstract-section {
  padding: 35px 0;
  position: relative;
}
@media (max-width: 767px) {
  .abstract-section {
    padding-top: 0;
  }
}
.abstract-section .tri-shape5 {
  top: 50%;
  transform: translate(0, -50%);
}
.abstract-image {
  margin-top: -160px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .abstract-image {
    padding-top: 65%;
    position: relative;
  }
}
@media (min-width: 768px) {
  .abstract-image img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    max-height: 100%;
  }
}
@media (max-width: 767px) {
  .abstract-image img {
    max-width: 140%;
    position: absolute;
    top: 55%;
    transform: translate(0, -50%);
    left: 15%;
    margin-top: 0;
  }
}
@media (max-width: 1299px) {
  .abstract-image {
    margin-top: -90px;
  }
}
@media (max-width: 1023px) {
  .abstract-image {
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .abstract-image {
    margin-top: 0;
    position: relative;
    padding-top: 55%;
    overflow: hidden;
    margin: 0 -20px;
  }
}
@media (max-width: 640px) {
  .abstract-image {
    padding-top: 75%;
  }
}
.abstract-content .tri-shape7 {
  margin-left: -65px;
  bottom: 40px;
}
.landing-footer {
  background-color: #112e44;
  padding: 35px 0;
}
@media (max-width: 767px) {
  .landing-footer {
    padding: 20px 0;
  }
}
.landing-footer-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .landing-footer-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .landing-footer-wrap {
    max-width: 80%;
  }
}
.landing-footer-wrap .h6 {
  color: #fff;
  margin: 0 35px 0 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .landing-footer-wrap .h6 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.landing-footer-wrap p {
  color: #fff;
  margin: 0;
  font-size: 10px;
}
.thankyou-section {
  position: relative;
  padding: 80px 0;
  height: calc(100vh - 64px);
}
@media (max-width: 1023px) {
  .thankyou-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .thankyou-section {
    height: auto;
    padding: 40px 0;
  }
}
@media (min-device-width: 375px) and (max-device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .thankyou-section {
    height: auto;
    padding: 40px 0;
  }
}
.thankyou-section .thankyou-wrapper {
  position: relative;
  z-index: 1;
}
.thankyou-section .thankyou-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 675px;
  height: 438px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  z-index: 0;
}
@media (max-width: 1299px) {
  .thankyou-section .thankyou-bg {
    width: 595px;
    height: 378px;
  }
}
@media (max-width: 1023px) {
  .thankyou-section .thankyou-bg {
    width: 545px;
    height: 380px;
  }
}
@media (max-width: 767px) {
  .thankyou-section .thankyou-bg {
    position: relative;
    width: 100%;
    margin-top: -130px;
  }
}
@media (min-device-width: 375px) and (max-device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .thankyou-section .thankyou-bg {
    position: relative;
    width: 100%;
    margin-top: -130px;
  }
}
@media (max-width: 640px) {
  .thankyou-section .thankyou-bg {
    height: 300px;
  }
}
.thankyou-section .thankyou-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(-147deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50.51%, rgba(255, 255, 255, 0) 50.7%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-147deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50.51%, rgba(255, 255, 255, 0) 50.7%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(147deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50.51%, rgba(255, 255, 255, 0) 50.7%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .thankyou-section .thankyou-bg:before {
    background: -moz-linear-gradient(-152deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50.51%, rgba(255, 255, 255, 0) 50.7%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(-152deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50.51%, rgba(255, 255, 255, 0) 50.7%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(152deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50.51%, rgba(255, 255, 255, 0) 50.7%, rgba(255, 255, 255, 0) 100%);
  }
}
.thankyou-section .triangle-shape {
  position: absolute;
  top: -50px;
  right: 0;
  pointer-events: none;
  width: 290px;
}
@media (max-width: 1169px) {
  .thankyou-section .triangle-shape {
    width: 260px;
  }
}
@media (max-width: 1169px) {
  .thankyou-section .triangle-shape {
    width: 250px;
  }
}
@media (max-width: 1023px) {
  .thankyou-section .triangle-shape {
    width: 170px;
    top: -20px;
  }
}
@media (max-width: 767px) {
  .thankyou-section .triangle-shape {
    width: 130px;
  }
}
@media (max-width: 640px) {
  .thankyou-section .triangle-shape {
    width: 90px;
  }
}
.thankyou-section .thankyou-caption-inner .h2 {
  line-height: 1.2;
  margin-bottom: 65px;
}
@media (max-width: 1169px) {
  .thankyou-section .thankyou-caption-inner .h2 {
    margin-bottom: 45px;
  }
}
@media (max-width: 1023px) {
  .thankyou-section .thankyou-caption-inner .h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .thankyou-section .thankyou-caption-inner .h2 {
    padding-right: 70px;
  }
}
@media (max-width: 640px) {
  .thankyou-section .thankyou-caption-inner .h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .thankyou-section .thankyou-caption-inner .h2 br {
    display: none;
  }
}
.thankyou-section .thankyou-caption-detail {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .thankyou-section .thankyou-caption-detail {
    margin-bottom: 30px;
  }
}
.thankyou-section .thankyou-caption-detail-top {
  max-width: 70%;
}
@media (max-width: 767px) {
  .thankyou-section .thankyou-caption-detail-top {
    max-width: 100%;
  }
}
.thankyou-section .thankyou-caption-detail-top .btn, .thankyou-section .thankyou-caption-detail-top .btn-sm, .thankyou-section .thankyou-caption-detail-top button, .thankyou-section .thankyou-caption-detail-top input[type="button"], .thankyou-section .thankyou-caption-detail-top input[type="reset"], .thankyou-section .thankyou-caption-detail-top input[type="submit"] {
  min-width: 300px;
}
@media (max-width: 1023px) {
  .thankyou-section .thankyou-caption-detail-top .btn, .thankyou-section .thankyou-caption-detail-top .btn-sm, .thankyou-section .thankyou-caption-detail-top button, .thankyou-section .thankyou-caption-detail-top input[type="button"], .thankyou-section .thankyou-caption-detail-top input[type="reset"], .thankyou-section .thankyou-caption-detail-top input[type="submit"] {
    min-width: 250px;
  }
}
@media (max-width: 640px) {
  .thankyou-section .thankyou-caption-detail-top .btn, .thankyou-section .thankyou-caption-detail-top .btn-sm, .thankyou-section .thankyou-caption-detail-top button, .thankyou-section .thankyou-caption-detail-top input[type="button"], .thankyou-section .thankyou-caption-detail-top input[type="reset"], .thankyou-section .thankyou-caption-detail-top input[type="submit"] {
    display: block;
    min-width: 100%;
  }
}
.thankyou-section .thankyou-caption-detail-top .h4 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 35px;
}
@media (max-width: 1169px) {
  .thankyou-section .thankyou-caption-detail-top .h4 {
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  .thankyou-section .thankyou-caption-detail-top .h4 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .thankyou-section .thankyou-caption-detail-top .h4 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .thankyou-section .thankyou-caption-detail-top .h4 {
    font-size: 16px;
  }
}
.thankyou-section .thankyou-caption-detail .tri-shape10 {
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 225px;
  height: 62px;
  position: absolute;
}
@media (max-width: 1299px) {
  .thankyou-section .thankyou-caption-detail .tri-shape10 {
    display: none;
  }
}
.thankyou-section .thankyou-caption-detail .tri-shape10 img {
  height: 100%;
  width: 100%;
}
.tri-shape11 {
  width: 17px;
}
.btn-white {
  border: 1px solid #00a2dd;
  color: #00a2dd;
  background: #fff;
}
.btn-white:hover {
  background: #00a2dd;
  color: #fff;
}
.future-planning-section {
  padding: 3.5% 0 12%;
  position: relative;
  overflow: hidden;
}
.future-planning-section + .temperature-sec {
  padding-top: 0;
}
@media (max-width: 767px) {
  .future-planning-section {
    padding: 5% 0 15%;
  }
}
.future-planning-section:before {
  content: "";
  position: absolute;
  bottom: 1px;
  width: 140%;
  height: 140%;
  background: #00a2dd;
  transform: rotate(7deg);
  transform-origin: top right;
}
.future-planning-wrapper {
  position: relative;
}
.future-planning-wrapper .tri-shape12 {
  position: absolute;
  left: -45px;
  top: 15px;
}
@media (max-width: 1299px) {
  .future-planning-wrapper .tri-shape12 {
    display: none;
  }
}
.future-planning-content-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .future-planning-content-top {
    flex-wrap: wrap;
  }
}
.future-planning-content-top .title {
  width: 28%;
}
@media (max-width: 1023px) {
  .future-planning-content-top .title {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .future-planning-content-top .title {
    width: 100%;
  }
}
.future-planning-content-top .title h2, .future-planning-content-top .title .h2 {
  font-size: 2.3333333333em;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .future-planning-content-top .title h2, .future-planning-content-top .title .h2 {
    font-size: 2.2222222222em;
  }
}
@media (max-width: 767px) {
  .future-planning-content-top .title h2, .future-planning-content-top .title .h2 {
    font-size: 2em;
  }
}
.future-planning-content-top .info {
  width: 72%;
  margin-top: 15px;
}
@media (max-width: 1023px) {
  .future-planning-content-top .info {
    width: 63%;
  }
}
@media (max-width: 767px) {
  .future-planning-content-top .info {
    width: 100%;
    margin-top: 0;
  }
}
.future-planning-content-top .info h5, .future-planning-content-top .info .h5 {
  color: #fff;
}
@media (max-width: 767px) {
  .future-planning-content-top .info h5, .future-planning-content-top .info .h5 {
    font-size: 18px;
  }
}
.future-planning-content-detail {
  max-width: 450px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .future-planning-content-detail {
    max-width: 63%;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .future-planning-content-detail {
    max-width: 100%;
  }
}
.future-planning-content-detail p {
  color: #fff;
  line-height: 1.8;
}
/*--- footer ---*/
.main-footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 35px 0;
  line-height: normal;
}
/*# sourceMappingURL=style.css.map */