/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \************************************************************************************************************/
/*  General
    ========================================================================  */
/*  ========================================================================
    # General - Colors
    ========================================================================  */
#xs, #sm, #md, #lg, #xl {
  height: 0px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -99;
  display: none;
}

@media screen and (max-width: 749px) {
  #xs {
    display: block;
  }
}
@media screen and (min-width: 750px) and (max-width: 1001px) {
  #sm {
    display: block;
  }
}
@media screen and (min-width: 1002px) and (max-width: 1277px) {
  #md {
    display: block;
  }
}
@media screen and (min-width: 1278px) and (max-width: 1599px) {
  #lg {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  #xl {
    display: block;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin: 0 !important;
  padding: 0 !important;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

.section {
  position: relative;
  z-index: 1;
}

body {
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: #000508;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style-type: none;
}

.wysiwyg-content ul,
.wysiwyg-content dl, .wp-editor-container ul,
.wp-editor-container dl, .mce-container ul,
.mce-container dl, #tinymce ul,
#tinymce dl {
  list-style-type: disc;
  margin-bottom: 30px;
  line-height: 2;
  padding-left: 20px;
}

.wysiwyg-content *:last-child {
  margin-bottom: 0;
}

dt {
  font-weight: 400;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 500;
}

sub,
sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-height: 100%;
  max-width: 100%;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

caption {
  padding-top: 0;
  padding-bottom: 0;
  color: black;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

canvas {
  border-radius: 0;
  border: none;
  outline: none;
}
canvas:focus-visible {
  outline: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-wrapper {
  width: 100%;
  max-width: 1920px;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #0B2734;
  background: linear-gradient(180deg, #0B2734 33%, #000508 100%);
}

/* work-sans-regular - latin */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url(ce971665e863d3b2fc8f.woff2) format("woff2"), url(5d4063433780150ca0ad.woff) format("woff"), url(f4966d8dc4b74190e56e.ttf) format("truetype");
}
/* work-sans-500 - latin */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  src: url(e31b5d6a252395e6093f.woff2) format("woff2"), url(546a8ec45870ab46426a.woff) format("woff"), url(94957bb99aa3bd5150ba.ttf) format("truetype");
}
/* work-sans-600 - latin */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  src: url(1da16a19362715098335.woff2) format("woff2"), url(627a8dbfdac9bf91a38e.woff) format("woff"), url(6c28a6ec28e2905886ad.ttf) format("truetype");
}
/*  ========================================================================
    # General - Typo
    ========================================================================  */
/*  Body
    ========================================================================  */
body {
  line-height: 1.6;
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: 400;
  color: white;
  font-size: 16px;
}
@media screen and (max-width: 1001px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  margin: 0;
  color: white;
  font-weight: 400;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 64px;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 1001px) {
  h2 {
    font-size: 46px;
  }
}

h3 {
  font-size: 48px;
  font-weight: 600;
}
@media screen and (max-width: 1001px) {
  h3 {
    font-size: 36px;
  }
}

h4 {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 500;
}

h5 {
  font-size: 17px;
  margin-bottom: 16px;
  font-weight: 500;
}

p {
  margin-bottom: 30px;
  line-height: 1.6;
}

.h-above, .h-above-small {
  color: #129bdb;
  margin-bottom: 15px;
  display: block;
  line-height: 48px;
}
@media screen and (max-width: 1001px) {
  .h-above, .h-above-small {
    line-height: 40px;
  }
}

.h-above {
  font-size: 48px;
  margin-bottom: 15px;
  line-height: 48px;
}
@media screen and (max-width: 1001px) {
  .h-above {
    font-size: 36px;
    line-height: 40px;
  }
}

