/* Brand */
/* Borders */
/* Text */
:export {
  white: #ffffff;
  white-80: rgba(255, 255, 255, 0.8);
  white-50: rgba(255, 255, 255, 0.5);
  black: #000000;
  raven: #1e3746;
  raven-80: rgba(30, 55, 70, 0.8);
  raven-50: rgba(30, 55, 70, 0.5);
  teal: #00656e;
  teal-80: rgba(0, 101, 110, 0.8);
  teal-50: rgba(0, 101, 110, 0.5);
  rainforest: #009878;
  stone: #aeaaa4;
  eucalyptus: #96b898;
  eucalyptus-2: #bcd5be;
  dusk: #c89698;
  sky: #88b8d0;
  egret: #f6f5f5;
  carbon: #1a1d1d;
  borderDefault: #bcc3c4;
  borderReverse: rgba(255, 255, 255, 0.2);
}

.show-mobile {
  display: none;
}
@media (max-width: 899px) {
  .show-mobile {
    display: inherit;
  }
}

.show-mobile-flex-column {
  display: none;
}
@media (max-width: 899px) {
  .show-mobile-flex-column {
    display: flex;
    flex-direction: column;
  }
}

.show-mobile-flex-row {
  display: none;
}
@media (max-width: 899px) {
  .show-mobile-flex-row {
    display: flex;
    flex-direction: row;
  }
}

.hide-mobile {
  display: inherit;
}
@media (max-width: 899px) {
  .hide-mobile {
    display: none !important;
  }
}

.hide-mobile-flex-column {
  display: flex;
  flex-direction: column;
}
@media (max-width: 899px) {
  .hide-mobile-flex-column {
    display: none;
  }
}

.hide-mobile-flex-row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 899px) {
  .hide-mobile-flex-row {
    display: none;
  }
}

.show-tablet {
  display: none !important;
}
@media (max-width: 1200px) {
  .show-tablet {
    display: inherit;
  }
}

.show-tablet-flex-column {
  display: none;
}
@media (max-width: 1200px) {
  .show-tablet-flex-column {
    display: flex;
    flex-direction: column;
  }
}

.show-tablet-flex-row {
  display: none;
}
@media (max-width: 1200px) {
  .show-tablet-flex-row {
    display: flex;
    flex-direction: row;
  }
}

.hide-tablet {
  display: inherit;
}
@media (max-width: 1200px) {
  .hide-tablet {
    display: none !important;
  }
}

.hide-tablet-flex-column {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .hide-tablet-flex-column {
    display: none;
  }
}

.hide-tablet-flex-row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1200px) {
  .hide-tablet-flex-row {
    display: none;
  }
}

