.roxart-burger-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.roxart-burger-button:focus {
  outline: 1px solid #000000;
}
.roxart-burger-button .line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.roxart-burger-button .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.roxart-burger-button .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.roxart-burger-button .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.roxart-burger-button.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.roxart-burger-button.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.roxart-burger-button.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.roxart-container {
  max-width: 1710px;
  padding: 0 15px;
  margin: 0 auto;
}

.roxart-container-small {
  max-width: 1441px;
  padding: 0 15px;
  margin: 0 auto;
}

.roxart-burger-icon {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

a.roxart-button {
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  padding: 12px 40px;
  font-size: 17px;
  line-height: 1em;
  text-align: center;
  border-radius: 1px;
  position: relative;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  outline: none;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
}
a.roxart-button strong {
  font-weight: 600;
}
a.roxart-button--white-black {
  color: #17181C !important;
  background-color: #ffffff;
  border: 2px solid #F9B708;
}
a.roxart-button--white-black:hover {
  background-color: #F9B708 !important;
}

.custom-nav-menu {
  font-family: "Montserrat", sans-serif;
  -webkit-box-shadow: 0px 25px 56px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 25px 56px 0px rgba(0, 0, 0, 0.0509803922);
  position: relative;
  z-index: 99;
  background-color: #FFFFFF;
}
.custom-nav-menu__content {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.custom-nav-menu__right--mobile {
  display: none;
}
.custom-nav-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.custom-nav-menu a.roxart-button {
  white-space: nowrap;
}
.custom-nav-menu #menu-roxart-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.custom-nav-menu #menu-roxart-menu ul {
  list-style-type: none;
  padding: 0;
}
.custom-nav-menu #menu-roxart-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-nav-menu #menu-roxart-menu li > a {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 17px;
  line-height: 1em;
  color: #17181C;
  font-weight: 600;
  padding: 23px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.custom-nav-menu #menu-roxart-menu li > a:hover {
  color: #F9B707;
}
.custom-nav-menu #menu-roxart-menu > li.menu-item-has-children > a::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7L13 1" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 12px;
  height: 6px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
