/*$font-primary: 'Museo', sans-serif;
$font-secondary: 'Aniara', serif;
$font-heading: $font-secondary;
$font-fa: 'Font Awesome 5 Pro';
$font-fad: 'Font Awesome 5 Duotone';
$font-fab: 'Font Awesome 5 Brands';*/
@-webkit-keyframes cwp-spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
@keyframes cwp-spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
@-webkit-keyframes cwp-fadeIn {
  0% {
    opacity: 0;
  }
}
@keyframes cwp-fadeIn {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes cwp-contactReveal {
  0% {
    opacity: 0;
  }
}
@keyframes cwp-contactReveal {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes cwp-modalBackIn {
  0% {
    opacity: 0;
  }
}
@keyframes cwp-modalBackIn {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes cwp-modalIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}
@keyframes cwp-modalIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}
@-webkit-keyframes cwp-scTextIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes cwp-scTextIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes cwp-scTextOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@keyframes cwp-scTextOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@-webkit-keyframes cwp-overlayReveal {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes cwp-overlayReveal {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes cwp-linkReveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes cwp-linkReveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes cwp-currentIn {
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes cwp-currentIn {
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
.fw-thin {
  font-weight: 200;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semi-bold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-black {
  font-weight: 900;
}

.helper-bg-primary {
  background-color: #2b2e6b !important;
  border-color: #2b2e6b;
}
.helper-bg-primary.transparent {
  background-color: rgba(43, 46, 107, 0.9) !important;
  border-color: rgba(43, 46, 107, 0.9);
}

.helper-border-primary {
  border-color: #2b2e6b !important;
}

.helper-txt-primary {
  color: #2b2e6b !important;
}

a.helper-bg-primary:hover, a.helper-bg-primary:focus, a.helper-bg-primary:active, .clickablehelper-.bg-primary:hover, .clickablehelper-.bg-primary:focus, .clickablehelper-.bg-primary:active {
  background-color: #32367d !important;
  border-color: #32367d;
}

a.helper-border-primary:hover, a.helper-border-primary:focus, a.helper-border-primary:active, .clickable.helper-border-primary:hover, .clickable.helper-border-primary:focus, .clickable.helper-border-primary:active {
  border-color: #32367d;
}

a.helper-txt-primary:hover, a.helper-txt-primary:focus, a.helper-txt-primary:active, .clickable.helper-txt-primary:hover, .clickable.helper-txt-primary:focus, .clickable.helper-txt-primary:active {
  color: #32367d;
}

.helper-bg-dark-blue {
  background-color: #2b2e6b !important;
  border-color: #2b2e6b;
}
.helper-bg-dark-blue.transparent {
  background-color: rgba(43, 46, 107, 0.9) !important;
  border-color: rgba(43, 46, 107, 0.9);
}

.helper-border-dark-blue {
  border-color: #2b2e6b !important;
}

.helper-txt-dark-blue {
  color: #2b2e6b !important;
}

a.helper-bg-dark-blue:hover, a.helper-bg-dark-blue:focus, a.helper-bg-dark-blue:active, .clickablehelper-.bg-dark-blue:hover, .clickablehelper-.bg-dark-blue:focus, .clickablehelper-.bg-dark-blue:active {
  background-color: #32367d !important;
  border-color: #32367d;
}

a.helper-border-dark-blue:hover, a.helper-border-dark-blue:focus, a.helper-border-dark-blue:active, .clickable.helper-border-dark-blue:hover, .clickable.helper-border-dark-blue:focus, .clickable.helper-border-dark-blue:active {
  border-color: #32367d;
}

a.helper-txt-dark-blue:hover, a.helper-txt-dark-blue:focus, a.helper-txt-dark-blue:active, .clickable.helper-txt-dark-blue:hover, .clickable.helper-txt-dark-blue:focus, .clickable.helper-txt-dark-blue:active {
  color: #32367d;
}

.helper-bg-secondary {
  background-color: #b85181 !important;
  border-color: #b85181;
}
.helper-bg-secondary.transparent {
  background-color: rgba(184, 81, 129, 0.9) !important;
  border-color: rgba(184, 81, 129, 0.9);
}

.helper-border-secondary {
  border-color: #b85181 !important;
}

.helper-txt-secondary {
  color: #b85181 !important;
}

a.helper-bg-secondary:hover, a.helper-bg-secondary:focus, a.helper-bg-secondary:active, .clickable.helper-bg-secondary:hover, .clickable.helper-bg-secondary:focus, .clickable.helper-bg-secondary:active {
  background-color: #aa4574 !important;
  border-color: #aa4574;
}

a.helper-border-secondary:hover, a.helper-border-secondary:focus, a.helper-border-secondary:active, .helper-clickable.border-secondary:hover, .helper-clickable.border-secondary:focus, .helper-clickable.border-secondary:active {
  border-color: #aa4574;
}

a.txt-secondary:hover, a.txt-secondary:focus, a.txt-secondary:active, .clickable.txt-secondary:hover, .clickable.txt-secondary:focus, .clickable.txt-secondary:active {
  color: #aa4574;
}

.helper-bg-pink {
  background-color: #b85181 !important;
  border-color: #b85181;
}
.helper-bg-pink.transparent {
  background-color: rgba(184, 81, 129, 0.9) !important;
  border-color: rgba(184, 81, 129, 0.9);
}

.helper-border-pink {
  border-color: #b85181 !important;
}

.helper-txt-pink {
  color: #b85181 !important;
}

a.helper-bg-pink:hover, a.helper-bg-pink:focus, a.helper-bg-pink:active, .clickable.helper-bg-pink:hover, .clickable.helper-bg-pink:focus, .clickable.helper-bg-pink:active {
  background-color: #aa4574 !important;
  border-color: #aa4574;
}

a.helper-border-pink:hover, a.helper-border-pink:focus, a.helper-border-pink:active, .helper-clickable.border-pink:hover, .helper-clickable.border-pink:focus, .helper-clickable.border-pink:active {
  border-color: #aa4574;
}

a.txt-pink:hover, a.txt-pink:focus, a.txt-pink:active, .clickable.txt-pink:hover, .clickable.txt-pink:focus, .clickable.txt-pink:active {
  color: #aa4574;
}

.helper-bg-white {
  background-color: #fff !important;
  border-color: #fff;
}
.helper-bg-white.transparent {
  background-color: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(255, 255, 255, 0.9);
}

.helper-border-white {
  border-color: #fff !important;
}

.helper-txt-white {
  color: #fff !important;
}

a.helper-bg-white:hover, a.helper-bg-white:focus, a.helper-bg-white:active, .clickable.helper-bg-white:hover, .clickable.helper-bg-white:focus, .clickable.helper-bg-white:active {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2;
}

a.helper-border-white:hover, a.helper-border-white:focus, a.helper-border-white:active, .helper-clickable.border-white:hover, .helper-clickable.border-white:focus, .helper-clickable.border-white:active {
  border-color: #f2f2f2;
}

a.txt-white:hover, a.txt-white:focus, a.txt-white:active, .clickable.txt-white:hover, .clickable.txt-white:focus, .clickable.txt-white:active {
  color: #f2f2f2;
}

.helper-bg-black {
  background-color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.helper-bg-black.transparent {
  background-color: rgba(14, 14, 14, 0.9) !important;
  border-color: rgba(14, 14, 14, 0.9);
}

.helper-border-black {
  border-color: #0e0e0e !important;
}

.helper-txt-black {
  color: #0e0e0e !important;
}

a.helper-bg-black:hover, a.helper-bg-black:focus, a.helper-bg-black:active, .clickablehelper-.bg-black:hover, .clickablehelper-.bg-black:focus, .clickablehelper-.bg-black:active {
  background-color: #1b1b1b !important;
  border-color: #1b1b1b;
}

a.helper-border-black:hover, a.helper-border-black:focus, a.helper-border-black:active, .clickable.helper-border-black:hover, .clickable.helper-border-black:focus, .clickable.helper-border-black:active {
  border-color: #1b1b1b;
}

a.helper-txt-black:hover, a.helper-txt-black:focus, a.helper-txt-black:active, .clickable.helper-txt-black:hover, .clickable.helper-txt-black:focus, .clickable.helper-txt-black:active {
  color: #1b1b1b;
}

.helper-bg-grey {
  background-color: #e5e4e4 !important;
  border-color: #e5e4e4;
}
.helper-bg-grey.transparent {
  background-color: rgba(229, 228, 228, 0.9) !important;
  border-color: rgba(229, 228, 228, 0.9);
}

.helper-border-grey {
  border-color: #e5e4e4 !important;
}

.helper-txt-grey {
  color: #e5e4e4 !important;
}

a.helper-bg-grey:hover, a.helper-bg-grey:focus, a.helper-bg-grey:active, .clickable.helper-bg-grey:hover, .clickable.helper-bg-grey:focus, .clickable.helper-bg-grey:active {
  background-color: #d8d7d7 !important;
  border-color: #d8d7d7;
}

a.helper-border-grey:hover, a.helper-border-grey:focus, a.helper-border-grey:active, .helper-clickable.border-grey:hover, .helper-clickable.border-grey:focus, .helper-clickable.border-grey:active {
  border-color: #d8d7d7;
}

a.txt-grey:hover, a.txt-grey:focus, a.txt-grey:active, .clickable.txt-grey:hover, .clickable.txt-grey:focus, .clickable.txt-grey:active {
  color: #d8d7d7;
}

.helper-bg-transparent {
  background: transparent !important;
}

.justify-text-within > * {
  text-align: center;
}
.justify-text-within > *:first-child {
  text-align: left;
}
.justify-text-within > *:last-child {
  text-align: right;
}

.gap-1, .small-gap-1 {
  gap: 1em;
}

@media screen and (min-width: 40em) {
  .medium-gap-1 {
    gap: 1em;
  }
}

@media screen and (min-width: 64em) {
  .large-gap-1 {
    gap: 1em;
  }
}

.gap-2, .small-gap-2 {
  gap: 2em;
}

@media screen and (min-width: 40em) {
  .medium-gap-2 {
    gap: 2em;
  }
}

@media screen and (min-width: 64em) {
  .large-gap-2 {
    gap: 2em;
  }
}

.gap-3, .small-gap-3 {
  gap: 3em;
}

@media screen and (min-width: 40em) {
  .medium-gap-3 {
    gap: 3em;
  }
}

@media screen and (min-width: 64em) {
  .large-gap-3 {
    gap: 3em;
  }
}

.gap-4, .small-gap-4 {
  gap: 4em;
}

@media screen and (min-width: 40em) {
  .medium-gap-4 {
    gap: 4em;
  }
}

@media screen and (min-width: 64em) {
  .large-gap-4 {
    gap: 4em;
  }
}

.gap-5, .small-gap-5 {
  gap: 5em;
}

@media screen and (min-width: 40em) {
  .medium-gap-5 {
    gap: 5em;
  }
}

@media screen and (min-width: 64em) {
  .large-gap-5 {
    gap: 5em;
  }
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media screen and (min-width: 40em) {
  .order-1-md {
    order: 1;
  }
}

@media screen and (min-width: 40em) {
  .order-2-md {
    order: 2;
  }
}

@media screen and (min-width: 40em) {
  .order-3-md {
    order: 3;
  }
}

@media screen and (min-width: 40em) {
  .order-4-md {
    order: 4;
  }
}

@media screen and (min-width: 40em) {
  .order-5-md {
    order: 5;
  }
}

@media screen and (min-width: 40em) {
  .order-6-md {
    order: 6;
  }
}

@media screen and (min-width: 40em) {
  .order-7-md {
    order: 7;
  }
}

@media screen and (min-width: 40em) {
  .order-8-md {
    order: 8;
  }
}

@media screen and (min-width: 40em) {
  .order-9-md {
    order: 9;
  }
}

@media screen and (min-width: 40em) {
  .order-10-md {
    order: 10;
  }
}

@media screen and (min-width: 40em) {
  .order-11-md {
    order: 11;
  }
}

@media screen and (min-width: 40em) {
  .order-12-md {
    order: 12;
  }
}

@media screen and (min-width: 64em) {
  .order-1-lg {
    order: 1;
  }
}

@media screen and (min-width: 64em) {
  .order-2-lg {
    order: 2;
  }
}

@media screen and (min-width: 64em) {
  .order-3-lg {
    order: 3;
  }
}

@media screen and (min-width: 64em) {
  .order-4-lg {
    order: 4;
  }
}

@media screen and (min-width: 64em) {
  .order-5-lg {
    order: 5;
  }
}

@media screen and (min-width: 64em) {
  .order-6-lg {
    order: 6;
  }
}

@media screen and (min-width: 64em) {
  .order-7-lg {
    order: 7;
  }
}

@media screen and (min-width: 64em) {
  .order-8-lg {
    order: 8;
  }
}

@media screen and (min-width: 64em) {
  .order-9-lg {
    order: 9;
  }
}

@media screen and (min-width: 64em) {
  .order-10-lg {
    order: 10;
  }
}

@media screen and (min-width: 64em) {
  .order-11-lg {
    order: 11;
  }
}

@media screen and (min-width: 64em) {
  .order-12-lg {
    order: 12;
  }
}

.flex-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

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

@media screen and (min-width: 40em) {
  .medium-flex-dir-column {
    flex-direction: column;
  }
}

@media screen and (min-width: 64em) {
  .large-flex-dir-column {
    flex-direction: column;
  }
}

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

@media screen and (min-width: 40em) {
  .medium-flex-dir-row {
    flex-direction: row;
  }
}

@media screen and (min-width: 64em) {
  .large-flex-dir-row {
    flex-direction: row;
  }
}

.flex-wrap {
  flex-wrap: wrap;
}

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

@font-face {
  font-family: "Museo";
  src: url("/Fonts/Museo500-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Museo";
  font-weight: 700 900;
  src: url("/Fonts/Museo900-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Aniara";
  src: url("/Fonts/Aniara_Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Aniara";
  font-weight: 100;
  src: url("/Fonts/Aniara_Light.ttf") format("truetype");
}
:root {
  --fa-primary-opacity: 1;
  --fa-secondary-opacity: 0.4;
  --default-transition-speed: 200ms;
  --fa-base-color: inherit;
  scroll-behavior: smooth;
}

body {
  font-family: verdana, sans-serif;
  overflow-x: hidden;
  color: #2b2e6b;
}
body .far, body .fas, body .fal {
  font-family: "Font Awesome 5 Pro";
  transition: var(--default-transition-speed) ease;
  font-style: normal;
}
body .fab {
  font-family: "Font Awesome 5 Brands";
  transition: var(--default-transition-speed) ease;
  font-style: normal;
}
body .fad {
  font-family: "Font Awesome 5 Duotone";
  transition: var(--default-transition-speed) ease;
  font-style: normal;
}
body.debug * {
  outline: 1px solid rgba(0, 255, 0, 0.4);
}

.hide {
  display: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
}

select {
  height: initial;
}

.hide-for-xl {
  display: block !important;
}
@media screen and (min-width: 93.75em) {
  .hide-for-xl {
    display: none !important;
  }
}

.show-for-xl {
  display: none !important;
}
@media screen and (min-width: 93.75em) {
  .show-for-xl {
    display: block !important;
  }
}

.input-validation-error {
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.25) !important;
}

.slide-in {
  opacity: 0;
  transform: translateY(125px);
  transition: transform ease 500ms, opacity ease 500ms;
}

.slide-in.go {
  opacity: 1;
  transform: translateY(0);
}

.ei:not([data-ei-id]):not([data-ei-bound-to]) {
  visibility: hidden;
}

.ei-options .ei-option {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}
.ei-options .ei-option:hover, .ei-options .ei-option:focus, .ei-options .ei-option.ei-hover, .ei-options .ei-option.ei-focus {
  background-color: #EEE;
  color: #000;
}

.ei-options {
  background-color: #FFF;
  padding: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  font-family: verdana, sans-serif;
}
.ei-options .ei-option {
  color: #000;
  background-color: #FFF;
  font-size: 14px;
  border-radius: 3px;
  padding: 0 0.9375rem;
}
.ei-options .ei-option:hover, .ei-options .ei-option:focus, .ei-options .ei-option.ei-hover, .ei-options .ei-option.ei-focus {
  background-color: #EEE;
  color: #000;
}
.ei-options input.ei-search-input {
  line-height: 36px;
  height: 36px;
  border: none;
  padding: 0 0.9375rem;
  box-shadow: none;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  position: sticky;
  top: -4px;
  font-family: verdana, sans-serif;
  text-transform: none;
  outline: none;
  margin: -4px auto 0.46875rem;
}
.ei-options input.ei-search-input:focus {
  box-shadow: none;
  border: none;
}

aside.tip {
  position: absolute;
  z-index: 2147483641;
  background-color: #222222;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  font-weight: normal;
  line-height: 18px;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  top: 10px;
  left: 10px;
  max-width: 400px;
  padding: 8px 12px;
  cursor: default;
  pointer-events: none;
}

aside.tip .pointer {
  background-color: inherit;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 0;
  border-top-left-radius: 1px;
  transform: rotate(45deg) translateX(-5px);
}

.component {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.component.full {
  width: 100%;
}
.component.inner {
  width: 80rem;
  padding: 0.9375rem;
}
.component.thin {
  width: 72rem;
}
.component.thinner {
  width: 64rem;
}
.component.wide {
  width: 90rem;
}
.component.wider {
  width: 100rem;
}
@media screen and (min-width: 64em) {
  .component {
    padding: 0;
  }
}

.margin-1 {
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 40em) {
  .margin-1 {
    margin-bottom: 3.125rem;
  }
}

.margin-2 {
  margin-bottom: 3.4375rem;
}
@media screen and (min-width: 40em) {
  .margin-2 {
    margin-bottom: 6.875rem;
  }
}

.margin-3 {
  margin-bottom: 4.53125rem;
}
@media screen and (min-width: 64em) {
  .margin-3 {
    margin-bottom: 9.0625rem;
  }
}

.padding-1 {
  padding-block: 1.5625rem;
}
@media screen and (min-width: 40em) {
  .padding-1 {
    padding-block: 3.125rem;
  }
}

.padding-2 {
  padding-block: 3.4375rem;
}
@media screen and (min-width: 40em) {
  .padding-2 {
    padding-block: 6.875rem;
  }
}

.padding-3 {
  padding-block: 4.53125rem;
}
@media screen and (min-width: 64em) {
  .padding-3 {
    padding-block: 9.0625rem;
  }
}

.button {
  border-radius: 100vmax;
  overflow: hidden;
  background-color: #2b2e6b;
  border: none;
  transition: background-color var(--default-transition-speed) ease;
  position: relative;
  isolation: isolate;
  padding: 1em;
  font-size: 1rem;
}
.button__thin {
  padding: 0.5em 1.5em;
}
.button:hover, .button:active, .button:focus {
  background-color: #b85181;
}
.button[fancy-button] {
  --x: 0px;
  --y: 0px;
}
.button[fancy-button]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #b85181;
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
  z-index: -1;
  will-change: transform;
  transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(0);
  transition: transform 500ms ease-in;
}
.button[fancy-button]:hover {
  background-color: #2b2e6b;
}
.button[fancy-button]:hover::before {
  transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(2.5);
}

.underline {
  text-decoration: underline;
}

.slick-arrow {
  content: "";
  background-color: #2b2e6b;
  width: 3.125rem;
  height: 3.125rem;
  display: grid;
  place-content: center;
  border-radius: 100vmax;
  font-family: "Font Awesome 5 Pro";
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  transition: background-color 200ms ease, font-size 200ms ease;
}
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  background-color: #b85181;
  color: #fff;
  font-size: 0.75rem;
}
.slick-arrow.prev::before {
  content: "\f053";
}
.slick-arrow.next::before {
  content: "\f054";
}

.has-consultant-icon img {
  object-fit: cover;
  object-position: center;
  border-radius: 100vw;
}
.has-consultant-icon.tiny img {
  width: 2rem;
  height: 2rem;
}

blockquote, blockquote p {
  color: #2b2e6b;
  text-align: center;
  line-height: 1.5;
  border: none;
}

.tabbed-profile blockquote p:first-of-type::before {
  content: '"';
}
.tabbed-profile blockquote p:last-of-type::after {
  content: '"';
}

cite {
  color: inherit;
}
cite::before {
  content: none;
}

@media (min-width: 70.3125em) {
  .swiper.eight-four .fw-slide__content {
    flex: 1 0 66.6666666667%;
  }
}
@media (min-width: 70.3125em) {
  .swiper.eight-four .fw-slide__image {
    flex: 1 0 33.3333333333%;
  }
}
.swiper .fw-slide__content {
  gap: 0.9375rem;
}
.swiper .fw-slide__content.ta-left {
  align-items: flex-start;
  text-align: left;
}
.swiper .fw-slide__content.ta-center {
  align-items: center;
  text-align: center;
}
.swiper .fw-slide__content.ta-right {
  align-items: flex-end;
  text-align: right;
}

.form-with-loader .loader {
  display: none;
}
.form-with-loader .loader:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  animation: cwp-fadeIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), cwp-spin 1s steps(8) infinite;
  backface-visibility: hidden;
  background: url(/images/spinner.svg) no-repeat 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: transform;
}
.form-with-loader.is-loading form {
  display: none;
}
.form-with-loader.is-loading .loader {
  display: block;
  position: relative;
  min-height: 100px;
}

.site-footer {
  background-color: #2b2e6b;
  padding-block: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  gap: 2rem;
  border-bottom: 6px solid #b85181;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer ul li {
  text-decoration: underline;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 64em) {
  .site-footer ul {
    column-count: 3;
  }
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover, .site-footer a:focus, .site-footer a:active {
  color: #b85181;
}
.site-footer__socials {
  font-size: 2rem;
  font-weight: 700;
}
.site-footer__socials > a:first-of-type {
  margin-left: 1.5rem;
}
.site-footer__socials a {
  color: #fff !important;
}
.site-footer__socials a:hover, .site-footer__socials a:focus, .site-footer__socials a:active {
  color: #fff;
}
.site-footer__blurb p {
  line-height: 1.8;
  text-align: center;
}

.site-header {
  position: relative;
  width: 100%;
  background-color: #fff;
  isolation: isolate;
  z-index: 99999;
}
.site-header__container {
  max-width: 80rem;
  margin-inline: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.site-header__logo {
  margin-right: auto;
}
.site-header__logo img {
  height: 7.5rem;
}
.site-header__navlink {
  padding-block: 2rem;
  position: relative;
}
.site-header__navlink.has-dropdown > a {
  padding-right: 15px;
  background-image: url("/Images/topnav-caret-accent.svg");
  background-position: top 50% right 0;
  background-repeat: no-repeat;
  pointer-events: none;
}
.site-header__navlink.has-dropdown .site-header__navlink__dropdown {
  display: none;
}
.site-header__navlink.has-dropdown:hover .site-header__navlink__dropdown, .site-header__navlink.has-dropdown:focus .site-header__navlink__dropdown, .site-header__navlink.has-dropdown:active .site-header__navlink__dropdown {
  display: flex;
}
.site-header__navlink.cur-page > a {
  color: #2b2e6b;
}
.site-header__navlink.cur-page::before {
  position: absolute;
  z-index: 2;
  bottom: 1.0625rem;
  left: 50%;
  width: 64px;
  height: 10px;
  margin-left: -32px;
  animation: cwp-currentIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s both;
  background: #fff;
  content: "";
  transform-origin: right center;
}
.site-header__navlink.cur-page::after {
  position: absolute;
  bottom: 1.0625rem;
  left: 50%;
  width: 64px;
  height: 10px;
  margin-left: -32px;
  background-image: url(/Images/nav-underline.svg);
  background-size: contain;
  content: "";
}
.site-header__navlink__dropdown {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, 1rem);
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 20rem;
  max-width: 100vw;
  background-color: #fff;
  border: 2px solid #cccaca;
  text-align: center;
  border-radius: 4px;
}
.site-header__navlink__dropdown::before {
  content: "";
  background-color: #fff;
  width: 2rem;
  height: 2rem;
  border-right: 2px solid #cccaca;
  border-top: 2px solid #cccaca;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, calc(-50% - 1px)) rotate(-45deg);
}
.site-header__navlink__dropdown a {
  text-decoration: underline;
  padding-block: 1rem;
  position: relative;
}
.site-header__navlink__dropdown a:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: #e5e4e4;
}
.site-header a {
  color: #929F5B;
}
.site-header a:hover, .site-header a:focus, .site-header a:active {
  color: #2b2e6b;
}
.site-header .button {
  margin: 0;
  color: #b85181;
  background-color: #fff;
  border: 2px solid;
  border-color: #cccaca;
}
.site-header .button img {
  margin-left: 0.46875rem;
}
.site-header .button:hover, .site-header .button:focus, .site-header .button:active {
  color: #2b2e6b;
  background-color: #fff;
  border-color: #2b2e6b;
}

.fallback-heading {
  margin: 0;
}

body:not(.dev-profiling-enabled) .mp-results {
  display: none;
}

aside.dev-widgets {
  position: fixed;
  bottom: 0.9375rem;
  left: 0.9375rem;
}
aside.dev-widgets span.fa-question-circle {
  width: 40px;
  text-align: center;
  display: block;
}
aside.dev-widgets section.dev-widget {
  margin-top: 0.46875rem;
}
aside.dev-widgets section.dev-widget .floating-button {
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: none;
  color: #fff;
  background-color: #2b2e6b;
  font-size: 16px;
  text-align: center;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
  transition: background ease 150ms;
  cursor: pointer;
}
aside.dev-widgets section.dev-widget .floating-button:hover {
  background-color: #242659;
}

.mp-results {
  left: calc(40px + 1.875rem) !important;
  bottom: 0.9375rem !important;
  margin-bottom: 3px;
}
.mp-results .mp-result.active div.mp-button {
  border-radius: 3px !important;
  background-color: #2b2e6b !important;
}
.mp-results .mp-result .mp-button {
  border: 1px solid #DDD !important;
  border-radius: 3px !important;
  margin-bottom: 5px !important;
}
.mp-results .mp-result .mp-button.bad {
  color: #FFF !important;
  border-color: #d32f2f !important;
  background-color: #f44336 !important;
}
.mp-results .mp-result .mp-button.bad .mp-number {
  color: inherit !important;
}
.mp-results .mp-result .mp-button.warning {
  color: #000 !important;
  border-color: #ffa000 !important;
  background-color: #ffc107 !important;
}
.mp-results .mp-result .mp-button.warning .mp-number {
  color: inherit !important;
}

.home-slider {
  background-color: rgb(92, 153, 208);
  position: relative;
}
.home-slider > .component.inner {
  padding: 0;
}
.home-slider__slider__slide__content {
  display: grid;
  place-content: center;
  gap: 1.5rem;
  padding: 2rem 2rem;
  text-align: center;
}
.home-slider h1, .home-slider h2, .home-slider h3, .home-slider h4, .home-slider h5, .home-slider h6 {
  color: #2b2e6b;
  font-size: 3.75rem;
  line-height: 1.1;
}
.home-slider .button {
  width: 15rem;
}
.home-slider .slick-arrow.prev, .home-slider .slick-arrow.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home-slider .slick-arrow.prev {
  left: 0.9375rem;
}
.home-slider .slick-arrow.next {
  right: 0.9375rem;
}

.block-section .heading-section {
  text-align: center;
}
.block-section .heading-section * {
  text-align: center;
}
.block-section .heading-section h1, .block-section .heading-section h2, .block-section .heading-section h3, .block-section .heading-section h4, .block-section .heading-section h5, .block-section .heading-section h6 {
  font-size: 2.75rem;
  line-height: 3rem;
}
.block-section .heading-section h1, .block-section .heading-section h2, .block-section .heading-section h3, .block-section .heading-section h4, .block-section .heading-section h5, .block-section .heading-section h6, .block-section .heading-section p {
  max-width: 80%;
  margin-inline: auto;
}
.block-section__standard img {
  max-width: 5rem;
  margin-inline: auto;
}
.block-section__standard .block-section__block {
  display: grid;
  place-content: center;
  gap: 1rem;
  text-align: center;
}
.block-section__standard .block-section__block p {
  margin: 0 auto;
  max-width: 80%;
}
.block-section__standard .block-section__block a {
  text-decoration: underline;
}
.block-section__slider__container {
  position: relative;
  height: 100%;
}
.block-section__slider__container .slick-arrow.prev, .block-section__slider__container .slick-arrow.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.block-section__slider__container .slick-arrow.prev {
  left: 0.9375rem;
}
.block-section__slider__container .slick-arrow.next {
  right: 0.9375rem;
}
.block-section__slider__images img {
  max-width: 20.625rem;
  margin-inline: auto;
}
.block-section__slider__text .block-section__slider__slide {
  display: grid;
  place-content: center;
  text-align: center;
  gap: 0.5rem;
}
@media screen and (min-width: 64em) {
  .block-section__slider__text .user-content {
    max-width: 80%;
    margin-inline: auto;
  }
}
.block-section__featured-pages .button-container .button {
  font-size: 0.75rem;
  background-color: #fff;
  color: #2b2e6b;
  border: 2px solid #cccaca;
}
.block-section__featured-pages .button-container .button:hover, .block-section__featured-pages .button-container .button:focus, .block-section__featured-pages .button-container .button:active {
  background-color: #cccaca;
}
.block-section__recipes .heading-section {
  margin-bottom: 10rem;
}

.block-section__block {
  text-align: center;
}
.block-section__block img {
  margin-bottom: 1rem;
}

.quote-section {
  text-align: center;
}
.quote-section .heading-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.quote-section h1, .quote-section h2, .quote-section h3, .quote-section h4, .quote-section h5, .quote-section h6 {
  font-size: 2.5rem;
  line-height: 1.1;
}

.section:has(.product-listing) {
  padding-top: 0;
}

.product-listing {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1rem;
}
.product-listing__title {
  text-align: center;
}
.product-listing__title h1 {
  color: #2b2e6b;
  margin-bottom: 1rem;
  font-size: 45px;
}
.product-listing__title h3, .product-listing__title h2 {
  font-size: 34px;
}
@media screen and (min-width: 40em) {
  .product-listing__title h1 {
    margin-top: 2rem;
    color: #2b2e6b;
    margin-bottom: 1rem;
    font-size: 36px;
  }
  .product-listing__title h3, .product-listing__title h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 40em) {
  .product-listing__title h1 {
    margin-top: 2rem;
    color: #2b2e6b;
    margin-bottom: 1rem;
    font-size: 28px;
  }
  .product-listing__title h3, .product-listing__title h2 {
    font-size: 20px;
  }
}
.product-listing .accordion {
  max-width: 100%;
  margin: 3rem 1rem 1.5rem;
}
.product-listing .accordion .accordion__trigger {
  padding: 15px 60px 15px 25%;
}
.product-listing .accordion__tray {
  margin: 0 auto;
  padding-bottom: 2rem;
}
@media screen and (max-width: 64em) {
  .product-listing .accordion {
    margin: 0.5rem 0rem;
  }
  .product-listing .accordion .accordion__trigger {
    padding: 8px 60px 8px 0%;
  }
}
.product-listing__price {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-block: 1.5rem;
  gap: 5rem;
}
@media screen and (max-width: 40em) {
  .product-listing__price {
    gap: 1rem;
  }
}
.product-listing__price .btn {
  background-color: #2b2e6b;
  margin: auto 0;
  min-width: 200px;
}
@media screen and (max-width: 64em) {
  .product-listing__price .btn {
    min-width: 150px;
    width: 150px;
  }
}
.product-listing__price > span {
  padding-top: 0.5rem;
  font-size: 1.8125rem;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  /*align-self: center;*/
}
@media screen and (max-width: 64em) {
  .product-listing__price > span {
    font-size: 20px;
  }
}
.product-listing__price.free-crossout > span {
  text-decoration: line-through;
  font-size: 1.4rem;
}
.product-listing__price.free-crossout > span:after {
  content: "Free";
  font-size: 1.8125rem;
  display: inline-block;
  margin-left: 0.75ch;
}
.product-listing__main-content {
  padding-block: 1rem;
  margin-block: 1rem;
}
@media screen and (max-width: 64em) {
  .product-listing__main-content {
    /*border-top: 1px solid $clr-dark-blue;
    border-bottom: 1px solid $clr-dark-blue;*/
  }
}
.product-listing__main-content p, .product-listing__main-content ul, .product-listing__main-content li {
  line-height: 1.15;
  padding: 0 5rem;
}
@media screen and (max-width: 64em) {
  .product-listing__main-content p, .product-listing__main-content ul, .product-listing__main-content li {
    padding: 0 2rem;
    font-size: 13px;
  }
}
.product-listing__secondary-cta {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-listing table {
  width: 100%;
  border-spacing: 0.45rem;
  border-collapse: separate;
}
.product-listing table td {
  padding: 0 50px;
}
.product-listing table tr td:first-child {
  color: #929F5B;
}
@media screen and (max-width: 40em) {
  .product-listing table {
    font-size: 0.65rem;
    border-spacing: 0.1rem;
  }
  .product-listing table td {
    padding: 0 10px;
  }
}
@media screen and (min-width: 40em) {
  .product-listing table {
    max-width: 10%;
    border-spacing: 0.3rem;
  }
  .product-listing table td {
    padding: 0 20px;
  }
}
.product-listing__img-wrapper__main-slide {
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 64em) {
  .product-listing__img-wrapper__main-slide {
    padding-inline: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .product-listing__img-wrapper__nav-slide {
    padding-inline: 0.9375rem;
  }
}
.product-listing__img-wrapper__nav-slide img {
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-inline: 0.1875rem;
  margin: 15px;
}
.product-listing__img-wrapper__nav-slide img.slick-current {
  transform: scale(1.5);
}
@media screen and (max-width: 64em) {
  .product-listing__img-wrapper__nav-slide img {
    margin: 10px;
  }
}
.product-listing__reviews {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  margin-bottom: 0.9375rem;
  cursor: pointer;
}
.product-listing__reviews__stars i {
  color: #9a9696;
  font-size: 1.5rem;
  width: 1.1em;
}
.product-listing__reviews__stars i.active {
  color: #ffb600;
}
.product-listing__reviews > span {
  font-weight: 700;
  text-decoration: underline;
}

.product-listing__testimonials {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 40em) {
  .product-listing__testimonials {
    width: 600px;
  }
}
@media screen and (min-width: 64em) {
  .product-listing__testimonials {
    width: 900px;
  }
}
.product-listing__testimonials__slider {
  margin-block: 1rem;
}
.product-listing__testimonials > h2 {
  text-align: center;
}
@media screen and (min-width: 40em) {
  .product-listing__testimonials {
    padding: 0.5rem 2rem;
  }
}

.product-listing__testimonials__testimonial {
  display: grid;
  grid-template-areas: "img" "content";
}
.product-listing__testimonials__testimonial img {
  margin-inline: auto;
  margin-bottom: 1rem;
}
.product-listing__testimonials__testimonial .stars {
  color: #b85181;
  text-align: center;
  padding-block: 0.125rem;
}
.product-listing__testimonials__testimonial .quote {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  position: relative;
}
.product-listing__testimonials__testimonial .quote::after, .product-listing__testimonials__testimonial .quote::before {
  position: absolute;
  font-size: 4rem;
  font-family: "Playfair Display", serif;
  color: #b85181;
}
.product-listing__testimonials__testimonial .quote::before {
  content: open-quote;
  top: 0.75rem;
  left: -1.5rem;
}
.product-listing__testimonials__testimonial .quote::after {
  content: close-quote;
  bottom: -1.25rem;
  right: -0.5rem;
}
.product-listing__testimonials__testimonial .name {
  text-align: center;
}
@media screen and (min-width: 40em) {
  .product-listing__testimonials__testimonial {
    grid-template-areas: "img content";
    grid-template-columns: 25% auto;
    gap: 3rem;
    align-items: center;
  }
}
.product-listing__testimonials__testimonial > img {
  grid-area: img;
}
.product-listing__testimonials__testimonial > div {
  grid-area: content;
}

.order-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.order-details input.form-control {
  background-color: #e5e4e4;
}
.order-details form {
  margin-bottom: 4rem;
}
.order-details__button-wrapper {
  justify-content: center;
}
.order-details .btn {
  margin-inline: auto;
}

.form-field > .ei-container {
  margin-block: 1rem;
}
.form-field > .ei-container label {
  max-width: 80%;
}

#checkout-form .gu--desk8 {
  max-width: 80%;
}
@media (max-width: 780px) {
  #checkout-form .gu--desk8 {
    max-width: 100%;
  }
}
#checkout-form .loader {
  display: none;
}
#checkout-form .loader:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  animation: cwp-fadeIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), cwp-spin 1s steps(8) infinite;
  backface-visibility: hidden;
  background: url(/images/spinner.svg) no-repeat 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: transform;
}
#checkout-form.is-loading form, #checkout-form.js-loqate-required form {
  display: none;
}
#checkout-form.is-loading .loader, #checkout-form.js-loqate-required .loader {
  display: block;
  position: relative;
  min-height: 100px;
}
#checkout-form .form-container {
  padding: 10px;
  margin: 20px auto;
  width: 100%;
}
#checkout-form .form-container h2 {
  text-align: center;
  padding: 0.5rem 0;
}
#checkout-form .form-container h3 {
  margin-left: 10px;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: normal;
}
#checkout-form .form-container input {
  background-color: #fff;
  position: relative;
}
#checkout-form .form-container input::placeholder {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #929F5B;
  font-size: 10px;
}
#checkout-form .form-container .input-validation-error {
  box-shadow: #2b2e6b 0 0 20px !important;
}
#checkout-form .form-container .field-validation-error {
  color: #2b2e6b !important;
  margin-top: 0px;
  margin-bottom: 10px;
}
#checkout-form .form-container .error-msg {
  color: #2b2e6b !important;
}
#checkout-form .form-container .ktc-checkbox {
  overflow: visible;
}
#checkout-form .form-container .checkbox__label {
  margin: 10px 0 20px;
  position: relative;
  font-size: 10px;
  line-height: 14px;
}
@media (min-width: 780px) {
  #checkout-form .form-container .checkbox__label {
    font-size: 17px;
    line-height: 25px;
  }
}
#checkout-form .form-container .checkbox__input:checked ~ .checkbox__label:after, #checkout-form .form-container .ktc-checkbox .form-control:checked ~ label:after {
  background: #2b2e6b;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transform: translate(30%, 60%);
  transition: none;
  background: #fff !important;
  margin-top: 0px;
}
#checkout-form .form-container .ktc-checkbox label::before,
#checkout-form .form-container .checkbox__label::before {
  margin-top: 2px !important;
  height: 38px;
  width: 38px;
  border: solid 2px #fff;
  border-radius: 50%;
  content: "";
}
#checkout-form .form-container .ktc-checkbox label::after,
#checkout-form .form-container .checkbox__label::after {
  margin-top: 10px;
}
#checkout-form .form-container .form-field {
  margin: 0 10px;
}
#checkout-form .form-container .billing-cbx {
  display: flex;
  align-content: center;
}
.order-results h1 {
  margin-bottom: 1.25rem;
}

