@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import "swiper-bundle.min.css";
@font-face {
  font-family: "Open Sauce Sans 300";
  src: url("../fonts/OpenSauceSans-Light.eot");
  src: url("../fonts/OpenSauceSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSauceSans-Light.woff2") format("woff2"), url("../fonts/OpenSauceSans-Light.woff") format("woff"), url("../fonts/OpenSauceSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Sans 400";
  src: url("../fonts/OpenSauceSans-Regular.eot");
  src: url("../fonts/OpenSauceSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSauceSans-Regular.woff2") format("woff2"), url("../fonts/OpenSauceSans-Regular.woff") format("woff"), url("../fonts/OpenSauceSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Sans 500";
  src: url("../fonts/OpenSauceSans-Medium.eot");
  src: url("../fonts/OpenSauceSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSauceSans-Medium.woff2") format("woff2"), url("../fonts/OpenSauceSans-Medium.woff") format("woff"), url("../fonts/OpenSauceSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Sans 600";
  src: url("../fonts/OpenSauceSans-SemiBold.eot");
  src: url("../fonts/OpenSauceSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSauceSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSauceSans-SemiBold.woff") format("woff"), url("../fonts/OpenSauceSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Sans 700";
  src: url("../fonts/OpenSauceSans-Bold.eot");
  src: url("../fonts/OpenSauceSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSauceSans-Bold.woff2") format("woff2"), url("../fonts/OpenSauceSans-Bold.woff") format("woff"), url("../fonts/OpenSauceSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Sans 800";
  src: url("../fonts/OpenSauceSans-ExtraBold.eot");
  src: url("../fonts/OpenSauceSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSauceSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSauceSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSauceSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce Sans 900";
  src: url("../fonts/OpenSauceSans-Black.eot");
  src: url("../fonts/OpenSauceSans-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSauceSans-Black.woff2") format("woff2"), url("../fonts/OpenSauceSans-Black.woff") format("woff"), url("../fonts/OpenSauceSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  margin: 0;
  line-height: 20px;
  background-color: #fff;
  font-family: "Open Sauce Sans 400";
  font-size: 16px;
  font-style: normal;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1199px) {
  body {
    overflow-x: hidden;
  }
}

a, input, button {
  background: none;
  padding: 0;
  border: 0;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

/* Hide arrows in Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}

/* Optionally, hide arrows in Internet Explorer */
input[type=number] {
  -ms-appearance: none !important;
}

textarea:focus, input:focus, select:focus, a:focus {
  outline: none;
}

textarea {
  min-height: 250px;
  min-width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  textarea {
    min-height: 380px;
  }
}

textarea.form-control {
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 1.8;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  max-height: 100%;
}

h1, h2, h3, h4, h5, h6, h7 {
  margin: 0;
  color: #000;
  font-family: "Open Sauce Sans 800";
}

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

.container {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  .container {
    max-width: 1230px;
  }
}
@media screen and (max-width: 1299px) {
  .container {
    max-width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 575px) {
  .container {
    padding: 0 25px;
  }
}
.container.has-aside {
  display: flex;
  gap: 0 44px;
  align-items: flex-start;
}
.container.has-aside .sidebar {
  width: 244px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .container.has-aside .sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .container.has-aside {
    display: block;
  }
}
.container.has-aside .content {
  flex-grow: 1;
}
@media screen and (min-width: 992px) {
  .container.has-aside .content {
    max-width: calc(100% - 244px - 44px);
  }
}

.inputs-row {
  display: grid;
}
.inputs-row:not(:last-child) {
  margin-bottom: 24px;
}
.inputs-row .form-group {
  margin: 0;
}
.inputs-row.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (max-width: 880px) {
  .inputs-row.grid-2 {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 768px) {
  .inputs-row.grid-2 {
    gap: 16px 0;
  }
}
.inputs-row.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .inputs-row.grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 880px) {
  .inputs-row.grid-3 {
    grid-template-columns: auto;
  }
}

.btn {
  display: inline-block;
  padding: 20px 24px;
  border: 0;
  line-height: normal;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-family: "Open Sauce Sans 800";
  font-weight: 800;
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn.btn-primary {
  position: relative;
  background: #0000D2;
  color: #fff;
}
.btn.btn-primary:hover {
  background: rgb(0, 0, 184.5);
}
.btn.btn-primary:active {
  background: #00009f;
}
.btn.btn-primary.has-arrow span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.btn.btn-primary.has-arrow span::after {
  content: "";
  position: relative;
  right: 0;
  width: 18px;
  height: 18px;
  background: url("../images/hero-arrow-right-icon.svg") right center no-repeat;
  transition: all 0.2s ease-in-out;
}
.btn.btn-primary.has-arrow:hover span::after {
  right: -5px;
}
.btn.btn-secondary {
  border: 2px solid #000;
  background: #fff;
  color: #000;
}
.btn.btn-secondary:hover {
  background: #000;
  color: #fff;
}
.btn.btn-secondary:active {
  background: #000;
  color: #fff;
}
.btn.btn-black {
  background: #000;
  border: 0;
  color: #fff;
}
.btn.btn-black:hover {
  background: #333333;
}
.btn.btn-black:active {
  background: #000;
}
.btn.btn-black.has-arrow span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.btn.btn-black.has-arrow span::after {
  content: "";
  position: relative;
  right: 0;
  width: 18px;
  height: 18px;
  background: url("../images/hero-arrow-right-icon.svg") right center no-repeat;
  transition: all 0.2s ease-in-out;
}
.btn.btn-black.has-arrow:hover span::after {
  right: -5px;
}
.btn.btn-green {
  background-color: #39e48d;
  color: #000;
}
.btn.btn-green:hover {
  background: rgb(28.08, 205.92, 115.44);
}
.btn.btn-green:active {
  background: rgb(25.02, 183.48, 102.86);
}
.btn.btn-grey {
  background: #f3f4f6;
  color: #363636;
}
.btn.btn-grey:hover {
  background: rgb(228.4285714286, 230.6428571429, 235.0714285714);
}
.btn.btn-grey:active {
  background: rgb(213.8571428571, 217.2857142857, 224.1428571429);
}

p {
  margin: 0;
}

input[type=checkbox] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  border-radius: 5px;
}

input[type=checkbox] + label {
  margin: 0;
  line-height: 16px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
input[type=checkbox] + label a {
  font-family: "Open Sauce Sans 700";
  color: #000;
  text-decoration: underline;
}
input[type=checkbox] + label a:hover {
  text-decoration: none;
}

input[type=checkbox]:checked {
  background: #000 url("../images/checked-icon.svg") center center no-repeat;
  border-color: #000;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.select-dropdown {
  display: inline-flex;
  position: relative;
  min-width: 200px;
  border-radius: 8px;
  z-index: 2;
}
.select-dropdown select {
  display: none;
}
.select-dropdown .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border: 0;
  cursor: pointer;
}
.select-dropdown .dropdown-menu {
  display: none;
  position: absolute;
}
.select-dropdown .dropdown-menu .dropdown-search {
  display: flex;
  height: 55px;
  padding: 0;
  background: #fff;
  font-size: 19px;
}
.select-dropdown .dropdown-menu .dropdown-search input {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border: 0;
  outline: none;
  font-size: 16px;
  font-family: "Open Sauce Sans 400";
}
.select-dropdown .dropdown-menu .dropdown-search input::-moz-placeholder {
  color: #6c6c6b;
}
.select-dropdown .dropdown-menu .dropdown-search input::placeholder {
  color: #6c6c6b;
}
.select-dropdown .dropdown-menu ul {
  max-height: 290px;
  overflow: auto;
}
.select-dropdown .dropdown-menu ul li.active a {
  background: #f2f2f2;
}
.select-dropdown .dropdown-menu ul li a {
  display: block;
}
.select-dropdown.custom-styling .dropdown-search {
  border-bottom: 1px solid #6c6c6b;
  border-radius: 15px 15px 0 0;
}
.select-dropdown.custom-styling .dropdown-search input {
  border-radius: 15px;
}
.select-dropdown.custom-styling .dropdown-search + ul {
  border-radius: 0 0 15px 15px;
}
.select-dropdown.custom-styling .dropdown-search + ul li:first-child {
  border-radius: 0 !important;
}
.select-dropdown.custom-styling .dropdown-search + ul li:first-child a {
  border-radius: 0 !important;
}
.select-dropdown:not(.custom-styling) .dropdown-toggle {
  height: 60px;
  min-width: 150px;
  padding: 0 50px 0 20px;
  background-color: #f5f5f5;
  font-family: "Open Sauce Sans 700";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 8px;
}
.select-dropdown:not(.custom-styling) .dropdown-toggle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  width: 13px;
  height: 8px;
  background: url("../images/select-dropdown-arrow.svg") center center no-repeat;
  transition: all 0.3s ease-in-out;
}
.select-dropdown:not(.custom-styling) .dropdown-menu {
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  min-width: 150px;
  background: #eee;
  border-radius: 8px;
}
.select-dropdown:not(.custom-styling) .dropdown-menu .dropdown-search {
  border: 2px solid #eee;
  border-radius: 8px;
}
.select-dropdown:not(.custom-styling) .dropdown-menu .dropdown-search input {
  border-radius: 8px;
}
.select-dropdown:not(.custom-styling) .dropdown-menu .dropdown-search input::-moz-placeholder {
  color: #6c6c6b;
}
.select-dropdown:not(.custom-styling) .dropdown-menu .dropdown-search input::placeholder {
  color: #6c6c6b;
}
.select-dropdown:not(.custom-styling) .dropdown-menu ul {
  border-radius: 8px;
}
.select-dropdown:not(.custom-styling) .dropdown-menu ul li {
  white-space: nowrap;
}
.select-dropdown:not(.custom-styling) .dropdown-menu ul li:first-child {
  border-radius: 8px 8px 0 0;
}
.select-dropdown:not(.custom-styling) .dropdown-menu ul li:first-child a {
  border-radius: 8px 8px 0 0;
}
.select-dropdown:not(.custom-styling) .dropdown-menu ul li:last-child {
  border-radius: 0 0 8px 8px;
}
.select-dropdown:not(.custom-styling) .dropdown-menu ul li:last-child a {
  border-radius: 0 0 8px 8px;
}
.select-dropdown:not(.custom-styling) .dropdown-menu ul li a {
  display: block;
  padding: 15px 20px;
  border-radius: 0;
}
.select-dropdown:not(.custom-styling) .dropdown-menu ul li a:hover {
  background: rgb(225.25, 225.25, 225.25);
}
.select-dropdown:not(.custom-styling) .dropdown-menu ul li.active a {
  background-color: #000;
  color: #fff;
}
.select-dropdown:not(.custom-styling) .dropdown-menu ul li.active a:hover {
  background: rgb(12.75, 12.75, 12.75);
}
.select-dropdown.show .dropdown-toggle::after {
  transform: rotate(-180deg);
}
.select-dropdown.show .dropdown-menu {
  display: block;
}

.modal .select-dropdown {
  width: 100%;
}

.checkbox, .radio {
  display: flex;
  align-items: start;
  gap: 0 10px;
}
.checkbox:not(:last-child), .radio:not(:last-child) {
  margin-bottom: 20px;
}
.checkbox label, .radio label {
  padding-top: 0;
}

@media screen and (max-width: 1299px) {
  .checkbox-list.bubless {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.checkbox-list.bubless .checkbox {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .checkbox-list.bubless .checkbox {
    flex-shrink: 0;
    width: 37px;
    height: 37px;
  }
}
.checkbox-list.bubless .checkbox input {
  display: none;
}
.checkbox-list.bubless .checkbox label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 3px;
  border: 1px solid #DCE0EE;
  font-size: 14px;
  color: #1E2234;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .checkbox-list.bubless .checkbox label {
    width: 37px;
    height: 37px;
  }
}
.checkbox-list.bubless .checkbox label:hover {
  border-color: #1E2234;
}
.checkbox-list.bubless .checkbox input:checked + label {
  background-color: #1E2234;
  border-color: #1E2234;
  color: #fff !important;
}
.checkbox-list.grid-11 {
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (max-width: 1499px) {
  .checkbox-list.grid-11 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1399px) {
  .checkbox-list.grid-11 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .checkbox-list.grid-11 {
    display: flex;
    justify-content: center;
  }
}

.radio {
  display: flex;
  gap: 0 12px;
  align-items: center;
}
.radio:not(:last-child) {
  margin-bottom: 24px;
}
.radio input[type=radio] {
  display: inline;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid #C4C8D9;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50%;
}
.radio input[type=radio]:checked {
  background: #fff url("../images/radio-bubble.svg") center center no-repeat;
}
.radio input[type=radio] + label {
  padding: 0;
  color: #1E2234;
  font-size: 16px;
}

.form-group {
  margin: 0 0 30px 0;
}
.form-group > label {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  line-height: 14px;
  font-size: 14px;
  font-family: "Open Sauce Sans 500";
  color: #000000;
  text-transform: capitalize;
}
.form-group > label span {
  font-size: 12px;
  font-family: "Open Sauce Sans 400";
  color: #6c6c6b;
}
.form-group.required > label::after {
  content: "*";
  margin-left: 2px;
  color: #cb0a0a;
}

.required.has-error label {
  color: #cb0a0a;
}
.required.has-error .form-control {
  border-color: #cb0a0a;
}
.required.has-error .form-control:hover {
  border-color: rgb(154.3943661972, 7.6056338028, 7.6056338028);
}
.required.has-error .form-control:focus {
  border-color: rgb(130.0915492958, 6.4084507042, 6.4084507042);
}
.required.has-error input[type=checkbox] {
  border-color: #cb0a0a;
}

.form-control, .social-login-mail {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #6c6c6b;
  background-color: #fff;
  font-size: 16px;
  font-family: "Open Sauce Sans 400";
  outline: 1px solid transparent;
  outline-offset: -1px;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}
.form-control:hover, .social-login-mail:hover {
  border-color: #000;
}
.form-control:focus, .social-login-mail:focus {
  border-color: #0000D2;
}

.social-login-mail {
  display: flex;
  align-items: center;
  border-color: #ddd;
  pointer-events: none;
}

.swiper-holder {
  position: relative;
}
.swiper-holder .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  margin: 16px 0 0 0;
}
@media screen and (max-width: 575px) {
  .swiper-holder .swiper-pagination {
    margin: 13px 0 0 0;
  }
}
.swiper-holder .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 8px;
  height: 8px;
  background: #1E2234;
  transition: all 0.3s ease-in-out;
}
.swiper-holder .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.swiper-holder .swiper-pagination .swiper-pagination-bullet:hover {
  background: #000;
}

.swiper-nav {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.swiper-nav button {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  border: 0;
  background: #000;
  outline: 5px solid transparent;
  outline-offset: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .swiper-nav button {
    width: 40px;
    height: 40px;
  }
}
.swiper-nav button svg {
  position: relative;
  width: auto;
  height: auto;
}
.swiper-nav button svg path {
  transition: all 0.3s ease-in-out;
}
.swiper-nav button.swiper-button-prev svg {
  left: -2px;
}
.swiper-nav button.swiper-button-next svg {
  right: -2px;
}
.swiper-nav button.swiper-button-disabled {
  opacity: 0.1;
}
.swiper-nav button:hover {
  background-color: #2b2a2a;
}
.swiper-nav button::after {
  content: none;
}

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px 0;
  margin: 0 0 50px 0;
  line-height: normal;
  font-size: 42px;
  font-family: "Open Sauce Sans 900";
  font-weight: 900;
  text-transform: capitalize;
}
@media screen and (max-width: 1599px) {
  .section-heading {
    font-size: 38px;
  }
}
@media screen and (max-width: 1499px) {
  .section-heading {
    font-size: 35px;
  }
}
@media screen and (max-width: 1399px) {
  .section-heading {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .section-heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .section-heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .section-heading {
    font-size: 28px;
  }
}
.section-heading span {
  padding: 0 4px;
  line-height: 28px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-family: "Open Sauce Sans 700";
  font-weight: 700;
  border-radius: 4px;
}
@media screen and (max-width: 1599px) {
  .section-heading span {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .section-heading span {
    font-size: 16px;
  }
}

.section-heading-holder {
  margin: 0 0 50px 0;
}
.section-heading-holder .sub-text {
  display: block;
  margin-top: 10px;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

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

.align-items-end {
  align-items: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

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

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}

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

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

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

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

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

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

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

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.flex-fill {
  flex: 1 1 auto;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.flex-fill {
  flex: 1 1 auto;
}

.d-grid {
  display: grid;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.w-100 {
  width: 100%;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

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

.h-100 {
  height: 100%;
}

/* Blocks */
#main-header {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  background: transparent;
  transition: all 0.3s ease-in-out;
  z-index: 99999999;
}
@media screen and (max-width: 1149px) {
  #main-header {
    top: 15px;
  }
}
@media screen and (max-width: 768px) {
  #main-header {
    top: 10px;
  }
}
#main-header .container-wrapper {
  position: relative;
  width: 100%;
  max-width: 1660px;
  background: linear-gradient(90deg, #000 0%, #000091 100%);
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1799px) {
  #main-header .container-wrapper {
    max-width: calc(100vw - 100px);
  }
}
@media screen and (max-width: 1499px) {
  #main-header .container-wrapper {
    max-width: calc(100vw - 60px);
  }
}
@media screen and (max-width: 1330px) {
  #main-header .container-wrapper {
    max-width: calc(100vw - 40px);
  }
}
@media screen and (max-width: 768px) {
  #main-header .container-wrapper {
    max-width: calc(100vw - 30px);
  }
}
#main-header .container {
  position: relative;
  display: flex;
  align-items: center;
  height: 82px;
  width: 100%;
}
@media screen and (max-width: 1350px) {
  #main-header .container {
    height: 70px;
  }
}
#main-header .site-brand .site-logo {
  display: flex;
}
#main-header .site-brand .site-logo img {
  max-height: 40px;
}
@media screen and (max-width: 575px) {
  #main-header .site-brand .site-logo img {
    max-height: 30px;
  }
}
#main-header .site-brand.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main-header #primary-site-nav {
  height: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1149px) {
  #main-header #primary-site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    padding: 0;
    padding-top: 34px;
    background: #000;
    transform: translateX(120%);
    transition: all 0.3s ease-in-out;
    border-radius: 25px 0 0 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    z-index: 99999;
  }
  #main-header #primary-site-nav::after {
    content: "";
    position: fixed;
    top: 0;
    right: calc(100% - 20px);
    width: calc(100vw - 380px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
  }
}
@media screen and (max-width: 1149px) and (max-width: 450px) {
  #main-header #primary-site-nav {
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 1149px) {
  #main-header #primary-site-nav > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 50px;
    overflow: auto;
  }
}
#main-header #primary-site-nav ul.links {
  display: flex;
  gap: 0 27px;
}
@media screen and (max-width: 1250px) {
  #main-header #primary-site-nav ul.links {
    gap: 0 22px;
  }
}
@media screen and (min-width: 1150px) {
  #main-header #primary-site-nav ul.links {
    height: 100%;
  }
}
@media screen and (max-width: 1149px) {
  #main-header #primary-site-nav ul.links {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1150px) {
  #main-header #primary-site-nav ul.links > li:nth-last-child(2) {
    display: none;
  }
}
@media screen and (max-width: 1149px) {
  #main-header #primary-site-nav ul.links > li {
    order: 2;
  }
}
#main-header #primary-site-nav ul.links > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "Open Sauce Sans 800";
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1149px) {
  #main-header #primary-site-nav ul.links > li > a {
    padding: 10px 30px;
    font-size: 17px;
  }
}
#main-header #primary-site-nav ul.links > li > a svg path {
  transition: all 0.3s ease-in-out;
}
#main-header #primary-site-nav ul.links > li > a span {
  display: block;
  padding: 0 6px;
  line-height: 23px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
