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

@media screen and (max-width: 999px) {
  #xs {
    display: block;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  #sm {
    display: block;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  #md {
    display: block;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1439px) {
  #lg {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  #xl {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .hidden-xs {
    display: none !important;
    visibility: hidden;
    height: 0px;
    width: 0px;
    opacity: 0;
  }
}
@media screen and (min-width: 1000px) {
  .hidden-sm-up {
    display: none !important;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1.5;
}

img, picture, video, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
  margin: 0;
}

:focus-visible {
  outline: auto;
}

[hidden] {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  /* Safari, Chrome */
  -moz-osx-font-smoothing: grayscale;
  /* Firefox auf macOS */
  text-rendering: optimizeLegibility;
}

.container {
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1440px;
  max-width: 1440px;
}
@media screen and (min-width: 1440px) and (max-width: 1439px) {
  .container {
    width: 1440px;
    max-width: 1440px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .container {
    width: 1200px;
    max-width: 1200px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .container {
    width: 1000px;
    max-width: 1000px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 999px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.container .row {
  display: flex;
  flex-direction: row;
}
.container .row.row-center {
  justify-content: center;
}

.page-wrapper {
  width: 2000px;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto;
}

.section-anchor {
  position: absolute;
  top: 0;
  visibility: hidden;
}

@media screen and (max-width: 999px) {
  .center-mobile {
    text-align: center;
  }
}

/* inter-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../resources/fonts/inter/inter-v20-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../resources/fonts/inter/inter-v20-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../resources/fonts/inter/inter-v20-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../resources/fonts/dm-sans/dm-sans-v17-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../resources/fonts/dm-sans/dm-sans-v17-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../resources/fonts/dm-sans/dm-sans-v17-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../resources/fonts/dm-sans/dm-sans-v17-latin-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../resources/fonts/dm-sans/dm-sans-v17-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../resources/fonts/dm-sans/dm-sans-v17-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*  ========================================================================
    # General - Typo
    ========================================================================  */
/*  Body
    ========================================================================  */
body {
  line-height: 1.8;
  font-family: "DM Sans", "roboto", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: 400;
  font-size: 17px;
  color: #5A5A6E;
}
@media screen and (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin-bottom: 0.8em;
  color: #122860;
}

h1 {
  line-height: 1;
  font-weight: 400;
}
h2 {
  font-family: "Inter";
  line-height: 1.1;
  z-index: 1;
  font-weight: 700;
  font-size: 56px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  h2 {
    font-size: 42px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 999px) {
  h2 {
    font-size: 36px;
    text-indent: 0px;
  }
}
@media (max-width: 750px) {
  h2 {
    font-size: 31px;
    letter-spacing: -1px;
    line-height: 1.3;
  }
}
@media (max-width: 400px) {
  h2 {
    font-size: 27px;
    letter-spacing: -1px;
  }
}

h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 999px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 1199px) {
  h4 {
    font-size: 18px;
  }
}
p {
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease-in-out;
}
a:focus, a:visited, a:active, a:hover, a:focus-visible {
  color: inherit;
}
a span {
  transition: color 0.2s ease-in-out;
}

.text-large {
  font-size: 19px;
}
@media screen and (max-width: 999px) {
  .text-large {
    font-size: 15.2px;
  }
}

.text-small {
  font-size: 14px;
}
@media screen and (max-width: 999px) {
  .text-small {
    font-size: 11.2px;
  }
}

.text-blue-light {
  color: #219CD7;
}

blockquote {
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0;
  border-left: 3px solid #219CD7;
  padding-left: 25px;
  padding: 20px 25px 20px 25px;
  margin-inline-end: 0;
  background-color: white;
}
blockquote p {
  margin-bottom: 0;
  margin-top: 0;
}

.dark-bg, .bg-color-darkblue {
  color: white;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .bg-color-darkblue h1, .bg-color-darkblue h2, .bg-color-darkblue h3, .bg-color-darkblue h4, .bg-color-darkblue h5, .bg-color-darkblue h6 {
  color: #F8FAFC;
}
.dark-bg blockquote, .bg-color-darkblue blockquote {
  background-color: transparent;
}

ul {
  list-style: none;
  padding-left: 0;
}
ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}
ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background-color: #219CD7;
  transform: translateY(10px);
}

/*  Components
    ========================================================================  */
.e-button {
  margin: 10px 20px 0 0;
  border-radius: 8px;
  padding: 14px 36px;
  color: white;
  background: linear-gradient(96.63deg, #219CD7 0%, #122860 100%);
  font-weight: 600;
  display: inline-flex;
  box-shadow: 0px 2px 20px 0px #12286000;
  transition: all 0.2s ease-in-out;
}
.e-button.button-blue-light {
  background: linear-gradient(97.2deg, #219CD7 8.81%, #2D5FDF 100%);
}
.e-button:hover {
  color: white;
  box-shadow: 0px 2px 20px 0px #122860f0;
}
.e-button:visited, .e-button:active {
  color: white;
}
.e-button.button-white {
  background: white;
  color: #122860;
}
.e-button.button-white:hover {
  box-shadow: 0px 2px 20px 0px #ffffff80;
  color: #122860;
}
.e-button.button-white:visited, .e-button.button-white:active {
  color: #122860;
}
.e-button.arrow-right {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  transition: all 0.2s ease-in-out;
}
.e-button.arrow-right::after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("../resources/icons/arrow-right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.e-button.arrow-right:hover {
  gap: 20px;
}
.e-button.button-white.arrow-right::after {
  background-image: url("../resources/icons/arrow-right.svg");
}
.e-button:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 999px) {
  .e-button {
    max-width: 270px;
    padding: 10px 16px;
    border-radius: 6px;
    line-height: 1.4;
    text-align: center;
  }
  .e-button:after {
    display: none;
  }
}

.e-tags {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 700px;
  margin-top: 20px;
}

.e-tag {
  border-radius: 12px;
  padding: 15px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  background-color: #F8FAFC;
}
.e-tag .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.e-tag span {
  font-weight: 600;
  line-height: 1.2;
  color: #122860;
  flex-shrink: 0;
  font-size: 15px;
}

.c-Navigation {
  position: fixed;
  height: 92px;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  display: flex;
  background-color: white;
}
@media screen and (max-width: 999px) {
  .c-Navigation {
    top: 0;
    height: 65px;
  }
}
.c-Navigation.is-scrolled {
  top: 0px;
  height: 65px;
  align-items: center;
}
.c-Navigation.is-hidden {
  transform: translateY(-100px);
}
.c-Navigation ul {
  list-style: none;
  padding-left: 0;
}
.c-Navigation ul li {
  padding: 0;
  margin: 0;
}
.c-Navigation ul li::before {
  display: none;
}
.c-Navigation .nav-container {
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.c-Navigation .nav-container .nav-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.c-Navigation .navigation-logo img {
  display: block;
  height: auto;
  max-height: 50px;
}
@media screen and (max-width: 999px) {
  .c-Navigation .navigation-logo img {
    max-height: 35px;
  }
}
.c-Navigation .navigation-menu {
  display: flex;
}
.c-Navigation .navigation-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 35px;
  align-items: center;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .c-Navigation .navigation-list {
    gap: 20px;
  }
}
@media screen and (max-width: 999px) {
  .c-Navigation .navigation-list {
    gap: 12px;
  }
}
.c-Navigation .navigation-item {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .c-Navigation .navigation-item {
    font-size: 14px;
    letter-spacing: 0.2px;
  }
}
@media screen and (max-width: 999px) {
  .c-Navigation .navigation-item {
    font-size: 13px;
    letter-spacing: 0.2px;
  }
}
.c-Navigation .navigation-item .navigation-link {
  display: block;
  text-decoration: none;
  transition: all 0.2s ease;
  color: #1A1A2E;
  font-weight: 600;
}
.c-Navigation .navigation-item .navigation-link:hover {
  color: #219CD7;
}
.c-Navigation .navigation-item:last-of-type .navigation-link {
  background-color: #122860;
  padding: 5px 24px;
  border-radius: 6px;
  color: white;
}
.c-Navigation .navigation-item:last-of-type .navigation-link:hover {
  background-color: #219CD7;
  color: white;
}
@media (max-width: 840px) {
  .c-Navigation .navigation-item:not(:last-of-type) {
    display: none;
  }
}
.c-Navigation .navigation-hamburger {
  display: none;
  background: none;
  border: none;
  width: 30px;
  height: 24px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  padding: 0;
  margin-left: 15px;
  position: relative;
  z-index: 1002;
}
@media (max-width: 840px) {
  .c-Navigation .navigation-hamburger {
    display: flex;
  }
}
.c-Navigation .navigation-hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #122860;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.c-Navigation .navigation-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 400px;
  height: 100vh;
  background-color: white;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1001;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  padding-top: 80px;
}
@media (min-width: 841px) {
  .c-Navigation .navigation-mobile {
    display: none;
  }
}
.c-Navigation .navigation-mobile-list {
  list-style: none;
  margin: 0;
  padding: 30px;
}
.c-Navigation .navigation-mobile-item {
  margin-bottom: 20px;
}
.c-Navigation .navigation-mobile-link {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #1A1A2E;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.2s ease;
}
.c-Navigation .navigation-mobile-link:hover {
  color: #219CD7;
}
.c-Navigation.menu-open .navigation-mobile {
  transform: translateX(0);
}
.c-Navigation.menu-open .navigation-hamburger span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.c-Navigation.menu-open .navigation-hamburger span:nth-child(2) {
  opacity: 0;
}
.c-Navigation.menu-open .navigation-hamburger span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}
@media (max-width: 840px) {
  .c-Navigation.menu-open::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
}

.c-Text {
  padding-top: 120px;
  padding-bottom: 120px;
}
.c-Hero {
  position: relative;
  padding: 100px 0px;
  margin-top: 90px;
}
@media screen and (max-width: 999px) {
  .c-Hero {
    margin-top: 65px;
  }
}
.c-Hero .container {
  width: 100%;
}
.c-Hero .bg-gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 40%);
  position: absolute;
  top: 0;
  left: 0;
}
.c-Hero .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.c-Hero .hero-content {
  width: 50%;
}
.c-Hero .hero-content p {
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .c-Hero .hero-content {
    width: 75%;
  }
}
@media screen and (max-width: 999px) {
  .c-Hero .hero-content {
    width: 100%;
  }
}

