/*!
Theme Name: Testhuset Main Theme V2
Author: Duckwise ApS
Author URI: https://duckwise.dk/
Version: 1.0.0
Text Domain: dw */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

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

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

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

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

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

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

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

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

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

h1, h2, h3 {
  font-weight: 600;
}

:root {
  --color-accent: #F88E1F;
  --color-divider: rgba(44, 58, 55, 0.15);
}

/*

  These media queries can be referenced like so:

  @media screen and (min-width: 768px)  {
  }

  @media screen and (min-width: 960px) {
  }

  @media screen and (min-width: 1400px) {
  }

*/
.main-hero-extension .image-container, .tc .richtext--large,
.tc .richtext {
  margin-left: auto;
  margin-right: auto;
}

.open-positions__list, .multiple-action-section .action-card, .multiple-action-section .actions-container, .quote__image img, .job-position, .overlay-20:after, .main-hero__media:after, .overlay-10:after {
  border-radius: 12px;
}

.image-container img {
  border-radius: 12px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.section-header .content, .section-header {
  position: relative;
}

.section-header .next-section-color {
  position: absolute;
}

.multiple-action-section .action-card {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.tc {
  text-align: center;
}
.hidden {
  display: none;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 0px;
  border: 2px solid #fcb64c;
  box-sizing: border-box;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fcb64c transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", -apple-system, sans-serif;
  color: #3C352A;
}

.cursive, .single-quote .single-quote__text, .quote__text--em {
  font-family: "Caveat", cursive;
}

html {
  background: #f4f5f6;
  background: #FFF;
}

video:focus,
button:focus {
  outline: none;
}

button {
  cursor: pointer;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p, h1, h2, h3, h4, h5 {
  margin: 0;
}

img {
  max-width: 100%;
}

.mobile {
  display: block;
}

.desktop {
  display: none;
}

@media screen and (min-width: 960px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}
.container, .external-link, .contact-people .dw-container {
  width: 100%;
  max-width: 1584px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  margin-bottom: 96px;
  position: relative;
  z-index: 10;
}

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

.col {
  padding-left: 16px;
  padding-right: 16px;
}

.col-media {
  position: relative;
}
.col-media img {
  vertical-align: bottom;
}
.col-media .image,
.col-media .secondary-image {
  overflow: hidden;
  height: 100%;
}
.col-media .secondary-image {
  width: 50%;
  margin-top: -80px;
}

@media screen and (min-width: 768px) {
  .container, .external-link, .contact-people .dw-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .container, .external-link, .contact-people .dw-container {
    padding-left: 48px;
    padding-right: 48px;
  }
  .indented {
    max-width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1400px) {
  .container, .external-link, .contact-people .dw-container {
    padding-left: 72px;
    padding-right: 72px;
  }
  .col-media .secondary-image {
    margin-top: -48px;
  }
}
@media screen and (min-width: 1900px) {
  .container, .external-link, .contact-people .dw-container {
    max-width: 1680px;
    padding-left: 120px;
    padding-right: 120px;
  }
}
.grid {
  display: flex;
  flex-wrap: wrap;
}
.grid--3col .item, .grid--2col .item {
  width: 100%;
}
.grid .item {
  margin-bottom: 40px;
}

@media screen and (min-width: 960px) {
  .grid {
    margin-left: -24px;
    margin-right: -24px;
  }
  .grid--3col .item, .grid--2col .item {
    padding-left: 24px;
    padding-right: 24px;
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .grid--3col .item {
    width: 33.3333333333%;
  }
}
.block {
  padding-top: 96px;
}

.block:last-child {
  padding-bottom: 96px;
}

.site-footer a {
  font-weight: 400;
}

.hubspot-form .hs-error-msg,
.hubspot-form .hs-error-msgs label, .width_tmp_select, .select-wrapper, a {
  font-weight: 500;
}

.hubspot-form .hs-button, .hubspot-form label, .site-footer .site-footer__contact .title, .case-thumbnail .case__title, .button--text,
.button-secondary,
.button, .richtext h1, .richtext h2, .richtext h3, .richtext h4, .richtext h5, .richtext h6, .label,
.label--small,
.main-title,
.section-title, .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
.h8, strong {
  font-weight: 600;
}

.job-position-group__title, .values-section h3 {
  font-weight: 600;
}

.case-thumbnail .label,
.values-section h3,
.quote__text,
.site-footer .site-footer__contact .title,
.main-hero .content,
.site-footer .site-footer__contact p,
.site-footer .site-footer__contact a,
.job-position__role h3,
.width_tmp_select,
.select-wrapper,
.job-position-group__title {
  line-height: 1.4em;
}

.case-thumbnail .label {
  font-size: 0.875rem;
}

.values-section h3, .quote__text, .site-footer .site-footer__contact .title {
  font-size: 1rem;
  line-height: 1.6em;
}

.main-hero .content, .site-footer .site-footer__contact p,
.site-footer .site-footer__contact a, .job-position__role h3, .width_tmp_select, .select-wrapper {
  font-size: 1rem;
  line-height: 1.6em;
}

.light-text {
  color: #ffffff;
}

@media screen and (min-width: 960px) {
  .values-section h3, .quote__text, .site-footer .site-footer__contact .title {
    font-size: 1.125rem;
  }
  .main-hero .content, .site-footer .site-footer__contact p,
  .site-footer .site-footer__contact a, .job-position__role h3, .width_tmp_select, .select-wrapper {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .main-hero .content, .site-footer .site-footer__contact p,
  .site-footer .site-footer__contact a, .job-position__role h3, .width_tmp_select, .select-wrapper {
    font-size: 1.5rem;
  }
}
.h1 {
  font-size: 100px;
  line-height: 115%;
}

.h2 {
  font-size: 80px;
  line-height: 115%;
}

.h3 {
  font-size: 64px;
  line-height: 115%;
}

.h4, .richtext h1 {
  font-size: 48px;
  line-height: 115%;
}

.h5, .richtext h2 {
  font-size: 32px;
  line-height: 120%;
}

.h6 {
  font-size: 24px;
  line-height: 130%;
}

.h7 {
  font-size: 20px;
  line-height: 130%;
}

.h8 {
  font-size: 16px;
  line-height: 130%;
}

@media screen and (min-width: 576px) {
  .h1-sm {
    font-size: 100px;
    line-height: 115%;
  }
  .h2-sm {
    font-size: 80px;
    line-height: 115%;
  }
  .h3-sm {
    font-size: 64px;
    line-height: 115%;
  }
  .h4-sm {
    font-size: 48px;
    line-height: 115%;
  }
  .h5-sm {
    font-size: 32px;
    line-height: 120%;
  }
  .h6-sm {
    font-size: 24px;
    line-height: 130%;
  }
  .h7-sm {
    font-size: 20px;
    line-height: 130%;
  }
  .h8-sm {
    font-size: 16px;
    line-height: 130%;
  }
}
@media screen and (min-width: 768px) {
  .h1-ns {
    font-size: 100px;
    line-height: 115%;
  }
  .h2-ns {
    font-size: 80px;
    line-height: 115%;
  }
  .h3-ns {
    font-size: 64px;
    line-height: 115%;
  }
  .h4-ns {
    font-size: 48px;
    line-height: 115%;
  }
  .h5-ns {
    font-size: 32px;
    line-height: 120%;
  }
  .h6-ns {
    font-size: 24px;
    line-height: 130%;
  }
  .h7-ns {
    font-size: 20px;
    line-height: 130%;
  }
  .h8-ns {
    font-size: 16px;
    line-height: 130%;
  }
}
@media screen and (min-width: 960px) {
  .h1-md {
    font-size: 100px;
    line-height: 115%;
  }
  .h2-md {
    font-size: 80px;
    line-height: 115%;
  }
  .h3-md {
    font-size: 64px;
    line-height: 115%;
  }
  .h4-md {
    font-size: 48px;
    line-height: 115%;
  }
  .h5-md {
    font-size: 32px;
    line-height: 120%;
  }
  .h6-md {
    font-size: 24px;
    line-height: 130%;
  }
  .h7-md {
    font-size: 20px;
    line-height: 130%;
  }
  .h8-md {
    font-size: 16px;
    line-height: 130%;
  }
}
@media screen and (min-width: 1400px) {
  .h1-lg {
    font-size: 100px;
    line-height: 115%;
  }
  .h2-lg {
    font-size: 80px;
    line-height: 115%;
  }
  .h3-lg, .richtext h1 {
    font-size: 64px;
    line-height: 115%;
  }
  .h4-lg, .richtext h2 {
    font-size: 48px;
    line-height: 115%;
  }
  .h5-lg, .richtext h3 {
    font-size: 32px;
    line-height: 120%;
  }
  .h6-lg, .richtext h4 {
    font-size: 24px;
    line-height: 130%;
  }
  .h7-lg, .richtext h5 {
    font-size: 20px;
    line-height: 130%;
  }
  .h8-lg, .richtext h6 {
    font-size: 16px;
    line-height: 130%;
  }
}
@media screen and (min-width: 1900px) {
  .h1-xl {
    font-size: 100px;
    line-height: 115%;
  }
  .h2-xl {
    font-size: 80px;
    line-height: 115%;
  }
  .h3-xl {
    font-size: 64px;
    line-height: 115%;
  }
  .h4-xl {
    font-size: 48px;
    line-height: 115%;
  }
  .h5-xl {
    font-size: 32px;
    line-height: 120%;
  }
  .h6-xl {
    font-size: 24px;
    line-height: 130%;
  }
  .h7-xl {
    font-size: 20px;
    line-height: 130%;
  }
  .h8-xl {
    font-size: 16px;
    line-height: 130%;
  }
}
.label,
.label--small {
  color: #F88E1F;
  font-size: 0.875rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.main-title {
  font-size: 3rem;
  line-height: 1em;
}
.main-title em {
  font-weight: inherit;
  font-style: inherit;
}

.section-title br {
  display: none;
}

.card-title {
  font-size: 2.2rem;
  line-height: 1.08em;
}

@media screen and (min-width: 768px) {
  .main-title {
    font-size: 4.5rem;
    line-height: 1em;
  }
  .section-title br {
    display: block;
  }
  .card-title {
    font-size: 2.5rem;
    line-height: 1.08em;
  }
}
@media screen and (min-width: 960px) {
  .main-title {
    font-size: 5rem;
    line-height: 1em;
  }
}
@media screen and (min-width: 1400px) {
  .main-title {
    font-size: 6.25rem;
    line-height: 1em;
  }
  .label {
    font-size: 1rem;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 1900px) {
  .main-title {
    font-size: 7.5rem;
    line-height: 1em;
  }
}
.label + .main-title,
.label + .section-title,
.label + .card-title {
  margin-top: 8px;
}

.main-title + .content,
.main-title + .richtext,
.section-title + .richtext {
  margin-top: 2em;
}

@media screen and (min-width: 960px) {
  .label + .main-title,
  .label + .section-title,
  .label + .card-title {
    margin-top: 16px;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.clear {
  clear: both;
}

.richtext h1 b, .richtext h1 strong, .richtext h2 b, .richtext h2 strong, .richtext h3 b, .richtext h3 strong, .richtext h4 b, .richtext h4 strong, .richtext h5 b, .richtext h5 strong, .richtext h6 b, .richtext h6 strong {
  font-weight: inherit;
}
.richtext h1 {
  margin-bottom: 32px;
}
.richtext h2 {
  margin-bottom: 24px;
}
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
  margin-top: 0;
  margin-bottom: 24px;
}
.richtext ul {
  margin-top: 24px;
}
.richtext p + h1, .richtext p + h2 {
  margin-top: 80px;
}
.richtext p + h3, .richtext p + h4, .richtext p + h5, .richtext p + h6 {
  margin-top: 32px;
}
.richtext a {
  color: #F88E1F;
}

.richtext p, .richtext li {
  color: rgba(44, 58, 55, 0.8);
  line-height: 1.6em;
}
.richtext h1 + p,
.richtext h2 + p {
  margin-top: 32px;
}
.richtext h3 + p {
  margin-top: 8px;
}
.richtext p + p {
  margin-top: 1.3em;
}
.richtext p + h3 {
  margin-top: 32px;
}
.richtext p.large {
  font-size: 1.2em;
  line-height: 165%;
}
.richtext ul {
  margin-bottom: 24px;
}
.richtext ul li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 50px;
}
.richtext ul li:before {
  content: "";
  background-color: #F88E1F;
  width: 26px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
}

.richtext--large {
  font-size: 1rem;
  line-height: 1.6em;
}

@media screen and (min-width: 768px) {
  .richtext {
    font-size: 1.125rem;
    line-height: 1.6em;
  }
  .richtext p.large {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 960px) {
  .richtext--large {
    font-size: 1.125rem;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 1900px) {
  .richtext--large {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}
.site-footer .richtext p, .site-footer .richtext li {
  color: #f2d2bb;
}

.button--text,
.button-secondary,
.button {
  white-space: nowrap;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  background-color: transparent;
}

.button-secondary,
.button {
  cursor: pointer;
  height: 48px;
  padding-left: 32px;
  padding-right: 32px;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #F88E1F;
  color: #F88E1F;
  background-color: transparent;
  transition: all 200ms;
  -webkit-transition: all 200ms;
}
.button-secondary .icon-color,
.button .icon-color {
  transition: all 200ms;
  -webkit-transition: all 200ms;
}
.button-secondary svg.arrow,
.button svg.arrow {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transition: all 200ms;
  -webkit-transition: all 200ms;
}
.button-secondary span,
.button span {
  margin-right: 16px;
}
.button-secondary:hover,
.button:hover {
  background-color: #F88E1F;
}
.button-secondary:active,
.button:active {
  border: 2px solid #ff9200;
  background-color: #ff9200;
}
.button-secondary:hover, .button-secondary:active,
.button:hover,
.button:active {
  color: #ffffff;
}
.button-secondary:hover .icon-color, .button-secondary:active .icon-color,
.button:hover .icon-color,
.button:active .icon-color {
  fill: #ffffff;
}
.button-secondary:hover svg.arrow, .button-secondary:active svg.arrow,
.button:hover svg.arrow,
.button:active svg.arrow {
  transform: translateZ(0) translate(4px);
  -webkit-transform: translateZ(0) translate(4px);
}

.button-secondary,
.button,
.button span {
  display: inline-flex;
  align-items: center;
}

.button--secondary {
  color: inherit;
  background-color: transparent;
}

.button--disabled {
  pointer-events: none;
  background-color: rgba(44, 58, 55, 0.15);
}

p + .button,
.richtext + .button {
  margin-top: 32px;
}

.radio-field-bar {
  border-radius: 12px;
  background: rgba(248, 142, 31, 0.1);
  padding: 20px 16px;
  cursor: pointer;
}
.radio-field-bar label {
  line-height: 0px;
  display: block;
  cursor: pointer;
}
.radio-field-bar .text {
  color: #3C352A;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 127%;
  vertical-align: top;
  margin-top: 3px;
  display: inline-block;
  margin-left: 16px;
}

.checkbox-field {
  margin-bottom: 16px;
}
.checkbox-field label {
  cursor: pointer;
  white-space: nowrap;
}
.checkbox-field .check-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #877E6E;
  border-radius: 4px;
  vertical-align: top;
  margin-right: 12px;
}
.checkbox-field span {
  vertical-align: top;
}
.checkbox-field .text {
  display: inline-block;
  margin-top: 2px;
  white-space: normal;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
}
.checkbox-field .text a {
  color: #F88E1F;
}
.checkbox-field input {
  display: none;
}
.checkbox-field input:checked + .check-icon {
  border: 1px solid #F88E1F;
  background-color: #F88E1F;
  background-image: url("./dw-img/icon_check.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.select-wrapper {
  border: none;
  padding: 0;
  display: inline-block;
  margin-right: 16px;
}
.select-wrapper span {
  margin-right: 4px;
}
.select-wrapper select {
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #F88E1F;
  outline: none;
  -webkit-appearance: none;
}
.select-wrapper .resizing-select {
  width: 50px;
}

.width_tmp_select {
  display: none;
  -webkit-appearance: none;
}

.video-container {
  position: relative;
  max-width: 100%;
}
.video-container video {
  width: 100%;
  vertical-align: bottom;
}
.video-container .video-controls__play {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  border: none;
  box-shadow: 0 13px 26px -11px #F88E1F;
  background-color: #ffffff;
  background-image: url("nextgen-img/icons/icon_video_play.svg");
  background-repeat: no-repeat;
  background-position: 51% 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -35px;
  margin-left: -35px;
}

.image-container img {
  width: 100%;
}

.image-contained {
  overflow: hidden;
  position: relative;
  border-radius: 24px;
}
.image-contained .ratio {
  width: 100%;
  z-index: 0;
}
.image-contained .image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.overlay-20, .main-hero__media, .overlay-10 {
  position: relative;
}
.overlay-20:after, .main-hero__media:after, .overlay-10:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.overlay-20 img, .main-hero__media img, .overlay-10 img {
  vertical-align: bottom;
}

.overlay-10:after {
  background-color: rgba(0, 0, 0, 0.1);
}

.overlay-20:after, .main-hero__media:after {
  background-color: rgba(0, 0, 0, 0.2);
}

.job-position {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 24px;
}
.job-position.hidden {
  display: none;
}
.job-position:hover {
  background-color: rgba(44, 58, 55, 0.05);
}
.job-position + .job-position {
  border-top: 1px solid rgba(44, 58, 55, 0.05);
}
.job-position .label--small {
  margin-bottom: 4px;
  display: none;
}
.job-position__role, .job-position__type, .job-position__location {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.job-position__role {
  width: 100%;
  padding-right: 16px;
}
.job-position__role h3 {
  margin-bottom: 8px;
}
.job-position__type, .job-position__location {
  width: auto;
  color: rgba(44, 58, 55, 0.6);
  padding-bottom: 4px;
}
.job-position__type {
  padding-right: 24px;
}

@media screen and (min-width: 960px) {
  .job-position {
    justify-content: space-between;
  }
  .job-position .label--small {
    display: block;
  }
  .job-position__role {
    width: 60%;
  }
  .job-position__role h3 {
    margin-bottom: 0;
  }
  .job-position__type, .job-position__location {
    width: 20%;
  }
}
@media screen and (min-width: 1400px) {
  .job-position__role h3 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1900px) {
  .job-position__role h3 {
    font-size: 1.6rem;
    line-height: 1.2em;
  }
}
.case-thumbnail .case__details {
  margin-top: 24px;
  padding-left: 8px;
  padding-right: 8px;
}
.case-thumbnail .case__title {
  font-size: 1.5rem;
}
.case-thumbnail .label {
  color: rgba(44, 58, 55, 0.4);
  margin-bottom: 8px;
  font-size: 0.75rem;
}
.case-thumbnail .image-contained {
  transition: all 200ms ease;
}
.case-thumbnail a:hover .image-contained {
  transform: scale(1.02) translateY(-5px);
  box-shadow: 0 33px 20px -20px rgba(0, 0, 0, 0.15);
}

.post-password-form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  background-color: white;
  margin-bottom: 56px;
  margin-top: 56px;
}
.post-password-form p + p {
  margin-top: 32px;
}
.post-password-form input {
  display: block;
  height: 44px;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 8px;
  width: 100%;
  margin-top: 8px;
}
.post-password-form input[type=submit] {
  background-color: #425663;
  color: white;
}

.noscroll {
  overflow: hidden;
}

.site-main {
  padding-top: 70px;
}

.case-site-main {
  padding-bottom: 32px;
}

body.visible-cart-bar .site-header {
  box-shadow: none;
}

.site-header {
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  background-color: #ffffff;
  z-index: 9999;
  transition: background 200ms linear, top 200ms linear, box-shadow 200ms linear;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
}
.site-header .site-logo-wrap {
  height: 24px;
  display: block;
}
.site-header .site-logo {
  height: 24px;
}
.site-header .site-logo.light {
  display: none;
}
.site-header .col:first-child {
  padding-right: 0;
}
.site-header .col:last-child {
  padding-left: 0;
}
.site-header .container, .site-header .external-link, .site-header .contact-people .dw-container, .contact-people .site-header .dw-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  max-width: none;
}
.site-header .menu--cta li:last-of-type {
  background-color: #F88E1F;
}
.site-header .menu--cta li:last-of-type a {
  padding: 0 16px;
}
.site-header img {
  vertical-align: text-top;
}
.site-header nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.site-header .primary-menu.right-side li {
  margin-left: 10px;
}
.site-header .primary-menu,
.site-header #primary-menu {
  display: flex;
  margin: 0;
  height: 50px;
  align-items: center;
  position: relative;
}
.site-header .primary-menu .hover-line,
.site-header #primary-menu .hover-line {
  pointer-events: none;
  opacity: 0;
  height: 2px;
  display: block;
  width: 10px;
  background-color: #F88E1F;
  position: absolute;
  top: 0px;
  left: 0px;
}
.site-header .primary-menu li,
.site-header #primary-menu li {
  position: relative;
  list-style: none;
}
.site-header .primary-menu li a,
.site-header #primary-menu li a {
  text-decoration: none;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  white-space: nowrap;
  color: #3C352A;
}
.site-header .primary-menu .sub-menu a,
.site-header #primary-menu .sub-menu a {
  text-transform: initial;
  color: #695d49;
}
.site-header .primary-menu > li,
.site-header #primary-menu > li {
  margin-left: 37px;
  transition: all 300ms ease;
  display: flex;
  min-height: 100%;
}
.site-header .primary-menu > li a,
.site-header #primary-menu > li a {
  display: flex;
  align-items: center;
}
.site-header .primary-menu > li:first-of-type,
.site-header #primary-menu > li:first-of-type {
  margin-left: 0;
}
.site-header .primary-menu > li.current_page_item, .site-header .primary-menu > li.current-menu-item, .site-header .primary-menu > li.current-page-ancestor, .site-header .primary-menu > li.openMenu,
.site-header #primary-menu > li.current_page_item,
.site-header #primary-menu > li.current-menu-item,
.site-header #primary-menu > li.current-page-ancestor,
.site-header #primary-menu > li.openMenu {
  opacity: 1;
}
.site-header .primary-menu > li.hide-default-hover::before,
.site-header #primary-menu > li.hide-default-hover::before {
  display: none;
}
.site-header .primary-menu > li.cart-button, .site-header .primary-menu > li.orange-button,
.site-header #primary-menu > li.cart-button,
.site-header #primary-menu > li.orange-button {
  height: 48px;
  min-height: auto;
  padding-left: 32px;
  padding-right: 32px;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #f88e1f;
  color: #f88e1f;
  background-color: transparent;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}
.site-header .primary-menu > li.cart-button a, .site-header .primary-menu > li.orange-button a,
.site-header #primary-menu > li.cart-button a,
.site-header #primary-menu > li.orange-button a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #f88e1f;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}
.site-header .primary-menu > li.cart-button.current-menu-item, .site-header .primary-menu > li.cart-button:hover, .site-header .primary-menu > li.orange-button.current-menu-item, .site-header .primary-menu > li.orange-button:hover,
.site-header #primary-menu > li.cart-button.current-menu-item,
.site-header #primary-menu > li.cart-button:hover,
.site-header #primary-menu > li.orange-button.current-menu-item,
.site-header #primary-menu > li.orange-button:hover {
  background-color: #f88e1f;
}
.site-header .primary-menu > li.cart-button.current-menu-item a, .site-header .primary-menu > li.cart-button:hover a, .site-header .primary-menu > li.orange-button.current-menu-item a, .site-header .primary-menu > li.orange-button:hover a,
.site-header #primary-menu > li.cart-button.current-menu-item a,
.site-header #primary-menu > li.cart-button:hover a,
.site-header #primary-menu > li.orange-button.current-menu-item a,
.site-header #primary-menu > li.orange-button:hover a {
  color: #fff;
}
.site-header .primary-menu > li.cart-button:before, .site-header .primary-menu > li.orange-button:before,
.site-header #primary-menu > li.cart-button:before,
.site-header #primary-menu > li.orange-button:before {
  display: none;
}
.site-header .primary-menu > li.cart-button,
.site-header #primary-menu > li.cart-button {
  border: 2px solid #695D49;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.site-header .primary-menu > li.cart-button path,
.site-header #primary-menu > li.cart-button path {
  transition: all 300ms;
}
.site-header .primary-menu > li.cart-button.current-menu-item, .site-header .primary-menu > li.cart-button:hover,
.site-header #primary-menu > li.cart-button.current-menu-item,
.site-header #primary-menu > li.cart-button:hover {
  background-color: #877E6E;
  border: 2px solid #877E6E;
}
.site-header .primary-menu > li.cart-button.current-menu-item path, .site-header .primary-menu > li.cart-button:hover path,
.site-header #primary-menu > li.cart-button.current-menu-item path,
.site-header #primary-menu > li.cart-button:hover path {
  stroke: #fff;
}
.site-header .primary-menu > li.cart-button .counter,
.site-header #primary-menu > li.cart-button .counter {
  border-radius: 24px;
  background: #F88E1F;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 3px;
  padding-right: 1px;
  position: absolute;
  top: -6px;
  right: -6px;
  display: none;
}
.site-header .primary-menu > li.cart-button .counter.visible,
.site-header #primary-menu > li.cart-button .counter.visible {
  display: block;
}
.site-header .primary-menu > li.search,
.site-header #primary-menu > li.search {
  padding-left: 1px;
  padding-right: 1px;
  border: 2px solid #695D49;
  color: #695D49;
  margin-left: 24px;
}
.site-header .primary-menu > li.search a,
.site-header #primary-menu > li.search a {
  color: #695D49;
  padding-left: 9px;
  padding-right: 9px;
}
.site-header .primary-menu > li.search a circle,
.site-header .primary-menu > li.search a path,
.site-header #primary-menu > li.search a circle,
.site-header #primary-menu > li.search a path {
  transition: all 300ms ease;
  stroke: #695D49;
}
.site-header .primary-menu > li.search a .t,
.site-header #primary-menu > li.search a .t {
  display: none;
}
.site-header .primary-menu > li.search.current-menu-item, .site-header .primary-menu > li.search:hover,
.site-header #primary-menu > li.search.current-menu-item,
.site-header #primary-menu > li.search:hover {
  border: 2px solid #877E6E;
  background-color: #877E6E;
}
.site-header .primary-menu > li.search.current-menu-item a, .site-header .primary-menu > li.search:hover a,
.site-header #primary-menu > li.search.current-menu-item a,
.site-header #primary-menu > li.search:hover a {
  color: #FFF;
}
.site-header .primary-menu > li.search.current-menu-item circle,
.site-header .primary-menu > li.search.current-menu-item path, .site-header .primary-menu > li.search:hover circle,
.site-header .primary-menu > li.search:hover path,
.site-header #primary-menu > li.search.current-menu-item circle,
.site-header #primary-menu > li.search.current-menu-item path,
.site-header #primary-menu > li.search:hover circle,
.site-header #primary-menu > li.search:hover path {
  stroke: #FFF;
}
.site-header .primary-menu .sub-menu,
.site-header #primary-menu .sub-menu {
  position: absolute;
  padding: 4px;
  margin-left: 0;
  white-space: nowrap;
  top: 100%;
  background-color: #ffffff;
  text-align: center;
  overflow-y: hidden;
  overflow-x: auto;
  display: none;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1), 10px 19px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.site-header .primary-menu .sub-menu li a,
.site-header #primary-menu .sub-menu li a {
  display: flex;
  padding-left: 28px;
  padding-right: 28px;
  align-items: center;
  align-items: center;
  height: 36px;
  border-radius: 8px;
}
.site-header .primary-menu .sub-menu li a:hover,
.site-header #primary-menu .sub-menu li a:hover {
  background: #f6f5f4;
}
.site-header #primary-mobile-menu {
  display: flex;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background-color: #ffffff;
  width: 100vw;
  padding: 24px 24px;
  padding-left: 84px;
  margin: 0;
  height: 100vh;
  max-height: calc(100vh - 70px);
  overflow: scroll;
}
.site-header #primary-mobile-menu .sub-menu {
  padding-left: 24px;
}
.site-header #primary-mobile-menu li {
  position: relative;
  margin-left: 0;
  display: block;
  width: 100%;
}
.site-header #primary-mobile-menu li.current_page_item:before, .site-header #primary-mobile-menu li.current-menu-item:before, .site-header #primary-mobile-menu li.current-page-ancestor:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 27px;
  left: -60px;
  background-color: #F88E1F;
}
.site-header #primary-mobile-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px 0;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 115%;
  color: #3C352A;
  text-decoration: none;
  border-bottom: 1px solid rgba(44, 58, 66, 0.15);
}
.site-header #primary-mobile-menu li.basket-item {
  position: relative;
}
.site-header #primary-mobile-menu li .counter {
  border-radius: 24px;
  background: #F88E1F;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 3px;
  padding-right: 1px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 12px;
  display: none;
}
.site-header #primary-mobile-menu li .counter.visible {
  display: block;
}
.site-header #primary-mobile-menu > li:first-child a {
  border-top: 1px solid rgba(60, 53, 42, 0.16);
}
.site-header #primary-mobile-menu .sub-menu a {
  font-size: 1.4rem;
}
.site-header #primary-mobile-menu-ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  justify-content: flex-end;
  padding: 0px;
  margin: 0px;
  margin-bottom: 100px;
}

.site-header.hide {
  top: -70px;
}

.site-header--trans {
  background-color: transparent;
  box-shadow: none;
}
.site-header--trans.light .site-logo {
  display: none;
}
.site-header--trans.light .site-logo.light {
  display: block;
}
.site-header--trans.light .primary-menu li a,
.site-header--trans.light #primary-menu li a {
  color: #fff;
}
.site-header--trans.light .primary-menu .sub-menu li a,
.site-header--trans.light #primary-menu .sub-menu li a {
  color: #695d49;
}
.site-header--trans.light .site-mobile-menu span {
  background-color: #fff;
}

body .site-header--trans.light .primary-menu > .menu-item.cart-button, body .site-header--trans.light .primary-menu > .menu-item.orange-button, body .site-header--trans.light .primary-menu > .menu-item.search {
  border: 2px solid #FFF;
  color: #FFF;
}
body .site-header--trans.light .primary-menu > .menu-item.cart-button a, body .site-header--trans.light .primary-menu > .menu-item.orange-button a, body .site-header--trans.light .primary-menu > .menu-item.search a {
  color: #FFF;
}
body .site-header--trans.light .primary-menu > .menu-item.cart-button a circle,
body .site-header--trans.light .primary-menu > .menu-item.cart-button a path, body .site-header--trans.light .primary-menu > .menu-item.orange-button a circle,
body .site-header--trans.light .primary-menu > .menu-item.orange-button a path, body .site-header--trans.light .primary-menu > .menu-item.search a circle,
body .site-header--trans.light .primary-menu > .menu-item.search a path {
  stroke: #FFF;
}
body .site-header--trans.light .primary-menu > .menu-item.cart-button.current-menu-item, body .site-header--trans.light .primary-menu > .menu-item.cart-button:hover, body .site-header--trans.light .primary-menu > .menu-item.orange-button.current-menu-item, body .site-header--trans.light .primary-menu > .menu-item.orange-button:hover, body .site-header--trans.light .primary-menu > .menu-item.search.current-menu-item, body .site-header--trans.light .primary-menu > .menu-item.search:hover {
  border: 2px solid #FFF;
  background-color: #FFF;
}
body .site-header--trans.light .primary-menu > .menu-item.cart-button.current-menu-item a, body .site-header--trans.light .primary-menu > .menu-item.cart-button:hover a, body .site-header--trans.light .primary-menu > .menu-item.orange-button.current-menu-item a, body .site-header--trans.light .primary-menu > .menu-item.orange-button:hover a, body .site-header--trans.light .primary-menu > .menu-item.search.current-menu-item a, body .site-header--trans.light .primary-menu > .menu-item.search:hover a {
  color: #877E6E;
}
body .site-header--trans.light .primary-menu > .menu-item.cart-button.current-menu-item circle,
body .site-header--trans.light .primary-menu > .menu-item.cart-button.current-menu-item path, body .site-header--trans.light .primary-menu > .menu-item.cart-button:hover circle,
body .site-header--trans.light .primary-menu > .menu-item.cart-button:hover path, body .site-header--trans.light .primary-menu > .menu-item.orange-button.current-menu-item circle,
body .site-header--trans.light .primary-menu > .menu-item.orange-button.current-menu-item path, body .site-header--trans.light .primary-menu > .menu-item.orange-button:hover circle,
body .site-header--trans.light .primary-menu > .menu-item.orange-button:hover path, body .site-header--trans.light .primary-menu > .menu-item.search.current-menu-item circle,
body .site-header--trans.light .primary-menu > .menu-item.search.current-menu-item path, body .site-header--trans.light .primary-menu > .menu-item.search:hover circle,
body .site-header--trans.light .primary-menu > .menu-item.search:hover path {
  stroke: #877E6E;
}

