@import url(https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@700&family=Titillium+Web:wght@700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap);
@charset "UTF-8";
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Variables

  # Learn more about Sass variables here: http://sass-lang.com/guide#topic-2
--------------------------------------------------------------*/
/** Import Bootstrap functions */
/** font family **/
/** font-size **/
/** Fancybox **/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  Learn more about Sass mixins here: @link {http://sass-lang.com/guide#topic-6}
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Variables

  # Learn more about Sass variables here: http://sass-lang.com/guide#topic-2
--------------------------------------------------------------*/
/** Import Bootstrap functions */
/** font family **/
/** font-size **/
/** Fancybox **/
/*--------------------------------------------------------------
# Bootstrap main file
--------------------------------------------------------------*/
:root {
  --bs-blue: #0073DD;
  --bs-indigo: #0053A0;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #ED5656;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0073DD;
  --bs-secondary: #C9AC93;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #ED5656;
  --bs-light: #F6FAFF;
  --bs-dark: #163046;
  --bs-font-sans-serif: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #163046;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  line-height: 1.1875;
  color: currentColor;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

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

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

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

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0073DD;
  text-decoration: underline;
}
a:hover {
  color: #ED5656;
  text-decoration: underline;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.1875;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.1875;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.1875;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.1875;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.1875;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.1875;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #163046;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 0;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid transparent;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0073DD;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #D2D1D1;
  background-color: #343a40;
  border-color: transparent;
}
.dropdown-menu-dark .dropdown-item {
  color: #D2D1D1;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0073DD;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: transparent;
}
.dropdown-menu-dark .dropdown-item-text {
  color: #D2D1D1;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 0.75rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.75rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.75rem 0.75rem 0;
  border-top-color: #FFFFFF;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.75rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.75rem;
  height: 1.5rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.75rem 0.75rem 0.75rem 0;
  border-right-color: #FFFFFF;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.75rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.75rem 0.75rem;
  border-bottom-color: #FFFFFF;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.75rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.75rem;
  height: 1.5rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.75rem 0 0.75rem 0.75rem;
  border-left-color: #FFFFFF;
}

.tooltip-inner {
  max-width: 440px;
  padding: 20px 20px;
  color: #0073DD;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 0;
}

/*
    Dots plugin
*/
/*
    Navigation plugin
*/
.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}
.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  /* https://github.com/andreszs/jquery.events.swipe#pointer-event-remarks */
  touch-action: pan-y;
}

.carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: #fff;
  background: #0073DD;
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}
.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}
.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

/*
  Thumbs plugin
*/
/* 3/2 */
/*
  HTML plugin
*/
/*
  Toolbar plugin
*/
body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}
.fancybox__container :focus {
  outline: thin dotted;
}
body.is-using-mouse .fancybox__container :focus {
  outline: none;
}
@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #163046;
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  /* For Safari */
  height: 100%;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}
.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}
.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
  right: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}
@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}

/* Close button located inside content area */
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -36px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}
.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

/* Opening */
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          animation: 0.15s ease backwards fancybox-fadeIn;
}

/* Closing */
.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
          animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
          animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
          animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
          animation: 0.15s ease both fancybox-zoomOutDown;
}

/* Both `throwOut` classes are for closing animation after dragging up/down */
.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
          animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
          animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel .is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox__carousel .is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox__carousel .fancybox__slide:not(.has-image) .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}
.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

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

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}
.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: 4px;
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  /* Keep aspect ratio */
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: 4px;
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}
@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}
.fancybox__toolbar__items {
  display: flex;
}
.fancybox__toolbar__items--left {
  margin-right: auto;
}
.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
  margin-left: auto;
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Typography
--------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
textarea {
  line-height: 1.5;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  clear: both;
}

h1,
.h1,
.has-huge-font-size {
  line-height: 1;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0.5em 1.5em 1.5em;
  margin-left: 0;
  padding-left: 25px;
  position: relative;
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  font-size: 1rem;
}

