/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url("../../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url("../../fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url("../../fonts/Roboto-Bold.ttf") format("truetype");
}
/* Styles enqueued on all pages */
:root {
  --color-primary: #0068b4;
  --color-primary-hover: #65AADB;
  --color-gray: #F5F5F5;
  --container-width: 1200px;
  --container-padding: 15px;
  --section-y-padding: 80px;
  --section-y-margin: 80px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --section-y-padding: 60px;
    --section-y-margin: 60px;
  }
}
@media (max-width: 767px) {
  :root {
    --section-y-padding: 40px;
    --section-y-margin: 40px;
  }
}

body {
  font-family: sans-serif;
  color: #333;
  font-size: 1.125rem;
  line-height: 120%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.wysiwyg ul {
  list-style: disc;
  padding-left: 15px;
  margin: 10px 0;
}
.wysiwyg ul li {
  margin-bottom: 5px;
}
.wysiwyg a {
  color: inherit;
  text-decoration: underline;
}
.wysiwyg p {
  margin: 0;
  margin-bottom: 15px;
}
.wysiwyg p:last-child {
  margin-bottom: 0;
}

.section-content,
.column-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .section-content,
  .column-content {
    gap: 40px;
  }
}

@media (min-width: 1024px) {
  .gap-20 .column-content {
    gap: 20px;
  }
}

@media (min-width: 991px) {
  .pr-100 .column-content {
    padding-right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .pr-100 .column-content {
    padding-right: 50px;
  }
}

.va-center .column-content {
  height: 100%;
  justify-content: center;
}

@media (min-width: 1024px) {
  .style-listing .column-content {
    gap: 10px;
  }
}
.style-listing .text-block {
  padding-left: 50px;
  margin-bottom: 20px;
}
.style-listing .title-block {
  display: flex;
}
.style-listing .title-block .above-title {
  color: white;
  margin-bottom: 0px;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.style-listing .title-block .above-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  height: 60%;
  width: 1px;
  background-color: white;
  transform: translateY(-50%);
}

.teaser {
  padding: 40px;
  border-radius: 10px;
}
.teaser .column-background {
  transition: all ease-in 0.2s;
}
.teaser:hover {
  color: #fff;
}
.teaser:hover .column-background {
  background-color: var(--color-primary) !important;
}
.teaser:hover .button, .teaser:hover .tnp-submit {
  background-color: #fff;
}

.section:not(.style-card) + .style-card {
  margin-top: 0;
}

.style-card {
  margin: 40px var(--container-padding);
}
.style-card:last-child {
  margin-bottom: var(--section-y-margin);
}
.style-card .inner {
  background-color: var(--color-gray);
  box-sizing: border-box;
  padding: 40px !important;
  border-radius: 10px;
}
.style-card .inner .columns-wrapper {
  gap: 20px;
  align-items: center;
}
.style-card:hover .inner {
  background-color: var(--color-primary) !important;
  color: #fff;
}
.style-card:hover .inner .button, .style-card:hover .inner .tnp-submit {
  color: #fff;
  border-color: #fff;
}

.style-block {
  padding: 40px;
  background-color: var(--color-gray);
  border-radius: 10px;
}

.admin-message {
  background-color: #fff1e2;
  padding: 10px;
  margin-bottom: 20px;
  border-left: 2px solid #f9a825;
  position: relative;
  font-size: 14px;
}
.admin-message:after {
  content: "Message only visible to admins";
  position: absolute;
  top: calc(100% + 5px);
  left: 10px;
  font-size: 8px;
}

.bg-primary {
  background-color: var(--color-primary);
}

.aspect-auto {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
}

.aspect-16-9 {
  aspect-ratio: 1.7777777778;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
}

.aspect-9-16 {
  aspect-ratio: 0.5625;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
}

.aspect-3-2 {
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
}

.aspect-2-3 {
  aspect-ratio: 0.6666666667;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
}

.aspect-2-1 {
  aspect-ratio: 2;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
}

.aspect-1-2 {
  aspect-ratio: 0.5;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
}

.aspect-square {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

h1,
h2,
h3,
h4,
.style-listing .title-block .above-title,
h5,
h6 {
  margin-block-start: 0;
  margin-block-end: 0;
}

h1 {
  font-size: 3.125rem;
  line-height: 120%;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 2.75rem;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.875rem;
    line-height: 140%;
  }
}

h2 {
  font-size: 2.125rem;
  line-height: 2.875rem;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h2 {
    font-size: 1.875rem;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.625rem;
    line-height: 140%;
  }
}

h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h3,
  .h3 {
    font-size: 1.375rem;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 1.125rem;
    line-height: 140%;
  }
}