#main-header #primary-site-nav ul.links > li > a:hover span {
  color: #00CCDD;
}
#main-header #primary-site-nav ul.links > li.sign-in-btn {
  margin-left: 40px;
}
@media screen and (min-width: 1150px) {
  #main-header #primary-site-nav ul.links > li.sign-in-btn a span {
    display: none;
  }
}
@media screen and (max-width: 1149px) {
  #main-header #primary-site-nav ul.links > li.sign-in-btn {
    order: 1;
    padding-bottom: 20px;
  }
  #main-header #primary-site-nav ul.links > li.sign-in-btn a {
    display: inline-flex;
    align-items: center;
    gap: 0 8px;
    padding: 0;
  }
}
#main-header #primary-site-nav ul.links > li.sign-in-btn svg path {
  transition: all 0.3s ease-in-out;
}
#main-header #primary-site-nav ul.links > li.sign-in-btn:hover svg path {
  fill: #7CF5FF;
}
#main-header #primary-site-nav ul.links > li.active a > div {
  position: relative;
}
#main-header #primary-site-nav ul.links > li.active a span {
  position: relative;
  color: #000;
  background: #fff;
  z-index: 1;
}
#main-header #primary-site-nav ul.links > li .add-new-btn {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-left: 30px;
  background-color: #fff;
  outline: 2px solid #00ccdd;
  outline-offset: 5px;
  border-radius: 50%;
}
#main-header #primary-site-nav ul.links > li .add-new-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/button-plus-icon-dark.svg") center center no-repeat;
  transition: all 0.3s ease-in-out;
}
#main-header #primary-site-nav ul.links > li .add-new-btn span {
  position: absolute;
  top: 50%;
  left: calc(100% + 60px);
  width: 80px;
  background: #00ccdd;
  line-height: 18px;
  font-size: 12px;
  color: #000 !important;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -50%);
  transition: all 0.3s ease-in-out;
}
#main-header #primary-site-nav ul.links > li .add-new-btn span::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #00CCDD transparent transparent;
  border-style: solid;
}
#main-header #primary-site-nav ul.links > li .add-new-btn:hover {
  background-color: #00ccdd;
}
#main-header #primary-site-nav ul.links > li .add-new-btn:hover span {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
#main-header #primary-site-nav ul.links > li .add-new-btn:hover::before {
  transform: rotate(90deg);
}
#main-header #primary-site-nav ul.links > li .add-new-btn:active {
  background-color: rgb(0, 175.7538461538, 190.4);
}
#main-header #primary-site-nav .mobile-contacts {
  padding: 50px 0 0 0;
}
#main-header #primary-site-nav .mobile-contacts a {
  color: #b5b5b5;
  font-size: 16px;
  font-family: "Open Sauce Sans 800";
}
#main-header #primary-site-nav .mobile-contacts a:hover {
  color: #fff;
}
@media screen and (max-width: 1149px) {
  #main-header #primary-site-nav .mobile-contacts {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
}
#main-header #primary-site-nav .mobile-contacts ul.social-media {
  display: flex;
  gap: 0 12px;
  justify-content: center;
}
#main-header #primary-site-nav .mobile-contacts ul.social-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #b5b5b5;
  border-radius: 50%;
}
#main-header #primary-site-nav .mobile-contacts ul.social-media a:hover {
  background: #fff;
}
#main-header #primary-site-nav .mobile-contacts ul.social-media a img {
  filter: brightness(0);
}
#main-header #primary-site-nav .mobile-contacts ul.social-media a:hover {
  background: #0000D2;
}
#main-header a.sign-in-btn svg path {
  transition: all 0.3s ease-in-out;
}
#main-header a.sign-in-btn:hover svg path {
  fill: #7CF5FF;
}
#main-header .back-btn {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-family: "Open Sauce Sans 500";
  color: #fff;
}
@media screen and (max-width: 740px) {
  #main-header .back-btn span {
    display: none;
  }
}
#main-header .back-btn::before {
  content: "";
  width: 31px;
  height: 11px;
  background: url("../images/back-arrow-white.svg") left center no-repeat;
  transition: all 0.3s ease-in-out;
}
#main-header .back-btn:hover {
  color: #7CF5FF;
}
#main-header .back-btn:hover::before {
  transform: translateX(-5px);
}
#main-header .user-nav {
  display: none;
  gap: 0 30px;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 1149px) {
  #main-header .user-nav {
    display: flex;
  }
}
@media screen and (max-width: 460px) {
  #main-header .user-nav .sign-in-btn {
    display: none;
  }
}
#main-header .menu-toggle {
  position: relative;
  top: 0;
  right: 0;
  width: 30px;
  height: 21px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
  z-index: 999999;
}
@media screen and (min-width: 1150px) {
  #main-header .menu-toggle {
    display: none;
  }
}
#main-header .menu-toggle .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 3px;
  background: #fff;
  backface-visibility: hidden;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