code,
kbd,
tt,
var {
  font-size: 15px;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, .mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

a:focus {
  outline: none;
}

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

b, strong {
  font-weight: bold;
}

a, button {
  transition: all 0.5s;
}

.has-small-font-size {
  font-size: 0.875rem;
}

.has-medium-font-size {
  font-size: 1.5rem;
}

.has-large-font-size {
  font-size: 2rem;
}

.has-huge-font-size {
  font-size: 2.5rem;
}

.has-beige-color {
  color: #C9AC93;
}

.has-black-color {
  color: #000000;
}

.has-blue-color {
  color: #0073DD;
}

.has-indigo-color {
  color: #0053A0;
}

.has-darkblue-color {
  color: #163046;
}

.has-lightblue-color {
  color: #E7EFF8;
}

.has-gray-color {
  color: #D8D8D8;
}

.has-red-color {
  color: #ED5656;
}

.has-white-color {
  color: #fff;
}

@font-face {
  font-family: "fontello";
  src: url(../fonts/fontello.eot?063fabd30c4d7b395300f754d3401a68);
  src: url(../fonts/fontello.eot?063fabd30c4d7b395300f754d3401a68) format("embedded-opentype"), url(../fonts/fontello.woff2?db25078eac8dd4019d9798d60d9a5931) format("woff2"), url(../fonts/fontello.woff?e813b1fb2999c8698b48c9352f8f717c) format("woff"), url(../fonts/fontello.ttf?cf217f585b761a60ac79d295cb0cf490) format("truetype"), url(../fonts/fontello.svg?1634b30d0349fb5e2d6ec0d470bbb09f) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?13174697#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-mail:before {
  content: "";
}

/* '' */
.icon-phone:before {
  content: "";
}

/* '' */
.icon-search:before {
  content: "";
}

/* '' */
.icon-check:before {
  content: "";
}

/* '' */
.icon-check-circle:before {
  content: "";
}

/* '' */
.icon-plus:before {
  content: "";
}

/* '' */
.icon-arrow-tail:before {
  content: "";
}

/* '' */
.icon-chevron:before {
  content: "";
}

/* '' */
.icon-twitter:before {
  content: "";
}

/* '' */
.icon-facebook:before {
  content: "";
}

/* '' */
.icon-rss:before {
  content: "";
}

/* '' */
.icon-pinterest-squared:before {
  content: "";
}

/* '' */
.icon-gplus-squared:before {
  content: "";
}

/* '' */
.icon-gplus:before {
  content: "";
}

/* '' */
.icon-mail-alt:before {
  content: "";
}

/* '' */
.icon-linkedin:before {
  content: "";
}

/* '' */
.icon-youtube:before {
  content: "";
}

/* '' */
.icon-instagram:before {
  content: "";
}

/* '' */
.icon-tumblr:before {
  content: "";
}

/* '' */
.icon-tumblr-squared:before {
  content: "";
}

/* '' */
.icon-skype:before {
  content: "";
}

/* '' */
.icon-vimeo-squared:before {
  content: "";
}

/* '' */
.icon-stumbleupon-circled:before {
  content: "";
}

/* '' */
.icon-stumbleupon:before {
  content: "";
}

/* '' */
.icon-behance:before {
  content: "";
}

/* '' */
.icon-behance-squared:before {
  content: "";
}

/* '' */
.icon-spotify:before {
  content: "";
}

/* '' */
.icon-soundcloud:before {
  content: "";
}

/* '' */
.icon-vine:before {
  content: "";
}

/* '' */
.icon-angellist:before {
  content: "";
}

/* '' */
.icon-pinterest:before {
  content: "";
}

/* '' */
.icon-whatsapp:before {
  content: "";
}

/* '' */
.icon-vimeo:before {
  content: "";
}

/* '' */
.icon-telegram:before {
  content: "";
}

/* '' */
.icon-twitter-squared:before {
  content: "";
}

/* '' */
.icon-facebook-squared:before {
  content: "";
}

/* '' */
.icon-linkedin-squared:before {
  content: "";
}

/* '' */
/*--------------------------------------------------------------
>>> COMPONENTS:
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Wordpress Classes Styling
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Default Wordpress elements styling

  # Learn more: https://codex.wordpress.org/CSS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.gallery-caption {
  display: block;
  border: 1px solid #CCC;
  font-size: 11px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.group-blog .byline,
.single .byline {
  display: inline;
}

.entry-content,
.entry-summary,
.page-content {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.archive .format-aside .entry-title,
.blog .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
/*--------------------------------------------------------------
# Parts
--------------------------------------------------------------*/
.button {
  padding: 0.9375em 1.875em;
  font-size: 1rem;
  border-radius: 1.5625em;
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  border: 0;
  line-height: 1.25;
  font-weight: 500;
  background: #0073DD;
  letter-spacing: 0.1px;
  transition: all 0.15s;
  position: relative;
  padding-right: 2.875em;
  text-decoration: none;
}
.button::after {
  content: "";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: inherit;
}
.button:hover {
  text-decoration: none;
  filter: brightness(107%);
}
.button:hover:after {
  transform: translate(5px, -50%);
}
.button:focus {
  outline: none;
}

/*--------------------------------------------------------------
  # Parts (Button, inputs, forms, etc)
--------------------------------------------------------------*/
.page-title {
  font-size: calc(1.2625rem + 0.15vw);
  line-height: 1.2;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  width: auto;
  min-width: 200px;
  background: #163046;
  color: #fff;
  padding: 0.9em 1.25em;
  text-align: center;
  display: inline-block;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .page-title {
    font-size: 1.375rem;
  }
}

.testimonial-logo {
  display: inline-block;
  max-width: 170px;
}

/*--------------------------------------------------------------
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form__label,
.gform .gfield_radio label,
.gform .gfield_checkbox label,
.gform .gfield_label {
  font-size: 14px;
  margin-bottom: 5px;
}

.form__control,
.gform input:not(.gform_button),
.gform textarea,
.gform select {
  width: 100%;
  padding: 11px 1em;
  border-radius: 0;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  color: inherit;
}
.form__control[type=text], .form__control[type=email],
.gform input[type=text]:not(.gform_button),
.gform textarea[type=text],
.gform select[type=text],
.gform input[type=email]:not(.gform_button),
.gform textarea[type=email],
.gform select[type=email] {
  background-repeat: no-repeat;
  background-position: right center;
}
.form__control[type=radio], .form__control[type=checkbox],
.gform input[type=radio]:not(.gform_button),
.gform textarea[type=radio],
.gform select[type=radio],
.gform input[type=checkbox]:not(.gform_button),
.gform textarea[type=checkbox],
.gform select[type=checkbox] {
  height: 1em;
  width: 1em;
}
.form__control::-moz-placeholder, .gform input:not(.gform_button)::-moz-placeholder, .gform textarea::-moz-placeholder, .gform select::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
.form__control:-ms-input-placeholder, .gform input:not(.gform_button):-ms-input-placeholder, .gform textarea:-ms-input-placeholder, .gform select:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.form__control::placeholder,
.gform input:not(.gform_button)::placeholder,
.gform textarea::placeholder,
.gform select::placeholder {
  color: inherit;
  opacity: 0.5;
}
.form__control::-ms-clear,
.gform input:not(.gform_button)::-ms-clear,
.gform textarea::-ms-clear,
.gform select::-ms-clear {
  display: none;
}
.form__control:focus,
.gform input:focus:not(.gform_button),
.gform textarea:focus,
.gform select:focus {
  outline: none;
}
.form__control--no-border {
  border: 0;
}
@media (max-width: 575.98px) {
  .form__control,
.gform input:not(.gform_button),
.gform textarea,
.gform select {
    font-size: 16px;
  }
}

.gform .gfield_select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #163046;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../images/chevron-down.svg?f7da8cc9850dc8e59e70d2ee11edc39e);
  background-position: center, right 1em center;
  background-size: 100% 100%, 0.7em 1em;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
}

.form__group,
.gform .gfield {
  display: block;
  position: relative;
  margin-top: 16px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .gform {
    max-width: 545px;
  }
}
.gform--no-footer .gform_footer {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.gform .gform_heading {
  margin-bottom: 45px;
}
.gform .gform_title {
  font-size: 1.125rem;
}
.gform .validation_error {
  font-size: 0.875rem;
  color: #ED5656;
  margin-bottom: 1em;
}
.gform .validation_message {
  color: #ED5656;
}
.gform .gfield_error input {
  border: 1px solid #ED5656;
}
.gform .gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 641px) {
  .gform .gform_fields {
    width: calc(100% + 16px);
    margin-right: -16px;
  }
}
@media only screen and (min-width: 641px) {
  .gform .gfield {
    padding-right: 16px;
  }
}
.gform .gfield:first-child {
  margin-top: 0;
}
.gform .gfield:last-child {
  margin-bottom: 0;
}
.gform textarea {
  height: 120px;
  display: block;
}
@media (min-width: 576px) {
  .gform textarea {
    height: 160px;
  }
}
.gform .gfield_radio,
.gform .gfield_checkbox {
  list-style: none;
  margin: 0;
  margin-bottom: -0.5em;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -36px;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .gform .gfield_radio,
.gform .gfield_checkbox {
    flex-direction: column;
  }
}
.gform .gfield_radio li,
.gform .gfield_checkbox li {
  margin-right: 36px;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.gform .gfield_radio li label,
.gform .gfield_checkbox li label {
  font-size: 1rem;
  margin-bottom: 0;
}
.gform .gfield_radio input:checked + label,
.gform .gfield_checkbox input:checked + label {
  font-weight: 700;
}
.gform .field-label-top .gfield_label,
.gform .radio-buttons-field .gfield_label {
  position: static;
}
.gform .gform_button {
  padding: 0.9375em 1.875em;
  font-size: 1rem;
  border-radius: 1.5625em;
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  border: 0;
  line-height: 1.25;
  font-weight: 500;
  background: #ED5656;
  letter-spacing: 0.1px;
  transition: all 0.15s;
  position: relative;
  padding-right: 2.875em;
  text-decoration: none;
  width: 100%;
}
.gform .gform_button::after {
  content: "";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: inherit;
}
.gform .gform_button:hover {
  text-decoration: none;
  filter: brightness(107%);
}
.gform .gform_button:hover:after {
  transform: translate(5px, -50%);
}
.gform .gform_button:focus {
  outline: none;
}
.gform .ginput_container {
  margin-top: 0 !important;
}
.gform .gfield_description {
  font-size: 0.875rem;
  margin-top: 1em;
}
.gform .gform_footer {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .gform .gform_footer {
    position: relative;
    justify-content: flex-end;
  }
  .gform .gform_footer .gform_ajax_spinner {
    margin-left: 5px;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
  }
}
.gform .gform_footer_col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  margin-top: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .gform .gform_footer_col {
    flex: 0 0 auto;
    width: 50%;
  }
}
.gform .gform_footer_note {
  font-size: 13px;
  line-height: 15px;
  display: flex;
}
.gform .gform_footer_note svg {
  fill: currentColor;
  margin-right: 1em;
  flex-shrink: 0;
  width: 15px;
}

.hidden_label .gfield_label {
  visibility: hidden;
  display: none;
}

.gform_validation_container {
  display: none;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Variables

  # Learn more about Sass variables here: http://sass-lang.com/guide#topic-2
--------------------------------------------------------------*/
/** Import Bootstrap functions */
/** font family **/
/** font-size **/
/** Fancybox **/
/*--------------------------------------------------------------
  Learn more about Sass mixins here: @link {http://sass-lang.com/guide#topic-6}
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Variables

  # Learn more about Sass variables here: http://sass-lang.com/guide#topic-2
--------------------------------------------------------------*/
/** Import Bootstrap functions */
/** font family **/
/** font-size **/
/** Fancybox **/
.article__hero {
  display: flex;
  position: relative;
  padding: 120px 15px 60px;
  background: #163046;
  align-items: flex-end;
}
.article__hero.--has-img {
  min-height: 580px;
}
.article__hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__hero-inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 69.375rem;
  width: 100%;
  position: relative;
}
.article__heading {
  line-height: 1.6875;
  line-height: calc(1.5em + 4px);
  font-size: calc(1.325rem + 0.9vw);
  width: 625px;
  max-width: 90%;
  margin-bottom: 0;
  color: #0073DD;
}
.article__heading mark,
.article__heading .mark {
  padding: 0 0.75em;
  background: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: currentColor;
}
@media (min-width: 1200px) {
  .article__heading {
    font-size: 2rem;
  }
}
.article__header {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0 40px;
}
@media (min-width: 768px) {
  .article__header {
    padding: 120px 0 80px;
  }
}
.article__title {
  width: 100%;
}
@media (min-width: 768px) {
  .article__title {
    flex: 0 0 auto;
    width: 62.5%;
  }
}
@media (min-width: 1200px) {
  .article__title {
    font-size: 3.125rem;
  }
}
.article__intro {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .article__intro {
    flex: 0 0 auto;
    width: 65%;
  }
}
@media (min-width: 768px) {
  .article__side {
    flex: 0 0 auto;
    width: auto;
    padding-left: 60px;
    margin-left: auto;
  }
}
.article__note {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .article__note {
    max-width: 200px;
    margin: 0 auto;
  }
}