.site-search {
  margin-left: 24px;
  padding: 0 8px;
}

.site-mobile-menu {
  border: none;
  background-color: transparent;
  display: none;
  margin-left: 24px;
  width: 28px;
  height: 28px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.site-mobile-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: #3C352A;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.site-mobile-menu span:nth-child(1) {
  left: 2px;
  top: 9px;
  transform-origin: left center;
}
.site-mobile-menu span:nth-child(2) {
  left: 2px;
  top: 17px;
  transform-origin: left center;
}
.site-mobile-menu.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
  left: 5px;
}
.site-mobile-menu.open span:nth-child(2) {
  transform: rotate(-45deg);
  top: 22px;
  left: 5px;
}

@media screen and (min-width: 576px) {
  .site-header #primary-mobile-menu {
    padding-left: 114px;
  }
  .site-header #primary-mobile-menu li.current_page_item:before, .site-header #primary-mobile-menu li.current-menu-item:before, .site-header #primary-mobile-menu li.current-page-ancestor:before {
    width: 60px;
    left: -93px;
  }
  .site-header #primary-mobile-menu li a {
    font-size: 2rem;
  }
  .case-site-main {
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1400px) {
  .case-site-main {
    padding-bottom: 100px;
  }
}
.pll-parent-menu-item > a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  background-image: url(./dw-img/icons/arrow-menu.svg);
}

@media only screen and (max-width: 1320px) {
  .menu-right-side-col,
  .site-header #primary-menu {
    display: none;
  }
  .site-header .menu--cta li:last-of-type {
    margin-right: 0;
    text-align: center;
    margin-top: 16px;
  }
  .site-mobile-menu {
    display: block;
  }
  .pll-parent-menu-item > a:after {
    display: none;
  }
}
body.customize-support .site-header {
  margin-top: 32px;
}
@media (max-width: 782px) {
  body.customize-support {
    padding-top: 70px;
  }
  body.customize-support .site-header {
    margin-top: 46px;
  }
}
@media (max-width: 600px) {
  body.customize-support {
    padding-top: 24px;
  }
  body.customize-support .site-header {
    margin-top: 0;
  }
}

.site-footer {
  padding-top: 56px;
  padding-bottom: 40px;
  background-color: #A59F93;
  color: #FFF;
}
.site-footer .site-logo {
  margin-bottom: 48px;
}
.site-footer .site-footer__title {
  margin-bottom: 96px;
}
.site-footer .site-footer__contact {
  max-width: 310px;
}
.site-footer .site-footer__contact .group {
  margin-bottom: 64px;
}
.site-footer .site-footer__contact p,
.site-footer .site-footer__contact a {
  color: #ffffff;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 165%;
}
.site-footer .site-footer__contact a {
  line-height: 1em;
  border-bottom: 1px solid #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.site-footer .site-footer__contact .title {
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.site-footer .menu {
  column-count: 3;
  column-width: 195px;
  column-gap: 32px;
  max-width: 650px;
}
.site-footer a:hover {
  opacity: 0.7;
}
.site-footer .site-footer__menu {
  margin-top: 96px;
}
.site-footer .site-footer__menu li {
  font-size: 18px;
  line-height: 165%;
}
.site-footer .site-footer__menu a {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer .soc-buttons {
  width: 310px;
  margin-top: 64px;
}
.site-footer .soc-button {
  display: inline-block;
  width: 32px;
  height: 32px;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  margin: 0px 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.site-footer .soc-button:first-child {
  margin-left: 0px;
}
.site-footer .soc-button:last-child {
  margin-right: 0px;
}
.site-footer .soc-button.facebook {
  background-image: url("./dw-img/fb-f-icon.svg");
}
.site-footer .soc-button.linkedin {
  background-image: url("./dw-img/linkedin-f-icon.svg");
}
.site-footer .soc-button.youtube {
  background-image: url("./dw-img/youtube-f-icon.svg");
}

@media screen and (min-width: 960px) {
  .site-footer {
    padding-top: 96px;
    padding-bottom: 80px;
  }
  .site-footer .footer-sides {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .site-footer .footer-sides.bottom {
    align-items: flex-end;
  }
  .site-footer .site-logo {
    margin-bottom: 80px;
  }
  .site-footer .site-footer__title {
    margin-bottom: 24px;
    margin-bottom: 104px;
  }
  .site-footer .item {
    margin-bottom: 0;
  }
  .site-footer .site-footer__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .site-footer .site-footer__menu {
    padding-bottom: 8px;
  }
}
body img.site-logo {
  height: 24px;
}

@media screen and (min-width: 960px) {
  body img.site-logo {
    height: 32px;
  }
}
body img.site-logo {
  height: 24px;
}

@media screen and (min-width: 960px) {
  body img.site-logo {
    height: 32px;
  }
}
.not-found {
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: center;
}
.not-found h2 {
  margin-bottom: 40px;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
}
.custom-dropdown .dropdown-header {
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 12px;
  padding-right: 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #3C352A;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  white-space: nowrap;
}
.custom-dropdown .selected-number {
  display: none;
  width: 24px;
  height: 24px;
  background: rgba(165, 159, 147, 0.4);
  color: #3C352A;
  border-radius: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-left: 12px;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  padding-top: 2px;
  padding-left: 0px;
}
.custom-dropdown .selected-number.visible {
  display: inline-block;
}
.custom-dropdown .dropdown-chevron {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-left: 12px;
  line-height: 0px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}
.custom-dropdown .dropdown-menu {
  position: absolute;
  z-index: 8;
  top: 100%;
  left: 0;
  min-width: 150px;
  padding: 4px;
  background: #FFFFFF;
  box-shadow: 10px 19px 20px rgba(0, 0, 0, 0.05), 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: none;
}
.custom-dropdown .dropdown-menu.align-right {
  right: 0px;
  left: auto;
}
.custom-dropdown .checkbox {
  display: block;
  border-radius: 8px;
  margin-top: 4px;
  line-height: 0px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.custom-dropdown .checkbox:first-child {
  margin-top: 0px;
}
.custom-dropdown .checkbox:hover {
  background: #F6F5F4;
}
.custom-dropdown .checkbox.active {
  background: #F6F5F4;
}
.custom-dropdown .checkbox .label {
  vertical-align: top;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #3C352A;
  text-transform: none;
  letter-spacing: 0px;
}
.custom-dropdown .checkbox .count {
  vertical-align: top;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  text-align: right;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #877E6E;
  float: right;
  margin-left: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}
.custom-dropdown .checkbox input {
  display: none;
}
.custom-dropdown .checkbox.style-1 {
  padding: 9px;
  padding-right: 52px;
}
.custom-dropdown .checkbox.style-1 .check-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #877E6E;
  border-radius: 4px;
  background-color: transparent;
  box-sizing: border-box;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.custom-dropdown .checkbox.style-1 input:checked + .check-icon {
  background-image: url("./dw-img/icon-dropdown-1.svg");
  background-color: #F88E1F;
  border: 1px solid #F88E1F;
}
.custom-dropdown .checkbox.style-1 .label {
  color: #3C352A;
  padding-top: 1px;
  padding-left: 11px;
}
.custom-dropdown .checkbox.style-1 .count {
  padding-top: 2px;
  margin-left: 24px;
}
.custom-dropdown .checkbox.style-2 {
  padding: 8px;
  padding-left: 8px;
  padding-right: 24px;
}
.custom-dropdown .checkbox.style-2 .check-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  box-sizing: border-box;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: 3px;
  margin-right: 4px;
}
.custom-dropdown .checkbox.style-2 input:checked + .check-icon {
  background-image: url("./dw-img/icon-dropdown-2.svg");
}
.custom-dropdown .checkbox.style-2 input:checked + .check-icon + .label {
  font-weight: 600;
  color: #3C352A;
}
.custom-dropdown .checkbox.style-2 .label {
  color: #695D49;
}
.custom-dropdown.active .dropdown-menu {
  display: block;
}
.custom-dropdown.active .dropdown-header {
  color: #F88E1F;
}
.custom-dropdown.active .dropdown-chevron {
  transform: rotate(180deg);
}
.custom-dropdown.active .dropdown-chevron path {
  stroke: #F88E1F;
}

.product-filter-form {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.product-filter-form .right .custom-dropdown {
  margin-right: 0px;
}
.product-filter-form .custom-dropdown {
  margin-right: 48px;
}

body #add_payment_method .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 12px;
  line-height: 150%;
}

body.woocommerce-cart .cart_totals[data-quantity="0"] .wc-proceed-to-checkout a.checkout-button {
  opacity: 0.5;
  background-color: #A59F93;
  border-color: transparent;
  pointer-events: none;
}

body.woocommerce-cart .cart_totals[data-quantity="0"] a.open-coupon-button {
  display: none;
}

body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table .button.update-button {
  float: none;
  display: none;
}

body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table .product-quantity .input-text {
  background-color: transparent;
}

.open-coupon-button {
  width: 100%;
  margin-top: 8px;
}

body.woocommerce-cart .site-main .banners {
  display: block;
  clear: both;
  margin-top: 40px;
  max-width: 760px;
}
body.woocommerce-cart .site-main .cart_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(60, 53, 42, 0.16);
  max-width: 760px;
}
body.woocommerce-cart .site-main .cart_item .product-remove {
  position: relative;
  display: block;
}
body.woocommerce-cart .site-main .cart_item .product-quantity {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.woocommerce-cart .site-main .cart_item .product-quantity .seats-label {
  color: #877E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 20.3px */
  margin-left: 16px;
}
body.woocommerce-cart .site-main .cart_item .amount {
  color: #3C352A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 20.3px */
}
body.woocommerce-cart .site-main .cart_item .col-1 {
  width: 40%;
}
body.woocommerce-cart .site-main .cart_item .product-name,
body.woocommerce-cart .site-main .cart_item .product-name strong {
  margin-bottom: 16px;
  color: #3C352A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
body.woocommerce-cart .site-main .cart_item .variation {
  display: flex;
  align-items: center;
  color: #3C352A;
  margin-top: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 20.3px */
}
body.woocommerce-cart .site-main .cart_item .variation .icon {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
body.woocommerce-cart .site-main .cart_item .variation.item-custom_language .icon {
  background-image: url("./dw-img/woo/world-icon.svg");
}
body.woocommerce-cart .site-main .cart_item .variation.item-custom_duration .icon {
  background-image: url("./dw-img/woo/calendar-icon.svg");
}
body.woocommerce-cart .site-main .cart_item .variation.item-custom_dates .icon {
  background-image: url("./dw-img/woo/calendar-icon.svg");
}
body.woocommerce-cart .site-main .cart_item .variation.item-custom_time .icon {
  background-image: url("./dw-img/woo/clock-icon.svg");
}
body.woocommerce-cart .site-main .cart_item .variation.item-custom_lunch .icon {
  background-image: url("./dw-img/woo/food-icon.svg");
}
body.woocommerce-cart .site-main .cart_item .variation.item-custom_wm_certified .icon {
  background-image: url("./dw-img/woo/check-icon.svg");
}
body.woocommerce-cart .site-main .cart_item .variation.item-custom_level .icon {
  background-image: url("./dw-img/woo/check-icon.svg");
}
body.woocommerce-cart .site-main .cart_item .variation.item-custom_location .icon {
  background-image: url("./dw-img/woo/location-icon.svg");
}
body.woocommerce-cart .site-main .cart_item .variation.item-custom_exam .icon {
  background-image: url("./dw-img/woo/check-icon.svg");
}
body.woocommerce-cart .site-main .quantity {
  position: relative;
}
body.woocommerce-cart .site-main .quantity input[type=number]::-webkit-inner-spin-button,
body.woocommerce-cart .site-main .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce-cart .site-main .quantity select,
body.woocommerce-cart .site-main .quantity input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}
body.woocommerce-cart .site-main .quantity select,
body.woocommerce-cart .site-main .quantity input {
  text-align: left;
  padding: 0px 14px;
  z-index: 1;
  position: relative;
}
body.woocommerce-cart .site-main .quantity select + .arrow {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  line-height: 0px;
  right: 16px;
  pointer-events: none;
}
body.woocommerce-cart .site-main .cross-sells {
  display: none;
}
body.woocommerce-cart .site-main .h4, body.woocommerce-cart .site-main .richtext h1, .richtext body.woocommerce-cart .site-main h1 {
  margin-bottom: 24px;
}
body.woocommerce-cart .site-main .cart-content {
  margin-bottom: 128px;
  margin-top: 128px;
}
@media only screen and (max-width: 1024px) {
  body.woocommerce-cart .site-main .cart-content {
    margin-top: 32px;
    margin-bottom: 64px;
  }
}
body.woocommerce-cart .site-main .columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  body.woocommerce-cart .site-main .columns {
    display: block;
  }
}
body.woocommerce-cart .site-main .cart-collaterals {
  width: auto;
  display: flex;
  flex-direction: column;
}
body.woocommerce-cart .site-main .cart-collaterals.open-coupons-box .open-coupon-button {
  display: none;
}
body.woocommerce-cart .site-main .cart-collaterals.open-coupons-box .coupon-box {
  display: block;
}
body.woocommerce-cart .site-main .cart-collaterals::after,
body.woocommerce-cart .site-main .cart-collaterals::before,
body.woocommerce-cart .site-main .cart-collaterals::after,
body.woocommerce-cart .site-main .cart-collaterals::before {
  content: none;
}
body.woocommerce-cart .site-main .coupon-box {
  clear: both;
  margin-top: 32px;
  display: block;
  position: relative;
  width: 421px;
  max-width: 100%;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 27px;
  padding-top: 28px;
  padding-bottom: 32px;
  display: none;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-cart .site-main .coupon-box {
    width: 100%;
  }
}
body.woocommerce-cart .site-main .coupon-box .button {
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
}
body.woocommerce-cart .site-main .coupon-box .coupon label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2C3A42;
  margin-top: -2px;
  margin-bottom: 18px;
  display: block;
}
body.woocommerce-cart .site-main .coupon-box .coupon input {
  border: 1px solid rgba(60, 53, 42, 0.16);
  border-radius: 8px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 24px;
  padding: 14px 16px;
  outline: none;
}
body.woocommerce-cart .site-main .cart_totals {
  width: 421px;
  max-width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 27px;
  padding-top: 28px;
  padding-bottom: 32px;
  box-sizing: border-box;
}
body.woocommerce-cart .site-main .cart_totals h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.1125em;
  text-transform: uppercase;
  color: #F88E1F;
  margin-top: -2px;
  margin-bottom: 18px;
}
body.woocommerce-cart .site-main .cart_totals .wc-proceed-to-checkout {
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}
body.woocommerce-cart .site-main .cart_totals .button {
  margin: 0px;
  width: 100%;
}
body.woocommerce-cart .site-main .cart_totals table {
  border: none;
  border-spacing: 0;
}
body.woocommerce-cart .site-main .cart_totals table tr {
  border: none;
}
body.woocommerce-cart .site-main .cart_totals table tr th {
  border: none;
  text-align: left;
  border-top: 1px solid rgba(60, 53, 42, 0.16);
  padding: 17px 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #695D49;
  background: transparent;
}
body.woocommerce-cart .site-main .cart_totals table tr td {
  border: none;
  text-align: right;
  border-top: 1px solid rgba(60, 53, 42, 0.16);
  padding: 17px 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #695D49;
  background: transparent;
}
body.woocommerce-cart .site-main .cart_totals table tr td::before {
  font-weight: 600;
}
body.woocommerce-cart .site-main .cart_totals table tr.order-total th,
body.woocommerce-cart .site-main .cart_totals table tr.order-total td {
  padding-top: 64px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #3C352A;
  border: none;
  vertical-align: bottom;
}
body.woocommerce-cart .site-main .cart_totals table tr.order-total td {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
}
body.woocommerce-cart .site-main .cart_totals table tr.order-total td::before {
  font-size: 16px;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-cart .site-main .cart_totals {
    width: 100%;
  }
}
body.woocommerce-cart .site-main .woocommerce-cart-form {
  flex-grow: 1;
  margin-right: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 880px) {
  body.woocommerce-cart .site-main .woocommerce-cart-form {
    margin-right: 0px;
  }
}
body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table {
  margin: 0px;
  border: none;
}
body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table tr {
  border: none;
}
body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table tr th {
  border: none;
  text-align: left;
  border-top: 1px solid rgba(60, 53, 42, 0.16);
  padding: 18px 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: rgba(44, 58, 66, 0.8);
}
body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table tr td {
  border: none;
  text-align: left;
  border-top: 1px solid rgba(60, 53, 42, 0.16);
  padding: 18px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: rgba(44, 58, 66, 0.8);
  position: relative;
  background: none;
}
body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table tr td.product-remove {
  width: 65px;
}
body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table tr:first-child th,
body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table tr:first-child td {
  border-top: 1px solid #A59F93;
}
body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table thead tr th,
body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table thead tr td,
body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table thead tr:first-child th,
body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table thead tr:first-child td {
  border: none;
}
body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table .button {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #F88E1F;
  float: right;
  padding: 0px 36px;
  background: transparent;
}
body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table .input-text {
  background: #FFFFFF;
  border: 1px solid rgba(44, 58, 66, 0.15);
  border-radius: 8px;
  appearance: none;
  outline: none;
  height: 40px;
  width: 96px;
  box-sizing: border-box;
}
body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table .x-icon {
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  cursor: pointer;
}
body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table .x-icon .l1, body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table .x-icon .l2 {
  display: block;
  width: 15px;
  margin-left: -7.5px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #F88E1F;
  transition: all 300ms;
}
body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table .x-icon .l1 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table .x-icon .l2 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table .actions-row {
    background: none;
    box-shadow: none;
    padding: 0px;
  }
  body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table tr {
    margin-bottom: 24px;
    background-color: #FFF;
    background: #FFFFFF;
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 30px;
  }
  body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table tr th {
    border: none;
  }
  body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table tr td {
    border: none;
    border-bottom: 1px solid rgba(44, 58, 66, 0.15);
  }
  body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table tr td:last-child {
    border: none;
  }
  body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table tr:first-child th {
    border: none;
  }
  body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table tr:first-child td {
    border: none;
    border-bottom: 1px solid rgba(44, 58, 66, 0.15);
  }
  body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table tr:first-child td:last-child {
    border: none;
  }
  body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table tr td.actions,
  body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table tr td.product-remove {
    border: none;
  }
  body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table tr .x-icon {
    left: 7px;
    top: 0px;
  }
  body.woocommerce-cart .site-main .woocommerce-cart-form .shop_table .button {
    float: none;
  }
}

#customer_details .col-1,
#customer_details .col-2 {
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 24px;
}
#customer_details .woocommerce-shipping-fields .shipping_address {
  margin-bottom: 32px;
}

.checkout-block,
#customer_details .woocommerce-shipping-fields,
#customer_details .woocommerce-additional-fields,
#customer_details .woocommerce-billing-fields {
  display: block;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 24px;
}
.checkout-block .top-title h3, .checkout-block > h3,
#customer_details .woocommerce-shipping-fields .top-title h3,
#customer_details .woocommerce-shipping-fields > h3,
#customer_details .woocommerce-additional-fields .top-title h3,
#customer_details .woocommerce-additional-fields > h3,
#customer_details .woocommerce-billing-fields .top-title h3,
#customer_details .woocommerce-billing-fields > h3 {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #3C352A;
  position: sticky;
  margin-bottom: 32px;
}
.checkout-block .top-title,
#customer_details .woocommerce-shipping-fields .top-title,
#customer_details .woocommerce-additional-fields .top-title,
#customer_details .woocommerce-billing-fields .top-title {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(60, 53, 42, 0.16);
}
.checkout-block .top-title h3,
#customer_details .woocommerce-shipping-fields .top-title h3,
#customer_details .woocommerce-additional-fields .top-title h3,
#customer_details .woocommerce-billing-fields .top-title h3 {
  margin-bottom: 0px;
}
.checkout-block .top-title p,
#customer_details .woocommerce-shipping-fields .top-title p,
#customer_details .woocommerce-additional-fields .top-title p,
#customer_details .woocommerce-billing-fields .top-title p {
  margin-top: 4px;
  color: #877E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 20.3px */
}
.checkout-block h4,
#customer_details .woocommerce-shipping-fields h4,
#customer_details .woocommerce-additional-fields h4,
#customer_details .woocommerce-billing-fields h4 {
  color: #3C352A;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
}
.checkout-block .title-wrap,
#customer_details .woocommerce-shipping-fields .title-wrap,
#customer_details .woocommerce-additional-fields .title-wrap,
#customer_details .woocommerce-billing-fields .title-wrap {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(60, 53, 42, 0.16);
  margin-bottom: 32px;
}
.checkout-block .title-wrap h3,
#customer_details .woocommerce-shipping-fields .title-wrap h3,
#customer_details .woocommerce-additional-fields .title-wrap h3,
#customer_details .woocommerce-billing-fields .title-wrap h3 {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #3C352A;
  position: sticky;
  margin-bottom: 4px;
}
.checkout-block .title-wrap .description,
#customer_details .woocommerce-shipping-fields .title-wrap .description,
#customer_details .woocommerce-additional-fields .title-wrap .description,
#customer_details .woocommerce-billing-fields .title-wrap .description {
  color: #877E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.checkout-block .checkbox-field,
#customer_details .woocommerce-shipping-fields .checkbox-field,
#customer_details .woocommerce-additional-fields .checkbox-field,
#customer_details .woocommerce-billing-fields .checkbox-field {
  margin-bottom: 0px;
}
.checkout-block .terms-box,
#customer_details .woocommerce-shipping-fields .terms-box,
#customer_details .woocommerce-additional-fields .terms-box,
#customer_details .woocommerce-billing-fields .terms-box {
  margin-top: 32px;
}

#order_review_heading {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #3C352A;
  margin-bottom: 32px;
}

.woocommerce .woocommerce-order-details .shop_table,
.woocommerce .checkout-page-wrap .shop_table,
.woocommerce #order_review .shop_table {
  border: none;
  border-collapse: collapse;
  margin-top: 48px;
}
.woocommerce .woocommerce-order-details .shop_table thead tr td,
.woocommerce .woocommerce-order-details .shop_table thead tr th,
.woocommerce .checkout-page-wrap .shop_table thead tr td,
.woocommerce .checkout-page-wrap .shop_table thead tr th,
.woocommerce #order_review .shop_table thead tr td,
.woocommerce #order_review .shop_table thead tr th {
  border-bottom: 1px solid #A59F93;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #3C352A;
}
.woocommerce .woocommerce-order-details .shop_table thead tr th:last-child,
.woocommerce .checkout-page-wrap .shop_table thead tr th:last-child,
.woocommerce #order_review .shop_table thead tr th:last-child {
  text-align: right;
}
.woocommerce .woocommerce-order-details .shop_table tbody tr th,
.woocommerce .woocommerce-order-details .shop_table tbody tr td,
.woocommerce .checkout-page-wrap .shop_table tbody tr th,
.woocommerce .checkout-page-wrap .shop_table tbody tr td,
.woocommerce #order_review .shop_table tbody tr th,
.woocommerce #order_review .shop_table tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(44, 58, 66, 0.15);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: rgba(44, 58, 66, 0.8);
}
.woocommerce .woocommerce-order-details .shop_table tbody tr th.product-name,
.woocommerce .woocommerce-order-details .shop_table tbody tr td.product-name,
.woocommerce .checkout-page-wrap .shop_table tbody tr th.product-name,
.woocommerce .checkout-page-wrap .shop_table tbody tr td.product-name,
.woocommerce #order_review .shop_table tbody tr th.product-name,
.woocommerce #order_review .shop_table tbody tr td.product-name {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: rgba(44, 58, 66, 0.8);
}
.woocommerce .woocommerce-order-details .shop_table tbody tr th.product-name strong,
.woocommerce .woocommerce-order-details .shop_table tbody tr td.product-name strong,
.woocommerce .checkout-page-wrap .shop_table tbody tr th.product-name strong,
.woocommerce .checkout-page-wrap .shop_table tbody tr td.product-name strong,
.woocommerce #order_review .shop_table tbody tr th.product-name strong,
.woocommerce #order_review .shop_table tbody tr td.product-name strong {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 80%;
  color: #695D49;
}
.woocommerce .woocommerce-order-details .shop_table tbody tr:last-child th,
.woocommerce .woocommerce-order-details .shop_table tbody tr:last-child td,
.woocommerce .checkout-page-wrap .shop_table tbody tr:last-child th,
.woocommerce .checkout-page-wrap .shop_table tbody tr:last-child td,
.woocommerce #order_review .shop_table tbody tr:last-child th,
.woocommerce #order_review .shop_table tbody tr:last-child td {
  border-bottom: 1px solid #A59F93;
}
.woocommerce .woocommerce-order-details .shop_table tbody tr td:last-child,
.woocommerce .checkout-page-wrap .shop_table tbody tr td:last-child,
.woocommerce #order_review .shop_table tbody tr td:last-child {
  text-align: right;
}
.woocommerce .woocommerce-order-details .shop_table tfoot tr th,
.woocommerce .woocommerce-order-details .shop_table tfoot tr td,
.woocommerce .checkout-page-wrap .shop_table tfoot tr th,
.woocommerce .checkout-page-wrap .shop_table tfoot tr td,
.woocommerce #order_review .shop_table tfoot tr th,
.woocommerce #order_review .shop_table tfoot tr td {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: rgba(44, 58, 66, 0.8);
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(60, 53, 42, 0.16);
}
.woocommerce .woocommerce-order-details .shop_table tfoot tr:first-child th,
.woocommerce .woocommerce-order-details .shop_table tfoot tr:first-child td,
.woocommerce .checkout-page-wrap .shop_table tfoot tr:first-child th,
.woocommerce .checkout-page-wrap .shop_table tfoot tr:first-child td,
.woocommerce #order_review .shop_table tfoot tr:first-child th,
.woocommerce #order_review .shop_table tfoot tr:first-child td {
  border-bottom: none;
}
.woocommerce .woocommerce-order-details .shop_table tfoot tr td:last-child,
.woocommerce .checkout-page-wrap .shop_table tfoot tr td:last-child,
.woocommerce #order_review .shop_table tfoot tr td:last-child {
  text-align: right;
}
.woocommerce .woocommerce-order-details .shop_table tfoot .row-order_total th,
.woocommerce .woocommerce-order-details .shop_table tfoot .row-order_total td,
.woocommerce .woocommerce-order-details .shop_table tfoot .order-total th,
.woocommerce .woocommerce-order-details .shop_table tfoot .order-total td,
.woocommerce .checkout-page-wrap .shop_table tfoot .row-order_total th,
.woocommerce .checkout-page-wrap .shop_table tfoot .row-order_total td,
.woocommerce .checkout-page-wrap .shop_table tfoot .order-total th,
.woocommerce .checkout-page-wrap .shop_table tfoot .order-total td,
.woocommerce #order_review .shop_table tfoot .row-order_total th,
.woocommerce #order_review .shop_table tfoot .row-order_total td,
.woocommerce #order_review .shop_table tfoot .order-total th,
.woocommerce #order_review .shop_table tfoot .order-total td {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #3C352A;
  border-top: 1px solid #A59F93;
}
.woocommerce .woocommerce-order-details .shop_table tr th,
.woocommerce .woocommerce-order-details .shop_table tr td,
.woocommerce .checkout-page-wrap .shop_table tr th,
.woocommerce .checkout-page-wrap .shop_table tr td,
.woocommerce #order_review .shop_table tr th,
.woocommerce #order_review .shop_table tr td {
  padding: 0px;
  border: none;
}

@media only screen and (max-width: 1000px) {
  body.woocommerce-checkout .site-main .order-container .woocommerce-checkout-review-order-table {
    margin-left: 0px;
    margin-top: 32px;
    margin-bottom: 0px;
  }
}
body .checkout-hero {
  text-align: center;
  padding-top: 92px;
}
body .checkout-hero .order-container {
  flex-direction: row;
  padding-bottom: 0px;
}
@media only screen and (max-width: 1000px) {
  body .checkout-hero .order-container {
    display: block;
  }
}
body .checkout-hero.completed {
  text-align: left;
}
body .checkout-hero.completed .h4, body .checkout-hero.completed .richtext h1, .richtext body .checkout-hero.completed h1 {
  color: #3C352A;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 73.6px */
}
body .checkout-hero .col {
  width: 100%;
}
body .checkout-hero .h4, body .checkout-hero .richtext h1, .richtext body .checkout-hero h1 {
  max-width: 100%;
}
body .checkout-hero .thankyou {
  margin-top: 20px;
  color: var(--Brown---Middel, #695D49);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

body .thankyou_order_details_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 83px;
}

body .woocommerce-order .woocommerce-order-details {
  margin-bottom: 128px;
}

.woocommerce .woocommerce-order .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading {
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 1rem;
}
.woocommerce .woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
  margin-bottom: 12px;
}
.woocommerce .woocommerce-order .bacs_details,
.woocommerce .woocommerce-order .thankyou_order_details,
.woocommerce .woocommerce-order .thankyou_order_details_ship {
  width: 50%;
  width: calc(50% - 15px);
  border-bottom: 1px solid #A59F93;
}
.woocommerce .woocommerce-order .bacs_details li,
.woocommerce .woocommerce-order .thankyou_order_details li,
.woocommerce .woocommerce-order .thankyou_order_details_ship li {
  float: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
  padding: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  border-top: 1px solid rgba(60, 53, 42, 0.16);
  margin: 0px;
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: rgba(44, 58, 66, 0.8);
  text-transform: none;
}
.woocommerce .woocommerce-order .bacs_details li:first-child,
.woocommerce .woocommerce-order .thankyou_order_details li:first-child,
.woocommerce .woocommerce-order .thankyou_order_details_ship li:first-child {
  border-top: 1px solid #A59F93;
}
.woocommerce .woocommerce-order .bacs_details li:last-of-type,
.woocommerce .woocommerce-order .thankyou_order_details li:last-of-type,
.woocommerce .woocommerce-order .thankyou_order_details_ship li:last-of-type {
  border-top: 1px solid rgba(60, 53, 42, 0.16);
}
.woocommerce .woocommerce-order .bacs_details li strong,
.woocommerce .woocommerce-order .thankyou_order_details li strong,
.woocommerce .woocommerce-order .thankyou_order_details_ship li strong {
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: rgba(44, 58, 66, 0.8);
}
.woocommerce .woocommerce-order .bacs_details li strong,
.woocommerce .woocommerce-order .bacs_details li p,
.woocommerce .woocommerce-order .thankyou_order_details li strong,
.woocommerce .woocommerce-order .thankyou_order_details li p,
.woocommerce .woocommerce-order .thankyou_order_details_ship li strong,
.woocommerce .woocommerce-order .thankyou_order_details_ship li p {
  text-align: left;
  width: 50%;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: rgba(44, 58, 66, 0.8);
}
@media only screen and (max-width: 800px) {
  .woocommerce .woocommerce-order .thankyou_order_details_wrap {
    display: block;
  }
  .woocommerce .woocommerce-order .thankyou_order_details,
  .woocommerce .woocommerce-order .thankyou_order_details_ship {
    width: 100%;
  }
  .woocommerce .woocommerce-order .thankyou_order_details_ship li:first-child {
    border-top: none;
  }
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #ffffff;
  border-radius: 16px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #ecf1f4;
  border-radius: 8px;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #ecf1f4;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  padding: 14px 10px !important;
  border-radius: 6px;
}