.tem-theme > *,
.editor-styles-wrapper > * {
  /* Keep body-lg in here due to legacy classes in gutenberg */
}
.tem-theme > * h1,
.tem-theme > * h2,
.tem-theme > * h3,
.tem-theme > * h4,
.tem-theme > * h5,
.tem-theme > * h6,
.tem-theme > * p,
.tem-theme > * a,
.tem-theme > * li,
.editor-styles-wrapper > * h1,
.editor-styles-wrapper > * h2,
.editor-styles-wrapper > * h3,
.editor-styles-wrapper > * h4,
.editor-styles-wrapper > * h5,
.editor-styles-wrapper > * h6,
.editor-styles-wrapper > * p,
.editor-styles-wrapper > * a,
.editor-styles-wrapper > * li {
  margin: 0;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  color: #1e3746;
}
.tem-theme > * h1,
.tem-theme > * .heading-2xl,
.editor-styles-wrapper > * h1,
.editor-styles-wrapper > * .heading-2xl {
  font-size: 82px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .tem-theme > * h1,
  .tem-theme > * .heading-2xl,
  .editor-styles-wrapper > * h1,
  .editor-styles-wrapper > * .heading-2xl {
    font-size: 44px;
  }
}
.tem-theme > * h2,
.tem-theme > * .heading-xl,
.editor-styles-wrapper > * h2,
.editor-styles-wrapper > * .heading-xl {
  font-size: 64px;
  line-height: 65px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .tem-theme > * h2,
  .tem-theme > * .heading-xl,
  .editor-styles-wrapper > * h2,
  .editor-styles-wrapper > * .heading-xl {
    font-size: 44px;
    line-height: 45px;
  }
}
.tem-theme > * h3,
.tem-theme > * .heading-lg,
.editor-styles-wrapper > * h3,
.editor-styles-wrapper > * .heading-lg {
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}
@media (max-width: 1200px) {
  .tem-theme > * h3,
  .tem-theme > * .heading-lg,
  .editor-styles-wrapper > * h3,
  .editor-styles-wrapper > * .heading-lg {
    font-size: 36px;
    line-height: 40px;
  }
}
.tem-theme > * h4,
.tem-theme > * .heading-md,
.editor-styles-wrapper > * h4,
.editor-styles-wrapper > * .heading-md {
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .tem-theme > * h4,
  .tem-theme > * .heading-md,
  .editor-styles-wrapper > * h4,
  .editor-styles-wrapper > * .heading-md {
    font-size: 30px;
    line-height: 36px;
  }
}
.tem-theme > * h5,
.tem-theme > * .heading-sm,
.editor-styles-wrapper > * h5,
.editor-styles-wrapper > * .heading-sm {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .tem-theme > * h5,
  .tem-theme > * .heading-sm,
  .editor-styles-wrapper > * h5,
  .editor-styles-wrapper > * .heading-sm {
    font-size: 22px;
    line-height: 28px;
  }
}
.tem-theme > * h6,
.tem-theme > * .heading-xs,
.editor-styles-wrapper > * h6,
.editor-styles-wrapper > * .heading-xs {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.tem-theme > * p,
.tem-theme > * li,
.tem-theme > * a,
.tem-theme > * .link,
.editor-styles-wrapper > * p,
.editor-styles-wrapper > * li,
.editor-styles-wrapper > * a,
.editor-styles-wrapper > * .link {
  font-size: 16px;
  line-height: 22px;
}
.tem-theme > * .body-lg,
.tem-theme > * .body-md,
.editor-styles-wrapper > * .body-lg,
.editor-styles-wrapper > * .body-md {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.tem-theme > * .body-md,
.editor-styles-wrapper > * .body-md {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.tem-theme > * .body-sm,
.editor-styles-wrapper > * .body-sm {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.tem-theme > * label,
.editor-styles-wrapper > * label {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.tem-theme > * .label-lg,
.editor-styles-wrapper > * .label-lg {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.tem-theme > * .label-md,
.editor-styles-wrapper > * .label-md {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.tem-theme > * .label-sm,
.editor-styles-wrapper > * .label-sm {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.tem-theme > * .label-xs,
.editor-styles-wrapper > * .label-xs {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}
.tem-theme > * .subheading,
.editor-styles-wrapper > * .subheading {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-family: "ReplicaMonoLLWeb-Regular";
}
.tem-theme > * small,
.editor-styles-wrapper > * small {
  font-weight: bold;
}
.tem-theme > * a,
.tem-theme > * .link,
.editor-styles-wrapper > * a,
.editor-styles-wrapper > * .link {
  color: #009878;
  text-decoration: none;
  cursor: pointer;
}
.tem-theme > * a:hover,
.tem-theme > * .link:hover,
.editor-styles-wrapper > * a:hover,
.editor-styles-wrapper > * .link:hover {
  cursor: pointer;
  color: #000000;
}
.tem-theme > * .txt-uppercase,
.editor-styles-wrapper > * .txt-uppercase {
  text-transform: uppercase;
}
.tem-theme > * .txt-right,
.editor-styles-wrapper > * .txt-right {
  text-align: right;
}
.tem-theme > * .txt-left,
.editor-styles-wrapper > * .txt-left {
  text-align: left;
}
.tem-theme > * .txt-center,
.editor-styles-wrapper > * .txt-center {
  text-align: center;
}

.tem-theme > * .m-auto,
.editor-styles-wrapper > * .m-auto {
  margin: auto;
}
.tem-theme > * .gap-0,
.editor-styles-wrapper > * .gap-0 {
  gap: 0px;
}
@media (max-width: 899px) {
  .tem-theme > * .gap-0,
  .editor-styles-wrapper > * .gap-0 {
    gap: 0px;
  }
}
.tem-theme > * .grid-gap-0,
.editor-styles-wrapper > * .grid-gap-0 {
  grid-gap: 0px;
}
@media (max-width: 899px) {
  .tem-theme > * .grid-gap-0,
  .editor-styles-wrapper > * .grid-gap-0 {
    grid-gap: 0px;
  }
}
.tem-theme > * .m-0,
.editor-styles-wrapper > * .m-0 {
  margin: 0px;
}
@media (max-width: 899px) {
  .tem-theme > * .m-0,
  .editor-styles-wrapper > * .m-0 {
    margin: 0px;
  }
}
.tem-theme > * .mt-0,
.editor-styles-wrapper > * .mt-0 {
  margin-top: 0px;
}
@media (max-width: 899px) {
  .tem-theme > * .mt-0,
  .editor-styles-wrapper > * .mt-0 {
    margin-top: 0px;
  }
}
.tem-theme > * .mb-0,
.editor-styles-wrapper > * .mb-0 {
  margin-bottom: 0px;
}
@media (max-width: 899px) {
  .tem-theme > * .mb-0,
  .editor-styles-wrapper > * .mb-0 {
    margin-bottom: 0px;
  }
}
.tem-theme > * .ml-0,
.editor-styles-wrapper > * .ml-0 {
  margin-left: 0px;
}
@media (max-width: 899px) {
  .tem-theme > * .ml-0,
  .editor-styles-wrapper > * .ml-0 {
    margin-left: 0px;
  }
}
.tem-theme > * .mr-0,
.editor-styles-wrapper > * .mr-0 {
  margin-right: 0px;
}
@media (max-width: 899px) {
  .tem-theme > * .mr-0,
  .editor-styles-wrapper > * .mr-0 {
    margin-right: 0px;
  }
}
.tem-theme > * .p-0,
.editor-styles-wrapper > * .p-0 {
  padding: 0px;
}
@media (max-width: 899px) {
  .tem-theme > * .p-0,
  .editor-styles-wrapper > * .p-0 {
    padding: 0px;
  }
}
.tem-theme > * .pt-0,
.editor-styles-wrapper > * .pt-0 {
  padding-top: 0px;
}
@media (max-width: 899px) {
  .tem-theme > * .pt-0,
  .editor-styles-wrapper > * .pt-0 {
    padding-top: 0px;
  }
}
.tem-theme > * .pb-0,
.editor-styles-wrapper > * .pb-0 {
  padding-bottom: 0px;
}
@media (max-width: 899px) {
  .tem-theme > * .pb-0,
  .editor-styles-wrapper > * .pb-0 {
    padding-bottom: 0px;
  }
}
.tem-theme > * .pl-0,
.editor-styles-wrapper > * .pl-0 {
  padding-left: 0px;
}
@media (max-width: 899px) {
  .tem-theme > * .pl-0,
  .editor-styles-wrapper > * .pl-0 {
    padding-left: 0px;
  }
}
.tem-theme > * .pr-0,
.editor-styles-wrapper > * .pr-0 {
  padding-right: 0px;
}
@media (max-width: 899px) {
  .tem-theme > * .pr-0,
  .editor-styles-wrapper > * .pr-0 {
    padding-right: 0px;
  }
}
.tem-theme > * .gap-1,
.editor-styles-wrapper > * .gap-1 {
  gap: 12px;
}
@media (max-width: 899px) {
  .tem-theme > * .gap-1,
  .editor-styles-wrapper > * .gap-1 {
    gap: 10px;
  }
}
.tem-theme > * .grid-gap-1,
.editor-styles-wrapper > * .grid-gap-1 {
  grid-gap: 12px;
}
@media (max-width: 899px) {
  .tem-theme > * .grid-gap-1,
  .editor-styles-wrapper > * .grid-gap-1 {
    grid-gap: 10px;
  }
}
.tem-theme > * .m-1,
.editor-styles-wrapper > * .m-1 {
  margin: 12px;
}
@media (max-width: 899px) {
  .tem-theme > * .m-1,
  .editor-styles-wrapper > * .m-1 {
    margin: 10px;
  }
}
.tem-theme > * .mt-1,
.editor-styles-wrapper > * .mt-1 {
  margin-top: 12px;
}
@media (max-width: 899px) {
  .tem-theme > * .mt-1,
  .editor-styles-wrapper > * .mt-1 {
    margin-top: 10px;
  }
}
.tem-theme > * .mb-1,
.editor-styles-wrapper > * .mb-1 {
  margin-bottom: 12px;
}
@media (max-width: 899px) {
  .tem-theme > * .mb-1,
  .editor-styles-wrapper > * .mb-1 {
    margin-bottom: 10px;
  }
}
.tem-theme > * .ml-1,
.editor-styles-wrapper > * .ml-1 {
  margin-left: 12px;
}
@media (max-width: 899px) {
  .tem-theme > * .ml-1,
  .editor-styles-wrapper > * .ml-1 {
    margin-left: 10px;
  }
}
.tem-theme > * .mr-1,
.editor-styles-wrapper > * .mr-1 {
  margin-right: 12px;
}
@media (max-width: 899px) {
  .tem-theme > * .mr-1,
  .editor-styles-wrapper > * .mr-1 {
    margin-right: 10px;
  }
}
.tem-theme > * .p-1,
.editor-styles-wrapper > * .p-1 {
  padding: 12px;
}
@media (max-width: 899px) {
  .tem-theme > * .p-1,
  .editor-styles-wrapper > * .p-1 {
    padding: 10px;
  }
}
.tem-theme > * .pt-1,
.editor-styles-wrapper > * .pt-1 {
  padding-top: 12px;
}
@media (max-width: 899px) {
  .tem-theme > * .pt-1,
  .editor-styles-wrapper > * .pt-1 {
    padding-top: 10px;
  }
}
.tem-theme > * .pb-1,
.editor-styles-wrapper > * .pb-1 {
  padding-bottom: 12px;
}
@media (max-width: 899px) {
  .tem-theme > * .pb-1,
  .editor-styles-wrapper > * .pb-1 {
    padding-bottom: 10px;
  }
}
.tem-theme > * .pl-1,
.editor-styles-wrapper > * .pl-1 {
  padding-left: 12px;
}
@media (max-width: 899px) {
  .tem-theme > * .pl-1,
  .editor-styles-wrapper > * .pl-1 {
    padding-left: 10px;
  }
}
.tem-theme > * .pr-1,
.editor-styles-wrapper > * .pr-1 {
  padding-right: 12px;
}
@media (max-width: 899px) {
  .tem-theme > * .pr-1,
  .editor-styles-wrapper > * .pr-1 {
    padding-right: 10px;
  }
}
.tem-theme > * .gap-2,
.editor-styles-wrapper > * .gap-2 {
  gap: 24px;
}
@media (max-width: 899px) {
  .tem-theme > * .gap-2,
  .editor-styles-wrapper > * .gap-2 {
    gap: 16px;
  }
}
.tem-theme > * .grid-gap-2,
.editor-styles-wrapper > * .grid-gap-2 {
  grid-gap: 24px;
}
@media (max-width: 899px) {
  .tem-theme > * .grid-gap-2,
  .editor-styles-wrapper > * .grid-gap-2 {
    grid-gap: 16px;
  }
}
.tem-theme > * .m-2,
.editor-styles-wrapper > * .m-2 {
  margin: 24px;
}
@media (max-width: 899px) {
  .tem-theme > * .m-2,
  .editor-styles-wrapper > * .m-2 {
    margin: 16px;
  }
}
.tem-theme > * .mt-2,
.editor-styles-wrapper > * .mt-2 {
  margin-top: 24px;
}
@media (max-width: 899px) {
  .tem-theme > * .mt-2,
  .editor-styles-wrapper > * .mt-2 {
    margin-top: 16px;
  }
}
.tem-theme > * .mb-2,
.editor-styles-wrapper > * .mb-2 {
  margin-bottom: 24px;
}
@media (max-width: 899px) {
  .tem-theme > * .mb-2,
  .editor-styles-wrapper > * .mb-2 {
    margin-bottom: 16px;
  }
}
.tem-theme > * .ml-2,
.editor-styles-wrapper > * .ml-2 {
  margin-left: 24px;
}
@media (max-width: 899px) {
  .tem-theme > * .ml-2,
  .editor-styles-wrapper > * .ml-2 {
    margin-left: 16px;
  }
}
.tem-theme > * .mr-2,
.editor-styles-wrapper > * .mr-2 {
  margin-right: 24px;
}
@media (max-width: 899px) {
  .tem-theme > * .mr-2,
  .editor-styles-wrapper > * .mr-2 {
    margin-right: 16px;
  }
}
.tem-theme > * .p-2,
.editor-styles-wrapper > * .p-2 {
  padding: 24px;
}
@media (max-width: 899px) {
  .tem-theme > * .p-2,
  .editor-styles-wrapper > * .p-2 {
    padding: 16px;
  }
}
.tem-theme > * .pt-2,
.editor-styles-wrapper > * .pt-2 {
  padding-top: 24px;
}
@media (max-width: 899px) {
  .tem-theme > * .pt-2,
  .editor-styles-wrapper > * .pt-2 {
    padding-top: 16px;
  }
}
.tem-theme > * .pb-2,
.editor-styles-wrapper > * .pb-2 {
  padding-bottom: 24px;
}
@media (max-width: 899px) {
  .tem-theme > * .pb-2,
  .editor-styles-wrapper > * .pb-2 {
    padding-bottom: 16px;
  }
}
.tem-theme > * .pl-2,
.editor-styles-wrapper > * .pl-2 {
  padding-left: 24px;
}
@media (max-width: 899px) {
  .tem-theme > * .pl-2,
  .editor-styles-wrapper > * .pl-2 {
    padding-left: 16px;
  }
}
.tem-theme > * .pr-2,
.editor-styles-wrapper > * .pr-2 {
  padding-right: 24px;
}
@media (max-width: 899px) {
  .tem-theme > * .pr-2,
  .editor-styles-wrapper > * .pr-2 {
    padding-right: 16px;
  }
}
.tem-theme > * .gap-3,
.editor-styles-wrapper > * .gap-3 {
  gap: 30px;
}
@media (max-width: 899px) {
  .tem-theme > * .gap-3,
  .editor-styles-wrapper > * .gap-3 {
    gap: 20px;
  }
}
.tem-theme > * .grid-gap-3,
.editor-styles-wrapper > * .grid-gap-3 {
  grid-gap: 30px;
}
@media (max-width: 899px) {
  .tem-theme > * .grid-gap-3,
  .editor-styles-wrapper > * .grid-gap-3 {
    grid-gap: 20px;
  }
}
.tem-theme > * .m-3,
.editor-styles-wrapper > * .m-3 {
  margin: 30px;
}
@media (max-width: 899px) {
  .tem-theme > * .m-3,
  .editor-styles-wrapper > * .m-3 {
    margin: 20px;
  }
}
.tem-theme > * .mt-3,
.editor-styles-wrapper > * .mt-3 {
  margin-top: 30px;
}
@media (max-width: 899px) {
  .tem-theme > * .mt-3,
  .editor-styles-wrapper > * .mt-3 {
    margin-top: 20px;
  }
}
.tem-theme > * .mb-3,
.editor-styles-wrapper > * .mb-3 {
  margin-bottom: 30px;
}
@media (max-width: 899px) {
  .tem-theme > * .mb-3,
  .editor-styles-wrapper > * .mb-3 {
    margin-bottom: 20px;
  }
}
.tem-theme > * .ml-3,
.editor-styles-wrapper > * .ml-3 {
  margin-left: 30px;
}
@media (max-width: 899px) {
  .tem-theme > * .ml-3,
  .editor-styles-wrapper > * .ml-3 {
    margin-left: 20px;
  }
}
.tem-theme > * .mr-3,
.editor-styles-wrapper > * .mr-3 {
  margin-right: 30px;
}
@media (max-width: 899px) {
  .tem-theme > * .mr-3,
  .editor-styles-wrapper > * .mr-3 {
    margin-right: 20px;
  }
}
.tem-theme > * .p-3,
.editor-styles-wrapper > * .p-3 {
  padding: 30px;
}
@media (max-width: 899px) {
  .tem-theme > * .p-3,
  .editor-styles-wrapper > * .p-3 {
    padding: 20px;
  }
}
.tem-theme > * .pt-3,
.editor-styles-wrapper > * .pt-3 {
  padding-top: 30px;
}
@media (max-width: 899px) {
  .tem-theme > * .pt-3,
  .editor-styles-wrapper > * .pt-3 {
    padding-top: 20px;
  }
}
.tem-theme > * .pb-3,
.editor-styles-wrapper > * .pb-3 {
  padding-bottom: 30px;
}
@media (max-width: 899px) {
  .tem-theme > * .pb-3,
  .editor-styles-wrapper > * .pb-3 {
    padding-bottom: 20px;
  }
}
.tem-theme > * .pl-3,
.editor-styles-wrapper > * .pl-3 {
  padding-left: 30px;
}
@media (max-width: 899px) {
  .tem-theme > * .pl-3,
  .editor-styles-wrapper > * .pl-3 {
    padding-left: 20px;
  }
}
.tem-theme > * .pr-3,
.editor-styles-wrapper > * .pr-3 {
  padding-right: 30px;
}
@media (max-width: 899px) {
  .tem-theme > * .pr-3,
  .editor-styles-wrapper > * .pr-3 {
    padding-right: 20px;
  }
}
.tem-theme > * .gap-4,
.editor-styles-wrapper > * .gap-4 {
  gap: 40px;
}
@media (max-width: 899px) {
  .tem-theme > * .gap-4,
  .editor-styles-wrapper > * .gap-4 {
    gap: 40px;
  }
}
.tem-theme > * .grid-gap-4,
.editor-styles-wrapper > * .grid-gap-4 {
  grid-gap: 40px;
}
@media (max-width: 899px) {
  .tem-theme > * .grid-gap-4,
  .editor-styles-wrapper > * .grid-gap-4 {
    grid-gap: 40px;
  }
}
.tem-theme > * .m-4,
.editor-styles-wrapper > * .m-4 {
  margin: 40px;
}
@media (max-width: 899px) {
  .tem-theme > * .m-4,
  .editor-styles-wrapper > * .m-4 {
    margin: 40px;
  }
}
.tem-theme > * .mt-4,
.editor-styles-wrapper > * .mt-4 {
  margin-top: 40px;
}
@media (max-width: 899px) {
  .tem-theme > * .mt-4,
  .editor-styles-wrapper > * .mt-4 {
    margin-top: 40px;
  }
}
.tem-theme > * .mb-4,
.editor-styles-wrapper > * .mb-4 {
  margin-bottom: 40px;
}
@media (max-width: 899px) {
  .tem-theme > * .mb-4,
  .editor-styles-wrapper > * .mb-4 {
    margin-bottom: 40px;
  }
}
.tem-theme > * .ml-4,
.editor-styles-wrapper > * .ml-4 {
  margin-left: 40px;
}
@media (max-width: 899px) {
  .tem-theme > * .ml-4,
  .editor-styles-wrapper > * .ml-4 {
    margin-left: 40px;
  }
}
.tem-theme > * .mr-4,
.editor-styles-wrapper > * .mr-4 {
  margin-right: 40px;
}
@media (max-width: 899px) {
  .tem-theme > * .mr-4,
  .editor-styles-wrapper > * .mr-4 {
    margin-right: 40px;
  }
}
.tem-theme > * .p-4,
.editor-styles-wrapper > * .p-4 {
  padding: 40px;
}
@media (max-width: 899px) {
  .tem-theme > * .p-4,
  .editor-styles-wrapper > * .p-4 {
    padding: 40px;
  }
}
.tem-theme > * .pt-4,
.editor-styles-wrapper > * .pt-4 {
  padding-top: 40px;
}
@media (max-width: 899px) {
  .tem-theme > * .pt-4,
  .editor-styles-wrapper > * .pt-4 {
    padding-top: 40px;
  }
}
.tem-theme > * .pb-4,
.editor-styles-wrapper > * .pb-4 {
  padding-bottom: 40px;
}
@media (max-width: 899px) {
  .tem-theme > * .pb-4,
  .editor-styles-wrapper > * .pb-4 {
    padding-bottom: 40px;
  }
}
.tem-theme > * .pl-4,
.editor-styles-wrapper > * .pl-4 {
  padding-left: 40px;
}
@media (max-width: 899px) {
  .tem-theme > * .pl-4,
  .editor-styles-wrapper > * .pl-4 {
    padding-left: 40px;
  }
}
.tem-theme > * .pr-4,
.editor-styles-wrapper > * .pr-4 {
  padding-right: 40px;
}
@media (max-width: 899px) {
  .tem-theme > * .pr-4,
  .editor-styles-wrapper > * .pr-4 {
    padding-right: 40px;
  }
}
.tem-theme > * .gap-5,
.editor-styles-wrapper > * .gap-5 {
  gap: 80px;
}
@media (max-width: 899px) {
  .tem-theme > * .gap-5,
  .editor-styles-wrapper > * .gap-5 {
    gap: 60px;
  }
}
.tem-theme > * .grid-gap-5,
.editor-styles-wrapper > * .grid-gap-5 {
  grid-gap: 80px;
}
@media (max-width: 899px) {
  .tem-theme > * .grid-gap-5,
  .editor-styles-wrapper > * .grid-gap-5 {
    grid-gap: 60px;
  }
}
.tem-theme > * .m-5,
.editor-styles-wrapper > * .m-5 {
  margin: 80px;
}
@media (max-width: 899px) {
  .tem-theme > * .m-5,
  .editor-styles-wrapper > * .m-5 {
    margin: 60px;
  }
}
.tem-theme > * .mt-5,
.editor-styles-wrapper > * .mt-5 {
  margin-top: 80px;
}
@media (max-width: 899px) {
  .tem-theme > * .mt-5,
  .editor-styles-wrapper > * .mt-5 {
    margin-top: 60px;
  }
}
.tem-theme > * .mb-5,
.editor-styles-wrapper > * .mb-5 {
  margin-bottom: 80px;
}
@media (max-width: 899px) {
  .tem-theme > * .mb-5,
  .editor-styles-wrapper > * .mb-5 {
    margin-bottom: 60px;
  }
}
.tem-theme > * .ml-5,
.editor-styles-wrapper > * .ml-5 {
  margin-left: 80px;
}
@media (max-width: 899px) {
  .tem-theme > * .ml-5,
  .editor-styles-wrapper > * .ml-5 {
    margin-left: 60px;
  }
}
.tem-theme > * .mr-5,
.editor-styles-wrapper > * .mr-5 {
  margin-right: 80px;
}
@media (max-width: 899px) {
  .tem-theme > * .mr-5,
  .editor-styles-wrapper > * .mr-5 {
    margin-right: 60px;
  }
}
.tem-theme > * .p-5,
.editor-styles-wrapper > * .p-5 {
  padding: 80px;
}
@media (max-width: 899px) {
  .tem-theme > * .p-5,
  .editor-styles-wrapper > * .p-5 {
    padding: 60px;
  }
}
.tem-theme > * .pt-5,
.editor-styles-wrapper > * .pt-5 {
  padding-top: 80px;
}
@media (max-width: 899px) {
  .tem-theme > * .pt-5,
  .editor-styles-wrapper > * .pt-5 {
    padding-top: 60px;
  }
}
.tem-theme > * .pb-5,
.editor-styles-wrapper > * .pb-5 {
  padding-bottom: 80px;
}
@media (max-width: 899px) {
  .tem-theme > * .pb-5,
  .editor-styles-wrapper > * .pb-5 {
    padding-bottom: 60px;
  }
}
.tem-theme > * .pl-5,
.editor-styles-wrapper > * .pl-5 {
  padding-left: 80px;
}
@media (max-width: 899px) {
  .tem-theme > * .pl-5,
  .editor-styles-wrapper > * .pl-5 {
    padding-left: 60px;
  }
}
.tem-theme > * .pr-5,
.editor-styles-wrapper > * .pr-5 {
  padding-right: 80px;
}
@media (max-width: 899px) {
  .tem-theme > * .pr-5,
  .editor-styles-wrapper > * .pr-5 {
    padding-right: 60px;
  }
}
.tem-theme > * .gap-6,
.editor-styles-wrapper > * .gap-6 {
  gap: 100px;
}
@media (max-width: 899px) {
  .tem-theme > * .gap-6,
  .editor-styles-wrapper > * .gap-6 {
    gap: 80px;
  }
}
.tem-theme > * .grid-gap-6,
.editor-styles-wrapper > * .grid-gap-6 {
  grid-gap: 100px;
}
@media (max-width: 899px) {
  .tem-theme > * .grid-gap-6,
  .editor-styles-wrapper > * .grid-gap-6 {
    grid-gap: 80px;
  }
}
.tem-theme > * .m-6,
.editor-styles-wrapper > * .m-6 {
  margin: 100px;
}
@media (max-width: 899px) {
  .tem-theme > * .m-6,
  .editor-styles-wrapper > * .m-6 {
    margin: 80px;
  }
}
.tem-theme > * .mt-6,
.editor-styles-wrapper > * .mt-6 {
  margin-top: 100px;
}
@media (max-width: 899px) {
  .tem-theme > * .mt-6,
  .editor-styles-wrapper > * .mt-6 {
    margin-top: 80px;
  }
}
.tem-theme > * .mb-6,
.editor-styles-wrapper > * .mb-6 {
  margin-bottom: 100px;
}
@media (max-width: 899px) {
  .tem-theme > * .mb-6,
  .editor-styles-wrapper > * .mb-6 {
    margin-bottom: 80px;
  }
}
.tem-theme > * .ml-6,
.editor-styles-wrapper > * .ml-6 {
  margin-left: 100px;
}
@media (max-width: 899px) {
  .tem-theme > * .ml-6,
  .editor-styles-wrapper > * .ml-6 {
    margin-left: 80px;
  }
}
.tem-theme > * .mr-6,
.editor-styles-wrapper > * .mr-6 {
  margin-right: 100px;
}
@media (max-width: 899px) {
  .tem-theme > * .mr-6,
  .editor-styles-wrapper > * .mr-6 {
    margin-right: 80px;
  }
}
.tem-theme > * .p-6,
.editor-styles-wrapper > * .p-6 {
  padding: 100px;
}
@media (max-width: 899px) {
  .tem-theme > * .p-6,
  .editor-styles-wrapper > * .p-6 {
    padding: 80px;
  }
}
.tem-theme > * .pt-6,
.editor-styles-wrapper > * .pt-6 {
  padding-top: 100px;
}
@media (max-width: 899px) {
  .tem-theme > * .pt-6,
  .editor-styles-wrapper > * .pt-6 {
    padding-top: 80px;
  }
}
.tem-theme > * .pb-6,
.editor-styles-wrapper > * .pb-6 {
  padding-bottom: 100px;
}
@media (max-width: 899px) {
  .tem-theme > * .pb-6,
  .editor-styles-wrapper > * .pb-6 {
    padding-bottom: 80px;
  }
}
.tem-theme > * .pl-6,
.editor-styles-wrapper > * .pl-6 {
  padding-left: 100px;
}
@media (max-width: 899px) {
  .tem-theme > * .pl-6,
  .editor-styles-wrapper > * .pl-6 {
    padding-left: 80px;
  }
}
.tem-theme > * .pr-6,
.editor-styles-wrapper > * .pr-6 {
  padding-right: 100px;
}
@media (max-width: 899px) {
  .tem-theme > * .pr-6,
  .editor-styles-wrapper > * .pr-6 {
    padding-right: 80px;
  }
}

.tem-theme > * .br-0,
.editor-styles-wrapper > * .br-0 {
  border-radius: 0px;
}
.tem-theme > * .br-1,
.editor-styles-wrapper > * .br-1 {
  border-radius: 4px;
}
.tem-theme > * .br-2,
.editor-styles-wrapper > * .br-2 {
  border-radius: 8px;
}
.tem-theme > * .border,
.editor-styles-wrapper > * .border {
  border: 1px solid #bcc3c4;
}
.tem-theme > * .border.reverse,
.editor-styles-wrapper > * .border.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-color,
.editor-styles-wrapper > * .border-color {
  border-color: #bcc3c4;
}
.tem-theme > * .border-color.reverse,
.editor-styles-wrapper > * .border-color.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-0px,
.editor-styles-wrapper > * .border-0px {
  border-width: 0px;
  border-style: solid;
  border-color: #bcc3c4;
}
.tem-theme > * .border-0px.reverse,
.editor-styles-wrapper > * .border-0px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-0px.stone,
.editor-styles-wrapper > * .border-0px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-0px.teal,
.editor-styles-wrapper > * .border-0px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-b-0px,
.editor-styles-wrapper > * .border-b-0px {
  border-bottom: 0px solid #bcc3c4;
}
.tem-theme > * .border-b-0px.reverse,
.editor-styles-wrapper > * .border-b-0px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-b-0px.stone,
.editor-styles-wrapper > * .border-b-0px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-b-0px.teal,
.editor-styles-wrapper > * .border-b-0px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-l-0px,
.editor-styles-wrapper > * .border-l-0px {
  border-left: 0px solid #bcc3c4;
}
.tem-theme > * .border-l-0px.reverse,
.editor-styles-wrapper > * .border-l-0px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-l-0px.stone,
.editor-styles-wrapper > * .border-l-0px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-l-0px.teal,
.editor-styles-wrapper > * .border-l-0px.teal {
  border-color: #00656e !important;
}
.tem-theme > * .border-r-0px,
.editor-styles-wrapper > * .border-r-0px {
  border-right: 0px solid #bcc3c4;
}
.tem-theme > * .border-r-0px.reverse,
.editor-styles-wrapper > * .border-r-0px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-r-0px.stone,
.editor-styles-wrapper > * .border-r-0px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-r-0px.teal,
.editor-styles-wrapper > * .border-r-0px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-t-0px,
.editor-styles-wrapper > * .border-t-0px {
  border-top: 0px solid #bcc3c4;
}
.tem-theme > * .border-t-0px.reverse,
.editor-styles-wrapper > * .border-t-0px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-t-0px.stone,
.editor-styles-wrapper > * .border-t-0px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-t-0px.teal,
.editor-styles-wrapper > * .border-t-0px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-1px,
.editor-styles-wrapper > * .border-1px {
  border-width: 1px;
  border-style: solid;
  border-color: #bcc3c4;
}
.tem-theme > * .border-1px.reverse,
.editor-styles-wrapper > * .border-1px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-1px.stone,
.editor-styles-wrapper > * .border-1px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-1px.teal,
.editor-styles-wrapper > * .border-1px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-b-1px,
.editor-styles-wrapper > * .border-b-1px {
  border-bottom: 1px solid #bcc3c4;
}
.tem-theme > * .border-b-1px.reverse,
.editor-styles-wrapper > * .border-b-1px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-b-1px.stone,
.editor-styles-wrapper > * .border-b-1px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-b-1px.teal,
.editor-styles-wrapper > * .border-b-1px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-l-1px,
.editor-styles-wrapper > * .border-l-1px {
  border-left: 1px solid #bcc3c4;
}
.tem-theme > * .border-l-1px.reverse,
.editor-styles-wrapper > * .border-l-1px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-l-1px.stone,
.editor-styles-wrapper > * .border-l-1px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-l-1px.teal,
.editor-styles-wrapper > * .border-l-1px.teal {
  border-color: #00656e !important;
}
.tem-theme > * .border-r-1px,
.editor-styles-wrapper > * .border-r-1px {
  border-right: 1px solid #bcc3c4;
}
.tem-theme > * .border-r-1px.reverse,
.editor-styles-wrapper > * .border-r-1px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-r-1px.stone,
.editor-styles-wrapper > * .border-r-1px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-r-1px.teal,
.editor-styles-wrapper > * .border-r-1px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-t-1px,
.editor-styles-wrapper > * .border-t-1px {
  border-top: 1px solid #bcc3c4;
}
.tem-theme > * .border-t-1px.reverse,
.editor-styles-wrapper > * .border-t-1px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-t-1px.stone,
.editor-styles-wrapper > * .border-t-1px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-t-1px.teal,
.editor-styles-wrapper > * .border-t-1px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-2px,
.editor-styles-wrapper > * .border-2px {
  border-width: 2px;
  border-style: solid;
  border-color: #bcc3c4;
}
.tem-theme > * .border-2px.reverse,
.editor-styles-wrapper > * .border-2px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-2px.stone,
.editor-styles-wrapper > * .border-2px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-2px.teal,
.editor-styles-wrapper > * .border-2px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-b-2px,
.editor-styles-wrapper > * .border-b-2px {
  border-bottom: 2px solid #bcc3c4;
}
.tem-theme > * .border-b-2px.reverse,
.editor-styles-wrapper > * .border-b-2px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-b-2px.stone,
.editor-styles-wrapper > * .border-b-2px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-b-2px.teal,
.editor-styles-wrapper > * .border-b-2px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-l-2px,
.editor-styles-wrapper > * .border-l-2px {
  border-left: 2px solid #bcc3c4;
}
.tem-theme > * .border-l-2px.reverse,
.editor-styles-wrapper > * .border-l-2px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-l-2px.stone,
.editor-styles-wrapper > * .border-l-2px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-l-2px.teal,
.editor-styles-wrapper > * .border-l-2px.teal {
  border-color: #00656e !important;
}
.tem-theme > * .border-r-2px,
.editor-styles-wrapper > * .border-r-2px {
  border-right: 2px solid #bcc3c4;
}
.tem-theme > * .border-r-2px.reverse,
.editor-styles-wrapper > * .border-r-2px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-r-2px.stone,
.editor-styles-wrapper > * .border-r-2px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-r-2px.teal,
.editor-styles-wrapper > * .border-r-2px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-t-2px,
.editor-styles-wrapper > * .border-t-2px {
  border-top: 2px solid #bcc3c4;
}
.tem-theme > * .border-t-2px.reverse,
.editor-styles-wrapper > * .border-t-2px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-t-2px.stone,
.editor-styles-wrapper > * .border-t-2px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-t-2px.teal,
.editor-styles-wrapper > * .border-t-2px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-3px,
.editor-styles-wrapper > * .border-3px {
  border-width: 3px;
  border-style: solid;
  border-color: #bcc3c4;
}
.tem-theme > * .border-3px.reverse,
.editor-styles-wrapper > * .border-3px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-3px.stone,
.editor-styles-wrapper > * .border-3px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-3px.teal,
.editor-styles-wrapper > * .border-3px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-b-3px,
.editor-styles-wrapper > * .border-b-3px {
  border-bottom: 3px solid #bcc3c4;
}
.tem-theme > * .border-b-3px.reverse,
.editor-styles-wrapper > * .border-b-3px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-b-3px.stone,
.editor-styles-wrapper > * .border-b-3px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-b-3px.teal,
.editor-styles-wrapper > * .border-b-3px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-l-3px,
.editor-styles-wrapper > * .border-l-3px {
  border-left: 3px solid #bcc3c4;
}
.tem-theme > * .border-l-3px.reverse,
.editor-styles-wrapper > * .border-l-3px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-l-3px.stone,
.editor-styles-wrapper > * .border-l-3px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-l-3px.teal,
.editor-styles-wrapper > * .border-l-3px.teal {
  border-color: #00656e !important;
}
.tem-theme > * .border-r-3px,
.editor-styles-wrapper > * .border-r-3px {
  border-right: 3px solid #bcc3c4;
}
.tem-theme > * .border-r-3px.reverse,
.editor-styles-wrapper > * .border-r-3px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-r-3px.stone,
.editor-styles-wrapper > * .border-r-3px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-r-3px.teal,
.editor-styles-wrapper > * .border-r-3px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-t-3px,
.editor-styles-wrapper > * .border-t-3px {
  border-top: 3px solid #bcc3c4;
}
.tem-theme > * .border-t-3px.reverse,
.editor-styles-wrapper > * .border-t-3px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-t-3px.stone,
.editor-styles-wrapper > * .border-t-3px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-t-3px.teal,
.editor-styles-wrapper > * .border-t-3px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-4px,
.editor-styles-wrapper > * .border-4px {
  border-width: 4px;
  border-style: solid;
  border-color: #bcc3c4;
}
.tem-theme > * .border-4px.reverse,
.editor-styles-wrapper > * .border-4px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-4px.stone,
.editor-styles-wrapper > * .border-4px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-4px.teal,
.editor-styles-wrapper > * .border-4px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-b-4px,
.editor-styles-wrapper > * .border-b-4px {
  border-bottom: 4px solid #bcc3c4;
}
.tem-theme > * .border-b-4px.reverse,
.editor-styles-wrapper > * .border-b-4px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-b-4px.stone,
.editor-styles-wrapper > * .border-b-4px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-b-4px.teal,
.editor-styles-wrapper > * .border-b-4px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-l-4px,
.editor-styles-wrapper > * .border-l-4px {
  border-left: 4px solid #bcc3c4;
}
.tem-theme > * .border-l-4px.reverse,
.editor-styles-wrapper > * .border-l-4px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-l-4px.stone,
.editor-styles-wrapper > * .border-l-4px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-l-4px.teal,
.editor-styles-wrapper > * .border-l-4px.teal {
  border-color: #00656e !important;
}
.tem-theme > * .border-r-4px,
.editor-styles-wrapper > * .border-r-4px {
  border-right: 4px solid #bcc3c4;
}
.tem-theme > * .border-r-4px.reverse,
.editor-styles-wrapper > * .border-r-4px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-r-4px.stone,
.editor-styles-wrapper > * .border-r-4px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-r-4px.teal,
.editor-styles-wrapper > * .border-r-4px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-t-4px,
.editor-styles-wrapper > * .border-t-4px {
  border-top: 4px solid #bcc3c4;
}
.tem-theme > * .border-t-4px.reverse,
.editor-styles-wrapper > * .border-t-4px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-t-4px.stone,
.editor-styles-wrapper > * .border-t-4px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-t-4px.teal,
.editor-styles-wrapper > * .border-t-4px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-5px,
.editor-styles-wrapper > * .border-5px {
  border-width: 5px;
  border-style: solid;
  border-color: #bcc3c4;
}
.tem-theme > * .border-5px.reverse,
.editor-styles-wrapper > * .border-5px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-5px.stone,
.editor-styles-wrapper > * .border-5px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-5px.teal,
.editor-styles-wrapper > * .border-5px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-b-5px,
.editor-styles-wrapper > * .border-b-5px {
  border-bottom: 5px solid #bcc3c4;
}
.tem-theme > * .border-b-5px.reverse,
.editor-styles-wrapper > * .border-b-5px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-b-5px.stone,
.editor-styles-wrapper > * .border-b-5px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-b-5px.teal,
.editor-styles-wrapper > * .border-b-5px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-l-5px,
.editor-styles-wrapper > * .border-l-5px {
  border-left: 5px solid #bcc3c4;
}
.tem-theme > * .border-l-5px.reverse,
.editor-styles-wrapper > * .border-l-5px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-l-5px.stone,
.editor-styles-wrapper > * .border-l-5px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-l-5px.teal,
.editor-styles-wrapper > * .border-l-5px.teal {
  border-color: #00656e !important;
}
.tem-theme > * .border-r-5px,
.editor-styles-wrapper > * .border-r-5px {
  border-right: 5px solid #bcc3c4;
}
.tem-theme > * .border-r-5px.reverse,
.editor-styles-wrapper > * .border-r-5px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-r-5px.stone,
.editor-styles-wrapper > * .border-r-5px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-r-5px.teal,
.editor-styles-wrapper > * .border-r-5px.teal {
  border-color: #00656e;
}
.tem-theme > * .border-t-5px,
.editor-styles-wrapper > * .border-t-5px {
  border-top: 5px solid #bcc3c4;
}
.tem-theme > * .border-t-5px.reverse,
.editor-styles-wrapper > * .border-t-5px.reverse {
  border-color: rgba(255, 255, 255, 0.2);
}
.tem-theme > * .border-t-5px.stone,
.editor-styles-wrapper > * .border-t-5px.stone {
  border-color: #aeaaa4;
}
.tem-theme > * .border-t-5px.teal,
.editor-styles-wrapper > * .border-t-5px.teal {
  border-color: #00656e;
}

/* merge maps */
.tem-theme > *,
.editor-styles-wrapper > * {
  /* Text colors */
  /* Background colors */
  /* Border colors */
}
.tem-theme > * .col-white,
.editor-styles-wrapper > * .col-white {
  color: #ffffff;
}
.tem-theme > * .col-white > *,
.editor-styles-wrapper > * .col-white > * {
  color: #ffffff;
}
.tem-theme > * .col-hover-white:hover,
.editor-styles-wrapper > * .col-hover-white:hover {
  color: #ffffff;
}
.tem-theme > * .col-white svg,
.tem-theme > * .col-white svg path,
.editor-styles-wrapper > * .col-white svg,
.editor-styles-wrapper > * .col-white svg path {
  fill: #ffffff;
}
.tem-theme > * .col-white svg > *,
.tem-theme > * .col-white svg path > *,
.editor-styles-wrapper > * .col-white svg > *,
.editor-styles-wrapper > * .col-white svg path > * {
  fill: #ffffff;
}
.tem-theme > * .col-white-svg > svg,
.editor-styles-wrapper > * .col-white-svg > svg {
  color: #ffffff;
}
.tem-theme > * .col-white-svg > svg > *,
.editor-styles-wrapper > * .col-white-svg > svg > * {
  color: #ffffff;
}
.tem-theme > * .col-white-80,
.editor-styles-wrapper > * .col-white-80 {
  color: rgba(255, 255, 255, 0.8);
}
.tem-theme > * .col-white-80 > *,
.editor-styles-wrapper > * .col-white-80 > * {
  color: rgba(255, 255, 255, 0.8);
}
.tem-theme > * .col-hover-white-80:hover,
.editor-styles-wrapper > * .col-hover-white-80:hover {
  color: rgba(255, 255, 255, 0.8);
}
.tem-theme > * .col-white-80 svg,
.tem-theme > * .col-white-80 svg path,
.editor-styles-wrapper > * .col-white-80 svg,
.editor-styles-wrapper > * .col-white-80 svg path {
  fill: rgba(255, 255, 255, 0.8);
}
.tem-theme > * .col-white-80 svg > *,
.tem-theme > * .col-white-80 svg path > *,
.editor-styles-wrapper > * .col-white-80 svg > *,
.editor-styles-wrapper > * .col-white-80 svg path > * {
  fill: rgba(255, 255, 255, 0.8);
}
.tem-theme > * .col-white-80-svg > svg,
.editor-styles-wrapper > * .col-white-80-svg > svg {
  color: rgba(255, 255, 255, 0.8);
}
.tem-theme > * .col-white-80-svg > svg > *,
.editor-styles-wrapper > * .col-white-80-svg > svg > * {
  color: rgba(255, 255, 255, 0.8);
}
.tem-theme > * .col-white-50,
.editor-styles-wrapper > * .col-white-50 {
  color: rgba(255, 255, 255, 0.5);
}
.tem-theme > * .col-white-50 > *,
.editor-styles-wrapper > * .col-white-50 > * {
  color: rgba(255, 255, 255, 0.5);
}
.tem-theme > * .col-hover-white-50:hover,
.editor-styles-wrapper > * .col-hover-white-50:hover {
  color: rgba(255, 255, 255, 0.5);
}
.tem-theme > * .col-white-50 svg,
.tem-theme > * .col-white-50 svg path,
.editor-styles-wrapper > * .col-white-50 svg,
.editor-styles-wrapper > * .col-white-50 svg path {
  fill: rgba(255, 255, 255, 0.5);
}
.tem-theme > * .col-white-50 svg > *,
.tem-theme > * .col-white-50 svg path > *,
.editor-styles-wrapper > * .col-white-50 svg > *,
.editor-styles-wrapper > * .col-white-50 svg path > * {
  fill: rgba(255, 255, 255, 0.5);
}
.tem-theme > * .col-white-50-svg > svg,
.editor-styles-wrapper > * .col-white-50-svg > svg {
  color: rgba(255, 255, 255, 0.5);
}
.tem-theme > * .col-white-50-svg > svg > *,
.editor-styles-wrapper > * .col-white-50-svg > svg > * {
  color: rgba(255, 255, 255, 0.5);
}
.tem-theme > * .col-black,
.editor-styles-wrapper > * .col-black {
  color: #000000;
}
.tem-theme > * .col-black > *,
.editor-styles-wrapper > * .col-black > * {
  color: #000000;
}
.tem-theme > * .col-hover-black:hover,
.editor-styles-wrapper > * .col-hover-black:hover {
  color: #000000;
}
.tem-theme > * .col-black svg,
.tem-theme > * .col-black svg path,
.editor-styles-wrapper > * .col-black svg,
.editor-styles-wrapper > * .col-black svg path {
  fill: #000000;
}
.tem-theme > * .col-black svg > *,
.tem-theme > * .col-black svg path > *,
.editor-styles-wrapper > * .col-black svg > *,
.editor-styles-wrapper > * .col-black svg path > * {
  fill: #000000;
}
.tem-theme > * .col-black-svg > svg,
.editor-styles-wrapper > * .col-black-svg > svg {
  color: #000000;
}
.tem-theme > * .col-black-svg > svg > *,
.editor-styles-wrapper > * .col-black-svg > svg > * {
  color: #000000;
}
.tem-theme > * .col-raven,
.editor-styles-wrapper > * .col-raven {
  color: #1e3746;
}
.tem-theme > * .col-raven > *,
.editor-styles-wrapper > * .col-raven > * {
  color: #1e3746;
}
.tem-theme > * .col-hover-raven:hover,
.editor-styles-wrapper > * .col-hover-raven:hover {
  color: #1e3746;
}
.tem-theme > * .col-raven svg,
.tem-theme > * .col-raven svg path,
.editor-styles-wrapper > * .col-raven svg,
.editor-styles-wrapper > * .col-raven svg path {
  fill: #1e3746;
}
.tem-theme > * .col-raven svg > *,
.tem-theme > * .col-raven svg path > *,
.editor-styles-wrapper > * .col-raven svg > *,
.editor-styles-wrapper > * .col-raven svg path > * {
  fill: #1e3746;
}
.tem-theme > * .col-raven-svg > svg,
.editor-styles-wrapper > * .col-raven-svg > svg {
  color: #1e3746;
}
.tem-theme > * .col-raven-svg > svg > *,
.editor-styles-wrapper > * .col-raven-svg > svg > * {
  color: #1e3746;
}
.tem-theme > * .col-raven-80,
.editor-styles-wrapper > * .col-raven-80 {
  color: rgba(30, 55, 70, 0.8);
}
.tem-theme > * .col-raven-80 > *,
.editor-styles-wrapper > * .col-raven-80 > * {
  color: rgba(30, 55, 70, 0.8);
}
.tem-theme > * .col-hover-raven-80:hover,
.editor-styles-wrapper > * .col-hover-raven-80:hover {
  color: rgba(30, 55, 70, 0.8);
}
.tem-theme > * .col-raven-80 svg,
.tem-theme > * .col-raven-80 svg path,
.editor-styles-wrapper > * .col-raven-80 svg,
.editor-styles-wrapper > * .col-raven-80 svg path {
  fill: rgba(30, 55, 70, 0.8);
}
.tem-theme > * .col-raven-80 svg > *,
.tem-theme > * .col-raven-80 svg path > *,
.editor-styles-wrapper > * .col-raven-80 svg > *,
.editor-styles-wrapper > * .col-raven-80 svg path > * {
  fill: rgba(30, 55, 70, 0.8);
}
.tem-theme > * .col-raven-80-svg > svg,
.editor-styles-wrapper > * .col-raven-80-svg > svg {
  color: rgba(30, 55, 70, 0.8);
}
.tem-theme > * .col-raven-80-svg > svg > *,
.editor-styles-wrapper > * .col-raven-80-svg > svg > * {
  color: rgba(30, 55, 70, 0.8);
}
.tem-theme > * .col-raven-50,
.editor-styles-wrapper > * .col-raven-50 {
  color: rgba(30, 55, 70, 0.5);
}
.tem-theme > * .col-raven-50 > *,
.editor-styles-wrapper > * .col-raven-50 > * {
  color: rgba(30, 55, 70, 0.5);
}
.tem-theme > * .col-hover-raven-50:hover,
.editor-styles-wrapper > * .col-hover-raven-50:hover {
  color: rgba(30, 55, 70, 0.5);
}
.tem-theme > * .col-raven-50 svg,
.tem-theme > * .col-raven-50 svg path,
.editor-styles-wrapper > * .col-raven-50 svg,
.editor-styles-wrapper > * .col-raven-50 svg path {
  fill: rgba(30, 55, 70, 0.5);
}
.tem-theme > * .col-raven-50 svg > *,
.tem-theme > * .col-raven-50 svg path > *,
.editor-styles-wrapper > * .col-raven-50 svg > *,
.editor-styles-wrapper > * .col-raven-50 svg path > * {
  fill: rgba(30, 55, 70, 0.5);
}
.tem-theme > * .col-raven-50-svg > svg,
.editor-styles-wrapper > * .col-raven-50-svg > svg {
  color: rgba(30, 55, 70, 0.5);
}
.tem-theme > * .col-raven-50-svg > svg > *,
.editor-styles-wrapper > * .col-raven-50-svg > svg > * {
  color: rgba(30, 55, 70, 0.5);
}
.tem-theme > * .col-teal,
.editor-styles-wrapper > * .col-teal {
  color: #00656e;
}
.tem-theme > * .col-teal > *,
.editor-styles-wrapper > * .col-teal > * {
  color: #00656e;
}
.tem-theme > * .col-hover-teal:hover,
.editor-styles-wrapper > * .col-hover-teal:hover {
  color: #00656e;
}
.tem-theme > * .col-teal svg,
.tem-theme > * .col-teal svg path,
.editor-styles-wrapper > * .col-teal svg,
.editor-styles-wrapper > * .col-teal svg path {
  fill: #00656e;
}
.tem-theme > * .col-teal svg > *,
.tem-theme > * .col-teal svg path > *,
.editor-styles-wrapper > * .col-teal svg > *,
.editor-styles-wrapper > * .col-teal svg path > * {
  fill: #00656e;
}
.tem-theme > * .col-teal-svg > svg,
.editor-styles-wrapper > * .col-teal-svg > svg {
  color: #00656e;
}
.tem-theme > * .col-teal-svg > svg > *,
.editor-styles-wrapper > * .col-teal-svg > svg > * {
  color: #00656e;
}
.tem-theme > * .col-teal-80,
.editor-styles-wrapper > * .col-teal-80 {
  color: rgba(0, 101, 110, 0.8);
}
.tem-theme > * .col-teal-80 > *,
.editor-styles-wrapper > * .col-teal-80 > * {
  color: rgba(0, 101, 110, 0.8);
}
.tem-theme > * .col-hover-teal-80:hover,
.editor-styles-wrapper > * .col-hover-teal-80:hover {
  color: rgba(0, 101, 110, 0.8);
}
.tem-theme > * .col-teal-80 svg,
.tem-theme > * .col-teal-80 svg path,
.editor-styles-wrapper > * .col-teal-80 svg,
.editor-styles-wrapper > * .col-teal-80 svg path {
  fill: rgba(0, 101, 110, 0.8);
}
.tem-theme > * .col-teal-80 svg > *,
.tem-theme > * .col-teal-80 svg path > *,
.editor-styles-wrapper > * .col-teal-80 svg > *,
.editor-styles-wrapper > * .col-teal-80 svg path > * {
  fill: rgba(0, 101, 110, 0.8);
}
.tem-theme > * .col-teal-80-svg > svg,
.editor-styles-wrapper > * .col-teal-80-svg > svg {
  color: rgba(0, 101, 110, 0.8);
}
.tem-theme > * .col-teal-80-svg > svg > *,
.editor-styles-wrapper > * .col-teal-80-svg > svg > * {
  color: rgba(0, 101, 110, 0.8);
}
.tem-theme > * .col-teal-50,
.editor-styles-wrapper > * .col-teal-50 {
  color: rgba(0, 101, 110, 0.5);
}
.tem-theme > * .col-teal-50 > *,
.editor-styles-wrapper > * .col-teal-50 > * {
  color: rgba(0, 101, 110, 0.5);
}
.tem-theme > * .col-hover-teal-50:hover,
.editor-styles-wrapper > * .col-hover-teal-50:hover {
  color: rgba(0, 101, 110, 0.5);
}
.tem-theme > * .col-teal-50 svg,
.tem-theme > * .col-teal-50 svg path,
.editor-styles-wrapper > * .col-teal-50 svg,
.editor-styles-wrapper > * .col-teal-50 svg path {
  fill: rgba(0, 101, 110, 0.5);
}
.tem-theme > * .col-teal-50 svg > *,
.tem-theme > * .col-teal-50 svg path > *,
.editor-styles-wrapper > * .col-teal-50 svg > *,
.editor-styles-wrapper > * .col-teal-50 svg path > * {
  fill: rgba(0, 101, 110, 0.5);
}
.tem-theme > * .col-teal-50-svg > svg,
.editor-styles-wrapper > * .col-teal-50-svg > svg {
  color: rgba(0, 101, 110, 0.5);
}
.tem-theme > * .col-teal-50-svg > svg > *,
.editor-styles-wrapper > * .col-teal-50-svg > svg > * {
  color: rgba(0, 101, 110, 0.5);
}
.tem-theme > * .col-rainforest,
.editor-styles-wrapper > * .col-rainforest {
  color: #009878;
}
.tem-theme > * .col-rainforest > *,
.editor-styles-wrapper > * .col-rainforest > * {
  color: #009878;
}
.tem-theme > * .col-hover-rainforest:hover,
.editor-styles-wrapper > * .col-hover-rainforest:hover {
  color: #009878;
}
.tem-theme > * .col-rainforest svg,
.tem-theme > * .col-rainforest svg path,
.editor-styles-wrapper > * .col-rainforest svg,
.editor-styles-wrapper > * .col-rainforest svg path {
  fill: #009878;
}
.tem-theme > * .col-rainforest svg > *,
.tem-theme > * .col-rainforest svg path > *,
.editor-styles-wrapper > * .col-rainforest svg > *,
.editor-styles-wrapper > * .col-rainforest svg path > * {
  fill: #009878;
}
.tem-theme > * .col-rainforest-svg > svg,
.editor-styles-wrapper > * .col-rainforest-svg > svg {
  color: #009878;
}
.tem-theme > * .col-rainforest-svg > svg > *,
.editor-styles-wrapper > * .col-rainforest-svg > svg > * {
  color: #009878;
}
.tem-theme > * .col-stone,
.editor-styles-wrapper > * .col-stone {
  color: #aeaaa4;
}
.tem-theme > * .col-stone > *,
.editor-styles-wrapper > * .col-stone > * {
  color: #aeaaa4;
}
.tem-theme > * .col-hover-stone:hover,
.editor-styles-wrapper > * .col-hover-stone:hover {
  color: #aeaaa4;
}
.tem-theme > * .col-stone svg,
.tem-theme > * .col-stone svg path,
.editor-styles-wrapper > * .col-stone svg,
.editor-styles-wrapper > * .col-stone svg path {
  fill: #aeaaa4;
}
.tem-theme > * .col-stone svg > *,
.tem-theme > * .col-stone svg path > *,
.editor-styles-wrapper > * .col-stone svg > *,
.editor-styles-wrapper > * .col-stone svg path > * {
  fill: #aeaaa4;
}
.tem-theme > * .col-stone-svg > svg,
.editor-styles-wrapper > * .col-stone-svg > svg {
  color: #aeaaa4;
}
.tem-theme > * .col-stone-svg > svg > *,
.editor-styles-wrapper > * .col-stone-svg > svg > * {
  color: #aeaaa4;
}
.tem-theme > * .col-eucalyptus,
.editor-styles-wrapper > * .col-eucalyptus {
  color: #96b898;
}
.tem-theme > * .col-eucalyptus > *,
.editor-styles-wrapper > * .col-eucalyptus > * {
  color: #96b898;
}
.tem-theme > * .col-hover-eucalyptus:hover,
.editor-styles-wrapper > * .col-hover-eucalyptus:hover {
  color: #96b898;
}
.tem-theme > * .col-eucalyptus svg,
.tem-theme > * .col-eucalyptus svg path,
.editor-styles-wrapper > * .col-eucalyptus svg,
.editor-styles-wrapper > * .col-eucalyptus svg path {
  fill: #96b898;
}
.tem-theme > * .col-eucalyptus svg > *,
.tem-theme > * .col-eucalyptus svg path > *,
.editor-styles-wrapper > * .col-eucalyptus svg > *,
.editor-styles-wrapper > * .col-eucalyptus svg path > * {
  fill: #96b898;
}
.tem-theme > * .col-eucalyptus-svg > svg,
.editor-styles-wrapper > * .col-eucalyptus-svg > svg {
  color: #96b898;
}
.tem-theme > * .col-eucalyptus-svg > svg > *,
.editor-styles-wrapper > * .col-eucalyptus-svg > svg > * {
  color: #96b898;
}
.tem-theme > * .col-eucalyptus-2,
.editor-styles-wrapper > * .col-eucalyptus-2 {
  color: #bcd5be;
}
.tem-theme > * .col-eucalyptus-2 > *,
.editor-styles-wrapper > * .col-eucalyptus-2 > * {
  color: #bcd5be;
}
.tem-theme > * .col-hover-eucalyptus-2:hover,
.editor-styles-wrapper > * .col-hover-eucalyptus-2:hover {
  color: #bcd5be;
}
.tem-theme > * .col-eucalyptus-2 svg,
.tem-theme > * .col-eucalyptus-2 svg path,
.editor-styles-wrapper > * .col-eucalyptus-2 svg,
.editor-styles-wrapper > * .col-eucalyptus-2 svg path {
  fill: #bcd5be;
}
.tem-theme > * .col-eucalyptus-2 svg > *,
.tem-theme > * .col-eucalyptus-2 svg path > *,
.editor-styles-wrapper > * .col-eucalyptus-2 svg > *,
.editor-styles-wrapper > * .col-eucalyptus-2 svg path > * {
  fill: #bcd5be;
}
.tem-theme > * .col-eucalyptus-2-svg > svg,
.editor-styles-wrapper > * .col-eucalyptus-2-svg > svg {
  color: #bcd5be;
}
.tem-theme > * .col-eucalyptus-2-svg > svg > *,
.editor-styles-wrapper > * .col-eucalyptus-2-svg > svg > * {
  color: #bcd5be;
}
.tem-theme > * .col-dusk,
.editor-styles-wrapper > * .col-dusk {
  color: #c89698;
}
.tem-theme > * .col-dusk > *,
.editor-styles-wrapper > * .col-dusk > * {
  color: #c89698;
}
.tem-theme > * .col-hover-dusk:hover,
.editor-styles-wrapper > * .col-hover-dusk:hover {
  color: #c89698;
}
.tem-theme > * .col-dusk svg,
.tem-theme > * .col-dusk svg path,
.editor-styles-wrapper > * .col-dusk svg,
.editor-styles-wrapper > * .col-dusk svg path {
  fill: #c89698;
}
.tem-theme > * .col-dusk svg > *,
.tem-theme > * .col-dusk svg path > *,
.editor-styles-wrapper > * .col-dusk svg > *,
.editor-styles-wrapper > * .col-dusk svg path > * {
  fill: #c89698;
}
.tem-theme > * .col-dusk-svg > svg,
.editor-styles-wrapper > * .col-dusk-svg > svg {
  color: #c89698;
}
.tem-theme > * .col-dusk-svg > svg > *,
.editor-styles-wrapper > * .col-dusk-svg > svg > * {
  color: #c89698;
}
.tem-theme > * .col-sky,
.editor-styles-wrapper > * .col-sky {
  color: #88b8d0;
}
.tem-theme > * .col-sky > *,
.editor-styles-wrapper > * .col-sky > * {
  color: #88b8d0;
}
.tem-theme > * .col-hover-sky:hover,
.editor-styles-wrapper > * .col-hover-sky:hover {
  color: #88b8d0;
}
.tem-theme > * .col-sky svg,
.tem-theme > * .col-sky svg path,
.editor-styles-wrapper > * .col-sky svg,
.editor-styles-wrapper > * .col-sky svg path {
  fill: #88b8d0;
}
.tem-theme > * .col-sky svg > *,
.tem-theme > * .col-sky svg path > *,
.editor-styles-wrapper > * .col-sky svg > *,
.editor-styles-wrapper > * .col-sky svg path > * {
  fill: #88b8d0;
}
.tem-theme > * .col-sky-svg > svg,
.editor-styles-wrapper > * .col-sky-svg > svg {
  color: #88b8d0;
}
.tem-theme > * .col-sky-svg > svg > *,
.editor-styles-wrapper > * .col-sky-svg > svg > * {
  color: #88b8d0;
}
.tem-theme > * .col-egret,
.editor-styles-wrapper > * .col-egret {
  color: #f6f5f5;
}
.tem-theme > * .col-egret > *,
.editor-styles-wrapper > * .col-egret > * {
  color: #f6f5f5;
}
.tem-theme > * .col-hover-egret:hover,
.editor-styles-wrapper > * .col-hover-egret:hover {
  color: #f6f5f5;
}
.tem-theme > * .col-egret svg,
.tem-theme > * .col-egret svg path,
.editor-styles-wrapper > * .col-egret svg,
.editor-styles-wrapper > * .col-egret svg path {
  fill: #f6f5f5;
}
.tem-theme > * .col-egret svg > *,
.tem-theme > * .col-egret svg path > *,
.editor-styles-wrapper > * .col-egret svg > *,
.editor-styles-wrapper > * .col-egret svg path > * {
  fill: #f6f5f5;
}
.tem-theme > * .col-egret-svg > svg,
.editor-styles-wrapper > * .col-egret-svg > svg {
  color: #f6f5f5;
}
.tem-theme > * .col-egret-svg > svg > *,
.editor-styles-wrapper > * .col-egret-svg > svg > * {
  color: #f6f5f5;
}
.tem-theme > * .col-carbon,
.editor-styles-wrapper > * .col-carbon {
  color: #1a1d1d;
}
.tem-theme > * .col-carbon > *,
.editor-styles-wrapper > * .col-carbon > * {
  color: #1a1d1d;
}
.tem-theme > * .col-hover-carbon:hover,
.editor-styles-wrapper > * .col-hover-carbon:hover {
  color: #1a1d1d;
}
.tem-theme > * .col-carbon svg,
.tem-theme > * .col-carbon svg path,
.editor-styles-wrapper > * .col-carbon svg,
.editor-styles-wrapper > * .col-carbon svg path {
  fill: #1a1d1d;
}
.tem-theme > * .col-carbon svg > *,
.tem-theme > * .col-carbon svg path > *,
.editor-styles-wrapper > * .col-carbon svg > *,
.editor-styles-wrapper > * .col-carbon svg path > * {
  fill: #1a1d1d;
}
.tem-theme > * .col-carbon-svg > svg,
.editor-styles-wrapper > * .col-carbon-svg > svg {
  color: #1a1d1d;
}
.tem-theme > * .col-carbon-svg > svg > *,
.editor-styles-wrapper > * .col-carbon-svg > svg > * {
  color: #1a1d1d;
}
.tem-theme > * .col-primary,
.editor-styles-wrapper > * .col-primary {
  color: #000000;
}
.tem-theme > * .col-primary > *,
.editor-styles-wrapper > * .col-primary > * {
  color: #000000;
}
.tem-theme > * .col-hover-primary:hover,
.editor-styles-wrapper > * .col-hover-primary:hover {
  color: #000000;
}
.tem-theme > * .col-primary svg,
.tem-theme > * .col-primary svg path,
.editor-styles-wrapper > * .col-primary svg,
.editor-styles-wrapper > * .col-primary svg path {
  fill: #000000;
}
.tem-theme > * .col-primary svg > *,
.tem-theme > * .col-primary svg path > *,
.editor-styles-wrapper > * .col-primary svg > *,
.editor-styles-wrapper > * .col-primary svg path > * {
  fill: #000000;
}
.tem-theme > * .col-primary-svg > svg,
.editor-styles-wrapper > * .col-primary-svg > svg {
  color: #000000;
}
.tem-theme > * .col-primary-svg > svg > *,
.editor-styles-wrapper > * .col-primary-svg > svg > * {
  color: #000000;
}
.tem-theme > * .bg-white,
.editor-styles-wrapper > * .bg-white {
  background: #ffffff;
}
.tem-theme > * .bg-white-80,
.editor-styles-wrapper > * .bg-white-80 {
  background: rgba(255, 255, 255, 0.8);
}
.tem-theme > * .bg-white-50,
.editor-styles-wrapper > * .bg-white-50 {
  background: rgba(255, 255, 255, 0.5);
}
.tem-theme > * .bg-black,
.editor-styles-wrapper > * .bg-black {
  background: #000000;
}
.tem-theme > * .bg-raven,
.editor-styles-wrapper > * .bg-raven {
  background: #1e3746;
}
.tem-theme > * .bg-raven-80,
.editor-styles-wrapper > * .bg-raven-80 {
  background: rgba(30, 55, 70, 0.8);
}
.tem-theme > * .bg-raven-50,
.editor-styles-wrapper > * .bg-raven-50 {
  background: rgba(30, 55, 70, 0.5);
}
.tem-theme > * .bg-teal,
.editor-styles-wrapper > * .bg-teal {
  background: #00656e;
}
.tem-theme > * .bg-teal-80,
.editor-styles-wrapper > * .bg-teal-80 {
  background: rgba(0, 101, 110, 0.8);
}
.tem-theme > * .bg-teal-50,
.editor-styles-wrapper > * .bg-teal-50 {
  background: rgba(0, 101, 110, 0.5);
}
.tem-theme > * .bg-rainforest,
.editor-styles-wrapper > * .bg-rainforest {
  background: #009878;
}
.tem-theme > * .bg-stone,
.editor-styles-wrapper > * .bg-stone {
  background: #aeaaa4;
}
.tem-theme > * .bg-eucalyptus,
.editor-styles-wrapper > * .bg-eucalyptus {
  background: #96b898;
}
.tem-theme > * .bg-eucalyptus-2,
.editor-styles-wrapper > * .bg-eucalyptus-2 {
  background: #bcd5be;
}
.tem-theme > * .bg-dusk,
.editor-styles-wrapper > * .bg-dusk {
  background: #c89698;
}
.tem-theme > * .bg-sky,
.editor-styles-wrapper > * .bg-sky {
  background: #88b8d0;
}
.tem-theme > * .bg-egret,
.editor-styles-wrapper > * .bg-egret {
  background: #f6f5f5;
}
.tem-theme > * .bg-carbon,
.editor-styles-wrapper > * .bg-carbon {
  background: #1a1d1d;
}
.tem-theme > * .border-default,
.editor-styles-wrapper > * .border-default {
  border-color: #bcc3c4;
}
.tem-theme > * .border-reverse,
.editor-styles-wrapper > * .border-reverse {
  border-color: rgba(255, 255, 255, 0.2);
}

.form-error {
  background: rgba(255, 163, 163, 0.3568627451);
  border: 1px solid #ff5858;
}

.form-success {
  background: rgba(220, 255, 214, 0.4901960784);
  border: 1px solid #4fb379;
}

.tem-theme > *,
.editor-styles-wrapper > * {
  /* Button */
}
.tem-theme > * button,
.editor-styles-wrapper > * button {
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px 8px;
  transition: 0.1s ease-in-out;
  cursor: pointer;
  font-weight: medium;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 18px;
  font-family: "ReplicaMonoLLWeb-Regular";
}
.tem-theme > * .btn-size-primary,
.editor-styles-wrapper > * .btn-size-primary {
  padding: 14px 24px;
}
.tem-theme > * .btn-size-small,
.editor-styles-wrapper > * .btn-size-small {
  padding: 11px 16px;
  font-size: 13px;
}
.tem-theme > * .btn-radius-primary,
.editor-styles-wrapper > * .btn-radius-primary {
  border-radius: 5px;
}
.tem-theme > * .btn-primary,
.editor-styles-wrapper > * .btn-primary {
  background: #009878;
  color: #ffffff;
  border: none;
}
.tem-theme > * .btn-primary svg path,
.editor-styles-wrapper > * .btn-primary svg path {
  fill: #ffffff;
}
.tem-theme > * .btn-primary:hover, .tem-theme > * .btn-primary.hover,
.editor-styles-wrapper > * .btn-primary:hover,
.editor-styles-wrapper > * .btn-primary.hover {
  background: #1e3746;
  color: #ffffff;
}
.tem-theme > * .btn-primary:hover svg path, .tem-theme > * .btn-primary.hover svg path,
.editor-styles-wrapper > * .btn-primary:hover svg path,
.editor-styles-wrapper > * .btn-primary.hover svg path {
  fill: #ffffff;
}
.tem-theme > * .btn-primary:disabled,
.editor-styles-wrapper > * .btn-primary:disabled {
  background: #1e3746;
  color: grey;
}
.tem-theme > * .btn-primary:disabled svg path,
.editor-styles-wrapper > * .btn-primary:disabled svg path {
  fill: grey;
}
.tem-theme > * .btn-light,
.editor-styles-wrapper > * .btn-light {
  background: #ffffff;
  color: #000000;
  border: none;
}
.tem-theme > * .btn-light svg path,
.editor-styles-wrapper > * .btn-light svg path {
  fill: #000000;
}
.tem-theme > * .btn-light:hover, .tem-theme > * .btn-light.hover,
.editor-styles-wrapper > * .btn-light:hover,
.editor-styles-wrapper > * .btn-light.hover {
  background: #1e3746;
  color: #ffffff;
}
.tem-theme > * .btn-light:hover svg path, .tem-theme > * .btn-light.hover svg path,
.editor-styles-wrapper > * .btn-light:hover svg path,
.editor-styles-wrapper > * .btn-light.hover svg path {
  fill: #ffffff;
}
.tem-theme > * .btn-light:disabled,
.editor-styles-wrapper > * .btn-light:disabled {
  background: #1e3746;
  color: grey;
}
.tem-theme > * .btn-light:disabled svg path,
.editor-styles-wrapper > * .btn-light:disabled svg path {
  fill: grey;
}
.tem-theme > * .btn-outlined-primary,
.editor-styles-wrapper > * .btn-outlined-primary {
  background: transparent;
  color: #00656e;
  border: 1px solid rgba(0, 101, 110, 0.5);
}
.tem-theme > * .btn-outlined-primary svg path,
.editor-styles-wrapper > * .btn-outlined-primary svg path {
  fill: #00656e;
}
.tem-theme > * .btn-outlined-primary:hover, .tem-theme > * .btn-outlined-primary.hover,
.editor-styles-wrapper > * .btn-outlined-primary:hover,
.editor-styles-wrapper > * .btn-outlined-primary.hover {
  background: #ffffff;
  color: #ffffff;
}
.tem-theme > * .btn-outlined-primary:hover svg path, .tem-theme > * .btn-outlined-primary.hover svg path,
.editor-styles-wrapper > * .btn-outlined-primary:hover svg path,
.editor-styles-wrapper > * .btn-outlined-primary.hover svg path {
  fill: #ffffff;
}
.tem-theme > * .btn-outlined-primary:hover:disabled, .tem-theme > * .btn-outlined-primary.hover:disabled,
.editor-styles-wrapper > * .btn-outlined-primary:hover:disabled,
.editor-styles-wrapper > * .btn-outlined-primary.hover:disabled {
  background: transparent;
  color: #1e3746;
}
.tem-theme > * .btn-outlined-primary:hover.hover-raven, .tem-theme > * .btn-outlined-primary.hover.hover-raven,
.editor-styles-wrapper > * .btn-outlined-primary:hover.hover-raven,
.editor-styles-wrapper > * .btn-outlined-primary.hover.hover-raven {
  background-color: #1e3746;
}
.tem-theme > * .btn-outlined-primary:disabled,
.editor-styles-wrapper > * .btn-outlined-primary:disabled {
  border-color: #1e3746;
  background: #1e3746;
  color: grey;
}
.tem-theme > * .btn-outlined-primary:disabled svg path,
.editor-styles-wrapper > * .btn-outlined-primary:disabled svg path {
  fill: grey;
}
.tem-theme > * .btn-outlined-light,
.editor-styles-wrapper > * .btn-outlined-light {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.tem-theme > * .btn-outlined-light svg path,
.editor-styles-wrapper > * .btn-outlined-light svg path {
  fill: #ffffff;
}
.tem-theme > * .btn-outlined-light:hover, .tem-theme > * .btn-outlined-light.hover,
.editor-styles-wrapper > * .btn-outlined-light:hover,
.editor-styles-wrapper > * .btn-outlined-light.hover {
  background: #ffffff;
  color: #000000;
}
.tem-theme > * .btn-outlined-light:hover svg path, .tem-theme > * .btn-outlined-light.hover svg path,
.editor-styles-wrapper > * .btn-outlined-light:hover svg path,
.editor-styles-wrapper > * .btn-outlined-light.hover svg path {
  fill: #000000;
}
.tem-theme > * .btn-outlined-light:hover:disabled, .tem-theme > * .btn-outlined-light.hover:disabled,
.editor-styles-wrapper > * .btn-outlined-light:hover:disabled,
.editor-styles-wrapper > * .btn-outlined-light.hover:disabled {
  background: transparent;
  color: #1e3746;
}
.tem-theme > * .btn-outlined-light:hover.hover-raven, .tem-theme > * .btn-outlined-light.hover.hover-raven,
.editor-styles-wrapper > * .btn-outlined-light:hover.hover-raven,
.editor-styles-wrapper > * .btn-outlined-light.hover.hover-raven {
  background-color: #1e3746;
}
.tem-theme > * .btn-outlined-light:disabled,
.editor-styles-wrapper > * .btn-outlined-light:disabled {
  border-color: #1e3746;
  background: #1e3746;
  color: grey;
}
.tem-theme > * .btn-outlined-light:disabled svg path,
.editor-styles-wrapper > * .btn-outlined-light:disabled svg path {
  fill: grey;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-grow-1 {
  flex-grow: 1;
}

.nowrap {
  flex-wrap: nowrap;
}

.wrap {
  flex-wrap: wrap;
}

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

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

.align-center {
  align-items: center;
}

.align-stretch {
  align-items: stretch;
}

.align-baseline {
  align-items: baseline;
}

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

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-stretch {
  align-self: stretch;
}

.align-self-baseline {
  align-self: baseline;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-stretch {
  justify-content: stretch;
}

.justify-baseline {
  justify-content: baseline;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-self-start {
  justify-self: flex-start;
}

.justify-self-end {
  justify-self: flex-end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.justify-self-baseline {
  justify-self: baseline;
}

.visibility-hidden {
  visibility: hidden;
}

.visibility-visible {
  visibility: visible;
}

.tem-theme > * .overflow-x-hidden,
.editor-styles-wrapper > * .overflow-x-hidden {
  overflow-x: hidden;
}
.tem-theme > * .primary-link,
.editor-styles-wrapper > * .primary-link {
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding: 5px 6px 5px 0px;
  gap: 5px;
  border: none;
  color: white;
}
.tem-theme > * .primary-link.teal, .tem-theme > * .primary-link.teal > *,
.editor-styles-wrapper > * .primary-link.teal,
.editor-styles-wrapper > * .primary-link.teal > * {
  color: #00656e;
}
.tem-theme > * .primary-link.teal svg path, .tem-theme > * .primary-link.teal > * svg path,
.editor-styles-wrapper > * .primary-link.teal svg path,
.editor-styles-wrapper > * .primary-link.teal > * svg path {
  fill: #00656e;
}
.tem-theme > * .primary-link svg,
.editor-styles-wrapper > * .primary-link svg {
  width: 20px;
  height: 20px;
}
.tem-theme > * .primary-link svg path,
.editor-styles-wrapper > * .primary-link svg path {
  fill: white;
}
.tem-theme > * .primary-link:hover,
.editor-styles-wrapper > * .primary-link:hover {
  gap: 0px;
  padding: 5px 6px 5px 4px;
}
.tem-theme > * .primary-link:hover.teal,
.editor-styles-wrapper > * .primary-link:hover.teal {
  background-color: #00656e;
}
.tem-theme > * .primary-link:hover.teal div,
.editor-styles-wrapper > * .primary-link:hover.teal div {
  color: #ffffff;
}
.tem-theme > * .primary-link:hover.teal svg path,
.editor-styles-wrapper > * .primary-link:hover.teal svg path {
  fill: #ffffff;
}
.tem-theme > * .primary-link:hover div,
.editor-styles-wrapper > * .primary-link:hover div {
  color: #00656e;
}
.tem-theme > * .primary-link:hover svg path,
.editor-styles-wrapper > * .primary-link:hover svg path {
  fill: #00656e;
}
.tem-theme > * .w-100,
.editor-styles-wrapper > * .w-100 {
  width: 100%;
}
.tem-theme > * .h-100,
.editor-styles-wrapper > * .h-100 {
  height: 100%;
}
.tem-theme > * .mw-900,
.editor-styles-wrapper > * .mw-900 {
  max-width: 900px;
}
.tem-theme > * .cursor-pointer,
.editor-styles-wrapper > * .cursor-pointer {
  cursor: pointer;
}
.tem-theme > * .position-relative,
.editor-styles-wrapper > * .position-relative {
  position: relative;
}
.tem-theme > * .position-absolute,
.editor-styles-wrapper > * .position-absolute {
  position: absolute;
}
.tem-theme > * .sticky-sidebar,
.editor-styles-wrapper > * .sticky-sidebar {
  position: sticky;
  top: 100px;
}
@media (max-width: 899px) {
  .tem-theme > * .sticky-sidebar,
  .editor-styles-wrapper > * .sticky-sidebar {
    position: relative;
    top: 0px;
  }
}
.tem-theme > * .limit-2-lines,
.editor-styles-wrapper > * .limit-2-lines {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 2) {
  .tem-theme > * .limit-2-lines,
  .editor-styles-wrapper > * .limit-2-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.tem-theme > * .user-select-none,
.editor-styles-wrapper > * .user-select-none {
  user-select: none;
}

.grecaptcha-badge {
  display: none;
}

.cta-card {
  padding: 80px;
}
@media (max-width: 899px) {
  .cta-card {
    padding: 80px 30px;
  }
}

#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
  max-width: 1760px !important;
}

@media (max-width: 899px) {
  .sdg-imgs .wp-block-image img {
    width: 95px;
    height: 95px;
  }
}

ul {
  padding-left: 15px;
}

.yt-vid-preview {
  padding: 8px;
  gap: 8px;
}
.yt-vid-preview .yt-thumbnail {
  width: 136px;
  height: 85px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal.show {
  display: block;
  opacity: 1;
}
.modal.hide {
  display: block;
  opacity: 0;
}

.modal-content {
  overflow: hidden;
  margin: 15% auto;
  width: 100%;
  max-width: 600px;
  transition: opacity 0.3s ease;
}

#announcement {
  padding: 4px 20px;
  gap: 30px;
  flex: 1 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
#announcement button {
  padding: 4px 10px;
  gap: 8px;
  border-radius: 5px;
  font-size: 11px;
}

picture.transparent > img {
  filter: brightness(100);
}
@media (max-width: 899px) {
  picture.transparent > img {
    filter: none;
  }
}

header {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}
header.is-fixed {
  transition-timing-function: cubic-bezier(0.16, 1.08, 0.38, 0.98);
  transition-duration: 0.7s;
  transition-property: transform;
  position: fixed;
  transform: translateY(0px);
  top: -36px;
}
@media (max-width: 899px) {
  header.is-fixed {
    top: -28px;
  }
}
header.is-fixed.no-announcement {
  top: 0px;
}
header.is-fixed.out {
  transition-delay: 0.3s;
  transform: translateY(-100px);
}
header nav {
  height: fit-content;
  padding: 24px;
}
@media (max-width: 899px) {
  header nav {
    padding: 0px;
    width: 100%;
  }
}
header nav.hovering-nav {
  background-color: #1e3746;
  z-index: 10000;
  max-width: 100%;
  margin: auto;
}
header nav #nav-main {
  overflow: hidden;
  transition: 0s;
}
header nav #nav-main .main-menu .dropdown {
  padding: 0 15px;
}
@media (max-width: 1200px) {
  header nav #nav-main .main-menu .dropdown {
    padding: 0 5px;
  }
}
header nav #nav-main.hovering {
  background-color: #1e3746;
}
header nav #nav-main.hovering .hdr-logo-link-image {
  filter: brightness(100);
}
header nav #nav-main.hovering .main-menu a {
  color: #ffffff;
}
header nav #nav-main.hovering .main-menu a img {
  filter: brightness(1);
}
header nav #nav-main.hovering .right .bg-white {
  color: white !important;
  border: 1px solid white !important;
  background-color: #1e3746 !important;
}
header nav #nav-main.hovering .right .bg-white svg > path {
  fill: white !important;
}
@media (max-width: 899px) {
  header nav #nav-main {
    padding: 16px 16px;
    border-radius: 0px;
  }
  header nav #nav-main.transparent {
    background-color: white;
  }
}
header nav #nav-main .hdr-logo-link-image {
  max-height: 45px;
}
@media (max-width: 1200px) {
  header nav #nav-main .hdr-logo-link-image {
    max-height: 40px;
  }
}
header nav #nav-main .main-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav #nav-main .main-menu .main-menu-link:hover,
header nav #nav-main .main-menu .dropdown:hover .main-menu-link {
  border: 1px solid #ffffff;
  color: #ffffff;
}
header nav #nav-main .main-menu .main-menu-link {
  float: left;
  display: flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #1e3746;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding: 6px 10px;
  border-radius: 30px;
  border-color: #ffffff;
}
header nav #nav-main .main-menu .main-menu-link.transparent {
  color: white;
}
@media (max-width: 899px) {
  header nav #nav-main .main-menu .main-menu-link.transparent {
    color: #1e3746;
  }
}
header nav #nav-main .main-menu .dropdown {
  float: left;
  overflow: hidden;
}
header nav #nav-main .main-menu .dropdown:hover .sub-nav {
  display: block;
}
header nav #nav-main .main-menu .dropdown .sub-nav {
  display: none;
  transition: 0.3s ease;
  position: absolute;
  padding: 24px 0px;
  left: 0;
  z-index: 1;
  margin-block-start: 28px;
  margin-block-end: 0px;
}
header nav #nav-main .main-menu .dropdown .sub-nav.active {
  z-index: 1000;
  display: block;
}
header nav #nav-main .main-menu .dropdown .sub-nav .sub-nav-container {
  max-width: 100%;
  margin: auto;
  background-color: #1e3746;
  box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.25);
}
header nav #nav-main .main-menu .dropdown .sub-nav .sub-nav-container .container {
  padding: 24px 12px;
}
header nav #nav-main .main-menu .dropdown .sub-nav .sub-nav-container .container .wrapper {
  display: flex;
  flex-direction: row;
  height: fit-content;
  padding: 56px 78px 24px 78px;
}
header nav #nav-main .main-menu .dropdown .sub-nav .sub-nav-container .container .wrapper .subnav-left {
  max-width: 513px;
  min-height: 354px;
  width: 100%;
}
header nav #nav-main .main-menu .dropdown .sub-nav .sub-nav-container .container .wrapper .subnav-left .subtitle {
  max-width: 328px;
}
header nav #nav-main .main-menu .dropdown .sub-nav .sub-nav-container .container .wrapper .subnav-right-wrapper {
  flex: 1 0 0;
}
header nav #nav-main .main-menu .dropdown .sub-nav .sub-nav-container .container .wrapper .subnav-right-wrapper .subnav-right {
  list-style-type: none;
  flex: 1 0 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
