@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}

body {
  width: 100vw;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #051C47;
  background-color: #F6FAFF;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

.snippet__bottom {
  max-width: 1600px;
  margin: 0 auto;
}

.page__body {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  z-index: 100;
  overflow: hidden;
}

.page__body .block-h2, .page__body .block-h3, .page__body .block-h4, .page__body .block-paragraph, .page__body .block-ol, .page__body .block-ul, .page__body .block-button, .page__body .block-unordered_list, .page__body .block-ordered_list, .page__body .block-index, .page__body .block-scrtipt {
  position: relative;
  width: 100%;
  padding: 0 clamp(0.1rem, 10vw, 8rem);
  max-width: 1600px;
  margin: 0 auto;
}

.page__body .block-index {
  max-width: 1600px;
  margin: clamp(0.5rem, 3vw, 2rem) 0;
  text-align: left;
}

.no-scroll {
  overflow: hidden;
}

body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, p {
  color: #042056;
}

p {
  line-height: 1.5;
  color: #485363;
  font-size: clamp(0.9rem, 1vw, 1.5rem);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
}

h1 {
  line-height: 1.25;
  margin-bottom: clamp(0.5rem, 2vw, 1rem);
  font-weight: 400;
  font-size: clamp(2rem, 3vw, 3rem);
  background: radial-gradient(150.28% 102.53% at 79.3% 92.04%, #003186 11.5%, #022B73 51.5%, #042056 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
  line-height: 1.2;
  font-weight: 400;
  font-size: clamp(1.8rem, 1.8vw, 2.5rem);
}

h3 {
  font-weight: 600;
  font-size: clamp(1.5rem, 1.4vw, 2rem);
}

h4 {
  font-weight: 400;
  font-size: clamp(1.2rem, 1.2vw, 1.5rem);
}

ul li {
  list-style: disc;
  line-height: 1.5;
  margin-left: clamp(0.5rem, 3vw, 2rem);
}

b {
  font-weight: 700;
}

p {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}

::selection {
  color: #042056 !important;
  background: rgba(144, 224, 239, 0.8);
}

hr {
  width: 100%;
  border: none;
  border-bottom: solid 4px #042056;
  margin: clamp(0.5rem, 3vw, 2rem) 0;
}

.block-blockquote {
  padding: clamp(0.5rem, 3vw, 2rem) 0;
  border-top: solid 4px #CAF0F8;
  border-bottom: solid 4px #CAF0F8;
  margin-bottom: clamp(0.5rem, 4vw, 4rem);
  font-size: 1.8rem;
  line-height: 1.5;
}

.block-blockquote p {
  color: #042056 !important;
  font-size: 1.8rem !important;
  margin-bottom: 0 !important;
}

p.tag {
  display: inline-block;
  font-size: 0.9rem;
  padding: 5px 10px;
  border-radius: 25px;
  color: #F6FAFF;
  background-color: #042056;
}

.color-1 hr {
  border-color: #FF7B26;
}

.color-2 hr {
  border-color: #FF952A;
}

.color-3 hr {
  border-color: #FFAA2D;
}

.color-4 hr {
  border-color: #FFC332;
}

.color-5 hr {
  border-color: #CAF0F8;
}

.color-6 hr {
  border-color: #90E0EF;
}

.color-7 hr {
  border-color: #00B4D8;
}

.color-8 hr {
  border-color: #0077B6;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #3649D9;
  cursor: pointer;
}

a.tag {
  position: relative;
  display: inline-block;
  padding: 10px clamp(0.5rem, 2vw, 1rem);
  border-radius: 25px;
  margin: clamp(0.5rem, 2vw, 1rem) 5px;
  color: #F6FAFF !important;
  background-color: #3649D9 !important;
}

.btn, .btn--large {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.5rem, 2vw, 1rem) clamp(0.5rem, 3vw, 2rem);
  width: 100%;
  background-color: #3649D9;
  color: #F6FAFF;
  line-height: 0.85;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transform: scale(1, 1);
  transition: all 0.5s ease-out;
  border: none;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
}

.btn::after, .btn--large::after {
  vertical-align: middle;
  position: relative;
  font-size: 1rem;
  line-height: 0.8;
  content: '';
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: 5px;
  background: linear-gradient(121deg, #FFD460 -25.72%, #ED8000 64.22%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 550px) {
  .btn, .btn--large {
    padding: 12px 15px;
    width: auto;
  }
}

.btn:hover, .btn--large:hover {
  color: #F6FAFF;
  background-color: #2334b9;
  transform: scale(0.9, 0.9);
  transition: all 0.5s ease-out;
  border: none;
}

p a {
  border-bottom: solid 2px #3649D9;
}

.btn--large {
  display: flex;
  gap: clamp(0.5rem, 2vw, 1rem);
  margin: 0 auto;
  width: max-content;
  padding: 10px 10px 10px clamp(0.5rem, 3vw, 2rem);
  font-size: 1rem;
  font-weight: 400;
  border-radius: 50px;
  align-items: center;
  max-width: 90vw;
  line-height: 1.5;
}

@media only screen and (min-width: 750px) {
  .btn--large {
    font-size: 1.2rem;
    font-weight: 600;
  }
}

.btn--large::after {
  display: none;
}

.btn--large .btn__icon {
  padding: 5px 8px;
  font-size: 0.7rem;
  font-weight: 800;
  background-color: #1f2ea4;
  border-radius: 50%;
  vertical-align: middle;
  box-shadow: 0px 3.069px 7.673px 0px rgba(0, 0, 0, 0.31) inset;
}

@media only screen and (min-width: 750px) {
  .btn--large .btn__icon {
    font-size: 1.2rem;
    padding: 3px 8px;
  }
}

.btn--large i {
  background: linear-gradient(121deg, #FFD460 -25.72%, #ED8000 64.22%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn--large:hover .btn__icon {
  background-color: #003925;
}

.header {
  position: relative;
  width: 100vw;
  height: max-content;
  display: flex;
  padding: 0;
  background: #F6FAFF;
  overflow: hidden;
}

.header__grid {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
}

@media only screen and (min-width: 1200px) {
  .header__grid {
    flex-direction: row;
  }
}

.header__shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1.5, 1.5);
}

.header__shape svg {
  height: 100vh;
  width: auto;
}

.header__shape .bg--circles-1 {
  fill: #ecf4ff;
}

.header__shape .bg--circles-2 {
  fill: #e2efff;
}

.header__shape .bg--circles-3 {
  fill: #d7e9ff;
}

.header__title {
  position: relative;
  min-width: 50vw;
  padding: clamp(0.5rem, 4vw, 4rem);
  z-index: 2;
}

.header__title h1 {
  font-weight: 600;
  line-height: 1;
  padding-bottom: 10px;
}

.header__title h2, .header__title h3, .header__title h4 {
  margin: 0 0 clamp(0.5rem, 2vw, 1rem);
}

.header__title p {
  margin-bottom: clamp(0.5rem, 2vw, 1rem);
}

.header__title .btn--large {
  margin: 0;
}

@media only screen and (min-width: 900px) {
  .header__title {
    padding: clamp(0.5rem, 4vw, 4rem) clamp(0.5rem, 4vw, 4rem) clamp(0.5rem, 4vw, 4rem) clamp(0.1rem, 10vw, 8rem);
  }
}

.header__form {
  width: 100%;
  background-color: #CBD6E7;
  padding: clamp(0.5rem, 4vw, 4rem);
}

.header__screenshot {
  position: relative;
  display: flex;
  min-width: 50vw;
  z-index: 2;
  justify-content: center;
}

.header__screenshot img {
  margin: clamp(0.1rem, 10vw, 8rem) 0;
}

.header__image-block {
  position: relative;
  width: 100vw;
  height: auto;
  z-index: 2;
}

@media only screen and (min-width: 1200px) {
  .header__image-block {
    height: 100%;
    min-width: 45vw;
    overflow: hidden;
  }
}

.header__image-block img {
  width: 100vw;
}

@media only screen and (min-width: 1200px) {
  .header__image-block img {
    width: 150%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-width: none;
  }
}

@media only screen and (min-width: 1400px) {
  .header__image-block img {
    width: 120%;
  }
}

.header__hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 clamp(0.5rem, 3vw, 2rem);
  width: 100vw;
}

.header__hero .header__copy {
  text-align: center;
  margin: auto;
  padding: clamp(0.5rem, 4vw, 4rem) clamp(0.5rem, 3vw, 2rem);
}

.header__hero .header__copy h1 {
  font-weight: 600;
}

.header__hero .header__copy p.home_paragraph {
  width: 75%;
  margin: auto;
}

.header__hero--move {
  position: relative;
  height: 233px;
  margin-bottom: 30px;
  display: flex;
  width: 100%;
  animation: bannermove 50s linear infinite;
}

.header__hero--move img {
  margin: 0px 25px;
}

.header__image {
  width: 100vw;
}

.header__image img {
  width: 100vw;
}

.header__image p {
  display: none;
}

.header__logo {
  position: relative;
  width: max-content;
  padding: 0;
  border-radius: 0;
  z-index: 160;
}