h4, .style-listing .title-block .above-title {
  font-size: 1rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h4, .style-listing .title-block .above-title {
    font-size: 1.125rem;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  h4, .style-listing .title-block .above-title {
    font-size: 0.875rem;
    line-height: 120%;
  }
}

h5 {
  font-size: 1rem;
  line-height: 120%;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h5 {
    font-size: 1.125rem;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 0.875rem;
    line-height: 120%;
  }
}

h6 {
  font-size: 0.875rem;
  line-height: normal;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h6 {
    font-size: 0.875rem;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 0.75rem;
    line-height: normal;
  }
}

.text-wall h2 {
  margin-bottom: 20px;
}
.text-wall ul {
  padding-left: 40px !important;
}

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

: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;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  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;
}

/* Auto Height */
.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;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.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 {
  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 {
  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);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next 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;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next: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";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms 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;
}

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

/* Bullets */
.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;
  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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms 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: 200ms transform, 200ms left;
}

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

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

/* Progress */
.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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

.section {
  position: relative;
}
.section .section-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section .section-background img,
.section .section-background video,
.section .section-background iframe {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.section .section-background.brand {
  background-color: var(--color-primary);
}
.section .bg-color.brand {
  background-color: var(--color-primary);
}
.section .inner img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.section .inner .columns-wrapper:not(.swiper-wrapper) {
  display: grid;
  gap: 15px;
}
.section .inner .columns-container.swiper-container {
  overflow: hidden;
}
.section .inner .columns-container *.style-cards .column {
  padding: 10px;
  border: 1px solid #d8d8d8;
  background-color: #f4f4f4;
  box-sizing: border-box;
}
.section .inner .column {
  position: relative;
  overflow: hidden;
}
.section .inner .column .column-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section .inner .column .column-background .bg-color {
  width: 100%;
  height: 100%;
}
.section .inner .column .column-background img,
.section .inner .column .column-background video,
.section .inner .column .column-background iframe {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.section .inner .column .column-content, .section .inner .column .section-content {
  z-index: 10;
  position: relative;
}
.section .inner .column .column-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}
.section .inner .column .column-link + .section-content {
  z-index: 5;
}
.section div[class*=order-] {
  order: 99;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section div[class*=md\:order-] {
    order: 99;
  }
}
@media (min-width: 1024px) {
  .section div[class*=lg\:order-] {
    order: 99;
  }
}
.section .cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.section .colspan-1 {
  grid-column: span 1/span 1;
}
.section .order-1 {
  order: 1 !important;
}
.section .cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.section .colspan-2 {
  grid-column: span 2/span 2;
}
.section .order-2 {
  order: 2 !important;
}
.section .cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.section .colspan-3 {
  grid-column: span 3/span 3;
}
.section .order-3 {
  order: 3 !important;
}
.section .cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.section .colspan-4 {
  grid-column: span 4/span 4;
}
.section .order-4 {
  order: 4 !important;
}
.section .cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.section .colspan-5 {
  grid-column: span 5/span 5;
}
.section .order-5 {
  order: 5 !important;
}
.section .cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.section .colspan-6 {
  grid-column: span 6/span 6;
}
.section .order-6 {
  order: 6 !important;
}
.section .cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.section .colspan-7 {
  grid-column: span 7/span 7;
}
.section .order-7 {
  order: 7 !important;
}
.section .cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.section .colspan-8 {
  grid-column: span 8/span 8;
}
.section .order-8 {
  order: 8 !important;
}
.section .cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.section .colspan-9 {
  grid-column: span 9/span 9;
}
.section .order-9 {
  order: 9 !important;
}
.section .cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.section .colspan-10 {
  grid-column: span 10/span 10;
}
.section .order-10 {
  order: 10 !important;
}
.section .cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.section .colspan-11 {
  grid-column: span 11/span 11;
}
.section .order-11 {
  order: 11 !important;
}
.section .cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.section .colspan-12 {
  grid-column: span 12/span 12;
}
.section .order-12 {
  order: 12 !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:colspan-1 {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:order-1 {
    order: 1 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:colspan-2 {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:order-2 {
    order: 2 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:colspan-3 {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:order-3 {
    order: 3 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:colspan-4 {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:order-4 {
    order: 4 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:colspan-5 {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:order-5 {
    order: 5 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:colspan-6 {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:order-6 {
    order: 6 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:colspan-7 {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:order-7 {
    order: 7 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:colspan-8 {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:order-8 {
    order: 8 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:colspan-9 {
    grid-column: span 9/span 9;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:order-9 {
    order: 9 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:colspan-10 {
    grid-column: span 10/span 10;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:order-10 {
    order: 10 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:colspan-11 {
    grid-column: span 11/span 11;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:order-11 {
    order: 11 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:colspan-12 {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section .md\:order-12 {
    order: 12 !important;
  }
}
@media (min-width: 1024px) {
  .section .lg\:cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .section .lg\:colspan-1 {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 1024px) {
  .section .lg\:order-1 {
    order: 1 !important;
  }
}
@media (min-width: 1024px) {
  .section .lg\:cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .section .lg\:colspan-2 {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 1024px) {
  .section .lg\:order-2 {
    order: 2 !important;
  }
}
@media (min-width: 1024px) {
  .section .lg\:cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .section .lg\:colspan-3 {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 1024px) {
  .section .lg\:order-3 {
    order: 3 !important;
  }
}
@media (min-width: 1024px) {
  .section .lg\:cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .section .lg\:colspan-4 {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 1024px) {
  .section .lg\:order-4 {
    order: 4 !important;
  }
}
@media (min-width: 1024px) {
  .section .lg\:cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .section .lg\:colspan-5 {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 1024px) {
  .section .lg\:order-5 {
    order: 5 !important;
  }
}
@media (min-width: 1024px) {
  .section .lg\:cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .section .lg\:colspan-6 {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 1024px) {
  .section .lg\:order-6 {
    order: 6 !important;
  }
}
@media (min-width: 1024px) {
  .section .lg\:cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .section .lg\:colspan-7 {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 1024px) {
  .section .lg\:order-7 {
    order: 7 !important;
  }
}
@media (min-width: 1024px) {
  .section .lg\:cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .section .lg\:colspan-8 {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 1024px) {
  .section .lg\:order-8 {
    order: 8 !important;
  }
}
@media (min-width: 1024px) {
  .section .lg\:cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .section .lg\:colspan-9 {
    grid-column: span 9/span 9;
  }
}
@media (min-width: 1024px) {
  .section .lg\:order-9 {
    order: 9 !important;
  }
}
@media (min-width: 1024px) {
  .section .lg\:cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .section .lg\:colspan-10 {
    grid-column: span 10/span 10;
  }
}
@media (min-width: 1024px) {
  .section .lg\:order-10 {
    order: 10 !important;
  }
}
@media (min-width: 1024px) {
  .section .lg\:cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .section .lg\:colspan-11 {
    grid-column: span 11/span 11;
  }
}
@media (min-width: 1024px) {
  .section .lg\:order-11 {
    order: 11 !important;
  }
}
@media (min-width: 1024px) {
  .section .lg\:cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .section .lg\:colspan-12 {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1024px) {
  .section .lg\:order-12 {
    order: 12 !important;
  }
}
.section:not(.inner-section) > .inner {
  max-width: var(--container-width);
  padding: var(--section-y-padding) var(--container-padding);
  margin: 0 auto;
  overflow: hidden;
}
.section.bg-brand_color {
  color: white;
}
.section.homepage-services {
  margin-top: -120px;
}
.section.homepage-services .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.section.homepage-services .inner .column {
  background-color: var(--color-gray);
  border-radius: 10px;
}
.section.homepage-services .inner .column .column-content {
  gap: 0;
}
.section.homepage-services .inner .column .column-content .media {
  overflow: hidden;
}
.section.homepage-services .inner .column .column-content .media img {
  transition: all 300ms ease-in-out;
  transform: scale(1);
  transform-origin: center;
}
@media (max-width: 767px) {
  .section.homepage-services .inner .column .column-content .media img {
    aspect-ratio: 4/2;
    object-fit: cover;
  }
}
.section.homepage-services .inner .column .column-content .title-block {
  padding: 8px 12px 5px;
  color: var(--color-primary);
  text-align: center;
}
@media (max-width: 767px) {
  .section.homepage-services .inner .column .column-content .title-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.section.homepage-services .inner .column:hover .media img {
  transform: scale(1.1);
}
.section.highlights > .inner {
  padding: 60px;
  margin: var(--section-y-margin) auto;
  background-color: var(--color-gray);
  border-radius: 10px;
  box-sizing: border-box;
}
.section.highlights > .inner .column .columns-wrapper {
  gap: 60px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section.highlights > .inner {
    padding: 40px;
    margin-left: var(--container-padding);
    margin-right: var(--container-padding);
  }
}
@media (max-width: 767px) {
  .section.highlights > .inner {
    padding: 20px;
    margin-left: var(--container-padding);
    margin-right: var(--container-padding);
  }
}
.section.highlights .swiper-pagination {
  display: none;
}
.section.highlights .swiper-button-next,
.section.highlights .swiper-button-prev {
  bottom: auto;
  top: 0;
}
.section.style-main-section > .inner > .columns-container > .columns-wrapper {
  align-items: center;
}
@media (min-width: 1024px) {
  .section.style-main-section > .inner > .columns-container > .columns-wrapper > .column-index-0 {
    padding-right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section.style-main-section > .inner > .columns-container > .columns-wrapper > .column-index-0 {
    padding-right: 50px;
  }
}
.section.style-main-section > .inner > .columns-container > .columns-wrapper .column-content {
  gap: 20px;
}
.section.team .inner {
  padding-top: 0;
}
.section.downloads-intro .inner {
  padding-bottom: 40px;
}
.section.downloads-list .inner {
  padding-top: 0px;
}
.section.style-only-title .inner {
  padding-bottom: 0px;
}
.section.style-only-title + .style-main-section .inner {
  padding-top: 40px;
}

.social-links {
  display: flex;
  gap: 5px;
}
.social-links a {
  text-decoration: none;
}
.social-links a:hover {
  opacity: 0.8;
}

.button, .tnp-submit {
  background-color: transparent;
  padding: 10px 20px;
  color: var(--color-primary);
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid var(--color-primary);
  border-radius: 3px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.button:hover, .tnp-submit:hover {
  background-color: var(--color-primary);
  color: white;
  border-color: var(--color-primary);
}
.button.secondary, .secondary.tnp-submit {
  background-color: transparent;
  text-decoration: underline;
  padding: 0;
  border: 0;
}
.button.secondary:hover, .secondary.tnp-submit:hover {
  color: var(--color-primary-hover);
}
.button.text, .text.tnp-submit {
  background: none;
  border: 0;
}
.button.text:hover, .text.tnp-submit:hover {
  background: none;
  text-decoration: underline;
}
.button.icon, .icon.tnp-submit {
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button.icon svg, .icon.tnp-submit svg, .button.icon img, .icon.tnp-submit img {
  width: 20px;
  height: 20px;
  display: block;
}
.button.has-icon, .has-icon.tnp-submit {
  padding-left: 40px;
  position: relative;
}
.button.has-icon svg, .has-icon.tnp-submit svg, .button.has-icon img, .has-icon.tnp-submit img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.button.has-icon.secondary, .has-icon.secondary.tnp-submit {
  padding-left: 0;
  display: flex;
  align-items: center;
}
.button.has-icon.secondary svg, .has-icon.secondary.tnp-submit svg, .button.has-icon.secondary img, .has-icon.secondary.tnp-submit img {
  position: unset;
  width: 36px;
  margin-right: 10px;
  transform: none;
}
.button.icon, .icon.tnp-submit {
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button.icon svg, .icon.tnp-submit svg, .button.icon img, .icon.tnp-submit img {
  width: 20px;
  height: 20px;
  display: block;
}

.bg-brand_color .button.primary, .bg-brand_color .primary.tnp-submit {
  color: white;
  border-color: white;
}
.bg-brand_color .button.primary:hover, .bg-brand_color .primary.tnp-submit:hover {
  background-color: white;
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.has-cover-link:hover .button.primary, .has-cover-link:hover .primary.tnp-submit {
  color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}
.has-cover-link:hover .button.secondary, .has-cover-link:hover .secondary.tnp-submit {
  color: var(--color-primary-hover);
}
.has-cover-link:hover .button.text, .has-cover-link:hover .text.tnp-submit {
  text-decoration: underline;
}
.has-cover-link:hover .button.icon, .has-cover-link:hover .icon.tnp-submit {
  border-color: var(--color-primary-hover);
}

:root {
  --swiper-theme-color: #05363d;
  --swiper-navigation-top-offset: 0;
  --swiper-navigation-size: 12px !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--color-primary) !important;
  margin-top: 0 !important;
  padding: 8px 10px;
  box-sizing: content-box;
  border: 1px solid var(--color-primary);
  border-radius: 3px;
  bottom: 0;
  top: auto;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--color-primary);
  color: white !important;
}

.bg-brand_color .swiper-button-next,
.bg-brand_color .swiper-button-prev {
  border: 1px solid white;
  color: white !important;
}
.bg-brand_color .swiper-button-next:hover,
.bg-brand_color .swiper-button-prev:hover {
  background-color: white;
  color: var(--color-primary) !important;
}
.bg-brand_color .swiper-pagination-bullet,
.bg-brand_color .swiper-pagination-bullet-active {
  background-color: white;
}

.swiper-button-prev {
  left: auto !important;
  right: 50px !important;
}

.swiper-pagination {
  position: static !important;
  margin-top: 20px;
}

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