header nav #nav-main .main-menu .dropdown .sub-nav .sub-nav-container .container .wrapper .subnav-right-wrapper .subnav-right.show, header nav #nav-main .main-menu .dropdown .sub-nav .sub-nav-container .container .wrapper .subnav-right-wrapper .subnav-right.show > li {
  pointer-events: all;
  display: block;
}
header nav #nav-main .main-menu .dropdown .sub-nav .sub-nav-container .container .wrapper .subnav-right-wrapper .subnav-right.hide, header nav #nav-main .main-menu .dropdown .sub-nav .sub-nav-container .container .wrapper .subnav-right-wrapper .subnav-right.hide > li {
  display: none;
}
header nav #nav-main .main-menu .dropdown .sub-nav .sub-nav-container .container .wrapper .subnav-right-wrapper .subnav-right.always-show, header nav #nav-main .main-menu .dropdown .sub-nav .sub-nav-container .container .wrapper .subnav-right-wrapper .subnav-right.always-show > li {
  display: block;
}
header nav #nav-main .main-menu .dropdown .sub-nav .sub-nav-container .container .wrapper .subnav-right-wrapper .subnav-right a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 439px;
  padding: 16px 0px;
  gap: 8px;
}
header nav #nav-main .main-menu .dropdown .sub-nav .sub-nav-container .container .wrapper .subnav-right-wrapper .subnav-right a.no-border {
  border: none;
}
header nav #nav-main .main-menu .dropdown .sub-nav .sub-nav-container .container .wrapper .subnav-right-wrapper .subnav-right a:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header nav #nav-main .main-menu .dropdown .sub-nav .sub-nav-container .container .wrapper .subnav-right-wrapper .subnav-right a li {
  text-decoration: none;
}
header nav #nav-main .main-menu .dropdown .sub-nav .sub-nav-container .container .wrapper .subnav-right-wrapper .subnav-right a .li-top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 439px;
  padding: 16px 0px;
  gap: 8px;
}
header nav #nav-main .main-menu .dropdown .sub-nav .sub-nav-container .container .wrapper .subnav-right-wrapper .subnav-right a .li-top.no-border {
  border: none;
}
header nav .right {
  gap: 10px;
}
header nav .right ul {
  margin: 0;
  list-style-type: none;
  align-items: center;
}
header nav .right ul li {
  margin-left: 10px;
}
header nav .right button {
  pointer-events: auto;
}