.h-above-small {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 48px;
}
@media screen and (max-width: 1001px) {
  .h-above-small {
    font-size: 30px;
    line-height: 40px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}
a:focus, a:visited, a:active, a:hover, a:focus-visible {
  color: inherit;
}

.blue-text {
  color: #129bdb;
}

.font-width-regular {
  font-weight: 400;
}

.font-width-medium {
  font-weight: 500;
}

.font-width-semi-bold {
  font-weight: 600;
}

.font-huge {
  font-size: 64px;
  line-height: 1.1;
}
@media screen and (max-width: 1001px) {
  .font-huge {
    font-size: 46px;
  }
}

.font-large {
  font-size: 48px;
  line-height: 1.1;
}
@media screen and (max-width: 1001px) {
  .font-large {
    font-size: 36px;
  }
}

/*
@import "general/caldera";
*/
/*  Components
    ========================================================================  */
.e-button, a.e-button {
  color: white;
  padding: 17px 65px 17px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  transition: all 0.2s ease-in-out;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.e-button:last-child, a.e-button:last-child {
  margin-bottom: 0;
}
.e-button:after, a.e-button:after {
  content: "";
  background: url(e40398e12b6cc609b33a.svg);
  position: absolute;
  width: 20px;
  height: 16px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  right: 26px;
  transition: all 0.2s ease-in-out;
}
.e-button:before, a.e-button:before {
  display: block;
  content: "";
  background: #fd0054;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform: skew(-8deg);
  transition: all 0.3s ease-in-out;
  transform-origin: center center;
}
.e-button:hover:before, a.e-button:hover:before {
  background: #129bdb;
  transform: skew(-25deg);
}
.e-button.email, a.e-button.email {
  padding: 17px 30px 17px 30px;
}
.e-button.email:after, a.e-button.email:after {
  display: none;
}

.newsletter-form {
  display: flex;
  position: relative;
}
.newsletter-form input {
  border: 0;
  outline: none;
  border: none;
  background: #EBEBEB;
  padding: 10px 20px;
  height: 49px;
  font-size: 12px;
  border-radius: 3px;
  overflow: hidden;
}
.newsletter-form input[type=email] {
  max-width: unset !important;
  width: 100%;
}
.newsletter-form button {
  border: none;
  outline: none;
  display: block;
  position: absolute;
  right: 4px;
  height: 41px;
  top: 4px;
  width: 41px;
  background-color: #fd0054;
  background-image: url(802e255ecbb6ec75b88b.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s ease-in-out;
}
.newsletter-form button:hover {
  background-color: #129bdb;
}

.c-Navigation {
  background: linear-gradient(180deg, rgba(0, 5, 8, 0.85) 0%, rgba(0, 5, 8, 0) 100%);
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 1000;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
}
.c-Navigation a {
  transition: all 0.2s ease-in-out;
}
.c-Navigation a:hover, .c-Navigation a.current {
  color: #fd0054;
}
@media screen and (max-width: 1001px) {
  .c-Navigation .nav-container {
    width: 100%;
    max-width: unset;
  }
}
.c-Navigation .main-navi {
  width: 100%;
  display: flex;
}
.c-Navigation .main-navi .social-links {
  display: flex;
}
@media screen and (max-width: 1277px) {
  .c-Navigation .main-navi .social-links {
    display: none;
  }
}
.c-Navigation .main-navi .social-links a {
  cursor: pointer;
  margin-right: 14px;
  display: flex;
  align-items: center;
}
.c-Navigation .main-navi .social-links a:last-of-type {
  margin-right: 0;
}
.c-Navigation .main-navi .social-links a .social-icon {
  opacity: 0.9;
  transition: all 0.2s ease-in-out;
  height: 40px;
}
.c-Navigation .main-navi .social-links a:hover .social-icon {
  opacity: 1;
}
.c-Navigation .main-navi .social-links object {
  pointer-events: none;
}
.c-Navigation .main-navi .fixed-elements {
  justify-content: space-between;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1000;
}
.c-Navigation .main-navi .fixed-elements .right {
  display: flex;
}
.c-Navigation .main-navi .fixed-elements .right .nav-items {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1001px) {
  .c-Navigation .main-navi .fixed-elements .right .nav-items {
    display: none;
  }
}
.c-Navigation .main-navi .fixed-elements .right .nav-items a.nav-item {
  margin-right: 50px;
}
.c-Navigation .main-navi .fixed-elements .right .nav-button {
  display: none;
  position: relative;
}
.c-Navigation .main-navi .fixed-elements .right .nav-button img {
  width: 22px;
}
.c-Navigation .main-navi .fixed-elements .right .nav-button img.open-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}
.c-Navigation .main-navi .fixed-elements .right .nav-button img.close-nav {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-Navigation .main-navi .fixed-elements .right .nav-button img.open-nav, .c-Navigation .main-navi .fixed-elements .right .nav-button img.close-nav {
  transition: all 0.2s ease-in-out;
}
.c-Navigation .main-navi .fixed-elements .right .nav-button.open img.open-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-Navigation .main-navi .fixed-elements .right .nav-button.open img.close-nav {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1001px) {
  .c-Navigation .main-navi .fixed-elements .right .nav-button {
    display: block;
  }
}
.c-Navigation .main-navi .logo-button, .c-Navigation .main-navi .nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-Navigation .main-navi .logo-button {
  display: flex;
  justify-content: flex-start;
  height: 43px;
}
.c-Navigation .main-navi .logo-button img {
  transition: all 0.2s ease-in-out;
  height: 43px;
  position: absolute;
}
.c-Navigation .main-navi .logo-button img.logo-small {
  opacity: 0;
}
.c-Navigation .main-navi .logo-button img.logo {
  opacity: 1;
}
.c-Navigation.toggle {
  background: #000508;
  background: linear-gradient(180deg, rgba(0, 5, 8, 0.9) 0%, rgba(0, 5, 8, 0.6) 100%);
  height: 50px;
}
.c-Navigation.toggle .logo-button img {
  height: 25px;
}
.c-Navigation.toggle .logo-button img.logo-small {
  opacity: 1;
}
.c-Navigation.toggle .logo-button img.logo {
  opacity: 0;
}
.c-Navigation.toggle .main-navi .social-links a .social-icon {
  height: 32px;
}

.nav-content {
  background: linear-gradient(180deg, #000508 0%, rgba(0, 5, 8, 0.8) 100%);
  height: 100%;
  overflow-y: auto;
  position: fixed;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  transform: translate(0, -300px);
  transition: all 0.3s ease-in-out;
}
.nav-content a {
  transition: all 0.2s ease-in-out;
}
.nav-content a:hover, .nav-content a.current {
  color: #fd0054;
}
.nav-content.open {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
.nav-content .nav-items {
  padding: 90px 15px 15px;
  height: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.nav-content .nav-items .social-links a {
  margin-left: 10px;
}
.nav-content .nav-items .links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.nav-content .nav-items .links a {
  margin: 7px 0;
  font-size: 22px;
}
.c-HeroHomepage {
  height: 100vh;
  min-height: 700px;
  max-height: 900px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.c-HeroHomepage .bird_fade {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.c-HeroHomepage .bird_fade.scrollMagicTarget--active {
  opacity: 1;
}
.c-HeroHomepage .background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: top;
}
.c-HeroHomepage .hero-container {
  left: 0;
  right: 0;
  position: absolute;
  bottom: 100px;
}
.c-HeroHomepage .scrollMagicContent {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: translate(0, 30px);
}
.c-HeroHomepage .powered-by-icon {
  margin-top: 15px;
}
.c-HeroHomepage #hero-hp-line {
  position: absolute;
  top: 100%;
  margin-top: -90px;
  width: 530px;
  height: auto;
  left: 227px;
}
@media screen and (max-width: 1599px) {
  .c-HeroHomepage #hero-hp-line {
    width: 490px;
    left: 100px;
  }
}
@media screen and (max-width: 1277px) {
  .c-HeroHomepage #hero-hp-line {
    width: 420px;
    left: 20px;
  }
}
@media screen and (max-width: 1001px) {
  .c-HeroHomepage #hero-hp-line {
    width: 410px;
    left: -45px;
    margin-top: -120px;
  }
}
@media screen and (max-width: 749px) {
  .c-HeroHomepage #hero-hp-line {
    margin-top: 0px;
    width: 350px;
  }
}
.c-HeroHomepage.scrollMagicSection--active .scrollMagicContent {
  opacity: 1;
  transform: translate(0, 0px);
}

.c-Hero {
  height: 100vh;
  min-height: 700px;
  max-height: 900px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.c-Hero .background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: top;
}
.c-Hero .hero-container {
  height: 100%;
}
.c-Hero .hero-row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.c-HeroText {
  margin-top: 150px;
  margin-bottom: 90px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.c-HeroText .bird_fade {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.c-HeroText .bird_fade.scrollMagicTarget--active {
  opacity: 1;
}
.c-HeroText .main-container {
  position: relative;
}
.c-HeroText #hero-text-line {
  display: none;
  position: absolute;
  top: 100%;
  height: 1050px;
  width: auto;
  left: 20px;
  margin-top: 50px;
}
.c-HeroText #hero-text-line.visible {
  display: initial;
}
@media screen and (max-width: 1599px) {
  .c-HeroText #hero-text-line {
    height: 980px;
    left: -80px;
  }
}
@media screen and (max-width: 1277px) {
  .c-HeroText #hero-text-line {
    height: 940px;
    left: -160px;
  }
}
@media screen and (max-width: 1001px) {
  .c-HeroText #hero-text-line {
    margin-top: 30px;
    height: 900px;
    left: -180px;
  }
}
@media screen and (max-width: 749px) {
  .c-HeroText #hero-text-line {
    display: none;
  }
  .c-HeroText #hero-text-line.visible {
    display: none;
  }
}
@media screen and (max-width: 1277px) {
  .c-HeroText {
    margin-top: 100px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1001px) {
  .c-HeroText {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
.c-Text {
  padding-top: 120px;
  padding-bottom: 140px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.c-Text .bird_fade {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.c-Text .bird_fade.scrollMagicTarget--active {
  opacity: 1;
}
.c-Text .text_line {
  display: none;
  position: absolute;
  top: 0;
  right: 150px;
  max-height: 90%;
  width: auto;
}
.c-Text .text_line.visible {
  display: initial;
}
@media screen and (max-width: 1599px) {
  .c-Text .text_line {
    right: 25px;
  }
}
@media screen and (max-width: 1277px) {
  .c-Text .text_line {
    right: 0px;
  }
}
@media screen and (max-width: 1001px) {
  .c-Text .text_line {
    right: -25px;
  }
}
@media screen and (max-width: 749px) {
  .c-Text .text_line {
    opacity: 0.5;
  }
}
.c-Text.blue-text-section {
  background: #12638888;
  padding: 100px 0;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}
.c-Text.blue-text-section .wysiwyg-content {
  transition: all 0.5s ease-in-out 0.4s;
  opacity: 0;
}
.c-Text.legal-text {
  background: #efefef;
  padding: 101px 0;
}
.c-Text.legal-text p {
  line-height: 1.9;
  color: black;
}
.c-Text.legal-text * {
  color: black;
}
.c-Text.legal-text h3 {
  font-size: 24px;
}
@media screen and (max-width: 1277px) {
  .c-Text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1001px) {
  .c-Text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.c-Text.scrollMagicSection--active.blue-text-section {
  background: #126388;
}
.c-Text.scrollMagicSection--active.blue-text-section .wysiwyg-content {
  opacity: 1;
}

.c-FullWidthMedia {
  position: relative;
}
.c-FullWidthMedia .media {
  width: 100%;
  height: 720px;
  object-fit: cover;
  object-position: center;
  display: flex;
}
.c-FullWidthMedia .bullet-container {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
}
.c-FullWidthMedia .bullet-container .bullet {
  align-items: flex-start;
  display: flex;
  margin-bottom: 20px;
}
.c-FullWidthMedia .bullet-container .bullet .icon {
  margin-right: 10px;
  margin-top: 6px;
  width: 50px;
  flex-basis: 50px;
  flex-shrink: 0;
}
.c-FullWidthMedia .bullet-container .bullet .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 749px) {
  .c-FullWidthMedia .bullet-container .bullet .text {
    font-size: 16px;
  }
}
.c-FullWidthMedia .content-container {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
.c-FullWidthMedia .content-bottom-right {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.5s ease-in-out 0.2s;
}
.c-FullWidthMedia .content-bottom-right .e-button {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.4s ease-in-out 0.7s;
}
@media screen and (max-width: 1599px) {
  .c-FullWidthMedia .media {
    height: 640px;
  }
}
@media screen and (max-width: 749px) {
  .c-FullWidthMedia .bullet-container {
    display: none;
  }
  .c-FullWidthMedia .media {
    height: 350px;
  }
  .c-FullWidthMedia .content-bottom-right h3 {
    font-size: 22px;
  }
}
.c-FullWidthMedia.scrollMagicSection--active .content-bottom-right {
  opacity: 1;
  transform: translate(0px, 0);
}
.c-FullWidthMedia.scrollMagicSection--active .content-bottom-right .e-button {
  opacity: 1;
  transform: translate(0, 0px);
}

.c-PreviewBox {
  position: relative;
}
.c-PreviewBox .preview-row {
  display: flex;
}
.c-PreviewBox .preview-row.img-right {
  flex-direction: row-reverse;
}
.c-PreviewBox .image-wrapper, .c-PreviewBox .content-wrapper {
  width: 50%;
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  position: relative;
  min-height: 548px;
}
.c-PreviewBox .image, .c-PreviewBox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
}
.c-PreviewBox .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 100px;
  background: #12638888;
  transition: all 0.5s ease-in-out;
}
.c-PreviewBox .content-wrapper .wysiwyg-content {
  transition: all 0.5s ease-in-out 0.4s;
  opacity: 0;
}
@media screen and (max-width: 1277px) {
  .c-PreviewBox .content-wrapper {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 749px) {
  .c-PreviewBox .preview-row {
    flex-direction: column;
  }
  .c-PreviewBox .preview-row.img-right {
    flex-direction: column;
  }
  .c-PreviewBox .image-wrapper, .c-PreviewBox .content-wrapper {
    width: 100%;
    flex-basis: 100%;
    min-height: unset;
  }
  .c-PreviewBox .content-wrapper {
    padding: 30px 15px;
  }
  .c-PreviewBox .image-wrapper {
    height: 300px;
  }
  .c-PreviewBox .image-wrapper .image, .c-PreviewBox .image-wrapper video {
    height: 300px;
    position: relative;
  }
}
.c-PreviewBox.scrollMagicSection--active .content-wrapper {
  background: #126388;
}
.c-PreviewBox.scrollMagicSection--active .content-wrapper .wysiwyg-content {
  opacity: 1;
}

.c-Contact {
  position: relative;
  padding-top: 10px;
}
.c-Contact .contact-row {
  margin-bottom: 170px;
}
.c-Contact .arrow-right-img {
  width: 20px;
  margin: 0 14px;
}
.c-Contact .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.c-Contact .image-wrapper {
  position: relative;
}
.c-Contact .image-wrapper .e-button {
  position: absolute;
  left: -31px;
  bottom: -28px;
}
.c-Contact .contact-heading {
  padding: 70px 0px 60px;
}
@media screen and (min-width: 750px) and (max-width: 1001px) {
  .c-Contact .contact-heading {
    padding: 40px 0px 30px;
  }
}
@media screen and (max-width: 749px) {
  .c-Contact .contact-heading {
    padding: 30px 0px 20px;
  }
  .c-Contact .contact-row {
    margin-bottom: 50px;
  }
  .c-Contact .contact-row .vertical-center {
    justify-content: center;
  }
  .c-Contact .contact-row .wysiwyg-content {
    text-align: center;
  }
  .c-Contact .image {
    max-height: 240px;
  }
  .c-Contact .image-wrapper .e-button {
    left: 31px;
    bottom: -28px;
  }
}

.c-ThreeTexts {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
}
.c-ThreeTexts .vision-content {
  padding: 100px 0;
}
.c-ThreeTexts .vision-svg {
  position: absolute;
  height: 98%;
  left: 0;
  right: 0;
  top: 0;
  min-width: 100%;
}
@media screen and (max-width: 1001px) {
  .c-ThreeTexts .vision-content {
    padding: 90px 0;
  }
}

.c-OnlyButton {
  margin-top: 50px;
  margin-bottom: 50px;
}
.c-OnlyButton .only-button-wrapper {
  display: flex;
  justify-content: center;
}
.c-OnlyButton .only-button-wrapper .h-above-small {
  margin-right: 40px;
  margin-bottom: 0;
}
.c-ThreeDee {
  padding: 0px 0 0px;
}
@media screen and (max-width: 749px) {
  .c-ThreeDee {
    padding: 0px 0 0px;
  }
}
.c-ThreeDee .inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  position: relative;
}
.c-ThreeDee .list-col {
  display: flex;
  justify-content: center;
}
.c-ThreeDee .canvas-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 550px;
  position: relative;
  width: 100%;
}
.c-ThreeDee .canvas-wrapper .glow {
  pointer-events: none;
  z-index: 0;
  position: absolute;
  max-height: none;
  max-width: none;
}
.c-ThreeDee .canvas-wrapper #tooltip-wrapper {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.c-ThreeDee .canvas-wrapper #tooltip {
  border-radius: 100%;
  z-index: 99999;
  width: 380px;
  height: 380px;
  background: rgba(255, 255, 255, 0.85);
  padding: 60px 48px;
  color: #030F15;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.c-ThreeDee .canvas-wrapper #tooltip h3, .c-ThreeDee .canvas-wrapper #tooltip ul, .c-ThreeDee .canvas-wrapper #tooltip li {
  color: #030F15;
  font-size: 14px;
  list-style-type: none;
}
.c-ThreeDee .canvas-wrapper #tooltip h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}
.c-ThreeDee .canvas-wrapper #tooltip li, .c-ThreeDee .canvas-wrapper #tooltip ul {
  padding: 0;
  margin: 0;
  line-height: 1.45;
}
.c-ThreeDee .canvas-wrapper #tooltip li {
  margin-bottom: 7px;
}
.c-ThreeDee .canvas-wrapper #tooltip li:before {
  content: "//";
  color: #fd0054;
  margin-right: 5px;
}
.c-ThreeDee .canvas-wrapper #tooltip:after {
  content: "";
  position: absolute;
  width: 540px;
  border-radius: 100%;
  height: 540px;
  left: -80px;
  top: -80px;
  border: 1px solid rgba(255, 255, 255, 0.85);
}
.c-ThreeDee .canvas-wrapper #renderCanvas, .c-ThreeDee .canvas-wrapper #renderCanvas2 {
  width: 50%;
  height: 100%;
  background: rgba(0, 18, 24, 0);
  position: absolute;
  top: 0;
  left: 0;
  /*background: linear-gradient(180deg,  rgba(192,192,192,1) 0%, rgba(192,192,192,1) 40%, rgba(255,255,255,1) 60%); */
  /* 			touch-action: none; */
}
.c-ThreeDee .canvas-wrapper #renderCanvas {
  right: 0;
  left: auto;
}
.c-ThreeDee .canvas-wrapper #loadingScreen, .c-ThreeDee .canvas-wrapper #loadingScreen2 {
  /*SB*/
  width: 50%;
  height: 100%;
  background: rgba(0, 18, 24, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}