#main-header .menu-toggle .icon::before, #main-header .menu-toggle .icon::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 24px;
  height: 3px;
  background: #fff;
  backface-visibility: hidden;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
#main-header .menu-toggle .icon::before {
  top: -9px;
}
#main-header .menu-toggle .icon::after {
  top: 9px;
  width: 17px;
}
#main-header .menu-toggle.opened .icon {
  background-color: transparent;
}
#main-header .menu-toggle.opened .icon::before {
  transform: rotate(45deg) translate(5px, 8px);
}
#main-header .menu-toggle.opened .icon::after {
  width: 24px;
  transform: rotate(-45deg) translate(5px, -8px);
}
@media screen and (min-width: 1150px) {
  #main-header.on-scroll {
    top: 10px;
  }
}

.mobile-nav-open #main-header #primary-site-nav {
  transform: translateX(0);
}
.mobile-nav-open #main-header #primary-site-nav::after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.accordion .accordion-item .accordion-title h4, .accordion .accordion-item .accordion-title h3, .accordion .accordion-item .accordion-title h2 {
  display: flex;
  align-items: center;
  gap: 0 16px;
  position: relative;
  padding: 20px 60px 20px 20px;
  background-color: #f4f4f4;
  line-height: 1.4;
  font-size: 17px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.accordion .accordion-item .accordion-title h4:hover, .accordion .accordion-item .accordion-title h3:hover, .accordion .accordion-item .accordion-title h2:hover {
  background-color: rgb(231.25, 231.25, 231.25);
}
.accordion .accordion-item .accordion-title h4 .icon, .accordion .accordion-item .accordion-title h3 .icon, .accordion .accordion-item .accordion-title h2 .icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 24px;
}
.accordion .accordion-item .accordion-title h4::after, .accordion .accordion-item .accordion-title h3::after, .accordion .accordion-item .accordion-title h2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  width: 28px;
  height: 28px;
  background: #ddd url("../images/accordion-arrow-icon.svg") center center no-repeat;
  background-size: 13px;
  border: 1px solid #000;
  transition: transform 0.2s ease-in-out;
  border-radius: 50%;
}
.accordion .accordion-item .accordion-content {
  display: none;
  padding: 20px;
  font-size: 16px;
}
.accordion .accordion-item .accordion-content b, .accordion .accordion-item .accordion-content strong {
  font-family: "Open Sauce Sans 700";
}
.accordion .accordion-item .accordion-content p {
  line-height: 1.5;
  margin: 0 0 15px 0;
}
.accordion .accordion-item .accordion-content p:last-child {
  margin: 0;
}
.accordion .accordion-item:last-child .accordion-content {
  padding-bottom: 0;
}
.accordion .accordion-item.show .accordion-title h4, .accordion .accordion-item.show .accordion-title h3, .accordion .accordion-item.show .accordion-title h2 {
  background-color: rgb(231.25, 231.25, 231.25);
}
.accordion .accordion-item.show .accordion-title h4::after, .accordion .accordion-item.show .accordion-title h3::after, .accordion .accordion-item.show .accordion-title h2::after {
  background-color: #92aaff;
  transform: rotate(-180deg);
}
.accordion .accordion-item.show .accordion-content {
  display: block;
}