.submenu-item > * {
  color: rgba(255, 255, 255, 0.8) !important;
  transition: 0.1s;
}
.submenu-item > *:hover {
  color: #ffffff !important;
}
.submenu-item > *:hover svg {
  margin-right: -5px;
}

.submenu-item li {
  position: relative;
}
.submenu-item li svg {
  transition: 0.1s;
  margin-right: 0px;
}

.submenu-mobile {
  z-index: 200;
}
.submenu-mobile .subnav-right {
  list-style-type: none;
  padding: 0;
  flex: 1 0 0;
}
.submenu-mobile .subnav-right li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 0px;
  gap: 8px;
}
.submenu-mobile .subnav-right li:first-of-type {
  border-top: none;
}
.submenu-mobile .subnav-right li:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.submenu-mobile .subnav-right li a {
  text-decoration: none;
  color: #ffffff;
}

.main-menu-mobile {
  z-index: 100;
}

.main-menu-mobile,
.submenu-mobile {
  display: none;
  transition: 0.3s ease;
  position: fixed;
  top: 0px;
  height: 100vh;
  min-width: calc(100% - 32px);
}
.main-menu-mobile.show,
.submenu-mobile.show {
  display: block;
}
.main-menu-mobile .top,
.submenu-mobile .top {
  display: flex;
  align-items: center;
  gap: var(--Desktop-xs, 24px);
  align-self: stretch;
}
.main-menu-mobile .main-menu-ul,
.submenu-mobile .main-menu-ul {
  list-style-type: none;
  padding: 0;
}
.main-menu-mobile .main-menu-ul .ul-link,
.submenu-mobile .main-menu-ul .ul-link {
  padding: 16px 0px;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.main-menu-mobile .main-menu-ul .ul-link:last-of-type,
.submenu-mobile .main-menu-ul .ul-link:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.main-menu-mobile .main-menu-ul .ul-link .main-menu-li,
.submenu-mobile .main-menu-ul .ul-link .main-menu-li {
  flex: 1 0 0;
  text-decoration: none;
}
.main-menu-mobile .main-menu-ul .ul-link .main-menu-li:hover,
.submenu-mobile .main-menu-ul .ul-link .main-menu-li:hover {
  color: #ffffff;
}

.hollow {
  background: none;
  border: none;
  padding: 0;
}

.hero-wrapper {
  height: 714px;
  position: relative;
}
.hero-wrapper.nav-only {
  height: fit-content;
  padding-bottom: 180px;
}
.hero-wrapper.no-img {
  height: fit-content;
}
@media (max-width: 899px) {
  .hero-wrapper {
    height: 608px;
  }
}
.hero-wrapper .hero-inner {
  gap: 10px;
  flex: 1 0 0;
  padding: 100px 40px 40px 40px !important;
}
@media (max-width: 1200px) {
  .hero-wrapper .hero-inner {
    padding: 40px 16px !important;
  }
}
.hero-wrapper .hero-inner.no-img {
  padding-top: 260px !important;
}
@media (max-width: 899px) {
  .hero-wrapper .hero-inner.no-img {
    padding-top: 120px !important;
  }
}
.hero-wrapper .hero-inner .container {
  flex: 1 0 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 899px) {
  .hero-wrapper .hero-inner .container {
    height: 608px;
  }
}
.hero-wrapper .hero-inner .container .hero-headline-wrapper {
  max-width: 640px;
  padding-bottom: 20px;
}
.hero-wrapper .hero-inner .container .hero-headline-wrapper.right {
  max-width: 500px;
  flex: 1 0 0;
  gap: 20px;
}
.hero-wrapper .hero-inner .container .hero-headline-wrapper .headers {
  gap: 20px;
}
@media (max-width: 899px) {
  .hero-wrapper .hero-inner .container .hero-headline-wrapper {
    max-width: 100%;
  }
}

.blog-hero-wrapper {
  min-height: 714px;
  position: relative;
}
.blog-hero-wrapper.no-img {
  height: fit-content;
}
@media (max-width: 899px) {
  .blog-hero-wrapper {
    min-height: 608px;
  }
}
.blog-hero-wrapper .blog-hero-inner {
  gap: 10px;
  flex: 1 0 0;
  padding: 0;
  width: 100%;
  flex-direction: row;
  display: flex;
}
@media (max-width: 899px) {
  .blog-hero-wrapper .blog-hero-inner {
    flex-direction: column;
  }
}
.blog-hero-wrapper .blog-hero-inner.no-img {
  padding-top: 260px;
}
.blog-hero-wrapper .blog-hero-inner .blog-hero-image-wrapper {
  flex: 1 0 0;
}
@media (max-width: 1200px) {
  .blog-hero-wrapper .blog-hero-inner .blog-hero-image-wrapper {
    min-height: 300px;
  }
}
.blog-hero-wrapper .blog-hero-inner .blog-hero-headline-wrapper {
  flex: 1 0 0;
  padding: 24px 0px 60px 30px;
}
@media (max-width: 899px) {
  .blog-hero-wrapper .blog-hero-inner .blog-hero-headline-wrapper {
    padding: 120px 20px 20px 20px;
    max-width: 100%;
  }
}
.blog-hero-wrapper .blog-hero-inner .blog-hero-headline-wrapper .inner {
  width: 100%;
  max-width: 880px;
}
.blog-hero-wrapper .blog-hero-inner .blog-hero-headline-wrapper .headers {
  gap: 20px;
}
@media (max-width: 899px) {
  .blog-hero-wrapper .blog-hero-inner .blog-hero-headline-wrapper {
    max-width: 100%;
  }
}

.hero-quote-wrapper {
  padding: 24px !important;
  gap: 10px;
}
.hero-quote-wrapper .hero-quote-inner {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  padding: 100px 60px;
  gap: 24px;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 899px) {
  .hero-quote-wrapper .hero-quote-inner {
    padding: 40px 24px 100px 24px;
    flex-direction: column;
    justify-content: flex-end;
    gap: 24px;
  }
}
.hero-quote-wrapper .hero-quote-inner .left {
  max-width: 640px;
}
.hero-quote-wrapper .hero-quote-inner .right {
  max-width: 550px;
}
.hero-quote-wrapper .hero-quote-inner .logo-mark {
  position: absolute;
  right: 314px;
  bottom: -98px;
  width: 415px;
  height: 366px;
}
@media (max-width: 1200px) {
  .hero-quote-wrapper .hero-quote-inner .logo-mark {
    right: -99px;
    bottom: -98px;
  }
}
@media (max-width: 899px) {
  .hero-quote-wrapper .hero-quote-inner .logo-mark {
    width: 232px;
    height: 204px;
    right: -9px;
    bottom: -8px;
  }
}

.hero-brands-wrapper {
  padding: 100px 40px !important;
  gap: 40px;
}
@media (max-width: 899px) {
  .hero-brands-wrapper {
    padding: 80px 16px !important;
    gap: 20px;
  }
}
.hero-brands-wrapper .hero-brands-title {
  gap: 12px;
  max-width: 519px;
  text-align: center;
}

@keyframes scroll {
  0% {
    transform: translateX(-1400px);
  }
  100% {
    transform: translateX(0);
  }
}
.slider {
  pointer-events: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, #f6f5f5 0%, rgba(246, 245, 245, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 300px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .slider::before, .slider::after {
    width: 60px;
  }
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 60s linear infinite;
  display: flex;
  width: 2800px;
}
.slider .slide {
  padding: 16.864px 33.727px;
  gap: 18.55px;
  border: 0.843px solid #bcc3c4;
  margin-left: -1px;
}
.slider .slide .inner-logo {
  width: 157.676px;
  height: 84.318px;
  flex-shrink: 0;
}