.woocommerce-checkout #payment div.payment_box fieldset {
  border: none;
  padding: 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background-color: #F88E1F;
  border-radius: 50px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background-color: #F88E1F;
  border-radius: 50px;
}

.place-order {
  padding-top: 12px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-bottom: 12px !important;
}

.checkout-page-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 800px) {
  .checkout-page-wrap {
    flex-direction: column-reverse;
  }
}
.checkout-page-wrap .h4, .checkout-page-wrap .richtext h1, .richtext .checkout-page-wrap h1 {
  margin-bottom: 48px;
}
.checkout-page-wrap .left-side {
  width: 50%;
}
.checkout-page-wrap .left-side .shop_table {
  display: none;
}
.checkout-page-wrap .left-side #place_order {
  float: none;
}
.checkout-page-wrap .left-side #order_review {
  display: none;
}
.checkout-page-wrap .right-side {
  width: 50%;
  max-width: 559px;
  box-sizing: border-box;
  margin-left: auto;
  padding-left: 24px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 800px) {
  .checkout-page-wrap {
    flex-direction: column-reverse;
  }
  .checkout-page-wrap .left-side {
    width: 100%;
  }
  .checkout-page-wrap .right-side {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
  }
}
.checkout-content .woocommerce-form-coupon-toggle {
  display: none;
}
.checkout-content .woocommerce form.checkout_coupon {
  clear: both;
  margin-top: 32px;
  display: block;
  position: relative;
  width: 100%;
  max-width: 500px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 27px;
  padding-top: 28px;
  padding-bottom: 32px;
  border: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.checkout-content .woocommerce form.checkout_coupon .form-row {
  display: block;
  float: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-top: 24px;
}
.checkout-content .woocommerce form.checkout_coupon .button {
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
}
.checkout-content .woocommerce form.checkout_coupon label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2C3A42;
  margin-top: -2px;
  margin-bottom: 18px;
  display: block;
}
.checkout-content .woocommerce form.checkout_coupon input {
  border: 1px solid rgba(60, 53, 42, 0.16);
  border-radius: 8px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 24px;
  padding: 14px 16px;
  outline: none;
}

.checkout-submit-part {
  margin-bottom: 144px;
}
.checkout-submit-part .button {
  display: none;
  margin-top: 24px;
  margin-bottom: 24px;
}
.checkout-submit-part p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #877E6E;
}
.checkout-submit-part p a {
  color: #F88E1F;
}

.checkout-content .woocommerce .checkout-page-wrap .left-side #payment #place_order {
  float: none;
  margin-top: 24px;
}

.checkout-content {
  margin-bottom: 128px;
  margin-top: 128px;
}
@media only screen and (max-width: 1024px) {
  .checkout-content {
    margin-top: 32px;
    margin-bottom: 64px;
  }
}

.place-order-button-shortcut {
  width: 100%;
  text-align: center;
  margin-top: 32px;
}

body.header-hidden.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table {
  top: 32px;
}