.c-detail-top {
  display: flex;
  flex-direction: column;
}
.c-detail-top__content {
  padding: 2rem 0;
}
.c-detail-top__content h2, .c-detail-top__content h3 {
  text-align: center;
  margin-bottom: 0.5rem;
}
.c-detail-top__content__list {
  width: 50%;
  margin: 0 auto;
  color: #000;
  font-size: 14px;
}
.c-detail-top__content__list p {
  font-size: 14px;
  margin-top: 10px;
  padding: 5px;
  font-weight: 700;
}
.c-detail-top__content__list ul {
  list-style-type: disc;
}
@media (min-width: 750px) {
  .c-detail-top {
    flex-direction: row;
    margin-bottom: 2rem;
  }
  .c-detail-top__image, .c-detail-top__content {
    width: 50%;
  }
  .c-detail-top__image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-detail-top__content {
    padding: 0 2rem;
    flex-direction: column;
    justify-content: center;
  }
  .c-detail-top__content h2, .c-detail-top__content h3 {
    text-align: left;
  }
  .c-detail-top__content h2 {
    font-size: 1.6rem;
  }
  .c-detail-top__content h3 {
    font-size: 1.2rem;
  }
  .c-detail-top__content__list {
    width: 100%;
  }
  .c-detail-top__content__list ul {
    margin-left: 20px;
  }
}
@media (min-width: 1025px) {
  .c-detail-top__content {
    align-content: center;
  }
  .c-detail-top__content h2 {
    font-size: 40px;
  }
  .c-detail-top__content h3 {
    font-size: 24px;
  }
}