#main-footer {
  margin: auto 0 0 0;
  background-color: #eee;
  font-size: 15px;
}
#main-footer:not(.sm-footer) .site-brand img {
  margin: 0 0 10px 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#main-footer:not(.sm-footer) .site-brand p:not(:last-child) {
  margin: 0 0 10px 0;
}
#main-footer:not(.sm-footer) ul.social-media {
  display: flex;
  gap: 0 10px;
  flex-direction: row;
  justify-content: flex-end;
}
#main-footer:not(.sm-footer) ul.social-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
}
#main-footer:not(.sm-footer) ul.social-media a img {
  filter: brightness(0);
}
#main-footer:not(.sm-footer) ul.social-media a:hover {
  background: #00ccdd;
}
#main-footer:not(.sm-footer) ul.social-media--mobile {
  margin-top: 20px;
  justify-content: flex-start;
}
@media screen and (min-width: 1200px) {
  #main-footer:not(.sm-footer) ul.social-media--mobile {
    display: none;
  }
}
#main-footer:not(.sm-footer) .top-footer {
  padding: 60px 0;
  background-color: #000;
  color: #fff;
}
#main-footer:not(.sm-footer) .top-footer .container {
  display: flex;
  gap: 0 70px;
}
@media screen and (max-width: 1299px) {
  #main-footer:not(.sm-footer) .top-footer .container {
    gap: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  #main-footer:not(.sm-footer) .top-footer .container {
    flex-direction: column;
    gap: 40px 0;
  }
}
#main-footer:not(.sm-footer) .top-footer .site-brand {
  flex-shrink: 0;
  width: 30%;
}
@media screen and (min-width: 1300px) {
  #main-footer:not(.sm-footer) .top-footer .site-brand {
    width: 400px;
  }
}
@media screen and (max-width: 1199px) {
  #main-footer:not(.sm-footer) .top-footer .site-brand {
    width: 35%;
  }
}
@media screen and (max-width: 991px) {
  #main-footer:not(.sm-footer) .top-footer .site-brand {
    width: 100%;
  }
}
#main-footer:not(.sm-footer) .top-footer .site-brand p {
  margin: 0;
  line-height: 1.6;
  font-size: 15px;
}
#main-footer:not(.sm-footer) .top-footer .site-brand p strong {
  font-family: "Open Sauce Sans 800";
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  #main-footer:not(.sm-footer) .top-footer .site-brand p br {
    display: none;
  }
}
#main-footer:not(.sm-footer) .top-footer .footer-nav-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  flex-grow: 1;
  gap: 0 50px;
}
@media screen and (max-width: 1199px) {
  #main-footer:not(.sm-footer) .top-footer .footer-nav-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  #main-footer:not(.sm-footer) .top-footer .footer-nav-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 0;
  }
}
@media screen and (max-width: 420px) {
  #main-footer:not(.sm-footer) .top-footer .footer-nav-row {
    font-size: 14px;
  }
}
#main-footer:not(.sm-footer) .top-footer .footer-nav-row.flex-grow-0 {
  flex-grow: 0;
}
#main-footer:not(.sm-footer) .top-footer .footer-nav-row.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 1199px) {
  #main-footer:not(.sm-footer) .top-footer .footer-nav-row .nav-col--media {
    display: none;
  }
}
#main-footer:not(.sm-footer) .top-footer .footer-nav-row .nav-col--media .col-heading {
  text-align: right;
}
#main-footer:not(.sm-footer) .top-footer .footer-nav-row .nav-col .col-heading {
  margin: 0 0 20px 0;
  font-family: "Open Sauce Sans 800";
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 575px) {
  #main-footer:not(.sm-footer) .top-footer .footer-nav-row .nav-col .col-heading {
    margin: 0 0 15px 0;
    font-size: 17px;
  }
}
#main-footer:not(.sm-footer) .top-footer .footer-nav-row .nav-col ul:not(.social-media) {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
#main-footer:not(.sm-footer) .top-footer .footer-nav-row .nav-col ul:not(.social-media) li {
  text-transform: capitalize;
}
#main-footer:not(.sm-footer) .top-footer .footer-nav-row .nav-col ul:not(.social-media) li a {
  color: #fff;
}
#main-footer:not(.sm-footer) .top-footer .footer-nav-row .nav-col ul:not(.social-media) li a span {
  text-transform: none;
}
#main-footer:not(.sm-footer) .top-footer .footer-nav-row .nav-col ul:not(.social-media) li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  #main-footer:not(.sm-footer) .top-footer .footer-nav-row .nav-col:nth-last-child(2) {
    grid-column: 2;
    grid-row: 2;
    margin-top: -85px;
  }
}
#main-footer:not(.sm-footer) .bottom-footer {
  padding: 20px 0;
  background: #000;
  background-size: cover;
  color: #9a9a9a;
  font-size: 13px;
  text-align: center;
}
#main-footer.sm-footer {
  padding: 40px 0;
  background: #000;
  font-size: 13px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #main-footer.sm-footer {
    padding: 25px 0;
  }
}
#main-footer.sm-footer .container {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  #main-footer.sm-footer .container {
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  #main-footer.sm-footer .container {
    flex-direction: column;
    gap: 20px 0;
  }
}
#main-footer.sm-footer .links {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #main-footer.sm-footer .links {
    gap: 7px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#main-footer.sm-footer .links li {
  display: flex;
  align-items: center;
}
#main-footer.sm-footer .links li:not(:last-child):after {
  content: "/";
  padding: 0 10px;
  color: #797979;
}
@media screen and (max-width: 768px) {
  #main-footer.sm-footer .links li:nth-child(3):after, #main-footer.sm-footer .links li:last-child:after {
    content: none;
  }
  #main-footer.sm-footer .links li:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
}
#main-footer.sm-footer .links a {
  color: #fff;
}
#main-footer.sm-footer .links a.has-icon {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
#main-footer.sm-footer .links a:hover {
  text-decoration: underline;
}

