/* Theme base styles */

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

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}
/*! 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.
 */

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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: bolder;
}

/**
 * 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;
}

/* 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 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}



  .hs-search-field__form {
    position: relative;
  }

  .header__search .hs-search-field__label {
    flex-basis: auto;
  }



.header__search .hs-search-field__input {
  
  height: 45px;
  padding: 0 0.7rem;
}



  .header__search .hs-search-field__button {
    padding: 0;
    fill: #000;
    background-color: transparent;
    border: none;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .header__search .hs-search-field__button svg {
    height: 25px;
  }


.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
.btn a,
.btn button{
    font-family: var(--manrope);
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    text-decoration: none;
    padding: 11px 20px;
    background-color: var(--white);
    border-radius: 11px;
    min-height: 57px;
    min-width: 250px;
    border: 1px solid var(--white);
    transition: all 0.3s;
}

.btn.btn_gold_border a {
    background-color: transparent;
    color: var(--lightGold);
    border-color: var(--lightGold);
}

.btn.btn_gold_border a:hover {
    background-color: var(--lightGold);
    color: var(--blueLight);
}


/*  */


.btn.btn-link a {
    color: var(--redalt);
    gap: 10px;
    padding: 0;
    background: transparent;
    border: none;
    min-height: 28px;
}

.btn.btn-link a:hover {
    color: var(--black);
}

/*  */