.campaign-wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding-bottom: 30px !important;
  flex-wrap: wrap;
}
@media (max-width: 899px) {
  .campaign-wrapper {
    flex-direction: column;
  }
}
.campaign-wrapper .campaign-item {
  height: 504px;
  padding: 30px 40px 30px 30px;
  gap: 12px;
  flex: 1 0 0;
}
@media (max-width: 899px) {
  .campaign-wrapper .campaign-item {
    height: 374px;
    padding: 20px;
    gap: 10px;
    flex-shrink: 0;
    flex: auto;
    align-self: stretch;
  }
}

.card-group-wrapper {
  padding: 100px 30px !important;
  gap: 40px;
  overflow-x: hidden;
  position: relative;
}
.card-group-wrapper .card-group-title {
  gap: 14px;
  max-width: 718px;
}
.card-group-wrapper .card-group-inner {
  align-self: stretch;
  justify-content: center;
}
@media (max-width: 899px) {
  .card-group-wrapper .card-group-inner {
    justify-content: start;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100vw;
    margin-left: -30px;
    padding-left: 30px;
  }
}
.card-group-wrapper .card-group-inner .card-group-inner-2 {
  margin-right: 0px;
}
@media (max-width: 899px) {
  .card-group-wrapper .card-group-inner .card-group-inner-2 {
    margin-right: 60px;
  }
}
.card-group-wrapper .card-group-inner .card-group-inner-2 .card {
  flex: 1 0 0;
  align-self: stretch;
}
.card-group-wrapper .card-group-inner .card-group-inner-2 .card .card-img {
  height: 154px;
  flex-shrink: 0;
  align-self: stretch;
}
.card-group-wrapper .card-group-inner .card-group-inner-2 .card .card-text {
  padding: 24px 12px;
  gap: 12px;
  flex: 1 0 0;
}
.card-group-wrapper .card-group-inner .card-group-inner-2 .card .card-text .card-text-inner {
  gap: 12px;
}