body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table {
  width: 421px;
  max-width: 100%;
  position: sticky;
  margin-top: 0px;
  top: 102px;
  transition: top 300ms;
  margin-bottom: 100px;
  margin-left: auto;
}
@media only screen and (max-width: 800px) {
  body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table {
    width: 100%;
  }
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .variations {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .variations .variation {
  display: flex;
  align-items: center;
  color: #3C352A;
  margin-top: 0px;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 20.3px */
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .variations .variation .icon {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-size: contain;
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .variations .variation.item-custom_language .icon {
  background-image: url("./dw-img/woo/world-icon.svg");
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .variations .variation.item-custom_duration .icon {
  background-image: url("./dw-img/woo/calendar-icon.svg");
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .variations .variation.item-custom_dates .icon {
  background-image: url("./dw-img/woo/calendar-icon.svg");
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .variations .variation.item-custom_time .icon {
  background-image: url("./dw-img/woo/clock-icon.svg");
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .variations .variation.item-custom_lunch .icon {
  background-image: url("./dw-img/woo/food-icon.svg");
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .variations .variation.item-custom_wm_certified .icon {
  background-image: url("./dw-img/woo/check-icon.svg");
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .variations .variation.item-custom_level .icon {
  background-image: url("./dw-img/woo/check-icon.svg");
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .variations .variation.item-custom_location .icon {
  background-image: url("./dw-img/woo/location-icon.svg");
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .variations .variation.item-custom_exam .icon {
  background-image: url("./dw-img/woo/check-icon.svg");
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .checkout-box-description {
  margin-top: 24px;
  color: #877E6E;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .checkout-box-description a {
  color: #F88E1F;
  font-weight: 600;
  text-decoration-line: underline;
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .box {
  width: 100%;
  max-width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  box-sizing: border-box;
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .box h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.1125em;
  text-transform: uppercase;
  color: #F88E1F;
  margin-top: -2px;
  margin-bottom: 18px;
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .box .wc-proceed-to-checkout {
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .box .button {
  margin: 0px;
  width: 100%;
  margin-top: 15px;
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .box table {
  border: none;
  width: 100%;
  border-spacing: 0;
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .box table tr {
  border: none;
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .box table tr th {
  border: none;
  text-align: left;
  border-top: 1px solid rgba(60, 53, 42, 0.16);
  padding: 17px 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #695D49;
  background: transparent;
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .box table tr td {
  border: none;
  text-align: right;
  border-top: 1px solid rgba(60, 53, 42, 0.16);
  padding: 17px 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #695D49;
  background: transparent;
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .box table tr td::before {
  font-weight: 600;
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .box table tr.order-total th,
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .box table tr.order-total td, body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .box table tr:first-child th,
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .box table tr:first-child td {
  border: none;
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .box table tr.cart-subtotal th,
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .box table tr.cart-subtotal td {
  border-top: 1px solid rgba(60, 53, 42, 0.5);
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .box table tr.order-total th,
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .box table tr.order-total td {
  padding-top: 64px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #3C352A;
  border: none;
  vertical-align: bottom;
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .box table tr.order-total td {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 38.4px */
}
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .box table tr.order-total td::before {
  font-size: 16px;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .box {
    width: 100%;
  }
}

.checkout-block.participants-block .title-wrap {
  margin-bottom: 0px;
}

#participants-app .participant {
  display: block;
  padding: 20px 0px;
  position: relative;
  display: none;
}
#participants-app .participant.visible {
  display: block;
  border-top: 1px solid rgba(60, 53, 42, 0.16);
}
#participants-app .participant.visible:first-child {
  border: none;
}
#participants-app .participant:last-child {
  border: none;
}
#participants-app .participant .participant-check {
  margin-bottom: 20px;
}
#participants-app .participant .top-row {
  margin-top: 12px;
}
#participants-app .participant .top-row .title {
  color: #3C352A;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
#participants-app .participant .top-row .course {
  color: #877E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 20.3px */
}
#participants-app .participant .filled-part {
  padding-top: 16px;
  padding-bottom: 12px;
}
#participants-app .participant .filled-part p {
  color: #3C352A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
#participants-app .participant .edit-button {
  position: absolute;
  top: 50%;
  right: 1px;
  margin-top: -24px;
  cursor: pointer;
}
#participants-app .participant .edit-button rect,
#participants-app .participant .edit-button path {
  transition: all 300ms;
}
#participants-app .participant .edit-button:hover rect {
  fill: #F88E1F;
}
#participants-app .participant .edit-button:hover path {
  stroke: #FFF;
}
#participants-app .participant .edit-part {
  display: none;
  padding-top: 20px;
}
#participants-app .participant .edit-part .button {
  margin: 0px;
}
#participants-app .participant .edit-part .save-button {
  margin-top: 16px;
}
#participants-app .participant .edit-part .form-row {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
#participants-app .participant .edit-part.visible {
  display: block;
}

.woocommerce-cart .page-hero {
  padding-top: 100px;
  margin-bottom: 50px;
}

.woocommerce a.button,
.woocommerce a.button.alt {
  display: inline-block;
  vertical-align: top;
  float: none;
  color: #FFFFFF;
  background: #F88E1F;
  border-radius: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 15px 32px;
  box-sizing: border-box;
  line-height: 1em;
}
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover {
  border-color: #F88E1F;
  background: #F88E1F;
  color: #FFF;
}

.woocommerce a.button.button-with-arrow {
  display: inline-flex;
  border: 2px solid #F88E1F;
  color: #F88E1F;
  background: transparent;
}
.woocommerce a.button.button-with-arrow:hover {
  border-color: #F88E1F;
  background: #F88E1F;
  color: #FFF;
}

.woocommerce a.button.button-with-arrow.solid {
  display: inline-flex;
  border: 2px solid #F88E1F;
  color: #FFF;
  background: #F88E1F;
}
.woocommerce a.button.button-with-arrow.solid .icon-color {
  fill: #ffffff;
}
.woocommerce a.button.button-with-arrow.solid:hover {
  border-color: #F88E1F;
  background: #F88E1F;
  color: #FFF;
}

.woocommerce .woocommerce-input-wrapper .select2-selection {
  border: 1px solid rgba(44, 58, 66, 0.15);
  border-radius: 8px;
  outline: none;
  appearance: none;
  height: 56px;
  box-sizing: border-box;
  padding: 18px 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 127%;
  color: #2C3A42;
}
.woocommerce .woocommerce-input-wrapper .select2-selection .select2-selection__rendered {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 127%;
}
.woocommerce .woocommerce-input-wrapper .select2-selection .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid rgba(44, 58, 66, 0.15);
  border-top: 0px;
}
.select2-dropdown .select2-results__option {
  padding: 12px;
}
.select2-dropdown .select2-search {
  padding: 12px;
}
.select2-dropdown .select2-search .select2-search__field {
  border: 1px solid rgba(44, 58, 66, 0.15);
  border-radius: 8px;
  outline: none;
  appearance: none;
}

.woocommerce .form-row label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 165%;
  color: #2C3A42;
  margin-bottom: 4px;
}

.woocommerce .woocommerce-input-wrapper .input-text {
  border: 1px solid rgba(44, 58, 66, 0.15);
  border-radius: 8px;
  outline: none;
  appearance: none;
  height: 56px;
  box-sizing: border-box;
  padding: 18px 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 127%;
  color: #2C3A42;
  resize: none;
}

.woocommerce .form-row .inp-info {
  display: block;
  font-size: 0.8rem;
  padding-top: 8px;
}

.woocommerce .woocommerce-checkout-payment .gdpr-info {
  clear: both;
  padding: 12px;
  padding-top: 24px;
  line-height: 1.4em;
  font-size: 0.8rem;
  max-width: 800px;
}

.woocommerce .woocommerce-input-wrapper textarea.input-text {
  height: 148px;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
  display: block !important;
}

.cart-header-wrap {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
}
.cart-header-wrap .button-wrap {
  position: relative;
}

.cart-header-button {
  position: absolute;
  right: 0px;
  display: block;
  margin-left: auto;
  margin-top: 30px;
  margin-right: 0px;
  width: 54px;
  height: 54px;
  border-radius: 27px;
  background-color: #FFF;
  cursor: pointer;
  z-index: 1000;
}
.cart-header-button .cart-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}
.cart-header-button .cart-count {
  position: absolute;
  top: -4px;
  right: -6px;
  text-align: center;
  background: #F88E1F;
  border-radius: 33px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 25px;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF;
}
.cart-header-button:hover .cart-icon {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

body .woocommerce-info,
body .woocommerce-error,
body .woocommerce-message {
  border-radius: 8px;
  background-color: #FFF;
}
body .woocommerce-error li, body .woocommerce-info li, body .woocommerce-message li {
  line-height: 1.4em;
  margin-bottom: 4px;
}
body .woocommerce-error li:last-child, body .woocommerce-info li:last-child, body .woocommerce-message li:last-child {
  margin-bottom: 0px;
}

.toggle-button {
  display: inline-block;
  vertical-align: top;
  padding: 10px 16px;
  text-align: center;
  color: #695D49;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(60, 53, 42, 0.16);
  background: transparent;
  transition: all 300ms;
  cursor: pointer;
}
.toggle-button.active {
  background: rgba(248, 142, 31, 0.2);
  border: 1px solid transparent;
}

.select-style .alternative-label {
  order: 3;
  opacity: 0.8;
  font-size: 0.875em;
  margin-right: 8px;
  display: block;
  font-weight: 600;
  padding-left: 14px;
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
}

.select-style .toggle-button {
  width: 100%;
  text-align: left;
  border: none;
  padding-left: 28px;
  position: relative;
  order: 2;
}
.select-style .toggle-button.hidden {
  display: none;
  order: 4;
}
.select-style .toggle-button.hidden.show {
  display: block;
  opacity: 1;
}
.select-style .toggle-button .qty {
  float: right;
  color: #A59F93;
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.select-style .toggle-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  left: 9px;
  margin-top: -6px;
  background-image: url("./dw-img/icon_select_check.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
.select-style .toggle-button.active {
  background-color: transparent;
  border: none;
  font-weight: 600;
}
.select-style .toggle-button.active::before {
  opacity: 1;
}
.select-style .toggle-button:hover {
  background-color: #F6F5F4;
}
.select-style .toggle-button .alternatives {
  opacity: 0.8;
  font-size: 0.875em;
  margin-right: 8px;
  display: block;
}

.toggle-button-select {
  position: relative;
}
.toggle-button-select .selected-toggle-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 10px 16px;
  text-align: left;
  color: #695D49;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  box-sizing: border-box;
  border-radius: 8px;
  background: transparent;
  transition: all 300ms;
  cursor: pointer;
  border: 1px solid rgba(60, 53, 42, 0.32);
  width: 100%;
  min-height: 42px;
  margin-bottom: 9px;
}
.toggle-button-select .selected-toggle-button::after {
  content: "";
  transition: all 200ms;
  pointer-events: none;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("./dw-img/icon-dropdown-or.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -12px;
}
.toggle-button-select .toggle-buttons {
  position: absolute;
  max-height: 0;
  overflow: hidden;
  top: 100%;
  opacity: 0;
  background-color: #FFF;
  overflow-y: scroll;
  border-radius: 12px;
  box-shadow: 10px 19px 20px 0px rgba(0, 0, 0, 0.05), 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.toggle-button-select.open .selected-toggle-button::after {
  transform: rotate(180deg);
}
.toggle-button-select.open .toggle-buttons {
  padding: 4px;
  max-height: 240px;
  opacity: 1;
}

.product-content .top-content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 80px;
}
.product-content .top-content .accordion-group {
  max-width: 800px;
  margin-top: 64px;
}
.product-content .top-content > .left {
  width: calc(100% - 421px - 90px);
}
.product-content .top-content > .right {
  width: 421px;
}
.product-content .top-content video,
.product-content .top-content iframe {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.product-content .top-content video {
  margin-top: 46px;
}
.product-content .top-content .woocommerce {
  position: sticky;
  top: 32px;
}

.product-content .single-product .outofstock .sidebar-variations .pricing-part .right {
  display: none;
}

.product-content .single-product .sidebar-variations {
  display: block;
  width: 100%;
}
.product-content .single-product .sidebar-variations .summary {
  float: none;
  width: auto;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
.product-content .single-product .sidebar-variations .sidebar-title {
  margin: 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #f88e1f;
  margin-bottom: 24px;
}
.product-content .single-product .sidebar-variations .variations-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 165%;
  color: #3C352A;
}
.product-content .single-product .sidebar-variations .variations {
  margin: 0px;
}
.product-content .single-product .sidebar-variations .variation-select-wrap {
  margin-top: 0px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-content .single-product .sidebar-variations .variation-select-wrap select {
  cursor: pointer;
  appearance: none;
  background-color: #fff;
  border: 1px solid rgba(44, 58, 66, 0.15);
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 127%;
  color: #3C352A;
  padding: 18px 15px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
}
.product-content .single-product .sidebar-variations .variation-select-wrap .select-field {
  position: relative;
}
.product-content .single-product .sidebar-variations .variation-select-wrap .select-field .dropdown-icon {
  pointer-events: none;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("./dw-img/icon-dropdown-or.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -12px;
}
.product-content .single-product .sidebar-variations .variation-select-wrap .toggle-buttons {
  display: block;
}
.product-content .single-product .sidebar-variations .variation-attribute-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: rgba(44, 58, 66, 0.8);
  margin-bottom: 10px;
}
.product-content .single-product .sidebar-variations .variation-attribute-item .icon {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.product-content .single-product .sidebar-variations .variation-attribute-item .title {
  padding-top: 2px;
  display: inline-block;
  vertical-align: top;
}
.product-content .single-product .sidebar-variations .variation-attribute-item .value {
  padding-top: 2px;
  display: inline-block;
  vertical-align: top;
}
.product-content .single-product .sidebar-variations .variation-attribute-item.item-custom_language .icon {
  background-image: url("./dw-img/woo/world-icon.svg");
}
.product-content .single-product .sidebar-variations .variation-attribute-item.item-custom_duration .icon {
  background-image: url("./dw-img/woo/calendar-icon.svg");
}
.product-content .single-product .sidebar-variations .variation-attribute-item.item-custom_dates .icon {
  background-image: url("./dw-img/woo/calendar-icon.svg");
}
.product-content .single-product .sidebar-variations .variation-attribute-item.item-custom_time .icon {
  background-image: url("./dw-img/woo/clock-icon.svg");
}
.product-content .single-product .sidebar-variations .variation-attribute-item.item-custom_lunch .icon {
  background-image: url("./dw-img/woo/food-icon.svg");
}
.product-content .single-product .sidebar-variations .variation-attribute-item.item-custom_wm_certified .icon {
  background-image: url("./dw-img/woo/check-icon.svg");
}
.product-content .single-product .sidebar-variations .variation-attribute-item.item-custom_level .icon {
  background-image: url("./dw-img/woo/check-icon.svg");
}
.product-content .single-product .sidebar-variations .variation-attribute-item.item-custom_location .icon {
  background-image: url("./dw-img/woo/location-icon.svg");
}
.product-content .single-product .sidebar-variations .variation-attribute-item.item-custom_exam .icon {
  background-image: url("./dw-img/woo/check-icon.svg");
}
.product-content .single-product .sidebar-variations .woocommerce-variation-availability {
  display: none;
}
.product-content .single-product .sidebar-variations .pricing-part {
  margin-bottom: 32px;
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.product-content .single-product .sidebar-variations .pricing-part .stock {
  color: #3C352A;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 13.8px */
  white-space: nowrap;
}
.product-content .single-product .sidebar-variations .pricing-part .stock.nomore::before, .product-content .single-product .sidebar-variations .pricing-part .stock.low::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  margin-top: -5px;
  background-image: url("./dw-img/woo/warning-1.svg");
}
.product-content .single-product .sidebar-variations .price-per-person {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #3C352A;
  padding-bottom: 0px;
  text-align: right;
}
.product-content .single-product .sidebar-variations .price-per-person.orange .price {
  color: #F88E1F;
}
.product-content .single-product .sidebar-variations .price-per-person .regular-price {
  display: block;
  color: #877E6E;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 20.8px */
  text-decoration: line-through;
}
.product-content .single-product .sidebar-variations .price-per-person .from-label {
  font-size: 20px;
  margin-right: 8px;
}
.product-content .single-product .sidebar-variations .price-per-person .price {
  font-weight: 600;
  color: #3C352A;
  font-style: normal;
  font-size: 32px;
  line-height: 120%;
  text-align: right;
  color: #3C352A;
}
.product-content .single-product .sidebar-variations .price-vat-info {
  text-align: right;
  font-size: 12px;
  color: #877E6E;
  line-height: 130%;
  /* 18.2px */
}
.product-content .single-product .sidebar-variations .variations_button {
  text-align: center;
  margin-top: 23px;
}
.product-content .single-product .sidebar-variations .modules-list {
  border-radius: 16px;
  background: #F6F5F4;
  padding: 20px;
}
.product-content .single-product .sidebar-variations .modules-list .module-item {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  text-align: left;
}
.product-content .single-product .sidebar-variations .modules-list .module-item:first-child {
  margin-top: 0px;
}
.product-content .single-product .sidebar-variations .modules-list .module-item .left-side {
  width: 30%;
  padding-right: 8px;
  box-sizing: border-box;
}
.product-content .single-product .sidebar-variations .modules-list .module-item .left-side p {
  color: #3C352A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
}
.product-content .single-product .sidebar-variations .modules-list .module-item .right-side {
  width: 70%;
}
.product-content .single-product .sidebar-variations .modules-list .module-item .right-side.pad-top {
  padding-top: 2em;
}
.product-content .single-product .sidebar-variations .modules-list .module-item p {
  color: #695D49;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 20.3px */
}
.product-content .single-product .sidebar-variations form.cart .button {
  display: block;
  float: none;
  width: 100%;
  color: #ffffff;
  background: #f88e1f;
  border-radius: 32px;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
}
.product-content .single-product .sidebar-variations form.cart .button:hover {
  background: #f88e1f;
  color: #fff;
}
.product-content .single-product .sidebar-variations form.cart .button.disabled {
  pointer-events: none;
  background-color: #A59F93;
  border: none;
}
.product-content .single-product .sidebar-variations form.cart .button.disabled:hover {
  background-color: #A59F93;
}
.product-content .single-product .sidebar-variations form.cart {
  margin-bottom: 0px;
}
.product-content .single-product .sidebar-variations form.cart .private-button {
  display: none;
}
.product-content .single-product .sidebar-variations form.cart.private-mode .single_add_to_cart_button {
  display: none;
}
.product-content .single-product .sidebar-variations form.cart.private-mode .private-button {
  display: block;
}
.product-content .single-product .sidebar-variations form.no-price .price-per-person {
  display: none;
}
.product-content .single-product .sidebar-variations form.no-price .button {
  margin-top: 22px;
}
.product-content .single-product .sidebar-variations .foot {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 115%;
  color: #3C352A;
  margin-top: 17px;
  margin-bottom: 2px;
}

.woocommerce div.product form.cart .variations .variation-select-wrap .toggle-button-select,
.woocommerce div.product form.cart .variations .variation-select-wrap .toggle-buttons,
.woocommerce div.product form.cart .variations .variation-select-wrap .select-field {
  max-width: 277px;
  min-width: auto;
  margin: 0px;
  display: block;
  width: 100%;
}

.woocommerce div.product form.cart .variations .variation-select-wrap .toggle-button-select,
.woocommerce div.product form.cart .variations .variation-select-wrap .toggle-buttons {
  display: flex;
  column-gap: 8px;
  flex-wrap: wrap;
  row-gap: 8px;
}

.woocommerce div.product form.cart .variations .variation-select-wrap.has-buttons .select-field {
  display: none;
}

.woocommerce div.product form.cart .variations .variation-select-wrap select {
  max-width: 277px;
  min-width: auto;
  margin: 0px;
  display: block;
}

.product-content .single-product .sidebar-variations form.cart .no-stock-button-wrap {
  text-align: right;
  display: block;
}

.product-content .single-product .sidebar-variations form.cart .no-stock-button-wrap .button {
  line-height: 1.2em;
  display: inline-block;
}

.no-stock-button-wrap {
  display: inline-block;
  margin-top: 24px;
  text-align: right;
}
.no-stock-button-wrap .button {
  display: inline-block;
  line-height: 100%;
  text-align: center;
}

.single_variation_wrap {
  margin-top: 48px;
}

@media screen and (max-width: 1200px) {
  .woocommerce div.product form.cart .variations .variation-select-wrap .toggle-button-select,
  .woocommerce div.product form.cart .variations .variation-select-wrap .toggle-buttons,
  .woocommerce div.product form.cart .variations .variation-select-wrap .select-field {
    max-width: 75%;
    min-width: auto;
    margin: 0px;
    display: block;
  }
  .woocommerce div.product form.cart .variations .variation-select-wrap select {
    max-width: 100%;
    min-width: auto;
    margin: 0px;
    display: block;
  }
  .woocommerce div.product form.cart .variations .variation-select-wrap .toggle-button-select,
  .woocommerce div.product form.cart .variations .variation-select-wrap .toggle-buttons {
    display: flex;
  }
  .product-content .top-content {
    display: block;
  }
  .product-content .top-content > .left {
    width: 100%;
  }
  .product-content .top-content > .right {
    width: 100%;
  }
  .product-content .single-product .sidebar-variations {
    max-width: 100%;
    margin-top: 48px;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce div.product form.cart .variations .variation-select-wrap {
    display: block;
  }
  .woocommerce div.product form.cart .variations .variation-select-wrap .select-field {
    width: 100%;
    max-width: 100%;
  }
  .woocommerce div.product form.cart .variations .variation-select-wrap select {
    width: 100%;
    max-width: 100%;
  }
}
body .woocommerce ul.products,
body .woocommerce-page ul.products {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 0px;
}
body .woocommerce ul.products::before,
body .woocommerce-page ul.products::before {
  content: none;
}
body .woocommerce-page.columns-3 ul.products li.product,
body .woocommerce.columns-3 ul.products li.product {
  width: calc(33.33% - 32px);
  margin-left: 16px;
  margin-right: 16px;
}
body .woocommerce-page.columns-4 ul.products li.product,
body .woocommerce.columns-4 ul.products li.product {
  width: calc(25% - 32px);
  margin-left: 16px;
  margin-right: 16px;
}
body .woocommerce ul.products li.product,
body .woocommerce-page ul.products li.product {
  float: none;
  clear: none;
  margin: 0px;
  background: #ffffff;
  box-shadow: 10.1104px 19.2098px 20.2209px rgba(0, 0, 0, 0.05), 0px 4.04417px 10.1104px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding-bottom: 25px;
  padding-bottom: 66px;
  box-sizing: border-box;
  margin-bottom: 32px;
  overflow: hidden;
  transition: transform 200ms ease;
}
body .woocommerce ul.products li.product:hover,
body .woocommerce-page ul.products li.product:hover {
  transform: translateY(-4px);
}
body .woocommerce ul.products li.product .title,
body .woocommerce-page ul.products li.product .title {
  padding-top: 8px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 0px;
  min-height: 52px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #3C352A;
}
body .woocommerce ul.products li.product .price-wrap,
body .woocommerce-page ul.products li.product .price-wrap {
  padding-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  position: absolute;
  bottom: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
body .woocommerce ul.products li.product .price-wrap .excl-vat,
body .woocommerce-page ul.products li.product .price-wrap .excl-vat {
  color: #877E6E;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
}
body .woocommerce ul.products li.product .price-wrap .price,
body .woocommerce-page ul.products li.product .price-wrap .price {
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #877e6e;
}
body .woocommerce ul.products li.product .price-wrap .price .from,
body .woocommerce-page ul.products li.product .price-wrap .price .from {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
  text-transform: none;
  color: #877E6E;
}
body .woocommerce ul.products li.product .price-wrap .price .new,
body .woocommerce-page ul.products li.product .price-wrap .price .new {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  margin-right: 8px;
  color: #3C352A;
}
body .woocommerce ul.products li.product .price-wrap .price .old,
body .woocommerce-page ul.products li.product .price-wrap .price .old {
  color: #877E6E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
  text-decoration: line-through;
}
body .woocommerce ul.products li.product .price-wrap .price del,
body .woocommerce-page ul.products li.product .price-wrap .price del {
  margin-right: 4px;
}
body .woocommerce ul.products li.product .price-wrap .price ins,
body .woocommerce-page ul.products li.product .price-wrap .price ins {
  text-decoration: none;
}
body .woocommerce ul.products li.product .price-wrap .price.orange .new,
body .woocommerce-page ul.products li.product .price-wrap .price.orange .new {
  color: #F88E1F;
}
body .woocommerce ul.products li.product .price-wrap .price.orange .from,
body .woocommerce-page ul.products li.product .price-wrap .price.orange .from {
  color: #F88E1F;
}
body .woocommerce ul.products li.product .tag,
body .woocommerce-page ul.products li.product .tag {
  position: absolute;
  top: 16px;
  left: 16px;
  height: 32px;
  z-index: 1;
  background: #F88E1F;
  border-radius: 4px;
  color: #ffffff;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%; /* 18px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
body .woocommerce ul.products li.product .tag-alt,
body .woocommerce-page ul.products li.product .tag-alt {
  background: #877e6e;
}
body .woocommerce ul.products li.product .details,
body .woocommerce-page ul.products li.product .details {
  padding: 24px 22px 0 22px;
}
body .woocommerce ul.products li.product .length,
body .woocommerce-page ul.products li.product .length {
  margin-right: 16px;
}
body .woocommerce ul.products li.product .length,
body .woocommerce ul.products li.product .category,
body .woocommerce-page ul.products li.product .length,
body .woocommerce-page ul.products li.product .category {
  display: inline-flex;
  align-items: flex-start;
  color: #877e6e;
  font-size: 12px;
  font-weight: 400;
  line-height: 145%; /* 20.3px */
}
body .woocommerce ul.products li.product .length svg,
body .woocommerce ul.products li.product .category svg,
body .woocommerce-page ul.products li.product .length svg,
body .woocommerce-page ul.products li.product .category svg {
  margin-right: 4px;
  min-width: 16px;
}
body .woocommerce ul.products li.product .rating,
body .woocommerce-page ul.products li.product .rating {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 32px;
  z-index: 1;
  background: #ffffff;
  border-radius: 4px;
  padding: 4px 4px;
  color: #fcb64c;
  line-height: 0px;
  white-space: nowrap;
}
body .woocommerce ul.products li.product .rating img,
body .woocommerce-page ul.products li.product .rating img {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  margin: 0px;
}
body .woocommerce ul.products li.product .rating .num,
body .woocommerce-page ul.products li.product .rating .num {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding-right: 4px;
  padding-top: 2px;
  padding-left: 6px;
}
body .woocommerce ul.products li.product .thumbnail,
body .woocommerce-page ul.products li.product .thumbnail {
  position: relative;
  height: 216px;
  background: #f6f5f4;
}
body .woocommerce ul.products li.product .thumbnail img,
body .woocommerce-page ul.products li.product .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
  object-position: 50% 50%;
  transform: translate3d(0, 0, 0);
}
body .woocommerce ul.products li.product .thumbnail .img,
body .woocommerce-page ul.products li.product .thumbnail .img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

.related-section {
  padding-top: 48px;
  padding-bottom: 80px;
}
.related-section h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 115%;
  color: #3C352A;
  margin-bottom: 48px;
}

@media only screen and (max-width: 1200px) {
  body .woocommerce-page.columns-3 ul.products li.product,
  body .woocommerce.columns-3 ul.products li.product {
    width: calc(50% - 32px);
    margin-left: 16px;
    margin-right: 16px;
  }
  body .woocommerce-page.columns-4 ul.products li.product,
  body .woocommerce.columns-4 ul.products li.product {
    width: calc(33.33% - 32px);
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 800px) {
  body .woocommerce-page.columns-4 ul.products li.product,
  body .woocommerce.columns-4 ul.products li.product {
    width: calc(50% - 32px);
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 600px) {
  body .woocommerce-page.columns-4 ul.products li.product,
  body .woocommerce.columns-4 ul.products li.product {
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
  }
}
.main-hero {
  color: #ffffff;
  position: relative;
}
.main-hero .content {
  color: #3C352A;
}
.main-hero .content .button {
  margin-top: 32px;
}
.main-hero .container, .main-hero .external-link, .main-hero .contact-people .dw-container, .contact-people .main-hero .dw-container {
  padding-top: 30px;
  padding-bottom: 60px;
  margin-top: -170px;
  position: relative;
  z-index: 10;
}
.main-hero .label {
  color: #ffffff;
}
.main-hero__media {
  height: 45vh;
}
.main-hero__media:after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.main-hero .video-container {
  height: 100%;
}
.main-hero .video-container video {
  height: 100%;
  object-fit: cover;
}

.main-hero-extension {
  padding-top: 32px;
  padding-bottom: 56px;
}
.main-hero-extension .image-container {
  margin-top: 48px;
  max-width: 960px;
}
.main-hero-extension .button--text {
  margin-top: 56px;
}

@media screen and (min-width: 960px) {
  .main-hero {
    min-height: 95vh;
  }
  .main-hero__media {
    width: 50vw;
    left: 0;
    top: 40px;
    height: calc(100% - 70px - 40px - 50px);
    position: absolute;
    overflow: hidden;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }
  .main-hero__media:after {
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
  }
  .main-hero .content {
    padding-left: 28%;
  }
  .main-hero .container, .main-hero .external-link, .main-hero .contact-people .dw-container, .contact-people .main-hero .dw-container {
    min-height: calc(95vh - 70px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 61%;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 0;
    margin-left: 39%;
    margin-top: 0;
    z-index: 10;
    position: relative;
  }
  .button {
    margin-right: 8px;
  }
}
@media screen and (min-width: 1400px) {
  .main-hero {
    min-height: 90vh;
  }
  .main-hero__media {
    top: 40px;
    height: calc(100% - 100px - 40px);
  }
  .main-hero .container, .main-hero .external-link, .main-hero .contact-people .dw-container, .contact-people .main-hero .dw-container {
    min-height: calc(90vh - 70px);
    justify-content: flex-end;
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 960px) and (orientation: portrait) {
  .main-hero {
    min-height: 50vh;
  }
  .main-hero .container, .main-hero .external-link, .main-hero .contact-people .dw-container, .contact-people .main-hero .dw-container {
    padding-top: 160px;
    min-height: calc(50vh - 70px);
  }
}
.breadcrumbs {
  margin-top: 24px;
  color: #695d49;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.breadcrumbs a {
  font-weight: 400;
  text-decoration-line: underline;
}
.breadcrumbs a:hover {
  opacity: 0.8;
}

.courses-hero {
  margin-top: 24px;
}
.courses-hero .hero__text h1 {
  max-width: 90%;
}
.courses-hero .hero__text .label {
  margin-bottom: 8px;
}
.courses-hero .courses-hero-image {
  margin-top: 48px;
  position: relative;
}
.courses-hero .courses-hero-image img {
  border-radius: 12px;
  width: 100%;
}
.courses-hero .review-1,
.courses-hero .review-2 {
  position: absolute;
  background-color: white;
  box-shadow: 0px 4.04417px 10.11043px 0px rgba(0, 0, 0, 0.1), 10.11043px 19.20982px 20.22086px 0px rgba(0, 0, 0, 0.05);
  padding: 12px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  min-width: 170px;
}
.courses-hero .review-1 img,
.courses-hero .review-2 img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 12px;
}
.courses-hero .review-1 p,
.courses-hero .review-2 p {
  color: #3c352a;
  font-size: 14px;
  font-weight: 500;
  line-height: 145%;
  margin-bottom: 2px;
}
.courses-hero .review-1 span,
.courses-hero .review-2 span {
  color: #fcb64c;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%; /* 21px */
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
.courses-hero .review-1 .rating,
.courses-hero .review-2 .rating {
  display: flex;
  align-items: center;
}
.courses-hero .review-1 .rating svg,
.courses-hero .review-2 .rating svg {
  margin-right: 4px;
}
.courses-hero .review-1 {
  left: -24px;
  top: 24px;
}
.courses-hero .review-2 {
  right: -24px;
  bottom: 40px;
}
.courses-hero .search-field-wrap {
  display: none;
}
.courses-hero .search-field-wrap-mobile {
  display: block;
}
.courses-hero .search-field {
  margin-bottom: 48px;
  margin-top: 60px;
  width: 100%;
  position: relative;
}
.courses-hero .search-field .lds-ring {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 16px;
  width: 24px;
  height: 24px;
  display: block;
  opacity: 0;
  transition: all 300ms;
}
.courses-hero .search-field.loading .lds-ring {
  display: block;
  opacity: 1;
}
.courses-hero .search-field input {
  padding-left: 64px;
  padding-right: 24px;
  width: 100%;
  max-width: 100%;
  height: 64px;
  background: #FFF;
  color: #2C3A42;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 155%;
  font-weight: 400;
  border: none;
  outline: none;
  box-sizing: border-box;
  background-image: url("./dw-img/search-icon.svg");
  background-repeat: no-repeat;
  background-position: 24px 50%;
  border-radius: 12px;
  box-shadow: 0px 4px 16px -4px rgba(44, 58, 66, 0.12);
}
.courses-hero .search-field input::placeholder {
  color: rgba(44, 58, 66, 0.4);
  font-style: normal;
  font-weight: normal;
}

@media screen and (min-width: 960px) {
  .courses-hero {
    margin-top: 32px;
  }
  .courses-hero .search-field {
    width: 421px;
  }
  .courses-hero .search-field-wrap {
    display: block;
  }
  .courses-hero .search-field-wrap-mobile {
    display: none;
  }
  .courses-hero .courses-hero-image img {
    border-radius: 24px;
  }
  .courses-hero .container, .courses-hero .external-link, .courses-hero .contact-people .dw-container, .contact-people .courses-hero .dw-container {
    display: flex;
    align-items: center;
  }
  .courses-hero .courses-hero-image-col {
    width: 50%;
    flex-shrink: 0;
  }
}
.full-gradient-background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.full-gradient-background canvas {
  opacity: 0.45;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100% !important;
  height: 100% !important;
}

.business-hero-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.business-hero-image .image {
  position: absolute;
  top: 300px;
  right: 0px;
  bottom: 0px;
  left: 24px;
  max-height: 400px;
  overflow: hidden;
  border-radius: 24px 0px 0px 24px;
}
.business-hero-image .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 24px 0px 0px 24px;
  overflow: hidden;
}

@media screen and (min-width: 1900px) {
  .business-hero-image .image {
    top: 300px;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    max-height: 600px;
    border-radius: 24px;
  }
  .business-hero-image .image img {
    border-radius: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
.page-hero {
  padding-top: 40px;
}
.page-hero .arrow-back {
  position: absolute;
  left: 0px;
  top: -5px;
}
.page-hero .arrow-back .hero-back-link {
  margin-top: 0px;
}
.page-hero h1 {
  color: #2C3A42;
  width: 100%;
  max-width: 940px;
}
.page-hero .hero-rectangle {
  position: absolute;
  left: 20%;
  right: -20%;
  top: 0px;
  bottom: 0px;
  text-align: center;
  display: flex;
}
.page-hero .hero-rectangle img {
  max-height: 100%;
}
.page-hero .hero-rectangle.animated {
  overflow: hidden;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.page-hero.has-back .richtext {
  max-width: 762px;
}
.page-hero:not(.has-back) .richtext:before {
  content: "";
}
.page-hero .richtext {
  max-width: 649px;
  width: 100%;
  z-index: 1;
  position: relative;
  margin-top: 40px;
  padding-left: 48px;
}
.page-hero .richtext:before {
  display: block;
  position: absolute;
  left: 16px;
  top: 12px;
  width: 20px;
  height: 1.5px;
  background-color: #F88E1F;
}
.page-hero .richtext p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 165%;
  color: #566168;
}
.page-hero .container, .page-hero .external-link, .page-hero .contact-people .dw-container, .contact-people .page-hero .dw-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 5vh;
}
.page-hero .hero__text {
  padding-top: 56px;
  z-index: 1;
  position: relative;
}
.page-hero .hero__text h1 {
  pointer-events: none;
}
.page-hero .hero__media {
  margin-top: -16px;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 24px;
}
.page-hero .col-media {
  padding-left: 0;
  padding-right: 0;
}
.page-hero .wide-hero-image-col {
  width: 100%;
  position: relative;
}
.page-hero .wide-hero-image-col.with-contact-card {
  margin-top: 32px;
}
.page-hero .wide-hero-image {
  margin-top: 32px;
  border-radius: 12px;
  margin-right: 0px;
  overflow: hidden;
  line-height: 0px;
  height: 0px;
  padding-top: 50%;
  position: relative;
  margin-left: 40px;
}
.page-hero .wide-hero-image .image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.page-hero .wide-hero-image .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.page-hero .left-hero-image-col {
  width: 100%;
  position: relative;
}
.page-hero .left-hero-image {
  margin-top: 0px;
  border-radius: 12px;
  margin-right: 0px;
  overflow: hidden;
  line-height: 0px;
  height: 0px;
  padding-top: 50%;
  position: relative;
  margin-left: 32px;
}
.page-hero .left-hero-image .image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.page-hero .left-hero-image .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.page-hero.news-post-hero .hero__text, .page-hero.page-hero--simple .hero__text {
  margin-left: auto;
  margin-right: auto;
}
.page-hero.news-post-hero .wide-hero-image, .page-hero.page-hero--simple .wide-hero-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 1062px;
}
.page-hero.news-post-archive-hero .container, .page-hero.news-post-archive-hero .external-link, .page-hero.news-post-archive-hero .contact-people .dw-container, .contact-people .page-hero.news-post-archive-hero .dw-container {
  min-height: 0px;
}
.page-hero .box-image {
  position: absolute;
  right: 8%;
  top: 24px;
  left: 8%;
  text-align: right;
}
.page-hero .box-image svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.page-hero .hero__details {
  padding-left: 0px;
  position: relative;
  margin-top: 0px;
}
.page-hero .hero__details .arrow-back {
  position: relative;
  display: inline-block;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  margin-bottom: 24px;
}
.page-hero .hero__details .arrow-back .label-wrap {
  display: none;
}
.page-hero .hero__details .arrow-back.no-back {
  cursor: default;
}
.page-hero .hero__details .arrow-back.no-back:hover {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  width: auto;
}
.page-hero .hero__details .arrow-back.no-back .back-arrow {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  width: auto;
}
.page-hero .hero__details .arrow-back.no-back svg {
  display: none;
}
.page-hero .hero__details .arrow-back.no-back .label-wrap {
  display: none;
}
.page-hero .hero__details .arrow-back.no-back .back-line {
  margin-top: 12px;
  display: block;
  height: 2px;
  width: 88px;
  background-color: rgb(255, 102, 0);
}
.page-hero .hero__details .case-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: start;
  padding-bottom: 16px;
}
.page-hero .hero__details .case-detail .label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 115%;
  color: rgba(44, 58, 66, 0.6);
  display: inline-block;
  width: 166px;
  letter-spacing: normal;
  text-transform: none;
  max-width: 50%;
}
.page-hero .hero__details .case-detail .value {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  max-width: 50%;
  color: rgba(44, 58, 66, 0.8);
}
.page-hero .hero__details .case-detail .value a {
  display: inline;
  color: rgba(44, 58, 66, 0.8);
  border-bottom: 1px solid rgba(44, 58, 66, 0.8);
}
.page-hero .hero__details .case-detail .value a:after {
  display: none;
}
.page-hero .hero__details .case-detail p {
  color: rgba(44, 58, 66, 0.8);
}
.page-hero .contact-card {
  position: absolute;
  display: block;
  background-color: #FFF;
  width: 357px;
  box-sizing: border-box;
  border-radius: 12px;
  top: 0px;
  right: 0px;
  z-index: 10;
  padding: 16px;
  position: relative;
  width: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-bottom: -20px;
  cursor: pointer;
  text-decoration: none;
}
.page-hero .contact-card .arrow {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -16px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}
.page-hero .contact-card:hover .arrow {
  transform: translateY(4px);
}
.page-hero .contact-card .title {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  color: #2C3A42;
  padding-right: 32px;
}
.page-hero .contact-card .person-info {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 32px;
}
.page-hero .contact-card .person-name,
.page-hero .contact-card .person-title {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #2C3A42;
}
.page-hero .contact-card .person-title {
  color: #566168;
}
.page-hero .contact-card .profile-photo {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  overflow: hidden;
  margin-right: 16px;
  flex-shrink: 0;
}
.page-hero .contact-card .profile-photo img {
  border-radius: 32px;
}

@media screen and (min-width: 476px) {
  .page-hero .contact-card {
    position: absolute;
    width: 357px;
    top: 0px;
    right: 0px;
    margin-top: 0px;
    padding: 32px;
    margin-left: auto;
    margin-bottom: 0px;
  }
  .page-hero .contact-card .title {
    font-size: 24px;
    line-height: 130%;
    padding-right: 32px;
  }
}
@media screen and (min-width: 576px) {
  .page-hero .arrow-back {
    top: -5px;
  }
  .page-hero .richtext {
    padding-left: 94px;
  }
  .page-hero .richtext::before {
    width: 64px;
  }
  .page-hero .richtext p {
    font-size: 18px;
  }
  .page-hero .wide-hero-image {
    margin-top: 48px;
    border-radius: 24px;
    margin-left: 86px;
  }
  .page-hero .left-hero-image {
    margin-left: 78px;
  }
  .page-hero .hero__details .case-detail .label {
    font-size: 18px;
    line-height: 115%;
  }
  .page-hero .hero__details .case-detail .value {
    font-size: 18px;
    line-height: 115%;
  }
}
@media screen and (min-width: 768px) {
  .page-hero .richtext {
    padding-left: 116px;
  }
  .page-hero .richtext:before {
    top: 12px;
    width: 83px;
  }
  .page-hero .hero__media {
    margin-left: 0;
    margin-right: 0;
  }
  .page-hero .col-media {
    padding-left: 8px;
    padding-right: 8px;
  }
  .page-hero .col-media .image {
    border-radius: 24px 24px 24px 24px;
  }
  .page-hero .hero-rectangle {
    left: 20%;
    right: 0px;
    top: 140px;
  }
  .page-hero .wide-hero-image {
    margin-left: 106px;
  }
  .page-hero .left-hero-image {
    margin-left: 100px;
  }
  .page-hero .hero__details {
    padding-left: 120px;
    margin-top: 64px;
  }
  .page-hero .hero__details .arrow-back {
    position: absolute;
    left: 0px;
    top: -22px;
    margin-top: 12px;
  }
  .page-hero .hero__details .arrow-back .label-wrap {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .page-hero .hero__media {
    margin-top: 0;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
  }
  .page-hero .hero__media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .page-hero .left-hero-image-col {
    width: 35%;
  }
  .page-hero .left-hero-image-col .left-hero-image {
    padding-top: 133.33%;
    margin-left: 0px;
  }
  .page-hero.page-hero--image-left .container, .page-hero.page-hero--image-left .external-link, .page-hero.page-hero--image-left .contact-people .dw-container, .contact-people .page-hero.page-hero--image-left .dw-container {
    flex-direction: row;
    padding-top: 20px;
  }
  .page-hero.page-hero--image-left .hero__text {
    padding-top: 0px;
    width: 65%;
    padding-left: 48px;
  }
  .page-hero.page-hero--image-left .richtext {
    padding-left: 74px;
    max-width: 100%;
  }
  .page-hero.page-hero--image-left .richtext::before {
    width: 42px;
  }
  .page-hero .wide-hero-image-col.with-contact-card {
    margin-top: 100px;
  }
  .page-hero .contact-card {
    display: block;
    top: -56px;
    right: 64px;
  }
  .page-hero .col-media {
    padding-left: 0;
    padding-right: 0;
  }
  .page-hero .col-media .image {
    border-radius: 24px 0 0 24px;
  }
  .page-hero .hero-rectangle {
    left: 20%;
    right: 0px;
    display: block;
  }
  .page-hero .wide-hero-image {
    margin-left: 114px;
  }
  .page-hero .richtext::before {
    left: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .page-hero.page-hero--image-left .container, .page-hero.page-hero--image-left .external-link, .page-hero.page-hero--image-left .contact-people .dw-container, .contact-people .page-hero.page-hero--image-left .dw-container {
    padding-top: 52px;
    align-items: center;
    justify-content: center;
  }
  .page-hero.page-hero--image-left .richtext {
    padding-left: 109px;
  }
  .page-hero.page-hero--image-left .richtext::before {
    width: 77px;
  }
}
@media screen and (min-width: 1400px) {
  .page-hero .richtext {
    padding-left: 112px;
  }
  .page-hero .richtext:before {
    top: 12px;
    width: 79px;
  }
  .page-hero .hero-rectangle {
    left: 20%;
    right: 0px;
  }
  .page-hero .richtext {
    padding-left: 114px;
  }
}
@media screen and (min-width: 1650px) {
  .page-hero .hero__text {
    padding-top: 96px;
  }
  .page-hero .hero__media {
    width: calc((100vw - 1650px) / 2 + 50%);
  }
  .page-hero .hero-rectangle {
    top: 140px;
    left: 0px;
    right: 0px;
  }
  .page-hero .richtext {
    padding-left: 114px;
  }
}
.hero-back-link {
  position: relative;
  pointer-events: all;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F88E1F;
  position: relative;
  padding-left: 80px;
  margin-top: 32px;
  height: 40px;
  display: inline-block;
}
.hero-back-link .back-arrow {
  overflow: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -12px;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  width: 36px;
}
.hero-back-link .label-wrap {
  pointer-events: none;
  -webkit-mask-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0px, rgb(0, 0, 0) 40px);
  position: absolute;
  transform: rotate(-90deg);
  top: 0px;
  right: 10px;
  transform-origin: 100% 0%;
  display: block;
  padding-left: 50px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  transform: rotate(-90deg) translate(-100%, 0px);
  -webkit-transform: rotate(-90deg) translate(-100%, 0px);
  margin-top: -22px;
  display: none;
}
.hero-back-link .label {
  display: block;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  transform: translate(100%, 0px);
  -webkit-transform: translate(100%, 0px);
  color: #F88E1F;
  font-size: 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero-back-link:hover .back-arrow {
  transform: translate(-4px, 0px);
  -webkit-transform: translate(-4px, 0px);
}
.hero-back-link:hover .label-wrap {
  transform: rotate(-90deg) translate(0px, 0px);
  -webkit-transform: rotate(-90deg) translate(0px, 0px);
  margin-top: -38px;
}
.hero-back-link:hover .label {
  transform: translate(-50px, 0px);
  -webkit-transform: translate(-50px, 0px);
}

@media screen and (min-width: 576px) {
  .hero-back-link .back-arrow {
    width: 60px;
  }
}
@media screen and (min-width: 768px) {
  .hero-back-link .label-wrap {
    display: block;
  }
  .hero-back-link .back-arrow {
    width: 100%;
  }
  .hero-back-link:hover .back-arrow {
    transform: translate(-4px, 0px);
    -webkit-transform: translate(-4px, 0px);
    width: 64px;
  }
}
.news-archive-section {
  margin-top: 150px;
  margin-bottom: 133px;
}

.news-archive-list-wrap {
  display: block;
}
.news-archive-list-wrap .block-title {
  margin-bottom: 48px;
}
.news-archive-list-wrap .block-title h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #2C3A42;
}
.news-archive-list-wrap .news-archive-list {
  width: 100%;
  border-top: 1px solid rgba(60, 53, 42, 0.16);
}
.news-archive-list-wrap .news-archive-list article {
  padding: 32px 0px;
  border-bottom: 1px solid rgba(44, 58, 66, 0.15);
  padding-right: 96px;
  position: relative;
}
.news-archive-list-wrap .news-archive-list article .meta {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #566168;
  margin-bottom: 8px;
}
.news-archive-list-wrap .news-archive-list article .post-thumb__title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #2C3A42;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}
.news-archive-list-wrap .news-archive-list article .arrow {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -12px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}
.news-archive-list-wrap .news-archive-list article:hover .arrow {
  transform: translate(4px, 0px);
  -webkit-transform: translate(4px, 0px);
}
.news-archive-list-wrap .news-archive-list article:hover .post-thumb__title {
  color: #F88E1F;
}
.news-archive-list-wrap .pagination {
  display: none;
}
.news-archive-list-wrap .custom-load-more-button,
.news-archive-list-wrap .load-more-button {
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 32px;
  position: relative;
}
.news-archive-list-wrap .custom-load-more-button span,
.news-archive-list-wrap .load-more-button span {
  margin-right: 0px;
}
.news-archive-list-wrap .custom-load-more-button .spinner,
.news-archive-list-wrap .load-more-button .spinner {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0px;
  background-color: #fff;
  border: 4px solid #F88E1F;
  margin-right: -48px;
  margin-left: 14px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
}
.news-archive-list-wrap .custom-load-more-button .spinner.visible,
.news-archive-list-wrap .load-more-button .spinner.visible {
  display: inline-block;
}

@media screen and (min-width: 960px) {
  .news-archive-list-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .news-archive-list-wrap .news-archive-list {
    max-width: 733px;
  }
}
.events-archive.section {
  margin-top: 150px;
  margin-bottom: 133px;
}
.events-archive.section .section-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 115%;
  margin-bottom: 64px;
  margin-top: 64px;
}
.events-archive.section .upcoming-events-wrap {
  border-top: 1px solid rgba(60, 53, 42, 0.16);
  border-bottom: 1px solid rgba(44, 58, 66, 0.15);
  margin-top: 64px;
  padding-bottom: 64px;
}
.events-archive.section .load-more-button-wrap {
  margin-top: 64px;
}

.featured-events__grid .masonry-grid-sizer,
.featured-events__grid .event-item {
  width: 100%;
}
.featured-events__grid .masonry-grid .masonry-gutter-sizer {
  width: 0px;
}

.event-item {
  padding: 0px;
  background-color: rgba(136, 136, 136, 0.2);
  margin-bottom: 32px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.event-item > a {
  display: block;
  position: relative;
  padding-top: 100%;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.event-item .contained-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.event-item .contained-image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  color: rgba(0, 0, 0, 0);
}
.event-item .video-available {
  position: absolute;
  top: 32px;
  left: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  color: #2C3A42;
  height: 28px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  display: inline-block;
  padding: 4px 8px;
  box-sizing: border-box;
  white-space: nowrap;
  vertical-align: top;
}
.event-item .video-available::before {
  content: "";
  width: 16px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  background-image: url("./dw-img/have-video.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 8px;
}
.event-item .event-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-end;
  box-sizing: border-box;
  color: #FFF;
  position: absolute;
  width: 100%;
  height: 220px;
  padding: 32px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.event-item .event-details .event-category {
  margin-bottom: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.event-item .event-details .event-title {
  color: #FFFFFF;
}
.event-item .event-details .attributes {
  margin-top: 26px;
}
.event-item .event-details .attributes .calendar {
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  margin-right: 32px;
}
.event-item .event-details .attributes .calendar::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  background-image: url("./dw-img/calendar-icon.svg");
  margin-right: 8px;
}
.event-item .event-details .attributes .online {
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  margin-right: 32px;
}
.event-item .event-details .attributes .online::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  background-image: url("./dw-img/online-icon.svg");
  margin-right: 8px;
}

@media screen and (min-width: 768px) {
  .featured-events__grid .masonry-grid-sizer,
  .featured-events__grid .event-item {
    width: 50%;
    width: calc(50% - 32px);
  }
  .featured-events__grid .masonry-grid .masonry-gutter-sizer {
    width: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .featured-events__grid .masonry-grid-sizer,
  .featured-events__grid .event-item {
    width: 33.33%;
    width: calc(33.33% - 22px);
  }
  .featured-events__grid .masonry-grid .masonry-gutter-sizer {
    width: 32px;
  }
}
.event-single-main {
  padding-top: 0px;
}

.event-single-hero {
  color: #fff;
  border-radius: 0px 0px 24px 24px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  margin-bottom: 100px;
}
.event-single-hero::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  border-radius: 0px 0px 24px 24px;
}
.event-single-hero h1 {
  color: #fff;
}
.event-single-hero .container, .event-single-hero .external-link, .event-single-hero .contact-people .dw-container, .contact-people .event-single-hero .dw-container {
  padding-bottom: 80px;
}

.single-event-container {
  position: relative;
}
.single-event-container .trig-bottom {
  position: absolute;
  bottom: 0px;
  width: 1px;
  display: block;
}

.single-event-section-wrap {
  margin-bottom: 100px;
}

.single-event-section {
  display: block;
  position: relative;
}
.single-event-section .sidebar-wrap {
  display: block;
  margin-bottom: 48px;
  width: 100%;
  padding-right: 0px;
  box-sizing: border-box;
}
.single-event-section .sidebar {
  width: 100%;
  padding-right: 0px;
  box-sizing: border-box;
}
.single-event-section .sidebar .sidebar-ctas {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: start;
  margin-right: auto;
}
.single-event-section .sidebar .button {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 24px;
  margin-right: 0px;
}
.single-event-section .sidebar .side-info {
  margin-bottom: 80px;
}
.single-event-section .sidebar .side-info span {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  padding-left: 33px;
  position: relative;
  margin-bottom: 24px;
}
.single-event-section .sidebar .side-info span::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0px;
  top: -1px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.single-event-section .sidebar .side-info span.time::before {
  background-image: url("./dw-img/time-icon-dark.svg");
}
.single-event-section .sidebar .side-info span.date::before {
  background-image: url("./dw-img/calendar-icon-dark.svg");
}
.single-event-section .sidebar .side-info span.address::before {
  background-image: url("./dw-img/location-icon-dark.svg");
}
.single-event-section .sidebar .side-info span.marker::before {
  background-image: url("./dw-img/location-icon-dark.svg");
}
.single-event-section .event-content {
  width: 843px;
  max-width: 100%;
}
.single-event-section .speakers-wrap {
  margin-top: 64px;
}
.single-event-section .speakers-list .speaker {
  margin-top: 48px;
}
.single-event-section .speakers-list .speaker .speaker-image {
  width: 78px;
  height: 78px;
  margin-right: 32px;
  border-radius: 39px;
  overflow: hidden;
}
.single-event-section .speakers-list .speaker .speaker-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.single-event-section .speakers-list .speaker .speaker-title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
}

.side-info .detail:not(:last-child) {
  margin-bottom: 24px;
}
.side-info .label {
  color: var(--color-text-1) 40;
  margin-bottom: 8px;
}
.side-info .contact {
  display: flex;
  margin-top: 12px;
}
.side-info .contact p {
  margin-top: 6px;
  margin-bottom: 4px;
}
.side-info .contact img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 25px;
  overflow: hidden;
  margin-right: 16px;
}

@media screen and (min-width: 960px) {
  .single-event-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .single-event-section .sidebar-wrap {
    display: block;
    width: 372px;
    margin-bottom: 0px;
  }
  .single-event-section .sidebar-wrap.bottom.fixed, .single-event-section .sidebar-wrap.fixed {
    position: fixed;
    top: 0px;
    margin-top: 100px;
    bottom: auto;
  }
  .single-event-section .sidebar-wrap.bottom {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .single-event-section .sidebar {
    margin-bottom: 0px;
    display: block;
    width: 372px;
    padding-right: 32px;
  }
  .single-event-section .sidebar .side-info {
    margin-bottom: 0;
  }
  .single-event-section .event-content {
    width: calc(100% - 372px - 24px);
    max-width: 843px;
    margin-left: auto;
  }
}
.spinner {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.popup-video {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  opacity: 0;
}
.popup-video.hidden {
  display: none;
}
.popup-video.animate {
  opacity: 1;
}
.popup-video .close-button {
  display: block;
  position: absolute;
  width: 56px;
  height: 56px;
  top: 0px;
  right: 0px;
  background-color: #F88E1F;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  line-height: 0px;
  border-radius: 0px 12px 0px 0px;
}
.popup-video .close-button svg {
  margin-top: 16px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.popup-video .close-button:hover svg {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.popup-video .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
  z-index: 1;
}
.popup-video .popup-content-scroll-wrap {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 960px;
  width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  background-color: #FFF;
  background-color: transparent;
  overflow: hidden;
}
.popup-video.scrollable .popup-content-scroll-wrap {
  height: 100%;
}
.popup-video .popup-content-scroll {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  padding-right: 40px;
  margin-right: -40px;
  max-height: 100%;
  overflow-y: scroll;
}
.popup-video .popup-content-scroll::-webkit-scrollbar {
  width: 0px;
}
.popup-video .popup-content {
  display: block;
  width: 100%;
  padding-top: 64px;
  padding-top: 0px;
}
.popup-video .popup-content .video-wrap {
  line-height: 0px;
  width: 100%;
}
.popup-video .popup-content video {
  width: 100%;
  line-height: 0px;
  border-radius: 12px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .popup-video .close-button {
    border-radius: 0px 24px 0px 0px;
  }
  .popup-video .popup-content video {
    border-radius: 24px;
  }
}
.product-content {
  padding-top: 85px;
}
.product-content .article-single-date {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #F88E1F;
  margin-bottom: 8px;
  display: inline-block;
}
.product-content h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 115%;
  margin-bottom: 40px;
}
.product-content .wysiwyg,
.product-content .wysiwyg * {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 155%;
  color: #3C352A;
}

.container.narrow, .narrow.external-link, .contact-people .narrow.dw-container {
  max-width: 1002px;
  margin-left: auto;
  margin-right: auto;
}

.header-hidden .fixed-add-to-cart-bar {
  top: -300px;
}
.header-hidden .fixed-add-to-cart-bar.visible {
  top: 0px;
}

body.customize-support .fixed-add-to-cart-bar {
  margin-top: 32px;
}
@media only screen and (max-width: 782px) {
  body.customize-support .fixed-add-to-cart-bar {
    margin-top: 46px;
  }
}
@media only screen and (max-width: 600px) {
  body.customize-support .fixed-add-to-cart-bar {
    margin-top: 0px;
  }
}

.fixed-add-to-cart-bar {
  position: fixed;
  top: -200px;
  left: 0px;
  width: 100%;
  border-top: 1px solid rgba(60, 53, 42, 0.04);
  box-sizing: border-box;
  transition: top 300ms ease-out;
  background-color: #FFF;
  z-index: 100;
}
.fixed-add-to-cart-bar.visible {
  top: 70px;
}
.fixed-add-to-cart-bar .col {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 112px;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fixed-add-to-cart-bar .submit-part {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
}
.fixed-add-to-cart-bar .submit-part .button {
  margin-top: 0px;
}
@media only screen and (max-width: 480px) {
  .fixed-add-to-cart-bar .submit-part .button .arrow {
    display: none;
  }
  .fixed-add-to-cart-bar .submit-part .button span {
    margin-right: 0px;
  }
}
.fixed-add-to-cart-bar .quantity-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-top: 8px;
  background: #FFFFFF;
  border: 1px solid rgba(60, 53, 42, 0.16);
  border-radius: 40px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.fixed-add-to-cart-bar .quantity-input input {
  border: none;
  outline: none;
  background: transparent;
  height: 46px;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .fixed-add-to-cart-bar .quantity-input input.qty {
    width: 1.63em;
  }
}
.fixed-add-to-cart-bar .quantity-input input[type=number]::-webkit-inner-spin-button,
.fixed-add-to-cart-bar .quantity-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fixed-add-to-cart-bar .quantity-input input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}
.fixed-add-to-cart-bar .quantity-input span {
  display: block;
  line-height: 0px;
  cursor: pointer;
  width: 46px;
  height: 46px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.fixed-add-to-cart-bar .quantity-input span.inc {
  padding-right: 8px;
}
.fixed-add-to-cart-bar .quantity-input span.dec {
  padding-left: 8px;
}
.fixed-add-to-cart-bar .title-wrap {
  padding-right: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.fixed-add-to-cart-bar .title-wrap .thumbnail {
  width: 64px;
  border-radius: 50%;
  margin-right: 16px;
}
.fixed-add-to-cart-bar .title-wrap img {
  border-radius: 50%;
}
.fixed-add-to-cart-bar .title-wrap p {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #3C352A;
}
.fixed-add-to-cart-bar .price-per-person {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #3C352A;
  padding-bottom: 0px;
  text-align: right;
  display: block;
  margin-right: 32px;
}
.fixed-add-to-cart-bar .price-per-person.orange .price {
  color: #F88E1F;
}
.fixed-add-to-cart-bar .price-per-person .regular-price {
  display: block;
  color: #877E6E;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 20.8px */
  text-decoration: line-through;
}
.fixed-add-to-cart-bar .price-per-person .from-label {
  font-size: 20px;
  margin-right: 8px;
}
.fixed-add-to-cart-bar .price-per-person .price {
  font-weight: 600;
  color: #3C352A;
  font-style: normal;
  font-size: 24px;
  line-height: 130%;
  text-align: right;
  color: #3C352A;
}
.fixed-add-to-cart-bar form.no-price .price-per-person {
  display: none;
}

body .woocommerce div.product p.stock {
  font-size: 0.9em;
  line-height: 1.4em;
}
body .woocommerce div.product .out-of-stock {
  color: #F88E1F;
}

.wysiwyg-2,
.wysiwyg {
  color: #695d49;
}
.wysiwyg-2 > ul,
.wysiwyg-2 > ol,
.wysiwyg-2 > h1,
.wysiwyg-2 > h2,
.wysiwyg-2 > h3,
.wysiwyg-2 > h4,
.wysiwyg-2 > h5,
.wysiwyg-2 > h6,
.wysiwyg-2 > p,
.wysiwyg > ul,
.wysiwyg > ol,
.wysiwyg > h1,
.wysiwyg > h2,
.wysiwyg > h3,
.wysiwyg > h4,
.wysiwyg > h5,
.wysiwyg > h6,
.wysiwyg > p {
  max-width: 800px;
  margin-top: 2em;
  margin-bottom: 1em;
}
.wysiwyg-2 h1,
.wysiwyg-2 h2,
.wysiwyg-2 h3,
.wysiwyg-2 h4,
.wysiwyg-2 h5,
.wysiwyg-2 h6,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  color: #3c352a;
  font-weight: 600;
}
.wysiwyg-2 h1:first-child,
.wysiwyg-2 h2:first-child,
.wysiwyg-2 h3:first-child,
.wysiwyg-2 h4:first-child,
.wysiwyg-2 h5:first-child,
.wysiwyg-2 h6:first-child,
.wysiwyg h1:first-child,
.wysiwyg h2:first-child,
.wysiwyg h3:first-child,
.wysiwyg h4:first-child,
.wysiwyg h5:first-child,
.wysiwyg h6:first-child {
  margin-top: 16px;
}
.wysiwyg-2 > ul li,
.wysiwyg-2 > ol li,
.wysiwyg > ul li,
.wysiwyg > ol li {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.wysiwyg-2 > ul,
.wysiwyg > ul {
  list-style-type: none;
  padding-left: 16px;
  margin-top: 1em;
  margin-bottom: 2em;
  line-height: 150%;
}
.wysiwyg-2 > ol,
.wysiwyg > ol {
  line-height: 150%;
}
.wysiwyg-2 > ul li,
.wysiwyg > ul li {
  padding-left: 32px;
  position: relative;
}
.wysiwyg-2 > ul li::before,
.wysiwyg > ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 0.5em;
  margin-top: -1px;
  width: 4px;
  height: 4px;
  background-color: #F88E1F;
}
.wysiwyg-2 > p,
.wysiwyg > p {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 150%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.wysiwyg-2 table td,
.wysiwyg table td {
  padding: 12px;
  border: 1px solid rgb(198, 207, 212);
}
.wysiwyg-2 .wp-block-image,
.wysiwyg .wp-block-image {
  margin: 0px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 12px;
  overflow: hidden;
}
.wysiwyg-2 .wp-block-image img,
.wysiwyg .wp-block-image img {
  border-radius: 12px;
  height: auto;
}
.wysiwyg-2 > ul > li > a,
.wysiwyg-2 > p > a,
.wysiwyg > ul > li > a,
.wysiwyg > p > a {
  border-bottom: rgba(44, 58, 66, 0.15) 1px solid;
}
.wysiwyg-2 strong,
.wysiwyg strong {
  color: #3c352a;
}
.wysiwyg-2 img,
.wysiwyg img {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 16px;
}

.contact-people {
  margin-bottom: 96px;
  padding-top: 0;
}
.contact-people .contact-person {
  background: #FFFFFF;
  box-shadow: 10px 19px 20px rgba(0, 0, 0, 0.05), 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 24px;
  width: 100%;
  margin-bottom: 24px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.contact-people .contact-person a {
  display: flex;
  align-items: center;
}
.contact-people .contact-person a img {
  margin-right: 12px;
}
.contact-people .contact-person .contact-person__image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 60px;
  margin-right: 24px;
}
.contact-people .contact-person .contact-person__details {
  opacity: 0.6;
}
.contact-people .contact-person a + a,
.contact-people .contact-person .contact-person__details {
  margin-top: 4px;
}
.contact-people .contact-person .contact-person__contact {
  margin-top: 16px;
}
.contact-people .contact-person .contact-person__inner {
  display: flex;
}

.external-link {
  margin-bottom: 96px;
  padding-top: 0;
}
.external-link a {
  background: #FFFFFF;
  display: block;
  box-shadow: 10px 19px 20px rgba(0, 0, 0, 0.05), 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 24px;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.external-link a .contained-image {
  margin-top: 24px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.external-link a .contained-image .image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.external-link a .contained-image .ratio {
  width: 100%;
}
.external-link a .meta {
  color: #F88E1F;
}
.external-link a h3 {
  margin-bottom: 4px;
}

.block.scroll-link {
  padding: 0px;
}

.search-section .empty-spacer {
  height: 10px;
}
.search-section h1 {
  margin-bottom: 48px;
  text-align: center;
}
.search-section .no-results {
  padding: 0px;
  max-width: 623px;
  margin: 0px auto;
  margin-top: 146px;
  margin-bottom: 144px;
}
.search-section .no-results h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #2C3A42;
  margin-bottom: 20px;
}
.search-section .no-results p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: rgba(44, 58, 66, 0.6);
}
.search-section .load-more-button-wrap {
  text-align: center;
  margin-top: 64px;
}
.search-section .load-more-button {
  padding-left: 32px;
  padding-right: 32px;
  margin: 0px;
  position: relative;
}
.search-section .load-more-button span {
  margin-right: 0px;
}
.search-section .load-more-button .spinner {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0px;
  background-color: #fff;
  border: 4px solid #f60;
  margin-right: -48px;
  margin-left: 14px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
}
.search-section .load-more-button .spinner.visible {
  display: inline-block;
}
.search-section .pagination {
  display: none;
}

.search-section.page-hero {
  padding-top: 96px;
}

.search-everything-highlight-color {
  background-color: transparent !important;
}

.search-form label {
  display: none;
}
.search-form .search-button {
  display: none;
}
.search-form .icon {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -12px;
}
.search-form .input-wrap {
  position: relative;
}
.search-form .input {
  display: block;
  width: 100%;
  height: 64px;
  box-sizing: border-box;
  padding: 8px;
  padding-left: 40px;
  border: none;
  background-color: transparent;
  border-radius: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  color: rgba(44, 58, 66, 0.8);
  border-bottom: 1px solid rgba(44, 58, 66, 0.4);
  outline: none;
}
.search-form .input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  /* or 38px */
  display: flex;
  align-items: center;
  /* Neutrals / Dark 40% */
  color: rgba(44, 58, 66, 0.4);
}

.search-col {
  max-width: 842px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.search-item {
  padding: 36px 0px;
  border-bottom: 1px solid rgba(44, 58, 66, 0.15);
  position: relative;
  padding-right: 80px;
}
.search-item .label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  /* identical to box height, or 18px */
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(44, 58, 66, 0.6);
  margin-bottom: 8px;
}
.search-item .title {
  margin: 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  transition: all 300ms;
}
.search-item .description {
  margin-top: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  /* or 24px */
  /* Neutrals / Dark 80% */
  color: rgba(44, 58, 66, 0.8);
}
.search-item .description .found-part {
  color: #2C3A42;
  font-weight: 600;
}
.search-item .arrow {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -12px;
  transition: all 300ms;
}
.search-item .date {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(44, 58, 66, 0.6);
  padding: 2px 6px;
  border: 1px solid rgba(44, 58, 66, 0.15);
  border-radius: 4px;
  margin-top: 24px;
  margin-right: 8px;
}
.search-item a:hover .title {
  color: #f60;
}
.search-item a:hover .arrow {
  transform: translateX(4px);
}

.full-gradient-background {
  position: fixed;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.full-gradient-background .first,
.full-gradient-background .second {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.full-gradient-background canvas {
  opacity: 0.6;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100% !important;
  height: 100% !important;
}

.testimonials-section .testimonial + .testimonial {
  margin-top: 96px;
}
.testimonials-section .color-change__container {
  margin-top: -3.5vw;
  padding-top: 100px;
  padding-bottom: 56px;
}

.quote__image .image-container {
  position: relative;
}
.quote__image img {
  width: 100%;
}
.quote__image .image__secondary {
  position: absolute;
  bottom: -96px;
  left: 48px;
  width: 50%;
}
.quote__author {
  position: absolute;
  right: 24px;
  top: 32px;
  padding-bottom: 32px;
  color: #ffffff;
  z-index: 10;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
}
.quote__author p + p {
  margin-right: 4px;
}
.quote__author p:nth-child(1) {
  font-weight: 600;
}
.quote__author p:nth-child(2) {
  color: rgba(255, 255, 255, 0.6);
}
.quote__content {
  padding-top: 48px;
}
.quote .label, .quote__text {
  color: rgba(44, 58, 55, 0.8);
}
.quote .label {
  margin-bottom: 24px;
}
.quote__text {
  max-width: 400px;
}
.quote__text-author {
  margin-top: 1.5em;
  padding-left: 18px;
  position: relative;
}
.quote__text-author:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: rgba(44, 58, 55, 0.8);
  position: absolute;
  left: 0;
  top: 12px;
}
.quote__text-author p + p {
  margin-top: 0;
}
.quote__text--em {
  font-size: 2.25rem;
  line-height: 1em;
  color: #F88E1F;
  margin-bottom: 32px;
}

@media screen and (min-width: 960px) {
  .quote {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .quote__content {
    order: 1;
    width: 46%;
  }
  .quote__image {
    width: 46%;
    order: 2;
  }
  .testimonials-section .testimonial:nth-child(even) .quote__content {
    order: 2;
  }
  .testimonials-section .testimonial:nth-child(even) .quote__image {
    order: 1;
  }
  .testimonials-section .color-change__container {
    padding-top: 120px;
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 1400px) {
  .quote__text--em {
    font-size: 4.8vw;
    line-height: 0.9em;
  }
}
.section-header .content {
  z-index: 10;
}
.section-header__media {
  margin-top: -3.5vw;
  z-index: 10;
}
.section-header .next-section-color {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
}

@media screen and (min-width: 960px) {
  .section-header .next-section-color {
    height: 150px;
  }
}
.values-section h3 {
  margin-bottom: 16px;
}
.values-section .image + h3 {
  margin-top: 16px;
}

@media screen and (min-width: 960px) {
  .values-section .grid .grid--2col .item {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .values-section .grid .grid--2col .item {
    width: 50%;
  }
}
.multiple-action-section .actions-container {
  padding: 60px 24px 0;
  margin-top: -5vw;
}
.multiple-action-section .content {
  position: relative;
  z-index: 10;
}
.multiple-action-section .action-card {
  display: flex;
  flex-direction: column;
  padding: 40px 32px;
  height: 100%;
  background-color: #ffffff;
}
.multiple-action-section .action-card .card-title {
  margin-bottom: 32px;
}
.multiple-action-section .action-card .richtext {
  flex-grow: 1;
}
.multiple-action-section .action-card .button {
  align-self: flex-start;
}

@media screen and (min-width: 960px) {
  .multiple-action-section .actions-container {
    padding: 120px 48px 16px;
    margin-top: -3.5vw;
  }
}
.open-positions {
  position: relative;
  padding-top: 0;
}
.open-positions:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 200px;
  width: 100%;
}
.open-positions .content {
  margin-bottom: 56px;
  position: relative;
}
.open-positions__list {
  padding: 16px 16px;
  background-color: white;
}
.open-positions .controls {
  margin-bottom: 24px;
}

.open-positions-cta {
  padding-bottom: 96px;
}

.job-position-group {
  margin-top: 24px;
}
.job-position-group__title {
  opacity: 0.2;
  margin-bottom: 8px;
}

.media-text .container, .media-text .contact-people .dw-container, .contact-people .media-text .dw-container, .media-text .external-link {
  position: relative;
  display: flex;
  flex-direction: column;
}
.media-text .col-media .image,
.media-text .col-media .secondary-image {
  border-radius: 12px 12px 12px 12px;
}
.media-text .media-text__text {
  order: 2;
}
.media-text .media-text__media {
  order: 1;
  margin-bottom: 56px;
}
.media-text .media-text__media .secondary-image {
  margin-left: 16.6666666667%;
}
.media-text .media-text__media img {
  width: 100%;
}
.media-text .richtext h2, .media-text .richtext h3, .media-text .richtext h4 {
  font-weight: 600;
}
.media-text .button {
  margin-top: 40px;
}
.media-text.no-media .container .media-text__text, .media-text.no-media .contact-people .dw-container .media-text__text, .contact-people .media-text.no-media .dw-container .media-text__text, .media-text.no-media .external-link .media-text__text {
  width: 100%;
}
.media-text.no-media .container .media-text__media, .media-text.no-media .contact-people .dw-container .media-text__media, .contact-people .media-text.no-media .dw-container .media-text__media, .media-text.no-media .external-link .media-text__media {
  display: none;
}

@media screen and (min-width: 768px) {
  .media-text .container .media-text__media .image, .media-text .contact-people .dw-container .media-text__media .image, .contact-people .media-text .dw-container .media-text__media .image, .media-text .external-link .media-text__media .image {
    width: 83.3333333333%;
    margin-left: auto;
  }
  .media-text .container .media-text__media .secondary-image, .media-text .contact-people .dw-container .media-text__media .secondary-image, .contact-people .media-text .dw-container .media-text__media .secondary-image, .media-text .external-link .media-text__media .secondary-image {
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .media-text.reverse .container, .media-text.reverse .contact-people .dw-container, .contact-people .media-text.reverse .dw-container, .media-text.reverse .external-link {
    flex-direction: row-reverse;
  }
  .media-text .container, .media-text .contact-people .dw-container, .contact-people .media-text .dw-container, .media-text .external-link {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .media-text .container .media-text__text, .media-text .contact-people .dw-container .media-text__text, .contact-people .media-text .dw-container .media-text__text, .media-text .external-link .media-text__text {
    order: 1;
    width: 41.6666666667%;
    padding-top: 56px;
  }
  .media-text .container .media-text__media, .media-text .contact-people .dw-container .media-text__media, .contact-people .media-text .dw-container .media-text__media, .media-text .external-link .media-text__media {
    order: 2;
    width: 41.6666666667%;
    margin-bottom: 0;
  }
  .media-text .container .media-text__media .image, .media-text .contact-people .dw-container .media-text__media .image, .contact-people .media-text .dw-container .media-text__media .image, .media-text .external-link .media-text__media .image {
    width: 100%;
  }
  .media-text .container .media-text__media .secondary-image, .media-text .contact-people .dw-container .media-text__media .secondary-image, .contact-people .media-text .dw-container .media-text__media .secondary-image, .media-text .external-link .media-text__media .secondary-image {
    margin-left: 16.6666666667%;
  }
  .media-text .col-media .image,
  .media-text .col-media .secondary-image {
    border-radius: 24px 24px 24px 24px;
  }
  .media-text.no-media .container .media-text__text, .media-text.no-media .contact-people .dw-container .media-text__text, .contact-people .media-text.no-media .dw-container .media-text__text, .media-text.no-media .external-link .media-text__text {
    width: 70%;
  }
}
.single-quote .container, .single-quote .contact-people .dw-container, .contact-people .single-quote .dw-container, .single-quote .external-link {
  margin-top: 22vh;
  margin-bottom: 22vh;
  text-align: center;
}
.single-quote .single-quote__image {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  flex-shrink: 0;
  margin-bottom: 48px;
}
.single-quote .single-quote__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single-quote .video-thumbnail {
  cursor: pointer;
}
.single-quote.style-wide .single-quote__image {
  width: 200px;
  height: 200px;
  border-radius: 12px;
}
.single-quote.style-wide .single-quote__image .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -29px;
  margin-top: -29px;
  width: 58px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transition: all 300ms;
  -webkit-transition: all 300ms;
}
.single-quote.style-wide .single-quote__image .play-button circle {
  transition: all 300ms;
  -webkit-transition: all 300ms;
}
.single-quote.style-wide .single-quote__image:hover .play-button {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
}
.single-quote .single-quote__text {
  font-size: 3rem;
  line-height: 105%;
  margin-bottom: 32px;
  color: #F88E1F;
}
.single-quote .single-quote__description {
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 155%;
  color: #2C3A42;
  margin-bottom: 24px;
}
.single-quote.style-wide .single-quote__description {
  max-width: 514px;
  margin-left: auto;
  margin-right: auto;
}
.single-quote.style-wide .single-quote__author {
  font-size: 1rem;
  line-height: 150%;
}
.single-quote .secondary-image {
  display: block;
  margin-left: auto;
  height: auto;
  margin-right: 10%;
  border-radius: 24px;
  display: none;
}
.single-quote .single-quote__author {
  font-size: 14px;
  line-height: 145%;
  color: rgba(44, 58, 55, 0.8);
}
.single-quote .single-quote__author .author-name {
  color: #3C352A;
}
.single-quote .col {
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
.single-quote .video-button {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #F88E1F;
  vertical-align: top;
  display: inline-block;
  margin-top: 48px;
}
.single-quote .video-button svg {
  vertical-align: top;
  display: inline-block;
  margin-top: 0px;
  margin-right: 8px;
}
.single-quote .label {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .single-quote.style-wide .single-quote__image {
    width: 315px;
    height: 315px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 960px) {
  .single-quote .container, .single-quote .contact-people .dw-container, .contact-people .single-quote .dw-container, .single-quote .external-link {
    text-align: left;
  }
  .single-quote .single-quote__text {
    padding-top: 24px;
    font-size: 3rem;
    line-height: 105%;
  }
  .single-quote .single-quote__image {
    margin-bottom: 0;
    margin-left: 0px;
    margin-right: 56px;
  }
  .single-quote .single-quote__image {
    width: 280px;
    height: 280px;
  }
  .single-quote.style-wide .single-quote__image {
    width: 400px;
    height: 400px;
    border-radius: 24px;
  }
  .single-quote.style-wide .single-quote__image .play-button {
    left: 18px;
    top: 18px;
    margin-left: 0px;
    margin-top: 0px;
    width: 58px;
  }
  .single-quote.style-wide .single-quote__description {
    margin-left: 0px;
    margin-right: 0px;
  }
  .single-quote .secondary-image {
    display: block;
  }
  .single-quote .col {
    display: flex;
  }
  .single-quote .col.left {
    flex-direction: row-reverse;
  }
  .single-quote .col.left .single-quote__image {
    margin-right: 0px;
    margin-left: 48px;
  }
  .single-quote .col.right .single-quote__image {
    margin-left: 0px;
    margin-right: 48px;
  }
  .single-quote .col.right .secondary-image {
    margin-right: 32%;
  }
}
@media screen and (min-width: 1100px) {
  .single-quote .col {
    display: flex;
  }
  .single-quote .col.left {
    flex-direction: row-reverse;
  }
  .single-quote .col {
    display: flex;
  }
  .single-quote .col.left {
    flex-direction: row-reverse;
  }
  .single-quote .col.left .single-quote__image {
    margin-right: 0px;
    margin-left: 141px;
  }
  .single-quote .col.right .single-quote__image {
    margin-left: 0px;
    margin-right: 141px;
  }
  .single-quote .col.right .secondary-image {
    margin-right: 32%;
  }
  .single-quote.style-wide .single-quote__text {
    padding-top: 0px;
    font-size: 4rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .single-quote .col {
    width: 83.3333333333%;
  }
  .single-quote.style-wide .col {
    width: 100%;
  }
  .single-quote.style-wide .single-quote__image {
    width: 515px;
    height: 515px;
    border-radius: 24px;
  }
  .single-quote.style-wide .single-quote__image .play-button {
    left: 28px;
    top: 28px;
    margin-left: 0px;
    margin-top: 0px;
    width: 88px;
  }
  .single-quote.style-wide .single-quote__text {
    padding-top: 0px;
    font-size: 5rem;
    line-height: 4.5rem;
  }
}
.featured-cases {
  padding-bottom: 96px;
}
.featured-cases .featured-cases__grid {
  margin-bottom: 80px;
}
.featured-cases .featured-cases__grid .case-thumbnail {
  margin-top: 48px;
}
.featured-cases .featured-cases__grid .case-thumbnail .case__details {
  margin-top: 24px;
}
.featured-cases .featured-cases__grid .case-thumbnail .case__title {
  font-size: 1.5rem;
}
.featured-cases .featured-cases__grid .case-thumbnail .label {
  margin-bottom: 8px;
  font-size: 0.75rem;
}
.featured-cases .masonry-grid-sizer,
.featured-cases .masonry-grid-item {
  width: 100%;
}
.featured-cases .masonry-gutter-sizer {
  width: 0%;
}
.featured-cases .load-more-button-wrap {
  display: block;
}
.featured-cases .load-more-button-wrap.hidden {
  display: none;
}
.featured-cases .cases-categories {
  margin-top: 96px;
}

.hidden-categories {
  display: none;
}

.selectable-tags .tag {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-left: 4px;
  margin-right: 4px;
  padding: 6px 24px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid rgba(44, 58, 66, 0.15);
  box-sizing: border-box;
  border-radius: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.selectable-tags .tag.active, .selectable-tags .tag:hover {
  color: #FFFFFF;
  background-color: #F88E1F;
  border: 1px solid #F88E1F;
}

@media screen and (min-width: 576px) {
  .featured-cases .featured-cases__grid .case-thumbnail {
    margin-top: 32px;
  }
  .featured-cases .featured-cases__grid .case-thumbnail .case__details {
    margin-top: 16px;
  }
  .featured-cases .featured-cases__grid .case-thumbnail .case__title {
    font-size: 1.25rem;
  }
  .featured-cases .featured-cases__grid .case-thumbnail .label {
    margin-bottom: 4px;
    font-size: 0.625rem;
  }
  .featured-cases .masonry-grid-sizer,
  .featured-cases .masonry-grid-item {
    width: calc(50% - 5px);
  }
  .featured-cases .masonry-gutter-sizer {
    width: 10px;
  }
}
@media screen and (min-width: 768px) {
  .featured-cases .featured-cases__grid .case-thumbnail {
    margin-top: 56px;
  }
  .featured-cases .featured-cases__grid .case-thumbnail .case__details {
    margin-top: 24px;
  }
  .featured-cases .featured-cases__grid .case-thumbnail .case__title {
    font-size: 1.5rem;
  }
  .featured-cases .featured-cases__grid .case-thumbnail .label {
    margin-bottom: 8px;
    font-size: 0.75rem;
  }
  .featured-cases .col:nth-child(4) {
    padding-top: 48px;
  }
  .featured-cases .masonry-grid-sizer,
  .featured-cases .masonry-grid-item {
    width: calc(50% - 16px);
  }
  .featured-cases .masonry-gutter-sizer {
    width: 32px;
  }
}
@media screen and (min-width: 960px) {
  .featured-cases .featured-cases__grid .case-thumbnail {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1400px) {
  .featured-cases .featured-cases__grid {
    width: 83.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1900px) {
  .featured-cases .container--nopadding {
    padding-left: 0;
    padding-right: 0;
  }
  .featured-cases .featured-cases__grid {
    width: 100%;
  }
  .featured-cases .masonry-grid-sizer,
  .featured-cases .masonry-grid-item {
    width: 30%;
  }
  .featured-cases .masonry-gutter-sizer {
    width: 5%;
  }
}
.story .story__media {
  margin-top: 48px;
  margin-bottom: 80px;
}
.story .story__media .image,
.story .story__media .secondary-image {
  border-radius: 12px;
}
.story .story__media .image {
  width: 75%;
  margin-left: auto;
}
.story .story__media .secondary-image {
  width: 50%;
  margin-top: -96px;
}

@media screen and (min-width: 768px) {
  .story .story__media .image {
    width: 83.3333333333%;
  }
  .story .story__media .secondary-image {
    width: 33.3333333333%;
    margin-top: -96px;
  }
}
@media screen and (min-width: 960px) {
  .story .story__media {
    position: relative;
  }
  .story .story__media .image,
  .story .story__media .secondary-image {
    border-radius: 24px;
  }
  .story .story__media .secondary-image {
    position: absolute;
    height: auto;
    width: 25%;
    left: 8.3333333333%;
    bottom: 96px;
  }
  .story .richtext {
    margin-left: 16.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media screen and (min-width: 1400px) {
  .story .story__media .image {
    width: 66.6666666667%;
    margin-right: auto;
  }
  .story .richtext {
    margin-left: 16.6666666667%;
    width: 50%;
  }
}
#about-map {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
#about-map.fixed {
  position: fixed;
}
#about-map.bottom {
  bottom: 0px;
  top: auto;
}
#about-map .trig-bottom {
  display: block;
}
#about-map .mapboxgl-canvas {
  cursor: default;
}
#about-map .mapboxgl-control-container .mapboxgl-ctrl-logo {
  display: none;
}
#about-map .mapboxgl-control-container .mapboxgl-ctrl-attrib {
  display: none;
}

.about-map-wrap {
  position: relative;
  min-height: 100vh;
  padding-top: 33px;
  padding-top: 233px;
  box-sizing: border-box;
  z-index: 1;
}
.about-map-wrap .map-form-wrap {
  position: relative;
  z-index: 10;
}
.about-map-wrap .map-form-wrap h3 {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 24px;
  line-height: 105%;
}
.about-map-wrap .map-form-wrap .map-form {
  height: 200px;
  background-color: #2C3A42;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
}
.about-map-wrap .about-map-form-container {
  position: relative;
  z-index: 1;
}
.about-map-wrap .map-space {
  display: block;
  height: 70vh;
  height: 200px;
}
.about-map-wrap .country-button-list-wrap {
  position: relative;
}
.about-map-wrap .country-list-wrap {
  display: block;
  position: relative;
  z-index: 100;
  margin-top: 96px;
  height: 0px;
}
.about-map-wrap .country-list-wrap .country-list-inner {
  position: relative;
  z-index: 10;
  transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
}
.about-map-wrap .country-list-wrap .country-list-inner.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  margin-top: 0px;
  z-index: 1000;
  background: rgb(196, 218, 228);
  background: linear-gradient(0deg, rgba(196, 218, 228, 0) 0%, rgba(196, 218, 228, 0.8) 40%, rgb(196, 218, 228) 100%);
  margin-bottom: 16px;
}
.about-map-wrap .country-list-wrap .country-list-inner.fixed.shifted {
  padding-top: 4px;
  margin-top: 66px;
}
.about-map-wrap .country-list-wrap .title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 105%;
  color: #2C3A42;
  margin: 0px;
  margin-bottom: 32px;
}
.about-map-wrap .country-list-wrap .nav-button {
  display: block;
  position: absolute;
  top: -8px;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #2C3A42;
  z-index: 10;
  cursor: pointer;
  display: none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.about-map-wrap .country-list-wrap .nav-next {
  right: 0px;
  background-image: url("dw-img/icons/map-next-arrow.svg");
  background-position: 55% 50%;
}
.about-map-wrap .country-list-wrap .nav-next.visible {
  display: block;
}
.about-map-wrap .country-list-wrap .nav-prev {
  left: 0px;
  background-image: url("dw-img/icons/map-prev-arrow.svg");
  background-position: 45% 50%;
}
.about-map-wrap .country-list-wrap .nav-prev.visible {
  display: block;
}
.about-map-wrap .country-button-list {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  height: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -webkit-mask-image: -webkit-linear-gradient(left, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgb(0, 0, 0) 100%);
}
.about-map-wrap .country-button-list .scroller {
  overflow-x: scroll;
  overflow-y: hidden;
  box-sizing: content-box;
  padding-bottom: 40px;
  padding-right: 64px;
  margin-bottom: -40px;
}
.about-map-wrap .country-button-list.fade-right {
  /*-webkit-mask-image: -webkit-gradient(linear, 80% 100%, 100% 100%, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)))*/
}
.about-map-wrap .country-list-wrap.left-scrollable .country-button-list {
  -webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgb(0, 0, 0) 100%);
}
.about-map-wrap .country-list-wrap.right-scrollable .country-button-list {
  -webkit-mask-image: -webkit-linear-gradient(left, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
}
.about-map-wrap .country-list-wrap.left-scrollable.right-scrollable .country-button-list {
  -webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
}
.about-map-wrap .country-button-list .country-button {
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 16px;
  margin: 0px 8px;
  padding: 7px 24px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2C3A42;
  cursor: pointer;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}
.about-map-wrap .country-button-list .country-button.active,
.about-map-wrap .country-button-list .country-button:hover {
  background-color: #F88E1F;
  color: #FFF;
}
.about-map-wrap .countries-list {
  position: relative;
  z-index: 10;
  padding-bottom: 280px;
  width: 605px;
  max-width: 100%;
  box-sizing: border-box;
}
.about-map-wrap .country-content {
  padding: 24px 56px;
  position: static;
  /*width: 605px;*/
  box-sizing: border-box;
  left: 0px;
  top: 168px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 24px;
}
.about-map-wrap .country-item {
  margin-top: 288px;
  cursor: pointer;
}
.about-map-wrap .country-item h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  line-height: 1em;
  margin-bottom: 48px;
  margin-top: 0px;
  color: #2C3A42;
}
.about-map-wrap .country-item hr {
  background: #2C3A42;
  height: 2px;
  display: block;
  margin: 0px;
  border: none;
}
.about-map-wrap .country-item .city-item {
  border-bottom: 1px solid rgba(44, 58, 66, 0.15);
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}
.about-map-wrap .country-item .city-item:last-child {
  border-bottom: none;
}
.about-map-wrap .country-item .city-item .title {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 105%;
  color: #2C3A42;
  margin-top: 0px;
}
.about-map-wrap .country-item .city-item p {
  margin-top: 8px;
  margin-bottom: 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  color: #2C3A42;
}
.about-map-wrap .country-item .city-item p .p-label {
  display: inline-block;
  min-width: 67px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  color: #2C3A42;
  color: rgba(44, 58, 66, 0.6);
}
.about-map-wrap .country-item .city-item .arrow {
  transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  width: 26px;
  height: 26px;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("./dw-img/office-arrow.svg");
  position: absolute;
  right: 0px;
  top: 32px;
}
.about-map-wrap .country-item .city-item .description {
  color: #566168;
}
.about-map-wrap .country-item .city-item .values {
  margin-top: 24px;
}
.about-map-wrap .country-item .city-item .cvr:before,
.about-map-wrap .country-item .city-item .address:before,
.about-map-wrap .country-item .city-item .phone:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 9px;
}
.about-map-wrap .country-item .city-item .title:hover {
  color: #F88E1F;
}
.about-map-wrap .country-item .city-item .more-info {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #F88E1F;
  margin-top: 26px;
}
.about-map-wrap .country-item .city-item .more-info .b-arrow {
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
  margin-left: 6px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}
.about-map-wrap .country-item .city-item .more-info:hover .b-arrow {
  transform: translate(4px, 0px);
  -webkit-transform: translate(4px, 0px);
}
.about-map-wrap .marker {
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 12px;
  box-sizing: border-box;
  border: solid 5px #FFF;
  background-color: #F88E1F;
  text-align: center;
  color: #FFF;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
}
.about-map-wrap .marker.cluster {
  width: 38px;
  height: 38px;
  border-radius: 19px;
  font-size: 12px;
  padding-top: 4px;
  font-weight: 600;
}
.temp-popup-content {
  display: none !important;
}

.office-popup {
  position: fixed;
  display: flex;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(44, 58, 66, 0.5);
  z-index: 10000;
  display: none;
}
.office-popup.visible {
  display: flex;
}
.office-popup.with-image .popup-content {
  max-width: 992px;
}
.office-popup .popup-content {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 20px 32px -8px rgba(44, 58, 66, 0.08);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 12px;
  max-width: 656px;
  box-sizing: border-box;
}
.office-popup .popup-content .description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #566168;
  margin-top: 8px;
}
.office-popup .side-image {
  display: none;
}
.office-popup .side-image.visible {
  display: block;
  width: 336px;
  height: 100%;
}
.office-popup .side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.office-popup .close-popup {
  position: absolute;
  top: 24px;
  right: 24px;
}
.office-popup .popup-inner {
  padding: 48px;
  box-sizing: border-box;
  width: calc(100% - 336px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.office-popup .popup-inner::-webkit-scrollbar {
  display: none;
}
.office-popup .values {
  margin-top: 24px;
}
.office-popup .values .phone,
.office-popup .values .email,
.office-popup .values .cvr,
.office-popup .values .address {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #2C3A42;
  margin-bottom: 8px;
}
.office-popup .values .p-label {
  width: 68px;
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: rgba(44, 58, 66, 0.6);
}
.office-popup .contact-person {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background: rgba(44, 58, 66, 0.05);
  border-radius: 12px;
  padding: 16px;
  margin-top: 24px;
}
.office-popup .contact-person .image {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: top;
  border-radius: 24px;
  overflow: hidden;
  margin-right: 16px;
}
.office-popup .contact-person .image img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.office-popup .contact-person .name {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #2C3A42;
}
.office-popup .contact-person .contact-items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.office-popup .contact-person .contact-items .item {
  white-space: nowrap;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #2C3A42;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  position: relative;
}
.office-popup .contact-person .contact-items .item:last-child {
  margin-right: 0px;
}
.office-popup .contact-person .contact-items .item:last-child::after {
  display: none;
}
.office-popup .contact-person .contact-items .item::after {
  content: "|";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(44, 58, 66, 0.12);
  margin-left: 12px;
}
.office-popup .parking-info {
  margin-top: 24px;
}
.office-popup .parking-info .title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #2C3A42;
}
.office-popup .parking-info p {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #566168;
}

@media screen and (max-width: 900px) {
  .office-popup .popup-inner {
    width: 100%;
  }
  .office-popup .popup-content {
    margin: 12px;
  }
  .office-popup .side-image {
    display: none;
  }
  .office-popup .side-image.visible {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .office-popup .popup-inner {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .about-map-wrap .country-list-wrap .country-list-inner.fixed {
    background-color: #FFF;
    border-bottom: 1px solid rgba(44, 58, 66, 0.15);
  }
  .about-map-wrap .countries-list {
    margin-left: auto;
    margin-right: auto;
  }
  .about-map-wrap .countries-container {
    position: relative;
    z-index: 1;
    background-color: #FFF;
    padding-top: 1px;
    margin-top: -48px;
  }
  .about-map-wrap .country-button-list .country-button {
    border: 1px solid rgba(44, 58, 66, 0.15);
    box-sizing: border-box;
  }
  .about-map-wrap .map-space {
    display: none;
  }
  .about-map-wrap .country-item {
    margin-top: 224px;
  }
  .about-map-wrap .country-item h3 {
    font-weight: 600;
    font-size: 64px;
    line-height: 115%;
  }
}
@media screen and (max-width: 500px) {
  .about-map-wrap .country-list-wrap .title {
    padding-left: 8px;
  }
  .about-map-wrap .countries-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .about-map-wrap .country-content {
    padding-left: 24px;
    padding-right: 24px;
  }
  .about-map-wrap .countries-list {
    padding-top: 100px;
  }
  .about-map-wrap .country-item {
    margin-top: 140px;
  }
  .about-map-wrap .country-item h3 {
    font-size: 42px;
  }
}
.section.stats-box {
  margin-bottom: 50px;
}
.section.stats-box .stats-list {
  background: #2C3A42;
  border-radius: 24px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 32px;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section.stats-box .stats-list .stats-item {
  width: 50%;
  margin-bottom: 32px;
}
.section.stats-box .stats-list .stats-item .title {
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 115%;
  text-align: center;
  text-transform: uppercase;
  color: #F2D2BB;
  margin-bottom: 4px;
}
.section.stats-box .stats-list .stats-item .value {
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 115%;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (min-width: 576px) {
  .section.stats-box .stats-list {
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 48px;
    padding-bottom: 0px;
  }
  .section.stats-box .stats-list .stats-item {
    margin-bottom: 48px;
  }
  .section.stats-box .stats-list .stats-item .title {
    font-size: 0.875rem;
    margin-bottom: 8px;
  }
  .section.stats-box .stats-list .stats-item .value {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .section.stats-box .stats-list {
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 48px;
    padding-bottom: 0px;
  }
  .section.stats-box .stats-list .stats-item {
    margin-bottom: 48px;
  }
  .section.stats-box .stats-list .stats-item .title {
    font-size: 0.875rem;
    margin-bottom: 8px;
  }
  .section.stats-box .stats-list .stats-item .value {
    font-size: 4rem;
  }
}
@media screen and (min-width: 960px) {
  .section.stats-box {
    margin-bottom: 150px;
  }
  .section.stats-box .stats-list {
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 48px;
    padding-bottom: 0px;
  }
  .section.stats-box .stats-list .stats-item {
    width: 25%;
    margin-bottom: 48px;
  }
  .section.stats-box .stats-list .stats-item .title {
    font-size: 0.875rem;
    margin-bottom: 8px;
  }
  .section.stats-box .stats-list .stats-item .value {
    font-size: 4rem;
  }
}
.business-areas {
  padding-bottom: 0px;
}
.business-areas.hovered .other-areas .area-item:not(:hover) .title,
.business-areas.hovered .main-areas .area-item:not(:hover) .title {
  opacity: 0.4;
}
.business-areas.hovered .other-areas .area-item:not(:hover) .description,
.business-areas.hovered .main-areas .area-item:not(:hover) .description {
  opacity: 0.6;
}
.business-areas.hovered .other-areas .area-item:not(:hover) .arrow path,
.business-areas.hovered .main-areas .area-item:not(:hover) .arrow path {
  fill: var(--color-accent);
}
.business-areas .other-areas .area-item {
  position: relative;
  border-bottom: 1px solid var(--color-divider);
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
}
.business-areas .other-areas .area-item .title {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  margin-bottom: 16px;
  display: block;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  width: 100%;
}
.business-areas .other-areas .area-item .description {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  display: block;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  line-height: 165%;
  color: var(--color-text-2);
}
.business-areas .other-areas .area-item .arrow {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 24px;
}
.business-areas .other-areas .area-item .arrow path {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  fill: var(--color-accent);
}
.business-areas .other-areas a.area-item {
  cursor: pointer;
}
.business-areas .other-areas a.area-item:hover .title {
  color: var(--color-accent);
}
.business-areas .other-areas a.area-item:hover .arrow {
  transform: translate(4px, 0px);
  -webkit-transform: translate(4px, 0px);
}
.business-areas .main-areas {
  display: block;
  border-top: 1px solid var(--color-divider);
  margin-top: 16px;
}
.business-areas .main-areas .area-item {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-divider);
  margin-top: 24px;
}
.business-areas .main-areas .area-item .title {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
}
.business-areas .main-areas .area-item .description {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  font-size: 1rem;
  margin-top: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  color: var(--color-text-2);
  margin-bottom: 72px;
}
.business-areas .main-areas .area-item .arrow {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  position: absolute;
  bottom: 24px;
}
.business-areas .main-areas .area-item .arrow path {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  fill: var(--color-accent);
}
.business-areas .main-areas a.area-item {
  cursor: pointer;
}
.business-areas .main-areas a.area-item:hover .title {
  color: var(--color-accent);
}
.business-areas .main-areas a.area-item:hover .arrow {
  transform: translate(4px, 0px);
  -webkit-transform: translate(4px, 0px);
}

@media screen and (min-width: 576px) {
  .business-areas .main-areas .area-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .business-areas .main-areas .area-item .title {
    width: 40%;
    padding-right: 16px;
  }
  .business-areas .main-areas .area-item .description {
    width: 60%;
    padding-left: 48px;
    margin-top: 0px;
    padding-left: 0px;
  }
  .business-areas .main-areas .area-item .arrow {
    display: block;
    width: 21%;
    left: 40%;
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .business-areas .main-areas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .business-areas .main-areas .area-item {
    display: block;
    margin-top: 48px;
    box-sizing: border-box;
    padding-left: 32px;
    padding-right: 32px;
    border-left: 1px solid var(--color-divider);
    border-bottom: none;
  }
  .business-areas .main-areas .area-item .title {
    font-size: 3rem;
    min-height: 110px;
    margin-bottom: 24px;
    width: 100%;
  }
  .business-areas .main-areas .area-item .description {
    width: 100%;
  }
  .business-areas .main-areas .area-item:nth-child(3n) {
    padding-right: 0px;
  }
  .business-areas .main-areas .area-item:nth-child(3n+1) {
    border-left: none;
    padding-left: 0px;
  }
  .business-areas .main-areas .area-item .arrow {
    bottom: 0px;
    left: auto;
  }
  .business-areas .main-areas-2 .area-item {
    width: 50%;
  }
  .business-areas .main-areas-3 .area-item {
    width: 33.33%;
  }
  .business-areas .other-areas {
    margin-top: 48px;
    border-top: 1px solid var(--color-divider);
  }
  .business-areas .other-areas .area-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: start;
  }
  .business-areas .other-areas .area-item .title {
    width: 34%;
  }
  .business-areas .other-areas .area-item .description {
    width: 50%;
  }
  .business-areas .other-areas .area-item .arrow {
    position: absolute;
    top: 50%;
    right: 0%;
    width: auto;
    margin-top: -14px;
  }
}
@media screen and (min-width: 1400px) {
  .business-areas {
    padding-bottom: 160px;
  }
  .business-areas .other-areas .area-item {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.capabilities-section .section-title {
  font-size: 2rem;
}
.capabilities-section .capabilities-blocks {
  margin-top: 64px;
}
.capabilities-section .capabilities-blocks .capabilities-block {
  position: relative;
  display: block;
  margin-bottom: 160px;
}
.capabilities-section .capabilities-blocks .capabilities-block .trig-bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: block;
}
.capabilities-section .capabilities-blocks .capabilities-block .cblock-title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 115%;
  color: #2C3A42;
  margin-bottom: 16px;
}
.capabilities-section .capabilities-blocks .capabilities-block .cblock-text {
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 165%;
  color: #566168;
}
.capabilities-section .capabilities-blocks .capabilities-block .cblock-image {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 48px;
}
.capabilities-section .capabilities-blocks .capabilities-block .cblock-content {
  margin-bottom: 48px;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 165%;
  color: #566168;
}
.capabilities-section .capabilities-blocks .capabilities-block .cblock-content p {
  display: block;
  margin-bottom: 24px;
}
.capabilities-section .capabilities-blocks .capabilities-block .mobile-wrap {
  display: block;
  margin-bottom: 48px;
}
.capabilities-section .capabilities-blocks .capabilities-block .col-left {
  width: 100%;
}
.capabilities-section .capabilities-blocks .capabilities-block .col-left .left-wrap {
  display: none;
}
.capabilities-section .capabilities-blocks .capabilities-block .col-right {
  width: 100%;
}
.capabilities-section .capabilities-blocks .capabilities-block .data-description {
  display: none;
}
.capabilities-section .capabilities-blocks .capabilities-block .capabilities-group {
  margin-bottom: 48px;
}
.capabilities-section .capabilities-blocks .capabilities-block .capabilities-group .group-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 115%;
  color: #2C3A42;
  padding-bottom: 24px;
  border-bottom: 1px solid #A59F93;
}
.capabilities-section .capabilities-blocks .capabilities-block .capabilities-group .capability {
  display: block;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1rem;
  color: #566168;
  line-height: 150%;
  border-bottom: 1px solid rgba(44, 58, 66, 0.15);
  box-sizing: border-box;
  padding-top: 21px;
  padding-bottom: 21px;
}
.capabilities-section .capabilities-blocks .capabilities-block .capabilities-group .capability .arrow {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  position: absolute;
  right: 0px;
  top: 50.2%;
  margin-top: -13px;
}
.capabilities-section .capabilities-blocks .capabilities-block .capabilities-group a.capability {
  cursor: pointer;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  padding-right: 80px;
  box-sizing: border-box;
}
.capabilities-section .capabilities-blocks .capabilities-block .capabilities-group a.capability:hover {
  color: #F88E1F;
}
.capabilities-section .capabilities-blocks .capabilities-block .capabilities-group a.capability:hover .arrow {
  transform: translateX(6px);
}

.capabilities-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 10001;
  overflow: hidden;
  display: none;
}
.capabilities-popup.visible {
  display: block;
}
.capabilities-popup .background {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.capabilities-popup .popup-content {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  max-width: 480px;
  background-color: #FFF;
}
.capabilities-popup .popup-content .content {
  padding: 48px;
}
.capabilities-popup .popup-content .content.scrollable {
  overflow-y: scroll;
  height: 100%;
}
.capabilities-popup .popup-content .label {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #F88E1F;
}
.capabilities-popup .popup-content .title {
  margin-top: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #2C3A42;
}
.capabilities-popup .popup-content .text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #2C3A42;
  margin-top: 32px;
}
.capabilities-popup .popup-content .text p {
  margin-top: 16px;
}
.capabilities-popup .popup-content .button {
  margin-top: 24px;
}
.capabilities-popup .close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 56px;
  height: 56px;
  background-image: url("./dw-img/close-icon.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}

@media screen and (min-width: 576px) {
  .capabilities-section .section-title {
    font-size: 3rem;
  }
  .capabilities-section .capabilities-blocks .capabilities-block .cblock-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .capabilities-section .section-title {
    font-size: 4rem;
  }
  .capabilities-section .capabilities-blocks {
    margin-top: 96px;
  }
  .capabilities-section .capabilities-blocks .capabilities-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .capabilities-section .capabilities-blocks .capabilities-block .cblock-title {
    font-size: 2rem;
  }
  .capabilities-section .capabilities-blocks .capabilities-block .mobile-wrap {
    display: none;
  }
  .capabilities-section .capabilities-blocks .capabilities-block .col-left {
    width: 41.6666666667%;
  }
  .capabilities-section .capabilities-blocks .capabilities-block .col-left .left-wrap {
    display: block;
    max-width: 469px;
    padding-right: 48px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 48px;
  }
  .capabilities-section .capabilities-blocks .capabilities-block .col-left .left-wrap.bottom.fixed, .capabilities-section .capabilities-blocks .capabilities-block .col-left .left-wrap.fixed {
    position: fixed;
    top: 0px;
    margin-top: 100px;
    bottom: auto;
  }
  .capabilities-section .capabilities-blocks .capabilities-block .col-left .left-wrap.bottom {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .capabilities-section .capabilities-blocks .capabilities-block .col-right {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 960px) {
  .capabilities-section .section-title {
    font-size: 4rem;
  }
  .capabilities-section .capabilities-blocks .capabilities-block .cblock-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .capabilities-section .section-title {
    font-size: 5rem;
  }
  .capabilities-section .capabilities-blocks .capabilities-block .cblock-title {
    font-size: 2rem;
  }
}
.hbspt-section .section-title {
  margin-bottom: 96px;
  max-width: 824px;
}

.hbspt-form-container {
  margin-bottom: 160px;
  padding-left: 16px;
  padding-right: 16px;
}
.hbspt-form-container.style-quote {
  position: relative;
  display: block;
}
.hbspt-form-container.style-quote .quote-side {
  width: 100%;
  margin-bottom: 64px;
}
.hbspt-form-container.style-quote .hbspt-form-wrap {
  width: 100%;
}
.hbspt-form-container.style-quote .author-image {
  width: 100px;
  height: 100px;
  line-height: 0px;
  border-radius: 50px;
  overflow: hidden;
}
.hbspt-form-container.style-quote .quote-text {
  font-family: "Caveat", cursive;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 105%;
  color: #F88E1F;
  margin-top: 32px;
}
.hbspt-form-container.style-quote .author-name {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #2C3A42;
  margin-top: 16px;
}
.hbspt-form-container.style-description {
  position: relative;
  display: block;
}
.hbspt-form-container.style-description .description-side {
  width: 100%;
  margin-bottom: 64px;
}
.hbspt-form-container.style-description .description-side .description {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 155%;
  color: #566168;
}
.hbspt-form-container.style-description .description-side .description p {
  margin-bottom: 1em;
}
.hbspt-form-container.style-description .description-side .description a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 155%;
  color: #2C3A42;
  border-bottom: 1px solid rgba(44, 58, 66, 0.4);
}
.hbspt-form-container .wpforms-confirmation-container {
  background: #FFFFFF;
  border-radius: 24px;
  position: relative;
  padding: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #566168;
}
.hbspt-form-container .wpforms-container {
  background: #FFFFFF;
  border-radius: 24px;
  position: relative;
}
.hbspt-form-container .wpforms-container form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hbspt-form-container .wpforms-container .wpforms-recaptcha-container {
  margin-left: 32px;
  margin-bottom: 32px;
  margin-right: 32px;
}
.hbspt-form-container .wpforms-container .wpforms-submit-container {
  margin-right: 32px;
  margin-left: 32px;
  margin-bottom: 32px;
}
.hbspt-form-container .wpforms-container .wpforms-error {
  margin-top: 12px;
  display: block;
  color: #e93131;
}
.hbspt-form-container .wpforms-container .wpforms-field-container {
  border-bottom: 1px solid rgba(44, 58, 66, 0.15);
  width: 100%;
  margin-bottom: 32px;
}
.hbspt-form-container .wpforms-container .wpforms-field-container.focused .wpforms-field-label {
  transform: scale(0.8571428571);
  -webkit-transform: scale(0.8571428571);
  color: #F88E1F;
  top: 15px;
  left: 32px;
  pointer-events: none;
}
.hbspt-form-container .wpforms-container .wpforms-field-container.focused .hs-error-msg,
.hbspt-form-container .wpforms-container .wpforms-field-container .hs-error-msg {
  pointer-events: unset;
  font-style: normal;
  color: #e93131;
  position: relative;
  left: auto;
  top: 0;
}
.hbspt-form-container .wpforms-container .wpforms-field-textarea label {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(44, 58, 66, 0.4);
  position: absolute;
  top: 27px;
  left: 32px;
  transform-origin: 0px 50%;
  -webkit-transform-origin: 0px 50%;
}
.hbspt-form-container .wpforms-container .wpforms-field-textarea label.wpforms-error {
  top: 48px;
}
.hbspt-form-container .wpforms-container .wpforms-field-textarea textarea {
  width: 100%;
  height: 200px;
  border: none;
  background: transparent;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #566168;
  outline: none;
  resize: none;
  min-height: 72px;
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
  padding-top: 32px;
  padding-bottom: 15px;
  position: relative;
}
.hbspt-form-container .wpforms-container .button {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F88E1F;
  background: transparent;
  border: 2px solid #F88E1F;
  box-sizing: border-box;
  border-radius: 32px;
  height: 48px;
  padding: 12px 24px;
  padding-right: 80px;
  cursor: pointer;
  position: relative;
}
.hbspt-form-container .wpforms-container .button:after {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  content: "";
  display: block;
  background-image: url("./dw-img/icon-arrow-right-orange.svg");
  width: 32px;
  height: 24px;
  position: absolute;
  right: 32px;
  top: 50%;
  margin-top: -12px;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
}
.hbspt-form-container .wpforms-container .button:hover:after {
  transform: translate(4px, 0px);
  -webkit-transform: translate(4px, 0px);
}

.hbspt-form-note {
  margin-top: 32px;
}
.hbspt-form-note a {
  border-bottom: 1px solid rgba(44, 58, 66, 0.2);
}

.hbspt-form-wrap.style-quote {
  max-width: 648px;
}
.hbspt-form-wrap .hbspt-form {
  background: #2C3A42;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
}
.hbspt-form-wrap .hbspt-form .side-wrap {
  position: relative;
  display: block;
}
.hbspt-form-wrap .hbspt-form .no-side {
  width: 100%;
  box-sizing: border-box;
  border-right: none;
}
.hbspt-form-wrap .hbspt-form .no-side .hs-form-field:first-child {
  border-top: none;
}
.hbspt-form-wrap .hbspt-form .no-side .hs-fieldtype-booleancheckbox {
  padding-top: 0px;
  vertical-align: top;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-top: none;
  min-height: 44px;
  padding-bottom: 20px;
}
.hbspt-form-wrap .hbspt-form .no-side .hs-fieldtype-booleancheckbox label {
  position: relative;
  top: 0px;
  text-align: left;
}
.hbspt-form-wrap .hbspt-form .no-side .legal-consent-container {
  float: left;
  padding-top: 16px;
}
.hbspt-form-wrap .hbspt-form .no-side .hs-submit {
  float: right;
  margin-right: 32px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 32px;
}
.hbspt-form-wrap .hbspt-form .left-side {
  width: 100%;
  box-sizing: border-box;
  border-right: none;
}
.hbspt-form-wrap .hbspt-form .left-side .hs-form-field:first-child {
  border-top: none;
}
.hbspt-form-wrap .hbspt-form .right-side {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
.hbspt-form-wrap .hbspt-form .right-side .hs-fieldtype-booleancheckbox {
  padding-top: 0px;
  vertical-align: top;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-top: none;
  min-height: 44px;
  padding-bottom: 20px;
}
.hbspt-form-wrap .hbspt-form .right-side .hs-fieldtype-booleancheckbox label {
  position: relative;
  top: 0px;
  text-align: left;
}
.hbspt-form-wrap .hbspt-form button[type=submit],
.hbspt-form-wrap .hbspt-form input[type=submit] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #FFF;
  box-sizing: border-box;
  border-radius: 32px;
  height: 48px;
  padding: 12px 24px;
  padding-right: 80px;
  cursor: pointer;
}
.hbspt-form-wrap .hbspt-form .submit-button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.hbspt-form-wrap .hbspt-form .submit-button:after {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  content: "";
  display: block;
  background-image: url("./dw-img/icon-arrow-right.svg");
  width: 32px;
  height: 24px;
  position: absolute;
  right: 32px;
  top: 50%;
  margin-top: -12px;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
}
.hbspt-form-wrap .hbspt-form .submit-button:hover:after {
  transform: translate(4px, 0px);
  -webkit-transform: translate(4px, 0px);
}
.hbspt-form-wrap .hbspt-form .hs-form-field {
  min-height: 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
  padding-top: 32px;
  padding-bottom: 15px;
  position: relative;
}
.hbspt-form-wrap .hbspt-form .hs-form-field label {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 27px;
  left: 32px;
  transform-origin: 0px 50%;
  -webkit-transform-origin: 0px 50%;
}
.hbspt-form-wrap .hbspt-form .hs-form-field input {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  background-color: transparent;
  border: none;
  color: #FFF;
  outline: none;
  width: 100%;
}
.hbspt-form-wrap .hbspt-form .hs-form-field input[type=checkbox] {
  display: inline-block;
  margin-top: 4px;
  width: auto;
}
.hbspt-form-wrap .hbspt-form .hs-form-field .hs-form-booleancheckbox-display {
  cursor: pointer;
  left: 0px;
  text-transform: none;
}
.hbspt-form-wrap .hbspt-form .hs-form-field .hs-form-booleancheckbox-display p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 165%;
  padding-left: 10px;
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
}
.hbspt-form-wrap .hbspt-form .hs-form-field .hs-form-booleancheckbox-display a {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  text-decoration: underline;
}
.hbspt-form-wrap .hbspt-form .hs-form-field .hs-form-booleancheckbox-display a:hover {
  color: #F88E1F;
}
.hbspt-form-wrap .hbspt-form .hs-form-field textarea {
  width: 100%;
  height: 200px;
  border: none;
  background: transparent;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #FFF;
  outline: none;
  resize: none;
}
.hbspt-form-wrap .hbspt-form .hs-form-field.hs-fieldtype-text.focused label, .hbspt-form-wrap .hbspt-form .hs-form-field.hs-fieldtype-textarea.focused label {
  transform: scale(0.8571428571);
  -webkit-transform: scale(0.8571428571);
  color: #F88E1F;
  top: 15px;
  left: 32px;
  pointer-events: none;
}
.hbspt-form-wrap .hbspt-form .hs-form-field.hs-fieldtype-text.focused .hs-error-msg, .hbspt-form-wrap .hbspt-form .hs-form-field.hs-fieldtype-textarea.focused .hs-error-msg, .hbspt-form-wrap .hbspt-form .hs-form-field.focused .hs-error-msg,
.hbspt-form-wrap .hbspt-form .hs-form-field .hs-error-msg {
  pointer-events: unset;
  font-style: normal;
  color: #e93131;
  position: relative;
  left: auto;
  top: 0;
}
.hbspt-form-wrap .hbspt-form .submitted-message {
  font-size: 24px;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  padding: 48px;
}
.hbspt-form-wrap .hbspt-form .hs_error_rollup {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e93131;
}
.hbspt-form-wrap .hbspt-form .hs-submit {
  display: inline-block;
  vertical-align: top;
  position: relative;
  display: inline-block;
  margin-left: 32px;
  margin-bottom: 32px;
  right: auto;
  bottom: auto;
}
.hbspt-form-wrap.light .hbspt-form {
  background: #FFF;
}
.hbspt-form-wrap.light .hbspt-form .right-side .hs-fieldtype-booleancheckbox {
  border-top: none;
}
.hbspt-form-wrap.light .hbspt-form .hs-form-field {
  border-top: 1px solid rgba(60, 53, 42, 0.16);
}
.hbspt-form-wrap.light .hbspt-form .hs-form-field label {
  color: rgba(44, 58, 66, 0.4);
}
.hbspt-form-wrap.light .hbspt-form .hs-form-field input {
  color: #566168;
}
.hbspt-form-wrap.light .hbspt-form .hs-form-field .hs-form-booleancheckbox-display {
  cursor: pointer;
}
.hbspt-form-wrap.light .hbspt-form .hs-form-field .hs-form-booleancheckbox-display p {
  color: #566168;
}
.hbspt-form-wrap.light .hbspt-form .hs-form-field textarea {
  color: #566168;
}
.hbspt-form-wrap.light .hbspt-form .hs-form-field.focused label {
  color: #F88E1F;
}
.hbspt-form-wrap.light .hbspt-form .hs-form-field.focused .hs-error-msg,
.hbspt-form-wrap.light .hbspt-form .hs-form-field .hs-error-msg {
  color: #ee5c5c;
}
.hbspt-form-wrap.light .hbspt-form button[type=submit],
.hbspt-form-wrap.light .hbspt-form input[type=submit] {
  color: #F88E1F;
  border: 2px solid #F88E1F;
}
.hbspt-form-wrap.light .hbspt-form .submit-button:after {
  background-image: url("./dw-img/icon-arrow-right-orange.svg");
}
.hbspt-form-wrap.light .hbspt-form .submitted-message {
  color: #566168;
}
.hbspt-form-wrap.light .hbspt-form .hs_error_rollup {
  border-top: 1px solid rgba(60, 53, 42, 0.16);
  color: #ee5c5c;
}
.hbspt-form-wrap.color-white .hbspt-form {
  box-shadow: none;
  background: #FFF;
}
.hbspt-form-wrap.color-blue .hbspt-form {
  box-shadow: none;
  background: rgba(151, 189, 211, 0.15);
}
.hbspt-form-wrap.color-orange .hbspt-form {
  box-shadow: none;
  background: rgba(255, 143, 69, 0.15);
}
.hbspt-form-wrap.color-green .hbspt-form {
  box-shadow: none;
  background: rgba(158, 195, 177, 0.15);
}

@media screen and (min-width: 576px) {
  .hbspt-form-wrap .hbspt-form .hs-submit {
    position: absolute;
    right: 32px;
    bottom: 32px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .hbspt-form-wrap .hbspt-form .right-side .hs-fieldtype-booleancheckbox {
    top: -8px;
  }
}
@media screen and (min-width: 960px) {
  .hbspt-form-container.style-quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .hbspt-form-container.style-quote .quote-side {
    width: 50%;
    margin-bottom: 0px;
  }
  .hbspt-form-container.style-quote .hbspt-form-wrap {
    width: 50%;
    padding-left: 64px;
  }
  .hbspt-form-container.style-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .hbspt-form-container.style-description .description-side {
    width: 50%;
    margin-bottom: 0px;
  }
  .hbspt-form-container.style-description .hbspt-form-wrap {
    width: 50%;
    padding-left: 64px;
  }
  .hbspt-form-wrap .hbspt-form .side-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .hbspt-form-wrap .hbspt-form .left-side {
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .hbspt-form-wrap .hbspt-form .left-side .hs-form-field:first-child {
    border-top: none;
  }
  .hbspt-form-wrap .hbspt-form .right-side {
    width: 50%;
  }
  .hbspt-form-wrap .hbspt-form .right-side .hs-form-field:first-child {
    border-top: none;
  }
  .hbspt-form-wrap .hbspt-form .right-side .hs-fieldtype-booleancheckbox {
    top: 0px;
  }
  .hbspt-form-wrap .hbspt-form .hs-form-field textarea {
    height: 100px;
  }
  .hbspt-form-wrap .hbspt-form .hs-submit {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 32px;
    margin-bottom: 32px;
    right: auto;
    bottom: auto;
  }
  .hbspt-form-wrap.light .hbspt-form .left-side {
    border-right: 1px solid rgba(44, 58, 66, 0.15);
  }
}
@media screen and (min-width: 1400px) {
  .hbspt-form-wrap .hbspt-form .hs-submit {
    position: absolute;
    right: 32px;
    bottom: 32px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .hbspt-form-wrap .hbspt-form .right-side .hs-fieldtype-booleancheckbox {
    top: -8px;
  }
}
.form-section .container-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0px;
}
.form-section .form-section__text {
  margin-bottom: 40px;
}
.form-section .form-section__form {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 24px;
}
.form-section .person-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 24px;
}
.form-section .person-wrap .person-image {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  overflow: hidden;
  position: relative;
  margin-right: 16px;
}
.form-section .person-wrap .person-name {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #3C352A;
}
.form-section .person-wrap .person-title {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: rgba(44, 58, 66, 0.8);
}

@media screen and (min-width: 960px) {
  .form-section .container-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .form-section .form-section__text {
    width: 41.6666666667%;
  }
  .form-section .form-section__form {
    width: 50%;
  }
  .form-section .person-wrap {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1400px) {
  .form-section .form-section__form {
    padding: 48px;
    border-radius: 32px;
  }
}
.hubspot-form fieldset {
  max-width: none !important;
  margin-bottom: 24px !important;
}
.hubspot-form .input {
  margin-right: 0 !important;
}
.hubspot-form textarea,
.hubspot-form input {
  width: 100% !important;
  border: none;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid rgba(44, 58, 66, 0.15);
  border-radius: 8px;
  outline: none;
}
.hubspot-form input {
  height: 60px;
  padding: 8px 16px;
}
.hubspot-form textarea {
  min-height: 140px;
  padding: 16px 16px;
}
.hubspot-form label {
  display: block;
  font-size: 1rem;
  margin-bottom: 8px;
}
.hubspot-form .hs-form-field {
  margin-bottom: 24px;
}
.hubspot-form .form-columns-2 {
  display: flex;
  justify-content: space-between;
}
.hubspot-form .form-columns-2 .hs-form-field {
  width: 48% !important;
}
.hubspot-form .hs-button {
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 48px;
  padding-left: 32px;
  padding-right: 24px;
  justify-content: center;
  border-radius: 100px;
  border: 3px solid #F88E1F;
  color: #F88E1F;
  background-color: transparent;
}
.hubspot-form .hs-button:hover {
  background-color: #F88E1F;
}
.hubspot-form .hs-button:active {
  border: 3px solid #ff9200;
  background-color: #ff9200;
}
.hubspot-form .hs-button:hover, .hubspot-form .hs-button:active {
  color: #ffffff;
}
.hubspot-form .hs-richtext {
  font-size: 0.875rem;
  line-height: 1.3em;
  color: rgba(44, 58, 55, 0.8);
}
.hubspot-form .hs-error-msg,
.hubspot-form .hs-error-msgs label {
  font-size: 0.875rem;
  margin-top: 4px;
  color: #D12D2D;
}
.hubspot-form .hs-error-msgs {
  margin-bottom: 24px;
}

.operation-model-section {
  margin-top: 192px;
}
.operation-model-section .bubble-anim-col {
  display: none;
}
.operation-model-section .side-columns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
.operation-model-section .side-columns .col {
  width: 100%;
}
.operation-model-section .operation-list {
  max-width: 540px;
  margin-top: 96px;
}
.operation-model-section .operation-list .item {
  cursor: pointer;
  padding-bottom: 64px;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
}
.operation-model-section .operation-list .item.faded {
  opacity: 0.4;
}
.operation-model-section .operation-list .item h2 {
  margin-bottom: 16px;
  font-weight: 600;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 130%;
  color: #2C3A42;
}
.operation-model-section .operation-list .item p {
  margin-top: 16px;
  font-size: 1rem;
}
.operation-model-section .operation-list .item .label {
  font-size: 0.875rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.operation-model-section .operation-list .item .bubble {
  position: relative;
  display: inline-block;
  top: 0px;
  left: 0px;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  margin-bottom: 24px;
}
.operation-model-section .operation-list .item .bubble.faded {
  opacity: 0.4;
}
.operation-model-section .operation-list .item .bubble .bg {
  position: relative;
  display: inline-block;
  transform-origin: center;
  -webkit-transform-origin: center;
}
.operation-model-section .operation-list .item .bubble .icon {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box;
  transform-origin: center;
  -webkit-transform-origin: center;
}
.operation-model-section .trig-bottom {
  height: 0px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.operation-model-section .center-wrap {
  padding-top: 96px;
  text-align: center;
}
.operation-model-section .center-wrap.bottom.fixed, .operation-model-section .center-wrap.fixed {
  position: fixed;
  top: 0px;
  bottom: auto;
  left: 0px;
  width: 50%;
}
.operation-model-section .center-wrap.bottom {
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0px;
  width: 50%;
}
.operation-model-section .circle-animation-wrap {
  position: relative;
  width: 420px;
  display: inline-block;
  vertical-align: top;
}
.operation-model-section .circle-animation-wrap .circle-animation {
  position: relative;
  width: 100%;
  padding-top: 100%;
  box-sizing: border-box;
}
.operation-model-section .circle-animation-wrap .circle-animation .bubble {
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
}
.operation-model-section .circle-animation-wrap .circle-animation .bubble.faded {
  opacity: 0.4;
}
.operation-model-section .circle-animation-wrap .circle-animation .bubble.bubble-1 {
  top: 0%;
  left: 16%;
}
.operation-model-section .circle-animation-wrap .circle-animation .bubble.bubble-2 {
  top: 39%;
  left: 55%;
}
.operation-model-section .circle-animation-wrap .circle-animation .bubble.bubble-3 {
  top: 50%;
  left: 2%;
}
.operation-model-section .circle-animation-wrap .circle-animation .bubble .bg {
  position: relative;
  display: inline-block;
  transform-origin: center;
  -webkit-transform-origin: center;
}
.operation-model-section .circle-animation-wrap .circle-animation .bubble .icon {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box;
  transform-origin: center;
  -webkit-transform-origin: center;
}
.operation-model-section .circle-animation-wrap .circle-animation .arrow {
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
}
.operation-model-section .circle-animation-wrap .circle-animation .arrow.arrow-1 {
  top: 20%;
  left: 67%;
}
.operation-model-section .circle-animation-wrap .circle-animation .arrow.arrow-2 {
  top: 82%;
  left: 49%;
  transform: rotate(116deg);
}
.operation-model-section .circle-animation-wrap .circle-animation .arrow.arrow-3 {
  top: 34%;
  left: 0%;
  transform: rotate(230deg);
}

@media screen and (min-width: 960px) {
  .operation-model-section .big-col {
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
  }
  .operation-model-section .bubble-anim-col {
    display: block;
  }
  .operation-model-section .center-wrap {
    text-align: left;
    padding-left: 0px;
    box-sizing: border-box;
  }
  .operation-model-section .side-columns .col {
    width: 50%;
  }
  .operation-model-section .operation-list {
    margin-top: 200px;
  }
  .operation-model-section .operation-list .item .bubble {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .operation-model-section .center-wrap {
    padding-left: 80px;
  }
  .operation-model-section .operation-list {
    margin-top: 200px;
  }
  .operation-model-section .operation-list .item .label {
    font-size: 1rem;
    letter-spacing: 3px;
  }
}
.keypoints-section {
  margin-top: 192px;
}
.keypoints-section .side-columns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
.keypoints-section .side-columns .col {
  width: 100%;
}
.keypoints-section .side-columns .col.bubble-anim-col {
  display: none;
}
.keypoints-section .media-text {
  max-width: 736px;
  margin-top: 48px;
  padding-right: 0px;
  margin-bottom: 100px;
}
.keypoints-section .media-text .secondary-image {
  margin-left: 16.66667%;
}
.keypoints-section .keypoint-list {
  max-width: 540px;
  margin-top: 0px;
}
.keypoints-section .keypoint-list .item {
  cursor: pointer;
  padding-bottom: 64px;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
}
.keypoints-section .keypoint-list .item.faded {
  opacity: 0.4;
}
.keypoints-section .keypoint-list .item h2 {
  margin-bottom: 16px;
  font-weight: 600;
}
.keypoints-section .keypoint-list .item p {
  margin-top: 16px;
  font-size: 1rem;
}
.keypoints-section .keypoint-list .item .label {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F88E1F;
  margin-bottom: 4px;
}
.keypoints-section .trig-bottom {
  height: 0px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.keypoints-section .center-wrap {
  padding-top: 96px;
  text-align: center;
}
.keypoints-section .center-wrap.bottom.fixed, .keypoints-section .center-wrap.fixed {
  position: fixed;
  top: 0px;
  bottom: auto;
  left: 0px;
  width: 50%;
}
.keypoints-section .center-wrap.bottom {
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0px;
  width: 50%;
}

.keypoints-section.v2 .side-columns {
  -ms-flex-direction: column;
  flex-direction: column;
}
.keypoints-section.v2 .side-columns .col {
  width: 100%;
}
.keypoints-section.v2 .keypoint-list {
  max-width: 100%;
  margin-top: 100px;
}
.keypoints-section.v2 .keypoint-list .item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .keypoints-section.v2 .section-title {
    max-width: 762px;
  }
  .keypoints-section.v2 .keypoint-list .item {
    width: 50%;
    padding-right: 80px;
  }
}
@media screen and (min-width: 960px) {
  .keypoints-section .section-title {
    padding-right: 24px;
  }
  .keypoints-section .side-columns {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .keypoints-section .side-columns .col {
    width: 50%;
  }
  .keypoints-section .media-text {
    max-width: 736px;
    margin-top: 48px;
    margin-bottom: 0px;
    padding-right: 24px;
  }
  .keypoints-section .media-text .secondary-image {
    margin-left: 16.66667%;
  }
  .keypoints-section.v2 .section-title {
    max-width: 762px;
  }
  .keypoints-section.v2 .keypoint-list .item {
    width: 33.33%;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .keypoints-section .media-text {
    padding-right: 100px;
  }
  .keypoints-section .media-text .secondary-image {
    margin-left: 16.66667%;
  }
  .keypoints-section.v2 .section-title {
    max-width: 762px;
  }
  .keypoints-section.v2 .keypoint-list .item {
    width: 33.33%;
    padding-right: 80px;
  }
}
.single-post .latest-news-block {
  padding-top: 0px;
}

.latest-news-block {
  padding-top: 40px;
}
.latest-news-block .label {
  margin-bottom: 16px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.latest-news-block .archive-button {
  margin-top: 32px;
}
.latest-news-block .news-list {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 32px;
  border-top: 1px solid rgba(60, 53, 42, 0.16);
  border-bottom: 1px solid rgba(44, 58, 66, 0.15);
}
.latest-news-block .news-list .item {
  display: block;
  border-top: 1px solid rgba(60, 53, 42, 0.16);
  margin-top: 32px;
  padding-top: 32px;
}
.latest-news-block .news-list .item:hover .arrow {
  transform: translate(4px, 0px);
  -webkit-transform: translate(4px, 0px);
}
.latest-news-block .news-list .item:hover .title {
  color: #F88E1F;
}
.latest-news-block .news-list .item .top-wrap {
  position: relative;
  margin-bottom: 8px;
}
.latest-news-block .news-list .item .date {
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  color: #566168;
}
.latest-news-block .news-list .item .arrow {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  position: absolute;
  right: 0px;
  top: 34px;
}
.latest-news-block .news-list .item .title {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  font-size: 1.25rem;
  line-height: 130%;
  padding-right: 100px;
  font-weight: 600;
}
.latest-news-block .news-list .big-side {
  padding-right: 0px;
  border-right: none;
}
.latest-news-block .news-list .big-side .item {
  display: block;
  margin-top: 0px;
  border-top: none;
}
.latest-news-block .news-list .small-side {
  padding-left: 0px;
}

@media screen and (min-width: 960px) {
  .latest-news-block {
    padding-top: 140px;
  }
  .latest-news-block .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 32px;
  }
  .latest-news-block .news-list .item:first-child {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
  }
  .latest-news-block .news-list .item .arrow {
    top: 0px;
  }
  .latest-news-block .news-list .item .title {
    padding-right: 0px;
  }
  .latest-news-block .news-list .big-side {
    width: 50%;
    padding-right: 32px;
    border-right: 1px solid rgba(44, 58, 66, 0.15);
    padding-bottom: 0px;
  }
  .latest-news-block .news-list .big-side .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
  }
  .latest-news-block .news-list .big-side .item .title {
    font-size: 1.5rem;
  }
  .latest-news-block .news-list .small-side {
    padding-left: 32px;
    width: 50%;
  }
}
.core-block {
  margin-bottom: 150px;
}
.core-block .col {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.core-block h1, .core-block h2, .core-block h3, .core-block h4, .core-block h5, .core-block h6 {
  font-style: normal;
  font-weight: 600;
  color: #2C3A42;
}
.core-block h2 {
  font-size: 3rem;
  line-height: 115%;
  margin-bottom: 3rem;
  margin-top: 4rem;
}
.core-block h3 {
  font-size: 2rem;
  line-height: 120%;
  margin-bottom: 3rem;
  margin-top: 4rem;
}
.core-block h4 {
  font-size: 1.5rem;
  line-height: 130%;
  margin-bottom: 3rem;
  margin-top: 4rem;
}
.core-block h5 {
  font-size: 1.25rem;
  line-height: 130%;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.core-block h6 {
  font-size: 1.125rem;
  line-height: 155%;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.core-block p {
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 155%;
  color: #2C3A42;
  margin-bottom: 1rem;
}
.core-block ul {
  list-style: none;
  margin-top: 24px;
  margin-bottom: 32px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}
.core-block ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 155%;
  color: #2C3A42;
  position: relative;
  padding-left: 40px;
  margin-top: 8px;
}
.core-block ul li ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
.core-block ul li:before {
  content: "";
  display: block;
  height: 2px;
  width: 24px;
  background-color: #F88E1F;
  position: absolute;
  top: 0.78em;
  left: 0px;
  margin-top: -1px;
  border-radius: 1px;
}
.core-block ol {
  list-style: none;
  margin-top: 24px;
  margin-bottom: 32px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  counter-reset: item;
}
.core-block ol li {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 155%;
  color: #2C3A42;
  position: relative;
  padding-left: 40px;
  margin-top: 8px;
}
.core-block ol li ol {
  margin-top: 0px;
  margin-bottom: 0px;
}
.core-block ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  display: block;
  width: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 1px;
  border-radius: 1px;
  text-align: right;
  color: #F88E1F;
  font-weight: 600;
  font-size: 1rem;
}
.core-block blockquote {
  margin: 0px;
  padding-left: 42px;
  position: relative;
  margin-bottom: 3.5rem;
  margin-top: 3.5rem;
}
.core-block blockquote p {
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  line-height: 155%;
  color: #2C3A42;
  margin: 0px;
}
.core-block blockquote cite {
  margin-top: 12px;
  display: block;
}
.core-block blockquote:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0px;
  width: 28px;
  height: 2px;
  background-color: #F88E1F;
}
.core-block hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.core-block .custom-table {
  width: 100%;
  overflow: hidden;
}
.core-block .custom-table.scrollable {
  overflow-x: scroll;
  padding-bottom: 24px;
}
.core-block .custom-table table tr {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.core-block .custom-table table tr td {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  padding: 12px;
}

.image--article {
  margin-left: auto;
  margin-right: auto;
  max-width: 1062px;
  max-width: 1190px;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 0px;
  margin-bottom: 4rem;
  padding-top: 0px;
}
.image--article img {
  border-radius: 12px;
  overflow: hidden;
}

.wp-block-image {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.wp-block-image img {
  width: 100% !important;
  height: auto !important;
  border-radius: 12px !important;
}
.wp-block-image figcaption {
  text-align: center;
  font-style: italic;
  font-size: 0.875rem;
  opacity: 0.7;
}

@media screen and (min-width: 576px) {
  .core-block blockquote {
    padding-left: 109px;
  }
  .core-block blockquote:before {
    top: 12px;
    width: 77px;
  }
  .image--article img {
    border-radius: 24px;
  }
}
@media screen and (min-width: 768px) {
  .image--article {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .image--article {
    padding-left: 48px;
    padding-right: 48px;
  }
  .wp-block-image {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
}
@media screen and (min-width: 1400px) {
  .wp-block-image {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
}
.products-list-section .label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #F88E1F;
  margin-bottom: 32px;
}
.products-list-section .products-list {
  display: block;
  width: 100%;
}
.products-list-section .products-list .product-item {
  background-color: #FFF;
  box-shadow: 10px 19px 20px rgba(0, 0, 0, 0.05), 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  margin-left: 0px;
  margin-right: auto;
  width: 100%;
  width: 500px;
  max-width: 100%;
  margin-bottom: 32px;
  display: block;
}
.products-list-section .products-list .product-item .product-content {
  padding: 32px;
  display: block;
}
.products-list-section .products-list .product-item .image {
  line-height: 0px;
  width: 100%;
}
.products-list-section .products-list .product-item .image img {
  width: 100%;
}
.products-list-section .products-list .product-item .title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #2C3A42;
  margin-bottom: 24px;
}
.products-list-section .products-list .product-item .description {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #2C3A42;
}
.products-list-section .products-list .product-item .button {
  margin-top: 56px;
}

@media screen and (min-width: 960px) {
  .products-list-section .products-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .products-list-section .products-list .product-item {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 0px;
    width: 33.33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .products-list-section .products-list .product-item .product-content {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.contacts-list-section .label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #F88E1F;
  margin-bottom: 32px;
}
.contacts-list-section .main-label {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 155%;
  margin-bottom: 32px;
}
.contacts-list-section .contacts-list {
  display: block;
  width: 100%;
}
.contacts-list-section .contacts-list .contact-item {
  background-color: #D5E3EB;
  border-radius: 12px;
  overflow: hidden;
  margin-left: 0px;
  margin-right: auto;
  width: 100%;
  width: 500px;
  max-width: 100%;
  margin-bottom: 32px;
  display: block;
}
.contacts-list-section .contacts-list .contact-item .contact-content {
  padding: 24px;
  display: block;
}
.contacts-list-section .contacts-list .contact-item .label {
  margin-bottom: 16px;
}
.contacts-list-section .contacts-list .contact-item .contact {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #2C3A42;
  margin-bottom: 48px;
}
.contacts-list-section .contacts-list .contact-item .title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 18px;
}
.contacts-list-section .contacts-list .contact-item .text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #2C3A42;
}

@media screen and (min-width: 960px) {
  .contacts-list-section .contacts-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .contacts-list-section .contacts-list .contact-item {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 0px;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .contacts-list-section .contacts-list .contact-item .contact-content {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.large-photo .image {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.large-photo img {
  width: 100%;
  vertical-align: bottom;
}

.job-openings-section {
  margin-top: 192px;
  z-index: 11;
}
.job-openings-section .controls {
  text-align: left;
  margin-bottom: 96px;
}
.job-openings-section .big-title-container {
  margin-bottom: 96px;
}
.job-openings-section .section-title {
  max-width: 733px;
}
.job-openings-section .no-jobs {
  margin-top: -32px;
  display: none;
}
.job-openings-section .no-jobs p {
  font-size: 18px;
  line-height: 155%;
}
.job-openings-section .no-jobs.visible {
  display: block;
}
.job-openings-section .group {
  margin-bottom: 72px;
}
.job-openings-section .group.hidde {
  display: none;
}
.job-openings-section .group .group-title {
  font-style: normal;
  word-break: break-word;
  color: #2C3A42;
  margin-bottom: 12px;
  display: block;
  vertical-align: top;
}
.job-openings-section .job-list {
  width: 100%;
}
.job-openings-section .job-list .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: start;
  width: calc(100% + 32px);
  margin-left: -16px;
}
.job-openings-section .job-list.scroll-style .col {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: block;
  white-space: nowrap;
}
.job-openings-section .job-list.scroll-style .job-item {
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0px;
}
.job-openings-section .job-item {
  margin-bottom: 24px;
  margin-top: 8px;
  margin-left: 16px;
  margin-right: 16px;
  background: rgba(151, 189, 211, 0.15);
  border-radius: 12px;
  width: 100%;
  width: calc(100% - 32px);
  padding: 32px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
}
.job-openings-section .job-item.filtered-off, .job-openings-section .job-item.hidde {
  display: none;
}
.job-openings-section .job-item:hover {
  transform: translateY(-4px);
}
.job-openings-section .job-item .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
}
.job-openings-section .job-item .job-params-wrap .job-pos {
  margin-top: 24px;
}
.job-openings-section .job-item .job-pos p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 155%;
  color: #2C3A42;
}
.job-openings-section .job-item .job-pos .label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #F88E1F;
}
.job-openings-section .job-item .job-pos h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #2C3A42;
}
.job-openings-section .job-openings-count {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  text-align: left;
  color: #2C3A42;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
  margin-top: 0px;
}
.job-openings-section .openings-button {
  margin-top: 3px;
  float: none;
  margin-right: 0px;
  margin-bottom: 24px;
}
.job-openings-section .search-field {
  margin-bottom: 48px;
}
.job-openings-section .search-field input {
  padding-left: 40px;
  padding-right: 24px;
  width: 624px;
  max-width: 100%;
  height: 46px;
  background: transparent;
  color: #2C3A42;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(44, 58, 66, 0.4);
  box-sizing: border-box;
  background-image: url("./dw-img/search-icon.svg");
  background-repeat: no-repeat;
  background-position: 0px 50%;
}
.job-openings-section .search-field input::placeholder {
  color: rgba(44, 58, 66, 0.4);
  font-style: normal;
  font-weight: normal;
}
.job-openings-section .width_tmp_select,
.job-openings-section .select-wrapper span,
.job-openings-section .select-wrapper select {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(44, 58, 66, 0.6);
}
.job-openings-section .select-wrapper {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(44, 58, 66, 0.15);
  box-sizing: border-box;
  border-radius: 32px;
  margin: 0px;
  margin-right: 8px;
  padding: 7px 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(44, 58, 66, 0.6);
  cursor: pointer;
  margin-bottom: 8px;
}
.job-openings-section .select-wrapper span {
  margin: 0px;
}
.job-openings-section .select-wrapper .select-label {
  pointer-events: none;
}
.job-openings-section .select-wrapper .select-selected {
  padding-right: 16px;
  background-image: url("./dw-img/select-dropdown-icon.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  color: #2C3A42;
  pointer-events: none;
}
.job-openings-section .select-wrapper select {
  color: #2C3A42;
  margin: 0px;
  opacity: 0;
  color: transparent;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 100%;
  pointer-events: none;
}
.job-openings-section .select-wrapper .dropdown {
  position: absolute;
  display: block;
  z-index: 10;
  padding-top: 4px;
  top: 100%;
  left: 0px;
  display: none;
}
.job-openings-section .select-wrapper .dropdown::after {
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -10000;
}
.job-openings-section .select-wrapper .dropdown.visible {
  display: block;
}
.job-openings-section .select-wrapper .dropdown .dd-inner {
  display: block;
  background: #FFFFFF;
  box-shadow: 10px 19px 20px rgba(0, 0, 0, 0.05), 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 4px;
}
.job-openings-section .select-wrapper .dropdown .item {
  position: relative;
  display: block;
  padding-left: 28px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  color: rgba(44, 58, 66, 0.8);
  cursor: pointer;
  white-space: nowrap;
}
.job-openings-section .select-wrapper .dropdown .item::after {
  display: block;
  content: attr(title);
  font-weight: 600;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
.job-openings-section .select-wrapper .dropdown .item:hover {
  color: #2C3A42;
  font-weight: 600;
}
.job-openings-section .select-wrapper .dropdown .item.selected {
  color: #2C3A42;
  font-weight: 600;
}
.job-openings-section .select-wrapper .dropdown .item.selected::before {
  content: "";
  background-image: url("./dw-img/select-checkmark.svg");
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -6px;
}

.job-list-wrap-crop {
  overflow: hidden;
  position: relative;
}
.job-list-wrap-crop .job-list.scroll-style {
  padding-bottom: 40px;
  margin-bottom: -40px;
  overflow-x: scroll;
}
.job-list-wrap-crop .job-list.scroll-style::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.job-list-wrap-crop:after, .job-list-wrap-crop:before {
  content: "";
  position: absolute;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
  top: 0px;
  z-index: 20;
  width: 0px;
  height: 100%;
  pointer-events: none;
}
.job-list-wrap-crop:after {
  right: 0px;
}
.job-list-wrap-crop:before {
  left: 0px;
}
.job-list-wrap-crop .nav-left,
.job-list-wrap-crop .nav-right {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  z-index: 30;
  display: none;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.job-list-wrap-crop .nav-left {
  left: 16px;
  background-image: url("./dw-img/job-scroll-prev.svg");
}
.job-list-wrap-crop .nav-right {
  right: 16px;
  background-image: url("./dw-img/job-scroll-next.svg");
}
.job-list-wrap-crop.scrollable-right:after {
  width: 128px;
}
.job-list-wrap-crop.scrollable-right .nav-right:hover,
.job-list-wrap-crop.scrollable-right .nav-left:hover {
  transform: scale(0.9);
}
.job-list-wrap-crop.scrollable-right .nav-right {
  display: block;
}
.job-list-wrap-crop.scrollable-left:before {
  width: 128px;
}
.job-list-wrap-crop.scrollable-left .nav-right:hover,
.job-list-wrap-crop.scrollable-left .nav-left:hover {
  transform: scale(0.9);
}
.job-list-wrap-crop.scrollable-left .nav-left {
  display: block;
}

@media screen and (min-width: 768px) {
  .job-openings-section .group .group-title {
    margin-bottom: 48px;
    display: inline-block;
  }
  .job-openings-section .group .openings-button {
    float: right;
    margin-bottom: 0px;
  }
  .job-openings-section .group .job-openings-count {
    text-align: right;
    float: right;
    margin-bottom: 0px;
    margin-top: 28px;
    margin-bottom: 32px;
  }
  .job-openings-section .job-item {
    width: 50%;
    width: calc(50% - 32px);
  }
}
@media screen and (min-width: 1100px) {
  .job-openings-section .job-item {
    width: 33.33%;
    width: calc(33.33% - 32px);
  }
}
@media screen and (min-width: 1400px) {
  .job-openings-section .job-item {
    width: 25%;
    width: calc(25% - 32px);
  }
}
.big-video {
  text-align: center;
}
.big-video .col {
  margin-left: auto;
  margin-right: auto;
}
.big-video .video__youtube {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.big-video .video__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.big-video .video__selfhosted {
  position: relative;
}
.big-video .video__selfhosted video {
  width: 100%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
  border-radius: 12px;
}
.big-video .video__selfhosted .video-control-play,
.big-video .video__selfhosted .video-control-pause {
  height: 56px;
  display: inline-flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  left: 16px;
  bottom: 18px;
  border-radius: 12px;
  background-color: white;
  border: none;
  transition: transform 200ms ease;
}
.big-video .video__selfhosted .video-control-play span,
.big-video .video__selfhosted .video-control-pause span {
  padding-left: 12px;
  color: #3c352a;
  font-size: 14px;
  font-weight: 600;
  line-height: 165%; /* 23.1px */
}
.big-video .video__selfhosted .video-control-play:hover,
.big-video .video__selfhosted .video-control-pause:hover {
  transform: scale(1.03);
}
.big-video .video__selfhosted .video-control-play.inactive,
.big-video .video__selfhosted .video-control-pause.inactive {
  display: none;
}

@media screen and (min-width: 768px) {
  .video__youtube iframe {
    border-radius: 24px;
  }
  .video__selfhosted video {
    border-radius: 24px;
  }
}
.large-cta .cta-inner,
.large-cta-v2 .cta-inner {
  background: #FFFFFF;
  box-shadow: 10px 19px 20px rgba(0, 0, 0, 0.05), 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 44px 46px;
  display: block;
}
.large-cta .cta-inner .info-wrap,
.large-cta-v2 .cta-inner .info-wrap {
  padding-right: 0px;
  margin-bottom: 24px;
}
.large-cta .cta-inner .label,
.large-cta-v2 .cta-inner .label {
  margin-bottom: 8px;
}

.large-cta-v2 {
  margin-bottom: 128px;
}
.large-cta-v2 .cta-inner {
  padding: 32px 33px;
}
.large-cta-v2 .cta-inner p {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #3C352A;
}
.large-cta-v2 .cta-inner .label {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #3C352A;
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .large-cta .cta-inner,
  .large-cta-v2 .cta-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .large-cta .cta-inner .info-wrap,
  .large-cta-v2 .cta-inner .info-wrap {
    padding-right: 24px;
    margin-bottom: 0px;
  }
}
.big-text {
  padding-top: 40px;
  padding-bottom: 40px;
}
.big-text p {
  color: #F88E1F;
  text-align: center;
}

.featured-events h2 {
  margin-bottom: 56px;
}

.numbered-columns .label {
  margin-bottom: 16px;
}
.numbered-columns h3 {
  margin-bottom: 16px;
}
.numbered-columns .col {
  margin-bottom: 56px;
}
.numbered-columns .grid--2col .col,
.numbered-columns .grid--3col .col,
.numbered-columns .grid--4col .col {
  width: 100%;
}
.numbered-columns .box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.numbered-columns .box .richtext {
  flex-grow: 1;
}

@media screen and (min-width: 960px) {
  .numbered-columns .box {
    padding-right: 24px;
  }
  .numbered-columns .grid--2col .col,
  .numbered-columns .grid--3col .col,
  .numbered-columns .grid--4col .col {
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .numbered-columns .grid--3col .col {
    width: 33.33%;
  }
  .numbered-columns .grid--3col .box {
    max-width: 360px;
  }
  .numbered-columns .grid--4col .col {
    width: 25%;
  }
}
.double-action-section .actions-container {
  border-top: 1px solid rgba(60, 53, 42, 0.16);
  border-bottom: 1px solid rgba(44, 58, 66, 0.15);
}
.double-action-section .actions-container .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
.double-action-section .actions-container .grid .item {
  border-top: 1px solid rgba(60, 53, 42, 0.16);
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 32px;
  padding-top: 32px;
}
.double-action-section .actions-container .grid .item .action-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
.double-action-section .actions-container .grid .item .label {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.1em;
}
.double-action-section .actions-container .grid .item .card-title {
  margin-top: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 120%;
}
.double-action-section .actions-container .grid .item .richtext {
  margin-top: 32px;
}
.double-action-section .actions-container .grid .item .button {
  margin-top: 48px;
}
.double-action-section .actions-container .grid .item:first-child {
  border-top: none;
}

@media screen and (min-width: 960px) {
  .double-action-section .actions-container .grid {
    margin-right: 0px;
    margin-left: 0px;
  }
  .double-action-section .actions-container .grid .item {
    border-top: none;
    border-left: 1px solid rgba(44, 58, 66, 0.15);
    padding-left: 64px;
    padding-right: 64px;
    margin-bottom: 32px;
    margin-top: 32px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .double-action-section .actions-container .grid .item:first-child {
    border-left: none;
    padding-left: 0px;
  }
  .double-action-section .actions-container .grid .item:last-child {
    padding-right: 0px;
  }
  .double-action-section .actions-container .grid .item .label {
    font-size: 0.875rem;
  }
  .double-action-section .actions-container .grid .item .card-title {
    font-size: 2rem;
  }
}
.inovation-section .col {
  display: block;
}
.inovation-section .col-50 {
  width: 100%;
}
.inovation-section .item {
  display: block;
  margin-top: 32px;
}
.inovation-section .item a {
  font-family: "Caveat", cursive;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 105%;
  color: #F88E1F;
  vertical-align: top;
  display: inline-block;
}
.inovation-section .item a .arrow {
  margin-right: 16px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}
.inovation-section .item a:hover .arrow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.inovation-section .item .sub-title {
  display: block;
  padding-left: 48px;
  margin-top: 4px;
}

@media screen and (min-width: 960px) {
  .inovation-section .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .inovation-section .col-50 {
    width: 50%;
  }
  .inovation-section .col-50.left {
    padding-right: 16px;
  }
  .inovation-section .col-50.right {
    padding-left: 16px;
  }
}
.values-list-section {
  margin-top: 200px;
}
.values-list-section .section-title {
  max-width: 875px;
}
.values-list-section .values-blocks {
  margin-top: 64px;
}
.values-list-section .values-blocks .values-block {
  position: relative;
  display: block;
  margin-bottom: 160px;
}
.values-list-section .values-blocks .values-block .trig-bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: block;
}
.values-list-section .values-blocks .values-block .cblock-title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 115%;
  color: #2C3A42;
  margin-bottom: 16px;
}
.values-list-section .values-blocks .values-block .cblock-text {
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 165%;
  color: #566168;
}
.values-list-section .values-blocks .values-block .cblock-image {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 48px;
}
.values-list-section .values-blocks .values-block .mobile-wrap {
  display: block;
  margin-bottom: 48px;
}
.values-list-section .values-blocks .values-block .col-left {
  width: 100%;
}
.values-list-section .values-blocks .values-block .col-left .left-wrap {
  display: none;
}
.values-list-section .values-blocks .values-block .col-right {
  width: 100%;
}
.values-list-section .values-blocks .values-block .data-description {
  display: none;
}
.values-list-section .values-blocks .values-block .value-item {
  display: block;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1rem;
  line-height: 150%;
  box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 0px;
  max-width: 533px;
}
.values-list-section .values-blocks .values-block .value-item:not(:last-child) {
  margin-bottom: 40px;
}
.values-list-section .values-blocks .values-block .value-item .icon {
  margin-bottom: 20px;
}
.values-list-section .values-blocks .values-block .value-item .text {
  margin-top: 14px;
}

@media screen and (min-width: 576px) {
  .values-list-section .values-blocks .values-block .cblock-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .values-list-section .values-blocks {
    margin-top: 96px;
  }
  .values-list-section .values-blocks .values-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .values-list-section .values-blocks .values-block .cblock-image {
    margin-bottom: 80px;
  }
  .values-list-section .values-blocks .values-block .cblock-title {
    font-size: 2rem;
  }
  .values-list-section .values-blocks .values-block .mobile-wrap {
    display: none;
  }
  .values-list-section .values-blocks .values-block .value-item:not(:last-child) {
    margin-bottom: 80px;
  }
  .values-list-section .values-blocks .values-block .col-left {
    width: 41.6666666667%;
  }
  .values-list-section .values-blocks .values-block .col-left .left-wrap {
    display: block;
    max-width: 469px;
    padding-right: 48px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 0px;
  }
  .values-list-section .values-blocks .values-block .col-left .left-wrap.bottom.fixed, .values-list-section .values-blocks .values-block .col-left .left-wrap.fixed {
    position: fixed;
    top: 0px;
    margin-top: 100px;
    bottom: auto;
  }
  .values-list-section .values-blocks .values-block .col-left .left-wrap.bottom {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .values-list-section .values-blocks .values-block .col-right {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 960px) {
  .values-list-section .values-blocks .values-block .cblock-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .values-list-section .values-blocks .values-block .cblock-title {
    font-size: 2rem;
  }
}
.label-heading-section .section-title {
  max-width: 875px;
}
.label-heading-section .richtext {
  max-width: 770px;
}

.approach-section {
  overflow: hidden;
  margin-bottom: 200px;
}
.approach-section .container, .approach-section .contact-people .dw-container, .contact-people .approach-section .dw-container, .approach-section .external-link {
  position: relative;
  z-index: 1;
}
.approach-section .approach-groups .group {
  max-width: 733px;
  margin-left: auto;
  margin-bottom: 200px;
}
.approach-section .approach-groups .group:last-child {
  margin-bottom: 0px;
}
.approach-section .approach-groups .group .label {
  margin-bottom: 8px;
}
.approach-section .approach-groups .group .g-title {
  margin-bottom: 48px;
}
.approach-section .approach-groups .group .g-description {
  padding-left: 110px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 155%;
  color: #2C3A42;
}
.approach-section .approach-groups .group .g-description p {
  margin-bottom: 1em;
}
.approach-section .approach-groups .group .item {
  padding-left: 110px;
  position: relative;
  margin-top: 48px;
}
.approach-section .approach-groups .group .item .item-title {
  margin-bottom: 16px;
}
.approach-section .approach-groups .group .item .item-description {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #2C3A42;
}
.approach-section .approach-groups .group .item .icon {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 78px;
  height: 78px;
  border-radius: 39px;
  background: #FFF;
  text-align: center;
  vertical-align: middle;
  line-height: 78px;
}
.approach-section .approach-groups .group .item .icon img {
  vertical-align: middle;
}
.approach-section .approach-circle-place {
  position: relative;
  height: 573px;
  margin-bottom: 240px;
}
.approach-section .approach-circle-animation-container {
  position: absolute;
  display: block;
  width: 100%;
  pointer-events: none;
  text-align: center;
  height: 580px;
  transform: translateZ(1);
  -webkit-transform: translateZ(1);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
.approach-section .approach-circle-animation-container.fixed {
  position: fixed;
  margin-top: -290px;
  top: 50%;
}
.approach-section .approach-circle-animation-container.bottom {
  position: absolute;
  margin-top: 0px;
  top: auto;
  bottom: 0px;
}
.approach-section .approach-circle-animation {
  position: absolute;
  width: 580px;
  height: 580px;
  left: 50%;
  margin-left: -290px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  transform: translateZ(1);
  -webkit-transform: translateZ(1);
}
.approach-section .approach-circle-animation .center-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
}
.approach-section .approach-circle-animation .center-circle svg {
  width: 100%;
}
.approach-section .approach-circle-animation .bubble {
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
}
.approach-section .approach-circle-animation .bubble.faded {
  opacity: 0.4;
}
.approach-section .approach-circle-animation .bubble.bubble-1 {
  top: 0%;
  left: 35%;
}
.approach-section .approach-circle-animation .bubble.bubble-2 {
  top: 54%;
  left: 63%;
}
.approach-section .approach-circle-animation .bubble.bubble-3 {
  top: 50%;
  left: 2%;
}
.approach-section .approach-circle-animation .bubble .bg {
  position: relative;
  display: inline-block;
  transform-origin: center;
  -webkit-transform-origin: center;
}
.approach-section .approach-circle-animation .bubble .icon {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box;
  transform-origin: center;
  -webkit-transform-origin: center;
}
.approach-section .approach-circle-animation .arrow {
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
}
.approach-section .approach-circle-animation .arrow.arrow-1 {
  top: 30%;
  left: 74%;
}
.approach-section .approach-circle-animation .arrow.arrow-2 {
  top: 74%;
  left: 44%;
  transform: rotate(131deg);
}
.approach-section .approach-circle-animation .arrow.arrow-3 {
  top: 28%;
  left: 17%;
  transform: rotate(245deg);
}

@media screen and (max-width: 1300px) {
  .approach-section .approach-circle-animation-container {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 1150px) {
  .approach-section .approach-circle-animation-container {
    transform: scale(0.5);
  }
}
@media screen and (max-width: 1050px) {
  .approach-section .approach-groups .group {
    margin-bottom: 100vh;
    margin-bottom: 800px;
  }
  .approach-section .approach-circle-animation-container {
    transform: scale(1);
  }
}
@media screen and (max-width: 800px) {
  .page-hero + .approach-section {
    margin-top: -160px;
  }
  .approach-section .approach-circle-animation-container {
    transform: scale(0.7);
  }
  .approach-section .approach-groups .group .g-description {
    padding-left: 0px;
    font-size: 16px;
  }
  .approach-section .approach-groups .group .item {
    padding-left: 0px;
  }
  .approach-section .approach-groups .group .item .item-description {
    font-size: 14px;
  }
  .approach-section .approach-groups .group .item .icon {
    position: relative;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .approach-section .approach-circle-animation-container {
    transform: scale(0.55);
  }
}
@media screen and (max-width: 400px) {
  .approach-section .approach-circle-animation-container {
    transform: scale(0.4);
  }
}
.partners-filter {
  margin-bottom: 64px;
}
.partners-filter button {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2C3A42;
  background: #FFFFFF;
  border: 1px solid rgba(44, 58, 66, 0.15);
  box-sizing: border-box;
  border-radius: 32px;
  height: 32px;
  padding: 7px 24px;
  margin-right: 8px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}
.partners-filter button:hover, .partners-filter button.mixitup-control-active {
  background-color: #F88E1F;
  color: #FFF;
  border: 1px solid #F88E1F;
}

.partners-grid {
  margin-left: 0px;
  margin-right: 0px;
}
.partners-grid .item {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 32px;
  width: 100%;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  padding: 16px;
}
.partners-grid .partner {
  height: 100%;
  position: relative;
  padding-bottom: 56px;
}
.partners-grid .partner .line {
  display: block;
  height: 1px;
  display: block;
  background: rgba(44, 58, 66, 0.15);
  margin-bottom: 32px;
}
.partners-grid .partner-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: stretch;
}
.partners-grid .partner-logo {
  height: 100px;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 32px;
}
.partners-grid .partner-logo img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 40px;
  object-fit: contain;
  object-position: 0px 50%;
}
.partners-grid .partner-logo.hei-40 img {
  height: 40px;
}
.partners-grid .partner-logo.hei-50 img {
  height: 50px;
}
.partners-grid .partner-logo.hei-60 img {
  height: 60px;
}
.partners-grid .partner-logo.hei-70 img {
  height: 70px;
}
.partners-grid .partner-logo.hei-80 img {
  height: 80px;
}
.partners-grid .partner-info {
  width: 100%;
}
.partners-grid .partner-info .card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #2C3A42;
}
.partners-grid .partner-info p {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 150%;
  color: #2C3A42;
  margin-top: 1em;
}
.partners-grid .partner-details {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-end;
  visibility: hidden;
  width: 100%;
  margin-left: -100%;
}
.partners-grid .partner-details .card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 130%;
  color: #2C3A42;
  margin-bottom: 16px;
}
.partners-grid .partner-details p, .partners-grid .partner-details a {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 150%;
  color: #2C3A42;
}
.partners-grid .partner-details p {
  margin-top: 1em;
}
.partners-grid .toggle-details {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #F88E1F;
  position: relative;
  padding-left: 28px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.partners-grid .toggle-details .on {
  display: none;
}
.partners-grid .toggle-details .off {
  display: block;
}
.partners-grid .toggle-details::before {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  content: "";
  width: 24px;
  height: 24px;
  background: url("./dw-img/icon_plus_orange.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  position: absolute;
  left: 0px;
  top: -1px;
}
.partners-grid .partner-info {
  transition: all 300ms;
  -webkit-transition: all 300ms;
}
.partners-grid .item.open .partner-info {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.6;
}
.partners-grid .item.open .partner-details {
  visibility: visible;
}
.partners-grid .item.open .toggle-details::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.partners-grid .item.open .toggle-details .on {
  display: block;
}
.partners-grid .item.open .toggle-details .off {
  display: none;
}

@media screen and (min-width: 768px) {
  .partners-grid {
    margin-left: -16px;
    margin-right: -16px;
  }
  .partners-grid .item {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 32px;
    width: 50%;
    width: calc(50% - 32px);
    padding: 32px;
  }
}
@media screen and (min-width: 960px) {
  .partners-grid {
    margin-left: -16px;
    margin-right: -16px;
  }
  .partners-grid .item {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 32px;
    width: 33.33%;
    width: calc(33.33% - 32px);
    padding: 32px;
  }
}
.people-list-section .col {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.people-list-section .top-label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2C3A42;
  margin-bottom: 35px;
}
.people-list-section .people-item {
  background: #DDE9F0;
  border-radius: 12px;
  margin: 16px 0px;
  padding: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
}
.people-list-section .people-item .img {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  overflow: hidden;
  margin-right: 20px;
}
.people-list-section .people-item .img img {
  border-radius: 36px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.people-list-section .people-item .name {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #2C3A42;
}
.people-list-section .people-item .position {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #566168;
}
.people-list-section .people-item .description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #566168;
  margin-top: 25px;
}
.people-list-section .people-item .contacts {
  margin-top: 8px;
}
.people-list-section .people-item .contacts a {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  display: inline-block;
  margin-right: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  color: #2C3A42;
  border-bottom: 1px solid rgba(44, 58, 66, 0.15);
}
.people-list-section .people-item .contacts a:hover {
  border-bottom: 1px solid #2C3A42;
}

.image-gallery-section {
  margin-top: 88px;
}
.image-gallery-section .swiper {
  width: 100%;
  position: relative;
}
.image-gallery-section .gallery {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.image-gallery-section .gallery.style-big .swiper-slide {
  max-width: 960px;
  height: 720px;
  text-align: center;
  opacity: 0.5;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  border-radius: 24px;
  overflow: hidden;
  line-height: 0px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.image-gallery-section .gallery.style-big .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 24px;
}
.image-gallery-section .gallery.style-big .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.image-gallery-section .gallery.style-big .gallery-pagination {
  margin-top: 42px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2C3A42;
}
.image-gallery-section .gallery.style-big .gallery-button-prev,
.image-gallery-section .gallery.style-big .gallery-button-next {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #FFFFFF;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  margin-top: -54px;
  z-index: 10;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  cursor: pointer;
}
.image-gallery-section .gallery.style-big .gallery-button-prev svg,
.image-gallery-section .gallery.style-big .gallery-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
}
.image-gallery-section .gallery.style-big .gallery-button-prev:hover,
.image-gallery-section .gallery.style-big .gallery-button-next:hover {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.image-gallery-section .gallery.style-big .gallery-button-prev {
  left: 80px;
}
.image-gallery-section .gallery.style-big .gallery-button-prev svg {
  margin-left: -7px;
}
.image-gallery-section .gallery.style-big .gallery-button-next {
  right: 80px;
}
.image-gallery-section .gallery.style-big .gallery-button-next svg {
  margin-left: -4px;
}
.image-gallery-section .gallery.style-grid .masonry-grid-sizer {
  width: calc(33.33% - 32px);
}
.image-gallery-section .gallery.style-grid .masonry-gutter-sizer {
  width: 32px;
}
.image-gallery-section .gallery.style-grid .image {
  width: calc(33.33% - 32px);
  line-height: 0px;
  margin-bottom: 32px;
  border-radius: 12px;
  overflow: hidden;
}
.image-gallery-section .gallery.style-grid .image img {
  border-radius: 12px;
}

@media only screen and (max-width: 1200px) {
  .image-gallery-section .gallery.style-big .swiper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 800px) {
  .image-gallery-section .gallery.style-big .swiper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .image-gallery-section .gallery.style-big .swiper-slide {
    height: 400px;
  }
  .image-gallery-section .gallery.style-big .gallery-button-prev {
    left: 48px;
  }
  .image-gallery-section .gallery.style-big .gallery-button-next {
    right: 48px;
  }
  .image-gallery-section .gallery.style-grid .masonry-grid-sizer {
    width: calc(50% - 32px);
  }
  .image-gallery-section .gallery.style-grid .masonry-gutter-sizer {
    width: 32px;
  }
  .image-gallery-section .gallery.style-grid .image {
    width: calc(50% - 32px);
    line-height: 0px;
    margin-bottom: 32px;
    border-radius: 12px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 420px) {
  .image-gallery-section .gallery.style-grid .masonry-grid-sizer {
    width: 100%;
  }
  .image-gallery-section .gallery.style-grid .masonry-gutter-sizer {
    width: 0;
  }
  .image-gallery-section .gallery.style-grid .image {
    width: 100%;
    line-height: 0px;
    margin-bottom: 32px;
    border-radius: 12px;
    overflow: hidden;
  }
}
.lightbox-item {
  cursor: pointer;
}

.popup-lightbox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup-lightbox .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 0;
}
.popup-lightbox .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 110vh;
  background: linear-gradient(0deg, rgba(44, 58, 66, 0.7), rgba(44, 58, 66, 0.7));
  z-index: 10;
}
.popup-lightbox .content {
  position: absolute;
  top: 90px;
  left: 240px;
  right: 240px;
  bottom: 90px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
.popup-lightbox .content .image {
  border-radius: 24px;
  overflow: hidden;
  line-height: 0px;
  max-height: 100%;
  position: relative;
  z-index: 10;
}
.popup-lightbox .content .image img {
  border-radius: 24px;
}
.popup-lightbox .nav-right,
.popup-lightbox .nav-left {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #FFFFFF;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  z-index: 100;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  cursor: pointer;
}
.popup-lightbox .nav-right svg,
.popup-lightbox .nav-left svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
}
.popup-lightbox .nav-right:hover,
.popup-lightbox .nav-left:hover {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.popup-lightbox .nav-right {
  right: 32px;
}
.popup-lightbox .nav-right svg {
  margin-left: -4px;
}
.popup-lightbox .nav-left {
  left: 32px;
}
.popup-lightbox .nav-left svg {
  margin-left: -7px;
}

@media only screen and (max-width: 1200px) {
  .popup-lightbox .content {
    top: 90px;
    left: 120px;
    right: 120px;
    bottom: 90px;
  }
}
@media only screen and (max-width: 800px) {
  .popup-lightbox .content {
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}
.people .container, .people .contact-people .dw-container, .contact-people .people .dw-container, .people .external-link {
  display: flex;
  flex-wrap: wrap;
}
.people .container .col, .people .contact-people .dw-container .col, .contact-people .people .dw-container .col, .people .external-link .col {
  width: 100%;
}
.people h3 {
  margin-top: 16px;
  font-size: 1.5rem;
  line-height: 1.2;
}
.people .single-person {
  margin-bottom: 32px;
}
.people .single-person .roles {
  position: relative;
  z-index: 10;
  display: block;
  margin-bottom: 16px;
}
.people .single-person .roles .role {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 2px 6px;
  background: transparent;
  border: 1px solid rgba(44, 58, 55, 0.4);
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 115%;
  text-transform: uppercase;
  color: rgba(44, 58, 55, 0.4);
}
.people .single-person-details {
  margin-bottom: 8px;
}
.people .single-person-details p {
  font-size: 0.75rem;
}
.people a {
  display: block;
  transition: all 300ms;
}
.people a:hover {
  opacity: 0.7;
}
.people a + a {
  margin-top: 8px;
}
.people .roles-filter {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 24px;
}
.people .roles-filter .button {
  cursor: pointer;
  margin-bottom: 12px;
  margin-right: 12px;
  height: 32px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 0.75rem;
  transition: background 300ms, border-color 300ms;
  -webkit-transition: background 300ms, border-color 300ms;
  background-color: transparent;
  border: 1px #aaa solid;
}
.people .roles-filter .button span {
  transition: color 300ms;
  -webkit-transition: color 300ms;
  margin: 0px;
  color: #3C352A;
}
.people .roles-filter .button:hover {
  background-color: transparent;
  border-color: var(--color-accent);
}
.people .roles-filter .button:hover span {
  color: var(--color-accent);
}
.people .roles-filter .button.selected {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}
.people .roles-filter .button.selected span {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .people .single-person {
    margin-bottom: 0px;
  }
  .people .container, .people .contact-people .dw-container, .contact-people .people .dw-container, .people .external-link {
    padding-left: 32px;
    padding-right: 32px;
  }
  .people .container .col, .people .contact-people .dw-container .col, .contact-people .people .dw-container .col, .people .external-link .col {
    width: 50%;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 48px;
  }
  .people .container .roles-filter, .people .contact-people .dw-container .roles-filter, .contact-people .people .dw-container .roles-filter, .people .external-link .roles-filter {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 960px) {
  .people .container, .people .contact-people .dw-container, .contact-people .people .dw-container, .people .external-link {
    padding-left: 40px;
    padding-right: 40px;
  }
  .people .container .col, .people .contact-people .dw-container .col, .contact-people .people .dw-container .col, .people .external-link .col {
    width: 33.33%;
  }
}
@media screen and (min-width: 1400px) {
  .people .container, .people .contact-people .dw-container, .contact-people .people .dw-container, .people .external-link {
    padding-left: 64px;
    padding-right: 64px;
  }
  .people .container .col, .people .contact-people .dw-container .col, .contact-people .people .dw-container .col, .people .external-link .col {
    width: 25%;
  }
}
@media screen and (min-width: 1900px) {
  .people .container, .people .contact-people .dw-container, .contact-people .people .dw-container, .people .external-link {
    padding-left: 110px;
    padding-right: 110px;
  }
}
.accordion .h4, .accordion .richtext h1, .richtext .accordion h1 {
  text-align: center;
  margin-bottom: 56px;
}

.accordion-list .section-title {
  margin-bottom: 32px;
}

.product-accordion .container.narrow, .product-accordion .contact-people .narrow.dw-container, .contact-people .product-accordion .narrow.dw-container, .product-accordion .narrow.external-link {
  max-width: 1262px;
}
.product-accordion .accordion-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.product-accordion .accordion-item {
  width: calc(50% - 8px);
  margin-top: 16px;
}
.product-accordion .accordion-item + .accordion-item {
  margin-top: 16px;
}

@media screen and (max-width: 1000px) {
  .product-accordion .container.narrow, .product-accordion .contact-people .narrow.dw-container, .contact-people .product-accordion .narrow.dw-container, .product-accordion .narrow.external-link {
    max-width: 1262px;
  }
  .product-accordion .accordion-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .product-accordion .accordion-item {
    width: 100%;
    margin-top: 16px;
  }
  .product-accordion .accordion-item + .accordion-item {
    margin-top: 16px;
  }
}
.accordion-item {
  display: block;
  box-sizing: border-box;
  position: relative;
  background-color: white;
  border-radius: 16px;
}
.accordion-item.no-content {
  pointer-events: none;
}
.accordion-item.no-content .icon {
  display: none;
}
.accordion-item + .accordion-item {
  margin-top: 16px;
}
.accordion-item:last-child {
  border-bottom: none;
}
.accordion-item .title {
  position: relative;
  box-sizing: border-box;
  margin: 0px;
  cursor: pointer;
  padding: 24px 32px;
  padding-right: 88px;
}
.accordion-item .title p {
  box-sizing: border-box;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  margin: 0px;
  color: #3C352A;
}
.accordion-item .icon {
  position: absolute;
  top: 0px;
  right: 32px;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #f88e1f;
  top: 50%;
  margin-top: -11px;
}
.accordion-item .icon .l1,
.accordion-item .icon .l2 {
  display: block;
  width: 8px;
  margin-left: -4px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #f88e1f;
  transition: all 300ms;
}
.accordion-item .icon .l2 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.accordion-item .inner {
  overflow: hidden;
  max-height: 0px;
  padding-left: 32px;
  padding-right: 32px;
}
.accordion-item .inner li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.accordion-item .inner .marg {
  margin-top: 48px;
}
.accordion-item.active .icon .l2 {
  transform: rotate(0deg);
}
.accordion-item.active .icon .l1 {
  transform: rotate(-180deg);
}
.accordion-item.active .inner {
  max-height: none;
}

.product-icons {
  margin-bottom: 128px;
}
.product-icons .list {
  background: rgba(248, 142, 31, 0.2);
  border-radius: 12px;
  padding: 44px 48px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.product-icons .list .divider {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
  background-color: #3C352A;
  opacity: 0.16;
}
.product-icons .list .divider:last-child {
  display: none;
}
.product-icons .list .item {
  text-align: center;
  width: 100%;
}
.product-icons .list .item .icon {
  margin-bottom: 34px;
  display: block;
  line-height: 0px;
}
.product-icons .list .item h3 {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #3C352A;
}
.product-icons .list .item p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  text-align: center;
  color: #695D49;
  max-width: 194px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 960px) {
  .product-icons .list .divider {
    margin: 0px;
    height: auto;
    width: 1px;
    min-width: 1px;
  }
  .product-icons .list .item {
    width: calc(33.33% - 42.6666666667px);
  }
}
.cta-with-image .image img {
  border-radius: 12px;
  vertical-align: bottom;
}
.cta-with-image .cta-inner {
  position: relative;
  margin-top: -16px;
  background-color: #ffffff;
  padding: 24px 24px;
  border-radius: 12px;
  max-width: 100%;
}
.cta-with-image .cta-inner .button {
  margin-top: 16px;
}
.cta-with-image .cta-inner h2 {
  margin-bottom: 8px;
}
.cta-with-image .cta-inner p {
  color: #3C352A;
  font-size: 16px;
  line-height: 150%;
}

@media screen and (min-width: 768px) {
  .cta-with-image .cta-inner {
    padding: 32px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cta-with-image .cta-inner .button {
    margin-top: 0;
  }
  .cta-with-image .cta-inner .info-wrap {
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .cta-with-image .container, .cta-with-image .contact-people .dw-container, .contact-people .cta-with-image .dw-container, .cta-with-image .external-link {
    position: relative;
  }
  .cta-with-image .container .image img, .cta-with-image .contact-people .dw-container .image img, .contact-people .cta-with-image .dw-container .image img, .cta-with-image .external-link .image img {
    max-height: 640px;
    width: 100%;
    object-fit: cover;
  }
  .cta-with-image .container .cta-inner, .cta-with-image .contact-people .dw-container .cta-inner, .contact-people .cta-with-image .dw-container .cta-inner, .cta-with-image .external-link .cta-inner {
    position: absolute;
    max-width: 700px;
    bottom: 0;
    right: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .cta-with-image .container .cta-inner, .cta-with-image .contact-people .dw-container .cta-inner, .contact-people .cta-with-image .dw-container .cta-inner, .cta-with-image .external-link .cta-inner {
    right: 200px;
    max-width: 874px;
  }
}
@media screen and (min-width: 1900px) {
  .cta-with-image .container .cta-inner, .cta-with-image .contact-people .dw-container .cta-inner, .contact-people .cta-with-image .dw-container .cta-inner, .cta-with-image .external-link .cta-inner {
    right: 250px;
  }
}
.logos .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}
.logos .item-container {
  padding: 6px;
  width: 50%;
}
.logos .item {
  position: relative;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
}
.logos .item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-color: rgba(248, 142, 31, 0.2);
}
.logos .item img {
  width: 130px;
  height: 55px;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .logos .item-container {
    width: 33.333%;
  }
  .logos .item {
    min-height: 160px;
  }
}
@media screen and (min-width: 960px) {
  .logos .item-container {
    width: 20%;
  }
  .logos .item {
    min-height: 180px;
  }
}
@media screen and (min-width: 1400px) {
  .logos .item-container {
    width: 16.666%;
  }
}
.trainers .single-trainer {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(248, 142, 31, 0.2);
}
.trainers .single-trainer .image {
  margin-bottom: 16px;
}
.trainers .single-trainer .image img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  object-fit: cover;
}
.trainers .single-trainer h3 {
  margin-bottom: 8px;
}
.trainers .single-trainer .richtext {
  max-width: 560px;
}

.section-header {
  margin-bottom: 8px;
}
.section-header .button {
  margin-top: 24px;
}
.section-header .label + .section-title {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .trainers .single-trainer {
    display: flex;
  }
  .trainers .single-trainer .image {
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .trainers .single-trainer__content {
    padding-left: 40px;
  }
}
@media screen and (min-width: 960px) {
  .trainers .single-trainer {
    padding-top: 48px;
    padding-bottom: 48px;
    align-items: center;
  }
  .trainers .single-trainer .image {
    margin-bottom: 0;
  }
  .trainers .single-trainer .image img {
    width: 140px;
    height: 140px;
  }
  .trainers .single-trainer h3 {
    margin-bottom: 0;
  }
  .trainers .single-trainer__content {
    display: flex;
    align-items: center;
  }
  .trainers .single-trainer__content h3 {
    flex-shrink: 0;
    width: 300px;
    padding-right: 48px;
  }
  .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-header .button {
    margin-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .trainers .single-trainer {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .trainers .single-trainer__content {
    padding-left: 56px;
  }
  .trainers .single-trainer__content h3 {
    width: 400px;
    padding-right: 96px;
  }
}
.testimonials.section {
  overflow: hidden;
}
.testimonials .testimonials-list {
  margin-top: 96px;
}
.testimonials .testimonials-list .swiper {
  width: 100%;
  position: relative;
  overflow: visible;
}
.testimonials .testimonials-list .swiper-wrapper {
  height: auto;
  align-items: stretch;
}
.testimonials .testimonials-list .swiper-slide {
  height: auto;
  width: calc(25% - 24px);
  border-radius: 12px;
  background-color: #FFF;
  padding: 32px;
  box-sizing: border-box;
  text-align: left;
  opacity: 1;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.testimonials .testimonials-list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 24px;
}
.testimonials .testimonials-list .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.testimonials .testimonials-list .swiper-slide .top-row {
  display: flex;
  margin-bottom: 24px;
}
.testimonials .testimonials-list .swiper-slide .thumbnail {
  width: 40px;
  height: 40px;
  min-width: 40px;
  line-height: 0px;
  border-radius: 20px;
  margin-right: 12px;
}
.testimonials .testimonials-list .swiper-slide .thumbnail img {
  border-radius: 20px;
  width: 100%;
}
.testimonials .testimonials-list .swiper-slide .name {
  color: #3C352A;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 23.2px */
}
.testimonials .testimonials-list .swiper-slide .stars {
  display: flex;
}
.testimonials .testimonials-list .swiper-slide .stars img {
  width: 20px;
}
.testimonials .testimonials-list .swiper-slide .stars .num {
  color: #FCB64C;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
.testimonials .testimonials-list .swiper-slide .description {
  color: #695D49;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.testimonials .testimonials-list .swiper-slide .description p {
  margin: 0px;
}
.testimonials .testimonials-button-prev,
.testimonials .testimonials-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #695D49;
  text-align: center;
  cursor: pointer;
}
.testimonials .testimonials-button-prev svg,
.testimonials .testimonials-button-next svg {
  margin-top: 14px;
}
.testimonials .testimonials-button-prev.swiper-button-disabled,
.testimonials .testimonials-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.testimonials .testimonials-button-prev {
  left: -64px;
}
.testimonials .testimonials-button-prev svg {
  margin-left: -2px;
}
.testimonials .testimonials-button-next {
  right: -64px;
}
.testimonials .testimonials-button-next svg {
  margin-right: -2px;
}
@media screen and (max-width: 1200px) {
  .testimonials .testimonials-list .swiper-slide {
    width: calc(33.333% - 21px);
  }
}
@media screen and (max-width: 1000px) {
  .testimonials .testimonials-list .swiper-slide {
    width: calc(50% - 16px);
  }
  .testimonials .testimonials-button-prev {
    left: -24px;
  }
  .testimonials .testimonials-button-next {
    right: -24px;
  }
}
@media screen and (max-width: 660px) {
  .testimonials .testimonials-list {
    margin-top: 48px;
  }
  .testimonials .testimonials-list .swiper-slide {
    width: 100%;
  }
}

.cta-banner {
  display: block;
  border-radius: 12px;
  background: rgba(248, 142, 31, 0.1);
  padding: 24px;
  text-align: center;
}
.cta-banner.hidden {
  display: none;
}
.cta-banner + .cta-banner {
  margin-top: 8px;
}
.cta-banner .info {
  margin-bottom: 24px;
}
.cta-banner .title {
  color: #3C352A;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
}
.cta-banner .description {
  color: #3C352A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 20.3px */
}
.cta-banner .title + .description {
  margin-top: 3px;
}

@media screen and (min-width: 768px) {
  .cta-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .cta-banner .info {
    padding-right: 32px;
    margin-bottom: 0px;
  }
}

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