.c-ThreeDee .canvas-wrapper #loadingScreen {
  right: 0;
  left: auto;
}
.c-ThreeDee .canvas-wrapper #loadingScreenPercent, .c-ThreeDee .canvas-wrapper #loadingScreenPercent2 {
  /*SB*/
  width: 100%;
  position: absolute;
  text-align: center;
}
.c-ThreeDee .canvas-wrapper #loadingBackground, .c-ThreeDee .canvas-wrapper #loadingBackground2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .c-ThreeDee .canvas-wrapper {
    display: none;
  }
}
.c-ThreeDee .mobile-version {
  display: none;
}
@media screen and (max-width: 749px) {
  .c-ThreeDee .mobile-version {
    display: block;
  }
}
.c-ThreeDee .features {
  display: flex;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  flex-wrap: wrap;
  flex: 1 1 auto;
}
.c-ThreeDee .features li {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  list-style-type: none;
  flex: 1 0 50%;
  margin: 10px 0;
}
.c-ThreeDee .features li:before {
  content: "//";
  color: #fd0054;
  margin-right: 5px;
}
@media screen and (max-width: 1001px) {
  .c-ThreeDee .features li {
    flex: 1 0 100%;
    font-size: 16px;
    margin: 4px 0;
  }
}

.c-Accordion {
  margin-bottom: 100px;
  margin-top: 50px;
}
@media screen and (max-width: 1277px) {
  .c-Accordion {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 749px) {
  .c-Accordion {
    margin-bottom: 50px;
  }
}
.c-Accordion .accordion-outer {
  margin: 60px 0;
}
.c-Accordion .ac {
  box-sizing: border-box;
  position: relative;
}
.c-Accordion .ac.inner {
  position: relative;
}
.c-Accordion .ac.inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 90px;
  height: 1px;
  background: #2A6285;
  width: 900px;
  max-width: 80%;
}
.c-Accordion .ac.inner:last-of-type:after {
  display: none;
}
.c-Accordion .ac .ac-header {
  margin: 0;
  padding: 0;
}
.c-Accordion .ac .ac-header h4 {
  margin-bottom: 0;
}
.c-Accordion .ac .ac-header .icon-container {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 17px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.c-Accordion .ac .ac-header .icon-container img {
  transition: all 0.2s ease-in-out;
  transform: rotate(90deg);
  width: 20px;
  height: 20px;
}
.c-Accordion .ac .ac-header .icon-container:before {
  display: block;
  content: "";
  background: #fd0054;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform: skew(-8deg);
  transition: all 0.3s ease-in-out;
}
.c-Accordion .ac .ac-trigger {
  text-align: left;
  width: 100%;
  padding: 30px 0px 30px 90px;
  display: block;
  cursor: pointer;
  background-color: transparent;
  transition: color 0.25s ease;
  position: relative;
  text-decoration: none;
  margin: 0;
  border: 0;
  font-size: 20px;
}
@media screen and (max-width: 749px) {
  .c-Accordion .ac .ac-trigger {
    font-size: 16px;
  }
}
.c-Accordion .ac .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}
.c-Accordion .ac .ac-panel .ac-text {
  padding: 5px 0px 30px 90px;
  margin: 0;
}
.c-Accordion .ac .ac-text {
  max-width: 1200px;
}
.c-Accordion .ac.js-enabled .ac-panel {
  visibility: hidden;
}
.c-Accordion .ac.is-active .ac-panel {
  visibility: visible;
}
.c-Accordion .ac.is-active > .ac-header .icon-container img {
  transform: rotate(0deg);
}
.c-Accordion .ac.is-active > .ac-header .icon-container:before {
  background: #129bdb;
}