.js-consultant-search .sponsor-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  flex-direction: row-reverse;
}
@media (max-width: 1025px) {
  .js-consultant-search .sponsor-checkbox {
    flex-direction: row;
  }
}
.js-consultant-search .sponsor-checkbox label {
  color: #000;
}
.js-consultant-search .sponsor-checkbox .checkmark-container {
  margin: 10px;
  min-width: 48px;
  height: 48px;
  line-height: 1.8rem;
  margin-right: 1rem;
  border-radius: 50%;
  border: 2px solid #2b2e6b;
  background-color: #fff;
}
.js-consultant-search .sponsor-checkbox input {
  appearance: none;
}
.js-consultant-search .sponsor-checkbox input:checked {
  background-color: #2b2e6b;
  background: #2b2e6b;
  width: 30px;
  height: 30px;
  font-size: 3rem;
  margin-left: 7px;
  margin-top: 7px;
  border-radius: 50%;
}
@media (max-width: 1025px) {
  .js-consultant-search .sponsor-checkbox .checkmark-container {
    margin: 10px;
    min-width: 38px;
    height: 38px;
    line-height: 1.8rem;
    margin-right: 1rem;
    border-radius: 50%;
    border: 2px solid #2b2e6b;
    background-color: #fff;
  }
  .js-consultant-search .sponsor-checkbox input {
    appearance: none;
  }
  .js-consultant-search .sponsor-checkbox input:checked {
    background-color: #2b2e6b;
    background: #2b2e6b;
    width: 22px;
    height: 22px;
    font-size: 3rem;
    margin-left: 6px;
    margin-top: 6px;
    border-radius: 50%;
  }
}