.card-media {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .card-media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr auto;
  }
}
.card-media__head {
  display: flex;
}
.right > .card-media__head {
  flex-direction: row-reverse;
}
.card-media__media {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.card-media__media img {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .card-media__media {
    grid-row: 2;
  }
}
.card-media__body {
  width: 100%;
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .card-media__body {
    grid-column: 2;
    grid-row: 1/3;
    align-self: stretch;
    margin-bottom: 66px;
  }
  .card-media__body--simple {
    margin-bottom: 0;
  }
  .right > .card-media__body {
    grid-column: 1;
  }
  .card-media__body:first-child, .card-media__head + .card-media__body {
    grid-column: 1/3;
  }
}
.center > .card-media__body {
  justify-content: center;
}
.top > .card-media__body {
  justify-content: flex-start;
}
.bottom > .card-media__body {
  justify-content: flex-end;
}
.card-media__footer {
  padding: 25px 9%;
}
.card-media__tagline {
  background: #163046;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 2px;
  padding: 20px 1.25em;
  min-width: 200px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.card-media__content {
  padding: 45px 5%;
  position: relative;
}
@media (min-width: 768px) {
  .card-media__content {
    padding: 66px 11% 40px;
  }
}
.card-media__content--secondary {
  background-color: #163046;
  color: #fff;
}
@media (min-width: 768px) {
  .card-media__content--secondary {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.card-media__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
}
.card-media__play {
  width: 4.5em;
  height: 4.5em;
  background-color: rgba(0, 115, 221, 0.8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 15px;
}
.card-media__play::before {
  content: "";
  width: 0;
  height: 0;
  border: 1em solid transparent;
  border-left: 1.5em solid currentColor;
  border-right-width: 0;
}
.card-media.right {
  flex-direction: row-reverse;
}

.is-style-wrap .card-media__media {
  background-image: radial-gradient(circle at 50%, #0073DD 0%, #163046 70%, #163046 100%);
}
.is-style-wrap .card-media__body {
  background: #E3EAF2;
  align-self: stretch;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .is-style-wrap {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .is-style-wrap .card-media__media {
    margin-bottom: 40px;
  }
  .is-style-wrap .card-media__media::before {
    content: "";
    display: block;
    left: 0;
    right: calc(-100% - 40px);
    top: 0;
    bottom: 0;
    position: absolute;
    background: #163046;
    z-index: -1;
  }
  .is-style-wrap .card-media__media--simple {
    margin-top: 66px;
  }
  .is-style-wrap .card-media__body {
    margin-bottom: 0;
  }
  .is-style-wrap .card-media__footer {
    margin-top: -40px;
  }
  .is-style-wrap .card-media__content {
    padding-left: 9%;
    padding-right: 9%;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991.98px) {
  .is-style-wrap .card-media__content {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 992px) {
  .is-style-wrap {
    grid-template-columns: calc(50% - 15px) calc(50% - 35px);
  }
}
@media (min-width: 768px) {
  .is-style-wrap.right {
    grid-template-columns: calc(50% - 35px) calc(50% - 15px);
    justify-content: flex-end;
  }
  .is-style-wrap.right .card-media__media::before {
    right: 0;
    left: calc(-100% - 40px);
  }
  .is-style-wrap.right .card-media__body {
    margin-left: 0;
    margin-right: -60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .is-style-wrap.right {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  }
}

.is-style-small .card-media__media {
  margin: 0;
  background-image: radial-gradient(circle at 50%, #0073DD 0%, #163046 70%, #163046 100%);
}
.is-style-small .card-media__body {
  background: #E3EAF2;
  align-self: stretch;
}
.is-style-small .card-media__body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  background: inherit;
}
.is-style-small .card-media__content {
  padding: 45px 5%;
}
@media (min-width: 768px) {
  .is-style-small {
    grid-template-columns: 46% 54%;
  }
  .is-style-small .card-media__head {
    grid-column: 2;
    flex-direction: row-reverse;
  }
  .is-style-small .card-media__head + .card-media__body::before {
    content: unset;
  }
  .is-style-small .card-media__media {
    margin: 60px 0;
  }
  .is-style-small .card-media__body {
    grid-row: 2;
    margin-bottom: 0;
  }
  .is-style-small .card-media__body::before {
    width: 16%;
    left: auto;
    right: 99%;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 767.98px) {
  .is-style-small .card-media__body::before {
    top: -60px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  .is-style-small .card-media__body:first-child:before {
    content: unset;
  }
}
@media (min-width: 768px) {
  .is-style-small .card-media__content {
    padding: 90px 10%;
  }
}
@media (min-width: 768px) {
  .is-style-small.right {
    grid-template-columns: 54% 46%;
  }
  .is-style-small.right .card-media__head {
    grid-column: 1;
    flex-direction: row;
  }
  .is-style-small.right .card-media__body::before {
    left: 99%;
    right: auto;
  }
}

.menu {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.menu-item > a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.current-menu-item > a,
.current-menu-parent > a {
  font-weight: 700;
  color: #0053A0;
}
.current-menu-item::before,
.current-menu-parent::before {
  background-color: #C9AC93;
}

.menu-main {
  height: 100%;
  font-size: 0.9375rem;
}
.menu-main > .menu-item {
  display: flex;
  align-items: stretch;
  margin-left: 1.5em;
  height: 100%;
}
.menu-main > .menu-item > a {
  display: flex;
  align-items: center;
  margin: 3px 0;
  padding: 1em 0;
  position: relative;
}
.menu-main > .menu-item > a::before {
  content: "";
  top: -3px;
  left: 0;
  right: 0;
  height: 6px;
  position: absolute;
}
.menu-main > .current-menu-item > a::before, .menu-main > .current-menu-parent > a::before {
  background: #C9AC93;
}
.menu-main .decor {
  position: absolute;
  top: 0;
  left: calc(40% - 50px);
  width: 100px;
  height: 6px;
  background: #C9AC93;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .menu-main .decor {
    left: calc(50% - 160px);
  }
}

.dropdown-menu {
  display: none;
  margin-top: 30px;
}
.dropdown-menu__wrap {
  max-width: 69.375rem;
  margin: 0 auto;
}

.dropdown-menu-large {
  background-color: #F6FAFF;
  padding: 0 15px;
  width: 100%;
  box-shadow: 0 100vh 0 100vh rgba(255, 255, 255, 0.9);
}

.menu-simple {
  box-shadow: 0 2px 10px 0 rgba(22, 48, 70, 0.16);
  padding: 0 1.5em 10px;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.menu-simple::before {
  content: "";
  display: block;
  height: 6px;
  background-color: #C9AC93;
  margin-bottom: 0.5em;
}
.menu-simple .menu-item {
  margin-bottom: 0.8em;
}
.menu-simple .menu-item-type-post_type_archive {
  padding-top: 0.8em;
  border-top: 1px solid #D2D1D1;
}

.menu-rich {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.menu-rich .item-title {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  margin-right: auto;
}
.menu-rich .menu-item {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.menu-rich .menu-item-has-children {
  display: flex;
  flex-direction: column;
}
.menu-rich .menu-item-has-children > a {
  font-size: calc(1.2625rem + 0.15vw);
  line-height: 1.2;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-left: auto;
  background-color: #163046;
  color: #fff;
  padding: 0.75em;
  font-size: 1.125rem;
  min-width: 180px;
  text-align: center;
  line-height: 1;
}
@media (min-width: 1200px) {
  .menu-rich .menu-item-has-children > a {
    font-size: 1.375rem;
  }
}
.menu-rich .menu-item-object-usecase {
  color: #0073DD;
  border-bottom: 1px solid rgba(22, 48, 70, 0.3);
  position: relative;
  padding: 0;
}
.menu-rich .menu-item-object-usecase:first-child {
  border-top: 1px solid rgba(22, 48, 70, 0.3);
  margin-top: -1px;
}
.menu-rich .menu-item-object-usecase > a {
  position: relative;
  padding: 10px 20% 10px 0;
  width: 100%;
}
.menu-rich .menu-item-object-usecase > a::after {
  display: inline-block;
  content: "";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.menu-rich .menu-item-object-usecase > a:hover::after {
  transform: translateX(5px) translateY(-50%);
}
.menu-rich .menu-item-type-post_type_archive {
  border-bottom: 0;
  text-align: right;
}
.menu-rich .menu-item-type-post_type_archive > a {
  padding: 0.9375em 1.875em;
  font-size: 1rem;
  border-radius: 1.5625em;
  display: inline-block;
  font-size: 1rem;
  color: inherit;
  border: 0;
  line-height: 1.25;
  font-weight: 500;
  background: transparent;
  letter-spacing: 0.1px;
  transition: all 0.15s;
  position: relative;
  padding-right: 2.875em;
  text-decoration: none;
  padding-left: 0;
  padding-right: 20px;
}
.menu-rich .menu-item-type-post_type_archive > a::after {
  content: "";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: inherit;
}
.menu-rich .menu-item-type-post_type_archive > a:hover {
  text-decoration: none;
  filter: brightness(107%);
}
.menu-rich .menu-item-type-post_type_archive > a:hover:after {
  transform: translate(5px, -50%);
}
.menu-rich .menu-item-type-post_type_archive > a:focus {
  outline: none;
}
.menu-rich .menu-item-type-post_type_archive > a::after {
  right: 0;
}
.menu-rich .menu-item-object-product {
  margin-bottom: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .menu-rich .menu-item-object-product {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .menu-rich {
    padding: 0 5% 60px;
    display: flex;
    flex-wrap: wrap;
  }
  .menu-rich > .menu-item {
    flex: 0 0 auto;
    width: 50%;
  }
  .menu-rich > .menu-item-object-product {
    align-self: center;
  }
}

.item-title {
  margin-bottom: 60px;
}
.item-title__content {
  font-size: calc(1.2625rem + 0.15vw);
  line-height: 1.2;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  width: auto;
  min-width: 200px;
  background: #163046;
  color: #fff;
  padding: 0.9em 1.25em;
  text-align: center;
  display: inline-block;
  min-width: 255px;
}
@media (min-width: 1200px) {
  .item-title__content {
    font-size: 1.375rem;
  }
}

.menu-footer {
  flex-direction: column;
}
.menu-footer .current-menu-item > a,
.menu-footer .current-menu-parent > a {
  font-weight: normal;
}

.menu-mobile {
  font-size: 1.125rem;
  flex-direction: column;
}
.menu-mobile > li {
  border-top: 1px solid rgba(22, 48, 70, 0.3);
}
.menu-mobile > li > a {
  padding: 10px 0;
}
.menu-mobile > .current-menu-item > a, .menu-mobile > .current-menu-parent > a {
  color: #0073DD;
}
.menu-mobile .menu-rich {
  padding-left: 0;
  padding-right: 0;
}

.socials {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  color: #fff;
}
.socials li {
  margin-bottom: 8px;
  margin-right: 8px;
  transition: all 0.3s;
  position: relative;
}
.socials a {
  line-height: 1;
  color: inherit;
  display: flex;
  padding: 0.5em 0.2em;
  min-width: 2em;
  background: #0073DD;
  text-decoration: none;
}
.socials a::before {
  margin: auto;
}
.socials a:hover {
  filter: brightness(107%);
}
@media (max-width: 575.98px) {
  .socials {
    font-size: 120%;
  }
}

.section {
  position: relative;
  padding: 60px 0;
}
@media (min-width: 1200px) {
  .section {
    padding: 100px 0;
  }
}
.section__bg {
  position: absolute;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #F6FAFF;
  z-index: -1;
}
.section__bg--secondary {
  background: #E7EFF8;
}
.section__inner {
  position: relative;
}
.section__over {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section__tagline {
  font-size: calc(1.2625rem + 0.15vw);
  line-height: 1.2;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 auto 0 0;
  width: auto;
  min-width: 200px;
  background: #163046;
  color: #fff;
  padding: 20px 1.25em;
  text-align: center;
}
@media (min-width: 1200px) {
  .section__tagline {
    font-size: 1.375rem;
  }
}
.section__title {
  color: currentColor;
}
@media (min-width: 992px) {
  .section__title {
    font-size: 2rem;
  }
}
.section__title--light {
  color: #C9AC93;
}
.section__content {
  display: flex;
  flex-wrap: wrap;
  max-width: 69.375rem;
  margin: 0 auto;
}
.section__head {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .section__head {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding-right: 45px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .section__head {
    padding-right: 60px;
  }
}
.section__head--text-auto {
  text-align: left;
}
.section__body {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .section__body {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .section__content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 66px auto 1fr;
    align-items: baseline;
  }
  .section__content-grid .section__tagline {
    grid-column: 2;
    margin-left: auto;
    margin-right: 0;
  }
  .section__content-grid .card-media {
    display: contents;
  }
  .section__content-grid .card-media__media {
    grid-column: 2;
  }
  .section__content-grid .card-media__body {
    grid-column: 1;
    grid-row: 1/span 2;
  }
}
@media (min-width: 1200px) {
  .section--min {
    padding: 60px 0;
  }
}
.section.dark {
  background-color: #163046;
  color: #fff;
}
.section.dark .section__bg {
  background-color: #163046;
}
.section.white .section__bg {
  background-color: #fff;
}
.section .section:first-child {
  padding-top: 0;
}
.section .section:last-child {
  padding-bottom: 0;
}

.accordion__item--last .accordion__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.accordion__item--last .accordion__body {
  border-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.accordion__header {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}
.accordion__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  width: 100%;
  padding: 0.91em 0;
  text-align: left;
  color: #163046;
  font-size: 1.125rem;
  font-weight: bold;
}
.accordion__button:focus {
  outline: none;
}
.accordion__chevron {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 10px;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.2s;
  color: #0073DD;
  pointer-events: none;
}
.accordion__chevron svg {
  fill: currentColor;
}
[aria-expanded=true] ~ .accordion__chevron {
  color: #ED5656;
  transform: translateY(-50%) rotate(-90deg);
}
.accordion__body {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1em 0 2px;
}

.tease {
  transition: all 0.3s;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.tease__media {
  background-color: #f8f9fa;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 255px;
  max-width: 86.66%;
  margin-right: 30px;
}
.tease__media a {
  display: inline-block;
  width: 100%;
}
.tease__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tease__media::before {
  content: "";
  display: block;
  padding-bottom: 66.6%;
}
.tease__media::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 575.98px) {
  .tease__media {
    max-width: 50%;
  }
}
.tease__content {
  text-decoration: none;
  font-size: 0.9375rem;
  padding: 10px 0;
  margin-bottom: 1rem;
}
.tease__content p {
  margin-bottom: 0.5em;
}
.tease__content:hover {
  text-decoration: none;
}
.tease__title {
  font-size: calc(1.2625rem + 0.15vw);
  line-height: 1.2;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.249999875rem;
  color: #0073DD;
  letter-spacing: 0.13px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .tease__title {
    font-size: 1.375rem;
  }
}
.tease__title a {
  color: inherit;
  text-decoration: none;
}
.tease__title a:hover {
  text-decoration: none;
}
.tease__more {
  padding: 0.9375em 1.875em;
  font-size: 1rem;
  border-radius: 1.5625em;
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  border: 0;
  line-height: 1.25;
  font-weight: 500;
  background: #ED5656;
  letter-spacing: 0.1px;
  transition: all 0.15s;
  position: relative;
  padding-right: 2.875em;
  text-decoration: none;
  font-size: 13px;
  margin-top: 1em;
}
.tease__more::after {
  content: "";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: inherit;
}
.tease__more:hover {
  text-decoration: none;
  filter: brightness(107%);
}
.tease__more:hover:after {
  transform: translate(5px, -50%);
}
.tease__more:focus {
  outline: none;
}
.tease__more:hover {
  text-decoration: none;
  color: #fff;
}
.tease__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  padding: 60px 15px 15px;
  text-decoration: none;
  transition: all 0.3s ease-in;
  background-image: linear-gradient(180deg, rgba(22, 48, 70, 0) 0%, rgba(22, 48, 70, 0) 50%, rgba(22, 48, 70, 0.67) 100%);
  background-size: 100% 180%;
  background-position: 0 0;
  overflow: hidden;
}
.tease__inner:hover {
  text-decoration: none;
  background-position: 0 100%;
}
@media (min-width: 768px) {
  .tease__inner {
    padding: 100px 20px 20px;
  }
}
.tease__heading {
  line-height: 1.6875;
  line-height: calc(1.5em + 4px);
  width: 90%;
  max-width: 625px;
  margin-bottom: 0;
  font-size: 1.625rem;
  color: #0073DD;
  position: relative;
  transition: all 0.3s ease-in;
  transform: translateY(39px);
}
.tease__heading mark,
.tease__heading .mark {
  padding: 0 0.75em;
  background: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: currentColor;
}
a:hover .tease__heading {
  text-decoration: none;
  color: #ED5656;
  transform: translateY(0);
}

.tease-case {
  display: flex;
  position: relative;
  background: #0073DD;
  padding: 30px 15px;
  align-items: flex-end;
}
.tease-case.--has-img {
  min-height: 580px;
}
@media (min-width: 768px) {
  .tease-case {
    padding: 90px 15px;
  }
}
.tease-case__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.tease-case__inner {
  position: relative;
  margin: 0 auto;
  max-width: 69.375rem;
  width: 100%;
}
.tease-case__heading {
  line-height: 1.6875;
  line-height: calc(1.5em + 4px);
  width: 90%;
  max-width: 625px;
  margin-bottom: 0;
  font-size: 2rem;
  color: #0073DD;
  position: relative;
}
.tease-case__heading mark,
.tease-case__heading .mark {
  padding: 0 0.75em;
  background: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: currentColor;
}
.tease-case__heading:hover {
  color: #ED5656;
}
.tease-case__heading a:hover {
  text-decoration: none;
  color: #ED5656;
}

.tease-testimonial {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  background: #0073DD;
  color: #fff;
  padding: 20px;
}
@media (min-width: 768px) {
  .tease-testimonial {
    padding: 40px;
  }
}
.tease-testimonial__quote {
  font-size: calc(1.275rem + 0.3vw);
  padding: 0;
  margin-bottom: 15px;
  font-weight: bold;
  font-style: normal;
  font-family: "Titillium Web", sans-serif;
  line-height: 1.333333;
  max-width: 350px;
}
@media (min-width: 1200px) {
  .tease-testimonial__quote {
    font-size: 1.5rem;
  }
}
.tease-testimonial__quote::before {
  content: "“";
  display: inline;
}
.tease-testimonial__quote::after {
  content: "”";
  display: inline;
}
.tease-testimonial__ref {
  color: #F6FAFF;
  letter-spacing: 0.1px;
}

.tease-usecase {
  display: flex;
  position: relative;
  background-color: #163046;
  background-image: url(../images/wave.svg?9f4210a3faadd25bb26581c34ce90bc8);
  background-position: center top;
  background-size: auto 125%;
}
.tease-usecase::before {
  content: "";
  display: block;
  padding-bottom: 55%;
}
.tease-usecase__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.tease-usecase__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tease-usecase__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  padding: 60px 15px 15px;
  text-decoration: none;
  transition: all 0.3s ease-in;
  background-image: linear-gradient(180deg, rgba(22, 48, 70, 0) 0%, rgba(22, 48, 70, 0) 50%, rgba(22, 48, 70, 0.67) 100%);
  background-size: 100% 180%;
  background-position: 0 0;
  overflow: hidden;
}
.tease-usecase__inner:hover {
  text-decoration: none;
  background-position: 0 100%;
}
@media (min-width: 768px) {
  .tease-usecase__inner {
    padding: 100px 20px 20px;
  }
}
.tease-usecase__heading {
  line-height: 1.6875;
  line-height: calc(1.5em + 4px);
  width: 90%;
  max-width: 625px;
  margin-bottom: 0;
  font-size: 1.625rem;
  color: #0073DD;
  position: relative;
  transition: all 0.3s ease-in;
  transition-delay: 0.05s;
  transform: translateY(39px);
}
.tease-usecase__heading mark,
.tease-usecase__heading .mark {
  padding: 0 0.75em;
  background: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: currentColor;
}
a:hover .tease-usecase__heading {
  text-decoration: none;
  color: #ED5656;
  transform: translateY(0);
  transition-delay: 0s;
}
.tease-usecase__more {
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  padding: 5px 1.5em 5px 1em;
  margin-top: 5px;
  transition: all 0.2s ease-in;
  transition-delay: 0s;
  transform: translateY(40px);
  opacity: 0;
  min-height: 39px;
}
.tease-usecase__more::after {
  content: "";
  font-family: "fontello";
  display: inline;
  position: absolute;
  right: 0;
}
a:hover .tease-usecase__more {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
}
.tease-usecase__excerpt {
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 5px 1em;
  margin-top: 5px;
  transition: all 0.2s ease-in;
  transition-delay: 0.05s;
  transform: translateY(39px);
  opacity: 0.75;
}
a:hover .tease-usecase__excerpt {
  transform: translateY(0);
  opacity: 1;
}

.tease-carousel {
  display: flex;
  position: relative;
  background-color: #163046;
  background-image: url(../images/wave.svg?9f4210a3faadd25bb26581c34ce90bc8);
  background-position: center top;
  background-size: auto 125%;
  max-height: 540px;
}
.tease-carousel::before {
  content: "";
  display: block;
  padding-bottom: 48.65%;
}
@media (max-width: 767.98px) {
  .tease-carousel::before {
    padding-bottom: 100%;
  }
}
.tease-carousel__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.tease-carousel__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  padding: 60px 30px 30px;
  text-decoration: none;
  transition: all 0.3s ease-in;
  overflow: hidden;
}
.tease-carousel__inner:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .tease-carousel__inner {
    padding: 100px 50px 90px;
  }
}
.tease-carousel__heading {
  line-height: 1.6875;
  line-height: calc(1.5em + 4px);
  font-size: calc(1.325rem + 0.9vw);
  width: 90%;
  max-width: 625px;
  margin-bottom: 0;
  color: #0073DD;
  position: relative;
  transition: all 0.3s ease-in;
}
.tease-carousel__heading mark,
.tease-carousel__heading .mark {
  padding: 0 0.75em;
  background: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: currentColor;
}
@media (min-width: 1200px) {
  .tease-carousel__heading {
    font-size: 2rem;
  }
}
a:hover .tease-carousel__heading {
  text-decoration: none;
  color: #ED5656;
}

.tease-reseller {
  flex-direction: column;
  align-items: flex-start;
}
.tease-reseller__title {
  font-size: 1.25rem;
  color: #0073DD;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 0.75em;
}
.tease-reseller__name {
  font-size: 1.0625rem;
  margin-bottom: 0;
  font-weight: 500;
  font-family: var(--bs-font-sans-serif);
}
.tease-reseller p {
  margin-bottom: 0;
}
.tease-reseller a {
  color: inherit;
  text-decoration: none;
}

.hero {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 15px 60px;
  margin-bottom: -60px;
  overflow: hidden;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .hero {
    padding: 0 0 60px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: -1;
}
.hero__media {
  width: 60%;
  max-width: 665px;
  position: relative;
  pointer-events: none;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .hero__media {
    width: 100%;
    max-width: 100%;
    order: -1;
  }
}
.hero__content {
  width: 40%;
  max-width: 445px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .hero__content {
    width: 100%;
    max-width: 100%;
  }
}
.hero__body {
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .hero__body {
    padding: 40px 20px;
  }
}
.hero__tagline {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 3px;
}
.hero__heading {
  font-size: 2.5rem;
  line-height: 0.9;
  margin-bottom: 0.2em;
}
@media (min-width: 1200px) {
  .hero__heading {
    font-size: 3.125rem;
  }
}
.hero.dark {
  color: #fff;
}
.hero.dark::before {
  background-color: #163046;
  background-image: linear-gradient(to right, #0053A0, #0053A0 40%, #163046 40%, #163046);
}
.hero.dark .hero__content {
  background: #0053A0;
}
@media (min-width: 768px) {
  .hero.dark .hero__content {
    padding-right: 70px;
    padding-left: 15px;
    padding-top: 95px;
  }
}
@media (min-width: 1200px) {
  .hero.dark .hero__content {
    padding-right: 100px;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .hero.dark .hero__body {
    max-width: 290px;
  }
}
@media (min-width: 1200px) {
  .hero.dark .hero__body {
    max-width: 315px;
  }
  .hero.dark .hero__body p {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .hero.light {
    flex-direction: row-reverse;
  }
  .hero.light .hero__media {
    width: 50%;
    max-width: 555px;
  }
  .hero.light .hero__content {
    width: 50%;
    max-width: 555px;
    padding-left: 70px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .hero.light .hero__content {
    padding-left: 100px;
    padding-right: 0;
  }
}

.banner {
  display: flex;
  position: relative;
  padding: 120px 15px 60px;
  background: #163046;
  align-items: flex-end;
}
.banner.--has-img {
  min-height: 580px;
}
@media (max-width: 767.98px) {
  .banner.--has-img {
    min-height: 350px;
  }
}
.banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 69.375rem;
  width: 100%;
  position: relative;
}
.banner__heading {
  line-height: 1.6875;
  line-height: calc(1.5em + 4px);
  width: 625px;
  max-width: 90%;
  margin-bottom: 0;
  font-size: 2rem;
  color: #0073DD;
}
.banner__heading mark,
.banner__heading .mark {
  padding: 0 0.75em;
  background: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: currentColor;
}

.usps {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.usps__item {
  display: flex;
  width: 180px;
  flex-grow: 1;
  max-height: 300px;
}
.usps__item::before {
  content: "";
  display: block;
  padding-top: 100%;
  max-height: 300px;
  overflow: hidden;
}
.usps__item:nth-child(4n+1) {
  background: #C9AC93;
  color: #163046;
}
.usps__item:nth-child(4n+2):last-child {
  background: #163046;
  color: #fff;
}
.usps__item:nth-child(4n+2) {
  background: #F6FAFF;
  color: #163046;
}
.usps__item:nth-child(4n+2):last-child {
  background: #163046;
  color: #fff;
}
.usps__item:nth-child(4n+3) {
  background: #163046;
  color: #fff;
}
.usps__item:nth-child(4n+2):last-child {
  background: #163046;
  color: #fff;
}
.usps__item:nth-child(4n+4) {
  background: #0073DD;
  color: #fff;
}
.usps__item:nth-child(4n+2):last-child {
  background: #163046;
  color: #fff;
}
.usps__item:hover {
  filter: brightness(107%);
}
.usps__body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  color: inherit;
  text-decoration: none;
}
.usps__body:hover {
  color: inherit;
  text-decoration: none;
}
.usps__body:hover .usps__icon--down {
  transform: translateY(0.5em);
}
.usps__title {
  font-weight: 500;
  width: 100%;
  margin-bottom: 10px;
}
.usps__icon {
  transition: all 0.15s;
  margin-bottom: 12px;
}
.usps__icon::before {
  content: "";
  width: 1em;
  display: inline-block;
  font-family: "fontello";
}
.usps__icon--down {
  margin-bottom: 0;
}
.usps__icon--down::before {
  display: inline-block;
  width: 3em;
  content: "";
  transform: translateY(65%) translateX(-25%) rotate(90deg);
}

.link-list {
  padding-left: 0;
  list-style: none;
  max-width: 445px;
}
@media (min-width: 576px) {
  .link-list.has-cols {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }
}
.link-list__item {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 5px;
}
.link-list__item > a {
  width: 100%;
  color: #0073DD;
  text-decoration: none;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
}
.link-list__item > a::after {
  display: inline-block;
  content: "";
  font-family: "fontello";
  margin-left: auto;
  padding-left: 1em;
}
.link-list__item > a:hover {
  color: #ED5656;
}

.contact-list {
  padding-left: 0;
  list-style: none;
  font-size: 1.125rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.contact-list__item {
  margin-bottom: 1.25em;
  position: relative;
  display: flex;
}
.contact-list__item:last-child {
  margin-bottom: 0;
}
.contact-list__item--icons {
  padding-left: 3em;
  margin-top: auto;
}
.contact-list__inner a,
.contact-list__inner span {
  display: inline-block;
  text-decoration: none;
  color: currentColor;
}
.contact-list__icon {
  width: 1.5em;
  margin-right: 1.5em;
  flex-shrink: 0;
}
.contact-list__icon svg {
  max-width: 100%;
}

.contact-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  position: relative;
  margin-bottom: 30px;
  padding: 0 15px;
}
.contact-person__avatar {
  display: flex;
  max-width: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.4em;
}
.contact-person__avatar::before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.contact-person__name {
  font-weight: 500;
  margin-bottom: 0;
}
.contact-person__position {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .contact-person::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1.5em;
    border-left: 1px solid rgba(22, 48, 70, 0.2);
  }
}

.cta {
  font-size: 1.125rem;
  max-width: 540px;
}
.cta__title {
  font-size: calc(1.375rem + 1.5vw);
  line-height: 1;
}
@media (min-width: 1200px) {
  .cta__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .cta .wp-block-buttons {
    justify-content: center;
  }
}

.parallax {
  position: relative;
  height: 100%;
}
.parallax::before {
  content: "";
  display: block;
  padding-top: 75%;
}
@media (min-width: 768px) {
  .parallax::before {
    padding-top: 103%;
  }
}
.parallax__image {
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.parallax__image img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  height: 100%;
  max-width: unset;
}
@media (max-width: 575.98px) {
  .parallax__image {
    left: 0;
    right: 0;
  }
  .parallax__image img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .parallax__image img {
    margin-left: -7%;
  }
}
.parallax__layer {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.parallax__layer-1 {
  background-image: url(../images/rock-01.png?6bbda4cbbdd71c62985f7b97a61e3f18);
  width: 210px;
  max-width: 15vw;
  height: 230px;
  top: 45%;
  left: -100px;
}
@media (max-width: 1199.98px) {
  .parallax__layer-1 {
    left: -13%;
  }
}
.parallax__layer-2 {
  background-image: url(../images/rock-02.png?dc18e3904714bda24d1540af4c81cc7c);
  width: 108px;
  height: 75px;
  left: 12.3%;
  bottom: -30px;
}
.parallax__layer-3 {
  background-image: url(../images/rock-03.png?bc1a7acdf1c687db35f516f76e0fca48);
  width: 140px;
  height: 295px;
  right: -73px;
  top: 57%;
}
.parallax__layer-4 {
  background-image: url(../images/rock-04.png?0f5cffb9d1f1bab8e7fb1828297918cd);
  width: 130px;
  height: 170px;
  right: -69px;
  top: 5%;
}
@media (min-width: 768px) {
  .parallax--left::before {
    padding-top: 106%;
  }
}
.parallax--left .parallax__image {
  left: auto;
  right: 0;
  text-align: right;
}
.parallax--left .parallax__image img {
  -o-object-position: right center;
     object-position: right center;
}
@media (min-width: 768px) {
  .parallax--left .parallax__image img {
    margin-left: auto;
    margin-right: -10%;
  }
}
@media (min-width: 992px) {
  .parallax--left .parallax__image img {
    margin-right: -4%;
  }
}
@media (min-width: 1200px) {
  .parallax--left .parallax__image img {
    margin-right: -3%;
  }
}
@media (min-width: 1400px) {
  .parallax--left .parallax__image img {
    margin-right: -1%;
  }
}

.search {
  position: fixed;
  display: flex;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  justify-content: flex-end;
  align-items: flex-start;
  visibility: hidden;
  transform-origin: 100% 0.5em;
  transition: all 0.15s ease-in-out;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .search {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .search {
    padding-right: 4vw;
  }
}
.search.show {
  visibility: visible;
  opacity: 1;
  display: flex;
}
.search__wrap {
  padding: 10px 30px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(22, 48, 70, 0.16);
  width: 100%;
}
@media (min-width: 768px) {
  .search__wrap {
    width: 330px;
  }
}
@media (min-width: 1200px) {
  .search__wrap {
    margin-right: -30px;
  }
}
.search__form {
  display: flex;
  margin-bottom: 1em;
}
.search__input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(22, 48, 70, 0.15);
  border-radius: 0;
  padding: 0.5em 0;
}
.search__input:focus {
  outline: none;
}
.search__search-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  position: relative;
  border-bottom: 1px solid rgba(22, 48, 70, 0.15);
  width: 1.5em;
  overflow: hidden;
  color: #0073DD;
}
.search__search-btn:focus {
  outline: none;
}
.search__search-btn::before {
  content: "";
  font-family: "fontello";
  margin-right: 2em;
}

.search-result {
  padding-left: 0;
  list-style: none;
}
.search-result li {
  margin-bottom: 10px;
}
.search-result a {
  padding: 0.9375em 1.875em;
  font-size: 1rem;
  border-radius: 1.5625em;
  display: inline-block;
  font-size: 1rem;
  color: inherit;
  border: 0;
  line-height: 1.25;
  font-weight: 500;
  background: transparent;
  letter-spacing: 0.1px;
  transition: all 0.15s;
  position: relative;
  padding-right: 2.875em;
  text-decoration: none;
  padding: 0;
  padding-right: 1.5em;
  width: 100%;
  font-weight: 500;
  color: #163046;
}
.search-result a::after {
  content: "";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: inherit;
}
.search-result a:hover {
  text-decoration: none;
  filter: brightness(107%);
}
.search-result a:hover:after {
  transform: translate(5px, -50%);
}
.search-result a:focus {
  outline: none;
}
.search-result a::after {
  right: 0;
}
.search-result i {
  color: #0073DD;
}

.spec {
  padding-left: 0;
  list-style: none;
}
.spec__item {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
}
.spec__item--collapse {
  flex-wrap: wrap;
}
.spec__label {
  margin-right: 1.5em;
  font-weight: bold;
  width: 35%;
}
.spec__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  color: #0073DD;
  width: 100%;
  font-weight: bold;
  text-align: left;
  position: relative;
  padding: 0 1.5em 0 0;
}
.spec__btn:focus {
  outline: none;
}
.spec__chevron {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 10px;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.2s;
  color: #0073DD;
}
.spec__chevron svg {
  fill: currentColor;
}
[aria-expanded=true] .spec__chevron {
  transform: translateY(-50%) rotate(-90deg);
}
.spec .spec {
  width: 100%;
  margin: -12px 0 12px;
}

.navbar-toggler {
  width: 30px;
  height: 26px;
  position: relative;
  padding: 20px 10px;
  margin-left: auto;
  background-color: transparent;
  border: 0;
  z-index: 51;
}
.navbar-toggler-icon {
  display: block;
  height: 3px;
  width: 26px;
  position: absolute;
  border-radius: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: transparent;
  transition: all 0.3s;
}
.navbar-toggler-icon::before {
  content: "";
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 1px;
  background-color: currentColor;
  position: absolute;
  top: 10px;
  transform: rotate(-45deg);
  transform-origin: left top;
  transition: all 0.3s;
}
.navbar-toggler-icon::after {
  content: "";
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 9px;
  transform: rotate(45deg);
  transform-origin: left bottom;
  transition: all 0.3s;
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler.collapsed {
  color: currentColor;
}
.navbar-toggler.collapsed .navbar-toggler-icon {
  background-color: currentColor;
  width: 24px;
}
.navbar-toggler.collapsed .navbar-toggler-icon::before {
  position: absolute;
  top: 8px;
  transform: initial;
  width: 28px;
}
.navbar-toggler.collapsed .navbar-toggler-icon::after {
  position: absolute;
  bottom: 8px;
  transform: initial;
  width: 20px;
}
.navbar-collapse {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-end;
}

.tooltip-inner {
  box-shadow: 0 4px 10px 0 rgba(22, 48, 70, 0.2);
}

/*--------------------------------------------------------------
>>> BLOCKS:
--------------------------------------------------------------*/
.button {
  padding: 0.9375em 1.875em;
  font-size: 1rem;
  border-radius: 1.5625em;
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  border: 0;
  line-height: 1.25;
  font-weight: 500;
  background: #0073DD;
  letter-spacing: 0.1px;
  transition: all 0.15s;
  position: relative;
  padding-right: 2.875em;
  text-decoration: none;
}
.button::after {
  content: "";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: inherit;
}
.button:hover {
  text-decoration: none;
  filter: brightness(107%);
}
.button:hover:after {
  transform: translate(5px, -50%);
}
.button:focus {
  outline: none;
}

.wp-block-button {
  color: #fff;
}
.wp-block-button__link {
  padding: 0.9375em 1.875em;
  font-size: 1rem;
  border-radius: 1.5625em;
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  border: 0;
  line-height: 1.25;
  font-weight: 500;
  background: #0073DD;
  letter-spacing: 0.1px;
  transition: all 0.15s;
  position: relative;
  padding-right: 2.875em;
  text-decoration: none;
  /*
  * Text color
  */
  /*
   * Background color
   */
}
.wp-block-button__link::after {
  content: "";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: inherit;
}
.wp-block-button__link:hover {
  text-decoration: none;
  filter: brightness(107%);
}
.wp-block-button__link:hover:after {
  transform: translate(5px, -50%);
}
.wp-block-button__link:focus {
  outline: none;
}
.wp-block-button__link.has-beige-color {
  color: #C9AC93;
}
.wp-block-button__link.has-black-color {
  color: #000000;
}
.wp-block-button__link.has-blue-color {
  color: #0073DD;
}
.wp-block-button__link.has-indigo-color {
  color: #0053A0;
}
.wp-block-button__link.has-darkblue-color {
  color: #163046;
}
.wp-block-button__link.has-lightblue-color {
  color: #E7EFF8;
}
.wp-block-button__link.has-gray-color {
  color: #D8D8D8;
}
.wp-block-button__link.has-red-color {
  color: #ED5656;
}
.wp-block-button__link.has-white-color {
  color: #fff;
}
.wp-block-button__link.has-beige-background-color {
  background-color: #C9AC93;
}
.wp-block-button__link.has-black-background-color {
  background-color: #000000;
}
.wp-block-button__link.has-blue-background-color {
  background-color: #0073DD;
}
.wp-block-button__link.has-indigo-background-color {
  background-color: #0053A0;
}
.wp-block-button__link.has-darkblue-background-color {
  background-color: #163046;
}
.wp-block-button__link.has-lightblue-background-color {
  background-color: #E7EFF8;
}
.wp-block-button__link.has-gray-background-color {
  background-color: #D8D8D8;
}
.wp-block-button__link.has-red-background-color {
  background-color: #ED5656;
}
.wp-block-button__link.has-white-background-color {
  background-color: #fff;
}
.is-style-back .wp-block-button__link, .wp-block-button__link.is-style-back {
  padding-left: 2.875em;
  padding-right: 1.875em;
}
.is-style-back .wp-block-button__link::after, .wp-block-button__link.is-style-back::after {
  left: 20px;
  right: auto;
  transform: translate(0, -50%) rotate(180deg);
}
.is-style-back .wp-block-button__link:hover:after, .wp-block-button__link.is-style-back:hover:after {
  left: 15px;
}
.is-style-simple .wp-block-button__link {
  background: transparent;
  padding: 0 1em 0 0;
  color: #0073DD;
  font-weight: 500;
}
.is-style-simple .wp-block-button__link::after {
  right: 0;
}

.wp-block-buttons {
  -moz-column-gap: 1.25em;
       column-gap: 1.25em;
}
.wp-block-buttons .wp-block-button {
  margin-bottom: 1.25em;
}

.wp-block-streamit-tagline {
  display: flex;
}
.wp-block-streamit-tagline__content {
  font-size: calc(1.2625rem + 0.15vw);
  line-height: 1.2;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  background: #163046;
  color: #fff;
  padding: 0.9em 1.25em;
  min-width: 200px;
  text-align: center;
}
@media (min-width: 1200px) {
  .wp-block-streamit-tagline__content {
    font-size: 1.375rem;
  }
}

.block-text-media {
  display: flex;
  position: relative;
  width: 100%;
}
@media (max-width: 575.98px) {
  .block-text-media {
    flex-direction: column;
  }
}
.block-text-media__media {
  position: relative;
  display: flex;
}
.block-text-media__media img {
  margin: auto;
}
@media (min-width: 768px) {
  .block-text-media__media {
    width: calc(50% - 45px);
    margin-right: 60px;
  }
}
.block-text-media__body {
  position: relative;
}
@media (min-width: 768px) {
  .block-text-media__body {
    width: calc(50% - 15px);
  }
}
@media (min-width: 768px) {
  .block-text-media.right {
    flex-direction: row-reverse;
  }
}
.block-text-media.right .block-text-media__media {
  margin-right: 0;
  margin-left: 60px;
}
.block-text-media.top {
  align-items: flex-start;
}
.block-text-media.bottom {
  align-items: flex-end;
}
.block-text-media.center {
  align-items: center;
}

.wp-block-streamit-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wp-block-streamit-icon {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  position: relative;
}
.wp-block-streamit-icon::before, .wp-block-streamit-icon::after {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 52px;
  max-height: 74px;
  width: 1px;
  border-left: 1px solid;
  left: 0;
}
.wp-block-streamit-icon::after {
  left: auto;
  right: -1px;
}
.wp-block-streamit-icon .wp-block-image {
  max-width: 75px;
  max-height: 75px;
  width: 100%;
  margin-bottom: 25px;
}
.wp-block-streamit-icon .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wp-block-streamit-icon .wp-block-button__link {
  padding: 12px 25px;
  font-size: 0.8rem;
  border-radius: 20px;
  padding-right: 35px;
}
.wp-block-streamit-icon .wp-block-button__link::after {
  right: 16px;
}

.wp-block-group {
  padding: 100px 0 40px;
  position: relative;
}
.wp-block-group__inner-container {
  position: relative;
}

.wp-block-streamit-usp {
  /*
     * Background color
     */
}
.wp-block-streamit-usp.has-beige-background-color {
  background-color: #C9AC93;
}
.wp-block-streamit-usp.has-black-background-color {
  background-color: #000000;
}
.wp-block-streamit-usp.has-blue-background-color {
  background-color: #0073DD;
}
.wp-block-streamit-usp.has-indigo-background-color {
  background-color: #0053A0;
}
.wp-block-streamit-usp.has-darkblue-background-color {
  background-color: #163046;
}
.wp-block-streamit-usp.has-lightblue-background-color {
  background-color: #E7EFF8;
}
.wp-block-streamit-usp.has-gray-background-color {
  background-color: #D8D8D8;
}
.wp-block-streamit-usp.has-red-background-color {
  background-color: #ED5656;
}
.wp-block-streamit-usp.has-white-background-color {
  background-color: #fff;
}
.wp-block-streamit-usp.has-black-background-color {
  color: #fff;
}
.wp-block-streamit-usp.has-darkblue-background-color {
  color: #fff;
}
.wp-block-streamit-usp.has-blue-background-color {
  color: #fff;
}
.wp-block-streamit-usp.has-red-background-color {
  color: #fff;
}

.wp-block-columns {
  margin-bottom: 2.5em;
}

@media (min-width: 992px) {
  .wp-block-column:not(:first-child) {
    margin-left: 4em;
  }
}

.is-style-check {
  list-style: none;
  padding-left: 2em;
}
.is-style-check li {
  position: relative;
  margin-bottom: 5px;
}
.is-style-check li::before {
  content: "";
  font-family: "fontello";
  position: absolute;
  width: 1em;
  left: -2em;
  color: #0073DD;
}

.is-style-check-circle {
  list-style: none;
  padding-left: 2em;
}
.is-style-check-circle li {
  position: relative;
  margin-bottom: 5px;
}
.is-style-check-circle li::before {
  content: "";
  font-family: "fontello";
  position: absolute;
  font-size: 125%;
  width: 1em;
  left: -1.6em;
  top: -0.125em;
  color: #0073DD;
}

.list-featured {
  padding-left: 0;
  list-style: none;
  color: #0073DD;
  margin-top: 2em;
}
.list-featured:after {
  content: "";
  display: table;
  clear: both;
}
.list-featured li:first-child {
  font-size: calc(1.2625rem + 0.15vw);
  line-height: 1.2;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #163046;
  padding: 8px 1.2em;
  min-width: 150px;
  text-align: center;
  display: inline-block;
  float: right;
}
@media (min-width: 1200px) {
  .list-featured li:first-child {
    font-size: 1.375rem;
  }
}
.list-featured li:not(:first-child) {
  position: relative;
  padding: 10px 20% 10px 0;
  border-bottom: 1px solid rgba(22, 48, 70, 0.3);
  padding-top: 1em;
  padding-bottom: 1em;
}
.list-featured li:not(:first-child)::after {
  display: inline-block;
  content: "";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.list-featured li:not(:first-child):hover::after {
  transform: translateX(5px) translateY(-50%);
}
.list-featured li:nth-child(2) {
  clear: both;
  margin-top: -1px;
  border-top: 1px solid rgba(22, 48, 70, 0.3);
}
.dark .list-featured {
  color: #fff;
}
.has-black-background-color .list-featured {
  color: #fff;
}
.has-darkblue-background-color .list-featured {
  color: #fff;
}
.has-blue-background-color .list-featured {
  color: #fff;
}
.has-red-background-color .list-featured {
  color: #fff;
}

/*--------------------------------------------------------------
>>> LAYOUT:
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> LAYOUT:
----------------------------------------------------------------

# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Header
--------------------------------------------------------------*/
.header {
  position: relative;
  width: 100%;
}
.header__container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .header__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .header__container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.header__row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
  flex-wrap: nowrap;
}
.header__brand {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: auto;
  margin-top: 40px;
  margin-bottom: 1rem;
}
.header__nav {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: auto;
  margin-left: auto;
  background-color: #E3EAF2;
  position: static;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  min-width: 30%;
}
@media (min-width: 768px) {
  .header__nav {
    padding-left: 20px;
    padding-right: 30px;
    margin-right: -18px;
    margin-bottom: -60px;
    padding-bottom: 60px;
    min-width: 60%;
  }
}
@media (min-width: 1200px) {
  .header__nav {
    padding-right: 4vw;
    margin-right: -4vw;
    margin-right: calc(-4vw + var(--bs-gutter-x) * .5);
  }
}
.header__nav > .menu {
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .header__nav > .menu {
    display: none !important;
  }
}
.header__toggle {
  margin-left: 2em;
}
@media (min-width: 992px) {
  .header__toggle {
    display: none !important;
  }
}
.header__search {
  margin-left: 2em;
  align-self: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .header__search {
    margin-left: 1em;
    font-size: 125%;
    padding: 5px;
  }
}
.header__search-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  position: relative;
  color: inherit;
}
.header__search-btn:focus {
  outline: none;
}
.header__search-btn::before {
  content: "";
  font-family: "fontello";
}
.header__searchform {
  padding: 10px 30px;
  top: 0;
  left: auto;
  right: 0;
  opacity: 0;
  display: block;
  visibility: hidden;
  transform: scale(0);
  transform-origin: 100% 0.5em;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 10px 0 rgba(22, 48, 70, 0.16);
}
@media (min-width: 768px) {
  .header__searchform, .header__searchform[data-bs-popper] {
    width: 330px;
    margin-top: -10px;
    margin-right: -30px;
    top: 0;
    right: 0;
    left: auto;
  }
}
.header__searchform:not(.show) {
  top: 0;
  right: 0;
}
.header__searchform.show {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.brand__img {
  width: 167px;
}
.brand__img--contrast {
  visibility: hidden;
  display: none;
}
.brand__img--main {
  visibility: initial;
  display: initial;
}
.brand__img:only-child {
  visibility: initial;
  display: initial;
}

.header-fixed {
  color: #fff;
  z-index: 5;
  background: #163046;
}
.header-fixed .header__container {
  max-height: 95px;
}
.header-fixed .header__nav {
  background: transparent;
}
.header-fixed .brand__img--main {
  visibility: hidden;
  display: none;
}
.header-fixed .brand__img--contrast {
  visibility: initial;
  display: initial;
}
.header-fixed .brand__img:only-child {
  visibility: initial;
  display: initial;
}
@media (min-width: 768px) {
  .header-fixed {
    height: 0;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.anchor-menu {
  margin-left: -1.5em;
  font-size: 1rem;
}
.anchor-menu .current-item {
  color: #0073DD;
  text-shadow: 0 0 1px #0073DD;
}
.anchor-menu > .menu-item > a {
  padding: 1.5em 0;
}
.anchor-menu .decor {
  top: auto;
  bottom: 0;
  left: 0.75rem;
}
@media (min-width: 1200px) {
  .anchor-menu .decor {
    left: calc(50% - 34.6875rem);
  }
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Search Page
--------------------------------------------------------------*/
form#searchform {
  height: 59px;
  width: 386px;
  max-width: 95%;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  margin-top: 62px;
  position: relative;
}
form#searchform .custom-search-input {
  width: 100%;
  background-color: transparent;
  border: 0;
  color: #fff;
  padding: 14px;
  font-size: 20px;
  text-align: center;
}
form#searchform .custom-search-input::-moz-placeholder {
  color: #fff;
}
form#searchform .custom-search-input:-ms-input-placeholder {
  color: #fff;
}
form#searchform .custom-search-input::placeholder {
  color: #fff;
}
form#searchform .custom-search-btn {
  width: 55px;
  z-index: 5;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
form#searchform .custom-search-btn::after {
  content: "";
  color: #fff;
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  transform: translate(-50%, -50%);
  transition-duration: 0.2s;
}
form#searchform .custom-search-btn:hover::after {
  opacity: 0.8;
}

.download {
  padding: 10px 0 17px;
}
.download .wp-block-button {
  width: auto;
}
.download label {
  position: relative;
  display: flex;
}
.download label::before {
  content: "";
  display: inline-block;
  margin-right: 1em;
  width: 24px;
  height: 24px;
  text-align: center;
  font-family: "fontello";
  background-color: rgba(9, 19, 33, 0.08);
  color: transparent;
  cursor: pointer;
  flex-shrink: 0;
}
.download label a {
  color: inherit;
}
.download label p {
  margin-bottom: 7px;
}
.download input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.download input[type=checkbox]:checked ~ label::before {
  color: #163046;
}
.download input[type=checkbox]:not(:checked) ~ .wp-block-buttons {
  pointer-events: none;
}

/*# Import posts and pages layout styles here:
--------------------------------------------------------------*/
.page-nav {
  position: relative;
  top: 0;
  background: #E3EAF2;
  z-index: 5;
  padding: 0;
}
.page-nav__inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  width: 100%;
}
.page-nav__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  background: inherit;
}
.page-nav .wp-block-buttons {
  margin-left: auto;
  margin-top: 1.25em;
}
@media (max-width: 575.98px) {
  .page-nav .wp-block-buttons {
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .page-nav .menu {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-nav {
    position: sticky;
    top: 66px;
  }
}

.page-header {
  position: relative;
}
.page-header__title {
  font-size: calc(1.2625rem + 0.15vw);
  line-height: 1.2;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  width: auto;
  min-width: 200px;
  background: #163046;
  color: #fff;
  padding: 0.9em 1.25em;
  text-align: center;
  display: inline-block;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .page-header__title {
    font-size: 1.375rem;
  }
}
.page-header__bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 30px;
  width: 100vw;
  transform: translateX(-50%);
  background: #E3EAF2;
  z-index: -1;
}
@media (min-width: 992px) {
  .page-header {
    position: sticky;
    top: 0;
    z-index: 5;
  }
  .page-header__bg {
    height: auto;
    top: 0;
    background-image: linear-gradient(to top, #E3EAF2 30px, #FFFFFF 30px);
  }
}

.entry-content > * {
  margin-right: auto;
  margin-left: auto;
  max-width: 69.375rem;
}
.entry-content .wp-block-columns {
  margin-top: 5em;
  margin-bottom: 1.5em;
}
@media (max-width: 575.98px) {
  .entry-content .wp-block-columns {
    margin-top: 1.5em;
  }
}
.entry-content .wp-block-column > .wp-block-buttons, .entry-content > .wp-block-buttons {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.entry-content .post-grid {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.entry-content .wp-block-buttons.is-style-list + h1, .entry-content .wp-block-buttons.is-style-list + .h1, .entry-content .wp-block-buttons.is-style-list + h2, .entry-content .wp-block-buttons.is-style-list + .h2, .entry-content .wp-block-buttons.is-style-list + h3, .entry-content .wp-block-buttons.is-style-list + .h3 {
  margin-top: 5rem;
}
.entry-content h1 + .wp-block-columns, .entry-content .h1 + .wp-block-columns, .entry-content h2 + .wp-block-columns, .entry-content .h2 + .wp-block-columns, .entry-content h3 + .wp-block-columns, .entry-content .h3 + .wp-block-columns, .entry-content h4 + .wp-block-columns, .entry-content .h4 + .wp-block-columns, .entry-content h5 + .wp-block-columns, .entry-content .h5 + .wp-block-columns, .entry-content h6 + .wp-block-columns, .entry-content .h6 + .wp-block-columns {
  margin-top: 0;
}
.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.content-wrapper {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow-x: unset;
}

.wrapper > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 69.375rem;
}
.wrapper > *:last-child {
  margin-bottom: 0;
}

.wp-block-group.has-background::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.wp-block-streamit-icons + .wp-block-group.has-background::before {
  top: -43px;
}

.wp-block-group.has-beige-background-color::before {
  background-color: #C9AC93;
}

.wp-block-group.has-black-background-color::before {
  background-color: #000000;
}

.wp-block-group.has-blue-background-color::before {
  background-color: #0073DD;
}

.wp-block-group.has-indigo-background-color::before {
  background-color: #0053A0;
}

.wp-block-group.has-darkblue-background-color::before {
  background-color: #163046;
}

.wp-block-group.has-lightblue-background-color::before {
  background-color: #E7EFF8;
}

.wp-block-group.has-gray-background-color::before {
  background-color: #D8D8D8;
}

.wp-block-group.has-red-background-color::before {
  background-color: #ED5656;
}

.wp-block-group.has-white-background-color::before {
  background-color: #fff;
}

.has-darkblue-background-color {
  background-color: #163046;
  color: #fff;
}

.block-text-media {
  margin-bottom: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  .block-text-media {
    margin-bottom: 3.75rem;
  }
}

.article [id] {
  scroll-margin-top: 5rem;
}
@media (min-width: 992px) {
  .article .page-header + .page-nav ~ [id] {
    scroll-margin-top: 10rem;
  }
}
.article > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 69.375rem;
}
.article > *:first-child {
  margin-top: 4rem;
  margin-top: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  .article > *:first-child {
    margin-top: 3.75rem;
  }
}
.article > *:last-child {
  margin-bottom: 0;
}
.article .page-nav,
.article .section {
  margin-bottom: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  .article .page-nav,
.article .section {
    margin-bottom: 3.75rem;
  }
}
.article .wp-block-group,
.article .article__header {
  margin-top: 0;
}
.article .page-header {
  margin-top: 0;
  margin-bottom: 0;
}
.article .block-testimonial {
  margin-bottom: 0;
}
.article > .card-media {
  margin-bottom: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .article > .card-media {
    margin-bottom: 2.5rem;
  }
}
.article > .card-media + .wp-block-streamit-usps {
  margin-top: calc(-1.375rem - 1.5vw);
}
@media (min-width: 1200px) {
  .article > .card-media + .wp-block-streamit-usps {
    margin-top: -2.5rem;
  }
}
.article > .wp-block-streamit-usps {
  margin-bottom: calc(1.65625rem + 4.875vw);
}
@media (min-width: 1200px) {
  .article > .wp-block-streamit-usps {
    margin-bottom: 5.3125rem;
  }
}
.article .wp-block-columns + .section {
  margin-top: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  .article .wp-block-columns + .section {
    margin-top: 3.75rem;
  }
}
.article .section + .section {
  margin-top: calc(-1.5rem - 3vw);
}
@media (min-width: 1200px) {
  .article .section + .section {
    margin-top: -3.75rem;
  }
}
.article .wp-block-streamit-tagline {
  margin-bottom: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  .article .wp-block-streamit-tagline {
    margin-bottom: 3.125rem;
  }
}
.article .wp-block-streamit-tagline:first-child {
  margin-top: 0;
}
.article .wp-block-streamit-tagline + h1, .article .wp-block-streamit-tagline + .h1, .article .wp-block-streamit-tagline + h2, .article .wp-block-streamit-tagline + .h2, .article .wp-block-streamit-tagline + h3, .article .wp-block-streamit-tagline + .h3 {
  margin-top: -1.25rem;
}
.article .page-nav {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  max-width: initial;
  width: unset;
}
.article .page-nav__inner {
  margin: 0 auto;
  max-width: 69.375rem;
}
.article > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .contact-form-section .card-media__body .card-media__content {
    padding-bottom: 0;
    height: 100%;
  }
  .contact-form-section .contact-list {
    height: 100%;
  }
  .contact-form-section .socials {
    margin-bottom: -8px;
  }
}

.section-carousel:last-child {
  padding-bottom: 0;
}

.widget.section {
  margin: 4em auto 0;
  padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .widget.section .section__head {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .widget.section .section__body {
    flex: 0 0 auto;
    width: 66.66666667%;
    padding-left: 45px;
  }
}
.widget.section--min:first-child {
  margin-top: 0;
}

.hero .wp-block-buttons:last-child {
  margin-bottom: -1.25em;
}

.post-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.post-grid article {
  max-width: 100%;
}
.post-grid article:nth-child(4n+1), .post-grid article:nth-child(4n+3) {
  grid-row: span 2;
}
.post-grid article:nth-child(4n+1)::before, .post-grid article:nth-child(4n+3)::before {
  padding-bottom: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .post-grid .tease-product {
    grid-column: span 2;
  }
}
@media (max-width: 767.98px) {
  .post-grid {
    grid-template-columns: 100%;
  }
}

@media (min-width: 768px) {
  .container-grid .wp-block-streamit-tagline {
    margin-bottom: 0;
    max-width: 50%;
  }
  .container-grid .card-media.right {
    flex-direction: row-reverse;
  }
  .container-grid .card-media.right .card-media__body {
    margin-top: 65px;
  }
  .container-grid .card-media.right .card-media__media {
    margin-top: -75px;
    margin-bottom: 65px;
  }
  .container-grid .card-media:not(.right) .card-media__body {
    margin-top: calc(-1.53125rem - 3.375vw);
    margin-bottom: 140px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .container-grid .card-media:not(.right) .card-media__body {
    margin-top: -4.0625rem;
  }
}
@media (min-width: 768px) {
  .container-grid .card-media:not(.right) .card-media__head ~ .card-media__body {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .container-grid .card-media:last-child {
    margin-bottom: 65px;
  }
}

.support:nth-of-type(odd) .section__bg {
  background-color: transparent;
}

@media (min-width: 992px) {
  .region .section__head {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .region .section__body {
    flex: 0 0 auto;
    width: 75%;
  }
}

.archive-grid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
  margin-bottom: -3.5em;
}
.archive-grid .tease {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: auto;
  margin-bottom: 3.5em;
}
@media (min-width: 576px) {
  .archive-grid .tease {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .archive-grid .tease {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 576px) {
  .archive-grid {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Footer
--------------------------------------------------------------*/
.footer {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  background-color: #E3EAF2;
  font-size: 0.875rem;
  flex-grow: 1;
}
.footer__inner {
  max-width: 69.375rem;
  margin: 0 auto;
}
.footer__row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.footer__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 576px) {
  .footer__col {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .footer__col {
    flex: 0 0 auto;
    width: 25%;
  }
}
.footer__heading {
  font-size: inherit;
  font-family: var(--bs-font-sans-serif);
  margin-bottom: 0.25em;
  margin-top: 3em;
}
.footer__social {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
  justify-content: flex-end;
}
.footer__social .socials {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  width: auto;
  min-width: 25%;
  margin-right: 0;
}
.footer p {
  margin-bottom: 0;
}

.foot-banner {
  display: flex;
  position: relative;
  pointer-events: none;
  margin-top: -1px;
}
.foot-banner::before {
  content: "";
  display: block;
  padding-top: 15%;
}
.foot-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  top: -50%;
  bottom: 0;
  background-image: url(../images/wave.svg?9f4210a3faadd25bb26581c34ce90bc8);
  background-repeat: no-repeat;
  background-size: 1920px 602px;
  background-position: center top;
  opacity: 0.6;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .foot-banner::after {
    background-size: auto 150%;
    background-position: center 14%;
  }
}
.foot-banner .wp-block-streamit-tagline {
  margin: 100px auto 0;
  align-self: flex-end;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .foot-banner .wp-block-streamit-tagline__content {
    padding: 20px 2.5em;
  }
}
@media (min-width: 1400px) {
  .foot-banner {
    max-height: 220px;
  }
}
.foot-banner.lightblue {
  background: #F6FAFF;
}
.foot-banner.dark {
  background: #163046;
}
.foot-banner.dark .wp-block-streamit-tagline__content {
  background: #0073DD;
}

.foot-image {
  max-height: 580px;
  overflow: hidden;
  margin-top: 60px;
  display: flex;
}
.foot-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.splide__arrows {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.splide__arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  background: #0073DD;
  color: #fff;
  padding: 0.75em;
  width: 3.5em;
}
.splide__arrow:focus {
  outline: none;
}
.splide__arrow svg {
  fill: currentColor;
  width: 1em;
}
.splide__arrow path {
  path: currentColor;
}
.splide__arrow--prev {
  transform: translateX(-50%);
  margin-left: 0;
}
.splide__arrow--prev svg {
  transform: rotate(180deg);
}
.splide__arrow--next {
  margin-right: 0;
  transform: translateX(50%);
}
.splide__arrow[disabled] {
  opacity: 0.5;
}
.splide__pagination {
  padding-left: 0;
  width: 100%;
}
.splide__pagination__page {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-radius: 50%;
  padding: 0;
  margin: 2px;
  color: #0073DD;
}
.splide__pagination__page:focus {
  outline: none;
}
.splide__pagination__page.is-active {
  background: currentColor;
}

.carousel__slide {
  padding: 0;
  width: 100%;
}
.carousel__button {
  z-index: 1;
}
.carousel__button.is-next {
  right: -0.75rem;
}
@media (min-width: 1200px) {
  .carousel__button.is-next {
    right: -28px;
  }
}
.carousel__button.is-prev {
  left: -0.75rem;
}
@media (min-width: 1200px) {
  .carousel__button.is-prev {
    left: -28px;
  }
}
.carousel__button svg {
  filter: none;
}
@media (max-width: 767.98px) {
  .carousel__button {
    width: 36px;
    height: 36px;
  }
}
.carousel__dots {
  padding-left: 0;
  width: 100%;
  top: auto;
  bottom: 14px;
  display: none;
}
.carousel__dots .carousel__dot {
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-radius: 50%;
  padding: 0;
  margin: 2px 4px;
  color: #0073DD;
  background: currentColor;
}
.carousel__dots .carousel__dot.is-selected {
  color: #fff;
}
.carousel .tease-usecase {
  max-height: 540px;
}
.carousel .tease-usecase::before {
  padding-bottom: 48.5%;
}
@media (min-width: 768px) {
  .carousel .tease-usecase__inner {
    padding: 90px 50px;
  }
}
.carousel .tease-usecase__heading {
  font-size: 2rem;
}
.carousel.has-dots {
  margin-bottom: 0;
}

.card-media .carousel__dots {
  display: flex;
}
.card-media .carousel__nav {
  display: none;
}

.fancybox__content > .carousel__button.is-close {
  top: -56px;
}

.fancybox__backdrop {
  background-color: #163046;
  background-image: url(../images/wave.svg?9f4210a3faadd25bb26581c34ce90bc8);
  background-size: auto;
  background-position: center 200%;
  background-repeat: no-repeat;
}

.offcanvas {
  background-color: #E3EAF2;
  height: 100vh;
}
.offcanvas.show {
  visibility: visible;
}
.offcanvas__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
}
.offcanvas__close:focus {
  outline: none;
}

.offcanvas-header,
.offcanvas-body {
  width: 100%;
  max-width: 69.375rem;
  margin: 0 auto;
}

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