body {
  font-family: "DM Sans", serif !important;
  overflow-x: hidden;
}

/***********************Custom Scrollbar**************************/
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #012d6b;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.offcanvas-body::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background: #012d6b;
}

/***********************Custom Highlight Text***********************/
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #012d6b;
}

::selection {
  color: #fff;
  background: #012d6b;
}

img {
  width: 100%;
}

.w-auto {
  width: auto !important;
}

.d-flex {
  display: flex;
}

/***********************Custom Formattings**************************/
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus,
select:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

/***********************Remove Autofill bg Color***********************/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: inherit !important;
  background-color: transparent !important;
}

/***********************Default Formatting***********************/
/*********************************Global Styles***************************************************/
.all-caps {
  text-transform: uppercase;
}

.title-case {
  text-transform: capitalize !important;
}

.z-top {
  z-index: 2;
  position: relative;
}

.overflow-hidden {
  overflow-x: hidden !important;
}

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

.font-italic {
  font-style: italic;
}

@media (min-width: 1025px) {
  .half-div {
    width: 47%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .half-div {
    width: 47%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .half-div {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .half-div {
    width: 100%;
  }
}

.text-deco-none {
  text-decoration: none;
}

@media (min-width: 1025px) {
  .without-banner {
    height: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .without-banner {
    height: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .without-banner {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .without-banner {
    height: 60px;
  }
}

.visibility-hidden {
  visibility: hidden;
}

.mrl-auto {
  margin-left: auto;
  margin-right: auto;
}

.z-index--3 {
  z-index: 3;
}
.z-index--9 {
  z-index: 9;
}

/**************************Wrapper****************************************/
.wrapper--95 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--95 {
    width: 95%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--95 {
    width: 95%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--95 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--95 {
    width: 90%;
  }
}
.wrapper--90 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--90 {
    width: 90%;
  }
}
.wrapper--85 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--85 {
    width: 85%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--85 {
    width: 85%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--85 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--85 {
    width: 90%;
  }
}
.wrapper--50 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--50 {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--50 {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--50 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--50 {
    width: 90%;
  }
}
.wrapper--40 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--40 {
    width: 40%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--40 {
    width: 40%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--40 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--40 {
    width: 90%;
  }
}
.wrapper--65 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--65 {
    width: 65%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--65 {
    width: 65%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--65 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--65 {
    width: 90%;
  }
}
.wrapper--60 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--60 {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--60 {
    width: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--60 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--60 {
    width: 90%;
  }
}
.wrapper--75 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--75 {
    width: 75%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--75 {
    width: 75%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--75 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--75 {
    width: 90%;
  }
}
.wrapper--70 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--70 {
    width: 70%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--70 {
    width: 70%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--70 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--70 {
    width: 90%;
  }
}
.wrapper--80 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--80 {
    width: 80%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--80 {
    width: 80%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--80 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--80 {
    width: 90%;
  }
}

@media (min-width: 1025px) {
  .width--100 {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--100 {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--100 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--100 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--90 {
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--90 {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--90 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--90 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--85 {
    width: 85%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--85 {
    width: 85%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--85 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--85 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--80 {
    width: 80%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--80 {
    width: 80%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--80 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--80 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--75 {
    width: 75%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--75 {
    width: 75%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--75 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--75 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--70 {
    width: 70%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--70 {
    width: 70%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--70 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--70 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--65 {
    width: 65%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--65 {
    width: 65%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--65 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--65 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--63 {
    width: 63%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--63 {
    width: 63%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--63 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--63 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--60 {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--60 {
    width: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--60 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--60 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--53 {
    width: 53%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--53 {
    width: 53%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--53 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--53 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--50 {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--50 {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--50 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--50 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--50-mob-50 {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--50-mob-50 {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--50-mob-50 {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .width--50-mob-50 {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .width--50 {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--50 {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--50 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--50 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--55 {
    width: 55%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--55 {
    width: 55%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--55 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--55 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--42 {
    width: 42%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--42 {
    width: 42%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--42 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--42 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--40 {
    width: 40%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--40 {
    width: 40%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--40 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--40 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--49 {
    width: 49%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--49 {
    width: 49%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--49 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--49 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--48 {
    width: 48%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--48 {
    width: 48%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--48 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--48 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--48-tab {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--48-tab {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--48-tab {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .width--48-tab {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--47 {
    width: 47%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--47 {
    width: 47%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--47 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--47 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--45 {
    width: 45%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--45 {
    width: 45%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--45 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--45 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--35 {
    width: 35%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--35 {
    width: 35%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--35 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--35 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--33 {
    width: 33.5%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--33 {
    width: 33.5%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--33 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--33 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--32 {
    width: 32%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--32 {
    width: 32%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--32 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--32 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--32-tab {
    width: 32%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--32-tab {
    width: 32%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--32-tab {
    width: 30%;
  }
}
@media (max-width: 600px) {
  .width--32-tab {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--30 {
    width: 30%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--30 {
    width: 30%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--30 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--30 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--25 {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--25 {
    width: 25%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--25 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--25 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--20 {
    width: 20%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--20 {
    width: 20%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--20 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--20 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--15 {
    width: 15%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--15 {
    width: 15%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--15 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--15 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--10 {
    width: 10%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--10 {
    width: 10%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--10 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--10 {
    width: 100%;
  }
}

.two-col-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .two-col-wrapper {
    gap: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-col-wrapper {
    gap: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-col-wrapper {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .two-col-wrapper {
    gap: 10px;
  }
}
.two-col-wrapper div {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .two-col-wrapper div {
    width: calc(50% - 3.90625vw);
  }
}

.two-col-ul-wrapper .wysiwyg-container-large-p ul,
.two-col-ul-wrapper .wysiwyg-container ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.two-col-ul-wrapper .wysiwyg-container-large-p ul li,
.two-col-ul-wrapper .wysiwyg-container ul li {
  width: 50%;
}
.two-col-ul-wrapper .wysiwyg-container-large-p ul li a,
.two-col-ul-wrapper .wysiwyg-container ul li a {
  text-decoration: underline;
  color: #000000;
}

/**************************Wrapper End**************************************************/
/****************************Fonts Styles*********************************************/
@media (min-width: 1025px) {
  .heading--200 {
    font-size: 10.4166666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--200 {
    font-size: 10.4166666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--200 {
    font-size: 60px !important;
  }
}
@media (max-width: 600px) {
  .heading--200 {
    font-size: 50px !important;
  }
}
@media (min-width: 1025px) {
  .heading--200 {
    line-height: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--200 {
    line-height: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--200 {
    line-height: 70px;
  }
}
@media (max-width: 600px) {
  .heading--200 {
    line-height: 60px;
  }
}
@media (min-width: 1025px) {
  .heading--96 {
    font-size: 5vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--96 {
    font-size: 5vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--96 {
    font-size: 40px !important;
  }
}
@media (max-width: 600px) {
  .heading--96 {
    font-size: 30px !important;
  }
}
@media (min-width: 1025px) {
  .heading--96 {
    line-height: 5.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--96 {
    line-height: 5.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--96 {
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  .heading--96 {
    line-height: 40px;
  }
}
@media (min-width: 1025px) {
  .heading--60 {
    font-size: 3.125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--60 {
    font-size: 3.125vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--60 {
    font-size: 40px !important;
  }
}
@media (max-width: 600px) {
  .heading--60 {
    font-size: 30px !important;
  }
}
@media (min-width: 1025px) {
  .heading--60 {
    line-height: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--60 {
    line-height: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--60 {
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  .heading--60 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .heading--40 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--40 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--40 {
    font-size: 30px !important;
  }
}
@media (max-width: 600px) {
  .heading--40 {
    font-size: 30px !important;
  }
}
@media (min-width: 1025px) {
  .heading--40 {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--40 {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--40 {
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .heading--40 {
    line-height: 33px;
  }
}
@media (min-width: 1025px) {
  .heading--28 {
    font-size: 1.4583333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--28 {
    font-size: 1.4583333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--28 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .heading--28 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .heading--28 {
    line-height: 1.9791666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--28 {
    line-height: 1.9791666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--28 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--28 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--24 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--24 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--24 {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .heading--24 {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .heading--24 {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--24 {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--24 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--24 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--22 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--22 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--22 {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .heading--22 {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .heading--22 {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--22 {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--22 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--22 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--20 {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .heading--20 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .heading--20 {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--20 {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--20 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .heading--20 {
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .paragraph--26 {
    font-size: 1.3541666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--26 {
    font-size: 1.3541666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--26 {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--26 {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--26 {
    line-height: 2.03125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--26 {
    line-height: 2.03125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--26 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .paragraph--26 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .paragraph--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--20 {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--20 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--20 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--20 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--20 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .paragraph--20 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .paragraph--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--20 {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--20 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--20 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--20 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--20 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .paragraph--20 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .paragraph--18 {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--18 {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--18 {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--18 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--18 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--18 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--18 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--18 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--16 {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--16 {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--16 {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--16 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--16 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--16 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--16 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--16 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--14 {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--14 {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--14 {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--14 {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--14 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--14 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--14 {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .paragraph--14 {
    line-height: 20px;
  }
}
@media (min-width: 1025px) {
  .paragraph--14-tag {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--14-tag {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--14-tag {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--14-tag {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--14-tag {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--14-tag {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--14-tag {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .paragraph--14-tag {
    line-height: 20px;
  }
}
@media (min-width: 1025px) {
  .paragraph--12 {
    font-size: 0.625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--12 {
    font-size: 0.625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--12 {
    font-size: 10px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--12 {
    font-size: 10px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--12 {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--12 {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--12 {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .paragraph--12 {
    line-height: 18px;
  }
}

.para--white-line {
  position: relative;
  display: inline-block;
  align-items: baseline;
}
.para--white-line::after {
  content: "";
  display: inline-block;
  background: #fff;
  height: 1px;
}
@media (min-width: 1025px) {
  .para--white-line::after {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .para--white-line::after {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .para--white-line::after {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .para--white-line::after {
    width: 30px;
  }
}
@media (min-width: 1025px) {
  .para--white-line::after {
    margin-left: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .para--white-line::after {
    margin-left: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .para--white-line::after {
    margin-left: 15px;
  }
}
@media (max-width: 600px) {
  .para--white-line::after {
    margin-left: 15px;
  }
}

.heading-span {
  width: max-content !important;
}

.m-flex-col {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .m-flex-col {
    flex-direction: row;
  }
}

.m-flex-col-rev {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 600px) {
  .m-flex-col-rev {
    flex-direction: row;
  }
}

.font-color--black {
  color: #000;
}
.font-color--light-black {
  color: #454545;
}
.font-color--dark-blue {
  color: #012d6b;
}
.font-color--white {
  color: #fff;
}
.font-color--light-gray {
  color: rgba(0, 0, 0, 0.14);
}

.font-family--dm {
  font-family: "DM Sans", serif;
}

.span-font-weight--600 span {
  font-weight: 600 !important;
}

@media (min-width: 1025px) {
  .span-padding-left span {
    padding-left: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .span-padding-left span {
    padding-left: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .span-padding-left span {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .span-padding-left span {
    padding-left: 0px;
  }
}

.center-title {
  width: max-content;
  margin: auto;
}
@media only screen and (max-width: 1025px) {
  .center-title {
    width: 100%;
  }
}

.font-weight--100 {
  font-weight: 100 !important;
}
.font-weight--200 {
  font-weight: 200 !important;
}
.font-weight--300 {
  font-weight: 300 !important;
}
.font-weight--400 {
  font-weight: 400 !important;
}
.font-weight--500 {
  font-weight: 500 !important;
}
.font-weight--600 {
  font-weight: 600 !important;
}
.font-weight--700 {
  font-weight: 700 !important;
}

@media (min-width: 1025px) {
  .absolute-top--10 {
    top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .absolute-top--10 {
    top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .absolute-top--10 {
    top: 10px;
  }
}
@media (max-width: 600px) {
  .absolute-top--10 {
    top: 10px;
  }
}
@media (min-width: 1025px) {
  .absolute-top--20 {
    top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .absolute-top--20 {
    top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .absolute-top--20 {
    top: 15px;
  }
}
@media (max-width: 600px) {
  .absolute-top--20 {
    top: 15px;
  }
}
@media (min-width: 1025px) {
  .absolute-top--30 {
    top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .absolute-top--30 {
    top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .absolute-top--30 {
    top: 25px;
  }
}
@media (max-width: 600px) {
  .absolute-top--30 {
    top: 25px;
  }
}

@media (min-width: 1025px) {
  .absolute-bottom--10 {
    bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .absolute-bottom--10 {
    bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .absolute-bottom--10 {
    bottom: 10px;
  }
}
@media (max-width: 600px) {
  .absolute-bottom--10 {
    bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .absolute-bottom--20 {
    bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .absolute-bottom--20 {
    bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .absolute-bottom--20 {
    bottom: 15px;
  }
}
@media (max-width: 600px) {
  .absolute-bottom--20 {
    bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .absolute-bottom--30 {
    bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .absolute-bottom--30 {
    bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .absolute-bottom--30 {
    bottom: 25px;
  }
}
@media (max-width: 600px) {
  .absolute-bottom--30 {
    bottom: 25px;
  }
}

@media (min-width: 1025px) {
  .absolute-left--10 {
    left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .absolute-left--10 {
    left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .absolute-left--10 {
    left: 10px;
  }
}
@media (max-width: 600px) {
  .absolute-left--10 {
    left: 10px;
  }
}
@media (min-width: 1025px) {
  .absolute-left--20 {
    left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .absolute-left--20 {
    left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .absolute-left--20 {
    left: 15px;
  }
}
@media (max-width: 600px) {
  .absolute-left--20 {
    left: 15px;
  }
}
@media (min-width: 1025px) {
  .absolute-left--30 {
    left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .absolute-left--30 {
    left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .absolute-left--30 {
    left: 25px;
  }
}
@media (max-width: 600px) {
  .absolute-left--30 {
    left: 25px;
  }
}

@media (min-width: 1025px) {
  .letter-space--18 {
    letter-spacing: 0.09375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--18 {
    letter-spacing: 0.09375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--18 {
    letter-spacing: 1.8px;
  }
}
@media (max-width: 600px) {
  .letter-space--18 {
    letter-spacing: 1.8px;
  }
}
@media (min-width: 1025px) {
  .letter-space--16 {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--16 {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--16 {
    letter-spacing: 1.6px;
  }
}
@media (max-width: 600px) {
  .letter-space--16 {
    letter-spacing: 1.6px;
  }
}
@media (min-width: 1025px) {
  .letter-space--15 {
    letter-spacing: 0.078125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--15 {
    letter-spacing: 0.078125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--15 {
    letter-spacing: 1.5px;
  }
}
@media (max-width: 600px) {
  .letter-space--15 {
    letter-spacing: 1.5px;
  }
}
@media (min-width: 1025px) {
  .letter-space--10 {
    letter-spacing: 0.0520833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--10 {
    letter-spacing: 0.0520833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--10 {
    letter-spacing: 1px;
  }
}
@media (max-width: 600px) {
  .letter-space--10 {
    letter-spacing: 1px;
  }
}
@media (min-width: 1025px) {
  .letter-space--27 {
    letter-spacing: 0.140625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--27 {
    letter-spacing: 0.140625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--27 {
    letter-spacing: 2.7px;
  }
}
@media (max-width: 600px) {
  .letter-space--27 {
    letter-spacing: 2.7px;
  }
}
@media (min-width: 1025px) {
  .letter-space--1 {
    letter-spacing: 0.0520833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--1 {
    letter-spacing: 0.0520833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--1 {
    letter-spacing: 1px;
  }
}
@media (max-width: 600px) {
  .letter-space--1 {
    letter-spacing: 1px;
  }
}

a.font-color--white {
  transition: all 0.5s;
}
a.font-color--white:hover {
  transition: all 0.5s;
  color: #012d6b;
}

.black-gradient-bottom {
  position: relative;
}
.black-gradient-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 1025px) {
  .black-gradient-bottom::after {
    height: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .black-gradient-bottom::after {
    height: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .black-gradient-bottom::after {
    height: 150px;
  }
}
@media (max-width: 600px) {
  .black-gradient-bottom::after {
    height: 150px;
  }
}
@media only screen and (min-width: 1025px) {
  .black-gradient-bottom--desk-only::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .black-gradient-bottom--desk-only::after {
    height: 10.4166666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .black-gradient-bottom--desk-only::after {
    height: 10.4166666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .black-gradient-bottom--desk-only::after {
    height: 150px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .black-gradient-bottom--desk-only::after {
    height: 150px;
  }
}

.black-gradient-top {
  position: relative;
}
.black-gradient-top::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 1025px) {
  .black-gradient-top::after {
    height: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .black-gradient-top::after {
    height: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .black-gradient-top::after {
    height: 150px;
  }
}
@media (max-width: 600px) {
  .black-gradient-top::after {
    height: 150px;
  }
}
@media only screen and (min-width: 1025px) {
  .black-gradient-top--desk-only::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .black-gradient-top--desk-only::after {
    height: 10.4166666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .black-gradient-top--desk-only::after {
    height: 10.4166666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .black-gradient-top--desk-only::after {
    height: 150px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .black-gradient-top--desk-only::after {
    height: 150px;
  }
}

/****************************Font Styles END*********************************************/
/****************************padding*********************************************/
@media (min-width: 1025px) {
  .padding-top--150 {
    padding-top: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--150 {
    padding-top: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--150 {
    padding-top: 60px;
  }
}
@media (max-width: 600px) {
  .padding-top--150 {
    padding-top: 60px;
  }
}
@media (min-width: 1025px) {
  .padding-top--100 {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--100 {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--100 {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .padding-top--100 {
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-top--80 {
    padding-top: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--80 {
    padding-top: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--80 {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .padding-top--80 {
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-top--70 {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--70 {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--70 {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .padding-top--70 {
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-top--60 {
    padding-top: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--60 {
    padding-top: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--60 {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .padding-top--60 {
    padding-top: 40px;
  }
}
@media (min-width: 1025px) {
  .padding-top--50 {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--50 {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--50 {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .padding-top--50 {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-top--40 {
    padding-top: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--40 {
    padding-top: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--40 {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .padding-top--40 {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-top--40-mob-only {
    padding-top: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--40-mob-only {
    padding-top: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--40-mob-only {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .padding-top--40-mob-only {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-top--30 {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--30 {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--30 {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .padding-top--30 {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .padding-top--20 {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--20 {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--20 {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .padding-top--20 {
    padding-top: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-top--15 {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--15 {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--15 {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .padding-top--15 {
    padding-top: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-top--10 {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--10 {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--10 {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .padding-top--10 {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-top--5 {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--5 {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--5 {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .padding-top--5 {
    padding-top: 5px;
  }
}

@media (min-width: 1025px) {
  .padding-bottom--200 {
    padding-bottom: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--200 {
    padding-bottom: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--200 {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--200 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--150 {
    padding-bottom: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--150 {
    padding-bottom: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--150 {
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--150 {
    padding-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--100 {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--100 {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--100 {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--100 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--80 {
    padding-bottom: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--80 {
    padding-bottom: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--80 {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--80 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--70 {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--70 {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--70 {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--70 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--50 {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--50 {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--50 {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--50 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--40 {
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--40 {
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--40 {
    padding-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--40 {
    padding-bottom: 25px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--30 {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--30 {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--30 {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--30 {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--20 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--20 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--20 {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--20 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--15 {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--15 {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--15 {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--15 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--10 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--10 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--10 {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--10 {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--5 {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--5 {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--5 {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--5 {
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--20-tab-and-below {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--20-tab-and-below {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--20-tab-and-below {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--20-tab-and-below {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--50-tab-and-below {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--50-tab-and-below {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--50-tab-and-below {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--50-tab-and-below {
    padding-bottom: 50px;
  }
}
.padding-bottom--0 {
  padding-bottom: 0 !important;
}

@media (min-width: 1025px) {
  .padding-left--10 {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--10 {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--10 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .padding-left--10 {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-left--20 {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--20 {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--20 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .padding-left--20 {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-left--30 {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--30 {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--30 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .padding-left--30 {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-left--40 {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--40 {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--40 {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .padding-left--40 {
    padding-left: 25px;
  }
}
@media (min-width: 1025px) {
  .padding-left--50 {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--50 {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--50 {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .padding-left--50 {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-left--80 {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--80 {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--80 {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .padding-left--80 {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-left--80-desk-only {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--80-desk-only {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--80-desk-only {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .padding-left--80-desk-only {
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .padding-left--70 {
    padding-left: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--70 {
    padding-left: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--70 {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .padding-left--70 {
    padding-left: 30px;
  }
}
.padding-left--5perc {
  padding-left: 5%;
}
.padding-left--15perc-desk-only {
  padding-left: 0;
}
@media only screen and (min-width: 1025px) {
  .padding-left--15perc-desk-only {
    padding-left: 15%;
  }
}

@media (min-width: 1025px) {
  .padding-right--10 {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--10 {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--10 {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .padding-right--10 {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-right--20 {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--20 {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--20 {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .padding-right--20 {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-right--30 {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--30 {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--30 {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .padding-right--30 {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-right--40 {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--40 {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--40 {
    padding-right: 25px;
  }
}
@media (max-width: 600px) {
  .padding-right--40 {
    padding-right: 25px;
  }
}
@media (min-width: 1025px) {
  .padding-right--50 {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--50 {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--50 {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .padding-right--50 {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-right--60 {
    padding-right: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--60 {
    padding-right: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--60 {
    padding-right: 32px;
  }
}
@media (max-width: 600px) {
  .padding-right--60 {
    padding-right: 32px;
  }
}
@media (min-width: 1025px) {
  .padding-right--80 {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--80 {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--80 {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .padding-right--80 {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-right--80-desk-only {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--80-desk-only {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--80-desk-only {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .padding-right--80-desk-only {
    padding-right: 0;
  }
}
.padding-right--5perc {
  padding-right: 5%;
}
.padding-right--20perc-desk-only {
  padding-right: 0;
}
@media only screen and (min-width: 1025px) {
  .padding-right--20perc-desk-only {
    padding-right: 20%;
  }
}

@media (min-width: 1025px) {
  .margin-right--20 {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-right--20 {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-right--20 {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .margin-right--20 {
    margin-right: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-right--30 {
    margin-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-right--30 {
    margin-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-right--30 {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .margin-right--30 {
    margin-right: 10px;
  }
}

@media (min-width: 1025px) {
  .margin-left--20 {
    margin-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-left--20 {
    margin-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-left--20 {
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .margin-left--20 {
    margin-left: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-left--30 {
    margin-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-left--30 {
    margin-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-left--30 {
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .margin-left--30 {
    margin-left: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-left--100 {
    margin-left: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-left--100 {
    margin-left: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-left--100 {
    margin-left: 20px;
  }
}
@media (max-width: 600px) {
  .margin-left--100 {
    margin-left: 20px;
  }
}

@media (min-width: 1025px) {
  .margin-bottom--10 {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-bottom--10 {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--10 {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--10 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-bottom--20 {
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-bottom--20 {
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--20 {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--20 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-bottom--30 {
    margin-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-bottom--30 {
    margin-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--30 {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--30 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-bottom--40 {
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-bottom--40 {
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--40 {
    margin-bottom: 14px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--40 {
    margin-bottom: 14px;
  }
}
@media (min-width: 1025px) {
  .margin-bottom--50 {
    margin-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-bottom--50 {
    margin-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--50 {
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--50 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .margin-bottom--50 {
    margin-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-bottom--50 {
    margin-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--50 {
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--50 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .margin-bottom--50-mobile-only {
    margin-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-bottom--50-mobile-only {
    margin-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--50-mobile-only {
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--50-mobile-only {
    margin-bottom: 50px;
  }
}

@media (min-width: 1025px) {
  .margin-top--10 {
    margin-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--10 {
    margin-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--10 {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .margin-top--10 {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-top--20 {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--20 {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--20 {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .margin-top--20 {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-top--30 {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--30 {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--30 {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .margin-top--30 {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-top--50 {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--50 {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--50 {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .margin-top--50 {
    margin-top: 40px;
  }
}
@media (min-width: 1025px) {
  .margin-top--50-desk-only {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--50-desk-only {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--50-desk-only {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .margin-top--50-desk-only {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .margin-top--100 {
    margin-top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--100 {
    margin-top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--100 {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .margin-top--100 {
    margin-top: 40px;
  }
}

.mob-d-none {
  display: none;
}
@media only screen and (min-width: 600px) {
  .mob-d-none {
    display: block;
  }
}

.mob-tab-d-none {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .mob-tab-d-none {
    display: block;
  }
}

.tab-d-none {
  display: block;
}
@media only screen and (min-width: 600px) {
  .tab-d-none {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-d-none {
    display: block;
  }
}

.tab-desk-d-none {
  display: block;
}
@media only screen and (min-width: 600px) {
  .tab-desk-d-none {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-desk-d-none {
    display: none;
  }
}

.desk-d-none {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .desk-d-none {
    display: none;
  }
}

/****************************padding END*********************************************/
/****************************bg color*********************************************/
.bg-color--black {
  background-color: #000;
}
.bg-color--light-blue {
  background-color: #bfecff;
}
.bg-color--light-blue2 {
  background-color: #e4f9ff;
}
.bg-color--dark-green {
  background-color: #1d3b3b;
}
.bg-color--orange {
  background-color: #cb5222;
}
.bg-color--sand {
  background-color: #b2a994;
}
.bg-color--light-cream {
  background-color: #f7f6ef;
}
.bg-color--dark-blue {
  background-color: #012d6b;
}

.text-color--light-black {
  color: #454545;
}

.next-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  width: max-content;
  text-transform: uppercase;
  font-style: normal;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .next-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .next-btn {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    letter-spacing: 1.6px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    letter-spacing: 1.6px;
  }
}
.next-btn img {
  object-fit: scale-down;
  z-index: 1;
}
@media (min-width: 1025px) {
  .next-btn img {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn img {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .next-btn img {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .next-btn img {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn img {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn img {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .next-btn img {
    width: 40px;
  }
}
@media (min-width: 1025px) {
  .next-btn img {
    margin-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn img {
    margin-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn img {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .next-btn img {
    margin-right: 10px;
  }
}
.next-btn span {
  z-index: 1;
}
.next-btn--blue {
  color: #012d6b;
}
.next-btn--blue:hover {
  color: #fff;
}
.next-btn--blue:hover::after {
  right: -1.5625vw;
  transition: all 0.3s;
}
.next-btn--blue::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: calc(100% - 2.6041666667vw);
  background: #012d6b;
  border-radius: 1.3020833333vw;
  transition: all 0.3s;
}
@media only screen and (max-width: 1025px) {
  .next-btn--blue::after {
    right: 0px;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 1025px) {
  .next-btn--blue {
    color: #fff;
    padding-right: 20px;
  }
}
.next-btn--white {
  color: #fff;
}
.next-btn--white:hover {
  color: #000;
}
.next-btn--white:hover::after {
  right: -1.5625vw;
  transition: all 0.3s;
}
.next-btn--white::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: calc(100% - 2.6041666667vw);
  background: #fff;
  border-radius: 1.3020833333vw;
  transition: all 0.3s;
}
@media only screen and (max-width: 1025px) {
  .next-btn--white::after {
    display: none;
  }
}

.inquire-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  width: max-content;
  text-transform: uppercase;
  font-style: normal;
  border-radius: 30px;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .inquire-btn {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .inquire-btn {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .inquire-btn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .inquire-btn {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .inquire-btn {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .inquire-btn {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .inquire-btn {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .inquire-btn {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .inquire-btn {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .inquire-btn {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .inquire-btn {
    letter-spacing: 1.6px;
  }
}
@media (max-width: 600px) {
  .inquire-btn {
    letter-spacing: 1.6px;
  }
}
@media (min-width: 1025px) {
  .inquire-btn {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .inquire-btn {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .inquire-btn {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .inquire-btn {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .inquire-btn {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .inquire-btn {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .inquire-btn {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .inquire-btn {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .inquire-btn {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .inquire-btn {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .inquire-btn {
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  .inquire-btn {
    margin-right: 20px;
  }
}
.inquire-btn svg {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .inquire-btn svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .inquire-btn svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .inquire-btn svg {
    height: 25px;
  }
}
@media (max-width: 600px) {
  .inquire-btn svg {
    height: 25px;
  }
}
@media (min-width: 1025px) {
  .inquire-btn svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .inquire-btn svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .inquire-btn svg {
    width: 25px;
  }
}
@media (max-width: 600px) {
  .inquire-btn svg {
    width: 25px;
  }
}
@media (min-width: 1025px) {
  .inquire-btn svg {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .inquire-btn svg {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .inquire-btn svg {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .inquire-btn svg {
    margin-right: 10px;
  }
}
.inquire-btn--white {
  color: #fff;
  background: rgba(255, 255, 255, 0.36);
}
.inquire-btn--white:hover {
  color: #012d6b;
  background: #fff;
}
.inquire-btn--white:hover path {
  fill: #012d6b;
}

@media (min-width: 1025px) {
  .four-item-slider {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-slider {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-slider {
    margin-left: -5px;
  }
}
@media (max-width: 600px) {
  .four-item-slider {
    margin-left: -5px;
  }
}
@media (min-width: 1025px) {
  .four-item-slider {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-slider {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-slider {
    margin-right: -5px;
  }
}
@media (max-width: 600px) {
  .four-item-slider {
    margin-right: -5px;
  }
}
@media (min-width: 1025px) {
  .four-item-slider .slide-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-slider .slide-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-slider .slide-item {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .four-item-slider .slide-item {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .four-item-slider .slide-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-slider .slide-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-slider .slide-item {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .four-item-slider .slide-item {
    padding-right: 5px;
  }
}

@media (min-width: 1025px) {
  .seven-item-slider {
    margin-left: -1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .seven-item-slider {
    margin-left: -1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .seven-item-slider {
    margin-left: -5px;
  }
}
@media (max-width: 600px) {
  .seven-item-slider {
    margin-left: -5px;
  }
}
@media (min-width: 1025px) {
  .seven-item-slider {
    margin-right: -1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .seven-item-slider {
    margin-right: -1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .seven-item-slider {
    margin-right: -5px;
  }
}
@media (max-width: 600px) {
  .seven-item-slider {
    margin-right: -5px;
  }
}
@media (min-width: 1025px) {
  .seven-item-slider .slide-item {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .seven-item-slider .slide-item {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .seven-item-slider .slide-item {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .seven-item-slider .slide-item {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .seven-item-slider .slide-item {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .seven-item-slider .slide-item {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .seven-item-slider .slide-item {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .seven-item-slider .slide-item {
    padding-right: 5px;
  }
}

@media (min-width: 1025px) {
  .two-item-slider,
  .three-item-slider {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-slider,
  .three-item-slider {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-slider,
  .three-item-slider {
    margin-left: -5px;
  }
}
@media (max-width: 600px) {
  .two-item-slider,
  .three-item-slider {
    margin-left: -5px;
  }
}
@media (min-width: 1025px) {
  .two-item-slider,
  .three-item-slider {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-slider,
  .three-item-slider {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-slider,
  .three-item-slider {
    margin-right: -5px;
  }
}
@media (max-width: 600px) {
  .two-item-slider,
  .three-item-slider {
    margin-right: -5px;
  }
}
@media (min-width: 1025px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    margin-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    margin-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    margin-left: 5px;
  }
}
@media (max-width: 600px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    margin-left: 5px;
  }
}
@media (min-width: 1025px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    margin-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    margin-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    margin-right: 5px;
  }
}
@media (max-width: 600px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    margin-right: 5px;
  }
}

@media (min-width: 1025px) {
  .four-item-grid {
    margin-left: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid {
    margin-left: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .four-item-grid {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .four-item-grid {
    margin-right: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid {
    margin-right: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid {
    margin-right: 0px;
  }
}
@media (max-width: 600px) {
  .four-item-grid {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .four-item-grid .list-item {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid .list-item {
    width: 25%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid .list-item {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .four-item-grid .list-item {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid .list-item {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid .list-item {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .four-item-grid .list-item {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid .list-item {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid .list-item {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .four-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid .list-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    padding-bottom: 20px;
  }
}

@media (min-width: 1025px) {
  .three-item-grid {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid {
    margin-left: -10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid {
    margin-right: -10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    width: 33.3%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    width: 33.3%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    padding-bottom: 20px;
  }
}

@media (min-width: 1025px) {
  .two-item-grid {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid {
    margin-left: -10px;
  }
}
@media (max-width: 600px) {
  .two-item-grid {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid {
    margin-right: -10px;
  }
}
@media (max-width: 600px) {
  .two-item-grid {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item {
    padding-bottom: 20px;
  }
}

/****************************bg Color end*********************************************/
@media (min-width: 1025px) {
  .btn-wrap a {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .btn-wrap a {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .btn-wrap a {
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .btn-wrap a {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .btn-wrap a {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .btn-wrap a {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .btn-wrap a {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .btn-wrap a {
    margin-right: 0px;
  }
}

.sitemap-div a {
  text-decoration: none !important;
}
.sitemap-div a:hover {
  color: #000 !important;
}

.border-radius--10 {
  border-radius: 0.5208333333vw;
}

@media (min-width: 1025px) {
  .f-gap--5 {
    gap: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .f-gap--5 {
    gap: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .f-gap--5 {
    gap: 5px;
  }
}
@media (max-width: 600px) {
  .f-gap--5 {
    gap: 5px;
  }
}
@media (min-width: 1025px) {
  .f-gap--10 {
    gap: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .f-gap--10 {
    gap: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .f-gap--10 {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .f-gap--10 {
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .f-gap--15 {
    gap: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .f-gap--15 {
    gap: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .f-gap--15 {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .f-gap--15 {
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .f-gap--20 {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .f-gap--20 {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .f-gap--20 {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .f-gap--20 {
    gap: 15px;
  }
}
@media (min-width: 1025px) {
  .f-gap--25 {
    gap: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .f-gap--25 {
    gap: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .f-gap--25 {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .f-gap--25 {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .f-gap--30 {
    gap: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .f-gap--30 {
    gap: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .f-gap--30 {
    gap: 24px;
  }
}
@media (max-width: 600px) {
  .f-gap--30 {
    gap: 24px;
  }
}
@media (min-width: 1025px) {
  .f-gap--35 {
    gap: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .f-gap--35 {
    gap: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .f-gap--35 {
    gap: 28px;
  }
}
@media (max-width: 600px) {
  .f-gap--35 {
    gap: 28px;
  }
}
@media (min-width: 1025px) {
  .f-gap--40 {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .f-gap--40 {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .f-gap--40 {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .f-gap--40 {
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .f-gap--60 {
    gap: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .f-gap--60 {
    gap: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .f-gap--60 {
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .f-gap--60 {
    gap: 40px;
  }
}

/****************************Nav Buttons END*********************************************/
@media only screen and (min-width: 1025px) {
  .mobile_tab_el,
  .mobile_el {
    display: none !important;
  }
  .mobile_tab_el {
    display: none !important;
  }
}
@media only screen and (max-width: 1025px) {
  .padding-left--5perc {
    padding-left: 0 !important;
  }
  .padding-right--5perc {
    padding-right: 0 !important;
  }
  .next-btn {
    border-radius: 30px;
  }
  .desktop_el {
    display: none !important;
  }
  .mobile-width-max {
    width: max-content !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .image-content-sec__img {
    transform: none !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .tab-padding-bottom--20 {
    padding-bottom: 20px;
  }
  .tab-width--45 {
    width: 45% !important;
  }
  .tab-width--50 {
    width: 50% !important;
  }
  .tab-justify-between {
    justify-content: space-between;
  }
  .tab-justify-center {
    justify-content: center !important;
  }
  .tab-btn-center {
    margin-left: auto;
    margin-right: auto;
  }
  .tab-width--35 {
    width: 40%;
  }
  .tab-padding-left--0 {
    padding-left: 0 !important;
  }
  .tab-justify-start {
    justify-content: flex-start !important;
  }
  .tab-padding-bottom--30 {
    padding-bottom: 30px !important;
  }
  .tab-btn-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mobile_el {
    display: none !important;
  }
  .tab-flex-column {
    flex-direction: column;
  }
  .tab-justify-between {
    justify-content: space-between;
  }
  .tab-padding-top--50 {
    padding-top: 50px !important;
  }
  .tab-padding-bottom--50 {
    padding-bottom: 50px !important;
  }
  .tab-padding-right--20 {
    padding-right: 20px !important;
  }
  .tab-margin-top--50 {
    margin-top: 50px !important;
  }
  .tab-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
  .tab-text-center {
    text-align: center !important;
  }
  .tab-display-flex {
    display: flex;
  }
  .tab-width-auto {
    width: max-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tab-padding-top--30 {
    padding-top: 30px !important;
  }
  .tab-justify-between {
    justify-content: space-between !important;
  }
  .tab-justify-start {
    justify-content: flex-start !important;
  }
  .tab-justify-center {
    justify-content: center !important;
  }
  .tab-padding-top--0 {
    padding-top: 0;
  }
  .tab-m-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (max-width: 600px) {
  .desktop_tab_el {
    display: none !important;
  }
  .mobile-padding-bottom--20 {
    padding-bottom: 20px !important;
  }
  .mobile-btn-center {
    margin-left: auto;
    margin-right: auto;
  }
  .next-btn {
    overflow: hidden;
    display: flex;
  }
  .mobile-justify-center {
    display: flex;
    justify-content: center !important;
  }
  .mobile-justify-content-start {
    justify-content: flex-start !important;
  }
  .three-item-grid .list-item:last-child {
    padding-bottom: 0 !important;
  }
  .four-item-grid .list-item:last-child {
    padding-bottom: 0 !important;
  }
  .two-item-grid .list-item:last-child {
    padding-bottom: 0 !important;
  }
  .mobile-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
  .mobile-padding-top--0 {
    padding-top: 0 !important;
  }
  .mobile-padding-bottom--30 {
    padding-bottom: 30px !important;
  }
  .mobile-padding-top--50 {
    padding-top: 50px;
  }
  .mobile-padding-top--30 {
    padding-top: 30px;
  }
  .mobile-padding-left--0 {
    padding-left: 0;
  }
  .mobile-text-center {
    text-align: center;
  }
  .mobile-flex-wrap {
    flex-wrap: wrap;
  }
  .mobile-padding-bottom--100 {
    padding-bottom: 150px !important;
  }
  .mobile-padding-bottom--20 {
    padding-bottom: 20px !important;
  }
  .mobile-padding-bottom--50 {
    padding-bottom: 50px !important;
  }
  .mobile-padding--0 {
    padding: 0 !important;
  }
  .mobile-padding-top--30 {
    padding-top: 30px !important;
  }
  .mobile-justify-center {
    justify-content: center !important;
  }
  .mobile-padding-left--0 {
    padding-left: 0 !important;
  }
  .mobile-padding-right--0 {
    padding-right: 0 !important;
  }
  .mobile-margin-top--50 {
    margin-top: 50px !important;
  }
  .mobile-margin-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mobile-m-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-flex-column-revers {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1025px) {
  .three-col-cards-wrapper {
    gap: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-col-cards-wrapper {
    gap: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-col-cards-wrapper {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .three-col-cards-wrapper {
    gap: 10px;
  }
}
.three-col-cards-wrapper .inner-card {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .three-col-cards-wrapper .inner-card {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1025px) {
  .three-col-cards-wrapper .inner-card {
    width: calc(33.33% - 1.0416666667vw);
  }
}

@media (min-width: 1025px) {
  .three-col-cards-wrapper-variant-2 {
    gap: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-col-cards-wrapper-variant-2 {
    gap: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-col-cards-wrapper-variant-2 {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .three-col-cards-wrapper-variant-2 {
    gap: 10px;
  }
}
.three-col-cards-wrapper-variant-2 .inner-card {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .three-col-cards-wrapper-variant-2 .inner-card {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1025px) {
  .three-col-cards-wrapper-variant-2 .inner-card {
    width: calc(33.33% - 1.0416666667vw);
  }
}

.side-lines {
  display: flex !important;
  align-items: center;
}
.side-lines:before {
  content: "";
  display: block;
  background: #000000;
  height: 2px;
}
@media (min-width: 1025px) {
  .side-lines:before {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .side-lines:before {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .side-lines:before {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .side-lines:before {
    margin-right: 10px;
  }
}
@media (min-width: 1025px) {
  .side-lines:before {
    width: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .side-lines:before {
    width: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .side-lines:before {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .side-lines:before {
    width: 20px;
  }
}
.side-lines:after {
  content: "";
  display: block;
  background: #000000;
  height: 2px;
}
@media (min-width: 1025px) {
  .side-lines:after {
    margin-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .side-lines:after {
    margin-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .side-lines:after {
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .side-lines:after {
    margin-left: 10px;
  }
}
@media (min-width: 1025px) {
  .side-lines:after {
    width: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .side-lines:after {
    width: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .side-lines:after {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .side-lines:after {
    width: 20px;
  }
}

.title-line-end {
  display: flex;
  align-items: flex-end;
}
.title-line-end::after {
  content: "";
  height: 1px;
  background: #000000;
  transform: translateY(-10px);
}
@media (min-width: 1025px) {
  .title-line-end::after {
    width: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .title-line-end::after {
    width: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .title-line-end::after {
    width: 50px;
  }
}
@media (max-width: 600px) {
  .title-line-end::after {
    width: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .title-line-end::after {
    transform: translateY(-0.5208333333vw) translateX(0.78125vw);
  }
}

.back-btn {
  transition: 0.3s ease-in-out;
}
.back-btn::before {
  content: "";
  display: block;
  position: relative;
  background: url("../../img/back-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .back-btn::before {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .back-btn::before {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .back-btn::before {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .back-btn::before {
    margin-right: 10px;
  }
}
@media (min-width: 1025px) {
  .back-btn::before {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .back-btn::before {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .back-btn::before {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .back-btn::before {
    width: 20px;
  }
}
@media (min-width: 1025px) {
  .back-btn::before {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .back-btn::before {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .back-btn::before {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .back-btn::before {
    height: 20px;
  }
}
.back-btn:hover {
  color: #012d6b;
}
@media (min-width: 1025px) {
  .back-btn:hover::before {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .back-btn:hover::before {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .back-btn:hover::before {
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  .back-btn:hover::before {
    margin-right: 20px;
  }
}
@media (min-width: 1025px) {
  .back-btn:hover::before {
    margin-left: -0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .back-btn:hover::before {
    margin-left: -0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .back-btn:hover::before {
    margin-left: -5px;
  }
}
@media (max-width: 600px) {
  .back-btn:hover::before {
    margin-left: -5px;
  }
}

.hover-dark-blue {
  transition: 0.3s ease-in-out;
}
.hover-dark-blue:hover {
  color: #012d6b;
}

.second-item-reverse {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1025px) {
  .second-item-reverse {
    flex-direction: row;
  }
}

.tabs-wrapper ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 0 !important;
}
@media (min-width: 1025px) {
  .tabs-wrapper ul {
    gap: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .tabs-wrapper ul {
    gap: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .tabs-wrapper ul {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .tabs-wrapper ul {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .tabs-wrapper ul {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .tabs-wrapper ul {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .tabs-wrapper ul {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .tabs-wrapper ul {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .tabs-wrapper ul {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .tabs-wrapper ul {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .tabs-wrapper ul {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .tabs-wrapper ul {
    padding-right: 30px;
  }
}
.tabs-wrapper ul li {
  position: relative;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  color: #454545;
}
.tabs-wrapper ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: 0.3s ease-in-out;
}
.tabs-wrapper ul li:hover, .tabs-wrapper ul li.active {
  opacity: 0.5;
  letter-spacing: 1px;
  color: #000000 !important;
}
.tabs-wrapper ul li:hover:after, .tabs-wrapper ul li.active:after {
  width: 100%;
  left: 0;
}

@media only screen and (min-width: 600px) and (min-width: 1025px) {
  .hover-box > span {
    padding-bottom: 0vw;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) and (max-width: 1600px) {
  .hover-box > span {
    padding-bottom: 0vw;
  }
}
@media only screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1025px) {
  .hover-box > span {
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 600px) {
  .hover-box > span {
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) {
  .hover-box > span {
    padding-top: 0vw;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) and (max-width: 1600px) {
  .hover-box > span {
    padding-top: 0vw;
  }
}
@media only screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1025px) {
  .hover-box > span {
    padding-top: 5px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 600px) {
  .hover-box > span {
    padding-top: 5px;
  }
}

.walkers-accordion .accordion-button h4 {
  width: 30%;
}
.walkers-accordion .accordion-button span {
  width: 70%;
}
@media only screen and (min-width: 600px) {
  .walkers-accordion .accordion-button h4 {
    width: 20%;
  }
  .walkers-accordion .accordion-button span {
    width: 80%;
  }
}
@media only screen and (min-width: 1025px) {
  .walkers-accordion .accordion-button h4 {
    width: 25%;
  }
  .walkers-accordion .accordion-button span {
    width: 75%;
  }
}

.journey-features .inclusions-item:last-child {
  padding-bottom: 0;
}

.search-from-wrap .search-form {
  max-width: 600px;
}
@media (min-width: 1025px) {
  .search-from-wrap .search-form {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap .search-form {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap .search-form {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .search-from-wrap .search-form {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .search-from-wrap .search-form {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap .search-form {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap .search-form {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .search-from-wrap .search-form {
    padding-top: 5px;
  }
}
@media (min-width: 1025px) {
  .search-from-wrap .search-form {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap .search-form {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap .search-form {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .search-from-wrap .search-form {
    padding-bottom: 5px;
  }
}
.search-from-wrap .search-form input {
  border-radius: 60px;
  border: 2px solid #012d6b;
}
@media (min-width: 1025px) {
  .search-from-wrap .search-form input {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap .search-form input {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap .search-form input {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .search-from-wrap .search-form input {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .search-from-wrap .search-form input {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap .search-form input {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap .search-form input {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .search-from-wrap .search-form input {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .search-from-wrap .search-form input {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap .search-form input {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap .search-form input {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .search-from-wrap .search-form input {
    padding-top: 5px;
  }
}
@media (min-width: 1025px) {
  .search-from-wrap .search-form input {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap .search-form input {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap .search-form input {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .search-from-wrap .search-form input {
    padding-bottom: 5px;
  }
}
.search-from-wrap .search-form input:active, .search-from-wrap .search-form input:focus {
  background: #f7f6ef;
}
.search-from-wrap .search-form button {
  border: none;
  border-radius: 100px;
  background-color: #012d6b;
}
@media (min-width: 1025px) {
  .search-from-wrap .search-form button {
    margin-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap .search-form button {
    margin-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap .search-form button {
    margin-left: 20px;
  }
}
@media (max-width: 600px) {
  .search-from-wrap .search-form button {
    margin-left: 20px;
  }
}
@media (min-width: 1025px) {
  .search-from-wrap .search-form button {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap .search-form button {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap .search-form button {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .search-from-wrap .search-form button {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .search-from-wrap .search-form button {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap .search-form button {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap .search-form button {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .search-from-wrap .search-form button {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .search-from-wrap .search-form button {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap .search-form button {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap .search-form button {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .search-from-wrap .search-form button {
    padding-top: 5px;
  }
}
@media (min-width: 1025px) {
  .search-from-wrap .search-form button {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap .search-form button {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap .search-form button {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .search-from-wrap .search-form button {
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .search-from-wrap .search-form button svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap .search-form button svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap .search-form button svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .search-from-wrap .search-form button svg {
    width: 20px;
  }
}
@media (min-width: 1025px) {
  .search-from-wrap .search-form button svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap .search-form button svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap .search-form button svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .search-from-wrap .search-form button svg {
    height: 20px;
  }
}
.search-from-wrap .search-form button:hover {
  background-color: #000000;
}

.search-results-wrapper > div {
  border-bottom: 1px solid #eceada;
}
@media (min-width: 1025px) {
  .search-results-wrapper > div {
    padding-top: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-results-wrapper > div {
    padding-top: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-results-wrapper > div {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .search-results-wrapper > div {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .search-results-wrapper > div {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-results-wrapper > div {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-results-wrapper > div {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .search-results-wrapper > div {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .search-results-wrapper > div {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-results-wrapper > div {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-results-wrapper > div {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .search-results-wrapper > div {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .search-results-wrapper > div {
    padding-right: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-results-wrapper > div {
    padding-right: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-results-wrapper > div {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .search-results-wrapper > div {
    padding-right: 20px;
  }
}
.search-results-wrapper > div:nth-child(odd) {
  background-color: #f7f6ef;
}

.search-result-btn {
  display: block;
  width: max-content;
  background: #012d6b;
  max-width: 300px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 50px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .search-result-btn {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-result-btn {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-result-btn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .search-result-btn {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .search-result-btn {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-result-btn {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-result-btn {
    padding-left: 50px;
  }
}
@media (max-width: 600px) {
  .search-result-btn {
    padding-left: 50px;
  }
}
@media (min-width: 1025px) {
  .search-result-btn {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-result-btn {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-result-btn {
    padding-right: 50px;
  }
}
@media (max-width: 600px) {
  .search-result-btn {
    padding-right: 50px;
  }
}
@media (min-width: 1025px) {
  .search-result-btn {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-result-btn {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-result-btn {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .search-result-btn {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .search-result-btn {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-result-btn {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-result-btn {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .search-result-btn {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .search-result-btn {
    max-width: 30vw;
  }
}
.search-result-btn:hover {
  background: #000000;
  color: #ffffff;
}

/* Chrome, Safari, Edge */
/* Firefox */
.error404 .btn-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .error404 .btn-wrap {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .error404 .btn-wrap {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .error404 .btn-wrap {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .error404 .btn-wrap {
    gap: 10px;
  }
}
.error404 .btn-wrap a {
  color: #ffffff;
  background-color: #012d6b;
  border-radius: 60px;
  text-align: center;
}
@media (min-width: 1025px) {
  .error404 .btn-wrap a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .error404 .btn-wrap a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .error404 .btn-wrap a {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .error404 .btn-wrap a {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .error404 .btn-wrap a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .error404 .btn-wrap a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .error404 .btn-wrap a {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .error404 .btn-wrap a {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .error404 .btn-wrap a {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .error404 .btn-wrap a {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .error404 .btn-wrap a {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .error404 .btn-wrap a {
    padding-top: 5px;
  }
}
@media (min-width: 1025px) {
  .error404 .btn-wrap a {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .error404 .btn-wrap a {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .error404 .btn-wrap a {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .error404 .btn-wrap a {
    padding-bottom: 5px;
  }
}
.error404 .btn-wrap a:hover {
  background-color: #000000;
  color: #ffffff;
}

.slick-next-fill {
  right: 50%;
  background-image: url("../../img/next-b-fill.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg) translateX(50%);
  background-size: contain;
  z-index: 2;
}

.slick-prev-fill {
  right: 40%;
  background-image: url("../../img/prev-b-fill.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg) translateX(-50%);
  background-size: contain;
  z-index: 2;
}

@media (min-width: 1025px) {
  .exp-card-logo {
    height: 4.6875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .exp-card-logo {
    height: 4.6875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .exp-card-logo {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .exp-card-logo {
    height: 40px;
  }
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.header-logo img {
  position: relative;
}
.header-logo a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.blog-id-6 .header-logo img {
  left: 0%;
  right: 0%;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .blog-id-6 .header-logo img {
    left: -15%;
    right: -15%;
    width: 130%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-id-6 .header-logo img {
    width: 100%;
    margin: auto;
  }
}

.blog-id-4 .header-logo img {
  left: 0%;
  right: 0%;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .blog-id-4 .header-logo img {
    left: -25%;
    right: -25%;
    width: 150%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-id-4 .header-logo img {
    width: 100%;
    margin: auto;
  }
}

.blog-id-5 .header-logo img {
  left: 0%;
  right: 0%;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .blog-id-5 .header-logo img {
    left: -15%;
    right: -15%;
    width: 130%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-id-5 .header-logo img {
    width: 100%;
    margin: auto;
  }
}

.blog-id-3 .header-logo img {
  width: 50%;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .blog-id-3 .header-logo img {
    width: 80%;
  }
}

.blog-id-2 .header-logo img {
  width: 70%;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .blog-id-2 .header-logo img {
    left: -5%;
    right: -5%;
    width: 110%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-id-2 .header-logo img {
    width: 70%;
    margin: auto;
  }
}

.blog-id-1 .header-logo img {
  left: 0%;
  right: 0%;
  width: 100%;
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-id-1 .header-logo img {
    width: 70%;
    margin: auto;
  }
}

@media (min-width: 1025px) {
  .fixed-menu-logo img {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixed-menu-logo img {
    height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixed-menu-logo img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .fixed-menu-logo img {
    height: 40px;
  }
}

.menu-abs-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .header-menu li {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .header-menu li {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .header-menu li {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .header-menu li {
    padding-right: 0px;
  }
}
.header-menu li a {
  color: #fff;
  display: flex;
  position: relative;
  align-items: center;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "DM Sans", serif;
}
@media (min-width: 1025px) {
  .header-menu li a {
    letter-spacing: 0.0364583333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li a {
    letter-spacing: 0.0364583333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li a {
    letter-spacing: 0.7px;
  }
}
@media (max-width: 600px) {
  .header-menu li a {
    letter-spacing: 0.7px;
  }
}
@media (min-width: 1025px) {
  .header-menu li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .header-menu li a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .header-menu li a {
    line-height: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li a {
    line-height: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li a {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .header-menu li a {
    line-height: 20px;
  }
}
.header-menu li a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  left: 0%;
  background: #f7f6ef;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1025px) {
  .header-menu li a::before {
    bottom: -0.15625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li a::before {
    bottom: -0.15625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li a::before {
    bottom: 0px;
  }
}
@media (max-width: 600px) {
  .header-menu li a::before {
    bottom: 0px;
  }
}
.header-menu li a:hover {
  color: #f7f6ef;
}
.header-menu li.menu-item-has-children {
  position: relative;
}
.header-menu li.menu-item-has-children a {
  position: relative;
  display: flex;
  align-items: center;
}
.header-menu li.menu-item-has-children a::after {
  content: "";
  height: 1.0416666667vw;
  width: 1.0416666667vw;
  transition: all 0.3s;
  background-image: url("../../img/down.svg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat !important;
}
@media (min-width: 1025px) {
  .header-menu li.menu-item-has-children a::after {
    height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li.menu-item-has-children a::after {
    height: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li.menu-item-has-children a::after {
    height: 0px;
  }
}
@media (max-width: 600px) {
  .header-menu li.menu-item-has-children a::after {
    height: 0px;
  }
}
.header-menu li.menu-item-has-children:hover a::after {
  transition: all 0.5s;
  transform: rotate(180deg);
}
.header-menu li.menu-item-has-children:hover .sub-menu {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
.header-menu li.menu-item-has-children .sub-menu {
  padding: 0;
  list-style: none;
  margin: 0;
  transition: all 0.3s ease;
  position: absolute;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border: 0 !important;
  width: max-content;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu {
    top: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li.menu-item-has-children .sub-menu {
    top: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu {
    top: 0px;
  }
}
@media (max-width: 600px) {
  .header-menu li.menu-item-has-children .sub-menu {
    top: 0px;
  }
}
.header-menu li.menu-item-has-children .sub-menu li {
  flex-grow: unset !important;
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}
.header-menu li.menu-item-has-children .sub-menu li:hover {
  background: #012d6b;
}
.header-menu li.menu-item-has-children .sub-menu li:hover a {
  color: #fff !important;
}
.header-menu li.menu-item-has-children .sub-menu a {
  font-weight: 500;
  text-align: center !important;
  width: 100%;
  justify-content: center;
  color: #000;
}
@media (min-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-right: 30px;
  }
}
.header-menu li.menu-item-has-children .sub-menu a::after,
.header-menu li.menu-item-has-children .sub-menu a::before {
  display: none;
}
.header-menu li.menu-item-has-children .sub-menu li.current-menu-item a {
  color: #fff !important;
  background: #012d6b !important;
}
.header-menu .sub-menu {
  padding: 0;
  list-style: none;
  margin: 0;
  transition: all 0.3s ease;
  position: absolute;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border: 0 !important;
  width: max-content;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1025px) {
  .header-menu .sub-menu {
    top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu .sub-menu {
    top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu .sub-menu {
    top: 30px;
  }
}
@media (max-width: 600px) {
  .header-menu .sub-menu {
    top: 30px;
  }
}
.header-menu .sub-menu li {
  flex-grow: unset !important;
  background: #fff;
}
.header-menu .sub-menu li:hover {
  background: #012d6b;
}
.header-menu .sub-menu a {
  width: 100%;
  color: #000;
}
@media (min-width: 1025px) {
  .header-menu .sub-menu a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu .sub-menu a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu .sub-menu a {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .header-menu .sub-menu a {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .header-menu .sub-menu a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu .sub-menu a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu .sub-menu a {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .header-menu .sub-menu a {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .header-menu .sub-menu a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu .sub-menu a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu .sub-menu a {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .header-menu .sub-menu a {
    padding-right: 30px;
  }
}
.header-menu .sub-menu a::after {
  display: none;
}

@media (min-width: 1025px) {
  .blog-id-2 #primary-menu.header-menu li {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .blog-id-2 #primary-menu.header-menu li {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-id-2 #primary-menu.header-menu li {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .blog-id-2 #primary-menu.header-menu li {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .blog-id-2 #primary-menu.header-menu li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .blog-id-2 #primary-menu.header-menu li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-id-2 #primary-menu.header-menu li {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .blog-id-2 #primary-menu.header-menu li {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .blog-id-2 #primary-menu.header-menu li a {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .blog-id-2 #primary-menu.header-menu li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-id-2 #primary-menu.header-menu li a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .blog-id-2 #primary-menu.header-menu li a {
    font-size: 15px !important;
  }
}

.header_button .header_button-toggle,
.fix-toggle .header_button-toggle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1025px) {
  .header_button .header_button-toggle,
  .fix-toggle .header_button-toggle {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header_button .header_button-toggle,
  .fix-toggle .header_button-toggle {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header_button .header_button-toggle,
  .fix-toggle .header_button-toggle {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .header_button .header_button-toggle,
  .fix-toggle .header_button-toggle {
    padding-right: 0px;
  }
}
.header_button .header_button-toggle button,
.fix-toggle .header_button-toggle button {
  position: relative;
  width: 2em;
  height: 2.5em;
  padding: 0;
  font-size: inherit;
  border: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  background: transparent;
}
.header_button .header_button-toggle button span,
.fix-toggle .header_button-toggle button span {
  position: absolute;
  right: 0;
  background: #fff;
  width: 100%;
  height: 2px;
  border-radius: 0;
  transition: inherit;
}
.header_button .header_button-toggle button span:nth-child(1),
.fix-toggle .header_button-toggle button span:nth-child(1) {
  top: 0.625em;
}
.header_button .header_button-toggle button span:nth-child(2),
.fix-toggle .header_button-toggle button span:nth-child(2) {
  top: 1.25em;
}
.header_button .header_button-toggle button span:nth-child(3),
.fix-toggle .header_button-toggle button span:nth-child(3) {
  top: 1.875em;
}
.header_button .header_button-toggle .hamburger.is-active span:nth-child(1),
.fix-toggle .header_button-toggle .hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotateZ(-135deg);
}
.header_button .header_button-toggle .hamburger.is-active span:nth-child(2),
.fix-toggle .header_button-toggle .hamburger.is-active span:nth-child(2) {
  right: 50%;
  width: 0;
}
.header_button .header_button-toggle .hamburger.is-active span:nth-child(3),
.fix-toggle .header_button-toggle .hamburger.is-active span:nth-child(3) {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotateZ(135deg);
}
@media (min-width: 1025px) {
  .header_button .home-div,
  .fix-toggle .home-div {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header_button .home-div,
  .fix-toggle .home-div {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header_button .home-div,
  .fix-toggle .home-div {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .header_button .home-div,
  .fix-toggle .home-div {
    padding-right: 0px;
  }
}
.header_button .home-div img,
.header_button .home-div svg,
.fix-toggle .home-div img,
.fix-toggle .home-div svg {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .header_button .home-div img,
  .header_button .home-div svg,
  .fix-toggle .home-div img,
  .fix-toggle .home-div svg {
    height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header_button .home-div img,
  .header_button .home-div svg,
  .fix-toggle .home-div img,
  .fix-toggle .home-div svg {
    height: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header_button .home-div img,
  .header_button .home-div svg,
  .fix-toggle .home-div img,
  .fix-toggle .home-div svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .header_button .home-div img,
  .header_button .home-div svg,
  .fix-toggle .home-div img,
  .fix-toggle .home-div svg {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .header_button .home-div img,
  .header_button .home-div svg,
  .fix-toggle .home-div img,
  .fix-toggle .home-div svg {
    width: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header_button .home-div img,
  .header_button .home-div svg,
  .fix-toggle .home-div img,
  .fix-toggle .home-div svg {
    width: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header_button .home-div img,
  .header_button .home-div svg,
  .fix-toggle .home-div img,
  .fix-toggle .home-div svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .header_button .home-div img,
  .header_button .home-div svg,
  .fix-toggle .home-div img,
  .fix-toggle .home-div svg {
    width: 20px;
  }
}

.fix-toggle {
  position: relative !important;
  right: auto !important;
  top: auto !important;
}

.header.no-banners {
  display: flex;
  align-items: center;
  padding-bottom: 0 !important;
  background: #fff;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 1.3020833333vw !important;
}
@media (min-width: 1025px) {
  .header.no-banners {
    padding-top: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header.no-banners {
    padding-top: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header.no-banners {
    padding-top: 0px;
  }
}
@media (max-width: 600px) {
  .header.no-banners {
    padding-top: 0px;
  }
}
.header.no-banners .home-div svg path {
  fill: #000;
}
.header.no-banners .header-logo img {
  position: relative !important;
  top: auto !important;
}
.header.no-banners .header_top {
  padding-top: 0 !important;
  align-items: center !important;
}
.header.no-banners .subsite-dropdown .dropdown-toggle::after {
  background-image: url(../../img/down-b.svg) !important;
}
.header.no-banners .scroll-menu .book-widget-open {
  color: #fff !important;
}
.header.no-banners .header-menu li a:hover {
  color: #cb5222 !important;
}
@media (min-width: 1025px) {
  .header.no-banners .header-logo img {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header.no-banners .header-logo img {
    height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header.no-banners .header-logo img {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .header.no-banners .header-logo img {
    height: 60px;
  }
}
.header.no-banners a {
  color: #000000;
}
.header.no-banners .search-btn {
  background: rgba(155, 152, 152, 0.36);
}
.header.no-banners .search-btn:hover {
  background: #000000;
}
.header.no-banners .search-btn:hover path {
  fill: #fff;
}
.header.no-banners .inquire-btn {
  background: rgba(155, 152, 152, 0.36);
}
.header.no-banners .inquire-btn svg path {
  fill: #000;
}
.header.no-banners .inquire-btn:hover {
  color: #fff;
  background: #000000;
}
.header.no-banners .inquire-btn:hover path {
  fill: #fff;
}
.header.no-banners .hamburger span {
  background: #000000;
}
.header.no-banners li.menu-item-has-children a::after {
  height: 0.625vw;
  width: 0.625vw;
  background-image: url("../../img/down-b.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat !important;
}
@media (min-width: 1025px) {
  .header.no-banners li.menu-item-has-children a::after {
    margin-left: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header.no-banners li.menu-item-has-children a::after {
    margin-left: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header.no-banners li.menu-item-has-children a::after {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .header.no-banners li.menu-item-has-children a::after {
    margin-left: 0px;
  }
}
.header.no-banners .header_top #primary-menu .current-menu-item a {
  color: #000000;
}
.header.no-banners .header_top #primary-menu .current-menu-item a::before {
  background: #000000 !important;
}
.header.no-banners .header_top #primary-menu .sub-menu a {
  justify-content: flex-start !important;
}

.no-banners .without-banner {
  background: #eceada;
}
.no-banners .search-trigger-btn svg path {
  fill: #000;
}
.no-banners .search-trigger-btn svg circle {
  fill: #ada6a6;
}
.no-banners.header-scrolled svg path {
  fill: #ffffff !important;
}
.no-banners.header-scrolled span {
  color: #ffffff;
}
.no-banners.header-scrolled .sub-menu li a {
  color: #000000 !important;
}
.no-banners.header-scrolled li.menu-item-has-children a::after {
  background-image: url("../../img/down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat !important;
}

.search-trigger-btn--black svg path {
  fill: #000;
}
.search-trigger-btn--black svg circle {
  fill: #ada6a6;
}

.scroll-menu {
  transition: all 0.5s;
  transform: translateY(-100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: rgba(0, 0, 0, 0.473);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
@media (min-width: 1025px) {
  .scroll-menu {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .scroll-menu {
    height: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .scroll-menu {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .scroll-menu {
    height: 60px;
  }
}
.scroll-menu .header-menu li {
  align-items: center;
  display: flex;
}
@media (min-width: 1025px) {
  .scroll-menu .header-menu li {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .scroll-menu .header-menu li {
    height: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .scroll-menu .header-menu li {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .scroll-menu .header-menu li {
    height: 50px;
  }
}
.scroll-menu .header-menu li a {
  position: relative;
}
@media (min-width: 1025px) {
  .scroll-menu .header-menu li a {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .scroll-menu .header-menu li a {
    height: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .scroll-menu .header-menu li a {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .scroll-menu .header-menu li a {
    height: 50px;
  }
}
@media (min-width: 1025px) {
  .scroll-menu .header-menu li a {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .scroll-menu .header-menu li a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .scroll-menu .header-menu li a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .scroll-menu .header-menu li a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .scroll-menu .header-menu li a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .scroll-menu .header-menu li a {
    line-height: 1.1458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .scroll-menu .header-menu li a {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .scroll-menu .header-menu li a {
    line-height: 20px;
  }
}
.scroll-menu .header-menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 2px;
  background: #fff;
  bottom: 1.3020833333vw;
  transition: all 0.5s;
}
.scroll-menu .header-menu li a:hover {
  color: #cb5222 !important;
}
.scroll-menu .header-menu .current-menu-item a {
  color: #fff !important;
}
.scroll-menu .header-menu .current-menu-item a::before {
  width: 100%;
  transition: all 0.5s;
}
.scroll-menu .scroll-menu_logo img {
  width: auto;
}
@media (min-width: 1025px) {
  .scroll-menu .scroll-menu_logo img {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .scroll-menu .scroll-menu_logo img {
    height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .scroll-menu .scroll-menu_logo img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .scroll-menu .scroll-menu_logo img {
    height: 40px;
  }
}
.scroll-menu .sub-menu {
  top: 4.1666666667vw !important;
}
.scroll-menu .sub-menu a {
  justify-content: flex-start !important;
}
.scroll-menu .sub-menu li {
  height: auto !important;
}
.scroll-menu li.menu-item-has-children {
  position: relative;
}
.scroll-menu li.menu-item-has-children a {
  position: relative;
  display: flex;
  align-items: center;
}

.search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  color: #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.36);
}
@media (min-width: 1025px) {
  .search-btn {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-btn {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-btn {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .search-btn {
    height: 25px;
  }
}
@media (min-width: 1025px) {
  .search-btn {
    width: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-btn {
    width: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-btn {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .search-btn {
    width: 25px;
  }
}
@media (min-width: 1025px) {
  .search-btn {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-btn {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-btn {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .search-btn {
    margin-right: 10px;
  }
}
.search-btn svg {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .search-btn svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-btn svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-btn svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .search-btn svg {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .search-btn svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-btn svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-btn svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .search-btn svg {
    width: 20px;
  }
}
.search-btn:hover {
  background: #fff;
}
.search-btn:hover path {
  fill: #012d6b;
}

#header.header-scrolled .scroll-menu {
  transition: all 0.5s;
  transform: translateY(0%);
}

@media (min-width: 1025px) {
  #offcanvasMenu {
    width: 31.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu {
    width: 31.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu {
    width: 50%;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu {
    width: 100%;
  }
}
#offcanvasMenu .offcanvas-body {
  overflow: scroll;
  height: 100vh;
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offcanvas-body {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-body {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offcanvas-body {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-body {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offcanvas-body {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-body {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offcanvas-body {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-body {
    padding-bottom: 30px;
  }
}
#offcanvasMenu .offcanvas-header {
  justify-content: flex-end;
  display: flex;
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offcanvas-header {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-header {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offcanvas-header {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-header {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offcanvas-header {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-header {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offcanvas-header {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-header {
    padding-bottom: 30px;
  }
}
#offcanvasMenu .offcanvas-header button {
  opacity: 1 !important;
}
#offcanvasMenu .offmenu_top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_top ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_top ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_top ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_top ul li {
    padding-bottom: 10px;
  }
}
#offcanvasMenu .offmenu_top ul a {
  color: #000;
  display: flex;
  position: relative;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  width: max-content;
  text-transform: uppercase;
  font-family: "DM Sans", serif;
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_top ul a {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    height: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_top ul a {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    letter-spacing: 0.1927083333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_top ul a {
    letter-spacing: 0.1927083333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    letter-spacing: 2.7px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_top ul a {
    letter-spacing: 2.7px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_top ul a {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_top ul a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_top ul a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_top ul a {
    line-height: 20px;
  }
}
#offcanvasMenu .offmenu_top ul a::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  left: 50%;
  background: #000;
  transition: all 0.5s ease-in-out;
  transform: translateX(-50%);
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a::before {
    bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_top ul a::before {
    bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a::before {
    bottom: 0px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_top ul a::before {
    bottom: 0px;
  }
}
#offcanvasMenu .offmenu_top ul a:hover::before {
  width: 100%;
  left: 0;
  transform: translateX(0);
}
#offcanvasMenu .offmenu_bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_bottom ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_bottom ul li {
    padding-bottom: 10px;
  }
}
#offcanvasMenu .offmenu_bottom ul a {
  color: #000;
  display: flex;
  position: relative;
  align-items: center;
  width: max-content;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "DM Sans", serif;
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_bottom ul a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    height: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_bottom ul a {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    letter-spacing: 0.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_bottom ul a {
    letter-spacing: 0.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    letter-spacing: 2.7px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_bottom ul a {
    letter-spacing: 2.7px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_bottom ul a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_bottom ul a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_bottom ul a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_bottom ul a {
    line-height: 20px;
  }
}
#offcanvasMenu .offmenu_bottom ul a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  left: 50%;
  background: #000;
  transition: all 0.5s ease-in-out;
  transform: translateX(-50%);
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a::before {
    bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_bottom ul a::before {
    bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a::before {
    bottom: 0px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_bottom ul a::before {
    bottom: 0px;
  }
}
#offcanvasMenu .offmenu_bottom ul a:hover::before {
  width: 100%;
  left: 0;
  transform: translateX(0);
}
#offcanvasMenu hr {
  background: #000;
}
@media (min-width: 1025px) {
  #offcanvasMenu hr {
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu hr {
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu hr {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu hr {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu hr {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu hr {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu hr {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu hr {
    margin-top: 20px;
  }
}

.off-menu li.current_page_item a {
  color: #000 !important;
}

.menu-social-ul,
.menu-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .menu-social-ul,
  .menu-social {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-social-ul,
  .menu-social {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-social-ul,
  .menu-social {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .menu-social-ul,
  .menu-social {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .menu-social-ul li,
  .menu-social li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-social-ul li,
  .menu-social li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-social-ul li,
  .menu-social li {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .menu-social-ul li,
  .menu-social li {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .menu-social-ul li,
  .menu-social li {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-social-ul li,
  .menu-social li {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-social-ul li,
  .menu-social li {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .menu-social-ul li,
  .menu-social li {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    height: 35px;
  }
}
@media (max-width: 600px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    height: 35px;
  }
}
@media (min-width: 1025px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    width: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    width: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    width: 35px;
  }
}
@media (max-width: 600px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    width: 35px;
  }
}
.menu-social-ul li svg path,
.menu-social li svg path {
  fill: #fff;
}
.menu-social-ul li svg circle,
.menu-social li svg circle {
  stroke: #fff;
}
.menu-social-ul a:hover path,
.menu-social a:hover path {
  fill: #f7f6ef !important;
}
.menu-social-ul a:hover circle,
.menu-social a:hover circle {
  stroke: #f7f6ef !important;
}

.menu-left-div {
  height: 100vh;
}
@media (min-width: 1025px) {
  .menu-left-div {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-left-div {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-left-div {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .menu-left-div {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .menu-left-div {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-left-div {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-left-div {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .menu-left-div {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .menu-left-div {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-left-div {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-left-div {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .menu-left-div {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .menu-left-div {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-left-div {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-left-div {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .menu-left-div {
    padding-bottom: 10px;
  }
}

.main-menu {
  position: fixed;
  top: 100%;
  left: 0;
  background-color: #fff;
  display: flex;
  opacity: 0;
  height: 100vh;
  width: 0;
  z-index: 999;
  top: 0;
  visibility: hidden;
}
@media only screen and (min-width: 1025px) {
  .main-menu {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .main-menu .menu-top img {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .menu-top img {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .menu-top img {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .main-menu .menu-top img {
    height: 60px;
  }
}
.main-menu .hamburger span {
  background: #000000 !important;
}
.main-menu .header_button-toggle {
  width: 100%;
}
@media (min-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .header_button-toggle {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .header_button-toggle {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .header_button-toggle {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .header_button-toggle {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .header_button-toggle {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .header_button-toggle {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .header_button-toggle {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .header_button-toggle {
    padding-right: 30px;
  }
}
.main-menu #nav_accordion a {
  text-decoration: none;
  position: relative;
  color: #000000;
}
.main-menu #nav_accordion a:hover {
  color: #012d6b;
}
.main-menu .menu-bottom {
  width: 100%;
  overflow: auto;
  height: calc(100vh - 6.25vw);
}
@media (min-width: 1025px) {
  .main-menu .menu-bottom {
    padding-top: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .menu-bottom {
    padding-top: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .menu-bottom {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .menu-bottom {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .menu-bottom {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .menu-bottom {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .menu-bottom {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .menu-bottom {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .menu-bottom {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .menu-bottom {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .menu-bottom {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .menu-bottom {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .menu-bottom {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .menu-bottom {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .menu-bottom {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .menu-bottom {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1025px) {
  .main-menu .menu-bottom {
    height: calc(100vh - 130px);
  }
}
.main-menu .menu-bottom a {
  text-decoration: none;
  position: relative;
  color: #000000;
}
.main-menu .menu-bottom a:hover {
  color: #012d6b;
}
.main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu ul li {
  font-family: "DM Sans", serif;
}
.main-menu ul li a {
  text-decoration: none;
  position: relative;
  color: #000000;
}
.main-menu ul li a:hover {
  color: #012d6b;
}
@media (min-width: 1025px) {
  .main-menu .side-top {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top {
    padding-bottom: 15px;
  }
}
.main-menu .side-top li {
  border-bottom: 1px solid #bdbdbd;
}
@media (min-width: 1025px) {
  .main-menu .side-top li {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top li {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top li {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top li {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top li {
    padding-bottom: 10px;
  }
}
.main-menu .side-top li li {
  border: 0 !important;
  padding-top: 0 !important;
}
.main-menu .side-top li:hover a {
  display: block;
  position: relative;
  transition: all 0.3s;
  transform: translateX(0.2604166667vw) !important;
}
.main-menu .side-top a {
  font-family: "DM Sans", serif;
  color: #012d6b;
  font-weight: 300;
  padding: 0 !important;
  display: block;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .main-menu .side-top a {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top a {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top a {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top a {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top a {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top a {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top a {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top a {
    line-height: 30px;
  }
}
.main-menu .side-top .has-submenu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-menu .side-top .has-submenu .has-submenu-toggle {
  width: calc(100% - 2.6041666667vw);
}
.main-menu .side-top .has-submenu .toggle-btn-slide {
  position: relative;
  cursor: pointer;
  width: 1.5625vw;
  height: 1.5625vw;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-menu .side-top .has-submenu .toggle-btn-slide::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../../img/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.0416666667vw;
}
.main-menu .side-top .has-submenu ul {
  width: 100%;
}
@media (min-width: 1025px) {
  .main-menu .side-top .has-submenu ul {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top .has-submenu ul {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top .has-submenu ul {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top .has-submenu ul {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top .has-submenu ul {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top .has-submenu ul {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top .has-submenu ul {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top .has-submenu ul {
    padding-top: 10px;
  }
}
.main-menu .side-top .has-submenu ul a {
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .main-menu .side-top .has-submenu ul a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top .has-submenu ul a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top .has-submenu ul a {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top .has-submenu ul a {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top .has-submenu ul a {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top .has-submenu ul a {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top .has-submenu ul a {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top .has-submenu ul a {
    line-height: 25px;
  }
}
.main-menu .side-top .has-submenu ul a:hover {
  transition: all 0.3s;
  color: #012d6b !important;
  transform: translateX(0.5208333333vw) !important;
}
.main-menu .side-top li.active a {
  color: #012d6b !important;
}
.main-menu .side-top li.active .submenu a {
  color: #000 !important;
}
.main-menu .side-top li.active .submenu li.active a {
  color: #012d6b !important;
}
.main-menu .side-bottom ul {
  display: flex;
  flex-wrap: wrap;
}
.main-menu .side-bottom li {
  width: 50%;
}
@media (min-width: 1025px) {
  .main-menu .side-bottom li {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-bottom li {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-bottom li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-bottom li {
    padding-bottom: 10px;
  }
}
.main-menu .side-bottom li:hover a {
  display: block;
  transition: all 0.3s;
  transform: translateX(0.2604166667vw) !important;
}
.main-menu .side-bottom a {
  transition: all 0.3s;
  display: block;
}
@media (min-width: 1025px) {
  .main-menu .side-bottom a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-bottom a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-bottom a {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .main-menu .side-bottom a {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-bottom a {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-bottom a {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-bottom a {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-bottom a {
    line-height: 30px;
  }
}

.off-menu a {
  width: max-content;
}

.off-menu a {
  position: relative;
}
.off-menu a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  left: 50%;
  background: #000;
  transition: all 0.5s ease-in-out;
  transform: translateX(-50%);
}
@media (min-width: 1025px) {
  .off-menu a::before {
    bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .off-menu a::before {
    bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .off-menu a::before {
    bottom: 0px;
  }
}
@media (max-width: 600px) {
  .off-menu a::before {
    bottom: 0px;
  }
}
.off-menu li.current_page_item a {
  color: #012d6b !important;
}
.off-menu li.current_page_item a::before {
  width: 100%;
  left: 0;
  transform: translateX(0);
  background: #012d6b !important;
}

.header_top #primary-menu li {
  align-items: center;
  display: flex;
}
.header_top #primary-menu li.current_page_item a {
  color: #fff;
}
.header_top #primary-menu li.current_page_item a::before {
  width: 100%;
  left: 0;
  transform: translateX(0);
  background: #fff !important;
}
.header_top #primary-menu li.current_page_item li a {
  color: #000 !important;
}
.header_top #primary-menu li.current_page_item li a:hover {
  color: #fff !important;
}
.header_top #primary-menu a:hover {
  color: #cb5222;
}
.header_top #primary-menu .sub-menu a {
  justify-content: flex-start !important;
}

@media (min-width: 1025px) {
  .main-web {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-web {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-web {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .main-web {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .main-web {
    letter-spacing: 0.05vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-web {
    letter-spacing: 0.05vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-web {
    letter-spacing: 0.96px;
  }
}
@media (max-width: 600px) {
  .main-web {
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1025px) {
  .main-web {
    font-size: 0.8854166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-web {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-web {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .main-web {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .main-web {
    line-height: 0.8854166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-web {
    line-height: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-web {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .main-web {
    line-height: 20px;
  }
}

.menu-right-div {
  position: relative;
  background: rgba(0, 0, 0, 0.47);
}
@media (min-width: 1025px) {
  .menu-right-div {
    padding-right: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-right-div {
    padding-right: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-right-div {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .menu-right-div {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .menu-right-div {
    padding-left: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-right-div {
    padding-left: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-right-div {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .menu-right-div {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .menu-right-div {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-right-div {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-right-div {
    padding-top: 0px;
  }
}
@media (max-width: 600px) {
  .menu-right-div {
    padding-top: 0px;
  }
}
@media (min-width: 1025px) {
  .menu-right-div {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-right-div {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-right-div {
    padding-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .menu-right-div {
    padding-bottom: 0px;
  }
}
.menu-right-div::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.menu-right-div hr {
  background: #fff;
}
.menu-right-div ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
@media (min-width: 1025px) {
  .menu-right-div ul li {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-right-div ul li {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-right-div ul li {
    padding-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .menu-right-div ul li {
    padding-bottom: 0px;
  }
}
.menu-right-div ul a {
  color: #fff !important;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-right-div ul a:hover {
  color: #012d6b !important;
}
.menu-right-div ul a:hover svg path {
  fill: #012d6b !important;
}
.menu-right-div ul a svg {
  object-fit: cover;
}
@media (min-width: 1025px) {
  .menu-right-div ul a svg {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-right-div ul a svg {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-right-div ul a svg {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .menu-right-div ul a svg {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .menu-right-div ul a svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-right-div ul a svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-right-div ul a svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .menu-right-div ul a svg {
    height: 20px;
  }
}

#nav_accordion {
  flex-wrap: nowrap !important;
}

#offcanvasSearch {
  height: max-content;
  background: #012d6b;
}
#offcanvasSearch .offcanvas-header {
  padding: 0;
}
@media (min-width: 1025px) {
  #offcanvasSearch .offcanvas-body {
    padding-bottom: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasSearch .offcanvas-body {
    padding-bottom: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasSearch .offcanvas-body {
    padding-bottom: 35px;
  }
}
@media (max-width: 600px) {
  #offcanvasSearch .offcanvas-body {
    padding-bottom: 35px;
  }
}
@media (min-width: 1025px) {
  #offcanvasSearch .offcanvas-body {
    padding-top: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasSearch .offcanvas-body {
    padding-top: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasSearch .offcanvas-body {
    padding-top: 35px;
  }
}
@media (max-width: 600px) {
  #offcanvasSearch .offcanvas-body {
    padding-top: 35px;
  }
}
#offcanvasSearch form {
  display: flex;
  background: rgba(255, 255, 255, 0.26);
  border-top-left-radius: 1.5625vw;
  border-bottom-left-radius: 1.5625vw;
  border-top-right-radius: 1.5625vw;
  border-bottom-right-radius: 1.5625vw;
}
#offcanvasSearch form input {
  color: #fff;
  margin: 0;
  flex-grow: 1;
  border: 0;
  border-top-left-radius: 1.5625vw;
  border-bottom-left-radius: 1.5625vw;
  background: transparent;
}
@media (min-width: 1025px) {
  #offcanvasSearch form input {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasSearch form input {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasSearch form input {
    height: 45px;
  }
}
@media (max-width: 600px) {
  #offcanvasSearch form input {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  #offcanvasSearch form input {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasSearch form input {
    font-size: 1.09375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasSearch form input {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  #offcanvasSearch form input {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  #offcanvasSearch form input {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasSearch form input {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasSearch form input {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  #offcanvasSearch form input {
    padding-left: 15px;
  }
}
#offcanvasSearch form input::placeholder {
  color: #fff; /* your placeholder color */
  opacity: 1; /* make sure it's not faded */
}
#offcanvasSearch form button {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.26);
  border: 0;
}
@media (min-width: 1025px) {
  #offcanvasSearch form button {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasSearch form button {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasSearch form button {
    height: 45px;
  }
}
@media (max-width: 600px) {
  #offcanvasSearch form button {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  #offcanvasSearch form button {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasSearch form button {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasSearch form button {
    width: 45px;
  }
}
@media (max-width: 600px) {
  #offcanvasSearch form button {
    width: 45px;
  }
}
#offcanvasSearch form button img,
#offcanvasSearch form button svg {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  #offcanvasSearch form button img,
  #offcanvasSearch form button svg {
    height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasSearch form button img,
  #offcanvasSearch form button svg {
    height: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasSearch form button img,
  #offcanvasSearch form button svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  #offcanvasSearch form button img,
  #offcanvasSearch form button svg {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  #offcanvasSearch form button img,
  #offcanvasSearch form button svg {
    width: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasSearch form button img,
  #offcanvasSearch form button svg {
    width: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasSearch form button img,
  #offcanvasSearch form button svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  #offcanvasSearch form button img,
  #offcanvasSearch form button svg {
    width: 20px;
  }
}
#offcanvasSearch .btn-close {
  background-image: url("../../img/btn-close.png") !important;
  opacity: 1 !important;
}
#offcanvasSearch .btn-close {
  position: absolute;
  z-index: 99999;
}
@media only screen and (min-width: 1025px) {
  #offcanvasSearch .heading--24 {
    color: #fff;
    padding-bottom: 0.78125vw;
    text-transform: uppercase;
  }
  #offcanvasSearch .heading--24 span {
    display: block;
    text-transform: none;
    color: #fff;
  }
  #offcanvasSearch .btn-close {
    top: 1.0416666667vw;
    right: 1.0416666667vw;
  }
}
@media only screen and (max-width: 1025px) {
  #offcanvasSearch {
    height: max-content;
  }
  #offcanvasSearch .ab-img-search {
    display: none !important;
  }
  #offcanvasSearch .heading--24 {
    color: #fff;
    padding-bottom: 10px;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-size: 18px !important;
    text-transform: uppercase;
  }
  #offcanvasSearch .heading--24 span {
    font-size: 19px;
    display: block;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
  }
  #offcanvasSearch .btn-close {
    top: 20px;
    right: 20px;
  }
}

.subsite-dropdown button {
  display: flex;
  align-items: center;
  background: transparent !important;
  border: 0;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 1025px) {
  .subsite-dropdown button {
    margin-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .subsite-dropdown button {
    margin-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown button {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown button {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .subsite-dropdown button {
    margin-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .subsite-dropdown button {
    margin-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown button {
    margin-right: 0px;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown button {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .subsite-dropdown button {
    letter-spacing: 0.05vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .subsite-dropdown button {
    letter-spacing: 0.05vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown button {
    letter-spacing: 0.96px;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown button {
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1025px) {
  .subsite-dropdown button {
    font-size: 0.8854166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .subsite-dropdown button {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown button {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown button {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .subsite-dropdown button {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .subsite-dropdown button {
    line-height: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown button {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown button {
    line-height: 20px;
  }
}
.subsite-dropdown button:hover, .subsite-dropdown button:active {
  background: transparent !important;
}
.subsite-dropdown .dropdown-toggle::after {
  border: 0 !important;
  content: "";
  height: 1.0416666667vw;
  width: 1.0416666667vw;
  transition: all 0.3s;
  background-image: url("../../img/down.svg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat !important;
}
.subsite-dropdown .dropdown-menu {
  background: #eceada;
  padding: 0;
  border-radius: 0 !important;
}
.subsite-dropdown .dropdown-menu a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  font-weight: 400;
  text-align: left !important;
  width: 100%;
  font-family: "DM Sans", serif;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  color: #000;
}
@media (min-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .subsite-dropdown .dropdown-menu a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown .dropdown-menu a {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .subsite-dropdown .dropdown-menu a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown .dropdown-menu a {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .subsite-dropdown .dropdown-menu a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown .dropdown-menu a {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    font-size: 0.8854166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .subsite-dropdown .dropdown-menu a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown .dropdown-menu a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .subsite-dropdown .dropdown-menu a {
    line-height: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown .dropdown-menu a {
    line-height: 20px;
  }
}
.subsite-dropdown .dropdown-menu a.active {
  color: #fff !important;
}
.subsite-dropdown .dropdown-menu a:hover {
  background: #012d6b;
  color: #fff !important;
}
.subsite-dropdown .dropdown-item.active,
.subsite-dropdown .dropdown-item:active {
  background: #bfecff;
}

.header.no-banners button {
  color: #000;
}
.header.no-banners .main-web {
  border-right: 1px solid #000;
}
.header.no-banners .dropdown-menu .dropdown-item.active,
.header.no-banners .dropdown-menu .dropdown-item:active {
  color: #fff !important;
}
.header.no-banners.header-scrolled #primary-menu li a {
  color: #ffffff !important;
}
.header.no-banners.header-scrolled #primary-menu li .sub-menu li a {
  color: #000000 !important;
}
.header.no-banners.header-scrolled #primary-menu li .sub-menu li:hover a {
  color: #ffffff !important;
  background-color: #012d6b !important;
}
.header.no-banners.header-scrolled #primary-menu li:hover a {
  color: #cb5222 !important;
}
.header.no-banners.header-scrolled .hamburger span {
  background-color: #ffffff !important;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 9; /* Ensure it's below the menu */
}
@media only screen and (min-width: 1025px) {
  .menu-overlay {
    display: block !important;
  }
}

.no-scroll {
  overflow: hidden !important;
}

.menu-featured a {
  color: #fff !important;
  position: relative;
}
.menu-featured a::after {
  content: "";
  position: absolute;
  background: red;
  z-index: -1;
}
@media (min-width: 1025px) {
  .menu-featured a::after {
    bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-featured a::after {
    bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-featured a::after {
    bottom: 20px;
  }
}
@media (max-width: 600px) {
  .menu-featured a::after {
    bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .menu-featured a::after {
    top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-featured a::after {
    top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-featured a::after {
    top: 20px;
  }
}
@media (max-width: 600px) {
  .menu-featured a::after {
    top: 20px;
  }
}
@media (min-width: 1025px) {
  .menu-featured a::after {
    left: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-featured a::after {
    left: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-featured a::after {
    left: 20px;
  }
}
@media (max-width: 600px) {
  .menu-featured a::after {
    left: 20px;
  }
}
@media (min-width: 1025px) {
  .menu-featured a::after {
    right: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-featured a::after {
    right: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-featured a::after {
    right: 20px;
  }
}
@media (max-width: 600px) {
  .menu-featured a::after {
    right: 20px;
  }
}
.menu-featured a:hover {
  color: #fff !important;
}
.menu-featured a:hover::after {
  background: red;
}

@media only screen and (min-width: 1025px) {
  .header_top {
    display: flex;
    align-items: center !important;
  }
  .menu-social {
    padding-top: 1.5625vw !important;
  }
  .toggle-btn-slide::after {
    transform: rotate(0deg);
    transition: all 0.3s;
  }
  .toggle-btn-slide.active::after {
    transform: rotate(180deg);
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 1025px) {
  .subsite-dropdown {
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 1px solid #000;
  }
  .subsite-dropdown button {
    color: #000 !important;
    width: 100%;
    display: flex;
  }
  .subsite-dropdown button span {
    flex-grow: 1;
    text-align: left;
  }
  .subsite-dropdown .dropdown-toggle::after {
    background-image: url(../../img/down-b.svg) !important;
    height: 20px;
    width: 20px;
  }
  .main-menu .side-top li .submenu li {
    padding-bottom: 10px !important;
  }
  .toggle-btn-slide::after {
    transform: rotate(0deg);
    transition: all 0.3s;
  }
  .toggle-btn-slide.active::after {
    transform: rotate(180deg);
    transition: all 0.3s;
  }
  .has-submenu-toggle {
    width: calc(100% - 160px) !important;
  }
  .toggle-btn-slide {
    width: 160px !important;
    height: 30px !important;
  }
  .toggle-btn-slide::after {
    width: 30px !important;
    left: auto !important;
    background-size: 25px !important;
    background-position: calc(100% - 5px) !important;
  }
  .menu-bottom .flex-grow-1 {
    flex-grow: unset !important;
  }
  .menu-social {
    padding-top: 20px !important;
  }
  .menu-bottom {
    height: calc(100vh - 120px);
  }
  .contact-box .menu-social-ul {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    width: 100%;
  }
  .contact-box .menu-social-ul li {
    padding-left: 10px !important;
  }
  .header.no-banners .header_button {
    flex-grow: 1;
  }
  .header.no-banners .header_top {
    width: auto !important;
    padding-left: 5%;
  }
  .header.no-banners .header_top img {
    height: 40px !important;
  }
  .header.no-banners .header_top {
    height: 60px !important;
  }
  .mobile-logo img {
    height: 60px;
  }
  #offcanvasMenu .offcanvas-header {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
  }
  .header_button {
    width: 30%;
  }
  .header-logo,
  .fixed-menu-logo {
    width: 40%;
  }
  .book_div {
    width: 30%;
  }
  .header_top {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .search-trigger-btn {
    margin-right: 20px !important;
  }
  .fixed-menu-logo {
    width: 100% !important;
  }
  .fixed-menu-logo .header_button-toggle {
    flex-grow: 1;
  }
  #offcanvasMenu {
    width: 100% !important;
  }
  #header .header_button {
    justify-content: flex-end;
  }
  #header .header_button-toggle {
    padding-right: 0 !important;
  }
}
.scroll-menu #primary-menu .active .sub-menu li a {
  color: #000000 !important;
}
.scroll-menu #primary-menu .active .sub-menu li:hover a {
  color: #ffffff !important;
}

.mob-res-btn {
  text-decoration: none;
}
@media (min-width: 1025px) {
  .mob-res-btn {
    letter-spacing: 0.0572916667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .mob-res-btn {
    letter-spacing: 0.0572916667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .mob-res-btn {
    letter-spacing: 1px;
  }
}
@media (max-width: 600px) {
  .mob-res-btn {
    letter-spacing: 1px;
  }
}
.mob-res-btn:hover {
  color: #ffffff !important;
}
@media only screen and (min-width: 600px) {
  .mob-res-btn {
    display: none;
  }
}

.whatsapp-floating {
  position: fixed;
  z-index: 8;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .whatsapp-floating {
    bottom: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .whatsapp-floating {
    bottom: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .whatsapp-floating {
    bottom: 80px;
  }
}
@media (max-width: 600px) {
  .whatsapp-floating {
    bottom: 80px;
  }
}
@media (min-width: 1025px) {
  .whatsapp-floating {
    right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .whatsapp-floating {
    right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .whatsapp-floating {
    right: 40px;
  }
}
@media (max-width: 600px) {
  .whatsapp-floating {
    right: 45px;
  }
}
@media (min-width: 1025px) {
  .whatsapp-floating {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .whatsapp-floating {
    height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .whatsapp-floating {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .whatsapp-floating {
    height: 50px;
  }
}
@media (min-width: 1025px) {
  .whatsapp-floating {
    width: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .whatsapp-floating {
    width: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .whatsapp-floating {
    width: 60px;
  }
}
@media (max-width: 600px) {
  .whatsapp-floating {
    width: 50px;
  }
}
.whatsapp-floating:hover {
  transform: scale(1.1);
}

.iron-floating {
  position: fixed;
  z-index: 8;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .iron-floating {
    bottom: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .iron-floating {
    bottom: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .iron-floating {
    bottom: 40px;
  }
}
@media (max-width: 600px) {
  .iron-floating {
    bottom: 60px;
  }
}
@media (min-width: 1025px) {
  .iron-floating {
    left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .iron-floating {
    left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .iron-floating {
    left: 20px;
  }
}
@media (max-width: 600px) {
  .iron-floating {
    left: 10px;
  }
}
@media (min-width: 1025px) {
  .iron-floating {
    height: 6.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .iron-floating {
    height: 6.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .iron-floating {
    height: 120px;
  }
}
@media (max-width: 600px) {
  .iron-floating {
    height: 70px;
  }
}
@media (min-width: 1025px) {
  .iron-floating {
    width: 6.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .iron-floating {
    width: 6.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .iron-floating {
    width: 120px;
  }
}
@media (max-width: 600px) {
  .iron-floating {
    width: 70px;
  }
}
.iron-floating:hover {
  transform: scale(1.1);
}

.inq-floating {
  position: fixed;
  z-index: 8;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .inq-floating {
    bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .inq-floating {
    bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .inq-floating {
    bottom: 20px;
  }
}
@media (max-width: 600px) {
  .inq-floating {
    bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .inq-floating {
    right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .inq-floating {
    right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .inq-floating {
    right: 40px;
  }
}
@media (max-width: 600px) {
  .inq-floating {
    right: 45px;
  }
}
@media (min-width: 1025px) {
  .inq-floating {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .inq-floating {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .inq-floating {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .inq-floating {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .inq-floating {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .inq-floating {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .inq-floating {
    width: 50px;
  }
}
@media (max-width: 600px) {
  .inq-floating {
    width: 40px;
  }
}
.inq-floating:hover {
  transform: scale(1.1);
}

.header-inquire-form {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 99;
  overflow: hidden;
  opacity: 0;
  width: auto;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  border-radius: 10px;
  transform: translateX(50%);
  filter: drop-shadow(0 0 0.75rem rgb(51, 51, 51));
  bottom: 80px;
}
@media (min-width: 1025px) {
  .header-inquire-form {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form {
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form {
    padding-right: 15px;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form {
    padding-top: 15px;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form {
    right: 8.3333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form {
    right: 8.3333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form {
    right: 100px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form {
    right: 50%;
  }
}
@media only screen and (min-width: 600px) {
  .header-inquire-form {
    transform: unset;
    bottom: unset;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) {
  .header-inquire-form {
    top: 6.7708333333vw;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form {
    top: 6.7708333333vw;
  }
}
@media only screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form {
    top: 100px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 600px) {
  .header-inquire-form {
    top: 100px;
  }
}
@media only screen and (min-width: 600px) {
  .header-inquire-form:after {
    content: "";
    position: absolute;
    background-color: #f7f6ef;
    top: 0;
    right: 20%;
    transform: translate(50%, -50%) rotate(45deg);
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) {
  .header-inquire-form:after {
    height: 0.78125vw;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form:after {
    height: 0.78125vw;
  }
}
@media only screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form:after {
    height: 16px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 600px) {
  .header-inquire-form:after {
    height: 15px;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) {
  .header-inquire-form:after {
    width: 0.78125vw;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form:after {
    width: 0.78125vw;
  }
}
@media only screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form:after {
    width: 16px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 600px) {
  .header-inquire-form:after {
    width: 15px;
  }
}
.header-inquire-form form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .header-inquire-form form {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form form {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form form {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form form {
    gap: 15px;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form form {
    width: 15.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form form {
    width: 15.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form form {
    width: 300px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form form {
    width: 85vw;
  }
}
.header-inquire-form form input,
.header-inquire-form form select {
  color: #000000;
  width: 100%;
  font-weight: 500 !important;
  border: 1px solid #a8a9a9;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
  border-radius: 0;
}
@media (min-width: 1025px) {
  .header-inquire-form form input,
  .header-inquire-form form select {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form form input,
  .header-inquire-form form select {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form form input,
  .header-inquire-form form select {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form form input,
  .header-inquire-form form select {
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form form input,
  .header-inquire-form form select {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form form input,
  .header-inquire-form form select {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form form input,
  .header-inquire-form form select {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form form input,
  .header-inquire-form form select {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form form input,
  .header-inquire-form form select {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form form input,
  .header-inquire-form form select {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form form input,
  .header-inquire-form form select {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form form input,
  .header-inquire-form form select {
    padding-right: 5px;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form form input,
  .header-inquire-form form select {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form form input,
  .header-inquire-form form select {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form form input,
  .header-inquire-form form select {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form form input,
  .header-inquire-form form select {
    padding-top: 5px;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form form input,
  .header-inquire-form form select {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form form input,
  .header-inquire-form form select {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form form input,
  .header-inquire-form form select {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form form input,
  .header-inquire-form form select {
    height: 40px;
  }
}
.header-inquire-form form input:active, .header-inquire-form form input:focus,
.header-inquire-form form select:active,
.header-inquire-form form select:focus {
  border: 1px solid #000000;
}
@media (min-width: 1025px) {
  .header-inquire-form form textarea {
    height: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form form textarea {
    height: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form form textarea {
    height: 120px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form form textarea {
    height: 100px;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form form textarea {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form form textarea {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form form textarea {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form form textarea {
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form form textarea {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form form textarea {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form form textarea {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form form textarea {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form form textarea {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form form textarea {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form form textarea {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form form textarea {
    padding-right: 5px;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form form textarea {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form form textarea {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form form textarea {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form form textarea {
    padding-top: 5px;
  }
}
.header-inquire-form form select {
  background-image: url("../../img/select2.svg");
  background-repeat: no-repeat;
  -webkit-appearance: none;
  background-position: calc(100% - 0.78125vw);
  background-size: 15px;
}
.header-inquire-form form button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  width: max-content;
  text-transform: uppercase;
  overflow: hidden;
  font-style: normal;
  transition: all 0.3s;
  border-radius: 1.5625vw;
  border: 2px solid #012d6b;
  background: #012d6b;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .header-inquire-form form button {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form form button {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form form button {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .header-inquire-form form button {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form form button {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form form button {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form form button {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form form button {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form form button {
    letter-spacing: 0.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form form button {
    letter-spacing: 0.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form form button {
    letter-spacing: 2.4px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form form button {
    letter-spacing: 2.4px;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form form button {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form form button {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form form button {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form form button {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form form button {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form form button {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form form button {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form form button {
    padding-right: 20px;
  }
}
.header-inquire-form form button:before {
  content: "";
  background-image: url("../../img/submit.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 1025px) {
  .header-inquire-form form button:before {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form form button:before {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form form button:before {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form form button:before {
    width: 20px;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form form button:before {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form form button:before {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form form button:before {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form form button:before {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form form button:before {
    margin-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form form button:before {
    margin-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form form button:before {
    margin-right: 15px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form form button:before {
    margin-right: 15px;
  }
}
.header-inquire-form form button:hover {
  transition: all 0.3s;
  color: #012d6b;
  background: #ffffff;
  border: 2px solid #012d6b;
}
.header-inquire-form form button:hover:before {
  background-image: url("../../img/submit-hov.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header-inquire-form.active {
  opacity: 1;
  overflow: visible;
  z-index: 9;
  pointer-events: all;
}
@media only screen and (min-width: 600px) and (min-width: 1025px) {
  .header-inquire-form.header-scrolled {
    top: 5.2083333333vw;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form.header-scrolled {
    top: 5.2083333333vw;
  }
}
@media only screen and (min-width: 600px) and (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form.header-scrolled {
    top: 90px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 600px) {
  .header-inquire-form.header-scrolled {
    top: 100px;
  }
}
.header-inquire-form .close-btn-inq {
  position: absolute;
  background-image: url("../../img/btn-close-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .header-inquire-form .close-btn-inq {
    right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form .close-btn-inq {
    right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form .close-btn-inq {
    right: 20px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form .close-btn-inq {
    right: 15px;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form .close-btn-inq {
    top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form .close-btn-inq {
    top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form .close-btn-inq {
    top: 20px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form .close-btn-inq {
    top: 15px;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form .close-btn-inq {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form .close-btn-inq {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form .close-btn-inq {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form .close-btn-inq {
    height: 15px;
  }
}
@media (min-width: 1025px) {
  .header-inquire-form .close-btn-inq {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-inquire-form .close-btn-inq {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-inquire-form .close-btn-inq {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .header-inquire-form .close-btn-inq {
    width: 15px;
  }
}

.menu-overlay.active {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

#walkers-mega-menu {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  background-color: white;
  z-index: 999;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  #walkers-mega-menu {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    transition: 0, 3s ease-in-out;
    pointer-events: none;
    opacity: 0;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu {
    padding-bottom: 5.2083333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu {
    padding-bottom: 5.2083333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu {
    padding-top: 3.125vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu {
    padding-top: 3.125vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu {
    padding-left: 7.8125vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu {
    padding-left: 7.8125vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu {
    padding-right: 7.8125vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu {
    padding-right: 7.8125vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .mega-menu-logo {
    width: 11.9791666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .mega-menu-logo {
    width: 11.9791666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .mega-menu-logo {
    width: 200px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .mega-menu-logo {
    width: 200px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .mega-menu-logo {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .mega-menu-logo {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .mega-menu-logo {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .mega-menu-logo {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper {
    position: relative;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper {
    padding-top: 3.125vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .menu-upper-wrapper {
    padding-top: 3.125vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .menu-upper-wrapper {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper {
    padding-bottom: 3.6458333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .menu-upper-wrapper {
    padding-bottom: 3.6458333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .menu-upper-wrapper {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk {
    display: flex;
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk {
    gap: 0.5208333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk {
    gap: 0.5208333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk {
    gap: 10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk {
    gap: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li {
    position: relative;
    width: calc(20% - 0.4166666667vw);
    list-style: none;
    font-family: "DM Sans", serif;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li {
    font-size: 1.0416666667vw !important;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li {
    font-size: 1.0416666667vw !important;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li > a {
    font-family: "DM Sans", serif;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li > a {
    font-size: 1.0416666667vw !important;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li > a {
    font-size: 1.0416666667vw !important;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li > a {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li > a {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li.current-menu-item > a, #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li.current_page_item > a, #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li.active > a {
    color: #cb5222 !important;
  }
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li .sub-menu {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 0.5208333333vw;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li .sub-menu {
    padding-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li .sub-menu {
    padding-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li .sub-menu {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li .sub-menu {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li .sub-menu li {
    display: flex;
    width: 100%;
  }
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li .sub-menu li a {
    display: flex;
    width: 100%;
    font-weight: 400;
    color: #454545;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li .sub-menu li a {
    font-size: 0.9375vw !important;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li .sub-menu li a {
    font-size: 0.9375vw !important;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li .sub-menu li a {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li .sub-menu li a {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li .sub-menu li a {
    line-height: 1.5625vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li .sub-menu li a {
    line-height: 1.5625vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li .sub-menu li a {
    line-height: 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li .sub-menu li a {
    line-height: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li .sub-menu li a:hover {
    color: #cb5222;
    transform: translateX(10px);
  }
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li .sub-menu:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    background: #b2a994;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li .sub-menu:after {
    top: 0.625vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li .sub-menu:after {
    top: 0.625vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li .sub-menu:after {
    top: -10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .menu-upper-wrapper .mega-menu-desk li .sub-menu:after {
    top: -10px;
  }
}
@media only screen and (min-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    background: #b2a994;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper::after {
    bottom: 0vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .menu-upper-wrapper::after {
    bottom: 0vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .menu-upper-wrapper::after {
    bottom: 0px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .menu-upper-wrapper::after {
    bottom: 0px;
  }
}
@media only screen and (min-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper {
    display: flex;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper {
    padding-top: 2.6041666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .menu-bottom-wrapper {
    padding-top: 2.6041666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .menu-bottom-wrapper {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__left {
    display: flex;
    width: 50%;
  }
  #walkers-mega-menu .menu-bottom-wrapper__left ul {
    display: flex;
    width: 100%;
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul {
    gap: 0.78125vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul {
    gap: 0.78125vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul {
    gap: 15px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul {
    gap: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li {
    width: auto;
    list-style: none;
  }
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    background-color: #012d6b;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 500;
    border: 2px solid #1d3b3b;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a {
    padding-bottom: 0.78125vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a {
    padding-bottom: 0.78125vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a {
    padding-top: 0.78125vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a {
    padding-top: 0.78125vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a {
    padding-left: 1.5625vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a {
    padding-left: 1.5625vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a {
    padding-right: 1.5625vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a {
    padding-right: 1.5625vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a {
    gap: 0.5208333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a {
    gap: 0.5208333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a {
    gap: 10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a {
    gap: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a:after {
    position: relative;
    content: "";
    width: 20px;
    height: 13px;
    background-image: url("../../img/diag-arrow-white.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
  }
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a:hover {
    background-color: #ffffff;
    border: 2px solid #1d3b3b;
    color: #1d3b3b;
  }
  #walkers-mega-menu .menu-bottom-wrapper__left ul li a:hover:after {
    background-image: url("../../img/diag-arrow-blue.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #walkers-mega-menu .menu-bottom-wrapper__right {
    display: flex;
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__right {
    gap: 2.6041666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .menu-bottom-wrapper__right {
    gap: 2.6041666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__right {
    gap: 10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .menu-bottom-wrapper__right {
    gap: 10px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__right {
    padding-left: 1.0416666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .menu-bottom-wrapper__right {
    padding-left: 1.0416666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__right {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .menu-bottom-wrapper__right {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__right .mega-social-wrapper {
    display: flex;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__right .mega-social-wrapper {
    gap: 1.0416666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .menu-bottom-wrapper__right .mega-social-wrapper {
    gap: 1.0416666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__right .mega-social-wrapper {
    gap: 15px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .menu-bottom-wrapper__right .mega-social-wrapper {
    gap: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__right .mega-social-wrapper svg {
    aspect-ratio: 1;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__right .mega-social-wrapper svg {
    height: 1.3020833333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu .menu-bottom-wrapper__right .mega-social-wrapper svg {
    height: 1.3020833333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__right .mega-social-wrapper svg {
    height: 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu .menu-bottom-wrapper__right .mega-social-wrapper svg {
    height: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  #walkers-mega-menu .menu-bottom-wrapper__right .mega-social-wrapper svg:hover {
    fill: #cb5222;
  }
  #walkers-mega-menu .menu-bottom-wrapper__right .mega-social-wrapper .yt-icon svg {
    aspect-ratio: 1.5/1;
  }
  #walkers-mega-menu a {
    text-decoration: none;
    transition: 0.3s ease-in-out;
    color: #000000;
  }
  #walkers-mega-menu a:hover {
    color: #cb5222;
  }
  #walkers-mega-menu #mega-close span {
    position: absolute;
    color: transparent;
    background-image: url("../../img/close-mega.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.3s;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu #mega-close span {
    top: 3.125vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu #mega-close span {
    top: 3.125vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu #mega-close span {
    top: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu #mega-close span {
    top: 50px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu #mega-close span {
    right: 7.2916666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu #mega-close span {
    right: 7.2916666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu #mega-close span {
    right: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu #mega-close span {
    right: 50px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu #mega-close span {
    width: 1.3020833333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu #mega-close span {
    width: 1.3020833333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu #mega-close span {
    width: 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu #mega-close span {
    width: 20px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  #walkers-mega-menu #mega-close span {
    height: 1.3020833333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  #walkers-mega-menu #mega-close span {
    height: 1.3020833333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  #walkers-mega-menu #mega-close span {
    height: 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  #walkers-mega-menu #mega-close span {
    height: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  #walkers-mega-menu #mega-close span:hover {
    transform: rotate(270deg);
  }
}
#walkers-mega-menu.active {
  opacity: 1;
  pointer-events: all;
}

.footer::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.64);
}

.copyright-menu,
.footer-bottom {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.copyright-menu li,
.footer-bottom li {
  border-right: 1px solid #fff;
}
@media (min-width: 1025px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-right: 10px;
  }
}
.copyright-menu li:first-child,
.footer-bottom li:first-child {
  padding-left: 0;
}
.copyright-menu li:last-child,
.footer-bottom li:last-child {
  border: 0;
}
.copyright-menu a,
.copyright-menu li,
.copyright-menu p,
.footer-bottom a,
.footer-bottom li,
.footer-bottom p {
  margin: 0;
  font-weight: 400;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-family: "DM Sans", serif;
}
@media (min-width: 1025px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    line-height: 1.1458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    line-height: 20px;
  }
}
@media (min-width: 1025px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    letter-spacing: 0.0135416667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    letter-spacing: 0.0135416667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    letter-spacing: 0.26px;
  }
}
@media (max-width: 600px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    letter-spacing: 0.26px;
  }
}
.copyright-menu a:hover,
.footer-bottom a:hover {
  color: #cb5222;
}
.copyright-menu a::after,
.footer-bottom a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  bottom: 0;
  transition: all 0.5s;
}
.copyright-menu .current-menu-item a,
.footer-bottom .current-menu-item a {
  color: #fff !important;
}
.copyright-menu .current-menu-item a::after,
.footer-bottom .current-menu-item a::after {
  width: 100%;
  transition: all 0.5s;
}

.footer-top-menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0 !important;
  margin: 0;
}
@media only screen and (max-width: 1025px) {
  .footer-top-menu ul {
    padding-bottom: 20px !important;
  }
}
.footer-top-menu ul li {
  border-right: 1px solid #012d6b;
}
@media (min-width: 1025px) {
  .footer-top-menu ul li {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-top-menu ul li {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-top-menu ul li {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .footer-top-menu ul li {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .footer-top-menu ul li {
    padding-right: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-top-menu ul li {
    padding-right: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-top-menu ul li {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .footer-top-menu ul li {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1025px) {
  .footer-top-menu ul li {
    padding-bottom: 0 !important;
    margin-bottom: 15px;
  }
}
.footer-top-menu ul li:first-child {
  padding-left: 0;
}
.footer-top-menu ul li:last-child {
  border: 0;
}
.footer-top-menu ul a,
.footer-top-menu ul li,
.footer-top-menu ul p {
  margin: 0;
  position: relative;
  text-transform: uppercase;
  color: #012d6b;
  text-decoration: none;
  font-family: "DM Sans", serif;
}
@media (min-width: 1025px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    font-size: 1.40625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    line-height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    letter-spacing: 0.0572916667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    letter-spacing: 0.0572916667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    letter-spacing: 1.1px;
  }
}
@media (max-width: 600px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    letter-spacing: 1.1px;
  }
}
.footer-top-menu ul a:hover {
  color: #cb5222;
}
.footer-top-menu ul a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  background: #012d6b;
  bottom: 0;
  transition: all 0.5s;
}
.footer-top-menu ul .current-menu-item a {
  color: #012d6b !important;
}
.footer-top-menu ul .current-menu-item a::after {
  width: 100%;
  transition: all 0.5s;
}

.copyright-menu {
  padding: 0;
  margin: 0;
  justify-content: center;
}

.footer-con-list a {
  text-decoration: none;
}
.footer-con-list a:hover {
  color: #cb5222;
}

@media (min-width: 600px) and (max-width: 1025px) {
  .footer-con-list-contact {
    background: #e9e8e8;
    padding: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .footer-con-list-contact {
    background: #e9e8e8;
    padding: 30px 20px;
  }
}

.contact-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact-box img,
.contact-box svg {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .contact-box img,
  .contact-box svg {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .contact-box img,
  .contact-box svg {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .contact-box img,
  .contact-box svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .contact-box img,
  .contact-box svg {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .contact-box img,
  .contact-box svg {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .contact-box img,
  .contact-box svg {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .contact-box img,
  .contact-box svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .contact-box img,
  .contact-box svg {
    width: 20px;
  }
}
.contact-box .contact-box__text {
  width: calc(100% - 3.125vw);
}
@media (min-width: 1025px) {
  .contact-box .contact-box__text .paragraph--16 {
    line-height: 1.1458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .contact-box .contact-box__text .paragraph--16 {
    line-height: 1.1458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .contact-box .contact-box__text .paragraph--16 {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .contact-box .contact-box__text .paragraph--16 {
    line-height: 20px;
  }
}

.logo-div-main {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
@media (min-width: 1025px) {
  .logo-div-main {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-div-main {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-div-main {
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  .logo-div-main {
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .logo-div-main {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-div-main {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-div-main {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .logo-div-main {
    padding-top: 15px;
  }
}
@media (min-width: 1025px) {
  .logo-div-main {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-div-main {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-div-main {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .logo-div-main {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-right: 15px;
  }
}
@media (min-width: 1025px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-top: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-top: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-top: 15px;
  }
}
.logo-div-main .sub-logo img,
.logo-div-main .adaran-logo img {
  width: auto;
}
@media (min-width: 1025px) {
  .logo-div-main .sub-logo img,
  .logo-div-main .adaran-logo img {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-div-main .sub-logo img,
  .logo-div-main .adaran-logo img {
    height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-div-main .sub-logo img,
  .logo-div-main .adaran-logo img {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .logo-div-main .sub-logo img,
  .logo-div-main .adaran-logo img {
    height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    width: 25%;
  }
  .logo-div-main .sub-logo a,
  .logo-div-main .adaran-logo a {
    text-align: center;
    display: block;
  }
  .logo-div-main .sub-logo img,
  .logo-div-main .adaran-logo img {
    height: 50px;
    margin: auto;
    width: 100%;
    object-fit: contain;
  }
}
.logo-div-main .adaran-logo {
  border-right: 1px solid #cfcfcf;
}
@media only screen and (max-width: 600px) {
  .logo-div-main .adaran-logo {
    width: 100%;
    border-right: 0 !important;
    border-bottom: 1px solid #cfcfcf;
  }
}

.footer-logo {
  height: auto;
}
@media (min-width: 1025px) {
  .footer-logo {
    width: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-logo {
    width: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-logo {
    width: 150px;
  }
}
@media (max-width: 600px) {
  .footer-logo {
    width: 150px;
  }
}

.footer-logo-div {
  list-style: none;
  padding-left: 0 !important;
}
@media (min-width: 1025px) {
  .footer-logo-div li {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-logo-div li {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-logo-div li {
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .footer-logo-div li {
    padding-right: 15px;
  }
}
.footer-logo-div img {
  width: auto;
}
@media (min-width: 1025px) {
  .footer-logo-div img {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-logo-div img {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-logo-div img {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .footer-logo-div img {
    height: 50px;
  }
}

.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media (min-width: 1025px) {
  .social-ul {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-ul {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul {
    padding-top: 25px;
  }
}
@media (max-width: 600px) {
  .social-ul {
    padding-top: 25px;
  }
}
@media (min-width: 1025px) {
  .social-ul {
    gap: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-ul {
    gap: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .social-ul {
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .social-ul li {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-ul li {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul li {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .social-ul li {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .social-ul li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-ul li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul li {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .social-ul li {
    padding-right: 5px;
  }
}
.social-ul li a {
  align-items: center;
  justify-content: center;
  display: flex;
  border: 0;
}
.social-ul li svg {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .social-ul li svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-ul li svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul li svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .social-ul li svg {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .social-ul li svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-ul li svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul li svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .social-ul li svg {
    width: 20px;
  }
}
.social-ul li svg path {
  fill: #fff;
}
.social-ul li:first-child {
  padding-left: 0 !important;
}
.social-ul a:hover {
  background: transparent;
}
.social-ul a:hover path {
  fill: #cb5222 !important;
}
.social-ul a:hover circle {
  stroke: #cb5222;
}

.social-wrap {
  position: relative;
  align-items: center;
}
.social-wrap::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #d9d9d9;
}
.social-wrap::before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #d9d9d9;
}

.social-ul-con svg path {
  fill: #012d6b;
}
.social-ul-con a:hover svg path {
  fill: #012d6b !important;
}

.footer-menu-large ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .footer-menu-large li {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-large li {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-large li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .footer-menu-large li {
    padding-bottom: 10px;
  }
}
.footer-menu-large li:last-child {
  padding: 0 !important;
}
.footer-menu-large a {
  margin: 0;
  font-weight: 300;
  color: #454545;
  text-decoration: none;
  width: max-content;
  position: relative;
  font-family: "DM Sans", serif;
}
@media (min-width: 1025px) {
  .footer-menu-large a {
    font-size: 1.4583333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-large a {
    font-size: 1.6145833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-large a {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .footer-menu-large a {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .footer-menu-large a {
    line-height: 1.9791666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-large a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-large a {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .footer-menu-large a {
    line-height: 25px;
  }
}
@media (min-width: 1025px) {
  .footer-menu-large a {
    letter-spacing: 0.0291666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-large a {
    letter-spacing: 0.0291666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-large a {
    letter-spacing: 0.56px;
  }
}
@media (max-width: 600px) {
  .footer-menu-large a {
    letter-spacing: 0.56px;
  }
}
.footer-menu-large a:hover {
  color: #cb5222;
}
.footer-menu-large a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  background: #012d6b;
  bottom: 0;
  transition: all 0.5s;
}
.footer-menu-large .current-menu-item a {
  color: #012d6b !important;
}
.footer-menu-large .current-menu-item a::after {
  width: 100%;
  transition: all 0.5s;
}

.footer-menu-small ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-menu-small li {
  width: 50%;
}
@media (min-width: 1025px) {
  .footer-menu-small li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-small li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-small li {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .footer-menu-small li {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .footer-menu-small li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-small li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-small li {
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .footer-menu-small li {
    padding-right: 15px;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-small li {
    width: 50%;
  }
}
.footer-menu-small a {
  margin: 0;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: max-content;
  font-family: "DM Sans", serif;
}
@media (min-width: 1025px) {
  .footer-menu-small a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-small a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-small a {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .footer-menu-small a {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .footer-menu-small a {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-small a {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-small a {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .footer-menu-small a {
    line-height: 20px;
  }
}
.footer-menu-small a:hover {
  color: #cb5222;
}
.footer-menu-small a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  bottom: 0;
  transition: all 0.5s;
}
.footer-menu-small .current-menu-item a {
  color: #fff !important;
}
.footer-menu-small .current-menu-item a::after {
  width: 100%;
  transition: all 0.5s;
}

@media (min-width: 1025px) {
  .icon-list-item {
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .icon-list-item {
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-list-item {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .icon-list-item {
    padding-bottom: 15px;
  }
}
.icon-list-item img,
.icon-list-item svg {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .icon-list-item img,
  .icon-list-item svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .icon-list-item img,
  .icon-list-item svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-list-item img,
  .icon-list-item svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .icon-list-item img,
  .icon-list-item svg {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .icon-list-item img,
  .icon-list-item svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .icon-list-item img,
  .icon-list-item svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-list-item img,
  .icon-list-item svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .icon-list-item img,
  .icon-list-item svg {
    width: 20px;
  }
}
@media (min-width: 1025px) {
  .icon-list-item img,
  .icon-list-item svg {
    margin-top: 0.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .icon-list-item img,
  .icon-list-item svg {
    margin-top: 0.46875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-list-item img,
  .icon-list-item svg {
    margin-top: 5px;
  }
}
@media (max-width: 600px) {
  .icon-list-item img,
  .icon-list-item svg {
    margin-top: 5px;
  }
}
.logo-svg-footer {
  overflow: hidden;
  position: absolute;
}
@media (min-width: 1025px) {
  .logo-svg-footer {
    right: -5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-svg-footer {
    right: -5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-svg-footer {
    right: 20px;
  }
}
@media (max-width: 600px) {
  .logo-svg-footer {
    right: 20px;
  }
}
@media (min-width: 1025px) {
  .logo-svg-footer {
    bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-svg-footer {
    bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-svg-footer {
    bottom: 20px;
  }
}
@media (max-width: 600px) {
  .logo-svg-footer {
    bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .logo-svg-footer svg {
    width: 20.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-svg-footer svg {
    width: 20.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-svg-footer svg {
    width: 50px;
  }
}
@media (max-width: 600px) {
  .logo-svg-footer svg {
    width: 50px;
  }
}
@media (min-width: 1025px) {
  .logo-svg-footer svg {
    height: 20.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-svg-footer svg {
    height: 20.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-svg-footer svg {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .logo-svg-footer svg {
    height: 50px;
  }
}

#sub-newsletter-form {
  display: flex;
  background: rgba(255, 255, 255, 0.26);
  border-radius: 60px;
}
@media (min-width: 1025px) {
  #sub-newsletter-form {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  #sub-newsletter-form {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  #sub-newsletter-form {
    padding-top: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form {
    padding-top: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  #sub-newsletter-form {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form {
    padding-bottom: 10px;
  }
}
#sub-newsletter-form input {
  color: #fff;
  margin: 0;
  flex-grow: 1;
  border: 0;
  border-top-left-radius: 1.5625vw;
  border-bottom-left-radius: 1.5625vw;
  background: transparent;
}
@media (min-width: 1025px) {
  #sub-newsletter-form input {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form input {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form input {
    height: 45px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form input {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  #sub-newsletter-form input {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form input {
    font-size: 1.09375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form input {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form input {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  #sub-newsletter-form input {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form input {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form input {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form input {
    padding-left: 15px;
  }
}
#sub-newsletter-form input::placeholder {
  color: #fff; /* your placeholder color */
  opacity: 1; /* make sure it's not faded */
}
#sub-newsletter-form button {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.26);
  border: 0;
}
@media (min-width: 1025px) {
  #sub-newsletter-form button {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form button {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form button {
    height: 45px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form button {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  #sub-newsletter-form button {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form button {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form button {
    width: 45px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form button {
    width: 45px;
  }
}
#sub-newsletter-form button img,
#sub-newsletter-form button svg {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    height: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    width: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    width: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    width: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  #sub-newsletter-form {
    border-top-left-radius: 1.5625vw;
    border-bottom-left-radius: 1.5625vw;
    border-top-right-radius: 1.5625vw;
    border-bottom-right-radius: 1.5625vw;
  }
}

.ceylon-logo {
  width: auto;
}
@media (min-width: 1025px) {
  .ceylon-logo {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .ceylon-logo {
    height: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .ceylon-logo {
    height: 80px;
  }
}
@media (max-width: 600px) {
  .ceylon-logo {
    height: 80px;
  }
}
@media (min-width: 1025px) {
  .ceylon-logo {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .ceylon-logo {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .ceylon-logo {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .ceylon-logo {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 1025px) {
  .contact-box {
    align-items: flex-start !important;
    padding-bottom: 15px;
  }
  .footer-menu-large,
  .footer-menu-small {
    text-align: left;
  }
  #footer-menu {
    text-align: left !important;
    padding-bottom: 50px;
  }
  #footer-menu li {
    padding-bottom: 15px;
  }
  #footer-menu-small {
    text-align: left !important;
  }
  #footer-menu-small p {
    text-align: left !important;
  }
  #footer-menu-small li {
    width: 50% !important;
  }
  .copyright-menu {
    justify-content: center;
    width: 100%;
    padding-bottom: 25px;
  }
  .contact-box__text {
    padding-bottom: 10px;
  }
  .contact-box .contact-box__text {
    width: calc(100% - 30px) !important;
  }
  .footer-bottom {
    flex-direction: column;
    display: flex;
    padding-bottom: 30px;
  }
  .footer {
    padding-bottom: 30px !important;
  }
  .copyright-menu {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-bottom {
    flex-wrap: wrap;
    flex-direction: column !important;
    padding-bottom: 0 !important;
    align-items: center;
    text-align: center;
  }
  .footer-bottom .width--33 {
    width: 50%;
  }
  .footer-bottom .width--25 {
    justify-content: center !important;
  }
  .footer-bottom .gdpr-div {
    width: 100% !important;
    justify-content: center;
    padding-bottom: 15px;
  }
  .footer {
    padding-bottom: 0 !important;
  }
  .footer-menu-large {
    width: 40%;
  }
  .footer-menu-small {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .contact-box:last-child {
    padding: 0 !important;
  }
}
.footer-bottom {
  display: flex;
  flex-direction: column;
}
.footer-bottom .copyrights-wrapper {
  order: 2;
}
@media (min-width: 1025px) {
  .footer-bottom .copyrights-wrapper {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-bottom .copyrights-wrapper {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-bottom .copyrights-wrapper {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .footer-bottom .copyrights-wrapper {
    padding-bottom: 10px;
  }
}
.footer-bottom .eme-wrapper {
  order: 3;
}
.footer-bottom .terms-menu {
  order: 1;
}
@media (min-width: 1025px) {
  .footer-bottom .terms-menu {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-bottom .terms-menu {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-bottom .terms-menu {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .footer-bottom .terms-menu {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .footer-bottom {
    flex-direction: row;
  }
  .footer-bottom .copyrights-wrapper {
    order: 1;
  }
  .footer-bottom .eme-wrapper {
    order: 3;
  }
  .footer-bottom .terms-menu {
    order: 2;
  }
}

#scroll-top {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  background-image: url("../../img/scroll-top.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  #scroll-top {
    right: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #scroll-top {
    right: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #scroll-top {
    right: 20px;
  }
}
@media (max-width: 600px) {
  #scroll-top {
    right: 20px;
  }
}
@media (min-width: 1025px) {
  #scroll-top {
    bottom: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #scroll-top {
    bottom: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #scroll-top {
    bottom: 220px;
  }
}
@media (max-width: 600px) {
  #scroll-top {
    bottom: 220px;
  }
}
@media (min-width: 1025px) {
  #scroll-top {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #scroll-top {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #scroll-top {
    height: 50px;
  }
}
@media (max-width: 600px) {
  #scroll-top {
    height: 50px;
  }
}
@media (min-width: 1025px) {
  #scroll-top {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #scroll-top {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #scroll-top {
    width: 50px;
  }
}
@media (max-width: 600px) {
  #scroll-top {
    width: 50px;
  }
}

.banner-section::after,
.banner-section-inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: 25%;
  opacity: 0.8;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  display: none !important;
}

.banner-section {
  height: 100vh;
}

.video-container video,
.video-container img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .video-container video {
    margin-bottom: -0.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .video-container video {
    margin-bottom: -0.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .video-container video {
    margin-bottom: -8px;
  }
}
@media (max-width: 600px) {
  .video-container video {
    margin-bottom: -8px;
  }
}

@media (min-width: 1025px) {
  .banner-section-inner {
    height: 41.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .banner-section-inner {
    height: 41.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .banner-section-inner {
    height: 600px;
  }
}
@media (max-width: 600px) {
  .banner-section-inner {
    height: 500px;
  }
}
.banner-section-inner .banner-img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .banner-section-inner .banner-img {
    height: 41.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .banner-section-inner .banner-img {
    height: 41.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .banner-section-inner .banner-img {
    height: 600px;
  }
}
@media (max-width: 600px) {
  .banner-section-inner .banner-img {
    height: 500px;
  }
}
.banner-section-inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: 25%;
  opacity: 0.8;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  display: none !important;
}

#bannerSlider {
  position: relative;
}
#bannerSlider .carousel-item {
  position: relative;
}
#bannerSlider .carousel-item .banner-img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  #bannerSlider .carousel-item .banner-img {
    height: 100vh;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-item .banner-img {
    height: value-desktop;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-item .banner-img {
    height: 600px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-item .banner-img {
    height: 500px;
  }
}
#bannerSlider .carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: 25%;
  opacity: 0.8;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  display: none !important;
}
#bannerSlider .carousel-indicators {
  position: absolute;
  right: 0;
  z-index: 99;
  left: 0;
  bottom: 0;
  justify-content: center;
  display: flex;
  margin: auto !important;
}
@media (min-width: 1025px) {
  #bannerSlider .carousel-indicators {
    bottom: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-indicators {
    bottom: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-indicators {
    bottom: 30px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-indicators {
    bottom: 30px;
  }
}
#bannerSlider .carousel-indicators button {
  background: #fff;
  text-indent: unset !important;
  display: flex;
  padding: 0;
  border: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 2px;
  font-family: "DM Sans", serif;
}
@media (min-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    width: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-indicators button {
    width: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    width: 30px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-indicators button {
    width: 30px;
  }
}
@media (min-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    margin-left: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-indicators button {
    margin-left: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    margin-left: 5px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-indicators button {
    margin-left: 5px;
  }
}
@media (min-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    margin-right: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-indicators button {
    margin-right: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    margin-right: 5px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-indicators button {
    margin-right: 5px;
  }
}
#bannerSlider .carousel-indicators button.active {
  background: #d3debc;
}

.banner-caption {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: auto;
  z-index: 1;
  width: 100%;
}
@media (min-width: 1025px) {
  .banner-caption {
    padding-top: 10.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .banner-caption {
    padding-top: 10.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .banner-caption {
    padding-top: 100px;
  }
}
@media (max-width: 600px) {
  .banner-caption {
    padding-top: 100px;
  }
}
@media (min-width: 1025px) {
  .banner-caption {
    bottom: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .banner-caption {
    bottom: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .banner-caption {
    bottom: 50px;
  }
}
@media (max-width: 600px) {
  .banner-caption {
    bottom: 50px;
  }
}
.banner-caption .banner-caption__inner {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.play-icon,
.unmute-icon {
  display: none;
}

.video-controls img {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .video-controls img {
    height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .video-controls img {
    height: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .video-controls img {
    height: 25px;
  }
}
@media (max-width: 600px) {
  .video-controls img {
    height: 25px;
  }
}
@media (min-width: 1025px) {
  .video-controls img {
    width: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .video-controls img {
    width: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .video-controls img {
    width: 25px;
  }
}
@media (max-width: 600px) {
  .video-controls img {
    width: 25px;
  }
}

.video-controls {
  position: absolute;
  z-index: 1;
}
@media (min-width: 1025px) {
  .video-controls {
    bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .video-controls {
    bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .video-controls {
    bottom: 20px;
  }
}
@media (max-width: 600px) {
  .video-controls {
    bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .video-controls {
    right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .video-controls {
    right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .video-controls {
    right: 20px;
  }
}
@media (max-width: 600px) {
  .video-controls {
    right: 20px;
  }
}
.video-controls button {
  background: transparent;
  border: 0;
}

@media only screen and (min-width: 1025px) {
  .banner-section-inner {
    height: 41.6666666667vw !important;
  }
  .banner-section-inner .banner-img {
    height: 41.6666666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .banner-caption .banner-caption__inner {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-hide-control {
    display: none !important;
  }
  .banner-caption .banner-caption__inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .video-container video,
  .video-container img {
    height: 600px;
  }
  .banner-section {
    height: 600px;
  }
}
@media only screen and (max-width: 600px) {
  .video-container video,
  .video-container img {
    height: 500px;
  }
  .banner-section {
    height: 500px;
  }
}
.slick-slider:not(.slick-initialized),
.slick-slider-related .products:not(.slick-initialized) {
  display: none !important;
}

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slick-dots button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #012d6b;
  font-size: 0;
  border: 0;
}

.slick-arrow {
  border: 0;
  font-size: 0;
  background-color: transparent;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: 90%;
  z-index: 1;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .slick-arrow {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .slick-arrow {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .slick-arrow {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .slick-arrow {
    width: 40px;
  }
}
@media (min-width: 1025px) {
  .slick-arrow {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .slick-arrow {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .slick-arrow {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .slick-arrow {
    height: 40px;
  }
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-slider .slick-prev {
  background-image: url("../../img/prev-b.svg") !important;
  transition: all 0.5s;
}
.slick-slider .slick-prev:hover {
  background-image: url("../../img/prev-b.svg") !important;
  transition: all 0.5s;
}
.slick-slider .slick-next {
  background-image: url("../../img/next-b.svg") !important;
  transition: all 0.5s;
}
.slick-slider .slick-next:hover {
  background-image: url("../../img/next-b.svg") !important;
  transition: all 0.5s;
}

.white-arrows .slick-prev {
  background-image: url("../../img/prev-w.png") !important;
  transition: all 0.5s;
}
.white-arrows .slick-prev:hover {
  background-image: url("../../img/prev-w.png") !important;
  transition: all 0.5s;
}
.white-arrows .slick-next {
  background-image: url("../../img/next-w.png") !important;
  transition: all 0.5s;
}
.white-arrows .slick-next:hover {
  background-image: url("../../img/next-w.png") !important;
  transition: all 0.5s;
}

.center-arrows .slick-arrow {
  position: absolute;
  top: calc(50% - 1.3020833333vw);
}
.center-arrows .slick-prev {
  left: -3.125vw;
}
.center-arrows .slick-next {
  right: -3.125vw;
}

.reviews-slider {
  padding-left: 13%;
  padding-right: 13%;
}
@media only screen and (max-width: 1025px) {
  .reviews-slider {
    padding-left: 0%;
    padding-right: 0%;
  }
}
.reviews-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 1.3020833333vw);
}
.reviews-slider .slick-prev {
  left: 0;
}
.reviews-slider .slick-next {
  right: 0;
}

.carousel__text {
  transition: all 1s;
  opacity: 0;
  transform: translateY(100px);
}

.slick-current .carousel__text {
  transition: all 1s;
  opacity: 1;
  transform: translateY(0);
}

.no-arrows {
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 1025px) {
  .offer-slider {
    padding: 0;
  }
  .slick-slider {
    padding-bottom: 55px;
  }
  .slick-slider .slick-arrow {
    position: absolute;
    top: auto !important;
    bottom: 0;
  }
  .slick-slider .slick-prev {
    right: auto !important;
    left: calc(50% - 55px) !important;
  }
  .slick-slider .slick-next {
    left: auto !important;
    right: calc(50% - 55px) !important;
  }
  .blog-grid:not(.slick-initialized) {
    display: none !important;
  }
}
.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.revealup {
  animation: animateup 0.5s ease-in-out both;
}

@keyframes animateup {
  0% {
    transform: translate3d(0px, 20px, 0);
    opacity: 0;
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.scrolled.revealleft {
  animation: animateleft 0.5s ease-in-out both;
}

.scrolled.moveleft {
  animation: moveleft 1s ease-in-out both;
}

.scrolled.movetop {
  animation: movetop 0.5s ease-in-out both;
}

.scrolled.movebottom {
  animation: movebottom 0.5s ease-in-out both;
}

@keyframes animateleft {
  0% {
    transform: translate3d(-100px, 0px, 0);
    opacity: 0;
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes moveleft {
  0% {
    transform: translate3d(-40px, 0px, 0);
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes movetop {
  0% {
    transform: translate3d(0px, 40px, 0);
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes movebottom {
  0% {
    transform: translate3d(0px, -40px, 0);
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
}
/* Initial state for reveal containers */
.reveal-left, .reveal-right, .reveal-top, .reveal-bottom {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(0 100% 0 0); /* Default to reveal-left */
}

.reveal-top img,
.reveal-bottom img,
.reveal-left img,
.reveal-right img {
  transform: scale(1.3); /* Initial zoom-in scale */
}

/* Left side reveal */
.reveal-bottom.scrolled {
  animation: slideInBottomClip 1s forwards ease-out;
}

/* Right side reveal */
.reveal-bottom {
  clip-path: inset(0 0 100% 0); /* Fully clipped from the left initially */
}

/* Left side reveal */
.reveal-top.scrolled {
  animation: slideInTopClip 1s forwards ease-out;
}

/* Right side reveal */
.reveal-top {
  clip-path: inset(100% 0 0 0); /* Fully clipped from the left initially */
}

/* Left side reveal */
.reveal-left.scrolled {
  animation: slideInLeftClip 1s forwards ease-out;
}

/* Right side reveal */
.reveal-right {
  clip-path: inset(0 0 0 100%); /* Fully clipped from the left initially */
}

.reveal-right.scrolled {
  animation: slideInRightClip 1s forwards ease-out;
}

/* Image animation for both left and right sides when scrolled */
.reveal-left.scrolled img,
.reveal-right.scrolled img {
  animation: scaleAndSlideImage 1s forwards ease-out; /* Image animation starts after 1.5s delay */
}

/* Keyframes for left-to-right clip-path reveal */
@keyframes slideInLeftClip {
  from {
    clip-path: inset(0 100% 0 0); /* Fully clipped from the right */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
/* Keyframes for right-to-left clip-path reveal */
@keyframes slideInRightClip {
  from {
    clip-path: inset(0 0 0 100%); /* Fully clipped from the left */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
@keyframes slideInTopClip {
  from {
    clip-path: inset(100% 0 0 0); /* Fully clipped from the top */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
@keyframes slideInBottomClip {
  from {
    clip-path: inset(0 0 100% 0); /* Fully clipped from the bottom */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
/* Keyframes for image scale effect */
@keyframes scaleAndSlideImage {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}
.scroll-element {
  transition: transform 0.1s ease-out;
}

.wysiwig-container {
  font-family: "DM Sans", serif;
  color: #454545;
  /*custom list Style*/
  /*ul {
    list-style: none;
    li {
      text-align: left !important;
      position: relative;
      border-radius: 50%;
      @include responsive-padding-left(20, null, null, 15px);
      @include responsive-padding-bottom(10, null, null, 10px);
      &::before {
        content: "";
        position: absolute;
        left: 0;
        background-color: #000;
        border-radius: 50%;
        @include responsive-height(7, null, null, 5px);
        @include responsive-width(7, null, null, 5px);
        @include responsive-position-top(15, null, null, 8px);
      }
    }
  }*/
}
.wysiwig-container p,
.wysiwig-container td,
.wysiwig-container th,
.wysiwig-container li,
.wysiwig-container span {
  color: #454545;
  font-family: "DM Sans", serif;
}
.wysiwig-container strong {
  font-weight: 600 !important;
  color: #000 !important;
}
.wysiwig-container a {
  font-family: "DM Sans", serif;
  color: #454545;
  text-decoration: underline;
}
.wysiwig-container a:hover {
  text-decoration: underline;
  color: #454545 !important;
}
.wysiwig-container h1,
.wysiwig-container h2,
.wysiwig-container h3,
.wysiwig-container h4,
.wysiwig-container h5,
.wysiwig-container h6 {
  color: #454545;
  font-family: "DM Sans", serif;
}
@media (min-width: 1025px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 10px;
  }
}
.wysiwig-container ul li,
.wysiwig-container ol li {
  text-align: left !important;
}
.wysiwig-container table {
  border-collapse: collapse;
  width: 100%;
}
.wysiwig-container table th,
.wysiwig-container table td {
  border: 1px solid #454545;
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 10px;
  }
}
.wysiwig-container table th {
  background: #454545;
  color: #fff;
}

.wysiwig-container.font-color--white {
  color: #fff !important;
}
.wysiwig-container.font-color--white h1,
.wysiwig-container.font-color--white h2,
.wysiwig-container.font-color--white h3,
.wysiwig-container.font-color--white h4,
.wysiwig-container.font-color--white h5,
.wysiwig-container.font-color--white h6 {
  color: #fff !important;
}
.wysiwig-container.font-color--white p,
.wysiwig-container.font-color--white a,
.wysiwig-container.font-color--white li,
.wysiwig-container.font-color--white td,
.wysiwig-container.font-color--white th {
  color: #fff !important;
}

@media (min-width: 1025px) {
  .wysiwig-container {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container p {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container p {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container p {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container p {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container p {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container p {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container p {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container p {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container li {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container li {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container li {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container li {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container li {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container li {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container li {
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container li {
    line-height: 36px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container td {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container td {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container td {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container td {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container td {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container td {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container td {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container td {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container th {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container th {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container th {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container th {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container th {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container th {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h1 {
    font-size: 3.3854166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1 {
    font-size: 3.3854166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h1 {
    font-size: 35px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h1 {
    font-size: 35px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h1 {
    line-height: 3.90625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1 {
    line-height: 3.90625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h1 {
    line-height: 58px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h1 {
    line-height: 58px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h2 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h2 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h2 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h2 {
    line-height: 2.5vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h2 {
    line-height: 2.5vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h2 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h2 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h3 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h3 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h3 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h3 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h3 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h3 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h3 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h3 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h4 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h4 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h4 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h4 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h4 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h4 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h4 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h4 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h5 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h5 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h5 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h5 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h5 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h5 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h6 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h6 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h6 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h6 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h6 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h6 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h6 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h6 {
    line-height: 35px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg-container-large-p {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p p {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p p {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p p {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p p {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p p {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p p {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p p {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p p {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p p {
    letter-spacing: 0.0625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p p {
    letter-spacing: 0.0625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p p {
    letter-spacing: 1.2px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p p {
    letter-spacing: 1.2px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p li {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p li {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p li {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p li {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p li {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p li {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p li {
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p li {
    line-height: 24px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p li {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p li {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p li {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p li {
    padding-bottom: 5px;
  }
}
.wysiwyg-container-large-p a {
  color: #000000;
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p td {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p td {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p td {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p td {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p td {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p td {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p td {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p td {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p th {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p th {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p th {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p th {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p th {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p th {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h1 {
    font-size: 3.3854166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h1 {
    font-size: 3.3854166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h1 {
    font-size: 35px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h1 {
    font-size: 35px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h1 {
    line-height: 3.90625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h1 {
    line-height: 3.90625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h1 {
    line-height: 58px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h1 {
    line-height: 58px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h2 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h2 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h2 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h2 {
    line-height: 2.5vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h2 {
    line-height: 2.5vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h2 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h2 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h3 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h3 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h3 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h3 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h3 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h3 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h3 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h3 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h4 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h4 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h4 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h4 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h4 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h4 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h4 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h4 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h5 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h5 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h5 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h5 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h5 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h5 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h6 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h6 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h6 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h6 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h6 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h6 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h6 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h6 {
    line-height: 35px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg-container-normal-p {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p {
    line-height: 26px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p {
    line-height: 26px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p p {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p p {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p p {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p p {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p p {
    line-height: 1.9791666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p p {
    line-height: 1.9791666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p p {
    line-height: 26px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p p {
    line-height: 26px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p p {
    letter-spacing: 0.0625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p p {
    letter-spacing: 0.0625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p p {
    letter-spacing: 1.2px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p p {
    letter-spacing: 1.2px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p li {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p li {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p li {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p li {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p li {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p li {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p li {
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p li {
    line-height: 24px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p li {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p li {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p li {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p li {
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p td {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p td {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p td {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p td {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p td {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p td {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p td {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p td {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p th {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p th {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p th {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p th {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p th {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p th {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h1 {
    font-size: 3.3854166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h1 {
    font-size: 3.3854166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h1 {
    font-size: 35px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h1 {
    font-size: 35px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h1 {
    line-height: 3.90625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h1 {
    line-height: 3.90625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h1 {
    line-height: 58px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h1 {
    line-height: 58px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h2 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h2 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h2 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h2 {
    line-height: 2.5vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h2 {
    line-height: 2.5vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h2 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h2 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h3 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h3 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h3 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h3 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h3 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h3 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h3 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h3 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h4 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h4 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h4 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h4 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h4 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h4 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h4 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h4 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h5 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h5 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h5 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h5 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h5 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h5 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h6 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h6 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h6 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h6 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h6 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h6 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h6 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h6 {
    line-height: 35px;
  }
}

@media (min-width: 1025px) {
  .default-page-wysiwyg h1,
  .default-page-wysiwyg h2,
  .default-page-wysiwyg h3,
  .default-page-wysiwyg h4,
  .default-page-wysiwyg h5,
  .default-page-wysiwyg h6 {
    margin-bottom: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .default-page-wysiwyg h1,
  .default-page-wysiwyg h2,
  .default-page-wysiwyg h3,
  .default-page-wysiwyg h4,
  .default-page-wysiwyg h5,
  .default-page-wysiwyg h6 {
    margin-bottom: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .default-page-wysiwyg h1,
  .default-page-wysiwyg h2,
  .default-page-wysiwyg h3,
  .default-page-wysiwyg h4,
  .default-page-wysiwyg h5,
  .default-page-wysiwyg h6 {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .default-page-wysiwyg h1,
  .default-page-wysiwyg h2,
  .default-page-wysiwyg h3,
  .default-page-wysiwyg h4,
  .default-page-wysiwyg h5,
  .default-page-wysiwyg h6 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .default-page-wysiwyg h1,
  .default-page-wysiwyg h2,
  .default-page-wysiwyg h3,
  .default-page-wysiwyg h4,
  .default-page-wysiwyg h5,
  .default-page-wysiwyg h6 {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .default-page-wysiwyg h1,
  .default-page-wysiwyg h2,
  .default-page-wysiwyg h3,
  .default-page-wysiwyg h4,
  .default-page-wysiwyg h5,
  .default-page-wysiwyg h6 {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .default-page-wysiwyg h1,
  .default-page-wysiwyg h2,
  .default-page-wysiwyg h3,
  .default-page-wysiwyg h4,
  .default-page-wysiwyg h5,
  .default-page-wysiwyg h6 {
    margin-top: 25px;
  }
}
@media (max-width: 600px) {
  .default-page-wysiwyg h1,
  .default-page-wysiwyg h2,
  .default-page-wysiwyg h3,
  .default-page-wysiwyg h4,
  .default-page-wysiwyg h5,
  .default-page-wysiwyg h6 {
    margin-top: 25px;
  }
}
@media (min-width: 1025px) {
  .default-page-wysiwyg ul li,
  .default-page-wysiwyg ol li {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .default-page-wysiwyg ul li,
  .default-page-wysiwyg ol li {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .default-page-wysiwyg ul li,
  .default-page-wysiwyg ol li {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .default-page-wysiwyg ul li,
  .default-page-wysiwyg ol li {
    padding-bottom: 15px;
  }
}

/**********************Checkbox Formatting***********************/
.dfb-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dfb-form .dfb-form-group {
  min-height: unset !important;
}
@media (min-width: 1025px) {
  .dfb-form .dfb-form-group {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .dfb-form-group {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .dfb-form-group {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form .dfb-form-group {
    padding-bottom: 15px;
  }
}
.dfb-form .input-group .input-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.dfb-form .response-field-date .above-line {
  width: 2%;
  display: flex;
  justify-content: center;
}
.dfb-form .response-field-date .day,
.dfb-form .response-field-date .month,
.dfb-form .response-field-date .year {
  width: 32%;
}
.dfb-form .response-field-time .above-line {
  width: 2%;
  display: flex;
  justify-content: center;
}
.dfb-form .response-field-time .hours,
.dfb-form .response-field-time .minutes,
.dfb-form .response-field-time .seconds {
  width: 30%;
}
.dfb-form .response-field-time .am_pm {
  width: 8%;
}
.dfb-form .checkbox-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .dfb-form .is_required {
    font-size: 0.625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .is_required {
    font-size: 0.625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .is_required {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .is_required {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .is_required {
    line-height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .is_required {
    line-height: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .is_required {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .dfb-form .is_required {
    line-height: 18px;
  }
}
.dfb-form label {
  text-align: left;
  font-family: "DM Sans", serif;
  font-weight: 300 !important;
  color: #000;
}
@media (min-width: 1025px) {
  .dfb-form label {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form label {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form label {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form label {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form label {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form label {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form label {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .dfb-form label {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .dfb-form label:not(.checkbox-inline) {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form label:not(.checkbox-inline) {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form label:not(.checkbox-inline) {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .dfb-form label:not(.checkbox-inline) {
    padding-bottom: 5px;
  }
}
.dfb-form .response-field-checkboxes {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  flex-direction: column;
}
.dfb-form .response-field-checkboxes div {
  display: flex;
}
.dfb-form .response-field-checkboxes div a {
  display: inline !important;
  padding-left: 0 !important;
  color: #000;
}
.dfb-form .response-field-checkboxes div a:hover {
  color: red;
}
.dfb-form .response-field-checkboxes input[type=checkbox] {
  position: absolute;
  left: 0;
}
@media (min-width: 1025px) {
  .dfb-form .response-field-checkboxes input[type=checkbox] {
    top: 0.3645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .response-field-checkboxes input[type=checkbox] {
    top: 0.3645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .response-field-checkboxes input[type=checkbox] {
    top: 7px;
  }
}
@media (max-width: 600px) {
  .dfb-form .response-field-checkboxes input[type=checkbox] {
    top: 7px;
  }
}
@media (min-width: 1025px) {
  .dfb-form .response-field-checkboxes .row {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .response-field-checkboxes .row {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .response-field-checkboxes .row {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .response-field-checkboxes .row {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .response-field-checkboxes .row {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .response-field-checkboxes .row {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .response-field-checkboxes .row {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .dfb-form .response-field-checkboxes .row {
    line-height: 25px;
  }
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap .text-danger {
  display: none !important;
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap p {
  margin: 0 !important;
  padding-left: 0 !important;
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap label {
  height: 0 !important;
  display: none;
}
@media (min-width: 1025px) {
  .dfb-form .checkboxdiv_id_wrap_cls_wrap .row {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .checkboxdiv_id_wrap_cls_wrap .row {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .checkboxdiv_id_wrap_cls_wrap .row {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form .checkboxdiv_id_wrap_cls_wrap .row {
    padding-left: 10px;
  }
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap div label {
  height: auto;
  display: block !important;
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap .checkbox-inline {
  font-size: 0 !important;
}
.dfb-form .checkbox-inline {
  position: relative;
  padding-left: 30px;
}
@media only screen and (min-width: 1025px) {
  .dfb-form .checkbox-inline {
    padding-left: 1.5625vw;
  }
}
.dfb-form input[type=text],
.dfb-form input[type=tel],
.dfb-form input[type=email],
.dfb-form input[type=date],
.dfb-form input[type=number],
.dfb-form select {
  border: 1px solid #a8a9a9;
  font-family: "DM Sans", serif;
  color: #000;
  width: 100%;
  font-weight: 500 !important;
  border: 1px solid #a8a9a9;
  background-color: #ffffff !important;
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    line-height: 15px;
  }
}
.dfb-form input[type=text]:focus,
.dfb-form input[type=tel]:focus,
.dfb-form input[type=email]:focus,
.dfb-form input[type=date]:focus,
.dfb-form input[type=number]:focus,
.dfb-form select:focus {
  border: 1px solid #000;
  background: #fff !important;
}
.dfb-form select {
  background-image: url("../../img/select2.svg");
  background-repeat: no-repeat;
  -webkit-appearance: none;
  background-position: calc(100% - 0.78125vw);
  background-size: 0.5208333333vw auto;
}
.dfb-form textarea {
  width: 100% !important;
  height: auto !important;
  border: 1px solid #a8a9a9;
  font-family: "DM Sans", serif;
  color: #000;
  width: 100%;
  font-weight: 500 !important;
  border: 1px solid #a8a9a9;
  background-color: #ffffff !important;
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    line-height: 15px;
  }
}
.dfb-form textarea:focus {
  border: 1px solid #000;
  background: #fff !important;
}
.dfb-form .input-group .note {
  color: #000;
}
@media (min-width: 1025px) {
  .dfb-form .input-group .note {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .input-group .note {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .input-group .note {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .input-group .note {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .input-group .note {
    line-height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .input-group .note {
    line-height: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .input-group .note {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form .input-group .note {
    line-height: 15px;
  }
}
.dfb-form .response-field-dropdown {
  width: 100%;
}
.dfb-form #validateBtn,
.dfb-form #resetBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  width: max-content;
  text-transform: uppercase;
  overflow: hidden;
  font-style: normal;
  transition: all 0.3s;
  border-radius: 1.5625vw;
  border: 2px solid #012d6b;
  background: #012d6b;
  color: #fff;
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    letter-spacing: 0.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    letter-spacing: 0.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    letter-spacing: 2.4px;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    letter-spacing: 2.4px;
  }
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-right: 20px;
  }
}
.dfb-form #validateBtn:hover,
.dfb-form #resetBtn:hover {
  transition: all 0.3s;
  color: #fff;
  background: #000;
  border: 2px solid #000;
}
.dfb-form #validateBtn:before,
.dfb-form #resetBtn:before {
  content: "";
  background-image: url("../../img/submit.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn:before,
  .dfb-form #resetBtn:before {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn:before,
  .dfb-form #resetBtn:before {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn:before,
  .dfb-form #resetBtn:before {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn:before,
  .dfb-form #resetBtn:before {
    width: 20px;
  }
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn:before,
  .dfb-form #resetBtn:before {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn:before,
  .dfb-form #resetBtn:before {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn:before,
  .dfb-form #resetBtn:before {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn:before,
  .dfb-form #resetBtn:before {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn:before,
  .dfb-form #resetBtn:before {
    margin-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn:before,
  .dfb-form #resetBtn:before {
    margin-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn:before,
  .dfb-form #resetBtn:before {
    margin-right: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn:before,
  .dfb-form #resetBtn:before {
    margin-right: 15px;
  }
}
.dfb-form .help-block.show-error {
  display: block !important;
}
.dfb-form .checkbox-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dfb-form .dfb-form-group,
.dfb-form #gdpr_compliance_id_wrap p,
.dfb-form #gdpr_compliance_id_wrap label {
  font-family: "DM Sans", serif;
  color: #000;
}
@media (min-width: 1025px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    line-height: 30px;
  }
}
.dfb-form #gdpr_compliance_id_wrap label {
  font-weight: 500 !important;
}
.dfb-form #gdpr_compliance_id_wrap label:not(.checkbox-inline) {
  font-weight: 600;
}
.dfb-form #gdpr_compliance_id_wrap p:first-child {
  margin: 0;
}
.dfb-form .recapture {
  font-family: "DM Sans", serif;
  color: #000;
}
@media (min-width: 1025px) {
  .dfb-form .recapture {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .recapture {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .recapture {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .recapture {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .recapture {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .recapture {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .recapture {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .dfb-form .recapture {
    line-height: 18px;
  }
}
.dfb-form .recapture a {
  font-family: "DM Sans", serif;
  color: #000;
}
@media (min-width: 1025px) {
  .dfb-form .recapture a {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .recapture a {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .recapture a {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .recapture a {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .recapture a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .recapture a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .recapture a {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .dfb-form .recapture a {
    line-height: 18px;
  }
}
.dfb-form .recapture a:hover {
  color: red;
}
.dfb-form #gdpr_compliance__id_wrap label {
  font-weight: 600;
}
@media (min-width: 1025px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-bottom: 20px;
  }
}
.dfb-form #gdpr_compliance__id_wrap a {
  text-decoration: underline;
  color: #000;
  transition: all 0.5s;
}
.dfb-form #gdpr_compliance__id_wrap a:hover {
  color: red;
}
.dfb-form .help-block {
  color: red;
  width: 100%;
}
@media (min-width: 1025px) {
  .dfb-form .help-block {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .help-block {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .help-block {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .help-block {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .help-block {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .help-block {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .help-block {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form .help-block {
    line-height: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .alert-success,
  .alert-success a,
  .alert-danger,
  .alert-danger a {
    font-size: 0.9375vw !important;
    line-height: 1.5625vw !important;
  }
  .dfb-form-group col-sm-6:not(.col-md-4), .dfb-form-group col-sm-6:not(.col-md-8) {
    width: 49.5%;
  }
}
@media only screen and (max-width: 1025px) {
  .dfb-form #subscribe-text_id_wrap .input-group .row {
    width: 85%;
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .dfb-form #subscribe-text_id_wrap .input-group .checkbox-inline {
    width: 15%;
  }
  .alert-success,
  .alert-success a,
  .alert-danger,
  .alert-danger a {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .dfb-form-group col-sm-6 {
    width: 100% !important;
  }
  .dfb-form-group col-md-4 {
    width: 100% !important;
  }
  #gdpr_compliance_id_wrap input {
    position: absolute;
    left: 0;
    top: 6px;
  }
  #gdpr_compliance_id_wrap .checkbox-inline {
    padding-left: 30px;
    position: relative;
  }
  .response-field-time .above-line {
    width: 2.5% !important;
    display: flex;
    justify-content: center;
  }
  .response-field-time .hours,
  .response-field-time .minutes,
  .response-field-time .seconds {
    width: 25% !important;
  }
  .response-field-time .am_pm {
    width: 20% !important;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .dfb-form-group .col-sm-6 {
    width: 49% !important;
  }
  .dfb-form-group .col-md-4 {
    width: 32% !important;
  }
}
@media only screen and (max-width: 600px) {
  .dfb-form-group .col-sm-6 {
    width: 100% !important;
  }
  .dfb-form-group .col-md-4 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .dfb-form input[type=checkbox] {
    position: relative;
    visibility: hidden;
    -moz-appearance: initial;
    display: inline-block;
    width: 1.5625vw;
    height: 0.78125vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .dfb-form input[type=checkbox]:before,
  .dfb-form input[type=checkbox]:checked:after {
    width: 0.78125vw;
    height: 0.78125vw;
    top: 0;
    right: 0;
    bottom: 0;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #000 !important;
  }
  .dfb-form input[type=checkbox]:checked:after {
    margin: auto;
    left: -0.78125vw;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: FontAwesome;
    background-image: url("../../img/tick.png");
    background-size: 0.5208333333vw auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #000;
    display: inline-block;
    border: 1px solid #000 !important;
  }
  .dfb-form input[type=checkbox]:before {
    left: 0;
    background-color: transparent;
    display: inline-block;
  }
  .dfb-form input[type=checkbox]:before,
  .dfb-form input[type=checkbox]:checked:after {
    border: 1px solid #000 !important;
  }
}
@media only screen and (max-width: 1025px) {
  .dfb-form select {
    background-position: calc(100% - 15px);
    background-size: 15px;
  }
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    border-radius: 30px;
  }
  .checkbox-inline {
    position: relative;
    padding-left: 30px;
  }
  .dfb-form input[type=checkbox] {
    position: relative;
    visibility: hidden;
    -moz-appearance: initial;
    display: inline-block;
    width: 30px;
    height: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .dfb-form input[type=checkbox]:before,
  .dfb-form input[type=checkbox]:checked:after {
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #000 !important;
  }
  .dfb-form input[type=checkbox]:checked:after {
    margin: auto;
    left: -15px;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: FontAwesome;
    background-image: url("../../img/tick.png");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #000;
    display: inline-block;
    border: 1px solid #000 !important;
  }
  .dfb-form input[type=checkbox]:before {
    left: 0;
    background-color: transparent;
    display: inline-block;
  }
  .dfb-form input[type=checkbox]:before,
  .dfb-form input[type=checkbox]:checked:after {
    border: 1px solid #000 !important;
  }
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    border-radius: 50px;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    border-radius: 10px;
  }
}
#form_cv_id_wrap {
  padding: 10px 15px 20px;
}
#form_cv_id_wrap #uploadFile {
  border: 1px solid #a8a9a9;
  padding: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
}
#form_cv_id_wrap #uploadFile input {
  cursor: pointer;
}
/*# sourceMappingURL=global.css.map */