.sponsor-search-form {
  text-align: left;
  padding: 1rem;
}
.sponsor-search-form h3 {
  margin-bottom: 1rem;
}
.sponsor-search-form .field + .field {
  margin-top: unset;
}
.sponsor-search-form .field input {
  width: 100%;
}
.sponsor-search-form h3:not(:first-of-type) {
  margin-top: 2rem;
}
.sponsor-search-form .country-select .radio-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 0;
}
.sponsor-search-form .btn {
  display: block;
  margin-inline: auto;
}
.sponsor-search-form input:is([type=text]) {
  position: relative;
}
.sponsor-search-form input:is([type=text])::placeholder {
  color: #2b2e6b;
  font-size: 17px;
  position: absolute;
  top: 8px;
  left: 10px;
}
@media (max-width: 1025px) {
  .sponsor-search-form input:is([type=text])::placeholder {
    font-size: 10px;
  }
}
.sponsor-search-form input:is([type=text]):focus::placeholder {
  opacity: 0;
}
.sponsor-search-form .select-field {
  /*.placeholder-dropdown {
      position: absolute;
      top: 8px;
      left: 10px;
      font-size: 10px;
      color: $clr-dark-blue;
      pointer-events: none;
  }

  &:focus-within .placeholder-dropdown {
      visibility: hidden;
  }*/
}