.c-TextAndImage {
  position: relative;
}
.c-TextAndImage .content-container {
  padding: 100px 0;
}
@media screen and (max-width: 1001px) {
  .c-TextAndImage .content-container {
    padding: 50px 0;
  }
}
.c-TextAndImage .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  min-height: 350px;
  position: absolute;
}
@media screen and (max-width: 1001px) {
  .c-TextAndImage .image {
    position: relative;
  }
}
.c-Team {
  margin-top: 80px;
  margin-bottom: 80px;
}
.c-Team #team-svg {
  width: 100%;
  height: auto;
}
.c-Team #team-svg .paths {
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
}
.c-Team #team-svg .cls-1, .c-Team #team-svg .cls-5 {
  fill: #fff;
}
.c-Team #team-svg .cls-2 {
  fill: #334248;
}
.c-Team #team-svg .cls-19, .c-Team #team-svg .cls-3, .c-Team #team-svg .cls-6, .c-Team #team-svg .cls-7 {
  fill: #129bdb;
  /*font color*/
}
.c-Team #team-svg .cls-17, .c-Team #team-svg .cls-4 {
  fill: none;
}
.c-Team #team-svg .cls-5 {
  font-size: 20px;
  font-weight: 400;
}
.c-Team #team-svg .cls-6, .c-Team #team-svg .cls-7 {
  font-size: 36px;
}
.c-Team #team-svg .cls-7 {
  font-weight: 600;
}
.c-Team #team-svg .cls-8 {
  font-weight: 400;
}
.c-Team #team-svg .cls-9 {
  opacity: 0.178;
}
.c-Team #team-svg .cls-10 {
  clip-path: url(#clip-path);
}
.c-Team #team-svg .cls-11 {
  clip-path: url(#clip-path-2);
}
.c-Team #team-svg .cls-12 {
  clip-path: url(#clip-path-3);
}
.c-Team #team-svg .cls-17 {
  stroke: #fff;
  stroke-width: 2px;
}
.c-Team #team-svg .cls-19, .c-Team #team-svg .cls-20 {
  fill-rule: evenodd;
}
.c-Team #team-svg .cls-20 {
  fill: #126388;
}
.c-Team #team-svg .cls-21 {
  stroke: none;
}
@media screen and (max-width: 749px) {
  .c-Team #team-svg .cls-5 {
    font-size: 24px;
  }
  .c-Team #team-svg .cls-6, .c-Team #team-svg .cls-7 {
    font-size: 50px;
  }
}
@media screen and (max-width: 749px) {
  .c-Team #team-svg {
    width: 122%;
    height: auto;
    margin-left: -18%;
  }
}
.c-Team .paths {
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
}
.c-Team .draw {
  stroke-dasharray: 400, 100;
  stroke-dashoffset: 4000;
  animation: dash2 10s linear infinite;
}
.c-Team .draw2 {
  stroke-dasharray: 400, 100;
  stroke-dashoffset: 4000;
  animation: dash2 10s linear infinite 0.25s;
}
@keyframes dash2 {
  0% {
    stroke-dashoffset: 4000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@media screen and (max-width: 1277px) {
  .c-Team {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1001px) {
  .c-Team {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.c-ProductDetails {
  padding: 0px 0 0px;
}
@media screen and (max-width: 749px) {
  .c-ProductDetails {
    padding: 0px 0 0px;
  }
}
.c-ProductDetails .inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  position: relative;
}
.c-ProductDetails .inner-wrapper .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.c-ProductDetails .inner-wrapper .slide h3 {
  text-align: center;
}
@media screen and (max-width: 1001px) {
  .c-ProductDetails .inner-wrapper .slide h3 {
    font-size: 26px;
  }
}
.c-ProductDetails .inner-wrapper .slide.active {
  opacity: 1;
  pointer-events: auto;
}
.c-ProductDetails .list-col {
  display: flex;
  justify-content: center;
}
.c-ProductDetails .list-col .inner-wrapper {
  position: relative;
}
.c-ProductDetails .canvas-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 550px;
  position: relative;
  width: 100%;
}
.c-ProductDetails .canvas-wrapper .glow {
  pointer-events: none;
  z-index: 0;
  position: absolute;
  max-height: none;
  max-width: none;
}
.c-ProductDetails .canvas-wrapper .rendering {
  height: 450px;
  z-index: 9;
}
@media screen and (max-width: 749px) {
  .c-ProductDetails .canvas-wrapper {
    display: none;
  }
}
.c-ProductDetails .mobile-version {
  display: none;
}
@media screen and (max-width: 749px) {
  .c-ProductDetails .mobile-version {
    display: block;
  }
}
.c-ProductDetails .features {
  display: flex;
  padding: 0;
  margin: 0;
  margin-bottom: 100px;
  flex-wrap: wrap;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c-ProductDetails .features li {
  display: inline-flex;
  list-style-type: none;
  margin: 8px 0;
}
.c-ProductDetails .features li h4 {
  margin-bottom: 0;
  margin-right: 10px;
  color: #fd0054;
}
.c-ProductDetails .features li h4:before {
  content: "//";
  color: #fd0054;
  margin-right: 5px;
}
@media screen and (max-width: 1001px) {
  .c-ProductDetails .features li {
    flex-direction: column;
    flex: 1 0 100%;
    font-size: 13px;
    margin: 7px 0;
    align-items: center;
    text-align: center;
  }
  .c-ProductDetails .features li h4 {
    font-size: 17px;
  }
}
.c-ProductDetails .carousel-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  position: absolute;
  bottom: 50px;
}
.c-ProductDetails .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: gray;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.c-ProductDetails .dot:hover {
  background: white;
}
.c-ProductDetails .dot.active {
  background: #fd0054;
}

footer {
  padding: 60px 0 10px;
}
footer h3 {
  color: #129bdb;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  height: 40px;
  display: flex;
  align-items: end;
  margin-bottom: 20px;
}
footer .footer-top .logo-button {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0px;
}
footer .footer-top p, footer .footer-top a {
  font-size: 14px;
}
footer .footer-top .footer-menu {
  display: flex;
  flex-direction: column;
}
footer .footer-top .footer-menu a {
  margin-bottom: 15px;
  transition: color 0.2s ease-in-out;
}
footer .footer-top .footer-menu a:hover {
  color: #fd0054;
}
footer .footer-top .footer-menu.social-menu a {
  display: flex;
  align-items: end;
}
footer .footer-top .footer-menu.social-menu a img {
  margin-right: 20px;
  transform: translate(0, -2px);
}
footer .footer-top .footer-menu.social-menu a span {
  display: flex;
  line-height: 1;
}
footer .footer-top:after {
  content: "";
  display: block;
  height: 1px;
  background: #C5C5C5;
  width: 100%;
  margin: 40px 0 8px;
}
footer .footer-bottom a, footer .footer-bottom span {
  font-size: 14px;
}
footer .footer-bottom .main-menu {
  text-transform: uppercase;
}
footer .footer-bottom .main-menu a {
  transition: color 0.2s ease-in-out;
}
footer .footer-bottom .main-menu a:after {
  content: "|";
  display: inline-flex;
  width: 15px;
  justify-content: center;
  margin-left: 5px;
  color: white;
}
footer .footer-bottom .main-menu a:hover {
  color: #fd0054;
}
footer .footer-bottom .main-menu a:nth-last-of-type(1):after {
  display: none;
}
@media screen and (max-width: 749px) {
  footer h3 {
    margin-top: 30px;
  }
  footer .footer-bottom a, footer .footer-bottom span {
    font-size: 10px;
  }
  footer .footer-bottom a:after {
    width: 10px;
    margin-left: 3px;
  }
}

/*


// Utilities


/*  Vendors
    ========================================================================  */
/*!
 * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 750px) {
  .container {
    max-width: 680px;
  }
}
@media (min-width: 1002px) {
  .container {
    max-width: 942px;
  }
}
@media (min-width: 1278px) {
  .container {
    max-width: 1190px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1460px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row.center {
  justify-content: center;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 750px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1002px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1278px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1002px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1278px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.container-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .container-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 750px) {
  .container-grid.switch-rows .col-1fr:nth-of-type(1) {
    order: 1;
  }
  .container-grid.switch-rows .col-1fr:nth-of-type(2) {
    order: -1;
  }
}
@media screen and (max-width: 749px) {
  .container-grid.switch-rows-mobile .col-1fr:nth-of-type(1) {
    order: 1;
  }
  .container-grid.switch-rows-mobile .col-1fr:nth-of-type(2) {
    order: -1;
  }
}

@media screen and (max-width: 1001px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .hidden-xs {
    display: none !important;
  }
}

.align-center {
  display: flex;
  justify-content: center;
}

.vertical-center {
  display: flex;
  align-items: center;
}