.header__logo svg {
  width: 200px;
}

.header__logo:hover {
  cursor: pointer;
  background-color: transparent;
}

.header__content {
  height: auto;
  padding: clamp(0.5rem, 4vw, 4rem) clamp(0.5rem, 4vw, 4rem);
  margin-bottom: 100px;
  text-align: center;
}

.header__content h2 {
  line-height: 1;
}

.header__content .btn {
  margin-bottom: clamp(0.5rem, 3vw, 2rem);
}

@media only screen and (min-width: 900px) {
  .header__content .btn {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 900px) {
  .header__content {
    min-height: 0;
    padding: 0 clamp(0.5rem, 4vw, 4rem);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: clamp(0.5rem, 3vw, 2rem);
    max-width: 1800px;
    margin: 0 auto 0;
    text-align: left;
  }
}

.header__header {
  flex: 1;
}

.header__header--image img {
  width: max-content;
}

.header__visuals {
  position: relative;
  flex: 1.2;
  max-height: 60vh;
  justify-content: center;
  overflow: visible;
  animation: imgPop 0.8s ease-out;
  text-align: center;
  z-index: 1000;
}

.header__wheel img, .header__wheel svg {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 900px) {
  .header__wheel img, .header__wheel svg {
    height: 65vh;
    width: auto;
    max-width: none;
  }
}

.header__app {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.header__app img {
  position: relative;
  width: 350px;
  height: auto;
}

.header__image {
  max-width: 100vw;
  display: flex;
  justify-content: space-between;
  gap: 13px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.header__image .hero-image {
  height: 45vw;
  width: auto;
  max-width: none;
}

@media only screen and (min-width: 550px) {
  .header__image .hero-image {
    height: 23vw;
    width: auto;
    max-width: none;
  }
}

.header__image .hero-image img {
  height: 45vw;
  width: auto;
  max-width: none;
  animation: imgPop 0.3s ease-out;
}

@media only screen and (min-width: 550px) {
  .header__image .hero-image img {
    height: 23vw;
    width: auto;
    max-width: none;
  }
}

.header__image .hero-image img:nth-child(2) {
  animation-delay: 0.25s;
}

.header__image .hero-image img:nth-child(3) {
  animation-delay: 0.5s;
}

.header__image .hero-image p {
  display: none;
}

.header__icon {
  position: absolute;
  width: 200px;
  bottom: -5%;
  right: 0;
  animation: imgPop 0.3s ease-out;
}

.landing header {
  margin-top: -6rem;
}

.landing .header__title {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

@media only screen and (max-width: 1200px) {
  .landing .header__title {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }
}

@keyframes logoHover {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1440deg);
  }
}

@keyframes imgPop {
  0% {
    transform: translateY(-50px) scale(0.1, 0.1);
  }
  100% {
    transform: translateY(0%) scale(1, 1);
  }
}

.lc-1 .header {
  border-bottom: solid 3px #FF7B26;
}

.lc-2 .header {
  border-bottom: solid 3px #FF952A;
}

.lc-3 .header {
  border-bottom: solid 3px #FFAA2D;
}

.lc-4 .header {
  border-bottom: solid 3px #FFC332;
}

.lc-5 .header {
  border-bottom: solid 3px #CAF0F8;
}

.lc-6 .header {
  border-bottom: solid 3px #90E0EF;
}

.lc-7 .header {
  border-bottom: solid 3px #00B4D8;
}

.lc-8 .header {
  border-bottom: solid 3px #0077B6;
}

@keyframes bannermove {
  0% {
    left: 0;
  }
  50% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

@media only screen and (max-width: 550px) {
  .bank-logo {
    width: 60px;
  }
}

.news-banner {
  background-color: #3649D9;
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 10;
  position: relative;
}

.news-banner p {
  color: #fff;
}

.news-banner .btn {
  background-color: #fff;
  color: #3649D9;
}

.navbar {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: clamp(0.5rem, 2vw, 1rem) clamp(0.5rem, 2vw, 1rem);
  gap: clamp(0.5rem, 3vw, 2rem);
  z-index: 20;
}

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

.navbar__logo-link {
  display: flex;
  align-items: center;
}

.navbar__logo svg {
  width: 100%;
  max-width: 200px;
}

.navbar__mobile-menu-button {
  display: none;
}

.navbar__menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(0.5rem, 3vw, 2rem);
  flex: 1;
}

.navbar .menu__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(0.5rem, 3vw, 2rem);
  flex: 1;
}

.navbar .menu__item {
  position: relative;
  transform-origin: center center;
  cursor: pointer;
  padding: clamp(0.5rem, 2vw, 1rem) 0;
}

.navbar .menu__item--dropdown .menu__link::after {
  content: '\f0d7';
  font-weight: 800;
  position: relative;
  margin-left: 5px;
  transition: all 0.5s ease-in-out;
  color: #FF7B26;
  font-family: "Font Awesome 6 Pro";
}

.navbar .menu__item--dropdown:hover .menu__submenu {
  display: block;
}

.navbar .menu__link {
  width: 100%;
  color: #485363;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.navbar .menu__link:hover {
  color: #3649D9;
}

.navbar .menu__submenu {
  display: none;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  width: max-content;
  top: 40px;
  left: 0;
  flex-direction: column;
  gap: clamp(0.5rem, 2vw, 1rem);
  background: #3649D9;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}

.navbar .menu__submenu li {
  position: relative;
  width: inherit;
  width: 100%;
  list-style: none;
  margin-left: 0;
  background-color: #042056;
}

.navbar .menu__submenu a {
  width: 100%;
  display: inline-block;
  margin: 0;
  font-size: 1rem;
  color: #F6FAFF;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  padding: calc(clamp(0.5rem, 2vw, 1rem)/1.5);
}

.navbar .menu__submenu a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 750px) {
  body.mobile-menu-active {
    overflow: hidden;
  }
  .navbar {
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1000;
    gap: 0;
    padding: 0;
  }
  .navbar__logo {
    width: 100%;
    justify-content: space-between;
    padding: clamp(0.5rem, 2vw, 1rem) clamp(0.5rem, 3vw, 2rem);
  }
  .navbar__mobile-menu-button {
    cursor: pointer;
    display: block;
  }
  .navbar__mobile-menu-button::after {
    font-family: "Font Awesome 6 Pro";
    content: '\f0c9';
    font-weight: 800;
    font-size: 2rem;
    color: #042056;
    transition: all 0.5s ease-in-out;
  }
  .navbar__actions {
    width: 100%;
    display: flex;
    padding: clamp(0.5rem, 3vw, 2rem);
    gap: clamp(0.5rem, 3vw, 2rem);
  }
  .navbar__menu {
    flex-direction: column;
    align-items: flex-start;
    width: 100vw;
    background-color: #F6FAFF;
    z-index: 1000;
    max-height: 100%;
    overflow-y: scroll;
    display: none;
  }
  .navbar .menu__list {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0;
    flex: 0;
  }
  .navbar .menu__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .navbar .menu__item--default .menu__link {
    border-bottom: 0;
  }
  .navbar .menu__item--dropdown .menu__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar .menu__link {
    color: #485363;
    border-top: 1px solid #eeecea;
    border-bottom: 1px solid #eeecea;
    padding: clamp(0.5rem, 4vw, 4rem);
  }
  .navbar .menu__link:hover {
    color: #485363;
  }
  .navbar .menu__submenu {
    display: block;
    position: relative;
    background: none;
    top: 0;
    width: 100%;
    padding: 0;
  }
  .navbar .menu__submenu li {
    background-color: transparent;
  }
  .navbar .menu__submenu a {
    padding: clamp(0.5rem, 3vw, 2rem) clamp(0.5rem, 4vw, 4rem);
    color: #042056;
  }
  .navbar.active {
    height: 100vh;
  }
  .navbar.active .navbar__menu {
    display: flex;
  }
  .navbar.active .navbar__mobile-menu-button::after {
    content: '\f00d';
  }
}

.event--index .navbar .menu__link {
  color: #F6FAFF;
}

.event--index .navbar__logo-link svg .color--fill-blue-grad {
  fill: #F6FAFF !important;
}

.footer {
  position: relative;
  width: 100vw;
  display: flex;
  flex-direction: column;
  height: auto;
  padding: clamp(0.5rem, 4vw, 4rem);
  background-color: #042056;
  background: linear-gradient(#042056, #051C47);
  color: #F6FAFF;
  z-index: 200;
}

.footer .row {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.footer .row:first-child {
  border-bottom: #ED8000 solid 1px;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.footer .row > ul {
  flex: 1;
}

@media only screen and (min-width: 750px) {
  .footer .row {
    flex-direction: row;
    align-items: top;
    text-align: left;
    justify-content: left;
  }
}

.footer .column {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

@media only screen and (min-width: 750px) {
  .footer .column {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer__logo {
  width: 140px;
  max-width: 100%;
}

.footer__logo .caption {
  font-size: 0.8rem;
  color: #F6FAFF;
  margin-top: 20px;
}

.footer__header {
  text-transform: uppercase;
}

.footer__header a {
  font-size: 1.1rem;
  color: #F6FAFF;
}

.footer ul, .footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer ul a, .footer li a {
  margin: 0;
  padding: 0;
}

.footer ul {
  margin: 0 0 clamp(0.5rem, 3vw, 2rem);
}

.footer li {
  color: #CBD6E7;
}

.footer a {
  border-radius: 0;
}

.footer a:hover {
  transform: scale(1, 1);
  background-color: transparent;
  border-bottom: solid 2px #CBD6E7;
}

.insights .header {
  display: flex;
  justify-content: center;
}

.insights--list {
  display: flex;
  justify-content: center;
}

.insights--list .post__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

@media only screen and (min-width: 550px) {
  .insights--list .post__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.insights--list .post__header h3 {
  font-size: 1.5rem;
  font-weight: bold;
}

.insights--list .post__content {
  margin-top: 0.5rem;
}

.insights--list .post__content p {
  font-size: 1rem;
}

.insights--list .post__action {
  margin-top: 0.5rem;
}

.post .header {
  display: flex;
  justify-content: center;
}

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

.post .page__body {
  padding: 2rem 0;
}

.post .page__body h2, .post .page__body h3, .post .page__body h4, .post .page__body h5 {
  margin-bottom: clamp(0.5rem, 2vw, 1rem);
}

.post .page__body p {
  margin-bottom: clamp(0.5rem, 3vw, 2rem);
  font-size: 1.2rem;
  line-height: 1.5;
}

.post .page__body ul {
  margin-bottom: clamp(0.5rem, 3vw, 2rem);
}

.post .page__body ul li {
  margin-bottom: clamp(0.5rem, 2vw, 1rem);
}

.post .page__image {
  width: 100%;
  text-align: center;
  border-radius: 6px 6px 0 0;
  background-color: #3649D9;
  background: linear-gradient(#3649D9, #042056);
}

.post .page__image img {
  margin: 0 auto;
  height: auto;
  max-height: 250px !important;
}

.post .page__subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 2rem;
}

.post .page__author {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #00B4D8;
  font-size: 1.8rem;
}

.post .page__date {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #051C47;
  font-size: 1.4rem;
}

.post .page__list {
  margin: clamp(0.5rem, 4vw, 4rem) clamp(0.5rem, 3vw, 2rem);
}

@media only screen and (min-width: 550px) {
  .post .page__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: clamp(0.5rem, 3vw, 2rem);
  }
}

@media only screen and (min-width: 900px) {
  .post .page__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.post .page__list .col--2 {
  grid-column: span 2;
}

.post .page__list .col--3 {
  grid-column: span 3;
}

.post .page__content {
  padding: clamp(0.5rem, 2vw, 1rem) clamp(0.5rem, 2vw, 1rem) 0;
}

.post .page__content p {
  font-size: 1rem;
}

.post .page__action {
  padding: 0 clamp(0.5rem, 2vw, 1rem) clamp(0.5rem, 2vw, 1rem);
}

.post .page__header {
  border-radius: 4px 4px 0 0;
  padding: clamp(0.5rem, 2vw, 1rem) clamp(0.5rem, 2vw, 1rem) 0;
}

.post .page__header h2, .post .page__header h3 {
  margin-bottom: clamp(0.5rem, 3vw, 2rem);
}

.post .page__header--date {
  background-color: #042056;
  color: #F6FAFF;
}

.post .page__link {
  border-radius: 6px 6px 4px 4px;
  width: 100%;
  height: auto;
  transform: none;
  display: flex;
  flex-direction: row;
  background-color: #E5DFDB;
}

.post .page__link h3, .post .page__link p {
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 0 !important;
}

.post .page__link p.tag {
  width: fit-content;
  font-size: 0.7rem;
  color: #051C47 !important;
  margin: clamp(0.5rem, 2vw, 1rem) 0 0;
  background-color: #CAF0F8 !important;
}

.post .page__link a.btn {
  margin-top: clamp(0.5rem, 2vw, 1rem);
  width: 100%;
  text-align: center;
}

.post .block-full_image {
  text-align: center;
}

.post .block-full_image img {
  margin: 0 auto;
}

@media only screen and (min-width: 900px) {
  .post .block-left_image {
    float: left;
    max-width: 550px;
    padding: 0 clamp(0.5rem, 4vw, 4rem) 0;
  }
}

.post .block-left_image img {
  margin: 0;
}

@media only screen and (min-width: 900px) {
  .post .block-right_image {
    float: right;
    max-width: 550px;
    padding: 0 clamp(0.5rem, 4vw, 4rem) 0;
  }
}

.post .block-right_image img {
  margin: 0;
}

.post__cat-nav {
  display: none;
}

@media only screen and (min-width: 750px) {
  .post__cat-nav {
    display: block;
  }
}

.post__cat-nav .btn {
  margin-bottom: clamp(0.5rem, 3vw, 2rem);
}

.event--index .nav a {
  color: #F6FAFF;
}

.event--index .header {
  background: radial-gradient(150.28% 102.53% at 79.3% 92.04%, #003186 11.5%, #022B73 51.5%, #042056 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 460px;
  position: relative;
  top: -68px;
}

.event--index .header__title {
  text-align: center;
  max-width: none;
}

.event--index .header h1 {
  color: #F6FAFF;
  background: none;
  -webkit-text-fill-color: inherit;
  font-weight: 700;
}

.event--index .header p {
  color: #F6FAFF;
}

.event--index .page__block {
  display: flex;
  justify-content: center;
}

.event--index .page__block .container {
  max-width: 1600px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.event--index .page__block .container h2 {
  margin-top: 2rem;
}

.event__image {
  max-width: 250px;
  margin: 0;
}

.event .page__block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.event .header {
  display: flex;
  justify-content: center;
  min-height: auto;
  text-align: center;
}

.event .header h1 {
  font-weight: 700;
}

.event .header .btn {
  margin-top: 1rem;
}

.event__location {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.event__date {
  font-family: "Open Sans", sans-serif;
  color: #051C47;
  font-size: 1.4rem;
  font-weight: 700;
}

.event__intro {
  padding: clamp(0.5rem, 3vw, 2rem) 0;
  border-top: solid 4px #CAF0F8;
  border-bottom: solid 4px #CAF0F8;
  margin-bottom: clamp(0.5rem, 4vw, 4rem);
}

.event__list {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(0.5rem, 3vw, 2rem);
}

@media only screen and (max-width: 900px) {
  .event__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: clamp(0.5rem, 3vw, 2rem);
  }
}

.event__list .col--2 {
  grid-column: span 2;
}

.event__list .col--3 {
  grid-column: span 3;
}

.event__link {
  border-radius: 6px;
  width: 100%;
  height: auto;
  transform: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #E5DFDB;
}

.event__link p {
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 0;
}

.event__link h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.event__link p.tag {
  width: fit-content;
  font-size: 0.7rem;
  color: #051C47;
  margin: clamp(0.5rem, 2vw, 1rem) 0 0;
  background-color: #CAF0F8;
}

.event__link a.btn {
  margin-top: clamp(0.5rem, 2vw, 1rem);
  width: 100%;
  text-align: center;
}

.event__content {
  padding: clamp(0.5rem, 2vw, 1rem) clamp(0.5rem, 2vw, 1rem);
  flex: 1;
}

.event__content p {
  font-size: 1rem;
}

.event__header--date {
  background-color: #042056;
  color: #F6FAFF;
  height: 100%;
  width: 120px;
  border-radius: 6px 0px 0px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.event__header--date .date--large {
  font-size: 2.5rem;
  font-weight: 800;
}

.event__header--date .date--small {
  font-size: 1rem;
  text-transform: uppercase;
}

.event__action {
  padding-right: clamp(0.5rem, 2vw, 1rem);
}

.event__postlink {
  padding: clamp(0.5rem, 3vw, 2rem);
  border-radius: 4px;
  background-color: #05296e;
  width: 100%;
  height: auto;
  transform: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: clamp(0.5rem, 4vw, 4rem);
}

.event__postlink h2, .event__postlink h3 {
  margin-bottom: clamp(0.5rem, 2vw, 1rem);
  color: #F6FAFF;
}

.event__postlink h2, .event__postlink h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.event__postlink a.btn {
  margin-top: clamp(0.5rem, 2vw, 1rem);
  width: 100%;
  text-align: center;
}

.event hr {
  border-color: #CAF0F8;
}

.timeline__list {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.timeline__list .container {
  list-style: none;
  margin: 0;
  max-width: 1600px;
  padding: 0 1rem;
}

.timeline__list .timeline {
  display: grid;
  grid-template-columns: 100px 1fr;
}

.timeline__list .timeline__header {
  font-weight: 700;
  text-transform: uppercase;
}

.timeline__list .timeline__column {
  padding: clamp(0.5rem, 2vw, 1rem) 0;
  border-top: 1px solid #000;
}

.timeline__list .timeline__content {
  background-color: #E5DFDB;
  padding: clamp(0.5rem, 2vw, 1rem);
  border-radius: 4px;
}

.timeline__list .timeline__content h3 {
  font-size: 1rem;
}

.timeline__list .timeline__content p {
  font-size: 1rem;
  margin-top: 0.5rem;
}

.timeline__list .timeline .btn {
  margin-top: 1rem;
}

.timeline__list .timeline__location {
  font-weight: 500;
  margin-top: 0.5rem;
}

.timeline__list .timeline__date {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

.c-line-1 {
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.c-line-2 {
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 12,12;
}

.c-line-3 {
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 11.8136,11.8136;
}

.c-line-4 {
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 11.4545,11.4545;
}

.line-one {
  animation: line-1 1s infinite;
}

@keyframes line-1 {
  0% {
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dashoffset: -100;
  }
}

.card {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px;
  margin: 8rem 0;
  box-shadow: 0 0 45px rgba(5, 28, 71, 0.2);
}

.card--block {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0 0 clamp(0.5rem, 3vw, 2rem);
  padding: clamp(0.5rem, 3vw, 2rem) clamp(0.5rem, 3vw, 2rem);
  z-index: 200;
  background-color: #F6FAFF;
}

.card--block h3 {
  margin-top: 0;
}

.card__line {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  height: 110%;
  width: 2px;
  transform: translateY(-50%);
  border-left: dashed 3px #FFAA2D;
}

.card__line-content {
  margin-left: 2rem;
}

.card__description ul {
  margin: clamp(0.5rem, 3vw, 2rem) 0;
}

.card__description p {
  margin-bottom: 0 !important;
}

.card--2-grid {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 3vw, 2rem);
}

@media only screen and (min-width: 750px) {
  .card--2-grid {
    flex-direction: row;
  }
}

.card__header h3 {
  color: #042056 !important;
}

.card__title {
  padding: clamp(0.5rem, 3vw, 2rem);
  background-color: #FFAA2D;
  border-radius: 10px 10px 0 0;
}

.card__title h2 {
  line-height: 1;
  margin-bottom: 0 !important;
}

.card__image p {
  display: none;
}

.card__icon {
  width: 100px;
  margin: 0 auto;
}

@media only screen and (min-width: 550px) {
  .card__icon {
    position: absolute;
    width: 150px;
    top: -55px;
    right: -75px;
  }
}

@media only screen and (min-width: 900px) {
  .card__icon {
    width: 280px;
    top: -85px;
    right: -105px;
  }
}

.card__grid {
  display: flex;
  padding: clamp(0.5rem, 3vw, 2rem);
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  gap: clamp(0.1rem, 10vw, 8rem);
}

@media only screen and (min-width: 900px) {
  .card__grid {
    flex-direction: row;
  }
}

.card__body {
  font-size: 1.5rem;
}

.card__body li {
  margin-bottom: clamp(0.5rem, 3vw, 2rem);
}

.card__body li:last-child {
  margin-bottom: 0;
}

.card__side {
  margin-top: clamp(0.5rem, 4vw, 4rem);
}

.card__price {
  color: #042056;
  font-size: 4rem;
}

.page__body {
  width: 100vw;
  transform-style: preserve-3d;
  perspective: 1px;
  overflow-y: visible;
  overflow-x: hidden;
}

.page__body h1, .page__body h2, .page__body h3, .page__body h4, .page__body h5, .page__body h6 {
  color: #051C47;
}

.page__body p {
  color: #485363;
  font-size: 1.2rem;
  line-height: 1.5;
}

.page__body h2 {
  margin-bottom: clamp(0.5rem, 3vw, 2rem);
}

.page__content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 0;
  z-index: 2;
  padding: 0 clamp(0.5rem, 3vw, 2rem);
}

@media only screen and (min-width: 750px) {
  .page__content {
    padding: 0 clamp(0.5rem, 4vw, 4rem);
  }
}

.page__banks {
  position: relative;
  width: 100%;
  background-color: #E5DFDB;
  padding: clamp(0.5rem, 2vw, 1rem) 0;
  text-align: center;
  overflow: hidden;
  z-index: 100;
}

.page__action {
  position: relative;
  width: 100%;
  background-color: #042056;
  background: radial-gradient(150.28% 102.53% at 79.3% 92.04%, #003186 11.5%, #022B73 51.5%, #042056 100%);
  color: #F6FAFF;
  padding: clamp(0.5rem, 4vw, 4rem);
  text-align: center;
  overflow: hidden;
  z-index: 100;
}

.page__action .snippet__bottom {
  margin: -2rem auto 0;
}

.page__action h2, .page__action h3, .page__action h4, .page__action h5, .page__action p {
  color: #F6FAFF;
}

.page__action .action__content {
  max-width: 1200px;
  padding: 0 clamp(0.5rem, 3vw, 2rem);
  position: relative;
  width: 100%;
  color: #042056;
  text-align: right;
  margin: 0 auto;
  z-index: 201;
}

.page__action .action__content h2 {
  font-weight: 600;
  font-size: clamp(1.8rem, 3vw, 4rem);
  margin-bottom: 0;
}

.page__action .action__content p {
  margin-bottom: clamp(0.5rem, 2vw, 1rem);
}

.page__logo-grid {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: clamp(0.5rem, 4vw, 4rem);
  align-items: center;
  margin: 0 -25px;
  z-index: 2;
}

.page__block {
  position: relative;
  z-index: 2;
}

.page__intro-text {
  padding: clamp(0.5rem, 3vw, 2rem) 0;
  margin-bottom: clamp(0.5rem, 4vw, 4rem);
}

.page__intro-image {
  display: flex;
  justify-content: center;
  padding: clamp(0.5rem, 3vw, 2rem);
}

.page__intro-image img {
  width: 100%;
}

.page__benefits {
  text-align: left;
  margin-bottom: clamp(0.5rem, 4vw, 4rem);
}

@media only screen and (min-width: 550px) {
  .page__benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 clamp(0.5rem, 3vw, 2rem);
  }
}

@media only screen and (min-width: 900px) {
  .page__benefits {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 900px) {
  .page__benefits.grid-one {
    display: block;
  }
}

@media only screen and (min-width: 900px) {
  .page__benefits.grid-two {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 900px) {
  .page__benefits.grid-three {
    grid-template-columns: repeat(3, 1fr);
  }
  .page__benefits.grid-three .blog__postflex {
    display: block;
  }
  .page__benefits.grid-three .team-member__image img {
    margin: 0 auto;
  }
  .page__benefits.grid-three .team-member__image p {
    display: none;
  }
}

@media only screen and (min-width: 900px) {
  .page__benefits.grid-four {
    grid-template-columns: repeat(4, 1fr);
  }
  .page__benefits.grid-four .blog__postflex {
    display: block;
  }
  .page__benefits.grid-four .team-member__image img {
    margin: 0 auto;
  }
  .page__benefits.grid-four .team-member__image p {
    display: none;
  }
}

.page__benefits h3 {
  color: #0077B6;
}

.page__benefit {
  font-size: 1.2rem;
  line-height: 1.5;
}

.page__link--fill {
  fill: #3649D9;
}

.page__social-links {
  display: flex;
  gap: 10px;
  margin: clamp(0.5rem, 2vw, 1rem) 0;
}

.page__social-link {
  border: none;
}

.page__social-link:hover {
  border: none;
}

.page__social-link:hover .page__link--fill {
  fill: #FFAA2D;
}

.page__social-link svg {
  width: 30px;
}

@media only screen and (min-width: 900px) {
  .page__team {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: clamp(0.5rem, 2vw, 1rem);
  }
}

@media only screen and (min-width: 900px) {
  .page__team.grid-one {
    display: block;
  }
}

@media only screen and (min-width: 900px) {
  .page__team.grid-three {
    grid-template-columns: repeat(3, 1fr);
  }
  .page__team.grid-three .blog__postflex {
    display: block;
  }
  .page__team.grid-three .team-member__image img {
    margin: 0 auto;
  }
  .page__team.grid-three .team-member__image p {
    display: none;
  }
}

@media only screen and (min-width: 900px) {
  .page__team.grid-four {
    grid-template-columns: repeat(4, 1fr);
  }
  .page__team.grid-four .blog__postflex {
    display: block;
  }
  .page__team.grid-four .team-member__image img {
    margin: 0 auto;
  }
  .page__team.grid-four .team-member__image p {
    display: none;
  }
}

.page__team-member {
  padding: clamp(0.5rem, 2vw, 1rem);
  border-radius: 4px;
  margin-top: clamp(0.5rem, 3vw, 2rem);
  text-align: left;
  clear: both;
}

.page__team-member img {
  margin: 0 clamp(0.5rem, 2vw, 1rem);
  vertical-align: top;
  width: 150px;
  border-radius: 50%;
}

.page__team-member hr {
  margin: 0 0 clamp(0.5rem, 2vw, 1rem);
}

.page__team-title {
  width: auto;
  flex: content;
}

.page__team-title p {
  font-weight: 500;
  color: #042056;
  margin-bottom: 0;
}

.page__side-list {
  padding: clamp(0.5rem, 4vw, 4rem) 0;
  margin: clamp(0.5rem, 3vw, 2rem) 0 0;
}

@media only screen and (min-width: 900px) {
  .page__side-list {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    margin: clamp(0.1rem, 10vw, 8rem) 0;
    grid-gap: clamp(0.5rem, 3vw, 2rem);
  }
}

.page__side-list .side-list__item {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  grid-gap: clamp(0.5rem, 2vw, 1rem);
  margin-bottom: clamp(0.5rem, 3vw, 2rem);
  align-items: center;
  justify-content: space-between;
  background-color: #f4f8fa;
  box-shadow: 0px 0px 45px rgba(22, 41, 86, 0.17);
  padding: 0.5rem;
  border-radius: 10px;
}

.page__side-list .side-list__description {
  display: flex;
  flex-direction: row;
}

.page__side-list .side-list__side-line {
  width: auto;
  height: 100%;
}

.page__side-list .side-list__side-line svg {
  height: 100%;
}

.page__side-list .side-list__sub-text {
  margin-top: clamp(0.5rem, 3vw, 2rem);
  width: 100%;
}

.page__side-list .side-list__sub-text img {
  width: 100%;
  max-width: 280px;
}

.page__side-list .side-list__sub-text p {
  color: #051C47;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0;
}

.page__side-list .side-list__icon-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 20px;
  height: 135%;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
}

.page__side-list .side-list__icon-line svg {
  height: 100%;
}

.page__side-list .side-list__text h2 {
  margin-bottom: 0;
}

.page__side-list .side-list__item-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page__side-list .side-list__item-icon img {
  position: relative;
  width: 100px;
  margin: clamp(0.5rem, 3vw, 2rem) 0;
  z-index: 2;
}

.page__side-list .side-list__item-icon p {
  display: none;
}

.page__side-list .side-list__item-copy h3, .page__side-list .side-list__item-copy h2 {
  margin: 0;
}

.page__side-list .side-list__item-copy p {
  margin-bottom: clamp(0.5rem, 2vw, 1rem);
}

.page__snippet {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: clamp(0.5rem, 4vw, 4rem) 0 0;
  width: 100%;
  height: 100%;
  align-items: center;
}

@media only screen and (min-width: 900px) {
  .page__snippet {
    direction: rtl;
    flex-direction: row;
    grid-template-columns: 1fr 1.25fr;
    justify-content: space-between;
    grid-gap: clamp(0.5rem, 2vw, 1rem) clamp(0.5rem, 4vw, 4rem);
    margin: 0 0 clamp(0.5rem, 4vw, 4rem);
  }
}

.page__snippet .snippet__header {
  margin-bottom: 0;
}

.page__snippet .snippet__copy {
  position: relative;
  display: flex;
  flex-direction: row;
  direction: ltr;
  gap: clamp(0.5rem, 2vw, 1rem);
  width: 100%;
  text-align: left;
  align-self: center;
  height: 100%;
}

.page__snippet .snippet__copy p {
  margin-bottom: clamp(0.5rem, 2vw, 1rem);
}

.page__snippet .snippet__copy h2 {
  font-size: clamp(1.8rem, 2.5vw, 3rem);
}

.page__snippet .snippet__line {
  display: block;
  width: 300px;
  height: 100%;
}

.page__snippet .snippet__line svg {
  width: auto;
  height: 100%;
}

.page__snippet .snippet__text-side {
  position: relative;
  display: flex;
}

.page__snippet .snippet__side {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 900px) {
  .page__snippet .snippet__side {
    min-width: 50%;
  }
}

.page__snippet .snippet__image {
  position: relative;
  display: flex;
  z-index: 1;
  vertical-align: middle;
  align-items: flex-start;
}

.page__snippet .snippet__image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.page__snippet .snippet__image p {
  display: none;
}

.page__snippet .snippet__icon {
  position: absolute;
  bottom: -85px;
  right: 24%;
  width: 200px;
  z-index: 2;
}

.page__company {
  margin: clamp(0.1rem, 10vw, 8rem) 0 0;
}

@media only screen and (min-width: 750px) {
  .page__company {
    margin: 0;
  }
}

.page__company .company {
  position: relative;
}

.page__company .company__grid {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (min-width: 750px) {
  .page__company .company__grid {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.page__company .company__copy h2 {
  margin-bottom: 0;
}

.page__company .company__copy .btn {
  margin-bottom: clamp(0.5rem, 3vw, 2rem);
}

.page__company .company__image {
  flex: 0 0 65%;
  text-align: center;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
}

.page__company .company__image img {
  width: 100%;
  margin-bottom: 0;
  vertical-align: bottom;
}

.page__company .company__image p {
  display: none;
}

.page__company .snippet__bottom {
  transform: scaleX(-1);
}

.benefit__image {
  max-width: 100px;
}

.benefit__image p {
  margin: 0;
}

.quote {
  padding: clamp(0.5rem, 2vw, 1rem) 0;
  border-top: solid 4px #051C47;
  border-bottom: solid 4px #051C47;
  margin-bottom: clamp(0.5rem, 4vw, 4rem);
  align-items: center;
}

@media only screen and (min-width: 750px) {
  .quote {
    display: flex;
    flex-direction: row;
    gap: clamp(0.5rem, 2vw, 1rem);
  }
}

.quote__image {
  text-align: center;
}

.quote__image img {
  border-radius: 50%;
  max-width: 200px;
  margin: 0 auto;
}

.quote__image p {
  display: none;
}

.quote p.quote__text {
  color: #042056 !important;
  font-size: clamp(2rem, 3vw, 2.5rem) !important;
  margin-bottom: 0 !important;
  font-family: "Open Sans", sans-serif;
}

.quote p.quote__author {
  color: #051C47 !important;
  font-size: 1.4rem !important;
  margin-bottom: 0 !important;
}

.landing__hero {
  position: relative;
  margin: 0 auto;
  background-color: #FFC332;
  text-align: right;
  z-index: 200;
}

.landing__hero-grid {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: clamp(0.5rem, 4vw, 4rem);
  padding: 0 clamp(0.5rem, 3vw, 2rem) clamp(0.5rem, 3vw, 2rem);
}

@media only screen and (min-width: 750px) {
  .landing__hero-grid {
    flex-direction: row;
  }
}

.landing__hero-service {
  position: relative;
  max-width: 1200px;
  z-index: 200;
  text-align: center;
  margin: 0 auto -0.8rem;
}

.landing__hero-service .landing__hero-image img {
  max-width: 700px;
}

.landing__hero-image {
  position: relative;
  z-index: 99;
}

.landing__hero-image p {
  display: none;
}

.landing__hero-team {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 100px;
}

.landing__hero-team p {
  display: none;
}

.landing__hero-team img {
  height: auto;
  width: auto !important;
  max-height: 300px;
}

.landing__hero-icon {
  position: absolute;
  display: none;
  z-index: 100;
  bottom: 10px;
  right: 140px;
  width: 100%;
  max-width: 200px;
}

.landing__hero-icon p {
  display: none;
}

@media only screen and (min-width: 750px) {
  .landing__hero-icon {
    display: block;
  }
}

.landing__hero img {
  position: relative;
  width: 100%;
  max-width: 600px;
  z-index: 200;
}

@media only screen and (min-width: 750px) {
  .landing__hero img {
    margin-top: -8rem;
  }
}

.landing__hero p {
  display: none;
}

.landing__hero .snippet__bottom {
  padding-bottom: clamp(0.5rem, 3vw, 2rem);
  margin-bottom: 0;
}

.landing__hero--shape-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

.landing__hero--shape {
  position: absolute;
  width: 600px;
  bottom: -25rem;
  left: 2rem;
  z-index: 100;
}

.landing__hero--shape svg .shape-1-2 {
  fill: #FFAA2D !important;
}

.action__team {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.snippet__bottom {
  position: relative;
  grid-column: 1 / -1;
  text-align: center;
  margin-bottom: clamp(0.5rem, 3vw, 2rem);
  z-index: 200;
}

.snippet__bottom svg {
  max-width: 1200px;
  margin: 1rem auto 0;
}

.color-1 .page__intro-text {
  border-color: #FF7B26;
}

.color-2 .page__intro-text {
  border-color: #FF952A;
}

.color-3 .page__intro-text {
  border-color: #FFAA2D;
}

.color-4 .page__intro-text {
  border-color: #FFC332;
}

.color-5 .page__intro-text {
  border-color: #CAF0F8;
}

.color-6 .page__intro-text {
  border-color: #90E0EF;
}

.color-7 .page__intro-text {
  border-color: #00B4D8;
}

.color-8 .page__intro-text {
  border-color: #0077B6;
}

.input__grid {
  width: 100%;
  margin: 0;
}

@media only screen and (min-width: 550px) {
  .input__grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-end;
  }
}

.input__grid-item {
  width: 100%;
}

.required {
  color: #FF7B26;
}

label {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-bottom: 0.5rem;
  vertical-align: middle;
}

input[type="text"], input[type="email"], textarea {
  display: block;
  width: 100%;
  background-color: #F6FAFF;
  border: solid 2px #042056;
  color: #0a0e14;
  border-radius: 4px;
  padding: 1rem 0.5rem;
  margin-bottom: 1.5rem;
}

.shape-1-1 {
  fill: none;
}

.shape-1-2, .shape-1-2 {
  stroke-width: 0px;
}

.shape-1-2 {
  fill: #CAF0F8;
}

.triangle-1 {
  fill: none;
}

.triangle-1, .triangle-2 {
  stroke-width: 0px;
}

.home--shape-1 {
  position: absolute;
  width: 600px;
  margin-left: -154px;
  top: 0;
  left: -55px;
}

.home--shape-2 {
  position: absolute;
  width: 680px;
  right: -200px;
  top: 280px;
  rotate: -90deg;
}

.home--shape-3 {
  position: absolute;
  width: 680px;
  left: -200px;
  top: 1000px;
  rotate: -90deg;
}

.home--shape-4 {
  position: absolute;
  width: 680px;
  right: 100px;
  top: 1560px;
  rotate: -90deg;
}

.home--shape-5 {
  position: absolute;
  width: 680px;
  left: 90px;
  top: 2453px;
  rotate: 90deg;
}

.home--shape-6 {
  position: absolute;
  width: 680px;
  right: -300px;
  top: 3617px;
  rotate: 0deg;
}

.home--shape-7 {
  position: absolute;
  width: 680px;
  left: -200px;
  top: 3560px;
  rotate: 0deg;
}

.block--shape-1 {
  position: absolute;
  width: 600px;
  right: -200px;
  top: -205px;
  z-index: 1;
}

.block--shape-1 .shape-1-2 {
  fill: #fbad18;
}

.block--shape-2 {
  position: absolute;
  width: 600px;
  left: -200px;
  bottom: -115px;
  z-index: 1;
}

.block--shape-2 .shape-1-2 {
  fill: #fbad18;
}

.yellow .shape-1-2 {
  fill: #fbad18;
}

.line--move {
  animation: line-2 25s ease infinite;
}

.line-dotted {
  stroke-linecap: round;
}

@keyframes line-2 {
  0% {
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dashoffset: 600;
  }
}

.dot-line--line {
  fill: none;
  stroke: #FF952A;
  stroke-width: 6;
  stroke-dasharray: 15;
  stroke-linecap: round;
}

.dot-line--dot-1 {
  fill: #FFC332;
}

.dot-line--dot-2 {
  fill: #FFAA2D;
}

.dot-line--dot-3 {
  fill: #FF952A;
}

.dot-line--dot-4 {
  fill: #FF7B26;
}

.dot-line--dot-5 {
  fill: #CAF0F8;
}

.dot-line--dot-6 {
  fill: #90E0EF;
}

.dot-line--dot-7 {
  fill: #00B4D8;
}

.dot-line--dot-8 {
  fill: #0077B6;
}

.icon-line {
  fill: none;
  stroke: #F49230;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 15;
}

.page__action .dot-line--line {
  stroke: #F6FAFF;
}

.page__action .dot-line--dot-1, .page__action .dot-line--dot-2, .page__action .dot-line--dot-3, .page__action .dot-line--dot-4, .page__action .dot-line--dot-5, .page__action .dot-line--dot-6, .page__action .dot-line--dot-7, .page__action .dot-line--dot-8 {
  fill: #F6FAFF;
}

.page__action .circle-1 {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.page__action .circle-1 .shape-1-2 {
  fill: #fbad18;
}

.page__banks .snippet__bottom svg, .landing__hero .snippet__bottom svg {
  position: relative;
  max-width: 1200px;
  margin: 1rem auto 0;
  rotate: 180deg;
  z-index: 2;
}

.page__banks .triangle, .landing__hero .triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.page__banks .triangle-2, .landing__hero .triangle-2 {
  fill: #fbad18;
}

.page__banks .dot-line--line, .landing__hero .dot-line--line {
  stroke: #F6FAFF;
}

.page__banks .dot-line--dot-1, .page__banks .dot-line--dot-2, .page__banks .dot-line--dot-3, .page__banks .dot-line--dot-4, .page__banks .dot-line--dot-5, .page__banks .dot-line--dot-6, .page__banks .dot-line--dot-7, .page__banks .dot-line--dot-8, .landing__hero .dot-line--dot-1, .landing__hero .dot-line--dot-2, .landing__hero .dot-line--dot-3, .landing__hero .dot-line--dot-4, .landing__hero .dot-line--dot-5, .landing__hero .dot-line--dot-6, .landing__hero .dot-line--dot-7, .landing__hero .dot-line--dot-8 {
  fill: #F6FAFF;
}

.video--youtube {
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-bottom: clamp(0.5rem, 3vw, 2rem);
}

.cta {
  position: relative;
  width: 100vw;
  background: #E5DFDB;
  overflow: hidden;
}

.cta p {
  font-size: 0.9rem;
}

@media only screen and (min-width: 750px) {
  .cta {
    display: flex;
    align-items: center;
  }
}

.cta__form {
  position: relative;
  height: 100%;
  padding: clamp(0.1rem, 10vw, 8rem) clamp(0.5rem, 4vw, 4rem);
  min-width: 55vw;
  background-color: #CBD6E7;
  z-index: 3;
}

.cta__details {
  position: relative;
  padding: clamp(0.1rem, 10vw, 8rem);
  max-width: 1000px;
  z-index: 2;
}

@media only screen and (min-width: 350px) {
  .cta__details {
    padding: clamp(0.5rem, 4vw, 4rem);
    margin: 0 auto;
  }
}

.cta__details p {
  margin: 0;
}

.cta__details img {
  max-width: 80px;
}

.cta__details h2 {
  font-weight: 600;
}

.cta .bg--circles {
  left: -55%;
}

.cta .bg--circles-1 {
  fill: #e1dad5;
}

.cta .bg--circles-2 {
  fill: #dcd4cf;
}

.cta .bg--circles-3 {
  fill: #d8cfc9;
}

.block--contain {
  max-width: 1600px;
  margin: 0 auto;
}

.block--flex {
  position: relative;
  display: flex;
  width: 100vw;
  height: auto;
  justify-content: space-between;
  align-items: center;
  flex: auto;
  margin: auto;
  gap: 1rem;
  overflow: hidden;
}

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

.block__split_list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

@media only screen and (min-width: 900px) {
  .block__split_list {
    flex-direction: row;
  }
}

.block__split_list .block__list {
  max-width: 1000px;
}

.block__split_list .block__list h2 {
  margin: 0 0 clamp(0.5rem, 4vw, 4rem);
}

.block__list {
  position: relative;
  margin: 0 auto;
  padding: clamp(0.1rem, 10vw, 8rem) clamp(0.1rem, 10vw, 8rem);
  z-index: 2;
}

.block__list-contain {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 4vw, 4rem) clamp(0.5rem, 3vw, 2rem);
  margin: clamp(0.1rem, 10vw, 8rem) auto;
  width: 100%;
  padding: 0;
}

@media only screen and (min-width: 750px) {
  .block__list-contain {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    gap: clamp(0.5rem, 4vw, 4rem) clamp(0.5rem, 3vw, 2rem);
  }
}

.block__list-item {
  display: flex;
  gap: clamp(0.5rem, 2vw, 1rem);
}

@media only screen and (max-width: 750px) {
  .block__list-item {
    margin-bottom: 0;
  }
}

.block__list-item h2, .block__list-item h3, .block__list-item h4 {
  margin: 0;
}

.block__list-item p {
  font-size: 1rem;
  margin-bottom: clamp(0.5rem, 2vw, 1rem);
}

.block__list-item .icon {
  font-size: 1.5rem;
  color: #00B3D8;
}

.block__list .full-row {
  grid-column: 1 / 3;
}

.block__subtitle-list {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
  z-index: 2;
}

.block__subtitle-list li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 clamp(0.5rem, 3vw, 2rem) 0 0;
  list-style: none;
}

.block__subtitle-list li p {
  margin: 0 0 0 5px;
}

.block__subtitle-list li::before {
  position: relative;
  font-size: 1.2rem;
  display: inline-block;
  content: '';
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  background: linear-gradient(121deg, #FFD460 -25.72%, #ED8000 64.22%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block__title {
  position: relative;
  min-width: 40vw;
  padding: clamp(0.1rem, 10vw, 8rem);
  max-width: 900px;
  margin: 0;
  width: 100vw;
  z-index: 2;
}

@media only screen and (min-width: 750px) {
  .block__title {
    margin: 0 auto;
    padding: clamp(0.1rem, 10vw, 8rem) clamp(0.5rem, 4vw, 4rem);
  }
}

.block__title h2 {
  font-weight: 600;
}

.block__title h2, .block__title h3, .block__title h4 {
  margin: 0 clamp(0.5rem, 4vw, 4rem) clamp(0.5rem, 2vw, 1rem) 0;
}

.block__title p {
  margin-bottom: clamp(0.5rem, 2vw, 1rem);
}

.block__full_list {
  position: relative;
  padding: 8rem clamp(0.1rem, 10vw, 8rem);
  overflow: hidden;
}

@media only screen and (max-width: 750px) {
  .block__full_list {
    padding: 5rem clamp(0.1rem, 10vw, 8rem);
  }
}

.block__full_list h2, .block__full_list h3, .block__full_list h4 {
  margin: 0;
}

.block__full_list p {
  font-size: 1rem;
  margin-bottom: clamp(0.5rem, 2vw, 1rem);
}

.block__full_list .block__image {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto clamp(0.5rem, 3vw, 2rem);
  z-index: 2;
}

@media only screen and (min-width: 900px) {
  .block__full_list .block__image {
    max-width: 55vw;
  }
}

.block__full_list .block__list {
  position: relative;
  padding: 0;
  gap: clamp(0.5rem, 4vw, 4rem);
  z-index: 2;
}

@media only screen and (min-width: 350px) {
  .block__full_list .block__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(0.5rem, 4vw, 4rem);
  }
}

@media only screen and (min-width: 750px) {
  .block__full_list .block__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(0.1rem, 10vw, 8rem) clamp(0.5rem, 4vw, 4rem);
  }
}

@media only screen and (min-width: 1200px) {
  .block__full_list .block__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (min-width: 350px) {
  .block__full_list .block__list.grid-three {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 750px) {
  .block__full_list .block__list.grid-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.block__full-title {
  position: relative;
  margin-bottom: clamp(0.5rem, 4vw, 4rem);
  z-index: 2;
}

.block__full-title h2 {
  font-weight: 600;
}

.block__split_image {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  align-items: center;
  overflow: hidden;
}

@media only screen and (max-width: 1320px) {
  .block__split_image .bg--circles {
    display: none;
  }
}

@media only screen and (min-width: 800px) {
  .block__split_image {
    flex-direction: row;
  }
}

.block__split_image.right {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 800px) {
  .block__split_image.right {
    flex-direction: row-reverse;
  }
}

.block__split_image.left .block__image {
  padding: 0 clamp(0.5rem, 4vw, 4rem) 0;
}

.block__split_image .btn {
  background-color: #008556;
}

.block__split_image .block__image img {
  max-width: none;
}

.block-list_image i {
  color: #00B4D8;
}

@media only screen and (min-width: 900px) {
  .block__image {
    max-width: 45vw;
    overflow: hidden;
  }
}

.block__image p {
  display: none;
}

@media only screen and (min-width: 900px) {
  .block__image--full img {
    height: 75vh;
    width: auto;
    max-width: none;
  }
}

.block--light-one {
  width: 100vw;
  height: auto;
  margin: 0;
  padding: clamp(0.5rem, 4vw, 4rem) 0;
  background-color: #E5DFDB;
}

.block--limit {
  max-width: 1100px;
}

@media only screen and (max-width: 550px) {
  .block--limit {
    gap: 0.5rem;
    justify-content: center;
  }
}

.block-video {
  position: relative;
  width: 100%;
  padding: clamp(0.5rem, 4vw, 4rem) clamp(0.1rem, 10vw, 8rem);
  background: radial-gradient(150.28% 102.53% at 79.3% 92.04%, #003186 11.5%, #022B73 51.5%, #042056 100%);
  overflow: hidden;
  text-align: center;
}

.block-video iFrame {
  position: relative;
  z-index: 2;
  max-width: 1600px;
  margin: 0 auto 0;
}

.block-video__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.5rem, 3vw, 2rem);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  .block-video__grid {
    grid-template-columns: 1fr 1.4fr;
  }
}

.block-video__content {
  position: relative;
  text-align: left;
  z-index: 1000;
}

.block-video__content h2 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
}

.block-video__content h2, .block-video__content p {
  color: #F6FAFF;
}

.block-card_one_column, .block-card_two_column {
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(0.5rem, 3vw, 2rem);
  max-width: 1200px;
}

.block-cta_schedule {
  margin: clamp(0.1rem, 10vw, 8rem) 0 -5rem;
}

@media only screen and (min-width: 750px) {
  .block-cta_schedule {
    margin: clamp(0.1rem, 10vw, 8rem) 0 -8rem;
  }
}

.block-quote {
  position: relative;
  width: 100vw;
  padding: clamp(0.5rem, 4vw, 4rem) clamp(0.1rem, 10vw, 8rem);
  margin: 0 auto;
  background-color: #CBD6E7;
}

.block-quote__title p {
  color: #051C47;
  font-size: clamp(1.4rem, 2vw, 4rem);
  vertical-align: middle;
}

.block-quote .snippet__bottom svg {
  max-width: none;
}

.block-quote__image {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
}

@media only screen and (min-width: 750px) {
  .block-quote__image {
    float: left;
    margin-right: 50px;
  }
}

.block-quote__image p {
  display: none;
}

.block-quote__image img {
  max-width: 200px;
  border-radius: 50%;
}

.block-team {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #051C47;
  margin: 0;
  padding: clamp(0.1rem, 10vw, 8rem) clamp(0.5rem, 4vw, 4rem);
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.block-team .container {
  position: relative;
  width: 100%;
  max-width: 1600px;
  z-index: 2;
}

.block-team h2, .block-team h3, .block-team h4, .block-team p {
  color: #F6FAFF;
}

.block-team .bg--circles {
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1.75, 1.75);
}

.block-team .bg--circles-1 {
  fill: #042056;
}

.block-team .bg--circles-2 {
  fill: #052565;
}

.block-team .bg--circles-3 {
  fill: #052b73;
}

.block-team__grid {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 0 auto;
  gap: clamp(0.5rem, 4vw, 4rem);
}

@media only screen and (min-width: 900px) {
  .block-team__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.block-team__grid.grid-one {
  grid-template-columns: repeat(1, 1fr);
}

@media only screen and (min-width: 900px) {
  .block-team__grid.grid-two {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 900px) {
  .block-team__grid.grid-three {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 900px) {
  .block-team__grid.grid-four {
    grid-template-columns: repeat(4, 1fr);
  }
}

.block-team__team-member {
  position: relative;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}

@media only screen and (min-width: 750px) {
  .block-team__team-member {
    flex-direction: row;
    text-align: left;
  }
}

.block-team__team-member h2 {
  color: #F6FAFF !important;
}

.block-team__team-member h3 {
  margin: 0 !important;
  font-size: 1.5rem;
}

.block-team__team-member p {
  font-size: 0.9rem;
}

.block-team__image {
  position: relative;
  display: inline-block;
}

.block-team__image img {
  width: 15rem;
  height: auto;
  max-width: 200px;
  border-radius: 50%;
  background-color: #003186;
}

.block-team__image p {
  display: none;
}

.block-team__title {
  padding: clamp(0.5rem, 2vw, 1rem) clamp(0.5rem, 3vw, 2rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.block-team__title p {
  margin-bottom: 0;
}

.block-text-image__grid {
  display: grid;
  max-width: 1000px;
  margin: 0 auto;
  gap: clamp(0.5rem, 2vw, 1rem);
  align-items: center;
  padding: clamp(0.5rem, 3vw, 2rem);
}

.block-text-image__grid h2, .block-text-image__grid h3 {
  margin-bottom: clamp(0.5rem, 2vw, 1rem);
}

@media only screen and (min-width: 900px) {
  .block-text-image__grid {
    grid-template-columns: 1fr 1.75fr;
  }
}

.block-text-image__grid.right {
  direction: rtl;
}

.block-text-image__grid.right .block-text-image__content {
  text-align: left;
}

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

.block-text-image__image img {
  max-width: 350px;
  direction: rtl;
}

.block-shape {
  position: absolute;
  bottom: -15rem;
  left: -2rem;
}

.block-shape--top {
  position: absolute;
  width: 100%;
  top: 2%;
  left: 55%;
}

.block-shape--bottom {
  position: absolute;
  width: 100%;
  top: 35%;
  left: 25%;
  display: none;
}

@media only screen and (min-width: 1200px) {
  .block-shape--bottom {
    display: block;
  }
}

.block-talking-point {
  position: relative;
  margin: clamp(0.5rem, 3vw, 2rem) clamp(0.5rem, 4vw, 4rem);
  display: flex;
  gap: clamp(0.5rem, 4vw, 4rem);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(0.5rem, 4vw, 4rem);
}

@media only screen and (min-width: 750px) {
  .block-talking-point {
    flex-direction: row;
    max-width: 1200px;
    margin: clamp(0.5rem, 3vw, 2rem) auto;
    padding: 0 clamp(0.5rem, 3vw, 2rem);
  }
}

.block-talking-point__icon {
  position: relative;
  z-index: 4;
}

.block-talking-point__icon img {
  max-width: 120px;
  margin-bottom: 0;
}

.block-talking-point__icon p {
  display: none;
}

.block-talking-point__line {
  position: absolute;
  width: 90%;
  height: 4px;
  top: 50%;
  left: 50%;
  border-bottom: dashed 4px #FFAA2D;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
}

.block-talking-point.color-1 .block-talking-point__line {
  border-bottom: dashed 4px #FF7B26;
}

.block-talking-point.color-2 .block-talking-point__line {
  border-bottom: dashed 4px #FF952A;
}

.block-talking-point.color-3 .block-talking-point__line {
  border-bottom: dashed 4px #FFAA2D;
}

.block-talking-point.color-4 .block-talking-point__line {
  border-bottom: dashed 4px #FFC332;
}

.block-talking-point.color-5 .block-talking-point__line {
  border-bottom: dashed 4px #CAF0F8;
}

.block-talking-point.color-6 .block-talking-point__line {
  border-bottom: dashed 4px #90E0EF;
}

.block-talking-point.color-7 .block-talking-point__line {
  border-bottom: dashed 4px #00B4D8;
}

.block-talking-point.color-8 .block-talking-point__line {
  border-bottom: dashed 4px #0077B6;
}

.block-talking-point__card {
  position: relative;
  border-radius: 10px;
  background-color: #F6FAFF;
  box-shadow: 0 0 45px rgba(5, 28, 71, 0.2);
  padding: clamp(0.5rem, 2vw, 1rem) clamp(0.5rem, 3vw, 2rem);
  width: 100%;
  max-width: 600px;
  z-index: 4;
}

.block-talking-point__card h2, .block-talking-point__card h3 {
  text-transform: uppercase;
  color: #042056;
  margin-bottom: clamp(0.5rem, 2vw, 1rem);
}

.block-talking-point__card p {
  margin-bottom: 0;
}

.index .page__action {
  padding: 0;
}

.index .page__action .block-margin {
  text-align: left;
}

.index .page__action .block-margin .snippet__bottom {
  margin-bottom: clamp(0.5rem, 4vw, 4rem);
}

.block-bookings_form {
  height: 189vh;
}

.right .block-shape {
  transform: scale(1, -1);
  left: unset;
  right: -3rem;
  bottom: -7rem;
}

.landing .block-team__title {
  justify-content: left;
  text-align: left;
  align-items: flex-start;
}

.animation-element {
  opacity: 0;
  position: relative;
}

/*animation element sliding left*/
.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.dot-in {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}

.animation-element.dot-in.in-view {
  opacity: 1;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.color--fill-white {
  fill: #F6FAFF;
}

.color--fill-blue-grad {
  fill: #042056;
}

.color--fill-1 {
  fill: #FF7B26;
}

.color--fill-2 {
  fill: #FF952A;
}

.color--fill-3 {
  fill: #FFAA2D;
}

.color--fill-4 {
  fill: #FFC332;
}

.color--fill-5 {
  fill: #CAF0F8;
}

.color--fill-6 {
  fill: #90E0EF;
}

.color--fill-7 {
  fill: #00B4D8;
}

.color--fill-8 {
  fill: #0077B6;
}

.card__title.color-1 {
  background-color: #FF7B26;
}

.card__title.color-2 {
  background-color: #FF952A;
}

.card__title.color-3 {
  background-color: #FFAA2D;
}

.card__title.color-4 {
  background-color: #FFC332;
}

.card__title.color-5 {
  background-color: #CAF0F8;
}

.card__title.color-6 {
  background-color: #90E0EF;
}

.card__title.color-7 {
  background-color: #00B4D8;
}

.card__title.color-8 {
  background-color: #0077B6;
}

.page--color-1 hr {
  border-color: #FF7B26;
}

.page--color-1 .quote {
  border-color: #FF7B26;
}

.page--color-1 .icon-line {
  stroke: #FF7B26;
}

.page--color-2 hr {
  border-color: #FF952A;
}

.page--color-2 .quote {
  border-color: #FF952A;
}

.page--color-2 .icon-line {
  stroke: #FF952A;
}

.page--color-3 hr {
  border-color: #FFAA2D;
}

.page--color-3 .quote {
  border-color: #FFAA2D;
}

.page--color-3 .icon-line {
  stroke: #FFAA2D;
}

.page--color-4 hr {
  border-color: #FFC332;
}

.page--color-4 .quote {
  border-color: #FFC332;
}

.page--color-4 .icon-line {
  stroke: #FFC332;
}

.page--color-5 hr {
  border-color: #CAF0F8;
}

.page--color-5 .quote {
  border-color: #CAF0F8;
}

.page--color-5 .icon-line {
  stroke: #CAF0F8;
}

.page--color-6 hr {
  border-color: #90E0EF;
}

.page--color-6 .quote {
  border-color: #90E0EF;
}

.page--color-6 .icon-line {
  stroke: #90E0EF;
}

.page--color-7 hr {
  border-color: #00B4D8;
}

.page--color-7 .quote {
  border-color: #00B4D8;
}

.page--color-7 .icon-line {
  stroke: #00B4D8;
}

.page--color-8 hr {
  border-color: #0077B6;
}

.page--color-8 .quote {
  border-color: #0077B6;
}

.page--color-8 .icon-line {
  stroke: #0077B6;
}

.line-dotted {
  fill: none;
  stroke-width: 6;
  stroke-dasharray: 15;
}

.page__snippet.snippet--color-1 .snippet__header {
  border-color: #FF7B26;
}

.page__snippet.snippet--color-1 .line-wheel {
  fill: #FF7B26;
}

.page__snippet.snippet--color-1 .line-dotted {
  stroke: #90E0EF;
}

.page__snippet.snippet--color-2 .snippet__header {
  border-color: #FF952A;
}

.page__snippet.snippet--color-2 .line-wheel {
  fill: #FF952A;
}

.page__snippet.snippet--color-2 .line-dotted {
  stroke: #90E0EF;
}

.page__snippet.snippet--color-3 .snippet__header {
  border-color: #FFAA2D;
}

.page__snippet.snippet--color-3 .line-wheel {
  fill: #FFAA2D;
}

.page__snippet.snippet--color-3 .line-dotted {
  stroke: #90E0EF;
}

.page__snippet.snippet--color-4 .snippet__header {
  border-color: #FFC332;
}

.page__snippet.snippet--color-4 .line-wheel {
  fill: #FFC332;
}

.page__snippet.snippet--color-4 .line-dotted {
  stroke: #90E0EF;
}

.page__snippet.snippet--color-5 .snippet__header {
  border-color: #CAF0F8;
}

.page__snippet.snippet--color-5 .line-wheel {
  fill: #CAF0F8;
}

.page__snippet.snippet--color-5 .line-dotted {
  stroke: #FFC332;
}

.page__snippet.snippet--color-6 .snippet__header {
  border-color: #90E0EF;
}

.page__snippet.snippet--color-6 .line-wheel {
  fill: #90E0EF;
}

.page__snippet.snippet--color-6 .line-dotted {
  stroke: #FFC332;
}

.page__snippet.snippet--color-7 .snippet__header {
  border-color: #00B4D8;
}

.page__snippet.snippet--color-7 .line-wheel {
  fill: #00B4D8;
}

.page__snippet.snippet--color-7 .line-dotted {
  stroke: #FFC332;
}

.page__snippet.snippet--color-8 .snippet__header {
  border-color: #0077B6;
}

.page__snippet.snippet--color-8 .line-wheel {
  fill: #0077B6;
}

.page__snippet.snippet--color-8 .line-dotted {
  stroke: #FFC332;
}

.bg--circles {
  position: relative;
  position: absolute;
  top: 50%;
  left: -35%;
  transform: translateY(-50%);
  z-index: 1;
}

.bg--circles-1 {
  fill: #ecf4ff;
}

.bg--circles-2 {
  fill: #e2efff;
}

.bg--circles-3 {
  fill: #d7e9ff;
}

.bg-blue-grad {
  background-color: #051C47;
  color: #F6FAFF;
}

.bg-blue-grad h2, .bg-blue-grad h3, .bg-blue-grad h4, .bg-blue-grad h5, .bg-blue-grad p {
  color: #F6FAFF;
}

.bg-blue-grad i.icon {
  background: linear-gradient(121deg, #FFD460 -25.72%, #ED8000 64.22%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-blue-grad .btn {
  background-color: #008556;
}

.bg-blue-grad .bg--circles-1 {
  fill: #042056;
}

.bg-blue-grad .bg--circles-2 {
  fill: #052565;
}

.bg-blue-grad .bg--circles-3 {
  fill: #052b73;
}

.bg-light-tan {
  background-color: #E5DFDB;
  color: #042056;
}

.bg-light-tan h2, .bg-light-tan h3, .bg-light-tan h4 {
  color: #042056;
}

.bg-light-tan p {
  color: #485363;
}

.bg-light-tan .bg--circles-1 {
  fill: #e1dad5;
}

.bg-light-tan .bg--circles-2 {
  fill: #dcd4cf;
}

.bg-light-tan .bg--circles-3 {
  fill: #d8cfc9;
}

.bg-light-blue {
  background-color: #CBD6E7;
  color: #042056;
}

.bg-light-blue h2, .bg-light-blue h3, .bg-light-blue h4 {
  color: #042056;
}

.bg-light-blue p {
  color: #485363;
}

.bg-light-blue .bg--circles-1 {
  fill: #c4d0e4;
}

.bg-light-blue .bg--circles-2 {
  fill: #bdcbe1;
}

.bg-light-blue .bg--circles-3 {
  fill: #b6c5dd;
}

.right .bg--circles {
  left: unset;
  right: -35%;
  transform: translateY(-50%);
}

.block__full_list .bg--circles {
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1.75, 1.75);
}
