:root {
  --font-size-smallest: 0.625rem;
  --font-size-smallest-responsive: var(--font-size-smallest);
  --font-size-smaller: 0.75rem;
  --font-size-smaller-responsive: var(--font-size-smaller);
  --font-size-small: 0.875rem;
  --font-size-small-responsive: var(--font-size-small);
  --font-size-medium: 1.125rem;
  --font-size-medium-responsive: var(--font-size-medium);
  --font-size-base: 1rem;
  --font-size-base-responsive: var(--font-size-base);
  --font-size-large: 1.25rem;
  --font-size-large-responsive: var(--font-size-large);
  --font-size-larger: 1.5rem;
  --font-size-larger-responsive: var(--font-size-larger);
  --font-size-largest: 1.75rem;
  --font-size-largest-responsive: var(--font-size-largest);
  --brand-primary: #0477ff ;
  --brand-secondary: #0477ff ;
  --brand-tertiary: #0477ff ;
  --brand-success: #5cb85c ;
  --brand-info: #5bc0de ;
  --brand-warning: #f0ad4e ;
  --brand-danger: #ff0700 ;
}
@media (max-width: 640px) {
  :root {
    --font-size-smallest-responsive: calc(var(--font-size-smallest)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-smallest-responsive: calc(var(--font-size-smallest)*.875);
  }
}
@media (max-width: 640px) {
  :root {
    --font-size-smaller-responsive: calc(var(--font-size-smaller)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-smaller-responsive: calc(var(--font-size-smaller)*.875);
  }
}
@media (max-width: 640px) {
  :root {
    --font-size-small-responsive: calc(var(--font-size-small)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-small-responsive: calc(var(--font-size-small)*.875);
  }
}
@media (max-width: 640px) {
  :root {
    --font-size-medium-responsive: calc(var(--font-size-medium)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-medium-responsive: calc(var(--font-size-medium)*.875);
  }
}
@media (max-width: 640px) {
  :root {
    --font-size-base-responsive: calc(var(--font-size-base)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-base-responsive: calc(var(--font-size-base)*.875);
  }
}
@media (max-width: 640px) {
  :root {
    --font-size-large-responsive: calc(var(--font-size-large)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-large-responsive: calc(var(--font-size-large)*.875);
  }
}
@media (max-width: 640px) {
  :root {
    --font-size-larger-responsive: calc(var(--font-size-larger)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-larger-responsive: calc(var(--font-size-larger)*.875);
  }
}
@media (max-width: 640px) {
  :root {
    --font-size-largest-responsive: calc(var(--font-size-largest)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-largest-responsive: calc(var(--font-size-largest)*.875);
  }
}

:root {
  --hr-border-color: #ddd;
  --text-color: black;
  --text-muted: #6e6e6e;
  --line-height-tighter: .9;
  --line-height-tight: 1;
  --line-height-base: 1.2;
  --line-height-loose: 1.4;
  --line-height-looser: 1.5;
  --line-height-loosest: 1.7;
  --gutter: 1.75rem;
}
@media (max-width: 768px) {
  :root {
    --gutter: 1.5rem;
  }
}
@media (max-width: 420px) {
  :root {
    --gutter: 1rem;
  }
}

:root body {
  --brand-primary: #a00a00;
  --brand-primary-light: #a1271f;
  --brand-secondary: #201e44;
  --brand-secondary-light: #2a294b;
  --brand-secondary-lighter: #3f3e5b;
  --brand-secondary-lightest: #565574;
  --brand-info: #3abde7;
  --brand-danger: red;
  --brand-success: #1bc130;
  --brand-background: #f5f5f5;
  --line-height-loser: 1.6;
  --line-height-losest: 1.8;
  --gray-light: #bababa;
  --gray-lighter: #cbcbcb;
  --gray-lightest: #dddddd;
  --text-color: black;
  --hr-border-color: #b5b5b5;
  --text-muted: #999;
}
@media (min-width: 1180px) {
  :root body {
    --gutter: 3rem;
  }
}

/* Silence is golden. */
body {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  color: var(--text-color);
  width: 100%;
  display: grid;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.link-decorated {
  cursor: pointer;
  text-decoration: underline;
}

a {
  cursor: pointer;
}
a.link-plain {
  text-decoration: none;
}
a.no-style, a.no-style:hover, a.no-style:visited {
  text-decoration: none;
  color: inherit;
}

ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.menu > li {
  list-style: none;
}

ol.list-control--multilevel {
  counter-reset: section;
  list-style-type: none;
}
ol.list-control--multilevel > li {
  display: block;
  position: relative;
}
ol.list-control--multilevel > li:before {
  counter-increment: section;
  content: counters(section, ".") ". ";
  position: absolute;
  margin-right: 100%;
  right: 0.5em;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

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

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

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

.absolute-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.absolute-link {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.absolute-text {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.flex-items {
  display: flex;
  align-items: center;
}
.flex-items--middle {
  align-items: center;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.inline-block {
  display: inline-block;
}

.position-relative {
  position: relative;
}

.hide-empty:empty {
  display: none;
}

.is-hidden {
  display: none !important;
}

.is-invisible {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  height: 0;
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.aspect-ratio {
  width: auto;
  height: 100%;
}

.aspect-ratio + img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

video-container,
.video-container,
:not(.wp-block) > .is-type-video > .wp-block-embed__wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
}
video-container iframe,
.video-container iframe,
:not(.wp-block) > .is-type-video > .wp-block-embed__wrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0;
  position: absolute;
}

.input-reset,
wpm-input input,
wpm-input textarea,
wpm-text-field input,
wpm-text-field textarea,
wpm-select-field select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: var(--text-color);
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration,
wpm-input input::-webkit-search-decoration,
wpm-input input::-webkit-search-cancel-button,
wpm-input input::-webkit-search-results-button,
wpm-input input::-webkit-search-results-decoration,
wpm-input textarea::-webkit-search-decoration,
wpm-input textarea::-webkit-search-cancel-button,
wpm-input textarea::-webkit-search-results-button,
wpm-input textarea::-webkit-search-results-decoration,
wpm-text-field input::-webkit-search-decoration,
wpm-text-field input::-webkit-search-cancel-button,
wpm-text-field input::-webkit-search-results-button,
wpm-text-field input::-webkit-search-results-decoration,
wpm-text-field textarea::-webkit-search-decoration,
wpm-text-field textarea::-webkit-search-cancel-button,
wpm-text-field textarea::-webkit-search-results-button,
wpm-text-field textarea::-webkit-search-results-decoration,
wpm-select-field select::-webkit-search-decoration,
wpm-select-field select::-webkit-search-cancel-button,
wpm-select-field select::-webkit-search-results-button,
wpm-select-field select::-webkit-search-results-decoration {
  display: none;
}

:root {
  --font-size-smallest: 0.625rem;
  --font-size-smallest-responsive: var(--font-size-smallest);
  --font-size-smaller: 0.75rem;
  --font-size-smaller-responsive: var(--font-size-smaller);
  --font-size-small: 0.875rem;
  --font-size-small-responsive: var(--font-size-small);
  --font-size-medium: 1.125rem;
  --font-size-medium-responsive: var(--font-size-medium);
  --font-size-base: 1rem;
  --font-size-base-responsive: var(--font-size-base);
  --font-size-large: 1.25rem;
  --font-size-large-responsive: var(--font-size-large);
  --font-size-larger: 1.5rem;
  --font-size-larger-responsive: var(--font-size-larger);
  --font-size-largest: 1.75rem;
  --font-size-largest-responsive: var(--font-size-largest);
  --brand-primary: #0477ff ;
  --brand-secondary: #0477ff ;
  --brand-tertiary: #0477ff ;
  --brand-success: #5cb85c ;
  --brand-info: #5bc0de ;
  --brand-warning: #f0ad4e ;
  --brand-danger: #ff0700 ;
}
@media (max-width: 640px) {
  :root {
    --font-size-smallest-responsive: calc(var(--font-size-smallest)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-smallest-responsive: calc(var(--font-size-smallest)*.875);
  }
}
@media (max-width: 640px) {
  :root {
    --font-size-smaller-responsive: calc(var(--font-size-smaller)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-smaller-responsive: calc(var(--font-size-smaller)*.875);
  }
}
@media (max-width: 640px) {
  :root {
    --font-size-small-responsive: calc(var(--font-size-small)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-small-responsive: calc(var(--font-size-small)*.875);
  }
}
@media (max-width: 640px) {
  :root {
    --font-size-medium-responsive: calc(var(--font-size-medium)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-medium-responsive: calc(var(--font-size-medium)*.875);
  }
}
@media (max-width: 640px) {
  :root {
    --font-size-base-responsive: calc(var(--font-size-base)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-base-responsive: calc(var(--font-size-base)*.875);
  }
}
@media (max-width: 640px) {
  :root {
    --font-size-large-responsive: calc(var(--font-size-large)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-large-responsive: calc(var(--font-size-large)*.875);
  }
}
@media (max-width: 640px) {
  :root {
    --font-size-larger-responsive: calc(var(--font-size-larger)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-larger-responsive: calc(var(--font-size-larger)*.875);
  }
}
@media (max-width: 640px) {
  :root {
    --font-size-largest-responsive: calc(var(--font-size-largest)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-largest-responsive: calc(var(--font-size-largest)*.875);
  }
}

:root {
  --font-size-smallest: 0.625rem;
  --font-size-smallest-responsive: var(--font-size-smallest);
  --font-size-smaller: 0.75rem;
  --font-size-smaller-responsive: var(--font-size-smaller);
  --font-size-small: 0.875rem;
  --font-size-small-responsive: var(--font-size-small);
  --font-size-medium: 1.125rem;
  --font-size-medium-responsive: var(--font-size-medium);
  --font-size-base: 1rem;
  --font-size-base-responsive: var(--font-size-base);
  --font-size-large: 1.25rem;
  --font-size-large-responsive: var(--font-size-large);
  --font-size-larger: 1.5rem;
  --font-size-larger-responsive: var(--font-size-larger);
  --font-size-largest: 1.75rem;
  --font-size-largest-responsive: var(--font-size-largest);
  --brand-primary: #0477ff ;
  --brand-secondary: #0477ff ;
  --brand-tertiary: #0477ff ;
  --brand-success: #5cb85c ;
  --brand-info: #5bc0de ;
  --brand-warning: #f0ad4e ;
  --brand-danger: #ff0700 ;
}
@media (max-width: 640px) {
  :root {
    --font-size-smallest-responsive: calc(var(--font-size-smallest)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-smallest-responsive: calc(var(--font-size-smallest)*.875);
  }
}
@media (max-width: 640px) {
  :root {
    --font-size-smaller-responsive: calc(var(--font-size-smaller)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-smaller-responsive: calc(var(--font-size-smaller)*.875);
  }
}
@media (max-width: 640px) {
  :root {
    --font-size-small-responsive: calc(var(--font-size-small)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-small-responsive: calc(var(--font-size-small)*.875);
  }
}
@media (max-width: 640px) {
  :root {
    --font-size-medium-responsive: calc(var(--font-size-medium)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-medium-responsive: calc(var(--font-size-medium)*.875);
  }
}
@media (max-width: 640px) {
  :root {
    --font-size-base-responsive: calc(var(--font-size-base)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-base-responsive: calc(var(--font-size-base)*.875);
  }
}
@media (max-width: 640px) {
  :root {
    --font-size-large-responsive: calc(var(--font-size-large)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-large-responsive: calc(var(--font-size-large)*.875);
  }
}
@media (max-width: 640px) {
  :root {
    --font-size-larger-responsive: calc(var(--font-size-larger)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-larger-responsive: calc(var(--font-size-larger)*.875);
  }
}
@media (max-width: 640px) {
  :root {
    --font-size-largest-responsive: calc(var(--font-size-largest)*.75);
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  :root {
    --font-size-largest-responsive: calc(var(--font-size-largest)*.875);
  }
}

:root {
  --hr-border-color: #ddd;
  --text-color: black;
  --text-muted: #6e6e6e;
  --line-height-tighter: .9;
  --line-height-tight: 1;
  --line-height-base: 1.2;
  --line-height-loose: 1.4;
  --line-height-looser: 1.5;
  --line-height-loosest: 1.7;
  --gutter: 1.75rem;
}
@media (max-width: 768px) {
  :root {
    --gutter: 1.5rem;
  }
}
@media (max-width: 420px) {
  :root {
    --gutter: 1rem;
  }
}

hr {
  border: 0;
  border-top: 1px solid var(--hr-border-color);
}

icon {
  vertical-align: middle;
  display: inline-block;
}
icon[marker] {
  position: absolute;
  transform: translate(calc(-100% - .625em));
}
icon svg {
  overflow: visible;
  display: block;
}

.no-wrap {
  white-space: nowrap;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-base {
  color: var(--text-color);
}

.text-lowercase {
  text-transform: lowercase;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-muted,
.has-muted-color {
  color: var(--text-muted);
}

.text-primary,
.has-primary-color {
  color: var(--brand-primary);
}

.text-secondary,
.has-secondary-color {
  color: var(--brand-secondary);
}

.text-tertiary,
.has-tertiary-color {
  color: var(--brand-tertiary);
}

.text-success,
.has-success-color {
  color: var(--brand-success);
}

.text-info,
.has-info-color {
  color: var(--brand-info);
}

.text-warning,
.has-warning-color {
  color: var(--brand-warning);
}

.text-danger,
.has-danger-color {
  color: var(--brand-danger);
}

.text-smallest {
  font-size: var(--font-size-smallest);
}

.text-smallest-responsive {
  font-size: var(--font-size-smallest-responsive);
}

.has-smallest-font-size {
  font-size: var(--font-size-smallest) !important;
}

.text-smaller {
  font-size: var(--font-size-smaller);
}

.text-smaller-responsive {
  font-size: var(--font-size-smaller-responsive);
}

.has-smaller-font-size {
  font-size: var(--font-size-smaller) !important;
}

.text-small {
  font-size: var(--font-size-small);
}

.text-small-responsive {
  font-size: var(--font-size-small-responsive);
}

.has-small-font-size {
  font-size: var(--font-size-small) !important;
}

.text-medium {
  font-size: var(--font-size-medium);
}

.text-medium-responsive {
  font-size: var(--font-size-medium-responsive);
}

.has-medium-font-size {
  font-size: var(--font-size-medium) !important;
}

.text-base {
  font-size: var(--font-size-base);
}

.text-base-responsive {
  font-size: var(--font-size-base-responsive);
}

.has-base-font-size {
  font-size: var(--font-size-base) !important;
}

.text-large {
  font-size: var(--font-size-large);
}

.text-large-responsive {
  font-size: var(--font-size-large-responsive);
}

.has-large-font-size {
  font-size: var(--font-size-large) !important;
}

.text-larger {
  font-size: var(--font-size-larger);
}

.text-larger-responsive {
  font-size: var(--font-size-larger-responsive);
}

.has-larger-font-size {
  font-size: var(--font-size-larger) !important;
}

.text-largest {
  font-size: var(--font-size-largest);
}

.text-largest-responsive {
  font-size: var(--font-size-largest-responsive);
}

.has-largest-font-size {
  font-size: var(--font-size-largest) !important;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* Slider */
slick-container,
.slick-container {
  min-width: 0;
  display: block;
  position: relative;
  min-height: 0;
  height: 100%;
}
slick-container .slick-list,
slick-container .slick-track,
.slick-container .slick-list,
.slick-container .slick-track {
  display: flex;
  height: 100%;
}

.woocommerce .slick-slider img, .woocommerce-page .slick-slider img {
  max-width: inherit !important;
}

.slick-slider {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider > li {
  list-style: none;
}
.slick-slider * {
  outline: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  position: relative;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-loading {
  opacity: 0;
}

.slick-arrow {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-auto-flow: column;
}
.slick-dots > li {
  list-style: none;
}
.slick-dots li {
  cursor: pointer;
}
.slick-dots button {
  appearance: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  display: inline-block;
  background: transparent;
  text-decoration: none !important;
  cursor: pointer;
}

.slick-arrow.slick-hidden {
  display: none;
}

.splide {
  display: grid;
}
.splide__pagination {
  justify-content: center;
  display: grid;
  grid-gap: 0.5em;
  grid-auto-flow: column;
  z-index: 3;
}
.splide__pagination button {
  appearance: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  display: inline-block;
  background: transparent;
  text-decoration: none !important;
  cursor: pointer;
  display: block;
  padding: 0;
  height: 0.5em;
  width: 0.5em;
  background-color: currentColor;
}
.splide__spinner {
  margin: 0;
  z-index: 10000;
  position: absolute;
  left: calc(50% - 2em/2);
  top: calc(50% - 2em/2 - 0.125em);
  border: 0.125em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation: spinner 0.75s 0s forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}
.splide__slide img[data-splide-lazy] {
  transition: opacity 0.5s;
}
.splide__slide img[data-splide-lazy]:not(.is-loaded) {
  opacity: 0;
  display: block !important;
}

wpm-overlay-nav {
  visibility: hidden;
}

wpm-overlay-popup {
  visibility: hidden;
}

[data-popup-id] {
  cursor: pointer;
}

html, body {
  font: var(--font-size-base)/1.2 "IBMPlexSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background-color: var(--brand-background);
}

* {
  box-sizing: border-box;
}

figure {
  margin: 0;
}

.read-more wpm-button {
  padding: 1.25em 1.75em;
  font-size: var(--font-size-small);
}

.reversed {
 background-color: var(--brand-secondary); 
 /* background-color:transparent; */
  color: white;
}

.whatsapp-widget {
  position: fixed;
  z-index: 4000;
  right: -13px;
  top: 15em
}

@media (min-width: 769px) {
  .whatsapp-widget {
    display: none;
  }
}

.hide {
    display:grid;
}

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

@media (max-width:639px) {
    .lang-switch{
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 2em;
    }  
}

@media (min-width:640px) {
    .lang-switch{
        display: none;
    }
}

.send-button{
        max-width: 210px;
        max-height: 78px;
        justify-self: right;
        align-self: center; 
}  

@media (max-width:1023px) {
    .send-button{
        grid-column-start: 3;
    }  
}

/* @media (min-width:640px) {
    .send-button{
       grid-column-start: auto;
    }
} */





.button {
  padding: 0.5em 1em;
  border-radius: 2em;
  font-weight: 500;
  text-transform: uppercase;
}

.wug-columns {
  display: grid;
  position: relative;

}
@media (min-width: 1024px) {
  .wug-columns {
    grid-template-columns: 1fr 1fr;
  }
}
.wug-columns .wug-column {
  position: relative;
  display: grid;
}

.wug-notice {
  padding-left: 1em;
  border-left: 0.25em solid var(--brand-primary);
  line-height: var(--line-height-looser);
  max-width: 40em;
}

@media (min-width: 641px) {
  .wug-offices {
    padding: 0 var(--gutter);
  }
}
.wug-offices .wug-tile {
  background-color: transparent;
}
.wug-offices .wug-tile__title {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.5em;
}
.wug-offices__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  margin: 1em 0;
  grid-gap: 0 var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(14em, 1fr));
}
.wug-offices__list > li {
  list-style: none;
}
.wug-offices__list-item {
  border-top: 1px solid var(--hr-border-color);
  padding: 1em 0;
  display: grid;
  grid-gap: 0.5em;
}

.wug-tile {
  padding: 2em;
  position: relative;
  display: grid;
  background-color: white;
  grid-gap: 1em;
  z-index: 1;
}
@media (max-width: 640px) {
  .wug-tile {
    padding: 2em var(--gutter);
  }
}
.wug-tile.reversed {
  background-color: var(--brand-secondary);
  color: white;
}
.wug-tile__thumb {
  padding-bottom: 56.5%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 0.75em;
}
.wug-tile__thumb img {
  transition: transform 0.5s;
}
.wug-tile--primary {
  background-color: var(--brand-primary);
  color: white;
}
.wug-tile wpm-button {
  justify-self: start;
  align-self: start;
}
.wug-tile__background {
  opacity: 0.5;
  z-index: -1;
}
.wug-tile__title {
  font: 600 var(--font-size-large) "IBMPlexSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.privacy-notification {
  font-size: var(--font-size-smaller);
}

.lang-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 0.5em;
  grid-auto-flow: column;
  text-transform: uppercase;
}
.lang-menu > li {
  list-style: none;
}
.lang-menu .current-language {
  font-weight: bold;
}

.mobile-nav .inner {
  min-height: calc(100% - var(--gutter)*2);
}
@media (min-width: 1024px) {
  .mobile-nav .inner {
    padding-bottom: var(--gutter);
  }
}
.mobile-nav .lang-menu {
  position: absolute;
  left: var(--gutter);
  top: 1.5em;
}
.mobile-nav__inner {
  display: grid;
  height: 100%;
  width: 100%;
  max-width: 40rem;
  grid-gap: 3em;
  grid-template-rows: 1fr auto;
  align-items: center;
  justify-self: center;
}
@media (min-width: 1024px) {
  .mobile-nav__inner {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .mobile-nav .services-menu {
    display: none;
  }
}
.mobile-nav .services-menu__arrow {
  margin-right: 0.75rem;
}
.mobile-nav .services-menu__item {
  font: var(--font-size-large) "IBMPlexSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.mobile-nav .services-menu__item:not(.is-active) .level-1 {
  display: none;
}
.mobile-nav .services-menu__item.is-active .services-menu__arrow {
  transform: rotate(180deg);
}
.mobile-nav .services-menu__label {
  padding: 0.75rem 0;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
.mobile-nav .services-menu__arrow {
  grid-column: 2;
  grid-row: 1;
}
.mobile-nav .level-1 {
  font-size: 1rem;
  margin: 1em 0 1.5em;
}
.mobile-nav .level-1__item {
  border-top: 1px solid var(--hr-border-color);
}
.mobile-nav .level-1__item:not(.is-active) .level-2 {
  display: none;
}
.mobile-nav .level-1__item.is-active .level-1__arrow {
  transform: rotate(180deg);
}
.mobile-nav .level-1__label {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  margin-right: 0.5rem;
  padding: 0.75em 0;
}
.mobile-nav .level-1__arrow {
  opacity: 0.5;
  grid-column: 2;
  grid-row: 1;
}
.mobile-nav .level-2 {
  margin-bottom: 1.5em;
  font-size: var(--font-size-small);
}
.mobile-nav .level-2__label {
  padding: 0.25em 0;
  display: block;
}
.mobile-nav .primary-menu {
  font: var(--font-size-large) "IBMPlexSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  align-self: center;
}
.mobile-nav .primary-menu__item {
  padding: 0.75rem 0;
}
@media (max-width: 1023px) {
  .mobile-nav .primary-menu__item--services {
    display: none;
  }
}
.mobile-nav .wug-contact {
  text-align: center;
  font-weight: 500;
  color: var(--brand-secondary);
}
.mobile-nav .wug-contact wpm-button {
  display: none;
}

.primary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
  z-index: 20;
}
.primary-menu > li {
  list-style: none;
}
.primary-menu__item a {
  border-bottom: 1px solid transparent;
}
.primary-menu__item a:hover {
  border-bottom: 1px solid;
}

.services-menu {
  
  padding: 0;
  list-style: none;
}
.services-menu > li {
  list-style: none;
}
.services-menu__arrow,
.services-menu .level-1__arrow {
  width: 0.75em;
  stroke: currentColor;
  fill: none;
  stroke-width: 4;
  margin-right: 0.25em;
}
.services-menu__item {
  position: relative;
}
.services-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services-menu ul > li {
  list-style: none;
}

wpm-nav-burger path {
  stroke-width: 2;
}

.wug-contact {
  display: grid;
  grid-gap: 1em;
  align-items: center;
  justify-self: center;
  color:white
  z-index: 20;
}
@media (min-width: 1500px) {
  .wug-contact {
    grid-gap: 2em;
  }
}
/* @media (max-width: 640px) {
  .wug-contact {
    text-align: center;
  }
}*/
@media (min-width: 641px) {
  .wug-contact {
    grid-auto-flow: column;
    grid-gap:1em; 
    z-index: 20;
  }
}

@media (max-width: 640px) { 
  .wug-contact {
    grid-auto-flow: dense;
    grid-gap:0em;
  }
}


.wug-contact__phone {
  display: grid; 
  grid-gap: 0.5em;
  grid-auto-flow: column;
  align-items: center;
}
.wug-contact__phone icon {
  display: grid;
}

/*added by MK */

.wug-contact__whatsapp {
  grid-gap: 0.5em;
  grid-auto-flow: column;
  align-items: center;

}

/* -------- */

.wug-socials {
  display: grid;
  grid-gap: 0.75em;
  grid-auto-flow: column;
  align-items: center;
  justify-self: center;
}

.order-popup__inner {
  display: grid;
  grid-gap: 2em;
  width: 100%;
  max-width: 40em;
  margin: auto;
}
.order-popup__form {
  display: grid;
  grid-gap: 1.25em;
}
.order-popup__form wpm-button {
  margin-top: 1em;
  font-size: var(--font-size-large);
}
.order-popup__form textarea {
  height: 6em;
}
.order-popup .privacy-notification {
  text-align: center;
}

:root body {
  --brand-primary: #a00a00;
  --brand-primary-light: #a1271f;
  --brand-secondary: #201e44;
  --brand-secondary-light: #2a294b;
  --brand-secondary-lighter: #3f3e5b;
  --brand-secondary-lightest: #565574;
  --brand-info: #3abde7;
  --brand-danger: red;
  --brand-success: #1bc130;
  --brand-background: #f5f5f5;
  --line-height-loser: 1.6;
  --line-height-losest: 1.8;
  --gray-light: #bababa;
  --gray-lighter: #cbcbcb;
  --gray-lightest: #dddddd;
  --text-color: black;
  --hr-border-color: #b5b5b5;
  --text-muted: #999;
}
@media (min-width: 1180px) {
  :root body {
    --gutter: 3rem;
  }
}

/* Silence is golden. */
.root {
  display: grid;
  grid-template-rows: auto 1fr auto;
}

/* Silence is golden. */
/* Silence is golden. */
.site-footer {
  padding: 3em var(--gutter);
  text-align: center;
  justify-content: center;
  display: grid;
  grid-gap: 2em;
}
.site-footer .wug-contact wpm-button {
  display: none;
}
.site-footer .primary-menu__item {
  display: inline-block;
  margin: 0.5em 1em;
}
@media (max-width: 640px) {
  .site-footer .primary-menu__item {
    margin: 0.5em;
  }
}
.site-footer__logo {
  opacity: 0.5;
  justify-self: center;
}
.site-footer__copyright {
  opacity: 0.4;
  font-size: var(--font-size-small);
}

.site-header {
  background-color: transparent;
  position: sticky;
  top: 0;
  z-index: 3;
  display: grid;
  grid-template-rows:5.5em;
  max-height: 134px;

}

@media (max-width: 420px) {
  .site-header {
    font-size: var(--font-size-small);
  }
} 
  
@media (min-width: 640px) and (max-width: 768px) {
  .site-header {
    grid-template-columns: 2fr 2fr 1fr;
  }
}

@media /*(min-width: 420px) and */(max-width: 639px) {
  .site-header {
    grid-template-columns: auto auto auto;
  }
}
  
  
}
@media (min-width: 769px) and (max-width: 1023px) {
  .site-header {
    grid-template-columns: 2fr 2fr 1fr;
  }
}



@media (min-width: 1024px) and (max-width: 1511px){
   .site-header {
    grid-template-columns: auto auto auto auto;
   }
}



@media (min-width: 1512px) {
  .site-header {
    grid-gap: 0em 1em;
    padding: 6px 0px;
    /*grid-template-columns: 2fr 2fr 2fr 2fr 5fr 3fr 2fr 1fr;*/
  }

}



.site-header .wug-socials {
  display: none;
}
.site-header .wug-contact {
  justify-self: center;
  font-weight: 500;
/*  grid-auto-flow: column;  09.02.24 */
  color: white;
}


@media (max-width: 1711px) {
  .site-header .wug-contact {
    justify-self: start;
    grid-row: 2;
    padding-left: 1em;
  }
}


@media (max-width: 768px) {
  .site-header .wug-contact__phone--whatsapp {
    display: none;
  }
}

@media (max-width: 1023px) {
  .site-header__logo {
    grid-row: 1;
    padding-left: 0em;
  }
}


.site-header__logo img {
  display: block;
  align-self: center;
  justify-self: center;
  /* padding-left: 2em; */
  width: 18em;
}



@media (max-width: 1023px) {
  .site-header__logo img {
    width: 14em;
    height: auto;
	padding-left: 0em;
  }
}
.site-header__aside {
  display: grid;
  align-items: center;
  grid-auto-flow: column;
  grid-gap: 1.5em;
  justify-self: center;
  grid-row:1;
 
}


@media (max-width: 554px) {
  .site-header__caption {
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
  }
}

@media (min-width: 555px) and (max-width: 1023px) {
  .site-header__caption {
    padding-left: 1em;
    color: white;
  }
}



@media (min-width: 1024px) {
  .site-header__caption {
    padding-left: 3em;
    color: white;
  }
}



.nav-burger {
	align-self: center;
	justify-self: end;
        padding-right: 1em;
}



@media(min-width: 769px) and (max-width: 1023px)  {
	.nav-burger {
		grid-column-start: 3;
		grid-row: 1;
	}
}


@media(min-width: 640px) and (max-width: 768px)  {
	.nav-burger {
		grid-column-start: 3;
		grid-row: 1;
	}
}  

@media /*(min-width: 500px) and */(max-width: 639px)  {
	.nav-burger {
		grid-column-start: 3;
		grid-row: 1;
	}

}


@media(max-width: 768px) {	
	.home-hero {
		padding: 0em 1em;
	}
}


@media(min-width: 769px)  {
 .home-hero {
		padding: 0em 3em;
	}
}




@media (min-width: 1511px)  {
	.site-header__aside {
		grid-column-start: 7;
	}

}

@media(min-width: 1024px) and (max-width: 1510px)  {
	.nav-burger {
		grid-column-start: 5;
		grid-row: 1;
	}
}


@media (min-width: 1511px)  {
	.nav-burger {
		grid-column-start: 8;
	}
}


@media(min-width: 1024px) and (max-width: 1510px)  {
	.site-header__aside {
		grid-column-start: 4;
		grid-row: 1;

	}
	
	
}


@media(min-width: 769px) and (max-width: 1023px)  {
	.site-header__aside {
	/*	grid-row: 2;
		grid-column-start: 3; */
	}
	
	
}

/*
@media (max-width: 360px) {
  .site-header__aside {
    display: none;
  }
}
*/

@media (max-width: 768px) {
 /* .site-header__aside {
    position: absolute;
    left: var(--gutter);
    top: 1.625em;
    grid-gap: 1em; */
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .site-header__aside {
    grid-column: span 3;
    grid-column-start: 3;
	
  }
}
.site-header__nav-bar {
  align-self: center;
}

/*@media (max-width: 1512px) {
  .site-header__nav-bar {
    position: absolute;
    right: var(--gutter);
    bottom: 2.25em; 
    grid-row:2;
  }
} */

@media (max-width: 1023px) {
  .site-header__nav-bar {
    position: absolute;
    right: var(--gutter);
    bottom: 2.25em;
  }
}
@media (min-width: 1024px) {
  .site-header__nav-bar {
    padding: 0 var(--gutter);
    margin: 0 calc(-1*var(--gutter));
    color: white;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: var(--gutter);
    align-items: center;
    background-color: transparent;
  }
}
.site-header .services-menu {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1vw;
  padding: 0.75em 0;
  justify-content: center;
}
@media (max-width: 1023px) {
  .site-header .services-menu {
    display: none;
  }
}
.site-header .services-menu__item {
  padding: 1em 0;
}
.site-header .services-menu__item:hover .level-1 {
  display: grid;
}
@media (max-width: 1179px) {
  .site-header .services-menu__item:last-child .level-1 {
    left: -3em;
  }
}
.site-header .services-menu__item > a {
  font-weight: 500;
}
.site-header .level-1 {
  display: none;
  position: absolute;
  background-color: var(--brand-secondary-lighter);
  margin: 0.5em auto;
  width: 20em;
}
.site-header .level-1__arrow {
  transform: rotate(-90deg);
  margin-right: -0.25em;
}
.site-header .level-1__item {
  font-size: var(--font-size-small);
  padding: 0.5em 1em 0.5em 1.5em;
}
.site-header .level-1__item:hover {
  background-color: var(--brand-secondary-lightest);
}
.site-header .level-1__item:first-child {
  padding-top: 1em;
}
.site-header .level-1__item:last-child {
  padding-bottom: 1em;
}
.site-header .level-1__item:hover .level-2 {
  display: grid;
}
.site-header .level-1__label {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
.site-header .level-2 {
  position: absolute;
  background-color: var(--brand-secondary-lightest);
  padding: 1em 1.5em;
  left: 100%;
  min-height: calc(100% - 2em);
  display: grid;
  top: 0;
  align-items: start;
  display: none;
}
.site-header .level-2__list {
  display: grid;
  grid-gap: 0.25em var(--gutter);
  font-weight: normal;
}
.site-header .level-2__list.is-long {
  grid-template-columns: 1fr 1fr;
}
.site-header .level-2__item {
  padding: 0.25em 0;
  white-space: nowrap;
}
.site-header .level-2__item:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .site-header .lang-menu {
    display: none;
  }
}

/* Silence is golden. */
.error404 .site-content {
  display: grid;
  min-height: 50vh;
}
.error404 wpm-warning {
  display: grid;
  grid-gap: 1em;
  align-self: center;
  text-align: center;
  padding: var(--gutter);
}
.error404 wpm-warning icon {
  justify-self: center;
}
.error404 wpm-warning svg {
  width: 2.5em;
  height: auto;
}
.error404 wpm-warning svg * {
  fill: var(--brand-danger);
  stroke-width: 0;
}

.page-template-default .site-content {
  padding: 2em var(--gutter);
}

.page-template-under-construction .site-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.countries-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: var(--gutter);
  width: 100%;
  /*max-width: 70rem;*/
  margin: auto;
}
.countries-list > li {
  list-style: none;
}
@media (max-width: 768px) {
  .countries-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 769px) {
  .countries-list {
    grid-auto-flow: column;
  }
}
.countries-list__item {
  position: relative;
  align-items: center;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: auto 1fr;
}
@media (max-width: 1023px) {
  .countries-list__item {
    font-size: var(--font-size-small);
  }
}
@media (max-width: 768px) {
  .countries-list__item:nth-child(n+9) {
    display: none;
  }
}
.countries-list__item img {
  border-radius: 50%;
  width: 3em;
  height: 3em;
  object-fit: cover;
}

.home-hero {
  position: relative;
  z-index: 1;
  /*padding: 0em 3em; */
  display: grid;
  min-height:970px;
}
.home-hero__background {
  z-index: -1;
}
.home-hero__body {
  margin: 3em 0 0;
}
.home-hero__body wpm-button {
  margin-top: 2em;
}
.home-hero__moto {
  max-width: 15em;
  font: 2rem "IBMPlexSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  display: grid;
  grid-gap: 0.25rem;
}
@media (min-width: 769px) {
  .home-hero__moto {
    font: 3rem "IBMPlexSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  }
}
.home-hero__moto span:first-child {
  color: var(--brand-primary-light);
  font-size: 0.75em;
}
.home-hero wpm-button {
  padding: 1.25em 1.75em;
}
.home-hero__arrow {
  justify-self: center;
  animation: VEfRpez9qf 5s 0 forwards linear;
  animation-iteration-count: infinite;
}
@keyframes VEfRpez9qf {
  0% {
    transform: none;
  }
  5% {
    transform: translateY(1em);
  }
  10% {
    transform: none;
  }
  15% {
    transform: translateY(1em);
  }
  20% {
    transform: none;
  }
}

.home-news {
  grid-template-rows: auto 1fr;
}

.news-list {
  display: grid;
  align-self: start;
  grid-gap: 2em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-list > li {
  list-style: none;
}
.news-list__item {
  position: relative;
}
.news-list__item:hover img {
  transform: scale(1.1);
}

.home-promo {
  align-items: center;
}
.home-promo__body {
  padding: 4em 0;
}
.home-promo__tagline {
  opacity: 0.5;
}

.home-tiles {
  display: grid;
  grid-gap: var(--gutter);
  padding: var(--gutter);
}
@media (min-width: 641px) and (max-width: 1023px) {
  .home-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .home-tiles {
    grid-template-columns: repeat(3, 1fr);
  }
}
.home-tiles__column {
  display: grid;
  grid-gap: var(--gutter);
  z-index: 20;
}
/*@media (min-width: 641px) and (max-width: 1023px) {
  .home-tiles__column:last-child {
    grid-column: span 2;
    grid-template-columns: repeat(2, 1fr);
  }
}
*/
/*@media (min-width: 1024px) {
  .home-tiles__column:last-child {
    grid-template-rows: auto 1fr;
  }
}*/

/* Silence is golden. */
.service-description {
  line-height: var(--line-height-loosest);
 /* z-index:200;*/
}
@media (max-width: 640px) {
  .service-description {
    padding: 0 1em;
  }
}

@media (min-width: 641px) {
  .service-description {
    padding: 0 var(--gutter);
  }
}
.service-description .wug-column:last-child {
  align-self: start;
}
.service-description article {
  margin: 0;
  font-size: var(--font-size-medium);
}
@media (min-width: 1024px) {
  .service-description article {
    max-width: 30em;
  }
}
.service-description .wug-tile {
  background-color: transparent;
}
@media (max-width: 1023px) {
  .service-description__buy-now {
    display: none;
  }
}
.service-description__buy-now-button {
  margin: 2em auto;
  max-width: 30em;
  width: 100%;
  font-size: var(--font-size-large);
  padding: 1em 1.25em;
}
@media (min-width: 1024px) {
  .service-description__buy-now-button--mobile {
    display: none;
  }
}

.service-header {
  min-height: 20em;
}
.service-header .wug-column:first-child {
  z-index: 2;
  min-height: 160px;
}
.service-header h1 {
  max-width: 15em;
}
.service-header__flag {
  position: absolute;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  z-index: 2;
}
@media (min-width: 1024px) {
  .service-header__flag {
    transform: translateX(50%);
    right: 0;
    top: 50%;
  }
}
@media (max-width: 1023px) {
  .service-header__flag {
    bottom: 0;
    transform: translate(-50%, 50%);
    left: 50%;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
  }
}
.service-header .wug-notice {
  font-size: var(--font-size-small);
}

.service-related__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 1em;
  max-width: 30em;
}
.service-related__list > li {
  list-style: none;
}
.service-related__list a:hover {
  text-decoration: underline;
}

.service-table {
  margin-top: 1em;
}
@media (max-width: 640px) {
  .service-table {
    width: calc(100vw - var(--gutter)*2); 
    overflow-x: scroll;
  }
}
.service-table table {
  min-width: 100%;
  border-collapse: collapse;
  position: relative;
}
@media (max-width: 640px) {
  .service-table td:first-child {
    min-width: 16em;
  }
}
.service-table tr:last-child td {
  border-top: 4px solid var(--gray-lightest);
  border-bottom: 0;
}
.service-table td,
.service-table th {
  text-align: center;
  padding: 0.5em 0.5em 0.5em 0;
  border-bottom: 1px solid var(--gray-lightest);
}
.service-table td:first-child,
.service-table th:first-child {
  text-align: left;
}
.service-table th {
  vertical-align: bottom;
  border-bottom-width: 4px;
}
@media (min-width: 1024px) and (max-width: 1179px) {
  .service-table th {
    font-size: var(--font-size-small);
  }
}

article {
  max-width: 55em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
article p {
  line-height: var(--line-height-looser);
}


/* For design-23 */

.des-23 {
    position: absolute;
    top: 50%; transform: 
    translateY(-50%); 
    padding-left: 58px;
}


/*

@font-face {
  font-family: "IBMPlexSans";
  src: url("fonts/woff/IBMPlexSans-Medium/IBMPlexSans-Medium.eot");
  src: url("fonts/woff/IBMPlexSans-Medium/IBMPlexSans-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/woff/IBMPlexSans-Medium/IBMPlexSans-Medium.woff2") format("woff2"), url("fonts/woff/IBMPlexSans-Medium/IBMPlexSans-Medium.woff") format("woff"), url("fonts/woff/IBMPlexSans-Medium/IBMPlexSans-Medium.ttf") format("ttf"), url("fonts/woff/IBMPlexSans-Medium/IBMPlexSans-Medium.svg#IBMPlexSans-Medium") format("svg");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url("fonts/woff/IBMPlexSans-Regular/IBMPlexSans-Regular.eot");
  src: url("fonts/woff/IBMPlexSans-Regular/IBMPlexSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/woff/IBMPlexSans-Regular/IBMPlexSans-Regular.woff2") format("woff2"), url("fonts/woff/IBMPlexSans-Regular/IBMPlexSans-Regular.woff") format("woff"), url("fonts/woff/IBMPlexSans-Regular/IBMPlexSans-Regular.ttf") format("ttf"), url("fonts/woff/IBMPlexSans-Regular/IBMPlexSans-Regular.svg#IBMPlexSans") format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url("fonts/woff/IBMPlexSans-Bold/IBMPlexSans-Bold.eot");
  src: url("fonts/woff/IBMPlexSans-Bold/IBMPlexSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/woff/IBMPlexSans-Bold/IBMPlexSans-Bold.woff2") format("woff2"), url("fonts/woff/IBMPlexSans-Bold/IBMPlexSans-Bold.woff") format("woff"), url("fonts/woff/IBMPlexSans-Bold/IBMPlexSans-Bold.ttf") format("ttf"), url("fonts/woff/IBMPlexSans-Bold/IBMPlexSans-Bold.svg#IBMPlexSans-Bold") format("svg");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url("fonts/woff/IBMPlexSans-SemiBold/IBMPlexSans-SemiBold.eot");
  src: url("fonts/woff/IBMPlexSans-SemiBold/IBMPlexSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/woff/IBMPlexSans-SemiBold/IBMPlexSans-SemiBold.woff2") format("woff2"), url("fonts/woff/IBMPlexSans-SemiBold/IBMPlexSans-SemiBold.woff") format("woff"), url("fonts/woff/IBMPlexSans-SemiBold/IBMPlexSans-SemiBold.ttf") format("ttf"), url("fonts/woff/IBMPlexSans-SemiBold/IBMPlexSans-SemiBold.svg#IBMPlexSans-SemiBold") format("svg");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

*/

h1,
.h1 {
  font: 600 2rem "IBMPlexSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
@media (max-width: 768px) {
  h1,
.h1 {
    font-size: 1.75rem;
  }
}

h2,
.h2 {
  font: 500 1.5rem "IBMPlexSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
@media (max-width: 768px) {
  h2,
.h2 {
    font-size: 1.25rem;
  }
}

a {
  color: currentColor;
  text-decoration: none;
}

/* Silence is golden. */

// for youtube 
.necessary-width {width:300px;}

.fixed-ratio-parent {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
}

.fixed-ratio-child {
  position: absolute;
  left: 40px;
  right: 0;
  top: 0;
  bottom: 0;
}

.fixed-ratio-content {
  text-align: center;
  color: #fff;
}

iframe{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*@media (max-width: 720px) {*/
  .redbanner{
    background-color: var(--brand-primary);
    color: white;
    height: 4em;
    padding-top: 0.5em;
    text-align: center;
    display:block
  }
/*}

@media (min-width: 721px) {
  .redbanner{display:none;}
}

*/

@media (max-width: 450px) {
  .tile-header{
    text-align: left; 
    padding: 0em 1em;

  }
}

@media (min-width: 451px) {
  .tile-header{
    text-align: left; 
    padding: 0em 3em;

    }

   .mobile-hide {
    display:block;
    }
}

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

.person{
    width:98%; 
    border-radius: 50% 50%;  
    margin: 10px auto 20px;  
    display: block;
}


@media (min-width: 451px) {
   .ceo {
      position: absolute; 
      top: 50%; 
      transform: translateY(-50%); 
      text-align: left;
  }
}

@media (max-width: 450px) {
   .ceo {
      position: relative; 
      text-align: center;

  }
}

@media (max-width: 550px) {
   .tcsp {
      padding-left:1.5em;
  }
}

@media (min-width: 551px) and (max-width: 1023px) {
   .tcsp {
      padding-left:1em;
  }
}
@media (min-width: 1024px) {
   .tcsp {
      padding-left:3em;
  }
}






.langbtn {
  background-color: transparent ;
  color: white;
  padding: 16px;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
}

.langdown {
  position: relative;
  display: inline-block;
}
.lang-content {
  display: none;
  position: absolute;
  background-color: rgb(32, 30, 69);
  min-width: 60px;
  box-shadow: rgb(221, 214, 214) 1px 1px 21px 0px;
  border-radius:16px;
  z-index: 1;
}
.lang-content a {
  color: White;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.lang-content a:hover {background-color: var(--brand-primary); }
.langdown:hover .lang-content {display: block;}

  .langdown.currency {
    margin-left: 13px;
  }
  .langdown.currency .langbtn {
    color: #514F6E;
    padding: 16px 12px;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    border: 1px solid #201E47;
    border-radius: 9px;
    display: flex;
    align-items: center;
    background-color:#E9EEEF;
  }
  .langdown.currency .i_curr {
    margin-right: 4px;
  }
  .langdown.currency .arr_d {
    margin-left: 10px;
  }

  .langdown.currency .lang-content {
    background-color:#E9EEEF;
    min-width: 103px;    
    border: 1px solid #201E47;
    border-radius: 0 0 9px 9px;
    top: 45px;  
    z-index: 1;
overflow: hidden;
  }

  .langdown.currency .lang-content a {
    color: #514F6E;
    padding: 16px 12px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    display: flex;
    align-items: center;
  }

  .langdown.currency .lang-content a:hover {background-color: #C3C3C3; }

@media (max-width: 640px) {
    .langdown:hover .langbtn {
        border-radius: 0 0 9px 9px;
    }

      .langdown.currency .langbtn {
        padding: 9px 12px;
        font-size: 10px;
        line-height: 18px;
      }
      .langdown.currency .i_curr {
        margin-right: 3px;
      }
      .langdown.currency .arr_d {
        margin-left: 9px;
      }
    
      .langdown.currency .lang-content {
                min-width: 100%;
        width: 100%;
        top: auto;
        bottom: 37px;
        border-radius: 9px 9px 0 0;
      }
    
      .langdown.currency .lang-content a {
        color: #514F6E;
        padding: 9px 12px;
        font-size: 10px;
        line-height: 18px;
      }
}
.is-invalid {
border: 1px solid red!important;
}