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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

/* FONTS */
:root {
  --f-normal: "PP Mori", "PP Mori fallback", sans-serif;
  --font-size: 22px;
}
@media (max-width: 844px) {
  :root {
    --font-size: 20px;
  }
}
@media (max-width: 539px) {
  :root {
    --font-size: 18px;
  }
}

body {
  font-family: var(--f-normal);
  font-size: var(--font-size);
  line-height: 1.2;
  color: var(--c-normal);
}

a {
  color: inherit;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-size: var(--font-size);
  font-weight: 600;
  line-height: 1.6;
}

h1, .h1 {
  --font-size: 40px;
}
@media (max-width: 1137px) {
  h1, .h1 {
    --font-size: 35px;
  }
}
@media (max-width: 844px) {
  h1, .h1 {
    --font-size: 32px;
  }
}
@media (max-width: 539px) {
  h1, .h1 {
    --font-size: 28px;
  }
}
@media (max-width: 413px) {
  h1, .h1 {
    --font-size: 24px;
  }
}
@media (max-width: 379px) {
  h1, .h1 {
    --font-size: 22px;
  }
}

h2, .h2 {
  --font-size: 35px;
}
@media (max-width: 1137px) {
  h2, .h2 {
    --font-size: 32px;
  }
}
@media (max-width: 844px) {
  h2, .h2 {
    --font-size: 28px;
  }
}
@media (max-width: 539px) {
  h2, .h2 {
    --font-size: 24px;
  }
}
@media (max-width: 413px) {
  h2, .h2 {
    --font-size: 22px;
  }
}
@media (max-width: 379px) {
  h2, .h2 {
    --font-size: 20px;
  }
}

h3, .h3 {
  --font-size: 32px;
}
@media (max-width: 844px) {
  h3, .h3 {
    --font-size: 28px;
  }
}
@media (max-width: 539px) {
  h3, .h3 {
    --font-size: 26px;
  }
}
@media (max-width: 413px) {
  h3, .h3 {
    --font-size: 24px;
  }
}
@media (max-width: 379px) {
  h3, .h3 {
    --font-size: 20px;
  }
}