.icon-group-wrapper {
  display: flex;
  padding: 40px !important;
  gap: 24px;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 1200px) {
  .icon-group-wrapper {
    padding: 40px 24px !important;
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 899px) {
  .icon-group-wrapper {
    padding: 60px 16px !important;
  }
}
.icon-group-wrapper .left {
  max-width: 640px;
  padding-right: 40px;
}
@media (max-width: 899px) {
  .icon-group-wrapper .left {
    max-width: 100%;
  }
}
.icon-group-wrapper .right {
  max-width: 680px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .icon-group-wrapper .right {
    width: 100%;
    max-width: 100%;
  }
}

.icon-box {
  box-sizing: border-box;
  margin-left: -1px;
  margin-top: -1px;
  padding: 40px 24px;
  flex: 1 0 0;
}
.icon-box img {
  width: auto;
  height: 136px;
}
.icon-box .label {
  text-align: center;
  max-width: 257px;
}
@media (max-width: 1200px) {
  .icon-box {
    width: 100%;
  }
}
@media (max-width: 899px) {
  .icon-box img {
    width: 90px;
    height: auto;
  }
}

.two-column-wrapper {
  display: flex;
  flex-direction: row;
  min-height: 713px;
  padding: 24px 30px !important;
}
@media (max-width: 899px) {
  .two-column-wrapper {
    padding: 0px 16px 60px 16px !important;
    flex-direction: column;
    height: 100%;
  }
}
.two-column-wrapper .image {
  width: 100%;
  max-width: 640px;
  height: 562px;
  flex-shrink: 0;
  align-self: center;
}
@media (max-width: 1200px) {
  .two-column-wrapper .image {
    max-width: 450px;
    width: 50%;
    height: 496px;
  }
}
@media (max-width: 899px) {
  .two-column-wrapper .image {
    height: 262px;
    max-width: 100%;
    width: 100%;
    align-self: stretch;
  }
}
.two-column-wrapper .text {
  flex: 1 0 0;
  padding: 40px;
  max-width: 550px;
}
@media (max-width: 899px) {
  .two-column-wrapper .text {
    padding: 16px 0;
    align-self: stretch;
    max-width: 100%;
  }
}
.two-column-wrapper .text ul {
  padding-left: 20px;
  margin: 0;
}
.two-column-wrapper .text ul li {
  color: #1e3746;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.bg-insights-block {
  background: #0a454e;
}

.insights-wrapper {
  padding: 100px 30px !important;
  overflow-x: hidden;
  position: relative;
}
.insights-wrapper .insights-title {
  gap: 14px;
  max-width: 718px;
}
.insights-wrapper .insights-inner {
  align-self: stretch;
  justify-content: center;
}
@media (max-width: 899px) {
  .insights-wrapper .insights-inner {
    justify-content: start;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100vw;
    margin-left: -30px;
    padding-left: 30px;
  }
}
.insights-wrapper .insights-inner .insights-inner-2 {
  margin-right: 0px;
}
@media (max-width: 899px) {
  .insights-wrapper .insights-inner .insights-inner-2 {
    margin-right: 60px;
  }
}
.insights-wrapper .insights-inner .insights-inner-2 .card {
  max-width: 25%;
  height: 285px;
  background: #0a454e;
  transition: 0.3s ease;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  flex: 1 0 0;
  margin-left: -1px;
  border-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 899px) {
  .insights-wrapper .insights-inner .insights-inner-2 .card {
    height: 296px;
    min-width: 210px;
  }
}
.insights-wrapper .insights-inner .insights-inner-2 .card:hover .primary-link {
  background-color: white;
  gap: 0px;
  padding: 5px 6px 5px 4px;
}
.insights-wrapper .insights-inner .insights-inner-2 .card:hover .primary-link div {
  color: #00656e;
}
.insights-wrapper .insights-inner .insights-inner-2 .card:hover .primary-link svg path {
  fill: #00656e;
}
.insights-wrapper .insights-inner .insights-inner-2 .card .card-text {
  gap: 12px;
  flex-shrink: 0;
}
.insights-wrapper .insights-inner .insights-inner-2 .card .card-text .card-text-inner {
  gap: 12px;
}

#subscribe-form {
  transition: 0.3s;
}
#subscribe-form.closed {
  height: 0px;
  overflow: hidden;
}