.c-Layout1 {
  position: relative;
  padding: 120px 0px;
}
.c-Layout1.bg-color-white {
  background-color: white;
}
.c-Layout1.bg-color-gray {
  background-color: #F8FAFC;
}
.c-Layout1 .content_left {
  flex: 1;
}
.c-Layout1 .content_left img {
  border-radius: 16px;
  margin-top: 40px;
}
.c-Layout1 .content_right {
  flex: 0 0 50%;
}
.c-Layout1 .container {
  width: 100%;
  flex-direction: row;
  gap: 80px;
}
.c-Layout1 .container.switch_left_right_1 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .c-Layout1 .container {
    flex-direction: column;
    gap: 20px;
  }
  .c-Layout1 .title h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 999px) {
  .c-Layout1 {
    padding: 60px 0px;
  }
}

.c-Layout2 {
  position: relative;
  padding: 120px 0px;
}
.c-Layout2.bg-color-white {
  background-color: white;
}
.c-Layout2.bg-color-gray {
  background-color: #F8FAFC;
}
@media screen and (max-width: 999px) {
  .c-Layout2 {
    padding: 60px 0px;
  }
}
.c-Layout2 .section-title {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.c-Layout2 .section-title p {
  max-width: 750px;
}
.c-Layout2 .items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.c-Layout2 .items .item {
  flex: 0 0 calc((100% - 40px) / 3);
  border-radius: 12px;
  padding: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1439px) {
  .c-Layout2 .items .item {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}
.c-Layout2 .items .item .icon {
  background-color: #E8F4FB;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  height: 48px;
  width: 48px;
  flex-grow: 0;
  flex-shrink: 0;
}
.c-Layout2 .items .item .title {
  font-weight: 600;
  line-height: 1.2;
  color: #122860;
}
@media screen and (max-width: 999px) {
  .c-Layout2 .items {
    gap: 10px;
    flex-direction: column;
  }
  .c-Layout2 .items .item {
    padding: 0px;
    font-size: 14px;
    gap: 13px;
    background-color: transparent;
    flex: 1;
  }
  .c-Layout2 .items .item .icon {
    height: 44px;
    width: 44px;
  }
  .c-Layout2 .items .item .icon img {
    width: 18px;
  }
  .c-Layout2 .items .item .title {
    font-weight: 600;
    line-height: 1.15;
    font-size: 16px;
  }
}
.c-Layout2.bg-color-gray .items .item {
  background-color: white;
  border: 1px solid #12286014;
}
.c-Layout2.bg-color-white .items .item {
  background-color: #F8FAFC;
}
@media screen and (max-width: 999px) {
  .c-Layout2.bg-color-white .items .item {
    background-color: transparent;
  }
}

.c-Layout3 {
  position: relative;
  padding: 120px 0px;
}
.c-Layout3.bg-color-white {
  background-color: white;
}
.c-Layout3.bg-color-gray {
  background-color: #F8FAFC;
}
@media screen and (max-width: 999px) {
  .c-Layout3 {
    padding: 60px 0px;
  }
}
.c-Layout3 .section-title {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.c-Layout3 .section-title p {
  max-width: 750px;
}
.c-Layout3 .items {
  margin-top: 30px;
  column-count: 3;
  column-gap: 20px;
}
@media screen and (max-width: 1439px) {
  .c-Layout3 .items {
    column-count: 2;
  }
}
@media screen and (max-width: 1199px) {
  .c-Layout3 .items {
    column-count: 1;
  }
}
@media screen and (max-width: 999px) {
  .c-Layout3 .items {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin-left: -20px;
    margin-right: -20px;
    overflow: visible;
    transition: transform 0.3s ease-out;
    column-count: unset;
  }
}
.c-Layout3 .items .item {
  break-inside: avoid;
  margin-bottom: 20px;
  border-radius: 16px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width: 999px) {
  .c-Layout3 .items .item {
    flex: 0 0 calc(100% - 40px);
    flex-shrink: 0;
    margin: 0 20px;
    margin-bottom: 0;
  }
}
.c-Layout3 .items .item .icon {
  background-color: #E8F4FB;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  height: 56px;
  width: 56px;
  flex-grow: 0;
  flex-shrink: 0;
}
.c-Layout3 .items .item .list p {
  font-size: 15px;
}
.c-Layout3 .items .item .list ul, .c-Layout3 .items .item .list li {
  font-size: 15px;
}
.c-Layout3.bg-color-gray .items .item {
  background-color: white;
  border: 1px solid #12286014;
}
.c-Layout3.bg-color-white .items .item {
  background-color: #F8FAFC;
}
.c-Layout3 .carousel-dots {
  display: none;
}
@media screen and (max-width: 999px) {
  .c-Layout3 .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
  }
}
.c-Layout3 .carousel-dots .carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D9D9D9;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-Layout3 .carousel-dots .carousel-dot.active {
  background-color: #219CD7;
  width: 24px;
  border-radius: 4px;
}

.c-Layout4 {
  position: relative;
  padding: 120px 0px;
}
.c-Layout4.bg-color-white {
  background-color: white;
}
.c-Layout4.bg-color-gray {
  background-color: #F8FAFC;
}
@media screen and (max-width: 999px) {
  .c-Layout4 {
    padding: 60px 0px;
  }
}
.c-Layout4 .items {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 999px) {
  .c-Layout4 .items {
    flex-wrap: nowrap;
    gap: 0;
    margin-left: -20px;
    margin-right: -20px;
    overflow: visible;
    transition: transform 0.3s ease-out;
  }
}
.c-Layout4 .items .item {
  flex: 0 0 calc((100% - 50px) / 3);
  border-radius: 16px;
  padding: 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px #1228600F;
}
@media screen and (max-width: 1439px) {
  .c-Layout4 .items .item {
    flex: 0 0 calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 999px) {
  .c-Layout4 .items .item {
    flex: 0 0 calc(100% - 40px);
    flex-shrink: 0;
    margin: 0 20px;
  }
}
.c-Layout4 .items .item .image {
  height: 225px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.c-Layout4 .items .item .text {
  margin-top: 225px;
}
.c-Layout4 .items .item .text p {
  font-size: 15px;
}
.c-Layout4.bg-color-gray .items .item {
  background-color: white;
  border: 1px solid #12286014;
}
.c-Layout4.bg-color-white .items .item {
  background-color: #F8FAFC;
}
.c-Layout4 .carousel-dots {
  display: none;
}
@media screen and (max-width: 999px) {
  .c-Layout4 .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
  }
}
.c-Layout4 .carousel-dots .carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D9D9D9;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-Layout4 .carousel-dots .carousel-dot.active {
  background-color: #219CD7;
  width: 24px;
  border-radius: 4px;
}

.c-Layout5 {
  position: relative;
  padding: 120px 0px 80px;
}
.c-Layout5.bg-color-white {
  background-color: white;
}
.c-Layout5.bg-color-gray {
  background-color: #F8FAFC;
}
.c-Layout5 .items {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.c-Layout5 .items .item {
  flex: 0 0 calc((100% - 80px) / 5);
  border-radius: 16px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  background-color: white;
  border: 1px solid #12286014;
}
@media screen and (max-width: 1439px) {
  .c-Layout5 .items .item {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}
.c-Layout5 .items .item .icon {
  background-color: #E8F4FB;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  height: 48px;
  width: 48px;
  flex-grow: 0;
  flex-shrink: 0;
}
.c-Layout5 .items .item .text {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}
.c-Layout5 .items .item .title {
  margin-bottom: 5px;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  font-size: 18px;
  color: #122860;
}
@media screen and (max-width: 999px) {
  .c-Layout5 {
    padding: 60px 0px;
  }
  .c-Layout5 .items {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-Layout5 .items .item:last-child:nth-child(odd) {
    grid-column: 1/-1;
    justify-self: center;
    max-width: calc(50% - 8px);
  }
  .c-Layout5 .items .item {
    padding: 12px 15px 16px;
    border: none;
    gap: 7px;
    background-color: #E8F4FB;
  }
  .c-Layout5 .items .item .title {
    font-size: 15px;
    letter-spacing: -0.4px;
    margin-bottom: 2px;
  }
  .c-Layout5 .items .item .text {
    font-size: 12px;
  }
  .c-Layout5 .items .item .icon {
    width: 34px;
    height: 34px;
  }
  .c-Layout5 .items .item .icon img {
    height: 28px;
  }
  .c-Layout5 .items .item .title {
    font-size: 16px;
  }
}

.c-Layout6_Team {
  position: relative;
  padding: 120px 0px;
}
.c-Layout6_Team.bg-color-white {
  background-color: white;
}
.c-Layout6_Team.bg-color-gray {
  background-color: #F8FAFC;
}
.c-Layout6_Team .content_left {
  flex: 1;
}
.c-Layout6_Team .content_left .img-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 25px;
}
.c-Layout6_Team .content_left .img-container .img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.c-Layout6_Team .content_left .img-container .img-wrapper img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.c-Layout6_Team .content_left .img-container .img-wrapper .img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 16px 14px;
  background: linear-gradient(to top, #001f3e, rgba(0, 51, 102, 0));
  color: white;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.c-Layout6_Team .content_left .img-container .img-wrapper .img-overlay .img-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
}
.c-Layout6_Team .content_left .img-container .img-wrapper .img-overlay .img-caption {
  font-size: 14px;
  opacity: 1;
}
.c-Layout6_Team .content_left .img-container .img-wrapper:hover .img-overlay {
  transform: translateY(0);
  opacity: 1;
}
.c-Layout6_Team .content_right {
  flex: 0 0 50%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.c-Layout6_Team .container {
  width: 100%;
  flex-direction: row;
  gap: 80px;
}
.c-Layout6_Team .container.switch_left_right_1 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .c-Layout6_Team {
    padding: 60px 0px;
  }
  .c-Layout6_Team .container {
    flex-direction: column-reverse !important;
    gap: 20px;
  }
  .c-Layout6_Team .content_left .img-container {
    gap: 16px;
  }
}

.c-Contact {
  position: relative;
  padding: 120px 0px;
  background-color: #219CD7;
  color: rgba(255, 255, 255, 0.8);
}
.c-Contact h1, .c-Contact h2, .c-Contact h3, .c-Contact h4, .c-Contact h5, .c-Contact h6 {
  color: white;
}
.c-Contact .items .item {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 10px;
}
.c-Contact .container {
  flex-direction: row;
  gap: 60px;
}
.c-Contact .content_left {
  flex: 0 0 calc(50% - 60px);
}
.c-Contact .content_right {
  flex: 0 0 40%;
}
.c-Contact .content_right .image {
  border-radius: 16px;
}
.c-Contact .form {
  background-color: white;
  border-radius: 16px;
  display: flex;
  height: 100%;
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 1199px) {
  .c-Contact {
    padding: 60px 0px;
  }
  .c-Contact .container {
    flex-direction: column !important;
    gap: 20px;
  }
}

.c-Eyecatcher {
  position: relative;
}
.c-Eyecatcher.margin-top-none {
  padding-top: 0px;
}
.c-Eyecatcher.margin-top-small {
  padding-top: 60px;
}
.c-Eyecatcher.margin-top-big {
  padding-top: 120px;
}
.c-Eyecatcher.margin-bottom-none {
  padding-bottom: 0px;
}
.c-Eyecatcher.margin-bottom-small {
  padding-bottom: 60px;
}
.c-Eyecatcher.margin-bottom-big {
  padding-bottom: 120px;
}
.c-Eyecatcher.bg-color-white {
  background-color: white;
}
.c-Eyecatcher.bg-color-gray {
  background-color: #F8FAFC;
}
.c-Eyecatcher.bg-color-darkblue {
  background-color: #122860;
}
.c-Eyecatcher.bg-color-lightblue {
  background-color: #219CD7;
}
@media screen and (max-width: 999px) {
  .c-Eyecatcher.margin-top-big {
    padding-top: 60px;
  }
  .c-Eyecatcher.margin-bottom-big {
    padding-bottom: 60px;
  }
}
.c-Eyecatcher .content {
  max-width: 900px;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.c-PostsPreview {
  position: relative;
  padding: 120px 0px;
}
.c-PostsPreview.bg-color-white {
  background-color: white;
}
.c-PostsPreview.bg-color-gray {
  background-color: #F8FAFC;
}
@media screen and (max-width: 999px) {
  .c-PostsPreview {
    padding: 60px 0px;
  }
}
.c-PostsPreview .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-PostsPreview .title p, .c-PostsPreview .title h3 {
  max-width: 700px;
}
.c-PostsPreview .items {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 999px) {
  .c-PostsPreview .items {
    flex-wrap: nowrap;
    gap: 0;
    margin-left: -20px;
    margin-right: -20px;
    overflow: visible;
    transition: transform 0.3s ease-out;
    margin-bottom: 10px;
  }
}
.c-PostsPreview .items .item {
  flex: 0 0 calc((100% - 50px) / 3);
  border-radius: 16px;
  padding: 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 15px;
  position: relative;
  background-color: white;
  overflow: hidden;
  border: 1px solid #12286014;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 4px 20px 0px #12286000;
}
@media screen and (max-width: 1439px) {
  .c-PostsPreview .items .item {
    flex: 0 0 calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 999px) {
  .c-PostsPreview .items .item {
    flex: 0 0 calc(100% - 40px);
    flex-shrink: 0;
    margin: 0 20px;
    padding: 15px;
  }
}
.c-PostsPreview .items .item .image {
  height: 225px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.c-PostsPreview .items .item .image img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  object-position: center;
}
.c-PostsPreview .items .item .content {
  margin-top: 225px;
  flex-direction: column;
}
.c-PostsPreview .items .item .content h4 {
  line-height: 1.4;
}
.c-PostsPreview .items .item .content .link {
  color: #219CD7;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.c-PostsPreview .items .item .content .link svg {
  width: 12px;
  height: 12px;
}
.c-PostsPreview .items .item .content .link svg path {
  fill: #219CD7;
  stroke: #219CD7;
}
.c-PostsPreview .items .item .content .link:hover {
  gap: 10px;
}
.c-PostsPreview .items .item .content .tag {
  color: #219CD7;
  background-color: #E8F4FB;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.6px;
  padding: 6px 15px 3px;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.c-PostsPreview .items .item:hover {
  box-shadow: 0px 4px 20px 0px #1228600F;
}
.c-PostsPreview .carousel-dots {
  display: none;
}
@media screen and (max-width: 999px) {
  .c-PostsPreview .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.c-PostsPreview .carousel-dots .carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D9D9D9;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-PostsPreview .carousel-dots .carousel-dot.active {
  background-color: #219CD7;
  width: 24px;
  border-radius: 4px;
}

.c-AllInsights {
  padding: 60px 0 30px;
  margin-top: 90px;
}
@media screen and (max-width: 999px) {
  .c-AllInsights {
    margin-top: 65px;
  }
}
.c-AllInsights .items {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 999px) {
  .c-AllInsights .items {
    flex-wrap: nowrap;
    gap: 0;
    margin-left: -20px;
    margin-right: -20px;
    overflow: visible;
    transition: transform 0.3s ease-out;
    margin-bottom: 10px;
  }
}
.c-AllInsights .items .item {
  flex: 0 0 calc((100% - 50px) / 3);
  border-radius: 16px;
  padding: 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 15px;
  position: relative;
  background-color: white;
  overflow: hidden;
  border: 1px solid #12286014;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 4px 20px 0px #12286000;
}
@media screen and (max-width: 1439px) {
  .c-AllInsights .items .item {
    flex: 0 0 calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 999px) {
  .c-AllInsights .items .item {
    flex: 0 0 calc(100% - 40px);
    flex-shrink: 0;
    margin: 0 20px;
    padding: 15px;
  }
}
.c-AllInsights .items .item .image {
  height: 225px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.c-AllInsights .items .item .image img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  object-position: center;
}
.c-AllInsights .items .item .content {
  margin-top: 225px;
  flex-direction: column;
}
.c-AllInsights .items .item .content h4 {
  line-height: 1.4;
}
.c-AllInsights .items .item .content .link {
  color: #219CD7;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.c-AllInsights .items .item .content .link svg {
  width: 12px;
  height: 12px;
}
.c-AllInsights .items .item .content .link svg path {
  fill: #219CD7;
  stroke: #219CD7;
}
.c-AllInsights .items .item .content .link:hover {
  gap: 10px;
}
.c-AllInsights .items .item .content .tag {
  color: #219CD7;
  background-color: #E8F4FB;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.6px;
  padding: 6px 15px 3px;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.c-AllInsights .items .item:hover {
  box-shadow: 0px 4px 20px 0px #1228600F;
}
.c-AllInsights #c-AllInsights--pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.c-AllInsights #c-AllInsights--pagination a {
  padding: 5px 10px;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
.c-AllInsights #c-AllInsights--pagination a.current {
  background-color: #219CD7;
  color: white;
}
.c-AllInsights #c-AllInsights--pagination a.prev, .c-AllInsights #c-AllInsights--pagination a.next {
  font-weight: bold;
}
.c-AllInsights #c-AllInsights--pagination a:hover {
  background-color: #122860;
  color: white;
}
.c-AllInsights #c-AllInsights--pagination span {
  padding: 5px 10px;
  color: #999;
}

.c-Footer {
  z-index: 1;
  position: relative;
  background-color: #1A1A2E;
  color: white;
  height: 135px;
  display: flex;
}
.c-Footer .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.c-Footer .footer-navi {
  color: rgba(255, 255, 255, 0.6);
}
.c-Footer .footer-navi .nav-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.c-Footer .footer-navi .nav-item {
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  letter-spacing: 1px;
}
.c-Footer .footer-navi .nav-item:hover {
  color: white;
}
@media screen and (max-width: 999px) {
  .c-Footer {
    height: 70px;
  }
  .c-Footer .footer-logo {
    display: none;
  }
  .c-Footer .nav-items {
    gap: 20px;
  }
}

.c-SinglePost {
  margin-top: 90px;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .c-SinglePost {
    margin-top: 65px;
  }
}
.c-SinglePost .post {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.c-SinglePost .header {
  max-width: 1080px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 100%;
}
.c-SinglePost .header h2 {
  margin-bottom: 15px;
}
.c-SinglePost .header .tags {
  text-transform: uppercase;
  font-weight: 700;
  color: #219CD7;
  font-size: 14px;
}
.c-SinglePost .header .meta {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.c-SinglePost .header .meta .author {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.c-SinglePost .header .meta .author img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.c-SinglePost .image_main {
  margin-top: 30px;
  margin-bottom: 40px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0px 20px 25px -5px #0000001A;
}
.c-SinglePost .content {
  width: 768px;
  max-width: 100%;
}
.c-SinglePost .content img {
  max-width: 100%;
}
.c-SinglePost .content p {
  margin-bottom: 30px;
}
.c-SinglePost .content li {
  margin-bottom: 10px;
}
.c-SinglePost .content ul {
  margin-bottom: 40px;
}
.c-SinglePost .content h3 {
  margin-top: 1.5em;
  letter-spacing: -1px;
}
.c-SinglePost .content .wp-caption-text {
  font-size: 15px;
  text-align: center;
}
/*@import "general/utilities";*/