.sponsor-search-form .select-field select {
  background: none;
  min-width: 95vw;
  width: 100%;
}

.app-shop-products-main h1, .app-shop-products-category h1 {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .app-shop-products-main .article-header p, .app-shop-products-category .article-header p {
    padding: 0 7rem;
    margin: 0 auto 2rem;
  }
}
.app-shop-products-main .grid, .app-shop-products-category .grid {
  max-width: 64rem;
  margin-inline: auto;
}
.app-shop-products-main a, .app-shop-products-category a {
  text-decoration: none;
}
.app-shop-products-main .btn, .app-shop-products-category .btn {
  font-weight: 400;
}

@media screen and (min-width: 64em) {
  .app-shop-category-block {
    margin-bottom: 1.5rem;
  }
}
.app-shop-category-block__title {
  margin-block: 0.5rem;
  text-align: center;
  color: #2b2e6b;
}
.app-shop-category-block img {
  margin-bottom: 1rem;
  transition: 200ms ease;
}
.app-shop-category-block .btn {
  display: block;
  margin-inline: auto;
}
.app-shop-category-block:hover img {
  opacity: 0.8;
}

.app-shop-product-block {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .app-shop-product-block {
    margin-bottom: 1.5rem;
  }
}
.app-shop-product-block img {
  border: 1px solid #e5e4e4;
  transition: 200ms ease;
}
.app-shop-product-block__title {
  margin-block: 0.5rem;
  text-align: center;
  color: #2b2e6b;
}
.app-shop-product-block__price {
  font-size: 0.8em;
  color: #2b2e6b;
}
.app-shop-product-block .btn {
  display: block;
  margin-inline: auto;
}
.app-shop-product-block:hover img {
  opacity: 0.8;
}

.app-shop-product-page .grid {
  max-width: 64rem;
  margin-inline: auto;
}
.app-shop-product-page img {
  border: 1px solid #e5e4e4;
  margin-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .app-shop-product-page img {
    margin-right: 3.75rem;
  }
}
.app-shop-product-page h1 {
  margin-bottom: 1rem;
}
.app-shop-product-page .accordion {
  margin: 2rem 0;
}
.app-shop-product-page .accordion .accordion__trigger span {
  font-size: 22px;
}
.app-shop-product-page .accordion .accordion__tray {
  padding-bottom: 1rem;
}
.app-shop-product-page table {
  width: 100%;
  border-spacing: 0.45rem;
  border-collapse: separate;
}
.app-shop-product-page table td {
  padding: 0.5rem;
}
.app-shop-product-page table tr td:first-child {
  color: #929F5B;
}
@media screen and (max-width: 40em) {
  .app-shop-product-page table {
    font-size: 0.65rem;
  }
}

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