#subscribe-form-error {
  display: none;
  opacity: 0;
  transition: 0.3s;
  color: #ffffff;
  align-self: stretch;
}
#subscribe-form-error.open {
  display: block;
  opacity: 1;
}

#subscribe-form-success {
  display: none;
  opacity: 0;
  transition: 0.3s;
  color: #ffffff;
  align-self: stretch;
}
#subscribe-form-success.open {
  display: block;
  opacity: 1;
}

.three-column-footer .footer-top {
  padding: 100px 30px !important;
  align-items: flex-start;
  gap: 61px;
  align-self: stretch;
  display: flex;
  flex-direction: row;
}
@media (max-width: 899px) {
  .three-column-footer .footer-top {
    flex-direction: column;
    gap: 40px;
    padding: 80px 20px 40px 20px !important;
  }
}
.three-column-footer .footer-top .footer-group-heading {
  max-width: 640px;
  flex: 1 0 0;
}
.three-column-footer .footer-top .footer-group {
  gap: 12px;
  max-width: 450px;
  flex: 1 0 0;
}

.single-column-footer .footer-top {
  padding: 0 30px !important;
  gap: 64px;
}
@media (max-width: 899px) {
  .single-column-footer .footer-top {
    gap: 40px;
    padding: 0px 16px !important;
  }
}

