/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/styles.scss ***!
  \****************************************************************************************************************************************************/
@import url(https://use.typekit.net/ahb2piq.css);
/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/styles.scss (1) ***!
  \********************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap);
/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/styles.scss (2) ***!
  \********************************************************************************************************************************************************/
@import url(https://kit.fontawesome.com/17acaa9189.css);
/*!****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/lightgallery.css ***!
  \****************************************************************************/
@font-face {
    font-family: 'lg';
    src: url(../fonts/64b800aa30714fd916dc.woff2?io9a6k) format("woff2"), url(../fonts/747d038541bfc6bb8ea9.ttf?io9a6k) format("truetype"), url(../fonts/356a0e9cb064c7a196c6.woff?io9a6k) format("woff"), url(../fonts/09cd8e9be7081f216644.svg?io9a6k#lg) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  .lg-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'lg' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .lg-container {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
  
  .lg-next,
  .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1084;
    outline: none;
    border: none;
  }
  
  .lg-next.disabled,
  .lg-prev.disabled {
    opacity: 0 !important;
    cursor: default;
  }
  
  .lg-next:hover:not(.disabled),
  .lg-prev:hover:not(.disabled) {
    color: #fff;
  }
  
  .lg-single-item .lg-next, .lg-single-item
  .lg-prev {
    display: none;
  }
  
  .lg-next {
    right: 20px;
  }
  
  .lg-next:before {
    content: '\e095';
  }
  
  .lg-prev {
    left: 20px;
  }
  
  .lg-prev:after {
    content: '\e094';
  }
  
  @-webkit-keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  
  @-moz-keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  
  @-ms-keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  
  @keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  
  @-webkit-keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  
  @-moz-keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  
  @-ms-keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  
  @keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  
  .lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
  }
  
  .lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
  }
  
  .lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .lg-media-overlap .lg-toolbar {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  }
  
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    background: none;
    border: none;
    box-shadow: none;
  }
  
  .lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px;
  }
  
  .lg-toolbar .lg-icon:hover {
    color: #fff;
  }
  
  .lg-toolbar .lg-close:after {
    content: '\e070';
  }
  
  .lg-toolbar .lg-maximize {
    font-size: 22px;
  }
  
  .lg-toolbar .lg-maximize:after {
    content: '\e90a';
  }
  
  .lg-toolbar .lg-download:after {
    content: '\e0f2';
  }
  
  .lg-sub-html {
    color: #eee;
    font-size: 16px;
    padding: 10px 40px;
    text-align: center;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s;
  }
  
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
  }
  
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
  }
  
  .lg-sub-html a {
    color: inherit;
  }
  
  .lg-sub-html a:hover {
    text-decoration: underline;
  }
  
  .lg-media-overlap .lg-sub-html {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  }
  
  .lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  
  .lg-error-msg {
    font-size: 14px;
    color: #999;
  }
  
  .lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    height: 47px;
    vertical-align: middle;
  }
  
  .lg-closing .lg-toolbar,
  .lg-closing .lg-prev,
  .lg-closing .lg-next,
  .lg-closing .lg-sub-html {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  }
  
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
    opacity: 0;
    -moz-transform: scale3d(0.5, 0.5, 0.5);
    -o-transform: scale3d(0.5, 0.5, 0.5);
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  }
  
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  
  .lg-icon:focus-visible {
    color: #fff;
    border-radius: 3px;
    outline: 1px dashed rgba(255, 255, 255, 0.6);
  }
  
  .lg-toolbar .lg-icon:focus-visible {
    border-radius: 8px;
    outline-offset: -5px;
  }
  
  .lg-group:after {
    content: '';
    display: table;
    clear: both;
  }
  
  .lg-container {
    display: none;
    outline: none;
  }
  
  .lg-container.lg-show {
    display: block;
  }
  
  .lg-on {
    scroll-behavior: unset;
  }
  
  .lg-overlay-open {
    overflow: hidden;
  }
  
  .lg-toolbar,
  .lg-prev,
  .lg-next,
  .lg-pager-outer,
  .lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  
  .lg-show-in .lg-toolbar,
  .lg-show-in .lg-prev,
  .lg-show-in .lg-next,
  .lg-show-in .lg-pager-outer {
    opacity: 1;
  }
  
  .lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1;
  }
  
  .lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  
  .lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  
  .lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  
  .lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  
  .lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0.001;
    outline: none;
    will-change: auto;
    overflow: hidden;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
  }
  
  .lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .lg-outer.lg-zoom-from-image {
    opacity: 1;
  }
  
  .lg-outer.lg-visible {
    opacity: 1;
  }
  
  .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
  }
  
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
  }
  
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
  
  .lg-outer .lg-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .lg-outer .lg-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
    white-space: nowrap;
  }
  
  .lg-outer .lg-item {
    display: none !important;
  }
  
  .lg-outer .lg-item:not(.lg-start-end-progress) {
    background: url(../images/fcba57cdb89652f9bb54.gif) no-repeat scroll center center transparent;
  }
  
  .lg-outer.lg-css3 .lg-prev-slide,
  .lg-outer.lg-css3 .lg-current,
  .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
  }
  
  .lg-outer.lg-css .lg-current {
    display: inline-block !important;
  }
  
  .lg-outer .lg-item,
  .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .lg-outer .lg-item:before,
  .lg-outer .lg-img-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  
  .lg-outer .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 0;
  }
  
  .lg-outer .lg-item.lg-complete {
    background-image: none;
  }
  
  .lg-outer .lg-item.lg-current {
    z-index: 1060;
  }
  
  .lg-outer .lg-object {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
  }
  
  .lg-outer .lg-empty-html.lg-sub-html,
  .lg-outer .lg-empty-html .lg-sub-html {
    display: none;
  }
  
  .lg-outer.lg-hide-download .lg-download {
    opacity: 0.75;
    pointer-events: none;
  }
  
  .lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%;
  }
  
  .lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1;
  }
  
  .lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    transition: opacity 0.2s ease-out 0.15s;
  }
  
  .lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    will-change: auto;
    -webkit-transition: opacity 333ms ease-in 0s;
    -o-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s;
  }
  
  .lg-backdrop.in {
    opacity: 1;
  }
  
  .lg-css3.lg-no-trans .lg-prev-slide,
  .lg-css3.lg-no-trans .lg-next-slide,
  .lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
  }
  
  .lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .lg-css3.lg-fade .lg-item {
    opacity: 0;
  }
  
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
  }
  
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
  }
  
  .lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  }
  
  .lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  
  .lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
  }
  
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  }
  
  .lg-container {
    display: none;
  }
  
  .lg-container.lg-show {
    display: block;
  }
  
  .lg-container.lg-dragging-vertical .lg-backdrop {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
  }
  
  .lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
  }
  
  .lg-inline .lg-backdrop,
  .lg-inline .lg-outer {
    position: absolute;
  }
  
  .lg-inline .lg-backdrop {
    z-index: 1;
  }
  
  .lg-inline .lg-outer {
    z-index: 2;
  }
  
  .lg-inline .lg-maximize:after {
    content: '\e909';
  }
  
  .lg-components {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.35s ease-out 0s;
    -moz-transition: -moz-transform 0.35s ease-out 0s;
    -o-transition: -o-transform 0.35s ease-out 0s;
    transition: transform 0.35s ease-out 0s;
    z-index: 1080;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  
/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/styles.scss (3) ***!
  \********************************************************************************************************************************************************/
html, body, ul, li, picture, a, p {
  margin: 0;
  padding: 0;
}

picture {
  display: block;
  font-size: 0;
}

a {
  color: #153F79;
  text-decoration: none;
}

p {
  font-weight: 300;
  line-height: 1.5rem;
}

.container {
  position: relative;
  width: 100%;
}
.container.w-90 {
  margin: 0 auto;
  max-width: 1640px;
}
.container.w-80 {
  margin: 0 auto;
  max-width: 1364px;
}
.container.w-70 {
  margin: 0 auto;
  max-width: 1088px;
}
.container.w-60 {
  margin: 0 auto;
  max-width: 812px;
}
.container.w-50 {
  margin: 0 auto;
  max-width: 536px;
}
.container.w-40 {
  margin: 0 auto;
  max-width: 260px;
}
.container.h-100 {
  height: 100px;
}
.container .offset {
  position: relative;
}
.container .offset.y-140 {
  top: -140px;
}
@media screen and (max-width: 1640px) {
  .container .offset.y-140 {
    top: -8vw;
  }
}
@media screen and (max-width: 1024px) {
  .container.w-90 {
    max-width: 100%;
  }
  .container .offset.y-140 {
    top: 0;
  }
}

.column {
  display: grid;
}
.column.gap-0 {
  gap: 0px;
}
.column.gap-50 {
  gap: 50px;
}
.column.col-2-1\/1 {
  grid-template-columns: 1fr 1fr;
}
.column.col-2-1\/2 {
  grid-template-columns: 0.5fr 1fr;
}
.column.col-2-1\/2-reverse {
  grid-template-columns: 1fr 0.5fr;
}
.column.col-2-1\/3 {
  grid-template-columns: 0.7fr 1fr;
}
.column.col-2-1\/3-reverse {
  grid-template-columns: 1fr 0.7fr;
}
.column.col-3-1\/1 {
  grid-template-columns: 1fr 1fr 1fr;
}
.column.col-3-1\/2 {
  grid-template-columns: 0.5fr 1fr 1fr;
}
.column.col-3-1\/3 {
  grid-template-columns: 0.33fr 1fr 1fr;
}
.column.col-4-1\/1 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.column.col-4-1\/2 {
  grid-template-columns: 0.5fr 1fr 1fr 1fr;
}
.column.col-4-1\/3 {
  grid-template-columns: 0.33fr 1fr 1fr 1fr;
}
.column.col-4-1\/4 {
  grid-template-columns: 0.25fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1280px) {
  .column.lg\:col-2-1\/1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .column.md\:col-2-1\/1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 812px) {
  .column.sm\:col-2-1\/1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .column.xs\:col-2-1\/1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.statistics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.statistics .statistic .statistic-value {
  position: relative;
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #376DBC;
  border-radius: 100%;
  margin-bottom: 2rem;
}
.statistics .statistic .statistic-value .value {
  color: #042C65;
  font-size: 2.6rem;
  font-weight: 600;
}
.statistics .statistic .statistic-value .value-title {
  position: absolute;
  text-transform: uppercase;
  left: 90%;
  display: block;
  padding: 0.5rem 0;
  color: #1953A6;
  background-color: white;
  font-size: 0.8rem;
  font-weight: 600;
  border-bottom: solid 2px #1953A6;
}
.statistics .statistic .title {
  color: #2f2f2f;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  letter-spacing: -0.06rem;
  font-weight: 400;
}
.statistics .statistic .description {
  color: #5D7180;
  font-size: 0.8rem;
}
@media screen and (max-width: 1280px) {
  .statistics {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .statistics {
    display: block;
    grid-template-columns: unset;
  }
  .statistics .statistic {
    width: 90%;
    margin: 0 auto;
  }
  .statistics .statistic .statistic-value {
    width: 120px;
    height: 120px;
  }
  .statistics .statistic .statistic-value .value {
    font-size: 1.8rem;
  }
  .statistics .statistic .statistic-value .value-title {
    font-size: 0.8rem;
  }
  .statistics .statistic .title {
    font-size: 1.1rem;
  }
  .statistics .statistic .description {
    font-size: 0.8rem;
    padding-bottom: 3rem;
  }
  .statistics .statistic:last-child .description {
    padding-bottom: 0;
  }
}

blockquote {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 45px;
}

.contact-item h3 {
  text-transform: uppercase;
  font-size: 1.1rem;
}
.contact-item .contact-info a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 0.7rem;
}
.contact-item .contact-info a i {
  color: #1953A6;
}
.contact-item .contact-info a span {
  color: #2f2f2f;
}

.author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.author .stroke {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #DDDDDD;
}
.author .name {
  font-style: italic;
  color: #9B9B9B;
}
@media screen and (max-width: 812px) {
  .author {
    justify-content: center;
  }
}

html, body {
  font-family: "poppins", sans-serif;
  font-size: 18px;
  color: #828282;
  font-family: 300;
  scroll-behavior: smooth;
}
@media screen and (max-width: 812px) {
  html, body {
    font-size: 14px;
  }
}

small {
  color: #1953A6;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
small.numbered {
  gap: 0.8rem;
}
small.numbered .dash {
  position: relative;
  top: -1px;
  width: 1px;
  height: 12px;
  background-color: #1953A6;
  transform: rotate(25deg);
}
small.numbered-2 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
small.numbered-2 .value {
  color: #c6c6c6;
  font-weight: 300;
}
small.numbered-2 .stroke {
  width: 50px;
  height: 1px;
  background-color: #c6c6c6;
}

h2 {
  font-size: 2rem;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: -0.1rem;
  color: #2f2f2f;
}

h3 {
  font-size: 1.5rem;
  letter-spacing: -0.1rem;
  color: #2f2f2f;
  text-transform: capitalize;
  margin: 0 0 30px 0;
}

h4 {
  font-size: 0.9rem;
  letter-spacing: -0.03rem;
  color: #2f2f2f;
  margin-bottom: 10px;
}

h5 {
  font-size: 1rem;
  color: #2f2f2f;
  letter-spacing: -0.05rem;
  text-transform: uppercase;
}

.excerpt {
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 50px;
  margin-bottom: 45px;
  border-left: solid 2px #CAAC6A;
}
@media screen and (max-width: 812px) {
  .excerpt {
    border-left: unset;
    padding-left: unset;
  }
  .excerpt::before {
    content: "";
    display: block;
    width: 150px;
    margin: 0 auto;
    height: 1px;
    background-color: #CAAC6A;
    margin-bottom: 45px;
  }
}

.text-primary {
  color: #1953A6;
}
.text-secondary {
  color: #022455;
}
.text-dark {
  color: #042C65;
}
.text-light {
  color: #376DBC;
}
.text-light-gray {
  color: #828282;
}

.css-defaults img {
  border-radius: 0;
}

.w-5 {
  width: 5%;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-35 {
  width: 35%;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}
.w-100 {
  width: 100%;
}
.w-full {
  width: 100%;
}

@media screen and (max-width: 1640px) {
  .xl\:w-full {
    width: 100%;
  }
  .xl\:w-5 {
    width: 5%;
  }
  .xl\:w-10 {
    width: 10%;
  }
  .xl\:w-15 {
    width: 15%;
  }
  .xl\:w-20 {
    width: 20%;
  }
  .xl\:w-25 {
    width: 25%;
  }
  .xl\:w-30 {
    width: 30%;
  }
  .xl\:w-35 {
    width: 35%;
  }
  .xl\:w-40 {
    width: 40%;
  }
  .xl\:w-45 {
    width: 45%;
  }
  .xl\:w-50 {
    width: 50%;
  }
  .xl\:w-55 {
    width: 55%;
  }
  .xl\:w-60 {
    width: 60%;
  }
  .xl\:w-65 {
    width: 65%;
  }
  .xl\:w-70 {
    width: 70%;
  }
  .xl\:w-75 {
    width: 75%;
  }
  .xl\:w-80 {
    width: 80%;
  }
  .xl\:w-85 {
    width: 85%;
  }
  .xl\:w-90 {
    width: 90%;
  }
  .xl\:w-95 {
    width: 95%;
  }
  .xl\:w-100 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .lg\:w-full {
    width: 100%;
  }
  .lg\:w-5 {
    width: 5%;
  }
  .lg\:w-10 {
    width: 10%;
  }
  .lg\:w-15 {
    width: 15%;
  }
  .lg\:w-20 {
    width: 20%;
  }
  .lg\:w-25 {
    width: 25%;
  }
  .lg\:w-30 {
    width: 30%;
  }
  .lg\:w-35 {
    width: 35%;
  }
  .lg\:w-40 {
    width: 40%;
  }
  .lg\:w-45 {
    width: 45%;
  }
  .lg\:w-50 {
    width: 50%;
  }
  .lg\:w-55 {
    width: 55%;
  }
  .lg\:w-60 {
    width: 60%;
  }
  .lg\:w-65 {
    width: 65%;
  }
  .lg\:w-70 {
    width: 70%;
  }
  .lg\:w-75 {
    width: 75%;
  }
  .lg\:w-80 {
    width: 80%;
  }
  .lg\:w-85 {
    width: 85%;
  }
  .lg\:w-90 {
    width: 90%;
  }
  .lg\:w-95 {
    width: 95%;
  }
  .lg\:w-100 {
    width: 100%;
  }
}
@media screen and (max-width: 812px) {
  .sm\:w-full {
    width: 100%;
  }
  .sm\:w-5 {
    width: 5%;
  }
  .sm\:w-10 {
    width: 10%;
  }
  .sm\:w-15 {
    width: 15%;
  }
  .sm\:w-20 {
    width: 20%;
  }
  .sm\:w-25 {
    width: 25%;
  }
  .sm\:w-30 {
    width: 30%;
  }
  .sm\:w-35 {
    width: 35%;
  }
  .sm\:w-40 {
    width: 40%;
  }
  .sm\:w-45 {
    width: 45%;
  }
  .sm\:w-50 {
    width: 50%;
  }
  .sm\:w-55 {
    width: 55%;
  }
  .sm\:w-60 {
    width: 60%;
  }
  .sm\:w-65 {
    width: 65%;
  }
  .sm\:w-70 {
    width: 70%;
  }
  .sm\:w-75 {
    width: 75%;
  }
  .sm\:w-80 {
    width: 80%;
  }
  .sm\:w-85 {
    width: 85%;
  }
  .sm\:w-90 {
    width: 90%;
  }
  .sm\:w-95 {
    width: 95%;
  }
  .sm\:w-100 {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .xs\:w-full {
    width: 100%;
  }
  .xs\:w-5 {
    width: 5%;
  }
  .xs\:w-10 {
    width: 10%;
  }
  .xs\:w-15 {
    width: 15%;
  }
  .xs\:w-20 {
    width: 20%;
  }
  .xs\:w-25 {
    width: 25%;
  }
  .xs\:w-30 {
    width: 30%;
  }
  .xs\:w-35 {
    width: 35%;
  }
  .xs\:w-40 {
    width: 40%;
  }
  .xs\:w-45 {
    width: 45%;
  }
  .xs\:w-50 {
    width: 50%;
  }
  .xs\:w-55 {
    width: 55%;
  }
  .xs\:w-60 {
    width: 60%;
  }
  .xs\:w-65 {
    width: 65%;
  }
  .xs\:w-70 {
    width: 70%;
  }
  .xs\:w-75 {
    width: 75%;
  }
  .xs\:w-80 {
    width: 80%;
  }
  .xs\:w-85 {
    width: 85%;
  }
  .xs\:w-90 {
    width: 90%;
  }
  .xs\:w-95 {
    width: 95%;
  }
  .xs\:w-100 {
    width: 100%;
  }
}
.h-5 {
  height: 5%;
}
.h-10 {
  height: 10%;
}
.h-15 {
  height: 15%;
}
.h-20 {
  height: 20%;
}
.h-25 {
  height: 25%;
}
.h-30 {
  height: 30%;
}
.h-35 {
  height: 35%;
}
.h-40 {
  height: 40%;
}
.h-45 {
  height: 45%;
}
.h-50 {
  height: 50%;
}
.h-55 {
  height: 55%;
}
.h-60 {
  height: 60%;
}
.h-65 {
  height: 65%;
}
.h-70 {
  height: 70%;
}
.h-75 {
  height: 75%;
}
.h-80 {
  height: 80%;
}
.h-85 {
  height: 85%;
}
.h-90 {
  height: 90%;
}
.h-95 {
  height: 95%;
}
.h-100 {
  height: 100%;
}
.h-full {
  height: 100%;
}

.min-h-1 {
  min-height: 50px;
}
.min-h-2 {
  min-height: 100px;
}
.min-h-3 {
  min-height: 150px;
}
.min-h-4 {
  min-height: 200px;
}
.min-h-5 {
  min-height: 250px;
}
.min-h-6 {
  min-height: 300px;
}
.min-h-7 {
  min-height: 350px;
}
.min-h-8 {
  min-height: 400px;
}
.min-h-9 {
  min-height: 450px;
}
.min-h-10 {
  min-height: 500px;
}
.min-h-11 {
  min-height: 550px;
}
.min-h-12 {
  min-height: 600px;
}
.min-h-13 {
  min-height: 650px;
}
.min-h-14 {
  min-height: 700px;
}
.min-h-15 {
  min-height: 750px;
}
.min-h-16 {
  min-height: 800px;
}
.min-h-17 {
  min-height: 850px;
}
.min-h-18 {
  min-height: 900px;
}
.min-h-19 {
  min-height: 950px;
}
.min-h-20 {
  min-height: 1000px;
}

.max-h-1 {
  max-height: 100px;
}
.max-h-2 {
  max-height: 200px;
}
.max-h-3 {
  max-height: 300px;
}
.max-h-4 {
  max-height: 400px;
}
.max-h-5 {
  max-height: 500px;
}
.max-h-6 {
  max-height: 600px;
}
.max-h-7 {
  max-height: 700px;
}
.max-h-8 {
  max-height: 800px;
}
.max-h-9 {
  max-height: 900px;
}
.max-h-10 {
  max-height: 1000px;
}
.max-h-11 {
  max-height: 1100px;
}
.max-h-12 {
  max-height: 1200px;
}
.max-h-13 {
  max-height: 1300px;
}
.max-h-14 {
  max-height: 1400px;
}
.max-h-15 {
  max-height: 1500px;
}
.max-h-16 {
  max-height: 1600px;
}
.max-h-17 {
  max-height: 1700px;
}
.max-h-18 {
  max-height: 1800px;
}
.max-h-19 {
  max-height: 1900px;
}
.max-h-20 {
  max-height: 2000px;
}

.vh-5 {
  height: 5vh;
}
.vh-10 {
  height: 10vh;
}
.vh-15 {
  height: 15vh;
}
.vh-20 {
  height: 20vh;
}
.vh-25 {
  height: 25vh;
}
.vh-30 {
  height: 30vh;
}
.vh-35 {
  height: 35vh;
}
.vh-40 {
  height: 40vh;
}
.vh-45 {
  height: 45vh;
}
.vh-50 {
  height: 50vh;
}
.vh-55 {
  height: 55vh;
}
.vh-60 {
  height: 60vh;
}
.vh-65 {
  height: 65vh;
}
.vh-70 {
  height: 70vh;
}
.vh-75 {
  height: 75vh;
}
.vh-80 {
  height: 80vh;
}
.vh-85 {
  height: 85vh;
}
.vh-90 {
  height: 90vh;
}
.vh-95 {
  height: 95vh;
}
.vh-100 {
  height: 100vh;
}

@media screen and (max-width: 812px) {
  .sm\:vh-5 {
    height: 5vh;
  }
  .sm\:vh-10 {
    height: 10vh;
  }
  .sm\:vh-15 {
    height: 15vh;
  }
  .sm\:vh-20 {
    height: 20vh;
  }
  .sm\:vh-25 {
    height: 25vh;
  }
  .sm\:vh-30 {
    height: 30vh;
  }
  .sm\:vh-35 {
    height: 35vh;
  }
  .sm\:vh-40 {
    height: 40vh;
  }
  .sm\:vh-45 {
    height: 45vh;
  }
  .sm\:vh-50 {
    height: 50vh;
  }
  .sm\:vh-55 {
    height: 55vh;
  }
  .sm\:vh-60 {
    height: 60vh;
  }
  .sm\:vh-65 {
    height: 65vh;
  }
  .sm\:vh-70 {
    height: 70vh;
  }
  .sm\:vh-75 {
    height: 75vh;
  }
  .sm\:vh-80 {
    height: 80vh;
  }
  .sm\:vh-85 {
    height: 85vh;
  }
  .sm\:vh-90 {
    height: 90vh;
  }
  .sm\:vh-95 {
    height: 95vh;
  }
  .sm\:vh-100 {
    height: 100vh;
  }
}
.bg-white {
  background-color: white;
}
.bg-blue-dark {
  background-color: #032657;
}
.bg-blue-dark-6 {
  background-color: #042C65;
}
.bg-gray-light-2 {
  background-color: #FAFAFA;
}
.bg-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-tile {
  position: absolute;
  width: 100%;
  background-repeat: repeat-x;
  background-position: bottom;
  opacity: 0.2;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-6 {
  z-index: 6;
}

.z-7 {
  z-index: 7;
}

.z-8 {
  z-index: 8;
}

.z-9 {
  z-index: 9;
}

.z-10 {
  z-index: 10;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.static {
  position: static;
}

@media screen and (max-width: 812px) {
  .sm\:absolute {
    position: absolute;
  }
  .sm\:relative {
    position: relative;
  }
  .sm\:fixed {
    position: fixed;
  }
  .sm\:static {
    position: static;
  }
}
.top-0 {
  top: 0%;
}
.top-1 {
  top: 10%;
}
.top-2 {
  top: 20%;
}
.top-3 {
  top: 30%;
}
.top-4 {
  top: 40%;
}
.top-5 {
  top: 50%;
}
.top-6 {
  top: 60%;
}
.top-7 {
  top: 70%;
}
.top-8 {
  top: 80%;
}
.top-9 {
  top: 90%;
}
.top-10 {
  top: 100%;
}

.bottom-0 {
  bottom: 0%;
}
.bottom-1 {
  bottom: 10%;
}
.bottom-2 {
  bottom: 20%;
}
.bottom-3 {
  bottom: 30%;
}
.bottom-4 {
  bottom: 40%;
}
.bottom-5 {
  bottom: 50%;
}
.bottom-6 {
  bottom: 60%;
}
.bottom-7 {
  bottom: 70%;
}
.bottom-8 {
  bottom: 80%;
}
.bottom-9 {
  bottom: 90%;
}
.bottom-10 {
  bottom: 100%;
}

.left-0 {
  left: 0%;
}
.left-1 {
  left: 10%;
}
.left-2 {
  left: 20%;
}
.left-3 {
  left: 30%;
}
.left-4 {
  left: 40%;
}
.left-5 {
  left: 50%;
}
.left-6 {
  left: 60%;
}
.left-7 {
  left: 70%;
}
.left-8 {
  left: 80%;
}
.left-9 {
  left: 90%;
}
.left-10 {
  left: 100%;
}

.right-0 {
  right: 0%;
}
.right-1 {
  right: 10%;
}
.right-2 {
  right: 20%;
}
.right-3 {
  right: 30%;
}
.right-4 {
  right: 40%;
}
.right-5 {
  right: 50%;
}
.right-6 {
  right: 60%;
}
.right-7 {
  right: 70%;
}
.right-8 {
  right: 80%;
}
.right-9 {
  right: 90%;
}
.right-10 {
  right: 100%;
}

.center-x {
  left: 50%;
  transform: translateX(-50%);
}
.center-y {
  top: 50%;
  transform: translateY(-50%);
}
.center-xy {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flex {
  display: flex;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-between {
  justify-content: space-between;
}
.flex.align-center {
  align-items: center;
}
.flex.direction-row {
  flex-direction: row;
}
.flex.direction-column {
  flex-direction: column;
}

.grid {
  display: grid;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.hidden {
  display: none;
}

@media screen and (max-width: 1280px) {
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:inline-flex {
    display: inline-flex;
  }
  .lg\:inline-block {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .md\:flex {
    display: flex;
  }
  .md\:flex.md\:justify-center {
    justify-content: center;
  }
  .md\:flex.md\:justify-between {
    justify-content: space-between;
  }
  .md\:flex.md\:align-center {
    align-items: center;
  }
  .md\:flex.md\:direction-row {
    flex-direction: row;
  }
  .md\:flex.md\:direction-column {
    flex-direction: column;
  }
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:inline-flex {
    display: inline-flex;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
  .md\:order-4 {
    order: 4;
  }
}
@media screen and (max-width: 812px) {
  .sm\:flex {
    display: flex;
  }
  .sm\:flex.sm\:justify-center {
    justify-content: center;
  }
  .sm\:flex.sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:flex.sm\:align-center {
    align-items: center;
  }
  .sm\:flex.sm\:direction-row {
    flex-direction: row;
  }
  .sm\:flex.sm\:direction-column {
    flex-direction: column;
  }
  .sm\:block {
    display: block;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:inline-flex {
    display: inline-flex;
  }
  .sm\:inline-block {
    display: inline-block;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:order-3 {
    order: 3;
  }
  .sm\:order-4 {
    order: 4;
  }
}
@media screen and (max-width: 640px) {
  .xs\:block {
    display: block;
  }
  .xs\:inline-flex {
    display: inline-flex;
  }
  .xs\:inline-block {
    display: inline-block;
  }
  .xs\:justify-center {
    justify-content: center;
  }
  .xs\:flex-wrap {
    flex-wrap: wrap;
  }
}
.p-1 {
  padding: 10px;
}

.p-2 {
  padding: 20px;
}

.p-3 {
  padding: 30px;
}

.p-4 {
  padding: 40px;
}

.p-5 {
  padding: 50px;
}

.p-6 {
  padding: 60px;
}

.p-7 {
  padding: 70px;
}

.p-8 {
  padding: 80px;
}

.p-9 {
  padding: 90px;
}

.p-10 {
  padding: 100px;
}

@media screen and (max-width: 1280px) {
  .lg\:p-0 {
    padding: 0px;
  }
  .lg\:p-1 {
    padding: 10px;
  }
  .lg\:p-2 {
    padding: 20px;
  }
  .lg\:p-3 {
    padding: 30px;
  }
  .lg\:p-4 {
    padding: 40px;
  }
  .lg\:p-5 {
    padding: 50px;
  }
  .lg\:p-6 {
    padding: 60px;
  }
  .lg\:p-7 {
    padding: 70px;
  }
  .lg\:p-8 {
    padding: 80px;
  }
  .lg\:p-9 {
    padding: 90px;
  }
  .lg\:p-10 {
    padding: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .md\:p-0 {
    padding: 0px;
  }
  .md\:p-1 {
    padding: 10px;
  }
  .md\:p-2 {
    padding: 20px;
  }
  .md\:p-3 {
    padding: 30px;
  }
  .md\:p-4 {
    padding: 40px;
  }
  .md\:p-5 {
    padding: 50px;
  }
  .md\:p-6 {
    padding: 60px;
  }
  .md\:p-7 {
    padding: 70px;
  }
  .md\:p-8 {
    padding: 80px;
  }
  .md\:p-9 {
    padding: 90px;
  }
  .md\:p-10 {
    padding: 100px;
  }
}
@media screen and (max-width: 812px) {
  .sm\:p-0 {
    padding: 0px;
  }
  .sm\:p-1 {
    padding: 10px;
  }
  .sm\:p-2 {
    padding: 20px;
  }
  .sm\:p-3 {
    padding: 30px;
  }
  .sm\:p-4 {
    padding: 40px;
  }
  .sm\:p-5 {
    padding: 50px;
  }
  .sm\:p-6 {
    padding: 60px;
  }
  .sm\:p-7 {
    padding: 70px;
  }
  .sm\:p-8 {
    padding: 80px;
  }
  .sm\:p-9 {
    padding: 90px;
  }
  .sm\:p-10 {
    padding: 100px;
  }
}
.py-1 {
  padding: 10px 0;
}

.py-2 {
  padding: 20px 0;
}

.py-3 {
  padding: 30px 0;
}

.py-4 {
  padding: 40px 0;
}

.py-5 {
  padding: 50px 0;
}

.py-6 {
  padding: 60px 0;
}

.py-7 {
  padding: 70px 0;
}

.py-8 {
  padding: 80px 0;
}

.py-9 {
  padding: 90px 0;
}

.py-10 {
  padding: 100px 0;
}

.py-11 {
  padding: 110px 0;
}

.py-12 {
  padding: 120px 0;
}

.py-13 {
  padding: 130px 0;
}

.py-14 {
  padding: 140px 0;
}

.py-15 {
  padding: 150px 0;
}

.py-16 {
  padding: 160px 0;
}

.py-17 {
  padding: 170px 0;
}

.py-18 {
  padding: 180px 0;
}

.py-19 {
  padding: 190px 0;
}

.py-20 {
  padding: 200px 0;
}

@media screen and (max-width: 812px) {
  .sm\:py-0 {
    padding: 0px 0;
  }
  .sm\:py-1 {
    padding: 10px 0;
  }
  .sm\:py-2 {
    padding: 20px 0;
  }
  .sm\:py-3 {
    padding: 30px 0;
  }
  .sm\:py-4 {
    padding: 40px 0;
  }
  .sm\:py-5 {
    padding: 50px 0;
  }
  .sm\:py-6 {
    padding: 60px 0;
  }
  .sm\:py-7 {
    padding: 70px 0;
  }
  .sm\:py-8 {
    padding: 80px 0;
  }
  .sm\:py-9 {
    padding: 90px 0;
  }
  .sm\:py-10 {
    padding: 100px 0;
  }
  .sm\:py-11 {
    padding: 110px 0;
  }
  .sm\:py-12 {
    padding: 120px 0;
  }
  .sm\:py-13 {
    padding: 130px 0;
  }
  .sm\:py-14 {
    padding: 140px 0;
  }
  .sm\:py-15 {
    padding: 150px 0;
  }
  .sm\:py-16 {
    padding: 160px 0;
  }
  .sm\:py-17 {
    padding: 170px 0;
  }
  .sm\:py-18 {
    padding: 180px 0;
  }
  .sm\:py-19 {
    padding: 190px 0;
  }
  .sm\:py-20 {
    padding: 200px 0;
  }
  .sm\:py-21 {
    padding: 210px 0;
  }
  .sm\:py-22 {
    padding: 220px 0;
  }
  .sm\:py-23 {
    padding: 230px 0;
  }
  .sm\:py-24 {
    padding: 240px 0;
  }
  .sm\:py-25 {
    padding: 250px 0;
  }
  .sm\:py-26 {
    padding: 260px 0;
  }
  .sm\:py-27 {
    padding: 270px 0;
  }
  .sm\:py-28 {
    padding: 280px 0;
  }
  .sm\:py-29 {
    padding: 290px 0;
  }
  .sm\:py-30 {
    padding: 300px 0;
  }
  .sm\:py-31 {
    padding: 310px 0;
  }
  .sm\:py-32 {
    padding: 320px 0;
  }
  .sm\:py-33 {
    padding: 330px 0;
  }
  .sm\:py-34 {
    padding: 340px 0;
  }
  .sm\:py-35 {
    padding: 350px 0;
  }
  .sm\:py-36 {
    padding: 360px 0;
  }
  .sm\:py-37 {
    padding: 370px 0;
  }
  .sm\:py-38 {
    padding: 380px 0;
  }
  .sm\:py-39 {
    padding: 390px 0;
  }
  .sm\:py-40 {
    padding: 400px 0;
  }
}
.px-1 {
  padding: 0 10px;
}

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

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

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

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

.px-6 {
  padding: 0 60px;
}

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

.px-8 {
  padding: 0 80px;
}

.px-9 {
  padding: 0 90px;
}

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

.px-11 {
  padding: 0 110px;
}

.px-12 {
  padding: 0 120px;
}

.px-13 {
  padding: 0 130px;
}

.px-14 {
  padding: 0 140px;
}

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

.px-16 {
  padding: 0 160px;
}

.px-17 {
  padding: 0 170px;
}

.px-18 {
  padding: 0 180px;
}

.px-19 {
  padding: 0 190px;
}

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

@media screen and (max-width: 812px) {
  .sm\:px-0 {
    padding: 0 0px;
  }
  .sm\:px-1 {
    padding: 0 10px;
  }
  .sm\:px-2 {
    padding: 0 20px;
  }
  .sm\:px-3 {
    padding: 0 30px;
  }
  .sm\:px-4 {
    padding: 0 40px;
  }
  .sm\:px-5 {
    padding: 0 50px;
  }
  .sm\:px-6 {
    padding: 0 60px;
  }
  .sm\:px-7 {
    padding: 0 70px;
  }
  .sm\:px-8 {
    padding: 0 80px;
  }
  .sm\:px-9 {
    padding: 0 90px;
  }
  .sm\:px-10 {
    padding: 0 100px;
  }
}
.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-5 {
  padding-top: 50px;
}

.pt-6 {
  padding-top: 60px;
}

.pt-7 {
  padding-top: 70px;
}

.pt-8 {
  padding-top: 80px;
}

.pt-9 {
  padding-top: 90px;
}

.pt-10 {
  padding-top: 100px;
}

.pt-11 {
  padding-top: 110px;
}

.pt-12 {
  padding-top: 120px;
}

.pt-13 {
  padding-top: 130px;
}

.pt-14 {
  padding-top: 140px;
}

.pt-15 {
  padding-top: 150px;
}

.pt-16 {
  padding-top: 160px;
}

.pt-17 {
  padding-top: 170px;
}

.pt-18 {
  padding-top: 180px;
}

.pt-19 {
  padding-top: 190px;
}

.pt-20 {
  padding-top: 200px;
}

.pt-21 {
  padding-top: 210px;
}

.pt-22 {
  padding-top: 220px;
}

.pt-23 {
  padding-top: 230px;
}

.pt-24 {
  padding-top: 240px;
}

.pt-25 {
  padding-top: 250px;
}

.pt-26 {
  padding-top: 260px;
}

.pt-27 {
  padding-top: 270px;
}

.pt-28 {
  padding-top: 280px;
}

.pt-29 {
  padding-top: 290px;
}

.pt-30 {
  padding-top: 300px;
}

.pt-31 {
  padding-top: 310px;
}

.pt-32 {
  padding-top: 320px;
}

.pt-33 {
  padding-top: 330px;
}

.pt-34 {
  padding-top: 340px;
}

.pt-35 {
  padding-top: 350px;
}

.pt-36 {
  padding-top: 360px;
}

.pt-37 {
  padding-top: 370px;
}

.pt-38 {
  padding-top: 380px;
}

.pt-39 {
  padding-top: 390px;
}

.pt-40 {
  padding-top: 400px;
}

@media screen and (max-width: 812px) {
  .sm\:pt-0 {
    padding-top: 0px;
  }
  .sm\:pt-1 {
    padding-top: 10px;
  }
  .sm\:pt-2 {
    padding-top: 20px;
  }
  .sm\:pt-3 {
    padding-top: 30px;
  }
  .sm\:pt-4 {
    padding-top: 40px;
  }
  .sm\:pt-5 {
    padding-top: 50px;
  }
  .sm\:pt-6 {
    padding-top: 60px;
  }
  .sm\:pt-7 {
    padding-top: 70px;
  }
  .sm\:pt-8 {
    padding-top: 80px;
  }
  .sm\:pt-9 {
    padding-top: 90px;
  }
  .sm\:pt-10 {
    padding-top: 100px;
  }
  .sm\:pt-11 {
    padding-top: 110px;
  }
  .sm\:pt-12 {
    padding-top: 120px;
  }
  .sm\:pt-13 {
    padding-top: 130px;
  }
  .sm\:pt-14 {
    padding-top: 140px;
  }
  .sm\:pt-15 {
    padding-top: 150px;
  }
  .sm\:pt-16 {
    padding-top: 160px;
  }
  .sm\:pt-17 {
    padding-top: 170px;
  }
  .sm\:pt-18 {
    padding-top: 180px;
  }
  .sm\:pt-19 {
    padding-top: 190px;
  }
  .sm\:pt-20 {
    padding-top: 200px;
  }
  .sm\:pt-21 {
    padding-top: 210px;
  }
  .sm\:pt-22 {
    padding-top: 220px;
  }
  .sm\:pt-23 {
    padding-top: 230px;
  }
  .sm\:pt-24 {
    padding-top: 240px;
  }
  .sm\:pt-25 {
    padding-top: 250px;
  }
  .sm\:pt-26 {
    padding-top: 260px;
  }
  .sm\:pt-27 {
    padding-top: 270px;
  }
  .sm\:pt-28 {
    padding-top: 280px;
  }
  .sm\:pt-29 {
    padding-top: 290px;
  }
  .sm\:pt-30 {
    padding-top: 300px;
  }
  .sm\:pt-31 {
    padding-top: 310px;
  }
  .sm\:pt-32 {
    padding-top: 320px;
  }
  .sm\:pt-33 {
    padding-top: 330px;
  }
  .sm\:pt-34 {
    padding-top: 340px;
  }
  .sm\:pt-35 {
    padding-top: 350px;
  }
  .sm\:pt-36 {
    padding-top: 360px;
  }
  .sm\:pt-37 {
    padding-top: 370px;
  }
  .sm\:pt-38 {
    padding-top: 380px;
  }
  .sm\:pt-39 {
    padding-top: 390px;
  }
  .sm\:pt-40 {
    padding-top: 400px;
  }
}
.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-5 {
  padding-bottom: 50px;
}

.pb-6 {
  padding-bottom: 60px;
}

.pb-7 {
  padding-bottom: 70px;
}

.pb-8 {
  padding-bottom: 80px;
}

.pb-9 {
  padding-bottom: 90px;
}

.pb-10 {
  padding-bottom: 100px;
}

.pb-11 {
  padding-bottom: 110px;
}

.pb-12 {
  padding-bottom: 120px;
}

.pb-13 {
  padding-bottom: 130px;
}

.pb-14 {
  padding-bottom: 140px;
}

.pb-15 {
  padding-bottom: 150px;
}

.pb-16 {
  padding-bottom: 160px;
}

.pb-17 {
  padding-bottom: 170px;
}

.pb-18 {
  padding-bottom: 180px;
}

.pb-19 {
  padding-bottom: 190px;
}

.pb-20 {
  padding-bottom: 200px;
}

.pb-21 {
  padding-bottom: 210px;
}

.pb-22 {
  padding-bottom: 220px;
}

.pb-23 {
  padding-bottom: 230px;
}

.pb-24 {
  padding-bottom: 240px;
}

.pb-25 {
  padding-bottom: 250px;
}

.pb-26 {
  padding-bottom: 260px;
}

.pb-27 {
  padding-bottom: 270px;
}

.pb-28 {
  padding-bottom: 280px;
}

.pb-29 {
  padding-bottom: 290px;
}

.pb-30 {
  padding-bottom: 300px;
}

.pb-31 {
  padding-bottom: 310px;
}

.pb-32 {
  padding-bottom: 320px;
}

.pb-33 {
  padding-bottom: 330px;
}

.pb-34 {
  padding-bottom: 340px;
}

.pb-35 {
  padding-bottom: 350px;
}

.pb-36 {
  padding-bottom: 360px;
}

.pb-37 {
  padding-bottom: 370px;
}

.pb-38 {
  padding-bottom: 380px;
}

.pb-39 {
  padding-bottom: 390px;
}

.pb-40 {
  padding-bottom: 400px;
}

@media screen and (max-width: 812px) {
  .sm\:pb-0 {
    padding-bottom: 0px;
  }
  .sm\:pb-1 {
    padding-bottom: 10px;
  }
  .sm\:pb-2 {
    padding-bottom: 20px;
  }
  .sm\:pb-3 {
    padding-bottom: 30px;
  }
  .sm\:pb-4 {
    padding-bottom: 40px;
  }
  .sm\:pb-5 {
    padding-bottom: 50px;
  }
  .sm\:pb-6 {
    padding-bottom: 60px;
  }
  .sm\:pb-7 {
    padding-bottom: 70px;
  }
  .sm\:pb-8 {
    padding-bottom: 80px;
  }
  .sm\:pb-9 {
    padding-bottom: 90px;
  }
  .sm\:pb-10 {
    padding-bottom: 100px;
  }
  .sm\:pb-11 {
    padding-bottom: 110px;
  }
  .sm\:pb-12 {
    padding-bottom: 120px;
  }
  .sm\:pb-13 {
    padding-bottom: 130px;
  }
  .sm\:pb-14 {
    padding-bottom: 140px;
  }
  .sm\:pb-15 {
    padding-bottom: 150px;
  }
  .sm\:pb-16 {
    padding-bottom: 160px;
  }
  .sm\:pb-17 {
    padding-bottom: 170px;
  }
  .sm\:pb-18 {
    padding-bottom: 180px;
  }
  .sm\:pb-19 {
    padding-bottom: 190px;
  }
  .sm\:pb-20 {
    padding-bottom: 200px;
  }
  .sm\:pb-21 {
    padding-bottom: 210px;
  }
  .sm\:pb-22 {
    padding-bottom: 220px;
  }
  .sm\:pb-23 {
    padding-bottom: 230px;
  }
  .sm\:pb-24 {
    padding-bottom: 240px;
  }
  .sm\:pb-25 {
    padding-bottom: 250px;
  }
  .sm\:pb-26 {
    padding-bottom: 260px;
  }
  .sm\:pb-27 {
    padding-bottom: 270px;
  }
  .sm\:pb-28 {
    padding-bottom: 280px;
  }
  .sm\:pb-29 {
    padding-bottom: 290px;
  }
  .sm\:pb-30 {
    padding-bottom: 300px;
  }
  .sm\:pb-31 {
    padding-bottom: 310px;
  }
  .sm\:pb-32 {
    padding-bottom: 320px;
  }
  .sm\:pb-33 {
    padding-bottom: 330px;
  }
  .sm\:pb-34 {
    padding-bottom: 340px;
  }
  .sm\:pb-35 {
    padding-bottom: 350px;
  }
  .sm\:pb-36 {
    padding-bottom: 360px;
  }
  .sm\:pb-37 {
    padding-bottom: 370px;
  }
  .sm\:pb-38 {
    padding-bottom: 380px;
  }
  .sm\:pb-39 {
    padding-bottom: 390px;
  }
  .sm\:pb-40 {
    padding-bottom: 400px;
  }
}
@media screen and (max-width: 812px) {
  .sm\:pb-1 {
    padding-bottom: 10px;
  }
  .sm\:pb-2 {
    padding-bottom: 20px;
  }
  .sm\:pb-3 {
    padding-bottom: 30px;
  }
  .sm\:pb-4 {
    padding-bottom: 40px;
  }
  .sm\:pb-5 {
    padding-bottom: 50px;
  }
  .sm\:pb-6 {
    padding-bottom: 60px;
  }
  .sm\:pb-7 {
    padding-bottom: 70px;
  }
  .sm\:pb-8 {
    padding-bottom: 80px;
  }
  .sm\:pb-9 {
    padding-bottom: 90px;
  }
  .sm\:pb-10 {
    padding-bottom: 100px;
  }
}
.pl-1 {
  padding-left: 10px;
}

.pl-2 {
  padding-left: 20px;
}

.pl-3 {
  padding-left: 30px;
}

.pl-4 {
  padding-left: 40px;
}

.pl-5 {
  padding-left: 50px;
}

.pl-6 {
  padding-left: 60px;
}

.pl-7 {
  padding-left: 70px;
}

.pl-8 {
  padding-left: 80px;
}

.pl-9 {
  padding-left: 90px;
}

.pl-10 {
  padding-left: 100px;
}

.pr-1 {
  padding-right: 10px;
}

.pr-2 {
  padding-right: 20px;
}

.pr-3 {
  padding-right: 30px;
}

.pr-4 {
  padding-right: 40px;
}

.pr-5 {
  padding-right: 50px;
}

.pr-6 {
  padding-right: 60px;
}

.pr-7 {
  padding-right: 70px;
}

.pr-8 {
  padding-right: 80px;
}

.pr-9 {
  padding-right: 90px;
}

.pr-10 {
  padding-right: 100px;
}

.m-1 {
  margin: 10px;
}

.m-2 {
  margin: 20px;
}

.m-3 {
  margin: 30px;
}

.m-4 {
  margin: 40px;
}

.m-5 {
  margin: 50px;
}

.m-6 {
  margin: 60px;
}

.m-7 {
  margin: 70px;
}

.m-8 {
  margin: 80px;
}

.m-9 {
  margin: 90px;
}

.m-10 {
  margin: 100px;
}

.my-1 {
  margin: 10px 0;
}

.my-2 {
  margin: 20px 0;
}

.my-3 {
  margin: 30px 0;
}

.my-4 {
  margin: 40px 0;
}

.my-5 {
  margin: 50px 0;
}

.my-6 {
  margin: 60px 0;
}

.my-7 {
  margin: 70px 0;
}

.my-8 {
  margin: 80px 0;
}

.my-9 {
  margin: 90px 0;
}

.my-10 {
  margin: 100px 0;
}

.mx-1 {
  margin: 0 10px;
}

.mx-2 {
  margin: 0 20px;
}

.mx-3 {
  margin: 0 30px;
}

.mx-4 {
  margin: 0 40px;
}

.mx-5 {
  margin: 0 50px;
}

.mx-6 {
  margin: 0 60px;
}

.mx-7 {
  margin: 0 70px;
}

.mx-8 {
  margin: 0 80px;
}

.mx-9 {
  margin: 0 90px;
}

.mx-10 {
  margin: 0 100px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.mt-7 {
  margin-top: 70px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-9 {
  margin-top: 90px;
}

.mt-10 {
  margin-top: 100px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 60px;
}

.mb-7 {
  margin-bottom: 70px;
}

.mb-8 {
  margin-bottom: 80px;
}

.mb-9 {
  margin-bottom: 90px;
}

.mb-10 {
  margin-bottom: 100px;
}

@media screen and (max-width: 812px) {
  .sm\:mb-1 {
    margin-bottom: 10px;
  }
  .sm\:mb-2 {
    margin-bottom: 20px;
  }
  .sm\:mb-3 {
    margin-bottom: 30px;
  }
  .sm\:mb-4 {
    margin-bottom: 40px;
  }
  .sm\:mb-5 {
    margin-bottom: 50px;
  }
  .sm\:mb-6 {
    margin-bottom: 60px;
  }
  .sm\:mb-7 {
    margin-bottom: 70px;
  }
  .sm\:mb-8 {
    margin-bottom: 80px;
  }
  .sm\:mb-9 {
    margin-bottom: 90px;
  }
  .sm\:mb-10 {
    margin-bottom: 100px;
  }
}
.ml-1 {
  margin-left: 10px;
}

.ml-2 {
  margin-left: 20px;
}

.ml-3 {
  margin-left: 30px;
}

.ml-4 {
  margin-left: 40px;
}

.ml-5 {
  margin-left: 50px;
}

.ml-6 {
  margin-left: 60px;
}

.ml-7 {
  margin-left: 70px;
}

.ml-8 {
  margin-left: 80px;
}

.ml-9 {
  margin-left: 90px;
}

.ml-10 {
  margin-left: 100px;
}

.mr-1 {
  margin-right: 10px;
}

.mr-2 {
  margin-right: 20px;
}

.mr-3 {
  margin-right: 30px;
}

.mr-4 {
  margin-right: 40px;
}

.mr-5 {
  margin-right: 50px;
}

.mr-6 {
  margin-right: 60px;
}

.mr-7 {
  margin-right: 70px;
}

.mr-8 {
  margin-right: 80px;
}

.mr-9 {
  margin-right: 90px;
}

.mr-10 {
  margin-right: 100px;
}

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

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

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

@media screen and (max-width: 812px) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
.border {
  border-style: solid;
}
.border.b-thick-1 {
  border-width: 10px;
}
.border.b-thick-2 {
  border-width: 20px;
}
.border.b-thick-3 {
  border-width: 30px;
}
.border.b-thick-4 {
  border-width: 40px;
}
.border.b-thick-b-1 {
  border-width: 0 0 10px 0;
}
.border.b-thick-b-2 {
  border-width: 0 0 20px 0;
}
.border.b-thick-b-3 {
  border-width: 0 0 30px 0;
}
.border.b-thick-b-4 {
  border-width: 0 0 40px 0;
}
.border.b-thick-t-1 {
  border-width: 10px 0 0 0;
}
.border.b-thick-t-2 {
  border-width: 20px 0 0 0;
}
.border.b-thick-t-3 {
  border-width: 30px 0 0 0;
}
.border.b-thick-t-4 {
  border-width: 40px 0 0 0;
}
.border.b-thick-l-1 {
  border-width: 0 0 0 10px;
}
.border.b-thick-l-2 {
  border-width: 0 0 0 20px;
}
.border.b-thick-l-3 {
  border-width: 0 0 0 30px;
}
.border.b-thick-l-4 {
  border-width: 0 0 0 40px;
}
.border.b-thick-r-1 {
  border-width: 0 10px 0 0;
}
.border.b-thick-r-2 {
  border-width: 0 20px 0 0;
}
.border.b-thick-r-3 {
  border-width: 0 30px 0 0;
}
.border.b-thick-r-4 {
  border-width: 0 40px 0 0;
}
.border.b-0 {
  border-width: 0;
}
.border.b-1 {
  border-width: 1;
}
.border.b-2 {
  border-width: 2;
}
.border.b-3 {
  border-width: 3;
}
.border.b-4 {
  border-width: 4;
}
.border.b-5 {
  border-width: 5;
}
@media screen and (max-width: 812px) {
  .border.b.sm\:-0 {
    border-width: 0;
  }
  .border.b.sm\:-1 {
    border-width: 1;
  }
  .border.b.sm\:-2 {
    border-width: 2;
  }
  .border.b.sm\:-3 {
    border-width: 3;
  }
  .border.b.sm\:-4 {
    border-width: 4;
  }
  .border.b.sm\:-5 {
    border-width: 5;
  }
}
.border.bb-0 {
  border-width: 0 0 0px 0;
}
.border.bb-1 {
  border-width: 0 0 1px 0;
}
.border.bb-2 {
  border-width: 0 0 2px 0;
}
.border.bb-3 {
  border-width: 0 0 3px 0;
}
.border.bb-4 {
  border-width: 0 0 4px 0;
}
.border.bb-5 {
  border-width: 0 0 5px 0;
}
.border.bt-0 {
  border-width: 0px 0 0 0;
}
.border.bt-1 {
  border-width: 1px 0 0 0;
}
.border.bt-2 {
  border-width: 2px 0 0 0;
}
.border.bt-3 {
  border-width: 3px 0 0 0;
}
.border.bt-4 {
  border-width: 4px 0 0 0;
}
.border.bt-5 {
  border-width: 5px 0 0 0;
}
.border.bl-0 {
  border-width: 0 0 0 0px;
}
.border.bl-1 {
  border-width: 0 0 0 1px;
}
.border.bl-2 {
  border-width: 0 0 0 2px;
}
.border.bl-3 {
  border-width: 0 0 0 3px;
}
.border.bl-4 {
  border-width: 0 0 0 4px;
}
.border.bl-5 {
  border-width: 0 0 0 5px;
}
.border.br-0 {
  border-width: 0 0px 0 0;
}
.border.br-1 {
  border-width: 0 1px 0 0;
}
.border.br-2 {
  border-width: 0 2px 0 0;
}
.border.br-3 {
  border-width: 0 3px 0 0;
}
.border.br-4 {
  border-width: 0 4px 0 0;
}
.border.br-5 {
  border-width: 0 5px 0 0;
}
.border.b-gold-1 {
  border-color: #CAAC6A;
}
.border.b-gold-2 {
  border-color: #F9EFD9;
}
.border.b-gray-light-2 {
  border-color: #E2E2E2;
}
.border.b-gray-light-3 {
  border-color: #c6c6c6;
}

.box-border {
  box-sizing: border-box;
}

@media screen and (max-width: 812px) {
  .sm\:b-0 {
    border: 0;
  }
}
.image.cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.reveal-image {
  opacity: 0;
  transform: translateY(250px);
}

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

@media screen and (max-width: 812px) {
  .sm\:text-align-center {
    text-align: center;
  }
  .sm\:text-align-left {
    text-align: left;
  }
  .sm\:text-align-right {
    text-align: right;
  }
}
.font-0 {
  font-size: 0;
}

.text-blue-primary {
  color: #1953A6;
}
.text-blue-secondary {
  color: #022455;
}
.text-blue-link {
  color: #3B8BFD;
}
.text-blue-dark-4 {
  color: #153F79;
}
.text-blue-dark-6 {
  color: #042C65;
}
.text-blue-dark-7 {
  color: #032657;
}
.text-gray-dark-9 {
  color: #2f2f2f;
}
.text-gray-light-1 {
  color: #f9f9f9;
}
.text-gray-light-2 {
  color: #FAFAFA;
}
.text-gray-light-3 {
  color: #c6c6c6;
}
.text-gray-light-5 {
  color: #828282;
}

.truncate-0 {
  -webkit-line-clamp: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-1 {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-2 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-3 {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-4 {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-5 {
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 10px;
}
.gap-2 {
  gap: 20px;
}
.gap-3 {
  gap: 30px;
}
.gap-4 {
  gap: 40px;
}
.gap-5 {
  gap: 50px;
}

.stroke-line {
  width: 100%;
  height: 1px;
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.stroke-line::after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background-color: #CAAC6A;
}

.list-styled-1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-styled-1 strong {
  display: block;
  color: #2f2f2f;
  font-weight: 600;
  padding-bottom: 1.1rem;
}
.list-styled-1 li {
  padding-bottom: 1rem;
  font-weight: 100;
  line-height: 1.1rem;
}

.main-header.home {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  text-align: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .main-header.home .mobile-navigation {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .main-header.home {
    height: 100svh;
  }
}
.main-header.default {
  position: relative;
  z-index: 1;
  background-color: #042C65;
}
.main-header.default .main-navigation {
  padding: 1rem 0;
}
@media screen and (max-width: 1024px) {
  .main-header.default {
    height: auto;
  }
  .main-header.default .main-navigation {
    padding: 2rem 0;
  }
  .main-header.default .mobile-navigation {
    display: block;
  }
  .main-header.default .mobile-navigation .wrm-accordion {
    display: none;
  }
  .main-header.default .mobile-navigation.active .wrm-accordion {
    display: block;
    right: 0%;
  }
}
.main-header .menu-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #022455;
  z-index: 1;
}
.main-header .menu-wrapper .description {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  gap: 10px;
}
.main-header .menu-wrapper .description .symbol {
  display: block;
  width: auto;
  height: auto;
}
.main-header .menu-wrapper .description .symbol svg {
  padding-top: 4px;
  width: 40px;
}
.main-header .menu-wrapper .description .divider {
  display: none;
}
.main-header .menu-wrapper .description .company-description {
  display: block;
  color: #5B76A1;
  font-size: 12px;
  letter-spacing: 0.1rem;
}
.main-header .menu-wrapper .description .company-description span {
  display: none;
}
@media screen and (max-width: 1024px) {
  .main-header .menu-wrapper .description .symbol img {
    width: 20px;
  }
  .main-header .menu-wrapper .description .company-description {
    font-size: 0.65rem;
    letter-spacing: 0.02rem;
  }
}
.main-header .mobile-navigation {
  display: none;
}
.main-header .main-navigation {
  position: relative;
  padding: 3rem 0;
}
.main-header .main-navigation .wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.main-header .main-navigation .wrapper .desktop-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.main-header .main-navigation .wrapper .desktop-menu li.active a {
  color: #3B8BFD !important;
  pointer-events: none;
}
.main-header .main-navigation .wrapper .desktop-menu li a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 20px;
}
.main-header .main-navigation .wrapper .desktop-menu li a span {
  display: block;
}
.main-header .main-navigation .wrapper .desktop-menu li a span svg {
  display: block;
  width: 6px;
  transition: all 0.3s ease-in-out;
}
.main-header .main-navigation .wrapper .desktop-menu li a span svg path {
  stroke: #BAC2C8;
  transition: all 0.3s ease-in-out;
}
.main-header .main-navigation .wrapper .desktop-menu li a:hover {
  color: #3B8BFD;
}
.main-header .main-navigation .wrapper .mobile-menu {
  display: none;
  top: 100px;
  z-index: 3;
}
.main-header .main-navigation .wrapper .mobile-menu .menu {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.main-header .call-to-action {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.main-header .call-to-action.fade-out {
  opacity: 0;
}
.main-header .call-to-action .wrapper {
  text-align: center;
  width: 40vw;
  max-width: 420px;
}
.main-header .call-to-action .wrapper .logo {
  width: 100%;
}
.main-header .call-to-action .wrapper .header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 40px 0;
}
.main-header .call-to-action .wrapper .header .line {
  background-color: #CAAC6A;
  width: 100%;
  height: 1px;
}
.main-header .call-to-action .wrapper .header .content {
  flex-shrink: 0;
  text-transform: uppercase;
  color: #CAAC6A;
  font-weight: 600;
  font-size: 14px;
}
.main-header .call-to-action .wrapper .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.main-header .call-to-action .wrapper .actions a {
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .main-header .call-to-action .wrapper {
    width: 55vw;
  }
}
.main-header .discover-more p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.7rem;
  color: #BDD1EF;
}
@media screen and (max-width: 1024px) {
  .main-header .main-navigation .wrapper .desktop-menu {
    display: none;
  }
  .main-header .main-navigation .wrapper .mobile-menu {
    display: block;
    margin-left: auto;
  }
  .main-header .main-navigation .wrapper .actions {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .main-header .menu-wrapper {
    display: flex;
  }
  .main-header .menu-wrapper .wrm-description {
    width: 100%;
    text-align: left;
    align-items: start;
    justify-content: flex-start;
    gap: 15px;
  }
  .main-header .menu-wrapper .wrm-description .wrm-symbol {
    display: block;
    width: auto;
    height: auto;
  }
  .main-header .menu-wrapper .wrm-description .wrm-symbol svg {
    padding-top: 4px;
    width: 40px;
  }
  .main-header .menu-wrapper .wrm-description .divider {
    display: block;
    width: 1px;
    height: 38px;
    background-color: #8c99a3;
    margin-top: 4px;
    opacity: 0.4;
  }
  .main-header .menu-wrapper .wrm-description .company-description {
    display: block;
    color: #8c99a3;
    font-size: 10px;
  }
  .main-header .menu-wrapper .wrm-description .company-description span {
    display: contents;
  }
  .main-header .discover-more {
    display: block;
  }
}
.main-header .mobile-navigation {
  position: relative;
  display: none;
  width: 90%;
  height: 0%;
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.main-header .mobile-navigation .wrm-accordion {
  position: relative;
  right: -100%;
  transition: all 0.3s ease-in-out;
}
.main-header .mobile-navigation .wrm-accordion ul li .header {
  border-top: none;
}
.main-header .mobile-navigation .wrm-accordion ul li .header .description {
  color: #BDD1EF;
  text-transform: uppercase;
}
.main-header .mobile-navigation .wrm-accordion ul li .header .icon {
  color: #CAAC6A;
}
.main-header .mobile-navigation .wrm-accordion ul li:last-child {
  border-bottom: solid 1px #203545;
}
.main-header .mobile-navigation.active {
  height: 100%;
}
.main-header .mobile-navigation.active .wrm-accordion {
  right: 0%;
}

.hero-banner.static {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 400px;
  z-index: 1;
  background-color: #042C65;
}
.hero-banner.static-2 {
  height: 40vh;
}
.hero-banner.static .picture {
  width: 100%;
  height: 100%;
}
.hero-banner.static .content {
  position: absolute;
  width: 80%;
  max-width: 1364px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}
.hero-banner.static .content small.numbered .value, .hero-banner.static .content small.numbered .section {
  color: white;
}
.hero-banner.static .content small.numbered .dash {
  width: 2px;
  background-color: #3B8BFD;
}
.hero-banner.static .content h1 {
  text-align: left;
  font-size: 3rem;
  margin: 0;
  padding: 0;
  border-bottom: solid 3px #3B8BFD;
  padding-bottom: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.04rem;
}
.hero-banner.static .content p {
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
}
.hero-banner.static .gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.hero-banner.video {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  z-index: 1;
  background-color: #042C65;
}
.hero-banner.video .video-container {
  width: 100%;
  height: 100%;
}
.hero-banner.video .video-container video {
  position: fixed;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-banner.video .blue-overlay {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #032657;
  opacity: 0.8;
}
.hero-banner.video .veil {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}
.hero-banner.video .veil.dark {
  background-color: rgba(1, 23, 40, 0.93);
}
.hero-banner.video .gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-position: bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 640px) {
  .hero-banner.video {
    height: 100vh;
  }
}
.hero-banner.products {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  z-index: 1;
  background-color: #042C65;
}
.hero-banner.products .products-controls {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hero-banner.products .products-controls .navigation {
  width: 90%;
  margin: 0 auto;
  position: relative;
  border-bottom: solid 2px rgba(25, 83, 166, 0.2);
}
@media screen and (max-width: 1280px) {
  .hero-banner.products .products-controls .navigation {
    width: 100%;
  }
}
.hero-banner.products .products-controls .navigation ul {
  top: 1px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.hero-banner.products .products-controls .navigation ul li {
  padding: 2rem 0;
}
.hero-banner.products .products-controls .navigation ul li.active {
  border-bottom: solid 2px #3B8BFD;
}
.hero-banner.products .products-controls .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.hero-banner.products .products-controls .content .wrapper small, .hero-banner.products .products-controls .content .wrapper h2, .hero-banner.products .products-controls .content .wrapper p {
  color: white;
}
.hero-banner.products .products-controls .content .wrapper h2 {
  font-size: 3rem;
  margin: 0 0 1rem 0;
}
.hero-banner.products .products-controls .content .wrapper p {
  font-size: 1.2rem;
}
.hero-banner.products .products-controls .content .wrapper a {
  margin-top: 1rem;
  color: white;
}
.hero-banner.products .products-controls .content .banner-timer {
  position: relative;
  cursor: pointer;
}
.hero-banner.products .products-controls .content .banner-timer .icon {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: solid 2px #376DBC;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.hero-banner.products .products-controls .content .banner-timer .icon .play {
  color: white;
  font-size: 1.5rem;
}
.hero-banner.products .products-controls .content .banner-timer .timer {
  position: absolute;
  top: 0;
  z-index: 1;
  transform: rotate(-90deg);
}
.hero-banner.products .products-controls .content .banner-timer .timer circle {
  fill: transparent;
  stroke: white;
  stroke-width: 2;
  opacity: 1;
}
.hero-banner.products .products-controls .content .banner-timer .timer.animate {
  animation: banner-timer 5s 1 linear;
  stroke-dasharray: 620;
}
@media screen and (max-width: 1280px) {
  .hero-banner.products .products-controls .content {
    width: 85%;
    margin: 0 auto;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .hero-banner.products .products-controls .content .wrapper h2 {
    font-size: 2rem;
  }
  .hero-banner.products .products-controls .content .banner-timer {
    position: relative;
    margin-bottom: 3rem;
  }
  .hero-banner.products .products-controls .content .banner-timer .icon {
    width: 100px;
    height: 100px;
  }
  .hero-banner.products .products-controls .content .banner-timer .icon .play {
    font-size: 1rem;
  }
}
.hero-banner.products .products-controls .upcoming-products {
  background-color: rgba(0, 0, 0, 0.3);
  min-height: 25vh;
}
.hero-banner.products .products-controls .upcoming-products .wrapper {
  width: 50%;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .hero-banner.products .products-controls .upcoming-products .wrapper {
    width: 100%;
  }
}
.hero-banner.products .products-controls .upcoming-products .wrapper .upcoming-content {
  width: 50%;
  height: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  box-sizing: border-box;
}
.hero-banner.products .products-controls .upcoming-products .wrapper .upcoming-content .content-wrapper {
  width: 100%;
}
.hero-banner.products .products-controls .upcoming-products .wrapper .upcoming-content .content-wrapper small {
  padding: 0;
  margin: 0;
}
.hero-banner.products .products-controls .upcoming-products .wrapper .upcoming-content .content-wrapper h5 {
  color: #2f2f2f;
  padding: 0;
  margin: 1rem 0;
}
.hero-banner.products .products-controls .upcoming-products .wrapper .upcoming-content .content-wrapper p {
  line-clamp: 3;
}
.hero-banner.products .products-controls .upcoming-products .wrapper .upcoming-content .content-wrapper a {
  padding-top: 1rem;
}
@media screen and (max-width: 1280px) {
  .hero-banner.products .products-controls .upcoming-products .wrapper .upcoming-content {
    width: 50%;
    min-width: auto;
    flex-shrink: 0;
  }
  .hero-banner.products .products-controls .upcoming-products .wrapper .upcoming-content .content-wrapper p {
    display: none;
  }
}
.hero-banner.products .products-controls .upcoming-products .wrapper .upcoming-picture {
  width: 50%;
  height: 100%;
}
.hero-banner.products .products-controls .upcoming-products .wrapper .upcoming-picture picture img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .hero-banner.products .products-controls .upcoming-products .wrapper .upcoming-picture {
    width: 50%;
    min-width: auto;
    flex-shrink: 0;
  }
}

@keyframes banner-timer {
  0% {
    stroke-dashoffset: 620;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.filter.greyscale-0 {
  filter: grayscale(0%);
}
.filter.opacity-0 {
  opacity: 0;
}
.filter.greyscale-1 {
  filter: grayscale(10%);
}
.filter.opacity-1 {
  opacity: 0.1;
}
.filter.greyscale-2 {
  filter: grayscale(20%);
}
.filter.opacity-2 {
  opacity: 0.2;
}
.filter.greyscale-3 {
  filter: grayscale(30%);
}
.filter.opacity-3 {
  opacity: 0.3;
}
.filter.greyscale-4 {
  filter: grayscale(40%);
}
.filter.opacity-4 {
  opacity: 0.4;
}
.filter.greyscale-5 {
  filter: grayscale(50%);
}
.filter.opacity-5 {
  opacity: 0.5;
}
.filter.greyscale-6 {
  filter: grayscale(60%);
}
.filter.opacity-6 {
  opacity: 0.6;
}
.filter.greyscale-7 {
  filter: grayscale(70%);
}
.filter.opacity-7 {
  opacity: 0.7;
}
.filter.greyscale-8 {
  filter: grayscale(80%);
}
.filter.opacity-8 {
  opacity: 0.8;
}
.filter.greyscale-9 {
  filter: grayscale(90%);
}
.filter.opacity-9 {
  opacity: 0.9;
}
.filter.greyscale-10 {
  filter: grayscale(100%);
}
.filter.opacity-10 {
  opacity: 1;
}
.filter.gradient.vertical.blue-dark {
  background: linear-gradient(to top, hsl(215.2577319588, 92.380952381%, 20.5882352941%) 0%, hsla(215.2577319588, 92.380952381%, 20.5882352941%, 0.738) 19%, hsla(215.2577319588, 92.380952381%, 20.5882352941%, 0.541) 34%, hsla(215.2577319588, 92.380952381%, 20.5882352941%, 0.382) 47%, hsla(215.2577319588, 92.380952381%, 20.5882352941%, 0.278) 56.5%, hsla(215.2577319588, 92.380952381%, 20.5882352941%, 0.194) 65%, hsla(215.2577319588, 92.380952381%, 20.5882352941%, 0.126) 73%, hsla(215.2577319588, 92.380952381%, 20.5882352941%, 0.075) 80.2%, hsla(215.2577319588, 92.380952381%, 20.5882352941%, 0.042) 86.1%, hsla(215.2577319588, 92.380952381%, 20.5882352941%, 0.021) 91%, hsla(215.2577319588, 92.380952381%, 20.5882352941%, 0.008) 95.2%, hsla(215.2577319588, 92.380952381%, 20.5882352941%, 0.002) 98.2%, hsla(215.2577319588, 92.380952381%, 20.5882352941%, 0) 100%);
}
.filter.gradient.vertical.wrm-black {
  background: linear-gradient(to top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
.filter.gradient.vertical.wrm-black-bottom {
  background: linear-gradient(to bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
.filter.gradient.horizontal.blue-dark {
  background: linear-gradient(to left, hsl(215, 93.3333333333%, 17.6470588235%) 0%, hsla(215, 93.3333333333%, 17.6470588235%, 0.738) 19%, hsla(215, 93.3333333333%, 17.6470588235%, 0.541) 34%, hsla(215, 93.3333333333%, 17.6470588235%, 0.382) 47%, hsla(215, 93.3333333333%, 17.6470588235%, 0.278) 56.5%, hsla(215, 93.3333333333%, 17.6470588235%, 0.194) 65%, hsla(215, 93.3333333333%, 17.6470588235%, 0.126) 73%, hsla(215, 93.3333333333%, 17.6470588235%, 0.075) 80.2%, hsla(215, 93.3333333333%, 17.6470588235%, 0.042) 86.1%, hsla(215, 93.3333333333%, 17.6470588235%, 0.021) 91%, hsla(215, 93.3333333333%, 17.6470588235%, 0.008) 95.2%, hsla(215, 93.3333333333%, 17.6470588235%, 0.002) 98.2%, hsla(215, 93.3333333333%, 17.6470588235%, 0) 100%);
}
.filter.dropshadow.shadow-lg {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 812px) {
  .filter.dropshadow.sm\:shadow-none {
    box-shadow: none;
  }
}

.button {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  background-color: transparent;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.button-media {
  position: relative;
  cursor: pointer;
}
.button-media.layout .picture {
  overflow: hidden;
}
.button-media.layout .picture .image {
  transition: all 0.3s ease-in-out;
}
.button-media.layout:hover .picture .image {
  transform: scale(1.1);
}
.button:hover {
  background-color: transparent;
}
.button.medium {
  font-size: 0.7rem;
}
@media screen and (max-width: 640px) {
  .button.medium {
    font-size: 0.8rem;
  }
}
.button.small {
  font-size: 0.6rem;
}
.button.elipse {
  position: relative;
  border-radius: 100%;
  background-color: rgba(25, 83, 166, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.elipse span {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: #BDD1EF;
  border-radius: 100%;
  background-color: #1953A6;
  border: solid 1px #376DBC;
  box-sizing: border-box;
}
.button.elipse.medium {
  width: 75px;
  height: 75px;
}
.button.elipse.medium span {
  width: 65px;
  height: 65px;
  transition: all 0.3s ease-in-out;
}
.button.elipse.primary {
  border: #F9EFD9 1px solid;
}
.button.elipse:hover.medium span {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 640px) {
  .button.elipse.medium {
    width: 50px;
    height: 50px;
  }
  .button.elipse .icon {
    width: 15px;
  }
}
.button.link {
  display: inline-block;
  font-weight: 600;
  border-radius: unset;
  color: #1953A6;
}
.button.link.underline {
  border-bottom: 3px solid #CAAC6A;
  padding-bottom: 7px;
}
@media screen and (max-width: 640px) {
  .button.link.underline {
    border-bottom: 2px solid #CAAC6A;
  }
}
.button.pill {
  display: block;
  border-radius: 50px;
  background-color: rgba(25, 83, 166, 0.3);
  padding: 5px;
}
.button.pill span {
  display: block;
  color: #BDD1EF;
  border-radius: 50px;
  background-color: #1953A6;
  border: solid 1px #376DBC;
  padding: 1.5em 2em;
}
.button.pill:hover {
  background-color: transparent;
}
.button.media {
  width: 200px;
  height: 200px;
  background-color: #1953A6;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.media .bg {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
  background-color: rgba(25, 83, 166, 0.3);
  border-radius: 100%;
}
.button.media .indicator {
  position: absolute;
  color: #F9EFD9;
}
@media screen and (max-width: 1640px) {
  .button.media {
    width: 120px;
    height: 120px;
  }
  .button.media .bg {
    width: 100px;
    height: 100px;
  }
}
.button.layout {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.button.mobile.menu {
  position: relative;
}
.button.mobile.menu .label .checkmark {
  display: block;
  width: 30px;
}
.button.mobile.menu .label .checkmark span {
  display: block;
  transition: all 0.3s ease-in-out;
}
.button.mobile.menu .label .checkmark span.line {
  width: 100%;
  height: 2px;
  background-color: white;
  margin-bottom: 6px;
}
.button.mobile.menu .label .checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.button.mobile.menu .label .checkbox:checked ~ .checkmark span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 8px);
}
.button.mobile.menu .label .checkbox:checked ~ .checkmark span:nth-child(2) {
  transform: rotate(-45deg) translate(-3px, -2px);
}
.button.mobile.menu .label .checkbox:checked ~ .checkmark span:nth-child(3) {
  width: 0%;
}
.button.submit {
  color: #CAAC6A;
  border-radius: unset;
}
.button.submit.underline {
  border-bottom: 3px solid #CAAC6A;
  padding-bottom: 7px;
}
.button.slider-arrows {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.button.slider-arrows .button-wrapper {
  display: flex;
  align-items: center;
}
.button.slider-arrows .button-wrapper .icon {
  display: flex;
  align-items: center;
}
.button.slider-arrows .button-wrapper .icon svg {
  display: block;
  width: 10px;
}
.button.slider-arrows .button-wrapper .divider {
  width: 1px;
  height: 20px;
  background-color: #CAAC6A;
  margin: 0 20px;
}
.button.close-video-button {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.close-video-button span {
  position: absolute;
}
.button.close-video-button span.line {
  width: 100%;
  height: 2px;
  background-color: white;
  margin-bottom: 6px;
}
.button.close-video-button span:nth-child(1) {
  transform: rotate(45deg);
}
.button.close-video-button span:nth-child(2) {
  transform: rotate(-45deg);
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide.services-slider .splide__track .splide__list .splide__slide .service-item .wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
}
.splide.services-slider .splide__track .splide__list .splide__slide .service-item .wrapper .content .order-value {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.splide.services-slider .splide__track .splide__list .splide__slide .service-item .wrapper .content .order-value .value {
  color: #c6c6c6;
}
.splide.services-slider .splide__track .splide__list .splide__slide .service-item .wrapper .content .order-value .stroke {
  width: 50px;
  height: 1px;
  background-color: #c6c6c6;
}
.splide.services-slider .splide__track .splide__list .splide__slide .service-item .wrapper .content .title {
  font-size: 1.2rem;
  color: #2f2f2f;
  letter-spacing: -0.02rem;
  font-weight: normal;
}
.splide.services-slider .splide__track .splide__list .splide__slide .service-item .description {
  margin-bottom: 1rem;
}
.splide.services-slider .splide__track .splide__list .splide__slide .service-item .link a {
  color: #1953A6;
}
.splide.products-slider {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #032657;
}
.splide.products-slider .splide__track .splide__list {
  height: 100vh;
}
.splide.products-slider .splide__track .splide__list .splide__slide {
  height: 100vh;
}
.splide.products-slider .splide__track .splide__list .splide__slide img {
  opacity: 0.2;
  filter: grayscale(100%);
}
.splide.products-slider .gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.splide.floorplans-slider .splide__track .splide__list .splide__slide .floorplan-item .picture {
  position: relative;
  margin-bottom: 2rem;
  overflow: hidden;
}
.splide.floorplans-slider .splide__track .splide__list .splide__slide .floorplan-item .picture img {
  transition: transform 0.3s ease;
}
.splide.floorplans-slider .splide__track .splide__list .splide__slide .floorplan-item .picture .veil {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: black;
  opacity: 0.05;
  transition: opacity 0.3s ease;
}
.splide.floorplans-slider .splide__track .splide__list .splide__slide .floorplan-item .content .title {
  font-size: 1.2rem;
  color: #2f2f2f;
  letter-spacing: -0.02rem;
  font-weight: normal;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px #c6c6c6;
}
.splide.floorplans-slider .splide__track .splide__list .splide__slide .floorplan-item .content .dimensions .header {
  text-transform: uppercase;
  color: #2f2f2f;
  font-size: 0.8rem;
  font-weight: 600;
}
.splide.floorplans-slider .splide__track .splide__list .splide__slide .floorplan-item .content .dimensions .value {
  color: #2f2f2f;
  margin-bottom: 0.5rem;
}
.splide.floorplans-slider .splide__track .splide__list .splide__slide .floorplan-item:hover .picture img {
  transform: scale(1.05);
}
.splide.floorplans-slider .splide__track .splide__list .splide__slide .floorplan-item:hover .picture .veil {
  opacity: 0;
}
.splide.testimonial-slider .splide__track .splide__list .splide__slide .testimonial-item .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.splide.testimonial-slider .splide__track .splide__list .splide__slide .testimonial-item .wrapper .logo {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  overflow: hidden;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.splide.testimonial-slider .splide__track .splide__list .splide__slide .testimonial-item .wrapper .content {
  max-width: 550px;
  width: 100%;
  text-align: center;
}
.splide.testimonial-slider .splide__track .splide__list .splide__slide .testimonial-item .wrapper .content .order-value {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.splide.testimonial-slider .splide__track .splide__list .splide__slide .testimonial-item .wrapper .content .order-value .value {
  color: #c6c6c6;
}
.splide.testimonial-slider .splide__track .splide__list .splide__slide .testimonial-item .wrapper .content .order-value .stroke {
  width: 50px;
  height: 1px;
  background-color: #c6c6c6;
}
.splide.testimonial-slider .splide__track .splide__list .splide__slide .testimonial-item .wrapper .content .title {
  text-align: center;
  font-size: 1.5rem;
  color: white;
  letter-spacing: -0.02rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
.splide.testimonial-slider .splide__track .splide__list .splide__slide .testimonial-item .wrapper .content .description {
  margin-bottom: 1rem;
}
.splide.testimonial-slider .splide__track .splide__list .splide__slide .testimonial-item .wrapper .content .author {
  display: inline-block;
  font-size: 1rem;
  color: white;
  font-weight: 600;
  margin-bottom: 1rem;
}
.splide.testimonial-slider .splide__track .splide__list .splide__slide .testimonial-item .link a {
  color: #1953A6;
}
.splide.gallery-slider .splide__track .splide__list .splide__slide .gallery-item {
  height: 80vh;
}

.slider-pagination {
  padding: 2.5rem 0;
  display: flex;
  justify-content: space-between;
}
.slider-pagination ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 0.5rem;
}
.slider-pagination ul li {
  cursor: pointer;
  width: 50px;
  height: 4px;
  background-color: #c6c6c6;
}
.slider-pagination ul li.is-active {
  background-color: #3B8BFD;
}
.slider-pagination p {
  font-size: 1rem;
}

.theme.darkmode h1, .theme.darkmode h2, .theme.darkmode h3, .theme.darkmode h4, .theme.darkmode h5, .theme.darkmode h6, .theme.darkmode div {
  color: white;
}
.theme.darkmode p {
  color: #718BB1;
}
.theme.darkmode small.numbered .value, .theme.darkmode small.numbered .section {
  color: white;
}
.theme.darkmode small.numbered .dash {
  background-color: #3B8BFD;
}
.theme.darkmode .statistics .statistic .statistic-value {
  border: solid 2px #376DBC;
}
.theme.darkmode .statistics .statistic .statistic-value .value {
  color: white;
}
.theme.darkmode .statistics .statistic .statistic-value .value-title {
  color: #376DBC;
  background-color: #032657;
  border-bottom: solid 2px #376DBC;
}
.theme.darkmode .statistics .statistic .title {
  color: white;
}
.theme.darkmode .statistics .statistic .description {
  color: #718BB1;
}
.theme.darkmode .wrm-accordion ul li.active .header {
  border-top: none;
}
.theme.darkmode .wrm-accordion ul li.active .description {
  color: #BFD1DE !important;
}
.theme.darkmode .wrm-accordion ul li .header {
  border-top: none;
}
.theme.darkmode .wrm-accordion ul li .header .description {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  background-color: transparent;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.theme.darkmode .wrm-accordion ul li .header .icon {
  color: #CAAC6A;
}
.theme.darkmode .wrm-accordion ul li .content .dropdown .sub-nav li a {
  color: #8c99a3;
}
.theme.darkmode .wrm-accordion ul li:last-child {
  border-bottom: solid 1px #203545;
}
.theme.darkmode .button.link {
  color: #BDD1EF;
}
.theme.darkmode .button.link:hover {
  color: #376DBC;
}
.wrm-accordion ul {
  list-style: none;
}
.wrm-accordion ul li {
  width: 100%;
}
.wrm-accordion ul li.active .header {
  border-top: solid 1px #1953A6;
}
.wrm-accordion ul li.active .header .icon::after {
  content: "-";
}
.wrm-accordion ul li.active .header .icon.icon-x .icon-wrapper {
  transform: rotate(90deg);
}
.wrm-accordion ul li.active .header .icon.icon-x .icon-wrapper span.line-2 {
  width: 0%;
}
.wrm-accordion ul li.active .header .icon.icon-x::after {
  display: none;
}
.wrm-accordion ul li.active .header .description {
  color: #1953A6;
  font-weight: 500;
}
.wrm-accordion ul li.active .child-accordion.active .header {
  border-top: solid 1px #1953A6;
}
.wrm-accordion ul li.active .child-accordion.active .header .icon::after {
  content: "-";
}
.wrm-accordion ul li.active .child-accordion.active .header .icon.icon-x .icon-wrapper {
  transform: rotate(90deg);
}
.wrm-accordion ul li.active .child-accordion.active .header .icon.icon-x .icon-wrapper span.line-2 {
  width: 0%;
}
.wrm-accordion ul li.active .child-accordion.active .header .icon.icon-x::after {
  display: none;
}
.wrm-accordion ul li.active .child-accordion.active .header .description {
  color: #BFD1DE !important;
  font-weight: 500;
}
.wrm-accordion ul li.active .child-accordion .header {
  border-top: unset !important;
  padding: 0px;
}
.wrm-accordion ul li.active .child-accordion .header .icon::after {
  content: "+";
}
.wrm-accordion ul li.active .child-accordion .header .icon.icon-x .icon-wrapper {
  transform: rotate(0deg);
}
.wrm-accordion ul li.active .child-accordion .header .icon.icon-x .icon-wrapper span.line-2 {
  width: 100%;
}
.wrm-accordion ul li.active .child-accordion .header .icon.icon-x::after {
  display: none;
}
.wrm-accordion ul li.active .child-accordion .header .description {
  color: #8c99a3 !important;
  font-weight: 400 !important;
}
.wrm-accordion ul li.active .child-accordion .content .dropdown .sub-nav {
  margin-top: 20px;
}
.wrm-accordion ul li .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  border-top: solid 1px #DDDDDD;
  cursor: pointer;
}
.wrm-accordion ul li .header .description {
  color: #707070;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 20px;
}
.wrm-accordion ul li .header .description .divider {
  color: #1953A6;
}
.wrm-accordion ul li .header .icon {
  color: white;
  font-size: 1rem;
  background-color: #1953A6;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrm-accordion ul li .header .icon.icon-x {
  position: relative;
  font-size: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrm-accordion ul li .header .icon.icon-x .icon-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease-in-out;
}
.wrm-accordion ul li .header .icon.icon-x .icon-wrapper span {
  position: absolute;
  display: block;
  background-color: white;
}
.wrm-accordion ul li .header .icon.icon-x .icon-wrapper span.line-1 {
  width: 1.4px;
  height: 100%;
}
.wrm-accordion ul li .header .icon.icon-x .icon-wrapper span.line-2 {
  width: 100%;
  height: 1.4px;
  transition: all 0.3s ease-in-out;
}
.wrm-accordion ul li .header .icon.icon-x::after {
  display: none;
}
.wrm-accordion ul li .content {
  position: relative;
  height: 0px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.wrm-accordion ul li .content .dropdown {
  position: relative;
}
.wrm-accordion ul li .content .dropdown .links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 30px;
}
.wrm-accordion ul li .content .dropdown .sub-nav {
  text-align: left;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: solid 1px #203545;
}
.wrm-accordion ul li .content .dropdown .sub-nav li {
  padding: 10px 0;
}
.wrm-accordion ul li .content .dropdown .sub-nav li:last-child {
  border-bottom: 0px;
}
.wrm-accordion ul li .content .dropdown .accordion-image {
  width: 100%;
  max-height: 450px;
  margin-bottom: 50px;
}
.wrm-accordion ul li .content .dropdown .accordion-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrm-accordion ul li:last-child {
  border-bottom: solid 1px #DDDDDD;
}

.wrm-card.intake {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  padding: 1rem;
  background-color: white;
}
.wrm-card.intake .profile-picture picture {
  height: 100%;
}
.wrm-card.intake .profile-picture picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrm-card.intake .details {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
}
.wrm-card.intake .details h4 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.wrm-card.intake .details p {
  height: 100%;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 812px) {
  .wrm-card.intake {
    display: block;
    text-align: center;
  }
  .wrm-card.intake .profile-picture {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden;
  }
  .wrm-card.intake .profile-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wrm-card.intake .details {
    padding: 20px 0;
    text-align: center;
  }
  .wrm-card.intake .details h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .wrm-card.intake .details p {
    height: 100%;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .wrm-card.intake .actions {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}
.wrm-card.news .card {
  position: relative;
  width: 100%;
  height: 650px;
}
.wrm-card.news .card .image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.wrm-card.news .card .gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wrm-card.news .card .details {
  position: absolute;
  bottom: 0;
  padding: 2rem 1rem;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.wrm-card.news .card .details p {
  font-size: 1.3rem;
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1640px) {
  .wrm-card.news .card {
    height: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .wrm-card.news .card {
    height: 550px;
  }
}
@media screen and (max-width: 812px) {
  .wrm-card.news .card {
    height: 450px;
  }
  .wrm-card.news .card .details p {
    font-size: 1.3rem;
  }
}

.message-box {
  padding: 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.message-box .icon {
  font-size: 1.8rem;
  display: block;
  padding-right: 1rem;
}

.message-box.message-success {
  color: #4CAF50;
  background-color: #dbfadb;
  border-bottom: solid 2px #4CAF50;
}

.message-box.message-alert {
  color: #F44336;
  background-color: #fce4e3;
  border-bottom: solid 2px #F44336;
}

.message-box.message-error {
  color: #ff9800;
  background-color: #fae6ca;
  border-bottom: solid 2px #ff9800;
}

form .error {
  font-size: 0.8rem;
  display: block;
  color: #F44336;
  padding: 0.2rem 0 1rem 0;
}
form .form-group {
  margin-bottom: 1rem;
}
form .form-group label {
  width: 100%;
  color: #2f2f2f;
  letter-spacing: -0.03rem;
}
form .form-group input[type=text], form .form-group input[type=email], form .form-group select, form .form-group textarea {
  font-family: "poppins", sans-serif;
  font-size: 1rem;
  width: 100%;
  background-color: #FAFAFA;
  border-style: solid;
  border-color: #E2E2E2;
  border-width: 0 0 1px 0;
  box-sizing: border-box;
  padding: 1rem 1rem;
  margin: 10px 0;
  letter-spacing: -0.03rem;
}
form .form-group input[type=text]:focus, form .form-group input[type=email]:focus, form .form-group select:focus, form .form-group textarea:focus {
  outline: none;
}
form .form-group select {
  color: #828282;
}
form button[type=submit] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  background-color: transparent;
  text-transform: uppercase;
  display: block;
  border-radius: 50px;
  background-color: rgba(25, 83, 166, 0.2);
  padding: 5px;
  border: 0;
  margin-left: auto;
}
form button[type=submit] span {
  display: block;
  color: #BDD1EF;
  border-radius: 50px;
  background-color: #1953A6;
  border: solid 1px #376DBC;
  padding: 1.5em 2em;
}

.showreel-container {
  cursor: pointer;
}
.showreel-container .cursor__mobile {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  background-color: rgba(4, 44, 101, 0.2);
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.showreel-container .cursor__mobile .cursor-inner {
  --size: 200px;
  margin: 0.5rem;
  width: var(--size);
  height: var(--size);
  background-color: #042C65;
  border: solid 2px #376DBC;
  box-sizing: border-box;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showreel-container .cursor__mobile .cursor-inner p {
  text-transform: uppercase;
  color: #BDD1EF;
  font-size: 0.8rem;
  font-weight: 700;
}
.showreel-container .showreel_wrapper {
  --size: 20%;
  clip-path: inset(var(--size));
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .showreel-container .cursor__mobile .cursor-inner {
    --size: 100px;
  }
}

footer {
  background-color: #042C65;
  z-index: 2;
}
footer .logo-symbol .symbol svg {
  width: 100px;
}
footer .logo-symbol .strapline {
  font-size: 1.5rem;
  font-weight: 300;
}
footer .footer-info {
  display: grid;
  grid-template-columns: 1.5fr 0.5fr 0.5fr;
  gap: 50px;
}
footer .footer-info .footer-links nav ul li {
  padding-bottom: 0.5rem;
}
footer .about-content p {
  font-size: 0.9rem;
}
footer .contact-links {
  margin-left: auto;
  text-align: right;
}
footer .contact-links .social-networks ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
footer .contact-links .social-networks ul li a {
  display: block;
  font-size: 0;
}
footer .contact-links .social-networks ul li a svg {
  fill: #718BB1;
  width: 20px;
}
footer .contact-links .contact-details ul li a i {
  font-size: 0.9rem;
  padding-left: 0.5rem;
}
footer .legal-container {
  border-top: solid 1px #376DBC;
}
footer .legal-container .copyright {
  font-size: 0.8rem;
  color: #718BB1;
}
footer ul {
  list-style: none;
}
@media screen and (max-width: 1640px) {
  footer .footer-info {
    display: block;
  }
  footer .footer-info .footer-links {
    margin-top: 50px;
  }
  footer .contact-links {
    margin-left: unset;
    text-align: left;
  }
  footer .contact-links .social-networks ul {
    justify-content: flex-start;
    gap: 10px;
  }
}

.product-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.product-cards .product-card {
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .product-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .product-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 812px) {
  .product-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.team-members {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.team-members .team-member:hover .team-picture img.team-pic-1 {
  opacity: 0;
}
.team-members .team-member:hover .team-picture img.team-pic-2 {
  opacity: 1;
  transform: scale(1.1);
}
.team-members .team-member .team-picture {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
.team-members .team-member .team-picture img {
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.team-members .team-member .team-picture img.team-pic-1 {
  opacity: 1;
}
.team-members .team-member .team-picture img.team-pic-2 {
  opacity: 0;
}
.team-members .team-member .content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2f2f2f;
  padding: 2rem 0;
  border-bottom: solid 1px #c6c6c6;
}
.team-members .team-member .content .title h3 {
  margin: 0;
}
.team-members .team-member .content .position {
  padding: 1rem 0;
  color: #828282;
  font-size: 1rem;
}
@media screen and (max-width: 1280px) {
  .team-members {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .team-members {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 812px) {
  .team-members {
    grid-template-columns: repeat(1, 1fr);
  }
}

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.services .service .icon {
  margin-bottom: 1rem;
}
.services .service .content .order-value {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.services .service .content .order-value .value {
  color: #c6c6c6;
}
.services .service .content .order-value .stroke {
  width: 50px;
  height: 1px;
  background-color: #c6c6c6;
}
.services .service .content .title {
  font-size: 1.2rem;
  color: #2f2f2f;
  letter-spacing: -0.02rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .services {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 812px) {
  .services {
    grid-template-columns: repeat(1, 1fr);
  }
}

.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.products .product {
  text-align: center;
}
.products .product .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --size: 150px;
  width: var(--size);
  height: var(--size);
  background-color: #1953A6;
  margin-bottom: 1rem;
  border-radius: 100%;
  border: solid 5px #3B8BFD;
}
.products .product .icon img {
  --size: 60px;
  width: var(--size);
  height: var(--size);
}
.products .product .content {
  padding: 1rem 2.5rem;
}
.products .product .content .order-value {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.products .product .content .order-value .value {
  color: #c6c6c6;
}
.products .product .content .order-value .stroke {
  width: 50px;
  height: 1px;
  background-color: #c6c6c6;
}
.products .product .content .title {
  font-size: 1.2rem;
  color: #2f2f2f;
  letter-spacing: -0.02rem;
  font-weight: normal;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 812px) {
  .products {
    grid-template-columns: repeat(1, 1fr);
  }
}

.products-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.team-members {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.team-members .team-member:hover .team-picture img.team-pic-1 {
  opacity: 0;
}
.team-members .team-member:hover .team-picture img.team-pic-2 {
  opacity: 1;
  transform: scale(1.1);
}
.team-members .team-member .team-picture {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
.team-members .team-member .team-picture img {
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.team-members .team-member .team-picture img.team-pic-1 {
  opacity: 1;
}
.team-members .team-member .team-picture img.team-pic-2 {
  opacity: 0;
}
.team-members .team-member .content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2f2f2f;
  padding: 2rem 0;
  border-bottom: solid 1px #c6c6c6;
}
.team-members .team-member .content .title h3 {
  margin: 0;
}
.team-members .team-member .content .position {
  padding: 1rem 0;
  color: #828282;
  font-size: 1rem;
}
@media screen and (max-width: 1280px) {
  .team-members {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .team-members {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 812px) {
  .team-members {
    grid-template-columns: repeat(1, 1fr);
  }
}

.masonry-gallery {
  column-count: 4;
  column-gap: 10px;
}
.masonry-gallery a {
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
}
.masonry-gallery a figure {
  margin: 0;
}
.masonry-gallery a figure img {
  grid-row: 1/-1;
  grid-column: 1;
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 1440px) {
  .masonry-gallery {
    column-count: 3;
  }
}
@media screen and (max-width: 1024px) {
  .masonry-gallery {
    column-count: 2;
  }
}
@media screen and (max-width: 780px) {
  .masonry-gallery {
    column-count: 1;
  }
}

/*# sourceMappingURL=custom-styles.css.map*/