.home #main-footer {
  margin: 0;
}

.content-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.under-construction {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 180px;
  text-align: center;
}
.under-construction h1 {
  margin-bottom: 30px;
  font-size: 42px;
  font-family: "Open Sauce Sans 900";
  font-weight: 900;
  text-transform: capitalize;
}
.under-construction img {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .under-construction img {
    width: 344px;
  }
}
.under-construction__email {
  margin-top: 10px;
  font-family: "Open Sauce Sans 600";
  font-weight: 600;
  font-size: 18px;
}

/* Pages */
.page-404 {
  padding: 170px 0 100px 0;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-404 {
    padding: 120px 0 80px 0;
  }
}
.page-404 h1 {
  margin: 0 0 1px 0;
  line-height: normal;
  font-size: 100px;
  color: #0000D2;
  text-shadow: 5px 4px 0px #7CF5FF;
}
@media screen and (max-width: 575px) {
  .page-404 h1 {
    font-size: 95px;
  }
}
.page-404 h2 {
  margin: 0 0 25px 0;
  font-size: 24px;
}
@media screen and (max-width: 575px) {
  .page-404 h2 {
    font-size: 20px;
  }
}
.page-404 p {
  max-width: 500px;
  margin: 0 auto 30px;
  line-height: 1.5;
  color: #666;
}
.page-404 .back-btn {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-family: "Open Sauce Sans 500";
}
.page-404 .back-btn::before {
  content: "";
  width: 31px;
  height: 11px;
  background: url("../images/back-arrow.svg") left center no-repeat;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}
.page-404 .back-btn:hover {
  color: #3300CC;
}
.page-404 .back-btn:hover::before {
  filter: grayscale(0);
  transform: translateX(-5px);
}
.page-404 .back-nav {
  padding: 30px 0 10px 0;
}
.page-404 .help-cta {
  font-size: 14px;
}
.page-404 .help-cta a {
  font-family: "Open Sauce Sans 700";
  color: #0000D2;
}
.page-404 .help-cta a:hover {
  color: #000;
}/*# sourceMappingURL=404-page-style.css.map */