.footer-bottom-wrapper {
  padding-top: 140px;
}
@media (max-width: 1200px) {
  .footer-bottom-wrapper {
    padding-top: 0px;
  }
}
.footer-bottom-wrapper .footer-bottom {
  background: #eaeef0;
  width: 100%;
}
.footer-bottom-wrapper .footer-bottom .footer-bottom-inner {
  padding: 0px 30px 30px 30px !important;
  gap: 40px;
  position: relative;
}
@media (max-width: 899px) {
  .footer-bottom-wrapper .footer-bottom .footer-bottom-inner {
    padding: 0px 16px !important;
  }
}
.footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-menu-wrapper {
  display: flex;
  flex-direction: row;
  min-height: 386px;
  padding-top: 30px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 899px) {
  .footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-menu-wrapper {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 20px;
  }
}
.footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-menu-wrapper .footer-menu-items-wrapper {
  align-self: stretch;
  width: 100%;
  gap: 50px;
}
@media (max-width: 899px) {
  .footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-menu-wrapper .footer-menu-items-wrapper {
    align-self: stretch;
  }
}
.footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-menu-wrapper .footer-menu-items-wrapper .footer-menu-items-top {
  display: flex;
  padding: 12px 20px 30px 0px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  gap: 30px;
}
.footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-menu-wrapper .footer-menu-items-wrapper .footer-menu-items-top a {
  width: 100%;
}
@media (max-width: 899px) {
  .footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-menu-wrapper .footer-menu-items-wrapper .footer-menu-items-top {
    padding: 12px 0px 30px 0px;
    align-items: flex-start;
    justify-content: initial;
    flex-wrap: wrap;
  }
  .footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-menu-wrapper .footer-menu-items-wrapper .footer-menu-items-top a {
    width: calc(50% - 15px);
  }
}
.footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-menu-wrapper .footer-menu-items-wrapper .footer-menu-items-bottom {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-self: stretch;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 899px) {
  .footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-menu-wrapper .footer-menu-items-wrapper .footer-menu-items-bottom {
    flex-direction: column;
  }
}
.footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-menu-wrapper .footer-menu-items-wrapper .footer-menu-items-bottom .footer-menu-items-bottom-group .header {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-menu-wrapper .footer-menu-items-wrapper .footer-menu-items-bottom .footer-menu-items-bottom-group-1 {
  width: 100%;
}
.footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-menu-wrapper .footer-menu-items-wrapper .footer-menu-items-bottom .footer-menu-items-bottom-group-2 {
  width: 100%;
}
.footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-menu-wrapper .footer-menu-items-wrapper .footer-menu-items-bottom .footer-menu-items-bottom-group-3 {
  width: 100%;
}
.footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-menu-wrapper .footer-menu-items-wrapper .footer-menu-items-bottom .footer-menu-items-bottom-group-3 .group {
  gap: 4px;
}
.footer-bottom-wrapper .footer-bottom .footer-bottom-inner .divider {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-disclosure-wrapper {
  display: flex;
  flex-direction: row;
}
@media (max-width: 899px) {
  .footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-disclosure-wrapper {
    flex-direction: column;
  }
}
.footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-disclosure-wrapper .disclosure {
  flex: 1 0 0;
}
@media (max-width: 1200px) {
  .footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-disclosure-wrapper .disclosure {
    flex: auto;
    width: 100%;
  }
}
.footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-disclosure-wrapper .logos {
  gap: 40px;
}
.footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-disclosure-wrapper .logos .logos-inner {
  max-width: 450px;
  flex-wrap: wrap;
  gap: 19px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-disclosure-wrapper .logos .logos-inner {
    flex-wrap: wrap;
  }
}
.footer-bottom-wrapper .footer-bottom .footer-bottom-inner .footer-disclosure-wrapper .logos .logos-inner img {
  height: 69px;
  width: auto;
}

.above-beyond-footer {
  display: flex;
  padding: 40px 40px !important;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.above-beyond-footer .container {
  flex: 1 0 0;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1200px) {
  .above-beyond-footer .container {
    flex-direction: column;
  }
}
.above-beyond-footer .container .inner {
  max-width: 640px;
  flex: 1 0 0;
}

.footer-bottom-links-wrapper {
  flex-wrap: wrap;
}
@media (max-width: 899px) {
  .footer-bottom-links-wrapper {
    padding-bottom: 12px;
  }
}

.footer-input {
  display: flex;
  padding: 12px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.footer-input::placeholder {
  color: #ffffff;
}

.btn-footer {
  display: flex;
  padding: 13px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  width: 100%;
}

.footer-spacer {
  padding-bottom: 70px;
}

.footer-mail-block-wrapper {
  position: relative;
  width: 100%;
  max-width: 442px;
  height: 390px;
}
@media (max-width: 1200px) {
  .footer-mail-block-wrapper {
    max-width: 100%;
    height: 100%;
  }
}
.footer-mail-block-wrapper .footer-mail-block {
  gap: 10px;
  position: absolute;
  top: -85px;
  transition: 0.3s;
}
.footer-mail-block-wrapper .footer-mail-block.show {
  top: -190px;
}
@media (max-width: 1200px) {
  .footer-mail-block-wrapper .footer-mail-block.show {
    top: 0px;
  }
}
@media (max-width: 1200px) {
  .footer-mail-block-wrapper .footer-mail-block {
    position: relative;
    top: 0px;
  }
}
.footer-mail-block-wrapper .footer-mail-block .inner {
  padding: 30px 40px 40px 40px;
  gap: 40px;
}
@media (max-width: 1200px) {
  .footer-mail-block-wrapper .footer-mail-block .inner {
    align-self: stretch;
    gap: 30px;
    padding: 30px;
  }
}
.footer-mail-block-wrapper .footer-mail-block .inner img {
  width: 97px;
  height: 97px;
}
@media (max-width: 899px) {
  .footer-mail-block-wrapper .footer-mail-block .inner img {
    width: 69px;
    height: 69px;
  }
}
.footer-mail-block-wrapper .footer-mail-block .inner form #hidden-inputs {
  height: 0px;
  overflow: hidden;
  margin-bottom: 12px;
  transition: 0.3s;
}
.footer-mail-block-wrapper .footer-mail-block .inner form #hidden-inputs.show {
  height: 105px;
}
.footer-mail-block-wrapper .footer-mail-block .inner form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.footer-mail-block-wrapper-fixed {
  position: fixed;
  height: 82px;
  left: 30px;
  bottom: 24px;
  display: none;
  opacity: 0;
  transition: 0.2s ease-in-out;
  z-index: 99999;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 899px) {
  .footer-mail-block-wrapper-fixed {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    left: 16px;
  }
}
.footer-mail-block-wrapper-fixed .footer-mail-block {
  gap: 10px;
  width: 100%;
}
@media (max-width: 899px) {
  .footer-mail-block-wrapper-fixed .footer-mail-block {
    position: relative;
    top: 0px;
  }
}
.footer-mail-block-wrapper-fixed .footer-mail-block .inner {
  gap: 40px;
  width: 100%;
}
@media (max-width: 899px) {
  .footer-mail-block-wrapper-fixed .footer-mail-block .inner {
    align-self: stretch;
    gap: 30px;
    width: calc(100% - 22px);
  }
}
.footer-mail-block-wrapper-fixed .footer-mail-block .inner #dismiss-mail {
  top: 0px;
  right: 0px;
  position: absolute;
}
.footer-mail-block-wrapper-fixed .footer-mail-block .inner img {
  width: 97px;
  height: 97px;
}
@media (max-width: 899px) {
  .footer-mail-block-wrapper-fixed .footer-mail-block .inner img {
    width: 69px;
    height: 69px;
  }
}

.listings-wrapper {
  max-width: 681px;
  width: 100%;
  gap: 20px;
}
.listings-wrapper .card {
  gap: 16px;
  padding: 32px;
}

.post-quote {
  padding: 0px 40px 40px 0px;
  gap: 10px;
}
.post-quote .content {
  max-width: 750px;
  flex: 1 0 0;
}
.post-quote .content .title,
.post-quote .content .subtitle {
  align-self: stretch;
  text-align: left;
}
@media (max-width: 899px) {
  .post-quote .content .subtitle {
    text-align: right;
  }
}

.heading-text-block .wp-block-columns {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.heading-text-block .wp-block-columns .wp-block-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.grid-wrapper {
  padding: 0px 30px 40px 30px;
}
@media (max-width: 1200px) {
  .grid-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0px 16px 16px 16px !important;
  }
}
.grid-wrapper .container {
  flex: 1 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1200px) {
  .grid-wrapper .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 899px) {
  .grid-wrapper .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.product-card {
  flex: 1 0 0;
}
.product-card:hover .primary-link {
  background-color: #00656e;
  gap: 0px;
  padding: 5px 6px 5px 4px;
}
.product-card:hover .primary-link div {
  color: #ffffff;
}
.product-card:hover .primary-link svg path {
  fill: #ffffff;
}
.product-card .img-container {
  overflow: hidden;
  height: 300px;
  min-height: 300px;
  max-height: 400px;
}

.block-quote-wrapper {
  padding: 12px 0px;
  gap: 10px;
}
.block-quote-wrapper .quote {
  gap: 10px;
  border-color: #00656e;
}

.linked-project {
  padding: 24px 0px;
  border-top: 1px solid #aeaaa4;
  display: flex;
  flex-direction: row;
}
@media (max-width: 899px) {
  .linked-project {
    flex-direction: column-reverse;
  }
}
.linked-project .left {
  max-width: 569px;
  padding: 24px 40px 24px 0px;
}
@media (max-width: 899px) {
  .linked-project .left {
    max-width: 100%;
    padding-right: 0px;
  }
}
.linked-project .right {
  height: 100%;
  width: 100%;
  flex: 1 0 0;
  aspect-ratio: 25/16;
  align-self: center;
}
@media (max-width: 899px) {
  .linked-project .right {
    height: 228px;
    width: 100%;
    max-width: 100%;
    flex: none;
  }
}

.highlighted-project {
  margin-bottom: 40px;
  flex: 1 0 0;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1200px) {
  .highlighted-project {
    flex-direction: column;
  }
}
.highlighted-project .image {
  width: 556px;
}
@media (max-width: 1200px) {
  .highlighted-project .image {
    width: 100%;
    height: 240px;
  }
}
.highlighted-project .content-wrapper {
  flex: 1 0 0;
}
.highlighted-project .content-wrapper .chip {
  width: fit-content;
  padding: 8px 24px;
  gap: 8px;
  text-transform: uppercase;
  border-radius: 24px;
}

.blog-card {
  flex: 1 0 0;
  border: 1px solid #aeaaa4;
  margin-left: -1px !important;
}
.blog-card .card-img {
  height: 320px;
}
.blog-card .card-inner {
  gap: 20px;
}

.tag {
  padding: 6px 14px;
  gap: 10px;
  border-radius: 40px;
  border: 1px solid #00656e;
  transition: 0.3s;
  white-space: nowrap;
}
.tag:hover {
  background: #1e3746;
  color: #ffffff;
}

.faq-groups .container {
  padding: 24px 40px 40px 80px;
  gap: 20px;
}
@media (max-width: 899px) {
  .faq-groups .container {
    padding: 20px;
    max-width: 100%;
  }
}
.faq-groups .container .faq-group-wrapper {
  gap: 20px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 899px) {
  .faq-groups .container .faq-group-wrapper {
    flex-direction: column;
  }
}
.faq-groups .container .faq-group-wrapper .card {
  flex: 1 0 0;
  align-self: stretch;
}
@media (max-width: 899px) {
  .faq-groups .container .faq-group-wrapper .card {
    align-self: stretch;
  }
}
.faq-groups .container .mw {
  max-width: 1025px;
  width: 100%;
}
.faq-groups .container .question-wrapper .question {
  padding: 24px 12px;
  flex: 1 0 0;
  transition: background-color 0.3s ease 0.3s;
  transition: max-height 0.3s ease;
}
.faq-groups .container .question-wrapper .question .title {
  flex: 1 0 0;
}
.faq-groups .container .question-wrapper .question.faq-open {
  background: #ffffff;
}
.faq-groups .container .question-wrapper .question svg {
  position: absolute;
  right: 0px;
  opacity: 1;
}
.faq-groups .container .question-wrapper .question svg.hide {
  opacity: 0;
}
.faq-groups .container .question-wrapper .answer {
  max-height: 0;
  overflow: hidden;
  transition: background-color 0.3s ease 0.3s;
  transition: max-height 0.3s ease;
}
.faq-groups .container .question-wrapper .answer.faq-open {
  max-height: fit-content;
  background: #ffffff;
}

.resource-block .container {
  display: flex;
  flex-direction: row;
  padding: 40px !important;
}
@media (max-width: 899px) {
  .resource-block .container {
    padding: 0 24px !important;
  }
}
.resource-block .container .inner {
  display: flex;
  flex-direction: row;
  flex: 1 0 0;
}
@media (max-width: 899px) {
  .resource-block .container .inner {
    flex-direction: column;
    gap: 30px;
    margin-top: 100px !important;
  }
}
.resource-block .container .inner .left {
  display: flex;
  max-width: 640px;
  justify-content: center;
  flex: 1 0 0;
}
.resource-block .container .inner .left .title {
  max-width: 520px;
}
.resource-block .container .inner .right {
  width: 100%;
  display: flex;
  flex-direction: row;
  max-width: 680px;
  gap: 20px;
}
@media (max-width: 899px) {
  .resource-block .container .inner .right {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 899px) {
  .resource-block .container .inner .right .faq-groups {
    width: 100%;
  }
}
.resource-block .container .inner .right .faq-groups .container {
  padding: 0 !important;
}
.resource-block .container .inner .right .grid-wrapper {
  padding: 0 !important;
  width: 100%;
}
.resource-block .container .inner .right .grid-wrapper .container {
  display: grid;
  padding: 0 !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 899px) {
  .resource-block .container .inner .right .grid-wrapper .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.resource-block .container .inner .right .grid-wrapper .container .img-container,
.resource-block .container .inner .right .grid-wrapper .container .card-img {
  height: 230px;
  min-height: 230px;
  max-height: 300px;
  align-self: stretch;
}
.resource-block .container .inner .right .grid-wrapper .container .tag {
  padding: 6px 14px;
  gap: 10px;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.2px;
}
.resource-block .container .inner .right .grid-wrapper .container .product-card {
  background-color: #ffffff;
}
.resource-block .container .inner .right .grid-wrapper .container .product-card .product-text {
  padding: 24px !important;
}
.resource-block .container .inner .right .grid-wrapper .container .product-card .product-text .title {
  font-size: 30px;
  line-height: 36px;
}
.resource-block .container .inner .right .grid-wrapper .container .product-card .product-text .excerpt {
  font-size: 20px;
  line-height: 28px;
}

.two-column-content-wrapper {
  padding: 100px 40px !important;
}
@media (max-width: 899px) {
  .two-column-content-wrapper {
    padding: 60px 16px !important;
  }
}
.two-column-content-wrapper .column-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.two-column-content-wrapper .column-wrapper.anchor-menu-left {
  flex-direction: row;
}
.two-column-content-wrapper .column-wrapper.anchor-menu-left .questions-wrapper .inner {
  padding-right: 164px;
}
@media (max-width: 899px) {
  .two-column-content-wrapper .column-wrapper.anchor-menu-left .questions-wrapper .inner {
    padding-right: 0px;
    padding-bottom: 80px;
  }
}
@media (max-width: 899px) {
  .two-column-content-wrapper .column-wrapper.anchor-menu-left {
    flex-direction: column;
    width: 100%;
  }
}
.two-column-content-wrapper .column-wrapper.anchor-menu-right {
  flex-direction: row-reverse;
}
@media (max-width: 899px) {
  .two-column-content-wrapper .column-wrapper.anchor-menu-right {
    flex-direction: column-reverse;
  }
}
.two-column-content-wrapper .column-wrapper.anchor-menu-right .questions-wrapper {
  padding-top: 0px;
}
@media (max-width: 899px) {
  .two-column-content-wrapper .column-wrapper.anchor-menu-right .questions-wrapper {
    padding-top: 20px;
  }
}
.two-column-content-wrapper .column-wrapper.anchor-menu-right .questions-wrapper .inner {
  padding-right: 0px;
}
.two-column-content-wrapper .column-wrapper.anchor-menu-right .answers-wrapper {
  padding-right: 40px;
}
@media (max-width: 899px) {
  .two-column-content-wrapper .column-wrapper.anchor-menu-right .answers-wrapper {
    padding-right: 0px;
  }
}
.two-column-content-wrapper .column-wrapper.anchor-menu-right-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 899px) {
  .two-column-content-wrapper .column-wrapper.anchor-menu-right-reverse {
    flex-direction: column;
  }
}
.two-column-content-wrapper .column-wrapper.anchor-menu-right-reverse .questions-wrapper {
  padding-top: 0px;
}
.two-column-content-wrapper .column-wrapper.anchor-menu-right-reverse .questions-wrapper .inner {
  padding-right: 0px;
}
.two-column-content-wrapper .column-wrapper.anchor-menu-right-reverse .answers-wrapper {
  padding-right: 40px;
}
@media (max-width: 899px) {
  .two-column-content-wrapper .column-wrapper.anchor-menu-right-reverse .answers-wrapper {
    padding-right: 0px;
  }
  .two-column-content-wrapper .column-wrapper.anchor-menu-right-reverse .answers-wrapper .inner {
    padding-top: 80px;
  }
}
.two-column-content-wrapper .column-wrapper .questions-wrapper {
  max-width: 450px;
  flex: 1 0 0;
  flex-grow: 1;
}
@media (max-width: 1200px) {
  .two-column-content-wrapper .column-wrapper .questions-wrapper {
    max-width: 360px;
  }
}
@media (max-width: 899px) {
  .two-column-content-wrapper .column-wrapper .questions-wrapper {
    min-width: 100%;
    max-width: 100%;
  }
}
.two-column-content-wrapper .column-wrapper .answers-wrapper {
  max-width: 960px;
  flex: 1 0 0;
  flex-grow: 1;
}
@media (max-width: 899px) {
  .two-column-content-wrapper .column-wrapper .answers-wrapper {
    max-width: 100%;
    width: 100%;
  }
}

.sidebar-heading {
  padding-bottom: 20px;
}

.drawer-link {
  padding: 16px 0px;
  gap: 24px;
}
.drawer-link .text {
  letter-spacing: 1.6px;
  text-transform: uppercase;
  flex: 1 0 0;
  opacity: 0.6;
}
.drawer-link .hover-arrow {
  padding-right: 5px;
  transition: 0.3s ease;
  width: 24px;
  height: 24px;
}
.drawer-link:hover .hover-arrow {
  padding-right: 0px;
}
.drawer-link:hover .text {
  opacity: 1;
}

.category-content .container {
  padding-top: 24px !important;
  padding-bottom: 0px !important;
}
.category-content .container .filters-container {
  display: flex;
  flex-direction: row;
}
@media (max-width: 899px) {
  .category-content .container .filters-container {
    flex-direction: column;
  }
}
.category-content .container .filters-container .archive-toggle-wrapper {
  max-width: 50%;
  width: 100%;
  padding: 6px;
  gap: 4px;
}
@media (max-width: 899px) {
  .category-content .container .filters-container .archive-toggle-wrapper {
    max-width: calc(100% - 12px);
  }
}
.category-content .container .filters-container .archive-toggle-wrapper .toggles .toggle-link {
  cursor: pointer;
  padding: 8px 16px;
  gap: 8px;
  flex: 1 0 0;
  border: 1px solid #1e3746;
  transition: 0.3s;
  background: #ffffff;
}
.category-content .container .filters-container .archive-toggle-wrapper .toggles .toggle-link:hover {
  background: #1e3746;
  color: #ffffff;
}
.category-content .container .filters-container .archive-toggle-wrapper .toggles .toggle-link.selected {
  background: #1e3746;
  color: #ffffff;
}
.category-content .container .blog-wrapper .blog-item-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media (max-width: 899px) {
  .category-content .container .blog-wrapper .blog-item-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.staff-category-content .container {
  padding-top: 24px !important;
  padding-bottom: 0px !important;
}
@media (max-width: 899px) {
  .staff-category-content .container {
    padding: 0 16px !important;
  }
}
.staff-category-content .container .staff-item-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-bottom: 40px;
  grid-auto-rows: min-content;
}
@media (max-width: 899px) {
  .staff-category-content .container .staff-item-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.staff-category-content .container .staff-item-wrapper.small {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (max-width: 899px) {
  .staff-category-content .container .staff-item-wrapper.small {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.staff-category-content .container .staff-item-wrapper.small .card .card-text {
  padding: 24px;
}
@media (max-width: 899px) {
  .staff-category-content .container .staff-item-wrapper.small .card .card-text {
    padding: 16px;
  }
}
.staff-category-content .container .staff-item-wrapper.small .card .card-img {
  width: 100%;
  aspect-ratio: 317/437;
}
.staff-category-content .container .staff-item-wrapper .card {
  height: 100%;
}
.staff-category-content .container .staff-item-wrapper .card .card-img {
  width: 100%;
  aspect-ratio: 67/85;
}
.staff-category-content .container .staff-item-wrapper .card .card-text {
  padding: 30px;
  gap: 20px;
  flex: 1 0 0;
  flex-shrink: 0;
}
.staff-category-content .container .staff-item-wrapper .card .card-text .card-text-inner {
  gap: 16px;
}

.filters-box {
  position: absolute;
  box-shadow: 0px 34px 34px 0px rgba(0, 0, 0, 0.25);
  right: 0px;
  top: 40px;
  max-width: 750px;
  width: calc(100vw - 60px);
  display: none;
}
@media (max-width: 899px) {
  .filters-box {
    right: -35px;
    max-width: 80vw;
    width: 80vw;
  }
}
.filters-box.open {
  display: flex;
  flex-direction: column;
}
.filters-box .fliters-grid {
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 899px) {
  .filters-box .fliters-grid {
    grid-template-columns: 1fr;
  }
}
.filters-box .fliters-grid .checkbox-wrapper {
  gap: 8px;
}
.filters-box .fliters-grid .checkbox-wrapper .checkbox-label {
  white-space: nowrap;
}

.pagination-button {
  background-color: #ffffff;
  color: #1e3746;
  display: flex;
  padding: 10px 14px 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 5px;
  border: 1px solid #aeaaa4;
  background: #ffffff;
  transition: 0.3s;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.pagination-button.number {
  padding: 10px 17px;
}
.pagination-button:hover, .pagination-button.active {
  font-weight: 700;
  background: #00656e;
  color: #ffffff;
}

.post-type-staff .single-staff .container {
  padding: 180px 80px 0px 80px !important;
}
@media (max-width: 899px) {
  .post-type-staff .single-staff .container {
    padding: 80px 16px 0px 16px !important;
  }
}
.post-type-staff .single-staff .container .inner {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding-bottom: 40px;
}
@media (max-width: 899px) {
  .post-type-staff .single-staff .container .inner {
    flex-direction: column;
    gap: 10px;
  }
}
.post-type-staff .single-staff .container .inner .staff-img {
  flex: 1 0 0;
  max-width: 526px;
  max-height: 642px;
  aspect-ratio: 263/321;
}
@media (max-width: 899px) {
  .post-type-staff .single-staff .container .inner .staff-img {
    max-width: 100%;
    max-height: 100%;
    flex: none;
    flex-direction: column;
    align-self: stretch;
  }
}
.post-type-staff .single-staff .container .inner .staff-content {
  padding: 40px 40px 60px 0px;
  gap: 30px;
  flex: 1 0 0;
}
@media (max-width: 899px) {
  .post-type-staff .single-staff .container .inner .staff-content {
    padding: 16px;
  }
}
.post-type-staff .single-staff .container .inner .staff-content .top .heading-xl {
  max-width: 750px;
}

.post-type-customers .questions-wrapper img {
  max-width: 100%;
}
@media (max-width: 899px) {
  .post-type-customers .questions-wrapper img {
    max-width: 60%;
  }
}

.contact-us-wrapper {
  display: flex;
  flex-direction: row;
  height: fit-content;
  min-height: 100vh;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 1200px) {
  .contact-us-wrapper {
    flex-direction: column;
  }
  .contact-us-wrapper nav {
    top: 0px;
  }
  .contact-us-wrapper nav #nav-main {
    background-color: white;
  }
}
.contact-us-wrapper .half {
  align-self: stretch;
  flex: 1;
}
@media (max-width: 1200px) {
  .contact-us-wrapper .half {
    padding: 20px;
  }
}
.contact-us-wrapper .half .left {
  max-width: 880px;
  align-self: flex-end;
  width: 100%;
}
@media (max-width: 1200px) {
  .contact-us-wrapper .half .left {
    max-width: 100%;
    padding-top: 100px;
  }
}
.contact-us-wrapper .half .left .inner {
  padding: 200px 40px 34px 40px;
  flex: 1 0 0;
}
@media (max-width: 1200px) {
  .contact-us-wrapper .half .left .inner {
    flex-direction: column;
    padding: 0px;
    max-width: 100%;
  }
}
.contact-us-wrapper .half .left .contact-group {
  gap: 8px;
  flex: 1 0 0;
}
.contact-us-wrapper .half .right {
  max-width: 880px;
  align-self: flex-start;
  width: 100%;
}
@media (max-width: 1200px) {
  .contact-us-wrapper .half .right {
    max-width: 100%;
  }
}
.contact-us-wrapper .half .right .inner {
  padding: 127px 40px 30px 40px;
  gap: 10px;
}
@media (max-width: 1200px) {
  .contact-us-wrapper .half .right .inner {
    padding: 0px;
  }
}
.contact-us-wrapper .half .right .inner .contact {
  gap: 30px;
  max-width: 550px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1200px) {
  .contact-us-wrapper .half .right .inner .contact {
    max-width: calc(100% - 40px);
    padding: 20px;
  }
}
.contact-us-wrapper .half .right .inner .contact form {
  gap: 20px;
}
.contact-us-wrapper .half .right .inner .contact form .first-row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1200px) {
  .contact-us-wrapper .half .right .inner .contact form .first-row {
    flex-direction: column;
    gap: 12px;
  }
}
.contact-us-wrapper .half .right .inner .contact form select {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikljb25zIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE2LjI5MyA5LjI5Mjk3TDEyIDEzLjU4Nkw3LjcwNjk3IDkuMjkyOTdMNi4yOTI5NyAxMC43MDdMMTIgMTYuNDE0TDE3LjcwNyAxMC43MDdMMTYuMjkzIDkuMjkyOTdaIiBmaWxsPSIjMUUzNzQ2Ii8+CjwvZz4KPC9zdmc+Cg==") no-repeat;
  background-position: right 4px top 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.mini-description-container {
  max-width: 664px;
  width: 100%;
}
.mini-description-container .job-descriptor {
  padding: 10px 0px;
  gap: 5px;
  border-top: 1px solid #aeaaa4;
}
.mini-description-container .job-descriptor:last-of-type {
  border-bottom: 1px solid #aeaaa4;
}

body {
  margin: 0;
  background: #f6f5f5;
}

.tem-theme > *,
.editor-styles-wrapper > * {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  color: #1e3746;
  transition: 0.15s;
  font-family: "ReplicaLLWeb-Regular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

html :where(.wp-block) {
  max-width: calc(100% - 100px);
}

main {
  position: relative;
  overflow: hidden;
}

.acf-innerblocks-container {
  width: 100%;
}

.container {
  max-width: 1760px;
  padding: 24px 30px;
  margin: auto;
}
@media (max-width: 899px) {
  .container {
    padding: 20px;
    max-width: 100%;
  }
}

.wp-block-table td,
.wp-block-table th {
  border-left: none;
  border-right: none;
  border-color: #aeaaa4 !important;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.input-grp {
  gap: 4px;
}

input,
textarea,
select {
  font-family: "ReplicaLLWeb-Regular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  display: flex;
  padding: 8px 12px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #bcc3c4;
  outline: none;
  font-size: 16px;
}
input:focus,
textarea:focus,
select:focus {
  border: 1px solid #00656e;
}

select {
  padding: 8px 10px;
}

input[type=checkbox] {
  border-radius: 4px;
  border: 1px solid #bcc3c4;
  height: 20px;
  width: 20px;
  margin: 0px;
  accent-color: #00656e;
}

input[type=checkbox]:checked {
  border-radius: 4px;
  border: 1px solid #bcc3c4;
}

ol {
  max-width: 100% !important;
  word-wrap: break-word;
}
ol li {
  max-width: calc(100% - 40px) !important;
  word-wrap: break-word;
  display: block;
}