/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./assets/css/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,600&display=swap);
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./assets/css/style.scss (1) ***!
  \**************************************************************************************************************************************************************************************************************************************************/
*,
::after,
::before {
  box-sizing: border-box;
}

ol[class],
ul[class] {
  padding: 0;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

ol[class],
ul[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

button,
input,
select,
textarea {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}
/* Colours */
/* Fonts */
/* Breakpoints */
/* Colours */
/* Fonts */
/* Breakpoints */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  line-height: 1.75;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  line-height: 1.25;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.5;
}

h1,
.h1 {
  font-size: 3rem;
}

h2,
.h2 {
  font-size: 2.625rem;
}

h3,
.h3 {
  font-size: 2.25rem;
}

h4,
.h4 {
  font-size: 1.313rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.section-anchor {
  position: relative;
  top: -100px;
  visibility: hidden;
}

strong {
  font-weight: 600;
}

.img {
  width: 100%;
}

label {
  display: inline-block;
  margin-bottom: 0.25rem;
}

ul {
  padding-left: 20px;
  margin-top: 0.5rem;
}

li {
  margin-bottom: 0.5rem;
}

.eyebrow {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: normal;
}
@media (min-width: 800px) {
  .eyebrow {
    font-size: 16px;
  }
}

.radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio-dot {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #fff;
  border-radius: 100px;
}

.radio-dot:after {
  content: "";
  position: absolute;
  display: none;
}

.radio input:checked ~ .radio-dot:after {
  display: block;
}

.radio .radio-dot:after {
  left: 0.25rem;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100px;
  background-color: #050543;
}

.ct-button {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 5rem;
}

.wp-block-list {
  list-style: disc !important;
  padding-left: 1rem !important;
}

.big-numbers {
  list-style: none !important;
  counter-reset: item;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.big-numbers li {
  counter-increment: item;
  display: flex;
  gap: 1rem;
  font-size: 1.25rem;
  color: #050543;
  align-items: center;
}
.big-numbers li:before {
  background-color: #18d89c;
  content: counter(item);
  color: #fff;
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #050543;
  font-size: 1.5rem;
  font-weight: 600;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.is-layout-grid {
  gap: 3rem;
}

/*****************************************
  Utility Classes
*****************************************/
@media (max-width: 959px) {
  .hide-on-mobile {
    display: none;
  }
}

.min-width-60px {
  min-width: 60px;
}

@media (min-width: 800px) {
  .max-width-680px {
    max-width: 680px;
  }
}

@media (min-width: 800px) {
  .max-width-580px {
    max-width: 580px;
  }
}

@media (min-width: 800px) {
  .max-width-530px {
    max-width: 530px;
  }
}

@media (min-width: 800px) {
  .max-width-500px {
    max-width: 500px;
  }
}

.wp-block-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.items-start {
  align-items: flex-start;
}

/*****************************************
  Home
*****************************************/
.home-hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 30vw;
}
.home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA3NSA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xOS45OTY5IDBDOC45NzE1OCAwIDAgOC45NzEyOCAwIDIwQzAgMzEuMDI4NyA4Ljk3MTU4IDQwIDE5Ljk5NjkgNDBIMzIuMTU3MlYyOS4xODkySDE5Ljk5NjlDMTQuOTMxOCAyOS4xODkyIDEwLjgwOTEgMjUuMDY3NiAxMC44MDkxIDIwQzEwLjgwOTEgMTQuOTMyNCAxNC45MzE4IDEwLjgxMDggMTkuOTk2OSAxMC44MTA4SDMyLjE1NzJWMEgxOS45OTY5WiIgZmlsbD0iIzU4QzZGRiIvPg0KPHBhdGggZD0iTTQxLjg4NTQgMFYxMC44MTA4SDU0LjA0NTdDNTkuMTEwNyAxMC44MTA4IDYzLjIzMzQgMTQuOTM0MSA2My4yMzM0IDIwQzYzLjIzMzQgMjUuMDY3NiA1OS4xMTA3IDI5LjE4OTIgNTQuMDQ1NyAyOS4xODkySDQxLjg4NTRWNDBINTQuMDQ1N0M2NS4wNzEgNDAgNzQuMDQyNSAzMS4wMjg3IDc0LjA0MjUgMjBDNzQuMDQyNSA4Ljk3MTI4IDY1LjA3MSAwIDU0LjA0NTcgMEg0MS44ODU0WiIgZmlsbD0iI0ZGNDkzNiIvPg0KPHBhdGggZD0iTTQyLjQyNTggMTAuMjcwM0gzMS42MTY3VjI5LjcyOTdINDIuNDI1OFYxMC4yNzAzWiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: right -40% bottom -10%;
  opacity: 0.1;
}
@media (min-width: 400px) {
  .home-hero::before {
    background-position: right -20% bottom -20%;
  }
}
@media (min-width: 781px) {
  .home-hero::before {
    background-size: 930px;
    background-position: right 25% bottom -140px;
  }
}
@media (min-width: 781px) {
  .home-hero {
    padding: 5rem 0;
  }
}

.home-animation-container {
  width: 80%;
  position: absolute;
  right: 10%;
  bottom: -31vw;
}
@media (min-width: 781px) {
  .home-animation-container {
    right: 0;
    width: 500px;
    height: 340px;
    bottom: -5rem;
  }
}

.cta-card {
  border: 1px solid #58c6ff;
  padding: 2rem 2rem;
  box-shadow: 4px 4px 16px 0px rgba(5, 5, 67, 0.1);
}
@media (min-width: 781px) {
  .cta-card {
    padding: 2rem 3rem;
  }
}

.stat-blocks {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1rem;
  row-gap: 1rem;
}
@media (min-width: 960px) {
  .stat-blocks {
    grid-template-columns: 2fr 2fr;
  }
}
.stat-blocks .stat-block-container {
  display: flex;
  margin: 0 !important;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 500px) {
  .stat-blocks .stat-block-container {
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  .stat-blocks .stat-block-container {
    flex-direction: column;
  }
}
.stat-blocks .stat-block {
  margin: 0 !important;
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (min-width: 500px) {
  .stat-blocks .stat-block {
    min-height: 200px;
  }
}
@media (min-width: 960px) {
  .stat-blocks .stat-block {
    min-height: 280px;
  }
}

.industry-grid {
  display: grid !important;
  grid-template-columns: 1fr;
  column-gap: 1rem;
  row-gap: 2rem;
}
@media (min-width: 400px) {
  .industry-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 960px) {
  .industry-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.home-services .wp-block-columns {
  column-gap: 4rem;
  row-gap: 2rem;
  margin-bottom: 2rem;
}

.learn-more-link a:link, .learn-more-link a:visited {
  text-decoration: none;
  font-weight: 600;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.learn-more-link a:link:after, .learn-more-link a:visited:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA5IDkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDkgOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzE4RDg5Qzt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTMuNCw3LjRsMi4zLTJIMC4xdi0yaDUuNWwtMi4zLTJsMS4yLTEuM0w5LDQuNHYwLjFMNC41LDguN0wzLjQsNy40eiIvPg0KPC9zdmc+DQo=);
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}
.learn-more-link a:link:hover:after, .learn-more-link a:visited:hover:after {
  transform: translateX(0.5rem);
}

.learn-about-seo .wp-block-columns {
  column-gap: 4rem;
  row-gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 782px) {
  .learn-about-seo .wp-block-columns {
    margin-bottom: 4rem;
  }
}
.learn-about-seo .wp-block-columns.no-row-gap {
  row-gap: 0;
}
.learn-about-seo hr {
  margin-bottom: 1.5rem;
}

.forminator-button-submit {
  border-radius: 100px !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  padding: 1rem 2rem !important;
  position: absolute;
  margin-top: 1rem !important;
}
.forminator-button-submit:hover {
  box-shadow: none !important;
}

.swiper-pagination {
  position: relative !important;
  margin-top: 2rem;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #58c6ff;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff4936;
}

.swiper {
  cursor: pointer;
}

@media (max-width: 959px) {
  .hide-on-mobile {
    display: none;
  }
}

.components-panel__row {
  display: block !important;
}

.editor-flex {
  display: flex !important;
  flex-direction: row;
  align-items: flex-start !important;
  gap: 1rem;
}
.editor-flex .components-base-control__field {
  margin-bottom: 0 !important;
}

.active-tab {
  border-bottom: 2px solid #050543 !important;
}

.image-button {
  height: auto !important;
  border: 1px solid lightgrey !important;
  padding: 0 !important;
}
.image-button img {
  width: 100%;
}

/**
 * Swiper 10.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 8, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.hamburger {
  z-index: 50;
  position: relative;
  display: block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger .is-active:hover {
  opacity: 1;
}
@media only screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
  background-color: #ff4936;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 30px;
  height: 4px;
  background-color: #ff4936;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger .hamburger-inner {
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger .hamburger-inner::before {
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}

.hamburger .hamburger-inner::after {
  transition: bottom 75ms 0.12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger.is-active .hamburger-inner {
  transform: rotate(45deg);
  width: 20px;
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  width: 20px;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}

.hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  width: 20px;
  transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active {
  width: 20px;
  margin-right: 16px;
}

.nav {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  z-index: 10000;
  width: 100%;
  padding: 1rem 0;
  background-color: #050543;
}

.nav-placeholder {
  display: block;
  width: 100%;
  height: 64px;
}
@media (min-width: 960px) {
  .nav-placeholder {
    height: 92px;
  }
}

.logged-in .nav {
  top: 44px;
}
@media only screen and (min-width: 782px) {
  .logged-in .nav {
    top: 32px;
  }
}

.nav-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px);
  max-width: 1250px;
}
.nav-content a {
  text-decoration: none;
}
@media only screen and (min-width: 800px) {
  .nav-content {
    z-index: 10;
    width: calc(100% - 80px);
  }
}

.nav-logo {
  position: relative;
  z-index: 10;
  height: 40px;
  width: 74px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA3NSA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xOS45OTY5IDBDOC45NzE1OCAwIDAgOC45NzEyOCAwIDIwQzAgMzEuMDI4NyA4Ljk3MTU4IDQwIDE5Ljk5NjkgNDBIMzIuMTU3MlYyOS4xODkySDE5Ljk5NjlDMTQuOTMxOCAyOS4xODkyIDEwLjgwOTEgMjUuMDY3NiAxMC44MDkxIDIwQzEwLjgwOTEgMTQuOTMyNCAxNC45MzE4IDEwLjgxMDggMTkuOTk2OSAxMC44MTA4SDMyLjE1NzJWMEgxOS45OTY5WiIgZmlsbD0iIzU4QzZGRiIvPg0KPHBhdGggZD0iTTQxLjg4NTQgMFYxMC44MTA4SDU0LjA0NTdDNTkuMTEwNyAxMC44MTA4IDYzLjIzMzQgMTQuOTM0MSA2My4yMzM0IDIwQzYzLjIzMzQgMjUuMDY3NiA1OS4xMTA3IDI5LjE4OTIgNTQuMDQ1NyAyOS4xODkySDQxLjg4NTRWNDBINTQuMDQ1N0M2NS4wNzEgNDAgNzQuMDQyNSAzMS4wMjg3IDc0LjA0MjUgMjBDNzQuMDQyNSA4Ljk3MTI4IDY1LjA3MSAwIDU0LjA0NTcgMEg0MS44ODU0WiIgZmlsbD0iI0ZGNDkzNiIvPg0KPHBhdGggZD0iTTQyLjQyNTggMTAuMjcwM0gzMS42MTY3VjI5LjcyOTdINDIuNDI1OFYxMC4yNzAzWiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K);
}
@media (min-width: 960px) {
  .nav-logo {
    height: 3rem;
    width: 17.5rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgwIiBoZWlnaHQ9IjQ5IiB2aWV3Qm94PSIwIDAgMjgwIDQ5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzExMDJfMzQzKSI+DQo8cGF0aCBkPSJNMjQuMzczMSAwQzEwLjkzNDkgMCAwIDEwLjk4OTggMCAyNC41QzAgMzguMDEwMiAxMC45MzQ5IDQ5IDI0LjM3MzEgNDlIMzkuMTk0NVYzNS43NTY4SDI0LjM3MzFDMTguMTk5NSAzNS43NTY4IDEzLjE3NDYgMzAuNzA3OCAxMy4xNzQ2IDI0LjVDMTMuMTc0NiAxOC4yOTIyIDE4LjE5OTUgMTMuMjQzMiAyNC4zNzMxIDEzLjI0MzJIMzkuMTk0NVYwSDI0LjM3MzFaIiBmaWxsPSIjNThDNkZGIi8+DQo8cGF0aCBkPSJNNTEuMDUxNyAwVjEzLjI0MzJINjUuODczMkM3Mi4wNDY3IDEzLjI0MzIgNzcuMDcxNiAxOC4yOTQzIDc3LjA3MTYgMjQuNUM3Ny4wNzE2IDMwLjcwNzggNzIuMDQ2NyAzNS43NTY4IDY1Ljg3MzIgMzUuNzU2OEg1MS4wNTE3VjQ5SDY1Ljg3MzJDNzkuMzExMyA0OSA5MC4yNDYyIDM4LjAxMDIgOTAuMjQ2MiAyNC41QzkwLjI0NjIgMTAuOTg5OCA3OS4zMTEzIDAgNjUuODczMiAwSDUxLjA1MTdaIiBmaWxsPSIjRkY0OTM2Ii8+DQo8cGF0aCBkPSJNNTEuNzEwNCAxMi41ODExSDM4LjUzNThWMzYuNDE4OUg1MS43MTA0VjEyLjU4MTFaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTExNC43MyAxMC44Mjg1QzExNC43MyA0LjY5OTMyIDExOS4zNDggMC41NjQ5NDEgMTI1LjI2NiAwLjU2NDk0MUMxMzAuMTggMC41NjQ5NDEgMTMyLjcyNCAzLjI3MTUzIDEzNC4wMjUgNS44ODkxNEwxMjkuNjQ1IDcuOTcwODFDMTI4Ljk5NCA2LjM5NDA0IDEyNy4zMDYgNS4wODQyIDEyNS4yNjQgNS4wODQyQzEyMi4xODYgNS4wODQyIDExOS45MDggNy41ODM4NiAxMTkuOTA4IDEwLjgyNjRDMTE5LjkwOCAxNC4wNjg5IDEyMi4xODYgMTYuNTY4NiAxMjUuMjY0IDE2LjU2ODZDMTI3LjMwNiAxNi41Njg2IDEyOC45OTIgMTUuMjU4NyAxMjkuNjQ1IDEzLjY4MkwxMzQuMDI1IDE1Ljc2MzZDMTMyLjc1MyAxOC4zMjEyIDEzMC4xNzggMjEuMDg3OCAxMjUuMjY2IDIxLjA4NzhDMTE5LjM0OCAyMS4wODc4IDExNC43MyAxNi45MjI0IDExNC43MyAxMC44MjQzVjEwLjgyODVaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTE0NS4wNTUgMC41NjQ5NDFDMTUxLjA5MiAwLjU2NDk0MSAxNTUuNTkgNC43OTAzNiAxNTUuNTkgMTAuODI4NUMxNTUuNTkgMTYuODY2NSAxNTEuMDkyIDIxLjA5MiAxNDUuMDU1IDIxLjA5MkMxMzkuMDE3IDIxLjA5MiAxMzQuNDg4IDE2Ljg2NjUgMTM0LjQ4OCAxMC44Mjg1QzEzNC40ODggNC43OTAzNiAxMzkuMDE3IDAuNTY0OTQxIDE0NS4wNTUgMC41NjQ5NDFaTTE0NS4wNTUgNS4wODYyN0MxNDEuNzY5IDUuMDg2MjcgMTM5LjY2OCA3LjU4NTkzIDEzOS42NjggMTAuODI4NUMxMzkuNjY4IDE0LjA3MSAxNDEuNzY5IDE2LjU3MDYgMTQ1LjA1NSAxNi41NzA2QzE0OC4zNCAxNi41NzA2IDE1MC40MTEgMTQuMDQyIDE1MC40MTEgMTAuODI4NUMxNTAuNDExIDcuNjE0OSAxNDguMzA5IDUuMDg2MjcgMTQ1LjA1NSA1LjA4NjI3WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0xNjUuNTEgMTQuMDEyOUgxNjIuOTA2VjIwLjczNTlIMTU3LjgxNlYwLjg5Mzc5OUgxNjcuNzAxQzE3Mi4wODEgMC44OTM3OTkgMTc0LjU2NiAzLjgwOTM4IDE3NC41NjYgNy40OTg4N0MxNzQuNTY2IDEwLjk1MDQgMTcyLjQ2NCAxMi43OTQxIDE3MC42MyAxMy40NDhMMTc0LjY1NCAyMC43MzU5SDE2OC44MjVMMTY1LjUxIDE0LjAxMjlaTTE2Ni45MzEgNS4yMDYxM0gxNjIuOTA2VjkuNjY3NDVIMTY2LjkzMUMxNjguMjYzIDkuNjY3NDUgMTY5LjM4NyA4LjgwNDU3IDE2OS4zODcgNy40MzY3OUMxNjkuMzg3IDYuMDY5MDEgMTY4LjI2MyA1LjIwNjEzIDE2Ni45MzEgNS4yMDYxM1oiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMTgzLjQyIDEzLjI2OEwxODIuMDg4IDE0LjkzMzdWMjAuNzMzOEgxNzYuOTk3VjAuODkzNzk5SDE4Mi4wODhWOS4wNDQ2TDE4OC4xNTQgMC44OTM3OTlIMTk0LjQyOUwxODYuNzYzIDEwLjE3NjVMMTk0Ljg0MiAyMC43MzhIMTg4LjU5OUwxODMuNDIgMTMuMjdWMTMuMjY4WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0yMDAuNzQ4IDUuMzU1MTJIMTk1LjIxNVYwLjg5Mzc5OUgyMTEuMzQ0VjUuMzU3MTlIMjA1LjgzOVYyMC43MzhIMjAwLjc0OFY1LjM1NTEyWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0yMjIuMjU4IDAuNTY0OTQxQzIyOC4yOTYgMC41NjQ5NDEgMjMyLjc5NCA0Ljc5MDM2IDIzMi43OTQgMTAuODI4NUMyMzIuNzk0IDE2Ljg2NjUgMjI4LjI5NiAyMS4wOTIgMjIyLjI1OCAyMS4wOTJDMjE2LjIyIDIxLjA5MiAyMTEuNjkyIDE2Ljg2NjUgMjExLjY5MiAxMC44Mjg1QzIxMS42OTIgNC43OTAzNiAyMTYuMjIgMC41NjQ5NDEgMjIyLjI1OCAwLjU2NDk0MVpNMjIyLjI1OCA1LjA4NjI3QzIxOC45NzMgNS4wODYyNyAyMTYuODcxIDcuNTg1OTMgMjE2Ljg3MSAxMC44Mjg1QzIxNi44NzEgMTQuMDcxIDIxOC45NzMgMTYuNTcwNiAyMjIuMjU4IDE2LjU3MDZDMjI1LjU0MyAxNi41NzA2IDIyNy42MTQgMTQuMDQyIDIyNy42MTQgMTAuODI4NUMyMjcuNjE0IDcuNjE0OSAyMjUuNTEzIDUuMDg2MjcgMjIyLjI1OCA1LjA4NjI3WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0yNDUuODc2IDguMjk5NjdMMjQyLjg4NyAyMC43MzU5SDIzNy40OTlMMjMxLjg0NyAwLjg5Mzc5OUgyMzcuNTU5TDI0MC41NDggMTQuMTMyOUwyNDMuOTIyIDAuODkzNzk5SDI0Ny44MjlMMjUxLjIwMyAxNC4xMzI5TDI1NC4xNjMgMC44OTM3OTlIMjU5Ljg3NkwyNTQuMjUyIDIwLjczNTlIMjQ4Ljg2NUwyNDUuODc2IDguMjk5NjdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTI2Ni43NDEgOC43NDY2M1YyMC43MzU5SDI2MS42NVYwLjg5Mzc5OUgyNjYuODg5TDI3NC44OCAxMi4zMTgyVjAuODkzNzk5SDI4MFYyMC43MzU5SDI3NS4wODZMMjY2Ljc0MSA4Ljc0NjYzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0xMTYuNzc3IDI3LjQ5NjNIMTIzLjUxNkMxMjkuNjM0IDI3LjQ5NjMgMTMzLjYyNiAzMS44MDQ1IDEzMy42MjYgMzcuNDIwNUMxMzMuNjI2IDQzLjAzNjUgMTI5LjYzNiA0Ny4zMTM2IDEyMy41MTYgNDcuMzEzNkgxMTYuNzc3VjI3LjQ5NjNaTTEyMy41MTYgNDUuMTE2MUMxMjguMzA0IDQ1LjExNjEgMTMxLjA4MyA0MS42Njg3IDEzMS4wODMgMzcuNDIwNUMxMzEuMDgzIDMzLjE3MjMgMTI4LjM5MyAyOS42OTYgMTIzLjUxNiAyOS42OTZIMTE5LjIzVjQ1LjExNjFIMTIzLjUxNloiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMTQ3Ljc4IDI3LjQ5NjNIMTUwLjIzNFY0Ny4zMTM2SDE0Ny43OFYyNy40OTYzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0xNzQuNDY1IDI3LjE2OTRDMTc3Ljk1MiAyNy4xNjk0IDE4MC4zNzcgMjguNzE1MiAxODIuMTIxIDMwLjg4MzdMMTgwLjE2OSAzMi4xMDI1QzE3OC45MjggMzAuNDk4OSAxNzYuODMgMjkuMzY5MSAxNzQuNDY1IDI5LjM2OTFDMTcwLjE1IDI5LjM2OTEgMTY2Ljg2OSAzMi42OTY0IDE2Ni44NjkgMzcuNDIwNUMxNjYuODY5IDQyLjE0NDYgMTcwLjE1IDQ1LjUwMyAxNzQuNDY1IDQ1LjUwM0MxNzYuODMgNDUuNTAzIDE3OC43OCA0NC4zNDQzIDE3OS43NTUgNDMuMzYzNFYzOS4zMjIySDE3Mi45ODdWMzcuMTI0NkgxODIuMjA5VjQ0LjI4NDNDMTgwLjM3NyA0Ni4zMzQ5IDE3Ny42ODcgNDcuNzAwNiAxNzQuNDY1IDQ3LjcwMDZDMTY4Ljg0OSA0Ny43MDA2IDE2NC4zMjcgNDMuNTcwNCAxNjQuMzI3IDM3LjQyMDVDMTY0LjMyNyAzMS4yNzA3IDE2OC44NDkgMjcuMTY5NCAxNzQuNDY1IDI3LjE2OTRaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTE5Ni44MjEgMjcuNDk2M0gxOTkuMjc1VjQ3LjMxMzZIMTk2LjgyMVYyNy40OTYzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0yMTguNzcxIDI5LjY5NkgyMTIuNTM0VjI3LjQ5NjNIMjI3LjQ4OVYyOS42OTZIMjIxLjIyM1Y0Ny4zMTU3SDIxOC43NjlWMjkuNjk2SDIxOC43NzFaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTI1MC44NTcgNDIuOTE2NEgyNDAuODY3TDIzOS4xMjQgNDcuMzEzNkgyMzYuNDA0TDI0NC4zMjYgMjcuNDk2M0gyNDcuMzdMMjU1LjMyIDQ3LjMxMzZIMjUyLjYwMUwyNTAuODU3IDQyLjkxNjRaTTI0MS41NzUgNDAuNzE2OEgyNTAuMTE4TDI0NS44NjEgMjkuNjkzOUwyNDEuNTc1IDQwLjcxNjhaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTI2OC4zMjIgMjcuNDk2M0gyNzAuNzc2VjQ1LjExNjFIMjc5LjkzOFY0Ny4zMTU3SDI2OC4zMjJWMjcuNDk4NFYyNy40OTYzWiIgZmlsbD0id2hpdGUiLz4NCjwvZz4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMTAyXzM0MyI+DQo8cmVjdCB3aWR0aD0iMjgwIiBoZWlnaHQ9IjQ5IiBmaWxsPSJ3aGl0ZSIvPg0KPC9jbGlwUGF0aD4NCjwvZGVmcz4NCjwvc3ZnPg0K);
  }
}

.nav-logo-text {
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 100px;
}

.nav-background {
  z-index: 5;
  position: absolute;
  top: -1rem;
  left: -2rem;
  width: calc(100% + 4rem);
  height: 72px;
  background-color: #050543;
}
@media only screen and (min-width: 960px) {
  .nav-background {
    display: none;
    height: calc(100% + 2rem);
  }
}

.nav-links-wrapper {
  opacity: 0;
  position: fixed;
  z-index: -10;
  width: 100%;
  top: 72px;
  left: 0;
  display: flex;
  align-items: top;
  padding: 2rem 1rem 1rem 1rem;
  border-radius: 0 0 1.5rem 1.5rem;
  background-color: #050543;
  transform: translateY(calc(-100% - 72px));
}
.nav-links-wrapper.animate {
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.nav-links-wrapper.is-active {
  transform: translateY(0);
}
.nav-links-wrapper.is-visible {
  opacity: 1;
}
@media only screen and (min-width: 960px) {
  .nav-links-wrapper {
    opacity: 1;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    background-color: inherit;
    transform: translateY(0);
    transition: none;
    padding: 0;
  }
  .nav-links-wrapper.is-active {
    left: inherit;
  }
}

.logged-in .nav-links-wrapper {
  top: 100px;
}
@media only screen and (min-width: 960px) {
  .logged-in .nav-links-wrapper {
    top: auto;
    height: auto;
  }
}

.nav-links {
  list-style: none;
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 1.125rem;
}
.nav-links > ul > li:last-child > a {
  font-size: 1rem;
  font-weight: 600;
  box-sizing: content-box;
  padding: 1rem 0;
  border-radius: 5rem;
  background-color: #58c6ff;
  transition: background-color 0.25s ease;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 500px) {
  .nav-links > ul > li:last-child > a {
    max-width: 200px;
  }
}
@media only screen and (min-width: 960px) {
  .nav-links > ul > li:last-child > a {
    width: auto;
    padding: 0.75rem 1.5rem;
  }
}
.nav-links > ul > li:last-child > a:link, .nav-links > ul > li:last-child > a:visited {
  color: #050543;
}
.nav-links > ul > li:last-child > a:hover {
  background-color: #ff4936;
}
.nav-links li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.nav-links li a:link,
.nav-links li a:visited {
  color: #fff;
}
.nav-links .wp-block-page-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 960px) {
  .nav-links .wp-block-page-list {
    gap: 3rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 960px) {
  .nav-links .wp-block-page-list {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  .nav-links .wp-block-pages-list__item {
    display: flex;
    padding: 0.5rem 0;
    margin-bottom: 0;
  }
}
.nav-links .has-child {
  position: relative;
}
@media (min-width: 960px) {
  .nav-links .has-child::after {
    content: "";
    display: inline-block;
    margin-left: 0.5rem;
    margin-top: 0.4rem;
    width: 12px;
    height: 1rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNS4yNDcwMSA3LjE0TDAuNDUxMDExIDEuNjU4Qy0wLjExNDk4OSAxLjAxMyAwLjM0NTAxMSAzLjY3NzA2ZS0wNyAxLjIwNDAxIDMuNjc3MDZlLTA3SDEwLjc5NkMxMC45ODgzIC0wLjAwMDE2NDQ1OSAxMS4xNzY1IDAuMDU1MDg3OCAxMS4zMzgxIDAuMTU5MTQxQzExLjQ5OTggMC4yNjMxOTQgMTEuNjI4IDAuNDExNjM3IDExLjcwNzUgMC41ODY2OTNDMTEuNzg2OSAwLjc2MTc0OSAxMS44MTQyIDAuOTU1OTk4IDExLjc4NjEgMS4xNDYxOEMxMS43NTggMS4zMzYzNiAxMS42NzU3IDEuNTE0NCAxMS41NDkgMS42NTlMNi43NTMwMSA3LjEzOUM2LjY1OTE1IDcuMjQ2NDEgNi41NDM0IDcuMzMyNSA2LjQxMzUyIDcuMzkxNDhDNi4yODM2NSA3LjQ1MDQ2IDYuMTQyNjUgNy40ODA5OCA2LjAwMDAxIDcuNDgwOThDNS44NTczNyA3LjQ4MDk4IDUuNzE2MzggNy40NTA0NiA1LjU4NjUgNy4zOTE0OEM1LjQ1NjYzIDcuMzMyNSA1LjM0MDg3IDcuMjQ2NDEgNS4yNDcwMSA3LjEzOVY3LjE0WiIgZmlsbD0iIzU4QzZGRiIvPg0KPC9zdmc+DQo=);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
  }
  .nav-links .has-child:hover .wp-block-navigation__submenu-container {
    display: flex;
  }
}
.nav-links .has-child:nth-of-type(2) .wp-block-navigation__submenu-container {
  display: none !important;
}
.nav-links .has-child:nth-of-type(2)::after {
  display: none !important;
}
.nav-links .wp-block-navigation__submenu-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  margin-left: 1rem;
  margin-top: 1.5rem;
}
@media (min-width: 960px) {
  .nav-links .wp-block-navigation__submenu-container {
    position: absolute;
    display: none;
    width: 260px;
    top: 100%;
    left: -1rem;
    margin: 0;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  }
}
.nav-links .wp-block-navigation__submenu-container li {
  margin: 0;
  padding: 0;
  line-height: 2rem;
}
@media (min-width: 960px) {
  .nav-links .wp-block-navigation__submenu-container li {
    line-height: 1rem;
  }
}
.nav-links .wp-block-navigation__submenu-container a:link,
.nav-links .wp-block-navigation__submenu-container a:visited {
  color: #fff;
}
@media (min-width: 960px) {
  .nav-links .wp-block-navigation__submenu-container a:link,
  .nav-links .wp-block-navigation__submenu-container a:visited {
    color: #050543;
  }
}
@media only screen and (min-width: 960px) {
  .nav-links {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
    align-items: center;
    right: auto;
    top: auto;
    transform: none;
    text-align: right;
    font-size: 1rem;
    margin-left: 0;
  }
  .nav-links li {
    display: inline-block;
  }
  .nav-links .wp-block-pages-list__item {
    height: auto;
  }
  .nav-links > ul > .current-menu-item a {
    position: relative;
  }
  .nav-links > ul > .current-menu-item > a:link, .nav-links > ul > .current-menu-item > a:visited {
    color: #58c6ff;
  }
  .nav-links > ul > .current-menu-item > a::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1rem;
    height: 4px;
    background-color: #ff4936;
  }
  .nav-links > ul > .current-menu-item:last-child > a::before {
    display: none;
  }
}

.skip-to-content-link {
  z-index: 1000;
  background: #fff;
  height: 50px;
  width: 100%;
  padding: 8px;
  position: absolute;
  text-align: center;
  transform: translateY(-200%);
}
.skip-to-content-link:focus {
  transform: translateY(0);
}

footer {
  position: relative;
  overflow: hidden;
  width: 100%;
}
footer a {
  text-decoration: none;
}

.footer-link-list {
  gap: 1rem;
}

.footer-bottom {
  flex-direction: column;
  justify-content: left !important;
  align-items: baseline !important;
  gap: 2rem;
}
@media (min-width: 910px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.social-block {
  flex-basis: auto !important;
}

@media (min-width: 780px) {
  .banner .wp-block-columns {
    align-items: end !important;
  }
}
.banner .wp-block-columns {
  flex-direction: column;
}
@media (min-width: 900px) {
  .banner .wp-block-columns {
    flex-direction: row;
  }
}
.banner figure {
  margin-bottom: 0;
}

.generic-banner {
  position: relative;
  background-color: #050543;
  padding: 4rem 0 8rem 0;
}
@media (min-width: 800px) {
  .generic-banner {
    padding: 6rem 0 10rem 0;
  }
}
@media (min-width: 1440px) {
  .generic-banner {
    padding: 6rem 0 calc(10vw + 4rem) 0;
  }
}

.generic-banner-animation-container {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 6rem;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 800px) {
  .generic-banner-animation-container {
    height: 8rem;
  }
}
@media (min-width: 1440px) {
  .generic-banner-animation-container {
    height: 10vw;
  }
}

.hidden-container {
  position: absolute;
  top: 0;
  left: 100%;
}

.container, .container--small, .container--medium {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1250px !important;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 800px) {
  .container, .container--small, .container--medium {
    width: calc(100% - 80px);
  }
}
.container .container-inner, .container--small .container-inner, .container--medium .container-inner {
  width: 100%;
}
.container.left-content, .left-content.container--small, .left-content.container--medium {
  justify-content: left;
}
.container--medium .container-inner {
  max-width: 1032px;
}
.container--small .container-inner {
  max-width: 820px;
}

.container, .container--medium, .container--small,
.container-medium,
.container-small {
  min-height: 16px;
}
.container:last-child, .container--medium:last-child, .container--small:last-child,
.container-medium:last-child,
.container-small:last-child {
  margin-bottom: 0;
}
.container > *, .container--medium > *, .container--small > *,
.container-medium > *,
.container-small > * {
  margin-bottom: 2rem;
}
.container > *:last-child, .container--medium > *:last-child, .container--small > *:last-child,
.container-medium > *:last-child,
.container-small > *:last-child {
  margin-bottom: 0rem;
}

section {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 2rem 0;
}
@media (min-width: 800px) {
  section {
    padding: 5rem 0;
  }
}

.link-button {
  padding: 1rem 2rem;
  text-decoration: none;
  font-weight: 600;
  border-radius: 50px;
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
}
.link-button:link, .link-button:visited {
  color: #050543;
}

.horizontal-bar-center,
.horizontal-bar-left {
  width: 100%;
  height: 4px;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
.horizontal-bar-center > div,
.horizontal-bar-left > div {
  content: "";
  width: 48px;
  height: 4px;
  background-color: #ff4936;
}

.horizontal-bar-left {
  justify-content: flex-start;
}

.editor-empty-tab-content {
  height: 50px;
  border: 2px grey dashed;
  color: grey;
  position: relative;
}
.editor-empty-tab-content:after {
  content: "Add tab content";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tabs {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 960px) {
  .tabs {
    flex-direction: row;
    gap: 4rem;
  }
}

.tab-navigation {
  display: none;
}
@media (min-width: 960px) {
  .tab-navigation {
    min-width: 300px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

.tab-navigation-item {
  position: relative;
  text-align: left;
  border: none;
  background-color: transparent;
  font-weight: 200;
  color: #050543;
  cursor: pointer;
  font-size: 1.125rem;
}
.tab-navigation-item.active {
  font-weight: 600;
  padding-left: 1.5rem;
}
.tab-navigation-item.active::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 11px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik03LjI5MSAwLjE0ODc0M0wxMC4zMTUgNC42NjM3NEw3LjI5MSA5LjIyMDc0SDQuOTgxTDcuNzk1IDQuNjYzNzRMNC45ODEgMC4xNDg3NDNINy4yOTFaTTguMjk5IDMuNzE4NzRWNS42Mjk3NEgwLjczODk5OFYzLjcxODc0SDguMjk5WiIgZmlsbD0iI0ZGNDkzNiIvPg0KPC9zdmc+DQo=);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

.tab-navigation-line {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 1px;
  height: calc(100% - 1.5rem);
  background-color: #18d89c;
}
@media (min-width: 830px) {
  .tab-navigation-line {
    height: 1px;
    width: 100%;
    top: auto;
    left: 0;
    bottom: -0.5rem;
  }
}

.tab-content .wp-block-columns {
  gap: 2rem;
}
@media (min-width: 960px) {
  .tab-content .wp-block-columns {
    gap: 4.5rem;
  }
}
.tab-content .wp-block-cover {
  max-height: 322px;
}

.tab {
  margin-bottom: 2rem;
}
@media (min-width: 960px) {
  .tab {
    border-left: 1px solid #ff4936;
    padding-left: 2rem;
    margin-bottom: 0;
    max-width: 860px;
  }
}
.tab .tab-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tab .tab-inner ul {
  list-style: disc;
  padding-left: 1rem;
}
.tab .tab-inner .link-button {
  align-self: flex-start;
  flex-grow: 0;
}
.tab.hidden {
  margin-bottom: 0.5rem;
}
.tab.hidden .tab-inner {
  display: none;
}
@media (min-width: 960px) {
  .tab.hidden {
    margin-bottom: 0;
  }
}
.tab .accordion-heading {
  display: block;
}
@media (min-width: 960px) {
  .tab .accordion-heading {
    display: none;
  }
}

.google-map {
  background-image: url(https://maps.googleapis.com/maps/api/staticmap?center=Corktown+Digital+Inc&zoom=15&markers=Corktown+Digital+Inc&size=600x500&markers=color:red%7Clabel:Corktown&key=AIzaSyAUIyTR9eKvXY7l3EI7s5wFZvf8bpPPx18&map_id=1a74a2d3eef55f6b);
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
  width: 100%;
}

.accordion-heading {
  position: relative;
  width: 100%;
  font-size: 1.125rem;
  color: #050543;
  padding: 1rem;
  text-align: left;
  border: none;
  cursor: pointer;
  font-weight: 600;
  border: 1px solid #58c6ff;
  background: transparent;
}
.accordion-heading:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 1rem;
  height: 16px;
  width: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNCIgdmlld0JveD0iMCAwIDE2IDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iNCIgZmlsbD0iIzE4RDg5QyIvPg0KPC9zdmc+DQo=);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.hidden .accordion-heading {
  font-weight: 200;
  background-color: #e4fcfc;
}
.hidden .accordion-heading:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHk9IjYuNSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjQiIGZpbGw9IiMxOEQ4OUMiLz4NCjxyZWN0IHg9IjEwIiB5PSIwLjUiIHdpZHRoPSIxNiIgaGVpZ2h0PSI0IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCAxMCAwLjUpIiBmaWxsPSIjMThEODlDIi8+DQo8L3N2Zz4NCg==);
}
.hidden .accordion-content {
  display: none;
}

.accordion-content {
  padding: 1rem 0;
}
@media (min-width: 960px) {
  .accordion-content {
    padding: 1rem;
  }
}

.accordion {
  margin-bottom: 0.5rem;
}

.other-posts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 800px) {
  .other-posts {
    flex-direction: row;
  }
}
.other-posts a:link,
.other-posts a:visited {
  text-decoration: none;
  color: #000;
}

.other-post {
  background-color: rgba(24, 216, 156, 0.25);
  flex: 1;
  padding: 4rem 2rem 2rem 2rem;
}
@media (min-width: 800px) {
  .other-post {
    padding: 8rem 2rem 2rem 2rem;
  }
}

.other-seo-services {
  display: grid;
  flex-direction: column;
  grid-template-columns: 1fr;
  column-gap: 2fr;
  row-gap: 2fr;
}
@media screen and (min-width: 400px) {
  .other-seo-services {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
.other-seo-services a:link,
.other-seo-services a:visited {
  color: #050543;
  text-decoration: none;
}

.other-seo-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.other-seo-service-image {
  width: 120px;
}

.case-study-card {
  padding: 2rem;
}

/*# sourceMappingURL=style-index.css.map*/