strong, .strong {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

:root {
  --container-width: 1480px;
  --color-primary: #05363d;
  --color-primary-hover: #093c44;
  --swiper-theme-color: #05363d !important;
  --section-y-padding: 40px;
  --section-y-margin: 120px;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --navbar-height: 172px;
  --red: #f16716;
  --yellow: #ffff4a;
  --blue: #29d0f3;
  --teal: #7bffc6;
  --salad: #a7f103;
  --deep-teal: #002a30;
  --dark-teal: #05363d;
}
@media (max-width: 1024px) {
  :root {
    --section-y-padding: 60px;
    --section-y-margin: 120px;
    --navbar-height: 74px;
  }
}
@media (max-width: 845px) {
  :root {
    --section-y-padding: 40px;
    --section-y-margin: 80px;
  }
}

h1, .h1 {
  color: #1A214C;
}

h2, .h2, h3, .h3 {
  color: #24306D;
  background-image: -webkit-linear-gradient(180deg, #007EC3 0%, #24306D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.section .section-background {
  max-width: calc(var(--container-width) + 200px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.section.bg-brand_color {
  color: #fff;
}
.section.bg-brand_color .section-background {
  background-color: var(--color-primary);
}

.column.bg-brand_color {
  color: #fff;
}
.column.bg-brand_color .column-background {
  background-color: var(--color-primary);
}

.page-sections .section {
  margin: var(--section-y-margin) 0 0;
}
.page-sections .section.bg-transparent .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.page-sections > .section:last-of-type {
  margin-bottom: var(--section-y-margin);
}

.swiper-container {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  bottom: 0;
  top: auto !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--dark-teal);
  background-color: transparent !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--dark-teal) !important;
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #fff;
}

.swiper-pagination {
  text-align: left !important;
}

.wysiwyg p {
  margin-bottom: 1.4em;
}

@media (max-width: 767px) {
  .columns .inner {
    padding-bottom: 0;
  }
}

.team-listing .team-listing__title {
  margin-bottom: 15px;
}
.team-listing .team-filters {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 80px;
}
.team-listing .team-filter {
  flex: 0 0 auto;
  max-width: 100%;
  min-width: initial;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.15em;
  background: linear-gradient(90deg, #24306D 0%, #007EC3 100%);
  text-transform: uppercase;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.team-listing .team-filter span {
  background: white;
  margin: 2px;
  z-index: 1;
  padding: 12px 16px;
  display: block;
  color: #1A214C;
}
.team-listing .team-filter.is-active, .team-listing .team-filter:hover {
  background: linear-gradient(90deg, #24306D 0%, #007EC3 100%);
}
.team-listing .team-filter.is-active span, .team-listing .team-filter:hover span {
  background: transparent;
  color: #fff;
}
.team-listing .team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
}
@media (max-width: 845px) {
  .team-listing .team-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-listing .team-grid .team-card {
  background: linear-gradient(90deg, #24306D 0%, #007EC3 100%);
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: row;
}
.team-listing .team-grid .team-card:before {
  content: "";
  background-color: white;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: 1;
}
.team-listing .team-grid .team-card > div {
  z-index: 2;
  position: relative;
  padding: 2px;
}
.team-listing .team-grid .team-card .team-card__media {
  max-width: 30%;
  flex: 1 1 30%;
}
.team-listing .team-grid .team-card .team-card__media img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.team-listing .team-grid .team-card .team-card__body {
  padding: 32px;
  color: #1A214C;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-listing .team-grid .team-card .team-card__body .team-card__content {
  margin-bottom: 32px;
}
.team-listing .team-grid .team-card .team-card__body .team-card__name {
  font-size: 22px;
  text-transform: uppercase;
}
.team-listing .team-grid .team-card .team-card__contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.team-listing .team-grid .team-card .team-card__contacts a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.team-listing .team-grid .team-card .team-card__contacts a img {
  width: 24px;
  height: 24px;
}

html {
  height: 100%;
  width: 100%;
  overflow-x: hidden; /* fallback value */
  overflow-x: clip;
  overflow-y: auto;
  position: relative;
  background: #EDF6FF;
}
@media (min-width: 601px) {
  html.admin-bar-shown {
    height: calc(100% - 32px);
  }
}
@media (max-width: 600px) {
  html.admin-bar-shown {
    margin-top: 0 !important;
    padding-top: 0;
  }
  html.admin-bar-shown #wpadminbar {
    display: none !important;
  }
}

body {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
  width: 100%;
  max-width: min(100%, 2400px);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; /* fallback value */
  overflow: clip; /* fallback value */
  padding-top: var(--navbar-height);
}
body > nav, body > footer {
  flex: 0 0 auto;
}

body > nav.navbar {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  z-index: 11;
}

.page-sections {
  flex: 1 0 auto;
}
@media (max-width: 1023px) {
  .page-sections > .section > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

:root {
  --column-gutter: 60px;
}

.columns .inner {
  max-width: calc(var(--container-width));
  margin: 0 auto;
}

.button.primary {
  background-color: var(--color-primary);
  color: #fff;
}
.button.secondary {
  background-color: #fff;
  color: var(--color-primary);
}
.button.text {
  background-color: transparent;
  color: #24306D;
  padding: 32px 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 844px) {
  .button.text {
    font-size: 16px;
    padding: 22px 0;
    line-height: 22px;
  }
}
@media (max-width: 539px) {
  .button.text {
    font-size: 14px;
    padding: 15px 0;
    line-height: 20px;
  }
}
.button.text::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #0CA3EB;
  bottom: 0;
  left: 0;
  transition: all 0.15s ease;
}
@media (pointer: fine) {
  .button.text:hover::after {
    background: #FFDD00;
    bottom: 6px;
  }
}

.cards-buttons {
  width: 100%;
}
.cards-buttons .button {
  flex: 1 0 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  min-height: 320px;
  padding: 40px;
  background: var(--bg-color);
  position: relative;
  border: none !important;
}
.cards-buttons .button.text {
  text-transform: initial;
}
.cards-buttons .button .button-icon {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.cards-buttons .section-content {
  --column-gap: 40px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--column-gap);
}
@media (max-width: 845px) {
  .cards-buttons .section-content {
    --column-gap: 20px;
  }
}
.cards-buttons .buttons-wrapper {
  display: flex;
  align-items: stretch;
  width: auto;
  gap: 40px;
  flex: 1 0 0;
  min-width: 0;
}
.cards-buttons .buttons-wrapper:nth-child(3n+2) .button {
  color: #1A214C;
}
.cards-buttons .buttons-wrapper:nth-child(3n+2) .button:nth-child(2n+1) {
  --bg-color: #FFDD00;
}
.cards-buttons .buttons-wrapper:nth-child(3n+2) .button:nth-child(2n) {
  --bg-color: #EDF6FF;
}
.cards-buttons .buttons-wrapper:nth-child(3n+1) .button {
  color: #fff;
}
.cards-buttons .buttons-wrapper:nth-child(3n+1) .button:nth-child(2n+1) {
  --bg-color: #24306D;
}
.cards-buttons .buttons-wrapper:nth-child(3n+1) .button:nth-child(2n) {
  --bg-color: #007EC3;
}
.cards-buttons .buttons-wrapper:nth-child(3) .button {
  color: #fff;
}
.cards-buttons .buttons-wrapper:nth-child(3) .button:nth-child(2n+1) {
  color: #1A214C;
  --bg-color: #B9E5FE;
}
.cards-buttons .buttons-wrapper:nth-child(3) .button:nth-child(2n) {
  --bg-color: #007EC3;
}
.cards-buttons .buttons-wrapper .button::after {
  display: none;
}
.cards-buttons .buttons-wrapper .button .button-icon {
  transition: transform 0.2s ease;
  transform-origin: top left;
}
.cards-buttons .buttons-wrapper .button .label {
  position: relative;
  z-index: 2;
}
.cards-buttons .buttons-wrapper .button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 0;
}
@media (pointer: fine) {
  .cards-buttons .buttons-wrapper .button:hover .button-icon {
    transform: scale(1.2);
  }
  .cards-buttons .buttons-wrapper .button:hover::before {
    opacity: 0.15;
  }
}

.gform-field-label {
  font-family: "HelveticaNeue Bold", sans-serif !important;
  font-size: 18px !important;
}

.gform-body {
  text-align: left !important;
}
.gform-body input[type=text],
.gform-body input[type=email],
.gform-body input[type=tel],
.gform-body select,
.gform-body textarea {
  background-color: transparent !important;
  border: 1px solid var(--color-primary) !important;
  border-radius: 0px !important;
  font-size: 18px !important;
}
.gform-body input[type=text],
.gform-body input[type=email],
.gform-body input[type=tel],
.gform-body select {
  min-height: 60px !important;
  text-align: left;
}
.gform-body .gfield_radio {
  flex-direction: row !important;
  flex-wrap: wrap;
}
.gform-body .gfield_radio label {
  font-weight: 400 !important;
  font-family: "HelveticaNeue Roman", sans-serif !important;
}

.bg-brand_color .gform-body input[type=text],
.bg-brand_color .gform-body input[type=email],
.bg-brand_color .gform-body input[type=tel],
.bg-brand_color .gform-body select,
.bg-brand_color .gform-body textarea {
  border: 1px solid #ffffff !important;
}
.bg-brand_color .gform-body input[type=text]::placeholder,
.bg-brand_color .gform-body input[type=email]::placeholder,
.bg-brand_color .gform-body input[type=tel]::placeholder,
.bg-brand_color .gform-body select::placeholder,
.bg-brand_color .gform-body textarea::placeholder {
  color: #ffffff !important;
}
.bg-brand_color .gform-body .gform-field-label {
  color: #ffffff !important;
}

.gform_wrapper button.gform_button {
  position: relative;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.15em !important;
  padding: 17px 35px !important;
  background: linear-gradient(90deg, #24306D 0%, #007EC3 100%);
  text-transform: uppercase;
  display: inline-block !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
}

.bg-brand_color .gform_wrapper button.gform_button {
  background-color: #ffffff !important;
  color: var(--color-primary) !important;
}
.bg-brand_color .gform_wrapper button.gform_button::after {
  background-image: url("../../images/button-icon-dark.svg") !important;
}
.bg-brand_color .gform_wrapper button.gform_button:hover::after {
  background-image: url("../../images/button-icon-dark-hover.svg") !important;
}

body::before {
  width: 100%;
  height: 100%;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(26, 33, 76, 0.2);
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s ease;
  opacity: 0;
}

body.is-megamenu-open::before {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.mega-menu-column .cards-buttons > .section-content {
  --buttons-gap: 40px;
  flex-direction: row;
  gap: var(--buttons-gap);
}
.mega-menu-column .cards-buttons > .section-content .buttons-wrapper {
  --min-height: 192px;
  width: auto;
  min-height: var(--min-height);
  min-width: 0;
  text-transform: initial;
  column-gap: var(--buttons-gap);
}
@media (max-width: 1024px) {
  .mega-menu-column .cards-buttons > .section-content .buttons-wrapper.single-button {
    min-height: calc((var(--min-height) - var(--buttons-gap)) / 2);
  }
}
@media (min-width: 1025px) {
  .mega-menu-column .cards-buttons > .section-content .buttons-wrapper {
    flex: 1 0 0;
  }
  .mega-menu-column .cards-buttons > .section-content .buttons-wrapper.two-buttons {
    flex: 2 0 0;
  }
}
.mega-menu-column .cards-buttons > .section-content .buttons-wrapper .button {
  min-width: 0;
}
.mega-menu-column .cards-buttons > .section-content .buttons-wrapper .button .label {
  white-space: normal;
}
@media (max-width: 1575px) {
  .mega-menu-column .cards-buttons > .section-content {
    --buttons-gap: 20px;
  }
}

.megamenu .indicator {
  position: absolute;
  left: 0;
  top: -16px;
  width: 24px;
  height: 16px;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 16'%3E %3Cpath d='m12 0 12 16H0L12 0Z'/%3E %3C/svg%3E ") center bottom/24px 16px no-repeat;
}

.navbar-menu > ul > li > a {
  position: relative;
}
.navbar-menu > ul > li > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 63%;
  height: 2px;
  transition: background-color 0.3s ease;
}
.navbar-menu > ul > li > a.active::after {
  background-color: #fff;
}
@media (pointer: fine) {
  .navbar-menu > ul > li > a:hover::after {
    background-color: #FFDD00;
  }
}
.navbar-menu li.has-megamenu .megamenu {
  opacity: 0;
  transition: opacity 0.3s ease;
  display: block !important;
  pointer-events: none;
}
.navbar-menu li.has-megamenu:hover .megamenu {
  opacity: 1;
  pointer-events: auto;
}

.section-title h2 {
  font-size: 32px;
  line-height: 2;
  margin-bottom: 40px;
}

.section-content .wysiwyg {
  font-size: var(--font-size);
  line-height: 2.18;
}
@media (max-width: 845px) {
  .section-content .wysiwyg {
    line-height: 1.8;
  }
}
.section-content .wysiwyg h3 {
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0.9em;
}
.section-content .wysiwyg p + p {
  margin-top: 0.9em;
}
.section-content .wysiwyg p + h3 {
  margin-top: 1.8em;
}
.section-content .wysiwyg a {
  color: #007EC3;
}

.column-boxes .columns-wrapper.columns-wrapper:not(.swiper-wrapper) {
  gap: 40px;
}
@media (max-width: 1024px) {
  .column-boxes .columns-wrapper.columns-wrapper:not(.swiper-wrapper) {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 680px) {
  .column-boxes .columns-wrapper.columns-wrapper:not(.swiper-wrapper) {
    flex-direction: column;
  }
}
.column-boxes .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  .column-boxes .column {
    width: calc(50% - 10px);
    flex: 0 0 auto;
  }
}
@media (max-width: 680px) {
  .column-boxes .column {
    width: 100%;
    flex: 0 0 auto;
  }
}

.otgs-development-site-front-end {
  display: none !important;
}

.special-box {
  padding: 80px 44px 44px;
}
.special-box .section-title {
  text-align: center;
}
.special-box .inner-columns {
  margin: 0;
}
.special-box .inner-columns .columns-wrapper {
  gap: 44px;
}
.special-box .inner-columns .column {
  padding: 40px;
  font-size: 22px;
  line-height: 2.1;
}
@media (max-width: 1024px) {
  .special-box {
    padding: 60px 34px 34px;
  }
}
@media (max-width: 767px) {
  .special-box .title {
    text-align: initial;
  }
  .special-box .inner-columns .column {
    padding: 0.7em 0;
    line-height: 1.8;
  }
}
@media (max-width: 540px) {
  .special-box {
    padding: 40px 20px 20px;
  }
}

.wysiwyg {
  font-size: 22px;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .wysiwyg {
    font-size: 18px;
    line-height: 1.8;
  }
}

@media (min-width: 1577px) {
  .cards-buttons-wrapper .cards-buttons .buttons-wrapper.two-buttons {
    flex: 2 0 0;
  }
}

@media (max-width: 1024px) {
  .cards-buttons .section-content {
    display: flex !important;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .cards-buttons-wrapper .inner {
    gap: 20px;
  }
  .cards-buttons-wrapper .buttons-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .cards-buttons-wrapper .buttons-wrapper .button {
    min-height: 220px;
  }
}
@media (max-width: 540px) {
  .cards-buttons-wrapper .buttons-wrapper .button {
    min-height: 160px;
  }
}
@media (min-width: 1025px) {
  .one-title-two-col .column:nth-child(2n+1) {
    text-align: right;
    padding: 40px 120px 40px 0;
  }
}
@media (max-width: 1024px) {
  .one-title-two-col .columns-wrapper {
    display: flex !important;
    flex-direction: column;
  }
  .one-title-two-col .cards-buttons-wrapper .inner {
    padding: 0;
  }
}
.one-title-two-col .wysiwyg {
  padding-top: 1.6em;
}
@media (max-width: 1024px) {
  .one-title-two-col .wysiwyg {
    padding-top: 0;
  }
  .one-title-two-col .section-title {
    padding-top: 1.6em;
  }
}

.bg-type-0 {
  position: relative;
}
.bg-type-0.columns {
  overflow: visible;
}
.bg-type-0 .section-background {
  width: 489px;
  height: 541px;
  top: calc(-318px + var(--section-y-padding));
  bottom: auto;
  left: calc(50% - var(--container-width) / 2 - 176px);
}

.navbar-menu .cards-buttons-wrapper.section,
.column .cards-buttons-wrapper.section {
  margin: 0;
}

.page-sections > .cards-buttons-wrapper .cards-buttons .section-content {
  flex-direction: row;
  min-height: 400px;
}
@media (max-width: 1576px) {
  .page-sections > .cards-buttons-wrapper .cards-buttons .section-content {
    flex-direction: column;
  }
}
@media (max-width: 1576px) and (min-width: 1025px) {
  .page-sections > .cards-buttons-wrapper .cards-buttons .section-content .single-button {
    max-width: calc(50% - var(--column-gap) / 2);
  }
}
@media (max-width: 1024px) {
  .page-sections > .cards-buttons-wrapper .cards-buttons .section-content .buttons-wrapper {
    gap: 20px;
  }
}

/*# sourceMappingURL=common.css.map */