.btn.btn-blue a,
.btn.btn-blue button{
    background: linear-gradient(0deg, #024A91 0%, #011C38 161.4%);
    color: var(--white);
    border-color: var(--blueLight);
}

.btn.btn-blue a:hover,
.btn.btn-blue button:hover{
    background: linear-gradient(180deg, #024A91 0%, #011C38 161.4%);
}

/*  */

.btn.btn-red a {
    background: linear-gradient(0deg, #DF1A22 0%, #790E12 161.4%);
    color: var(--white);
    border-color: var(--redalt);
}

.btn.btn-red a:hover {
    background: linear-gradient(180deg, #DF1A22 0%, #790E12 161.4%);
}

:root{
    --black:#000000;
    --white:#ffffff;
    --primary: #012B55;
    --lightGold: #F2E5AD;
    --redLight: #DF1A22;
    --redDark: #790E12;
    --redalt: #C6361C;
    --blueLight: #024A91;
    --blueDark: #011C38;
    --bodyText: #383838;

    --manrope:"Manrope", sans-serif;
    --lato:"Lato", sans-serif;
    --lora:"Lora", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body{
    font-size: 1rem;
    line-height:1.5;
    color:var(--black);
    font-family:var(--manrope);
    font-weight:400;
}

.footer-logo-color {
    display: none;
}

.manrope-text {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
.lora-text {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

.star-strip {
    height: 77px;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: 0 0;
}

.container {
    max-width: 1212px;
    margin-inline: auto;
    padding-inline: 1rem;
}

.decorate-strip {
    height: 57px;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: 0 0;
    position: relative;
}

.bg-header-gradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(255, 254, 254, 0) 5.08%, #002347a1 100%);
}

header.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}


section.hero {
    --headerHeight: 134px;
    padding: calc(var(--headerHeight) + 40px) 0 0px;
    background: linear-gradient(
        0deg, #024A91 25.52%, #04386C 95.63%);
    text-align: center;
}

.hero .content {
    display: flex;
    flex-direction: column;
    margin-bottom: 58px;
}



section.hero h2 {
    order: -1;
    font-family: var(--lora);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: var(--lightGold);
    margin: 0 0 32px;
    letter-spacing: 18px;
}
section.hero h1 {
    font-family: var(--lora);
    font-weight: 400;
    font-size: 78px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(178.77deg, #F9F0B8 1.05%, #9A6827 164.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 24px 0;
}

section.hero .content .desc {
    font-family: Manrope;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.5;
    text-align: center;
    color: var(--white);
    max-width: 850px;
    margin-inline: auto;
}

section.hero .content .site-logo {
    text-align: center;
    margin-top: 40px;
}

section.hero .content .site-logo img {
    max-width: 298px;
    margin: 0 auto;
}

section.hero .content .btn {
    margin-top: 38px;
}
.hero  .wave-image {
    width: 100%;
}

.hero .wave-image img {
    width: 100%;
    height: auto;
    transform: translateY(2px);
}
.coin-slider-wrap {
    margin-bottom: 60px;
    height: 148px;
    overflow: hidden;
}

.coin-slider-wrap .coin-slide {
    margin: 0 3px;
}

.coin-slider-wrap .coin-slide img {
    display: flex;
    width: 148px;
    aspect-ratio: 1;
    object-fit: contain;
}
.coin-mockup {
    padding: 105px 0 45px;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
}

.section-title h2 {
    margin: 0;
    font-family: var(--lora);
    font-weight: 400;
    font-size: 53px;
    text-align: center;
    line-height: 1.29;
    color: var(--blueLight);
    margin-bottom: 32px;
}

.section-title .desc {
    font-family: var(--manrope);
    font-weight: 300;
    font-size: 19px;
    line-height: 28px;
    color: var(--bodyText);
}

.section-title .star-icon {
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}
.form_wrapper {
    padding: 46px 82px 54px;
    background-color: #F4F4F4;
    border-radius: 11px;
}
.anniversary-cards-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 920px;
    margin-inline: auto;
}

.anniversary-coin .section-title {
    max-width: 678px;
    margin-inline: auto;
}

.anniversary-coin {
    padding: 45px 0;
}

.minting-excellence .section-title .desc {
    font-size:16px;
}

.anniversary-card {
    padding: 43px 23px 23px;
    background-color: #F4F4F4;
    border-radius: 11px;
}
.anniversary-card .inner {
    max-width: 370px;
    margin-inline: auto;
    text-align: center;
}

.anniversary-card .icon {
    width: 22px;
    aspect-ratio: 1;
    margin: 0 auto 20px;
}

.anniversary-card .icon img {
    width: 100%;
    height: 100%;
}

.anniversary-card h3 {
    font-family: var(--lora);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: var(--blueLight);
    margin: 0 0 6px;
}

.anniversary-card .desc {
    font-family: var(--manrope);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    max-width: 80%;
    margin: 0 auto;
}

.anniversary-card .btn {
    margin-top: 25px;
}

.anniversary-coin .btn.btn-blue {
    text-align: center;
    margin-top: 36px;
}
.minting-excellence{
    margin-top: 90px;
    padding-bottom:35px;
    background-color: var(--blueLight);
}
.minting-excellence .wave-image {
    width: 100%;
}

.minting-excellence .wave-image img {
    width: 100%;
    height: auto;
    transform: translateY(-2px);
}
.minting-excellence .section-title h2,.minting-excellence .section-title .desc {
    color: var(--white);
}

.minting-excellence .section-title {
    max-width: 967px;
    margin-inline: auto;
    margin-bottom:0;
}

.minting-excellence .section-title .desc {
    font-size: 16px;
    margin-bottom: 28px;
}
.anniversary-coin .btn.btn-blue a, .minting-excellence .btn.btn-red a {
    min-width: 487px;
}
footer.site-footer {
    padding-top: 117px;
    background-color: var(--blueLight);
    position: relative;
    padding-bottom: 30px;
}

footer.site-footer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #003A74;
    top: 50px;
}

footer.site-footer .row {
    display: flex;
    gap: 39px;
}

footer.site-footer .logo-part {
    max-width: 298px;
    width: 100%;
}

footer.site-footer .content-part {
    flex: 1;
}

footer.site-footer .content-part .desc {
    font-family: var(--manrope);
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: var(--white);
    margin-bottom: 20px;
}

footer.site-footer .content-part .copy-text {
    font-family: var(--manrope);
    font-weight: 400;
    font-size: 12px;
    line-height: 2.35;
    color: var(--white);
}

.planning-guide-hero {
    --headerHeight: 134px;
    padding: calc(var(--headerHeight) + 80px) 0 0px;
    background: linear-gradient(0deg, #024A91 25.52%, #04386C 95.63%);
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 97px;
}

.planning-guide-hero::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 22px;
    background: linear-gradient(0deg, #F9F0B8 -64.22%, #9A6827 98.95%);
    left: 0;
    bottom: 0;
}

.planning-guide-hero .bg-image {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.planning-guide-hero .bg-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    mix-blend-mode: multiply;
    object-position: center bottom;
    transform: scale(1.1);
    transform-origin: center;
}

.planning-guide-hero .content {
    position: relative;
    z-index: 1;
}

.planning-guide-hero .content h1 {
    font-family: var(--lora);
    font-weight: 400;
    font-size: 52px;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(178.77deg, #F9F0B8 1.05%, #9A6827 164.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 24px 0;
}

.planning-guide-hero .content h2 {
    font-family: var(--lora);
    font-weight: 400;
    font-size: 32px;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(178.77deg, #F9F0B8 1.05%, #9A6827 164.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 24px 0;
}

.planning-guide-hero .content .description {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Manrope';
    text-shadow: 0px 0px 4px #00000087;
    line-height: 1.75;
    max-width: 1053px;
    margin-inline: auto;
}

section.history {
    position: relative;
    padding: 70px 0 195px;
}
.history .container::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 22px;
    background: linear-gradient(0deg, #F9F0B8 -64.22%, #9A6827 98.95%);
    left: 0;
    bottom: 0;
}

.history .content:has( + *), 
.history .content-image:has( + *) {
    margin-bottom: 45px;
}

.history .content h3 {
    font-family: var(--lora);
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
    color: var(--blueLight);
    margin-bottom: 16px;
    margin-top: 0;
    counter-increment: heading-counter;
    position: relative;
}

.history .content h3::before {
    content: counter(heading-counter) ".";
    margin-right: 4px;
}

.history .content .desc {
    font-family: Manrope;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    color: var(--bodyText);
}

.history .content .desc strong {
    font-weight: 600;
}

.history .container {
    max-width: 951px;
    counter-reset: heading-counter;
}

.history::before, 
.history::after {
    position: absolute;
    content: '';
    width: 120px;
    height: 120px;
    background-image: url(https://5563363.fs1.hubspotusercontent-na1.net/hubfs/5563363/Osborne%20Coin%20Images%20-%202025/red-decore-part.png);
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: 22px;
    left: 0;
}

.history::after {
    left: unset;
    right: 0;
    transform: rotateY(180deg);
}

.history .content:has( .right-part) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.history .content:has( .right-part) .right-part {
    max-width: 380px;
    width: 100%;
}

.history .content:has( .right-part) .left-part {
    max-width: calc(100% - 390px);
}

.history .content.left-img {
    flex-direction: row-reverse;
}

.history .content:has( .right-part) .right-part img {
    width: 100%;
    height: auto;
}

.history .content .hs-responsive-embed-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    max-height: unset !important;
}

.history .content-image {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.history .content-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

section.commemorative-coins {
    position: relative;
    background-color: var(--blueLight);
    padding-top: 100px;
    padding-bottom: 140px;
}
section.commemorative-coins::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 22px;
    background: linear-gradient(0deg, #F9F0B8 -64.22%, #9A6827 98.95%);
    left: 0;
    bottom: 0;
}

.commemorative-coins .top-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 964px;
    margin-inline: auto;
}

.commemorative-coins .left-img {
    max-width: 233px;width: 100%;
}

.commemorative-coins .left-img img {
    filter: drop-shadow(0px 14px 56px #166ABD);
    width: 100%;
    object-fit: contain;
    height: auto;
}

.commemorative-coins .right-content {
    max-width: 674px;
    color: var(--white);
    letter-spacing: -0.1px;
}

.commemorative-coins h2 {
    font-family: var(--lora);
    font-weight: 400;
    margin: 0 0 20px;
    font-size: 32px;
    line-height: 1.2;
    color: var(--white);
}

.commemorative-coins .right-content .desc {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 20px;
}

.commemorative-coins .btn a {
    min-width: 487px;
}

.commemorative-coins .notes {
    font-size: 13px;
    margin-top: 14px;
    line-height: 2;
    font-family: 'Manrope';
}

.commemorative-coins .bottom-part {
    margin-top: 88px;
    text-align: center;
    max-width: 964px;
    margin-inline: auto;
}

.commemorative-coins .bottom-part .btn {
    margin-top: 50px;
}

.commemorative-coins .step-form-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    margin-bottom: 35px;
    gap: 20px;
}

.commemorative-coins .step-form-item {
    position: relative;
}

.commemorative-coins .step-form-item .inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    height: 100%;
}

.commemorative-coins .step-form-item:first-child {
    padding-left: 30px;
}

.commemorative-coins .step-form-item .step-form-title {
    font-family: Manrope;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    color: var(--white);
}

.commemorative-coins .step-form-item .step-form-count {
    background-color: var(--primary);
    box-shadow: 0 0 0 20px var(--blueLight);
    width: 60px;
    height: 60px;
    display: block;
    place-content: center;
    color: var(--white);
    border-radius: 100px;
    border: 4px solid var(--white);
    position: relative;
}

.commemorative-coins .step-form-item:not(:last-child)::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--redLight);
    top: 30px;
    width: calc(100% - 10px);
    left: 172px;
}

.why-work-with {
    padding-top: 75px;
    position: relative;
    padding-bottom: 60px;
    text-align: center;
}

.why-work-with .content {
    max-width: 776px;
    margin-inline: auto;
}

.why-work-with .content h2 {
    font-size: 32px;
    font-family: var(--lora);
    font-weight: 400;
    color: var(--blueLight);
    text-transform: uppercase;
}

.why-work-with .content .description {
    font-size: 16px;
    line-height: 1.75;
    color: var(--bodyText);
    margin-top: 20px;
    margin-bottom: 20px;
}

.why-work-with .content .site-logo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.why-work-with .content .site-logo img {
    width: 302px;
    height: auto;
}

.why-work-with .content .btn a {
    display: inline-flex;
    width: 487px;
}
section.faq {
    padding-bottom: 60px;
    text-align: center;
}

section.faq .faq-list {
    text-align: left;
    margin-inline: auto;
    max-width: 920px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

section.faq .content h2 {
    font-size: 32px;
    font-family: var(--lora);
    font-weight: 400;
    color: var(--blueLight);
    margin-top: 10px;
    text-transform: uppercase;
}

section.faq .content {
    margin-bottom: 30px;
}

.faq .faq-item {
    padding: 19px 30px;
    border: 1px solid #e3e3e3;
}

.faq .faq-item .faq-title {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.faq .faq-item .faq-title span.icon {
    width: 20px;
    height: 20px;
    display: flex;
}

.faq .faq-item .faq-title span:not(.icon) {
    font-family: var(--lora);
    font-weight: 400;
    color: var(--blueLight);
    text-transform: uppercase;
    font-size: 18px;
    display: flex;
    max-width: calc(100% - 40px);
}

.faq .faq-item .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.faq .faq-item .faq-content .inner {
    padding-top: 20px;
    font-family: 'Manrope';
    font-size: 16px;
    line-height: 1.75;
    color: var(--bodyText);
    max-width: 826px;
}
.faq .faq-item .faq-content .inner a {color: var(--redLight);}
body:has( .planning-guide-hero) footer {
    background-color: var(--white);
    padding-top: 50px;
}

body:has( .planning-guide-hero) footer .footer-logo-color {
    display: block;
}

body:has( .planning-guide-hero) footer img:not(.footer-logo-color) {
    display: none;
}

body:has( .planning-guide-hero) footer .content-part .desc, body:has( .planning-guide-hero) footer .content-part .copy-text {
    color: var(--bodyText);
}

body:has( .planning-guide-hero) footer::before {
    opacity: 0;
}

/* RESPONSIVE */

@media screen and (min-width:991px){
    section.hero .content .btn a {
        min-width: 487px;
    }
}

@media screen and (max-width:1366px){
    section.hero h1 {
        font-size: 68px;
    }

    section.hero h2 {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .coin-slider-wrap {
        margin-bottom: 30px;
        height: 135px;
    }

    .coin-slider-wrap .coin-slide img {
        width: 120px;
    }

    .section-title h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .section-title .desc {
        font-size: 16px;
    }

    .anniversary-cards-wrap {
        max-width: 80%;
        margin-inline: auto;
    }

    .minting-excellence {
        margin-top: 30px;
    }
}

@media screen and (max-width:991px){
    section.hero h1 {
        font-size: 7vw;
    }

    section.hero h2 {
        font-size: 1.6vw;
        letter-spacing: 8px;
    }

    .hero .content {
        max-width: 92%;
        margin-inline: auto;
    }

    .anniversary-card .desc {
        max-width: 100%;
    }

    .anniversary-cards-wrap {
        max-width: 90%;
    }
    .planning-guide-hero .content h1 br {
        display: none;
    }

    .planning-guide-hero .content h1 {
        font-size: 42px;
    }

    .planning-guide-hero .content h2 {
        font-size: 28px;
    }

    .planning-guide-hero {
        padding-bottom: 47px;
    }

    section.history {
        padding: 40px 0 175px;
    }

    .commemorative-coins .right-content {
        max-width: calc(100% - 303px);
    }
}
@media screen and (max-width:767px){
    .anniversary-coin .btn.btn-blue a, .minting-excellence .btn.btn-red a {
        min-width: 240px;
    }

    footer.site-footer .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .anniversary-cards-wrap {
        display: flex;
        flex-direction: column;
    }

    section.hero h1 {
        font-size: 10vw;
    }

    .hero .content {
        max-width: 100%;
    }

    section.hero h2 {
        font-size: 4vw;
        letter-spacing: 2.4px;
        margin-bottom: 10px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .section-title .star-icon {
        width: 32px;
        height: 32px;
    }
    .history .content:has( .right-part) {
        flex-direction: column;
    }

    .history .content:has( .right-part) .left-part {
        max-width: 100%;
    }

    .history .content h3 {
        font-size: 26px;
        line-height: 1.25;
    }

    .planning-guide-hero .content h1 {
        font-size: 35px;
    }

    .planning-guide-hero {
        padding: calc(var(--headerHeight) + 30px) 0 0px;
    }

    .history .content:has( + *), .history .content-image:has( + *) {
        margin-bottom: 35px;
    }

    .history .content-image {
        display: flex;
        flex-direction: column;
    }

    .history::before, .history::after {
        width: 60px;
        height: 60px;
    }

    section.commemorative-coins {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .commemorative-coins .top-part {
        flex-direction: column;
    }

    .commemorative-coins .left-img {
        margin-inline: auto;
    }

    .commemorative-coins .right-content {
        max-width: 100%;
        margin-top: 30px;
    }

    .commemorative-coins .btn a {
        min-width: auto;
        width: 100%;
    }

    .commemorative-coins .step-form-wrapper {
        display: flex;
        flex-direction: column;
        gap: 60px;
        margin-top: 40px;
    }

    .commemorative-coins .step-form-item .inner {
        align-items: flex-start;
        justify-content: flex-start;
        display: grid;
        grid-template-columns: 60px 1fr;
    }

    .commemorative-coins .step-form-item:first-child {
        padding-left: 0;
    }

    .commemorative-coins .step-form-item .step-form-title {
        text-align: left;
        margin-block: auto;
    }

    .commemorative-coins .step-form-item:not(:last-child)::before {
        width: 2px;
        height: 100%;
        left: 30px;
        top: 60px;
    }

    .commemorative-coins .step-form-item .step-form-count {
        box-shadow: 0 0 0 00px var(--blueLight);
    }

    .commemorative-coins .bottom-part {
        margin-top: 50px;
    }

    .why-work-with {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .why-work-with .content .btn a {
        min-width: auto;
        width: 100%;
    }

    .faq .faq-item {
        padding: 12px 10px 12px 20px;
    }

    section.faq {
        padding-bottom: 30px;
    }

    .history .content:has( .right-part) .right-part img {
        max-width: 100%;
        width: 80%;
        margin-inline: auto;
    }

    .history .content-image img {
        max-width: 100%;
        width: 80%;
        margin-inline: auto;
    }
    .coin-slider-wrap{
        height: 135px;
    }
}