.custom-nav-menu #menu-roxart-menu > li.menu-item-has-children > a:hover::after {
  background-image: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7L13 1" stroke="%23F9B708" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.custom-nav-menu #menu-roxart-menu > li.menu-item-has-children.active > a {
  color: #F9B707;
}
.custom-nav-menu #menu-roxart-menu > li.menu-item-has-children.active > a::after {
  background-image: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7L13 1" stroke="%23F9B708" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.custom-nav-menu .mega-menu {
  background-color: #F0F1F4;
  padding: 39px 0;
  height: 478px;
  max-height: 75vh;
  overflow: auto;
  display: none;
}
.custom-nav-menu .mega-menu .roxart-container-small {
  height: 100%;
}
.custom-nav-menu .mega-menu__content {
  display: grid;
  grid-template-columns: 0.23fr 0.29fr 0.47fr;
  height: 100%;
}
.custom-nav-menu .mega-menu__content a {
  font-size: 18px;
  line-height: 1em;
  font-weight: 600;
  color: #17181C;
  padding: 4px;
  position: relative;
}
.custom-nav-menu .mega-menu__content a::before {
  content: "";
  position: absolute;
  background-color: #F9B708;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.custom-nav-menu .mega-menu__content a:hover::before {
  right: 0;
}
.custom-nav-menu .mega-menu__content a.active::before {
  right: 0;
}
.custom-nav-menu .mega-menu__left {
  border-right: 1px solid #5C5E67;
  padding-right: 65px;
}
.custom-nav-menu .mega-menu__left li:not(:last-child) {
  margin-bottom: 20px;
}
.custom-nav-menu .mega-menu__center {
  padding-left: 65px;
}
.custom-nav-menu .mega-menu__center a {
  font-weight: 500;
}
.custom-nav-menu .mega-menu__center li:not(:last-child) {
  margin-bottom: 18px;
}
.custom-nav-menu .mega-menu__right {
  padding-left: 38%;
}
.custom-nav-menu .mega-menu__right .preview-image {
  max-height: 161px;
  margin-bottom: 35px;
}
.custom-nav-menu .mega-menu__right .preview-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
  color: #17181C;
  margin-bottom: 16px;
}
.custom-nav-menu .mega-menu__right .preview-text {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 500;
  color: #5C5E67;
}
@media (max-width: 1499px) {
  .custom-nav-menu a.roxart-button {
    padding: 12px 24px;
  }
  .custom-nav-menu #menu-roxart-menu li > a {
    padding: 18px 12px;
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .custom-nav-menu__center {
    display: none;
  }
  .custom-nav-menu__right--desktop {
    display: none;
  }
  .custom-nav-menu__right--mobile {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .custom-nav-menu__left {
    max-width: 70%;
  }
}

.mobile-menu {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 98;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  width: 100%;
  height: 100vh;
  padding-top: 85px;
  z-index: 98;
  overflow-y: scroll;
}
.mobile-menu ul {
  list-style-type: none;
  padding-left: 20px;
}
.mobile-menu ul a {
  width: 100%;
  padding: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1em;
  font-weight: 600;
  color: #17181C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu__menu > ul {
  padding-left: 0;
}
.mobile-menu .menu-item-with-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu .menu-item-with-submenu.active > .arrow-down::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mobile-menu .arrow-down {
  padding: 12px 12px 12px 24px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}
.mobile-menu .arrow-down:focus-visible {
  outline: 1px solid #000000;
}
.mobile-menu .arrow-down::before {
  content: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7L13 1" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.mobile-menu .heading-3 {
  font-weight: 800;
  display: block;
  margin-bottom: 2rem;
}
.mobile-menu__menu {
  padding-bottom: 50px;
}

.mobile-menu.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.roxart-form-section .wpcf7-form input.wpcf7-form-control, .roxart-form-section .wpcf7-form textarea.wpcf7-form-control {
  padding: 14px 10px;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #90999D;
  font-size: 13px;
  line-height: 1.5em;
  color: #000000;
  width: 100%;
  border: none;
}
.roxart-form-section .wpcf7-form input.wpcf7-form-control:focus-visible, .roxart-form-section .wpcf7-form textarea.wpcf7-form-control:focus-visible {
  outline: 1px solid black;
}
.roxart-form-section .wpcf7-form input.wpcf7-submit {
  background-color: #313131;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1em;
  font-weight: 600;
  padding: 15px 40px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  text-transform: none;
  width: unset;
}
.roxart-form-section .wpcf7-form input.wpcf7-submit:hover {
  background-color: #1f1f1f;
}
.roxart-form-section .wpcf7-form .roxart-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.roxart-form-section .wpcf7-form .wpcf7-list-item-label {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  font-style: normal;
}
.roxart-form-section .wpcf7-form .wpcf7-form-control.wpcf7-checkbox input[type=checkbox], .roxart-form-section .wpcf7-form .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] {
  display: none;
}
.roxart-form-section .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::before, .roxart-form-section .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: relative;
  top: 0.5rem;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="15.5" y="0.5" width="15" height="15" rx="1" transform="rotate(90 15.5 0.5)" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-right: 12px;
  margin-bottom: 6px;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
.roxart-form-section .wpcf7-form .wpcf7-form-control.wpcf7-checkbox input:checked + .wpcf7-list-item-label::before, .roxart-form-section .wpcf7-form .wpcf7-form-control.wpcf7-acceptance input:checked + .wpcf7-list-item-label::before {
  background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="16" y="1" width="15" height="15" rx="1" transform="rotate(90 16 1)" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.05566 9.05501L6.83344 11.8328L12.9446 5.72168" stroke="black" stroke-linecap="round"/></svg>');
}
.roxart-form-section .wpcf7-form label .lbl {
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.5em;
  text-transform: none !important;
}
.roxart-form-section .wpcf7-form .wpcf7-not-valid-tip {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.roxart-form-section .wpcf7-form .roxart-2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 30px;
}
@media (max-width: 575px) {
  .roxart-form-section .wpcf7-form .roxart-2-cols {
    grid-template-columns: 1fr;
  }
}
.roxart-form-section .wpcf7 form.invalid .wpcf7-response-output,
.roxart-form-section .wpcf7 form.sent .wpcf7-response-output {
  margin-top: 12px;
  font-family: "Montserrat", sans-serif;
}

.roxart-text-field p {
  font-size: 16px;
  line-height: 1.4em;
  color: #303030;
}
.roxart-text-field p.roxart-above-heading {
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 3px;
  color: #777777;
  margin-bottom: 6px;
}
.roxart-text-field h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 66px;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;
}/*# sourceMappingURL=roxart.css.map */