@charset "UTF-8";
body {
  overflow-x: hidden;
  background: black;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

html {
  scroll-behavior: smooth;
}

@keyframes fadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-container {
  margin: 5% auto;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  display: none;
}
.loader-container .loader {
  border: 8px solid white;
  border-radius: 50%;
  border-top: 8px solid #9A8348;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
@media (max-width: 992px) {
  .loader-container .loader {
    width: 70px;
    height: 70px;
    border-width: 7px;
  }
}
@media (max-width: 767px) {
  .loader-container .loader {
    width: 65px;
    height: 65px;
    border-width: 6px;
  }
}
@media (max-width: 470px) {
  .loader-container .loader {
    width: 55px;
    height: 55px;
    border-width: 5px;
  }
}

h1, h2, h3, h4, h5, h6, p, a, .h1, .h2, .h3, .h4, .h5, .h6, li {
  font-family: "usual", sans-serif;
  font-style: normal;
  font-weight: 350;
  margin: 0;
  transition: all 0.2s ease-in-out 0.01s;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, a.white, .h1.white, .h2.white, .h3.white, .h4.white, .h5.white, .h6.white, li.white {
  color: white;
}
h1.brown, h2.brown, h3.brown, h4.brown, h5.brown, h6.brown, p.brown, a.brown, .h1.brown, .h2.brown, .h3.brown, .h4.brown, .h5.brown, .h6.brown, li.brown {
  color: #9A8348;
}
h1.upper, h2.upper, h3.upper, h4.upper, h5.upper, h6.upper, p.upper, a.upper, .h1.upper, .h2.upper, .h3.upper, .h4.upper, .h5.upper, .h6.upper, li.upper {
  text-transform: uppercase;
}
h1.capitalize, h2.capitalize, h3.capitalize, h4.capitalize, h5.capitalize, h6.capitalize, p.capitalize, a.capitalize, .h1.capitalize, .h2.capitalize, .h3.capitalize, .h4.capitalize, .h5.capitalize, .h6.capitalize, li.capitalize {
  text-transform: capitalize;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, p em, a em, .h1 em, .h2 em, .h3 em, .h4 em, .h5 em, .h6 em, li em {
  font-weight: 400;
}

p, a, li {
  font-size: 18px;
  font-size: 18px;
  line-height: 29px;
}
@media (max-width: 1920px) {
  p, a, li {
    font-size: 17.5px;
    font-size: 16.5px;
    font-size: 16px;
    font-size: 15px;
    line-height: 30px;
    line-height: 25px;
  }
}
@media (max-width: 1410px) {
  p, a, li {
    font-size: 17px;
    font-size: 15px;
    font-size: 14.5px;
    line-height: 24px;
  }
}
@media (max-width: 1280px) {
  p, a, li {
    font-size: 16.5px;
    font-size: 15px;
    font-size: 14px;
    line-height: 26px;
    line-height: 23px;
  }
}
@media (max-width: 992px) {
  p, a, li {
    font-size: 16px;
    font-size: 15px;
    font-size: 14px;
    font-size: 13px;
    line-height: 25px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  p, a, li {
    font-size: 15.5px;
    font-size: 14.5px;
    font-size: 14px;
    font-size: 13.5px;
    line-height: 21px;
  }
}
@media (max-width: 470px) {
  p, a, li {
    font-size: 14.5px;
    font-size: 13.5px;
    font-size: 12.5px;
    line-height: 24px;
    line-height: 18px;
  }
  p.sub_heading, a.sub_heading, li.sub_heading {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  p, a, li {
    font-size: 14px;
    font-size: 12.5px;
    font-size: 12px;
    line-height: 23px;
    line-height: 17px;
  }
  p.sub_heading, a.sub_heading, li.sub_heading {
    font-size: 11.5px;
  }
}
p.sub_heading, a.sub_heading, li.sub_heading {
  text-transform: uppercase;
  font-weight: 400;
}

h1, .h1 {
  font-size: 60px;
  font-size: 56px;
  font-weight: bold !important;
}
@media (max-width: 1920px) {
  h1, .h1 {
    font-size: 50px;
    font-size: 52px;
    font-size: 46px;
  }
}
@media (max-width: 1410px) {
  h1, .h1 {
    font-size: 44px;
  }
}
@media (max-width: 992px) {
  h1, .h1 {
    font-size: 36px;
    font-size: 41px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 32px;
    font-size: 36px;
  }
}
@media (max-width: 470px) {
  h1, .h1 {
    font-size: 25px;
    font-size: 32px;
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  h1, .h1 {
    font-size: 26px;
  }
}

h2, .h2 {
  font-size: 35px;
}
@media (max-width: 1920px) {
  h2, .h2 {
    font-size: 30px;
    font-size: 28px;
  }
}
@media (max-width: 1410px) {
  h2, .h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  h2, .h2 {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  h2, .h2 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 20.5px;
  }
}
@media (max-width: 470px) {
  h2, .h2 {
    font-size: 18px;
  }
}

h3, .h3, .copy_content.h3 p {
  font-size: 30px;
  line-height: 42px;
}
@media (max-width: 1920px) {
  h3, .h3, .copy_content.h3 p {
    font-size: 27px;
    line-height: 39px;
    font-size: 23px;
    line-height: 34px;
  }
}
@media (max-width: 1410px) {
  h3, .h3, .copy_content.h3 p {
    font-size: 25px;
    line-height: 36px;
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 1280px) {
  h3, .h3, .copy_content.h3 p {
    font-size: 23px;
    line-height: 34px;
    font-size: 21px;
    line-height: 31px;
  }
}
@media (max-width: 992px) {
  h3, .h3, .copy_content.h3 p {
    font-size: 21px;
    line-height: 29px;
    font-size: 20px;
    font-size: 18.5px;
    line-height: 29px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  h3, .h3, .copy_content.h3 p {
    font-size: 19.5px;
    line-height: 27px;
    font-size: 19px;
    font-size: 18px;
    line-height: 26px;
    line-height: 25px;
  }
}
@media (max-width: 470px) {
  h3, .h3, .copy_content.h3 p {
    font-size: 18px;
    line-height: 24px;
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 380px) {
  h3, .h3, .copy_content.h3 p {
    font-size: 14.5px;
    line-height: 20px;
  }
}

h4, .h4 {
  font-size: 23px;
  line-height: 23.5pt;
}
h4 a, .h4 a {
  line-height: inherit;
  font-size: inherit;
}
@media (max-width: 1920px) {
  h4, .h4 {
    font-size: 21px;
    line-height: 22pt;
  }
}
@media (max-width: 1410px) {
  h4, .h4 {
    font-size: 20px;
    line-height: 21pt;
  }
}
@media (max-width: 1280px) {
  h4, .h4 {
    font-size: 18.5px;
    line-height: 19.5pt;
  }
}
@media (max-width: 992px) {
  h4, .h4 {
    font-size: 17px;
    line-height: 18pt;
  }
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 16px;
    line-height: 17pt;
  }
}
@media (max-width: 470px) {
  h4, .h4 {
    font-size: 14.5px;
    line-height: 15pt;
  }
}
@media (max-width: 380px) {
  h4, .h4 {
    font-size: 14px;
    line-height: 14.5pt;
  }
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 18px;
}

.c_button {
  display: inline-block;
  cursor: pointer;
  font-family: "usual", sans-serif;
  font-style: normal;
  font-weight: 350;
  text-decoration: none !important;
  font-size: 18px;
  font-size: 16px;
  line-height: 32px;
  line-height: normal;
  position: relative;
  line-height: normal;
  text-align: center;
  padding-bottom: 8px;
  width: fit-content;
}
@media (max-width: 1920px) {
  .c_button {
    font-size: 15px;
    line-height: normal !important;
    padding-bottom: 6px;
  }
}
@media (max-width: 1600px) {
  .c_button {
    font-size: 14.5px;
    font-size: 13.5px;
  }
}
@media (max-width: 992px) {
  .c_button {
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .c_button {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .c_button {
    font-size: 13.5px;
  }
}
@media (max-width: 380px) {
  .c_button {
    font-size: 13px;
  }
}
.c_button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  transform: scaleX(1);
  transform-origin: center;
  transition: transform 0.2s ease-in-out 0.01s;
}
.c_button:hover::after {
  transform: scaleX(0.5);
}
.c_button.brown::after {
  background: #9A8348;
}
.c_button.white::after {
  background: white;
}
.c_button.capitalize {
  text-transform: capitalize;
}
.c_button.circular {
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out 0.01s;
  padding-bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.c_button.circular::after {
  content: none;
}
.c_button.circular.white {
  color: white;
  border-radius: 100%;
}
.c_button.circular.white:hover, .c_button.circular.white.active {
  background: rgba(255, 255, 255, 0.7);
  color: black;
  font-weight: 500;
}
.c_button.new_style {
  background: #9A8348 !important;
  color: white !important;
  text-transform: capitalize;
  padding: 10.5px 45px !important;
  border-radius: 100px;
  font-weight: 600;
}
.c_button.new_style::after {
  content: none;
}
.c_button.new_style:hover {
  background: white !important;
  color: black !important;
}
.c_button.new_style:hover.hover_black {
  background: black !important;
  color: white !important;
}
@media (max-width: 1920px) {
  .c_button.new_style {
    font-size: 14px;
  }
}
@media (max-width: 1600px) {
  .c_button.new_style {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .c_button.new_style {
    padding: 9.5px 40px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 470px) {
  .c_button.new_style {
    padding: 8.5px 35px !important;
  }
}
@media (max-width: 320px) {
  .c_button.new_style {
    padding: 8px 30px !important;
  }
}

section {
  position: relative;
  z-index: 4;
}

.custom_pointer_section {
  position: relative;
  z-index: 0;
}
.custom_pointer_section .tops {
  z-index: 2;
  position: relative;
}
.custom_pointer_section .bottoms {
  position: relative;
  z-index: 1;
}
.custom_pointer_section .non_pointer_area {
  z-index: 3;
  position: relative;
}
.custom_pointer_section .main_pointer_area {
  position: relative;
  z-index: 0;
  overflow: hidden;
  cursor: none !important;
}
@media (max-width: 992px) {
  .custom_pointer_section .main_pointer_area {
    cursor: default !important;
  }
}

.custom_pointer {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  cursor: none !important;
}
@media (max-width: 992px) {
  .custom_pointer {
    cursor: default !important;
  }
}
.custom_pointer a, .custom_pointer p, .custom_pointer span, .custom_pointer h1, .custom_pointer h2, .custom_pointer h3, .custom_pointer h4, .custom_pointer h5, .custom_pointer h6 {
  cursor: none !important;
}
@media (max-width: 992px) {
  .custom_pointer a, .custom_pointer p, .custom_pointer span, .custom_pointer h1, .custom_pointer h2, .custom_pointer h3, .custom_pointer h4, .custom_pointer h5, .custom_pointer h6 {
    cursor: default !important;
  }
}
.custom_pointer .pointer-circle {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-size: contain;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  transform: translateZ(0);
}
.custom_pointer .pointer-circle.visible {
  opacity: 1;
  visibility: visible;
}

input[type=text],
input,
input[type=search],
input[type=email],
input[type=tel],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

.margin_p_xl {
  margin-bottom: 55px;
  transition: all 0.2s ease-in-out 0.01s;
}

.margin_p_l {
  margin-bottom: 25px;
  transition: all 0.2s ease-in-out 0.01s;
}

.margin_p {
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out 0.01s;
}

.margin_p_sm {
  margin-bottom: 17px;
  transition: all 0.2s ease-in-out 0.01s;
}

.margin_p_xsm {
  margin-bottom: 7px;
  transition: all 0.2s ease-in-out 0.01s;
}

.pad-topp {
  padding-top: 50px;
  transition: all 0.2s ease-in-out 0.01s;
}

@media (max-width: 1920px) {
  .margin_p_xl {
    margin-bottom: 50px;
  }
  .margin_p {
    margin-bottom: 19px;
  }
  .margin_p_sm {
    margin-bottom: 16px;
  }
  .margin_p_l {
    margin-bottom: 24px;
  }
  .pad-topp {
    padding-top: 45px;
  }
}
@media (max-width: 1600px) {
  .pad-topp {
    padding-top: 40px;
  }
}
@media (max-width: 1410px) {
  .margin_p {
    margin-bottom: 18px;
  }
  .margin_p_l {
    margin-bottom: 23px;
  }
  .margin_p_sm {
    margin-bottom: 15px;
  }
  .margin_p_xl {
    margin-bottom: 45px;
  }
  .pad-topp {
    padding-top: 35px;
  }
}
@media (max-width: 1280px) {
  .margin_p_xl {
    margin-bottom: 35px;
  }
  .margin_p {
    margin-bottom: 16px;
  }
  .margin_p_l {
    margin-bottom: 22px;
  }
  .pad-topp {
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .margin_p_xl {
    margin-bottom: 30px;
  }
  .margin_p {
    margin-bottom: 14px;
  }
  .margin_p_l {
    margin-bottom: 21px;
  }
  .margin_p_sm {
    margin-bottom: 14px;
  }
  .pad-topp {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .margin_p_xl {
    margin-bottom: 26.5px;
  }
  .pad-topp {
    padding-top: 22.5px;
  }
}
@media (max-width: 470px) {
  .margin_p {
    margin-bottom: 12px;
  }
  .margin_p_l {
    margin-bottom: 20px;
  }
  .margin_p_xl {
    margin-bottom: 22px;
  }
  .pad-topp {
    padding-top: 20px;
  }
}
@media (max-width: 380px) {
  .margin_p {
    margin-bottom: 10px;
  }
  .margin_p_l {
    margin-bottom: 17px;
  }
  .margin_p_xl {
    margin-bottom: 17px;
  }
  .margin_p_sm {
    margin-bottom: 9px;
    margin-bottom: 12px;
  }
  .pad-topp {
    padding-top: 17.5px;
  }
}
.dots_container .numbered-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.dots_container .numbered-dots .divider {
  width: 70px;
  height: 1.3px;
}
.dots_container .numbered-dots .divider.white {
  background: white;
}
.dots_container .numbered-dots .tooltip-container {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.dots_container .numbered-dots .tooltip-container .tooltip {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  pointer-events: none;
}
.dots_container .numbered-dots .tooltip-container:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.videos.play_pause {
  position: relative;
  display: inline-block;
  width: 100%;
  background: grey;
  cursor: pointer;
}
.videos.play_pause .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: url(../img/play_btn.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease-in-out 0.01s;
}
.videos.play_pause .play-button.none {
  display: none;
}
@media (max-width: 1920px) {
  .videos.play_pause .play-button {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 992px) {
  .videos.play_pause .play-button {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .videos.play_pause .play-button {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 470px) {
  .videos.play_pause .play-button {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 380px) {
  .videos.play_pause .play-button {
    width: 45px;
    height: 45px;
  }
}

.copy_content p {
  margin-bottom: 25px;
}
.copy_content p:last-of-type {
  margin-bottom: 0;
}

.arrows_container {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.arrows .arrow {
  display: flex !important;
  justify-content: center;
  height: 95px;
  width: 95px;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: all 0.3s ease 0.01s;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.arrows .arrow img {
  transition: all 0.3s ease;
  padding: 30px;
}
.arrows .arrow:hover {
  background: white !important;
}
.arrows .arrow:hover img {
  filter: invert(1);
}
.arrows .arrow.slick-disabled {
  display: none !important;
  cursor: not-allowed;
  opacity: 0.4;
}

@media (max-width: 1920px) {
  .arrows .arrow,
  .arrowss .arrow {
    height: 75px;
    width: 75px;
  }
  .arrows .arrow img,
  .arrowss .arrow img {
    padding: 27px;
  }
}
@media (max-width: 1410px) {
  .arrows .arrow,
  .arrowss .arrow {
    height: 65px;
    width: 65px;
  }
  .arrows .arrow img,
  .arrowss .arrow img {
    padding: 23px;
  }
}
@media (max-width: 1280px) {
  .arrows .arrow,
  .arrowss .arrow {
    height: 62.5px;
    width: 62.5px;
  }
  .arrows .arrow img,
  .arrowss .arrow img {
    padding: 21px;
  }
}
@media (max-width: 992px) {
  .arrows .arrow,
  .arrowss .arrow {
    height: 60px;
    width: 60px;
  }
  .arrows .arrow img,
  .arrowss .arrow img {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .arrows .arrow,
  .arrowss .arrow {
    height: 57.5px;
    width: 57.5px;
  }
  .arrows .arrow img,
  .arrowss .arrow img {
    padding: 19.5px;
  }
}
@media (max-width: 470px) {
  .arrows .arrow,
  .arrowss .arrow {
    height: 55px;
    width: 55px;
  }
  .arrows .arrow img,
  .arrowss .arrow img {
    padding: 18.5px;
  }
}
@media (max-width: 380px) {
  .arrows .arrow,
  .arrowss .arrow {
    height: 50px;
    width: 50px;
  }
  .arrows .arrow img,
  .arrowss .arrow img {
    padding: 17px;
  }
}
.videos.fanccy video::-webkit-media-controls {
  display: none !important;
}

.videos.fanccy video::-webkit-media-controls-enclosure {
  display: none !important;
}

.videos.fanccy video::-webkit-media-controls-panel {
  display: none !important;
}

.form .gform_wrapper .gform_heading {
  display: none;
}
.form .gform_wrapper .gform_body .gfield_required {
  display: none;
}
.form .gform_wrapper .gform_body .gform_fields {
  row-gap: 35px;
  column-gap: 60px;
  transition: all 0.2s ease-in-out 0.01s;
}
.form .gform_wrapper .gform_body .gform_fields #input_1_1_3_container {
  padding-right: 30px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .form .gform_wrapper .gform_body .gform_fields #input_1_1_3_container {
    padding-right: 27.5px;
  }
}
@media (max-width: 1600px) {
  .form .gform_wrapper .gform_body .gform_fields #input_1_1_3_container {
    padding-right: 25px;
  }
}
@media (max-width: 1410px) {
  .form .gform_wrapper .gform_body .gform_fields #input_1_1_3_container {
    padding-right: 20px;
  }
}
@media (max-width: 1280px) {
  .form .gform_wrapper .gform_body .gform_fields #input_1_1_3_container {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .form .gform_wrapper .gform_body .gform_fields #input_1_1_3_container {
    padding-right: 6px;
  }
}
.form .gform_wrapper .gform_body .gform_fields #input_1_1_6_container {
  padding-left: 30px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .form .gform_wrapper .gform_body .gform_fields #input_1_1_6_container {
    padding-left: 27.5px;
  }
}
@media (max-width: 1600px) {
  .form .gform_wrapper .gform_body .gform_fields #input_1_1_6_container {
    padding-left: 25px;
  }
}
@media (max-width: 1410px) {
  .form .gform_wrapper .gform_body .gform_fields #input_1_1_6_container {
    padding-left: 20px;
  }
}
@media (max-width: 1280px) {
  .form .gform_wrapper .gform_body .gform_fields #input_1_1_6_container {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .form .gform_wrapper .gform_body .gform_fields #input_1_1_6_container {
    padding-left: 6px;
  }
}
@media (max-width: 1920px) {
  .form .gform_wrapper .gform_body .gform_fields {
    row-gap: 30px;
    column-gap: 55px;
  }
}
@media (max-width: 1600px) {
  .form .gform_wrapper .gform_body .gform_fields {
    column-gap: 50px;
  }
}
@media (max-width: 1410px) {
  .form .gform_wrapper .gform_body .gform_fields {
    column-gap: 40px;
  }
}
@media (max-width: 1280px) {
  .form .gform_wrapper .gform_body .gform_fields {
    row-gap: 25px;
    column-gap: 30px;
  }
}
@media (max-width: 992px) {
  .form .gform_wrapper .gform_body .gform_fields {
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .form .gform_wrapper .gform_body .gform_fields {
    row-gap: 17.5px;
    column-gap: 0px;
  }
  .form .gform_wrapper .gform_body .gform_fields .ginput_container_name {
    row-gap: 17.5px;
  }
}
@media (max-width: 470px) {
  .form .gform_wrapper .gform_body .gform_fields {
    row-gap: 16px;
  }
  .form .gform_wrapper .gform_body .gform_fields .ginput_container_name {
    row-gap: 16px;
  }
}
.form .gform_wrapper .gform_body .gform_fields .gfield input, .form .gform_wrapper .gform_body .gform_fields .gfield select, .form .gform_wrapper .gform_body .gform_fields .gfield textarea, .form .gform_wrapper .gform_body .gform_fields .gfield label {
  font-family: "usual", sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 18px !important;
  border: none !important;
  border-bottom: 1px solid white !important;
  border-radius: 0 !important;
  height: fit-content;
  line-height: normal;
  box-shadow: none !important;
  transition: all 0.2s ease 0.01s;
  padding-left: 0 !important;
  padding-bottom: 12px !important;
  color: white;
  background: transparent;
}
@media (max-width: 1920px) {
  .form .gform_wrapper .gform_body .gform_fields .gfield input, .form .gform_wrapper .gform_body .gform_fields .gfield select, .form .gform_wrapper .gform_body .gform_fields .gfield textarea, .form .gform_wrapper .gform_body .gform_fields .gfield label {
    font-size: 17px !important;
    padding-bottom: 11px !important;
  }
}
@media (max-width: 1410px) {
  .form .gform_wrapper .gform_body .gform_fields .gfield input, .form .gform_wrapper .gform_body .gform_fields .gfield select, .form .gform_wrapper .gform_body .gform_fields .gfield textarea, .form .gform_wrapper .gform_body .gform_fields .gfield label {
    font-size: 15.5px !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 992px) {
  .form .gform_wrapper .gform_body .gform_fields .gfield input, .form .gform_wrapper .gform_body .gform_fields .gfield select, .form .gform_wrapper .gform_body .gform_fields .gfield textarea, .form .gform_wrapper .gform_body .gform_fields .gfield label {
    font-size: 14.5px !important;
    padding-bottom: 9px !important;
  }
}
@media (max-width: 767px) {
  .form .gform_wrapper .gform_body .gform_fields .gfield input, .form .gform_wrapper .gform_body .gform_fields .gfield select, .form .gform_wrapper .gform_body .gform_fields .gfield textarea, .form .gform_wrapper .gform_body .gform_fields .gfield label {
    font-size: 14px !important;
    padding-bottom: 8px !important;
  }
}
@media (max-width: 470px) {
  .form .gform_wrapper .gform_body .gform_fields .gfield input, .form .gform_wrapper .gform_body .gform_fields .gfield select, .form .gform_wrapper .gform_body .gform_fields .gfield textarea, .form .gform_wrapper .gform_body .gform_fields .gfield label {
    font-size: 13.5px !important;
  }
}
@media (max-width: 380px) {
  .form .gform_wrapper .gform_body .gform_fields .gfield input, .form .gform_wrapper .gform_body .gform_fields .gfield select, .form .gform_wrapper .gform_body .gform_fields .gfield textarea, .form .gform_wrapper .gform_body .gform_fields .gfield label {
    font-size: 13px !important;
    padding-bottom: 7px !important;
  }
}
.form .gform_wrapper .gform_body .gform_fields .gfield textarea {
  min-height: unset !important;
  max-height: 70px !important;
  transition: unset !important;
}
.form .gform_wrapper .gform_footer,
.form .gform_wrapper #field_submit {
  padding-bottom: 0 !important;
  position: relative;
  overflow: visible;
  width: fit-content !important;
  margin-top: 45px !important;
}
@media (max-width: 1920px) {
  .form .gform_wrapper .gform_footer,
  .form .gform_wrapper #field_submit {
    margin-top: 40px !important;
  }
}
@media (max-width: 1410px) {
  .form .gform_wrapper .gform_footer,
  .form .gform_wrapper #field_submit {
    margin-top: 35px !important;
  }
}
@media (max-width: 1280px) {
  .form .gform_wrapper .gform_footer,
  .form .gform_wrapper #field_submit {
    margin-top: 30px !important;
  }
}
@media (max-width: 992px) {
  .form .gform_wrapper .gform_footer,
  .form .gform_wrapper #field_submit {
    margin-top: 25px !important;
  }
}
@media (max-width: 470px) {
  .form .gform_wrapper .gform_footer,
  .form .gform_wrapper #field_submit {
    margin-top: 30px !important;
  }
}
@media (max-width: 380px) {
  .form .gform_wrapper .gform_footer,
  .form .gform_wrapper #field_submit {
    margin-top: 25px !important;
  }
}
.form .gform_wrapper .gform_footer::after,
.form .gform_wrapper #field_submit::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #9A8348;
  transform: scaleX(1);
  transform-origin: center;
  transition: transform 0.2s ease-in-out 0.01s;
}
.form .gform_wrapper .gform_footer:hover::after,
.form .gform_wrapper #field_submit:hover::after {
  transform: scaleX(0.5);
}
.form .gform_wrapper .gform_footer input.gform_button,
.form .gform_wrapper #field_submit input.gform_button {
  margin-bottom: 0 !important;
  line-height: unset !important;
  min-height: fit-content !important;
  text-transform: capitalize !important;
  border: none !important;
  transition: all 0.2s ease-in-out 0.01s !important;
  color: #9A8348 !important;
  align-items: center;
  background: transparent !important;
  font-family: "usual", sans-serif;
  font-style: normal;
  font-weight: 350 !important;
  font-size: 18px !important;
  font-size: 16px !important;
  letter-spacing: 1.5px !important;
  box-shadow: none !important;
  padding: 0 !important;
  padding-bottom: 8px !important;
  outline: none !important;
  line-height: normal !important;
  background: #9A8348 !important;
  color: white !important;
  text-transform: uppercase !important;
  padding: 10.5px 45px !important;
  border-radius: 100px !important;
  font-weight: 600 !important;
  letter-spacing: 0.4pt !important;
}
@media (max-width: 1920px) {
  .form .gform_wrapper .gform_footer input.gform_button,
  .form .gform_wrapper #field_submit input.gform_button {
    font-size: 17px !important;
    font-size: 15px !important;
  }
}
@media (max-width: 1410px) {
  .form .gform_wrapper .gform_footer input.gform_button,
  .form .gform_wrapper #field_submit input.gform_button {
    font-size: 16px !important;
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  .form .gform_wrapper .gform_footer input.gform_button,
  .form .gform_wrapper #field_submit input.gform_button {
    font-size: 14.5px !important;
    font-size: 13.5px !important;
  }
}
@media (max-width: 380px) {
  .form .gform_wrapper .gform_footer input.gform_button,
  .form .gform_wrapper #field_submit input.gform_button {
    font-size: 13.5px !important;
    font-size: 13px !important;
  }
}
.form .gform_wrapper .gform_footer input.gform_button::after,
.form .gform_wrapper #field_submit input.gform_button::after {
  content: none;
}
.form .gform_wrapper .gform_footer input.gform_button:hover,
.form .gform_wrapper #field_submit input.gform_button:hover {
  background: white !important;
  color: black !important;
}
.form .gform_wrapper .gform_footer input.gform_button:hover.hover_black,
.form .gform_wrapper #field_submit input.gform_button:hover.hover_black {
  background: black !important;
  color: white !important;
}
@media (max-width: 767px) {
  .form .gform_wrapper .gform_footer input.gform_button,
  .form .gform_wrapper #field_submit input.gform_button {
    padding: 8.5px 40px !important;
  }
}
@media (max-width: 470px) {
  .form .gform_wrapper .gform_footer input.gform_button,
  .form .gform_wrapper #field_submit input.gform_button {
    padding: 8px 35px !important;
  }
}
@media (max-width: 320px) {
  .form .gform_wrapper .gform_footer input.gform_button,
  .form .gform_wrapper #field_submit input.gform_button {
    padding: 7px 30px !important;
  }
}

.gform_confirmation_message {
  font-weight: 500 !important;
  text-align: left !important;
  font-size: 24px !important;
  font-family: "usual", sans-serif;
  font-style: normal;
  color: white !important;
}
@media (max-width: 1920px) {
  .gform_confirmation_message {
    font-size: 22px !important;
  }
}
@media (max-width: 1280px) {
  .gform_confirmation_message {
    font-size: 20px !important;
  }
}
@media (max-width: 992px) {
  .gform_confirmation_message {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  .gform_confirmation_message {
    font-size: 18.5px !important;
    text-align: left !important;
    padding-top: 10px !important;
  }
}
@media (max-width: 470px) {
  .gform_confirmation_message {
    font-size: 18px !important;
  }
}
@media (max-width: 380px) {
  .gform_confirmation_message {
    font-size: 17.5px !important;
  }
}

body.cont_contrast_light {
  background: white;
}
body.cont_contrast_light .archive_page,
body.cont_contrast_light .taxonomy_page {
  background: white !important;
}
body.cont_contrast_light section {
  background: white !important;
}
body.cont_contrast_light section > div {
  background: white !important;
}
body.cont_contrast_light section h1, body.cont_contrast_light section .h1, body.cont_contrast_light section h2, body.cont_contrast_light section .h2, body.cont_contrast_light section h3, body.cont_contrast_light section .h3, body.cont_contrast_light section h4, body.cont_contrast_light section .h4, body.cont_contrast_light section h5, body.cont_contrast_light section .h5, body.cont_contrast_light section h6, body.cont_contrast_light section .h6, body.cont_contrast_light section p {
  color: black !important;
}
body.cont_contrast_light section h1.brown, body.cont_contrast_light section .h1.brown, body.cont_contrast_light section h2.brown, body.cont_contrast_light section .h2.brown, body.cont_contrast_light section h3.brown, body.cont_contrast_light section .h3.brown, body.cont_contrast_light section h4.brown, body.cont_contrast_light section .h4.brown, body.cont_contrast_light section h5.brown, body.cont_contrast_light section .h5.brown, body.cont_contrast_light section h6.brown, body.cont_contrast_light section .h6.brown, body.cont_contrast_light section p.brown {
  color: #9A8348 !important;
}
body.cont_contrast_light .loader-container .loader {
  border: 8px solid rgba(0, 0, 0, 0.4) !important;
  border-radius: 50%;
  border-top: 8px solid #9A8348 !important;
}
body.cont_contrast_light .btn_area.pointer-circle .c_button {
  background: rgba(0, 0, 0, 0.35);
  color: white !important;
}
body.cont_contrast_light .btn_area.pointer-circle .c_button.active {
  background: rgba(0, 0, 0, 0.7);
}
body.cont_contrast_light .form .gform_wrapper .gform_body .gform_fields .gfield input, body.cont_contrast_light .form .gform_wrapper .gform_body .gform_fields .gfield select, body.cont_contrast_light .form .gform_wrapper .gform_body .gform_fields .gfield textarea, body.cont_contrast_light .form .gform_wrapper .gform_body .gform_fields .gfield label {
  border-bottom: 1px solid black !important;
  color: black !important;
}
body.cont_contrast_light .gform_confirmation_message {
  color: black !important;
}
body.cont_contrast_light .home_page .sec_1 p.sub_heading, body.cont_contrast_light .home_page .sec_1 h1 {
  color: white !important;
}
body.cont_contrast_light .home_page .sec_4 .sec_4_content .bottoms {
  padding-bottom: 0 !important;
}
body.cont_contrast_light .home_page .sec_7 h2, body.cont_contrast_light .home_page .sec_7 p.white {
  color: white !important;
}
body.cont_contrast_light .single_product_page li {
  color: black !important;
}
body.cont_contrast_light .single_product_page .sec_3 {
  padding-bottom: 120px !important;
}
@media (max-width: 1920px) {
  body.cont_contrast_light .single_product_page .sec_3 {
    padding-bottom: 110px !important;
  }
}
@media (max-width: 1410px) {
  body.cont_contrast_light .single_product_page .sec_3 {
    padding-bottom: 90px !important;
  }
}
@media (max-width: 1280px) {
  body.cont_contrast_light .single_product_page .sec_3 {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 992px) {
  body.cont_contrast_light .single_product_page .sec_3 {
    padding-bottom: 65px !important;
  }
}
@media (max-width: 767px) {
  body.cont_contrast_light .single_product_page .sec_3 {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 470px) {
  body.cont_contrast_light .single_product_page .sec_3 {
    padding-bottom: 55px !important;
  }
}
@media (max-width: 380px) {
  body.cont_contrast_light .single_product_page .sec_3 {
    padding-bottom: 50px !important;
  }
}
body.cont_contrast_light .single_product_page .sec_4 {
  background: black !important;
}
body.cont_contrast_light .single_product_page .sec_4 > div {
  background: black !important;
}
body.cont_contrast_light .single_product_page .sec_4 h1, body.cont_contrast_light .single_product_page .sec_4 .h1, body.cont_contrast_light .single_product_page .sec_4 h2, body.cont_contrast_light .single_product_page .sec_4 .h2, body.cont_contrast_light .single_product_page .sec_4 h3, body.cont_contrast_light .single_product_page .sec_4 .h3, body.cont_contrast_light .single_product_page .sec_4 h4, body.cont_contrast_light .single_product_page .sec_4 .h4, body.cont_contrast_light .single_product_page .sec_4 h5, body.cont_contrast_light .single_product_page .sec_4 .h5, body.cont_contrast_light .single_product_page .sec_4 h6, body.cont_contrast_light .single_product_page .sec_4 .h6, body.cont_contrast_light .single_product_page .sec_4 p {
  color: white !important;
}
body.cont_contrast_light .single_product_page .sec_4 h1.brown, body.cont_contrast_light .single_product_page .sec_4 .h1.brown, body.cont_contrast_light .single_product_page .sec_4 h2.brown, body.cont_contrast_light .single_product_page .sec_4 .h2.brown, body.cont_contrast_light .single_product_page .sec_4 h3.brown, body.cont_contrast_light .single_product_page .sec_4 .h3.brown, body.cont_contrast_light .single_product_page .sec_4 h4.brown, body.cont_contrast_light .single_product_page .sec_4 .h4.brown, body.cont_contrast_light .single_product_page .sec_4 h5.brown, body.cont_contrast_light .single_product_page .sec_4 .h5.brown, body.cont_contrast_light .single_product_page .sec_4 h6.brown, body.cont_contrast_light .single_product_page .sec_4 .h6.brown, body.cont_contrast_light .single_product_page .sec_4 p.brown {
  color: #9A8348 !important;
}
body.cont_contrast_light .single_product_page .sec_4a {
  background: black !important;
}
@media (max-width: 992px) {
  body.cont_contrast_light .single_product_page .sec_10 .sec_10_content .tops .tops_content .inline .arrow_container .arrows .arrow img {
    filter: invert(1) !important;
  }
}
body.cont_contrast_light .window_city_difference_page .sec_3 .bottoms {
  border-color: black !important;
}
body.cont_contrast_light .window_city_difference_page .sec_3 .bottoms .child {
  border-color: black !important;
}
body.cont_contrast_light .gallery_page .filter-opt.active::after,
body.cont_contrast_light .gallery_page .filter-opt:hover::after {
  background: black !important;
}
body.cont_contrast_light .gallery_page .gallery_hero {
  background: white !important;
}
body.cont_contrast_light .spec_ratings_page .sec_1 .c_button:hover::after,
body.cont_contrast_light .spec_ratings_page .sec_1 .c_button.active::after {
  background: black !important;
}
body.cont_contrast_light .spec_ratings_page .sec_2 .child_rating {
  border-color: black !important;
}
body.cont_contrast_light .contact_page .sec_1 p, body.cont_contrast_light .contact_page .sec_1 h1 {
  color: white !important;
}
body.cont_contrast_light .contact_page .sec_2 .columns a {
  color: black !important;
}

shadow {
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.23);
}

.fancybox-image {
  background: black !important;
}

/*
  SASS file for Wrappers Only
*/
.main-wrap {
  max-width: 1400px;
  max-width: 1500px;
  margin: 0 auto;
}

.med-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.sm-wrap {
  max-width: 950px;
  margin: 0 auto;
}

.xs-wrap {
  max-width: 750px;
  margin: 0 auto;
}

/*
  SASS file for Wrappers Only
*/
.head-wrap,
.footer-wrap {
  max-width: 2400px;
  max-width: 2200px;
  max-width: 2100px;
  margin: 0 auto;
}

.footer-wrap {
  max-width: 1950px;
}

.main-wrap-lg {
  max-width: 2100px;
  width: 100%;
  margin: 0 auto;
}

.main-wrap-ultra-lg {
  max-width: 3400px;
  width: 100%;
  margin: 0 auto;
}

.main-wrap {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .main-wrap {
    max-width: 1500px;
  }
}
@media (max-width: 1600px) {
  .main-wrap {
    max-width: 1250px;
    max-width: 1350px;
  }
}
@media (max-width: 767px) {
  .main-wrap {
    max-width: 97%;
  }
}
@media (max-width: 470px) {
  .main-wrap {
    max-width: 98%;
  }
}
@media (max-width: 380px) {
  .main-wrap {
    max-width: 98.5%;
  }
}

.main-wrap-2 {
  max-width: 1900px;
  max-width: 2000px;
  margin: 0 auto;
  width: 100%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .main-wrap-2 {
    max-width: 1800px;
  }
}
@media (max-width: 1600px) {
  .main-wrap-2 {
    max-width: 1500px;
  }
}
@media (max-width: 1280px) {
  .main-wrap-2 {
    max-width: 95.5%;
  }
}
@media (max-width: 992px) {
  .main-wrap-2 {
    max-width: 97%;
  }
}
@media (max-width: 767px) {
  .main-wrap-2 {
    max-width: 98.5%;
  }
}

.med-wrap {
  max-width: 1450px;
  margin: 0 auto;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .med-wrap {
    max-width: 1200px;
  }
}
@media (max-width: 1600px) {
  .med-wrap {
    max-width: 1050px;
  }
}
@media (max-width: 1280px) {
  .med-wrap {
    max-width: 78.5%;
  }
}
@media (max-width: 992px) {
  .med-wrap {
    max-width: 80.5%;
  }
}
@media (max-width: 767px) {
  .med-wrap {
    max-width: 97%;
  }
}
@media (max-width: 470px) {
  .med-wrap {
    max-width: 98%;
  }
}
@media (max-width: 380px) {
  .med-wrap {
    max-width: 98.5%;
  }
}

.med-wrap-sm {
  max-width: 1100px;
  margin: 0 auto;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .med-wrap-sm {
    max-width: 900px;
  }
}
@media (max-width: 1600px) {
  .med-wrap-sm {
    max-width: 750px;
  }
}
@media (max-width: 1280px) {
  .med-wrap-sm {
    max-width: 75%;
  }
}
@media (max-width: 992px) {
  .med-wrap-sm {
    max-width: 77%;
  }
}
@media (max-width: 767px) {
  .med-wrap-sm {
    max-width: 93%;
  }
}
@media (max-width: 470px) {
  .med-wrap-sm {
    max-width: 94%;
  }
}
@media (max-width: 380px) {
  .med-wrap-sm {
    max-width: 94.5%;
  }
}

.sm-wrap {
  max-width: 1200px;
  margin: 0 auto;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .sm-wrap {
    max-width: 1100px;
  }
}
@media (max-width: 1600px) {
  .sm-wrap {
    max-width: 950px;
  }
}
@media (max-width: 1280px) {
  .sm-wrap {
    max-width: 75%;
  }
}
@media (max-width: 992px) {
  .sm-wrap {
    max-width: 77%;
  }
}
@media (max-width: 767px) {
  .sm-wrap {
    max-width: 93.5%;
  }
}
@media (max-width: 470px) {
  .sm-wrap {
    max-width: 94.5%;
  }
}
@media (max-width: 380px) {
  .sm-wrap {
    max-width: 95%;
  }
}

.xs-wrap {
  max-width: 750px;
  margin: 0 auto;
}

.section-padding {
  padding-top: 100px;
  padding-top: 90px;
  padding-top: 120px;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  transition: all 0.2s ease-in-out 0.01s;
}
.section-padding.last_section {
  padding-bottom: 100px;
  padding-bottom: 90px;
  padding-bottom: 120px;
}
@media (max-width: 1920px) {
  .section-padding {
    padding-left: 50px;
    padding-right: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1600px) {
  .section-padding {
    padding-left: 50px;
    padding-right: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1410px) {
  .section-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1280px) {
  .section-padding {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (max-width: 992px) {
  .section-padding {
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 470px) {
  .section-padding {
    padding-left: 10px;
    padding-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 380px) {
  .section-padding {
    padding-left: 7px;
    padding-right: 7px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 1920px) {
  .section-padding {
    padding-top: 90px;
    padding-top: 80px;
    padding-top: 110px;
    padding-bottom: 0;
  }
  .section-padding.last_section {
    padding-bottom: 90px;
    padding-bottom: 80px;
    padding-bottom: 110px;
  }
}
@media (max-width: 1410px) {
  .section-padding {
    padding-top: 80px;
    padding-top: 70px;
    padding-top: 90px;
    padding-bottom: 0;
  }
  .section-padding.last_section {
    padding-bottom: 70px;
    padding-bottom: 90px;
  }
}
@media (max-width: 1280px) {
  .section-padding {
    padding-top: 70px;
    padding-top: 60px;
    padding-top: 80px;
    padding-bottom: 0;
  }
  .section-padding.last_section {
    padding-bottom: 70px;
    padding-bottom: 60px;
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .page-width {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .section-padding {
    padding-top: 60px;
    padding-top: 65px;
    padding-bottom: 0;
  }
  .section-padding.last_section {
    padding-bottom: 60px;
    padding-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .page-width {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
  .section-padding {
    padding-top: 50px;
    padding-top: 55px;
    padding-top: 60px;
    padding-bottom: 0;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .section-padding.last_section {
    padding-bottom: 50px;
    padding-bottom: 55px;
    padding-bottom: 60px;
  }
}
@media (max-width: 470px) {
  .page-width {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .section-padding {
    padding-top: 45px !important;
    padding-top: 50px !important;
    padding-top: 55px !important;
    padding-bottom: 0;
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .section-padding.last_section {
    padding-bottom: 45px !important;
    padding-bottom: 50px !important;
    padding-bottom: 55px !important;
  }
}
@media (max-width: 380px) {
  .page-width {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .section-padding {
    padding-top: 40px !important;
    padding-top: 45px !important;
    padding-top: 50px !important;
    padding-bottom: 0;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .section-padding.last_section {
    padding-bottom: 40px !important;
    padding-bottom: 45px !important;
    padding-bottom: 50px !important;
  }
}
.left-right-pad {
  transition: all 0.2s ease-in-out 0.01s;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .left-right-pad {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 470px) {
  .left-right-pad {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-left: 20px !important;
    padding-left: 20px !important;
    padding-right: 16px !important;
    padding-right: 16px !important;
  }
}
@media (max-width: 380px) {
  .left-right-pad {
    padding-left: 7px !important;
    padding-right: 7px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

.header_bottom_content {
  max-width: 3800px;
  max-width: 3000px;
  margin: 0 auto;
  width: 100%;
}

section .sec_content {
  padding-top: 2%;
  padding-top: 1.5%;
  padding-top: 2.5%;
  padding-top: 45px;
  padding-top: 55px;
}
section .sec_content.last_sec {
  padding-bottom: 1.5%;
  padding-bottom: 2.5%;
  padding-bottom: 45px;
  padding-bottom: 55px;
}
@media (max-width: 1920px) {
  section .sec_content {
    padding-top: 1%;
    padding-top: 3%;
    padding-top: 38px;
    padding-top: 48px;
  }
  section .sec_content.last_sec {
    padding-bottom: 1%;
    padding-bottom: 3%;
    padding-bottom: 38px;
    padding-bottom: 48px;
  }
}
@media (max-width: 1410px) {
  section .sec_content {
    padding-top: 33px;
    padding-top: 43px;
  }
  section .sec_content.last_sec {
    padding-bottom: 33px;
    padding-bottom: 43px;
  }
}
@media (max-width: 1280px) {
  section .sec_content {
    padding-top: 28px;
    padding-top: 40px;
  }
  section .sec_content.last_sec {
    padding-bottom: 28px;
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  section .sec_content {
    padding-top: 23px;
    padding-top: 38px;
  }
  section .sec_content.last_sec {
    padding-bottom: 23px;
    padding-bottom: 38px;
  }
}
@media (max-width: 767px) {
  section .sec_content {
    padding-top: 18px;
    padding-top: 35px;
  }
  section .sec_content.last_sec {
    padding-bottom: 18px;
    padding-bottom: 35px;
  }
}
@media (max-width: 470px) {
  section .sec_content {
    padding-top: 33px;
  }
  section .sec_content.last_sec {
    padding-bottom: 33px;
  }
}
section .sec_content.no_top_pad {
  padding-top: 0 !important;
}
section .sec_content.no_bottom_pad {
  padding-bottom: 0 !important;
}

/*
    SASS File for Gravity Forms CSS Override
*/
.gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
  border: 1px solid gray;
  font-size: 17px !important;
  padding: 10px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield input:focus, .gform_wrapper .gform_body .gform_fields .gfield textarea:focus, .gform_wrapper .gform_body .gform_fields .gfield select:focus {
  outline: none;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer .gform_button {
  padding: 10px 40px !important;
}

section.thank-you {
  text-align: center;
}
section.thank-you h1 {
  margin-bottom: 30px;
}
section.thank-you h5 {
  color: black;
  margin-bottom: 30px;
}

.select2-results__options, .select2-selection--single .select2-selection__rendered {
  font-size: 17px;
}

.select2-selection--single .select2-selection__rendered {
  padding: 10px !important;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0 !important;
  right: 15px !important;
  height: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: red;
  color: #fff;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}

.select2-selection .select2-selection__rendered {
  color: #7a7a7a !important;
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

.fade-in {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
  animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.animate-half {
  animation-delay: 0.5s;
}

.animate-first {
  animation-delay: 1s;
}

.animate-first-half {
  animation-delay: 1.5s;
}

.animate-second {
  animation-delay: 2s;
}

.animate-second-half {
  animation-delay: 2.5s;
}

.animate-third {
  animation-delay: 3s;
}

.animate-third-half {
  animation-delay: 3.5s;
}

.animate-fourth {
  animation-delay: 4s;
}

.animate-fourth-half {
  animation-delay: 4.5s;
}

.animate-fifth {
  animation-delay: 5s;
}

.animate-fifth-half {
  animation-delay: 5.5s;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-5-13 11:49:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
/*
    SASS File for Banners Only
*/
section.banner-general.banner-container {
  height: 450px;
  transition: 0.3s;
}
section.banner-general.banner-container .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
section.banner-general.banner-container .overlay .text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 35%;
}
section.banner-general.banner-container .overlay .text-container .title {
  color: white;
}

@keyframes e404-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}
@keyframes e404-ring-draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes e404-bg-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes e404-handle-sway {
  0%, 100% {
    transform: translateY(-50%) rotate(0deg);
  }
  30% {
    transform: translateY(-50%) rotate(-2deg);
  }
  70% {
    transform: translateY(-50%) rotate(1.5deg);
  }
}
.page_404 {
  position: relative;
  min-height: 100vh;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 120px 20px 80px;
}
@media (max-width: 767px) {
  .page_404 {
    padding: 100px 20px 60px;
  }
}

.e404_bg_frame {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.e404_bg_svg {
  width: 100%;
  height: 100%;
  animation: e404-bg-fade 2s ease 0.4s both;
}

.e404_content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.e404_stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .e404_stage {
    margin-bottom: 40px;
  }
}

.e404_digits {
  display: flex;
  align-items: center;
  gap: 20px;
  animation: e404-float 5.5s ease-in-out 1s infinite;
}
@media (max-width: 767px) {
  .e404_digits {
    gap: 12px;
  }
}

.e404_digit {
  display: flex;
  align-items: center;
}

.e404_four {
  height: clamp(110px, 16vw, 220px);
  width: auto;
}
@media (max-width: 380px) {
  .e404_four {
    height: 90px;
  }
}

.e404_digit--porthole .e404_porthole {
  height: clamp(110px, 16vw, 220px);
  width: clamp(110px, 16vw, 220px);
}

.e404_ring_anim {
  stroke-dasharray: 553;
  stroke-dashoffset: 553;
  animation: e404-ring-draw 2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s forwards;
}

.e404_handle_wrap {
  position: absolute;
  right: -140px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 15%;
  animation: e404-handle-sway 6s ease-in-out 1.5s infinite;
}
@media (max-width: 1200px) {
  .e404_handle_wrap {
    right: -110px;
  }
}
@media (max-width: 992px) {
  .e404_handle_wrap {
    display: none;
  }
}

.e404_handle {
  height: clamp(220px, 28vw, 340px);
  width: auto;
}

.e404_text_block {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.e404_label {
  font-family: "usual", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: #9A8348;
  margin: 0 0 18px;
}

.e404_heading {
  font-family: "usual", sans-serif;
  font-weight: 300;
  font-size: clamp(28px, 4vw, 52px);
  color: #fff;
  margin: 0 0 18px;
  letter-spacing: -0.01em;
}

.e404_body {
  font-family: "usual", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 36px;
}
@media (max-width: 767px) {
  .e404_body {
    font-size: 16px;
  }
}

.e404_text_block .c_button.brown {
  color: #9A8348;
}

.error_secton {
  display: none;
}

body.modal-open::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 0;
}

.header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  position: relative;
  transition: all 0.4s ease-in-out 0.01s;
  position: sticky;
  background: black;
}
.header.active_header {
  background: black !important;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.23);
}
.header .back_item,
.header .hide_on_desktop {
  display: none;
}
.header .nav > div > ul > li > a {
  opacity: 0.66;
}
.header .nav > div > ul > li > a:hover {
  opacity: 1;
}
.header .nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 55px;
  transition: all 0.3s ease 0.01s;
}
@media (max-width: 1920px) {
  .header .nav ul {
    gap: 40px;
  }
}
@media (max-width: 1600px) {
  .header .nav ul {
    gap: 35px;
  }
}
@media (max-width: 1410px) {
  .header .nav ul {
    gap: 25px;
  }
}
@media (max-width: 1280px) {
  .header .nav ul {
    gap: 20px;
  }
}
@media (max-width: 1100px) {
  .header .nav ul {
    gap: 20px;
  }
}
@media (max-width: 1050px) {
  .header .nav ul {
    gap: 15px;
  }
}
.header .nav ul li {
  font-size: unset;
  line-height: unset;
}
.header .nav ul li a, .header .nav ul li p {
  color: white;
  font-family: "usual", sans-serif;
  font-weight: 350;
  font-style: normal;
  font-size: 18px;
  font-size: 17px;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s ease 0.01s;
}
@media (max-width: 1920px) {
  .header .nav ul li a, .header .nav ul li p {
    font-size: 17px;
    font-size: 15px;
    font-size: 14.5px;
  }
}
@media (max-width: 1600px) {
  .header .nav ul li a, .header .nav ul li p {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .header .nav ul li a, .header .nav ul li p {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  .header .nav ul li a, .header .nav ul li p {
    font-size: 14.5px;
  }
}
@media (max-width: 1050px) {
  .header .nav ul li a, .header .nav ul li p {
    font-size: 14px;
  }
}
.header .header_inner {
  padding: 30px 50px;
  transition: all 0.3s ease 0.01s;
  position: relative;
  z-index: 4;
}
@media (max-width: 1920px) {
  .header .header_inner {
    padding: 30px 40px;
    padding: 25px 40px;
  }
}
@media (max-width: 1600px) {
  .header .header_inner {
    padding: 25px 30px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner {
    padding: 25px 20px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner {
    padding: 25px 13px;
  }
}
@media (max-width: 992px) {
  .header .header_inner {
    padding: 0px;
  }
}
.header .header_inner .acc_side_bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .header_inner .acc_side_bar .access_menu > li:first-of-type {
  position: relative;
}
.header .header_inner .acc_side_bar ul.sub-menu {
  grid-template-columns: 1fr !important;
  margin: 0 !important;
  left: unset !important;
  right: -5rem;
  padding: 30px !important;
}
@media (max-width: 1280px) {
  .header .header_inner .acc_side_bar ul.sub-menu {
    padding: 25px;
  }
}
.header .header_inner .acc_side_bar ul.sub-menu.last {
  right: -2.5rem;
}
@media (max-width: 1410px) {
  .header .header_inner .acc_side_bar ul.sub-menu {
    right: -3rem;
  }
  .header .header_inner .acc_side_bar ul.sub-menu.last {
    right: 0rem;
  }
}
@media (max-width: 992px) {
  .header .header_inner .acc_side_bar ul.sub-menu {
    right: -4rem;
    padding: 25px 35px !important;
  }
  .header .header_inner .acc_side_bar ul.sub-menu.last {
    right: -3rem;
  }
}
@media (max-width: 767px) {
  .header .header_inner .acc_side_bar ul.sub-menu {
    right: -5rem;
    padding: 25px 30px !important;
  }
  .header .header_inner .acc_side_bar ul.sub-menu.last {
    right: -4rem;
  }
}
@media (max-width: 470px) {
  .header .header_inner .acc_side_bar ul.sub-menu {
    right: -6rem;
    padding: 25px !important;
  }
  .header .header_inner .acc_side_bar ul.sub-menu.last {
    right: -5rem;
  }
}
.header .header_inner .acc_side_bar ul li.acc_opt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  width: max-content;
}
.header .header_inner .acc_side_bar ul li.acc_opt img {
  height: 13px;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 1920px) {
  .header .header_inner .acc_side_bar ul li.acc_opt img {
    height: 12.5px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .acc_side_bar ul li.acc_opt img {
    height: 12.5px;
  }
}
@media (max-width: 992px) {
  .header .header_inner .acc_side_bar ul li.acc_opt img {
    height: 12px;
  }
}
@media (max-width: 767px) {
  .header .header_inner .acc_side_bar ul li.acc_opt img {
    height: 12px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .acc_side_bar ul li.acc_opt img {
    height: 11.5px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .acc_side_bar ul li.acc_opt img {
    height: 11.5px;
  }
}
.header .header_inner .acc_side_bar ul.access_menu {
  gap: 30px;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 1920px) {
  .header .header_inner .acc_side_bar ul.access_menu {
    gap: 30px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .acc_side_bar ul.access_menu {
    gap: 25px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner .acc_side_bar ul.access_menu {
    gap: 23px;
  }
}
@media (max-width: 767px) {
  .header .header_inner .acc_side_bar ul.access_menu {
    gap: 20px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .acc_side_bar ul.access_menu {
    gap: 18px;
  }
}
.header .header_inner .desktop .temporary_active:not(.hover_active_level_1, .hover_active_level_2) {
  opacity: 1 !important;
}
.header .header_inner .desktop .temporary_active:not(.hover_active_level_1, .hover_active_level_2) > .menu-item > .sub-menu > li > a {
  opacity: 0 !important;
  pointer-events: none !important;
}
.header .header_inner .desktop .desktop_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease 0.01s;
  gap: 0 2.5rem;
  opacity: 0;
  transform: translateY(-200%);
}
@media (max-width: 1280px) {
  .header .header_inner .desktop .desktop_inner {
    align-items: flex-end;
  }
}
@media (max-width: 992px) {
  .header .header_inner .desktop .desktop_inner {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    padding: 0;
    transform: translateY(-50%);
    display: none;
  }
}
.header .header_inner .desktop .desktop_inner .nav {
  justify-content: flex-end;
}
.header .header_inner .desktop .desktop_inner .site_logo img {
  width: 240px;
  transition: all 0.3s ease 0.01s;
}
@media (max-width: 1920px) {
  .header .header_inner .desktop .desktop_inner .site_logo img {
    width: 230px;
    width: 210px;
  }
}
@media (max-width: 1600px) {
  .header .header_inner .desktop .desktop_inner .site_logo img {
    width: 210px;
  }
}
@media (max-width: 1450px) {
  .header .header_inner .desktop .desktop_inner .site_logo img {
    width: 180px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .desktop .desktop_inner .site_logo img {
    width: 175px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner .desktop .desktop_inner .site_logo img {
    max-width: 190px;
    width: 100%;
    margin-bottom: -12px;
  }
}
.header .header_inner .desktop .desktop_inner .nav {
  gap: 55px;
  gap: 85px;
  transition: all 0.3s ease 0.01s;
}
@media (max-width: 1920px) {
  .header .header_inner .desktop .desktop_inner .nav {
    gap: 50px;
  }
}
@media (max-width: 1600px) {
  .header .header_inner .desktop .desktop_inner .nav {
    gap: 40px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .desktop .desktop_inner .nav {
    gap: 35px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner .desktop .desktop_inner .nav {
    gap: 25px;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
@media (max-width: 1100px) {
  .header .header_inner .desktop .desktop_inner .nav {
    gap: 20px;
  }
}
.header .header_inner .desktop .desktop_inner .nav > .main_nav > ul > li.current-menu-item a, .header .header_inner .desktop .desktop_inner .nav > .main_nav > ul > li.current-page-parent > a, .header .header_inner .desktop .desktop_inner .nav > .main_nav > ul > li.current-menu-ancestor > a {
  color: white !important;
}
.header .header_inner .desktop .desktop_inner .nav > .main_nav > ul > li.current-menu-item a::after, .header .header_inner .desktop .desktop_inner .nav > .main_nav > ul > li.current-page-parent > a::after, .header .header_inner .desktop .desktop_inner .nav > .main_nav > ul > li.current-menu-ancestor > a::after {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  background: white !important;
}
.header .header_inner .desktop .desktop_inner .nav > .main_nav > ul > li.current-menu-item a .current-menu-item a::after, .header .header_inner .desktop .desktop_inner .nav > .main_nav > ul > li.current-page-parent > a .current-menu-item a::after, .header .header_inner .desktop .desktop_inner .nav > .main_nav > ul > li.current-menu-ancestor > a .current-menu-item a::after {
  content: none !important;
}
.header .header_inner .desktop .desktop_inner .nav ul li {
  min-width: max-content;
}
.header .header_inner .desktop .desktop_inner .nav ul li a {
  position: relative;
}
.header .header_inner .desktop .desktop_inner .nav ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5px;
  left: 0;
  bottom: -5px;
  transition: all 0.3s ease 0.01s;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  background: white;
  z-index: -2;
}
.header .header_inner .desktop .desktop_inner .nav ul li:hover a::after {
  background: white;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children.acc_opt {
  position: relative;
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children.acc_opt ul.sub-menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 8rem;
  position: absolute;
  left: 0;
  background: red;
  background: white;
  z-index: -1;
  transition: all 0.3s ease 0.01s;
  padding: 45px 25px;
  top: 50px;
  top: 55px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1920px) {
  .header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children.acc_opt ul.sub-menu {
    top: 50px;
  }
}
@media (max-width: 1600px) {
  .header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children.acc_opt ul.sub-menu {
    top: 45px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children.acc_opt ul.sub-menu {
    gap: 2rem 7rem;
    padding: 35px 25px;
    top: 40px;
  }
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children.acc_opt ul.sub-menu::after {
  content: "";
  position: absolute;
  top: 10px; /* Position it slightly above the box */
  left: 0;
  right: 0;
  bottom: -2px; /* Extend it slightly below */
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.23); /* Apply shadow only to the sides you need */
  z-index: -1; /* Ensure it's behind the box */
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children.acc_opt ul.sub-menu::before {
  content: "";
  position: absolute;
  top: 0px; /* Position it slightly above the box */
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Ensure it's behind the box */
  background: white;
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children.acc_opt ul.sub-menu li {
  width: max-content;
  position: relative;
  z-index: 2;
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children.acc_opt ul.sub-menu li a {
  color: black;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px;
  position: relative;
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children.acc_opt ul.sub-menu li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5px;
  left: 0;
  bottom: -5px;
  transition: all 0.3s ease 0.01s;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  background: black;
  z-index: -2;
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children.acc_opt ul.sub-menu li:hover a {
  color: black;
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children.acc_opt ul.sub-menu li:hover a::after {
  opacity: 1;
  visibility: visible;
  content: "" !important;
  z-index: 1;
  background: black !important;
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children.acc_opt ul.sub-menu li.current-menu-item a::after, .header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children.acc_opt ul.sub-menu li.current-page-parent > a::after {
  opacity: 1;
  visibility: visible;
  content: "" !important;
  z-index: 1;
  background: black !important;
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children.acc_opt.resources_dropdown ul.sub-menu {
  width: 180px;
  padding: 45px;
}
@media (max-width: 1280px) {
  .header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children.acc_opt.resources_dropdown ul.sub-menu {
    padding: 35px;
    width: 145px;
  }
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children.acc_opt.displayBlock .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children {
  position: relative;
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu {
  position: absolute;
  background: white;
  z-index: -1;
  transition: all 0.3s ease 0.01s;
  padding: 45px 25px;
  top: 55px;
  left: 0px;
  display: block;
  width: 1100px;
  visibility: hidden;
  opacity: 0;
  padding-bottom: 65px;
}
@media (max-width: 1920px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu {
    padding: 40px 20px;
    width: 900px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1600px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu {
    top: 50px;
    max-width: 850px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu {
    top: 45px;
    padding: 35px 20px;
    padding-bottom: 55px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu {
    gap: 2rem 7rem;
    padding: 30px 20px;
    top: 40px;
    max-width: 800px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1050px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu {
    max-width: 800px;
    left: -50px;
  }
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: -2px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.23);
  z-index: -2;
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: transparent;
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu li, .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu a, .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu p {
  color: black;
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu a {
  width: fit-content;
  font-size: 16.5px;
}
@media (max-width: 1920px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu a {
    font-size: 16px;
    font-size: 15px;
  }
}
@media (max-width: 1600px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu a {
    font-size: 15px;
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu a {
    font-size: 14px;
    font-size: 13px;
  }
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu #menu-item-36 > a {
  font-weight: 600;
  width: 100%;
  border-bottom: 1.5px solid black;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.6pt;
  padding-bottom: 15px;
  margin-bottom: 25px;
  color: black !important;
  display: block;
  pointer-events: none;
}
@media (max-width: 1920px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu #menu-item-36 > a {
    font-size: 14.5px;
    font-size: 13.5px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu #menu-item-36 > a {
    font-size: 14px;
    font-size: 13px;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu #menu-item-36 > a {
    font-size: 13.5px;
    font-size: 12.5px;
  }
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li {
  width: 33%;
  z-index: 2;
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li ul {
  display: block;
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > a:hover {
  color: #9A8348 !important;
  font-weight: 600;
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu {
  width: 67%;
  height: 100%;
  position: absolute;
  left: 33%;
  top: 0;
  padding: 45px 0;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 1920px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu {
    padding: 40px 0px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu {
    padding: 35px 0px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu {
    padding: 30px 0px;
  }
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu > li {
  width: 50%;
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.6pt;
  padding-bottom: 15px;
  margin-bottom: 25px;
  display: block;
  color: black !important;
  pointer-events: none;
  width: 100%;
  border-bottom: 1.5px solid black;
}
@media (max-width: 1920px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > a {
    font-size: 14.5px;
    font-size: 13.5px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > a {
    font-size: 14px;
    font-size: 13px;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > a {
    font-size: 13.5px;
    font-size: 12.5px;
  }
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  height: 100%;
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a:hover, .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a.active {
  color: black !important;
  font-weight: 600;
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  padding: 45px 0;
  opacity: 0;
  z-index: 0;
  height: 100%;
  padding-right: 25px;
}
@media (max-width: 1920px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu {
    padding: 40px 0px;
    padding-right: 20px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu {
    padding: 35px 0px;
    padding-right: 20px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu {
    padding: 30px 0px;
    padding-right: 20px;
  }
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.6pt;
  padding-bottom: 15px;
  margin-bottom: 25px;
  display: block;
  pointer-events: none;
  width: 100%;
  color: black !important;
  border-bottom: 1.5px solid black;
}
@media (max-width: 1920px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
    font-size: 14.5px;
    font-size: 13.5px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
    font-size: 14px;
    font-size: 13px;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
    font-size: 13.5px;
    font-size: 12.5px;
  }
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  height: 100%;
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a:hover, .header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a.active {
  color: black !important;
  font-weight: 600;
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu .hover_active_level_1,
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu .hover_active_level_2 {
  opacity: 1 !important;
  z-index: 1 !important;
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children > ul.sub-menu > li > .sub-menu > li > a.active {
  color: #9A8348;
  font-weight: 600;
}
.header .header_inner .desktop .desktop_inner .nav li.main_style_menu.menu-item-has-children.displayBlock > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.header .header_inner .desktop .displayBlock > a {
  opacity: 1 !important;
}
.header .header_inner .mobile {
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 992px) {
  .header .header_inner .mobile {
    padding: 18px 30px;
    transition: all 0.2s ease 0.01s;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .header .header_inner .mobile {
    padding: 18px 15px;
  }
}
@media (max-width: 992px) and (max-width: 470px) {
  .header .header_inner .mobile {
    padding: 17px 10px;
  }
}
@media (max-width: 992px) and (max-width: 380px) {
  .header .header_inner .mobile {
    padding: 14px 7px;
  }
}
@media (max-width: 992px) and (max-width: 320px) {
  .header .header_inner .mobile {
    padding: 14px 7px;
  }
}
@media (max-width: 992px) {
  .header .header_inner .mobile .site_logo img {
    transition: all 0.3s ease 0.01s;
    max-width: 190px;
    max-width: 215px;
    width: 100%;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .header .header_inner .mobile .site_logo img {
    max-width: 180px;
    max-width: 210px;
    width: 100%;
  }
}
@media (max-width: 992px) and (max-width: 470px) {
  .header .header_inner .mobile .site_logo img {
    max-width: 170px;
    max-width: 170px;
  }
}
@media (max-width: 992px) and (max-width: 380px) {
  .header .header_inner .mobile .site_logo img {
    max-width: 160px;
  }
}
@media (max-width: 992px) and (max-width: 320px) {
  .header .header_inner .mobile .site_logo img {
    max-width: 150px;
  }
}
@media (max-width: 992px) and (max-width: 300px) {
  .header .header_inner .mobile .site_logo img {
    max-width: 137px;
  }
}
.header .header_inner .mobile .mobile_inner {
  display: flex;
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  position: relative;
}
@media (max-width: 992px) {
  .header .header_inner .mobile .mobile_inner {
    display: flex;
  }
}
.header .header_inner .mobile .rights {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
  transition: all 0.3s ease 0.01s;
}
@media (max-width: 767px) {
  .header .header_inner .mobile .rights {
    gap: 25px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .rights {
    gap: 20px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .rights {
    gap: 17px;
  }
}
.header .header_inner .mobile li.acc_opt.menu-item-has-children {
  position: relative;
}
.header .header_inner .mobile li.acc_opt.menu-item-has-children ul.sub-menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 8rem;
  position: absolute;
  left: 0;
  background: red;
  background: white;
  z-index: 10;
  transition: all 0.3s ease 0.01s;
  border-radius: 10px;
  padding: 45px 25px;
  top: 44px;
  left: 0px;
  margin-right: 20px;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1280px) {
  .header .header_inner .mobile li.acc_opt.menu-item-has-children ul.sub-menu {
    gap: 2rem 7rem;
    padding: 35px 25px;
  }
}
@media (max-width: 767px) {
  .header .header_inner .mobile li.acc_opt.menu-item-has-children ul.sub-menu {
    top: 40px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile li.acc_opt.menu-item-has-children ul.sub-menu {
    top: 36px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile li.acc_opt.menu-item-has-children ul.sub-menu {
    top: 31px;
  }
}
.header .header_inner .mobile li.acc_opt.menu-item-has-children ul.sub-menu::after {
  content: "";
  position: absolute;
  top: 10px; /* Position it slightly above the box */
  left: 0;
  right: 0;
  bottom: -2px; /* Extend it slightly below */
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.23); /* Apply shadow only to the sides you need */
  border-radius: 10px; /* Match the border radius */
  z-index: -1; /* Ensure it's behind the box */
}
.header .header_inner .mobile li.acc_opt.menu-item-has-children ul.sub-menu::before {
  content: "";
  position: absolute;
  top: 0px; /* Position it slightly above the box */
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px; /* Match the border radius */
  z-index: 1; /* Ensure it's behind the box */
  background: white;
}
.header .header_inner .mobile li.acc_opt.menu-item-has-children ul.sub-menu li {
  width: max-content;
  position: relative;
  z-index: 2;
}
.header .header_inner .mobile li.acc_opt.menu-item-has-children ul.sub-menu li a {
  color: black;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px;
  position: relative;
}
.header .header_inner .mobile li.acc_opt.menu-item-has-children ul.sub-menu li a::after {
  content: none !important;
}
.header .header_inner .mobile li.acc_opt.menu-item-has-children ul.sub-menu li a:hover {
  color: #9A8348;
}
.header .header_inner .mobile li.acc_opt.menu-item-has-children ul.sub-menu li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.2px;
  left: 0;
  bottom: -3.5px;
  transition: all 0.3s ease 0.01s;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  background: black;
  z-index: -2;
}
.header .header_inner .mobile li.acc_opt.menu-item-has-children ul.sub-menu li:hover a {
  color: black;
}
.header .header_inner .mobile li.acc_opt.menu-item-has-children ul.sub-menu li:hover a::after {
  opacity: 1;
  visibility: visible;
  content: "" !important;
  z-index: 1;
  background: black !important;
}
.header .header_inner .mobile li.acc_opt.menu-item-has-children ul.sub-menu li.current-menu-item a, .header .header_inner .mobile li.acc_opt.menu-item-has-children ul.sub-menu li.current-page-parent > a {
  color: #9A8348;
}
.header .header_inner .mobile li.acc_opt.menu-item-has-children ul.sub-menu li.current-menu-item a::after, .header .header_inner .mobile li.acc_opt.menu-item-has-children ul.sub-menu li.current-page-parent > a::after {
  opacity: 1;
  visibility: visible;
  content: "" !important;
  z-index: 1;
  background: #9A8348 !important;
}
.header .header_inner .mobile li.acc_opt.menu-item-has-children.displayBlock .sub-menu {
  visibility: visible;
  opacity: 1;
}
.header .header_inner .mobile .hamburger {
  display: none;
  cursor: pointer;
  position: relative;
}
@media (max-width: 992px) {
  .header .header_inner .mobile .hamburger {
    display: block;
  }
}
.header .header_inner .mobile .hamburger .bar {
  display: block;
  width: 32px;
  height: 1.5px;
  margin-bottom: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: white;
  position: relative;
}
.header .header_inner .mobile .hamburger .bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  z-index: 4;
}
.header .header_inner .mobile .hamburger .bar:nth-child(3)::after {
  content: none;
}
.header .header_inner .mobile .hamburger .bar:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .header .header_inner .mobile .hamburger .bar {
    width: 32px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .hamburger .bar {
    width: 30px;
    margin-bottom: 7px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .hamburger .bar {
    height: 1.5px;
    width: 30px;
    margin-bottom: 6px;
  }
}
.header .header_inner .mobile .hamburger.active {
  margin-top: 5px;
  margin-top: 3px;
}
.header .header_inner .mobile .hamburger.active .bar {
  margin: 0;
}
.header .header_inner .mobile .hamburger.active .bar:nth-child(1) {
  transform: rotate(45deg) !important;
}
.header .header_inner .mobile .hamburger.active .bar:nth-child(2) {
  display: none;
}
.header .header_inner .mobile .hamburger.active .bar:nth-child(3) {
  transform: rotate(-45deg);
  top: 0px;
  position: absolute;
}
.header .header_inner .mobile .sidebar {
  position: fixed;
  height: 100vh !important;
  height: 93vh !important;
  background: black;
  top: 87.89px;
  bottom: 0;
  left: 0;
  width: 100%;
  width: -webkit-fill-available;
  width: -moz-available;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(-160%);
  overflow: scroll;
  padding: 35px 30px;
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (orientation: landscape) and (max-width: 992px) {
  .header .header_inner .mobile .sidebar {
    display: block !important;
    padding-bottom: 20px !important;
    overflow: scroll !important;
  }
  .header .header_inner .mobile .sidebar .menu {
    height: fit-content !important;
  }
}
@media (max-width: 767px) {
  .header .header_inner .mobile .sidebar {
    padding: 35px 15px;
    top: 86.69px;
    height: 93.1vh !important;
    height: 92.1vh !important;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar {
    padding: 30px 13px;
    top: 75.03px;
    height: 93.9vh !important;
    height: 92.9vh !important;
    height: 92% !important;
  }
}
@media (max-width: 400px) {
  .header .header_inner .mobile .sidebar {
    padding: 30px 13px;
    top: 75.03px;
    height: 93.9vh !important;
    height: 92.9vh !important;
    height: 91.2vh !important;
    height: 91% !important;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar {
    padding: 15px 10px;
    top: 66.62px;
    height: 94.7vh !important;
    height: 92% !important;
    height: 90% !important;
  }
}
@media (max-width: 320px) {
  .header .header_inner .mobile .sidebar {
    padding: 15px 7px;
    top: 64.2px;
    height: 95vh !important;
    height: 89% !important;
  }
}
@media (max-width: 300px) {
  .header .header_inner .mobile .sidebar {
    top: 62.2px;
    height: 95.2vh !important;
    height: 89% !important;
  }
}
@media (max-width: 260px) {
  .header .header_inner .mobile .sidebar {
    top: 60px;
    height: 95.3vh !important;
    height: 88% !important;
  }
}
.header .header_inner .mobile .sidebar.active {
  transform: translateX(0%) !important;
  opacity: 1;
}
.header .header_inner .mobile .sidebar ul {
  padding: 0;
  margin: 0;
}
.header .header_inner .mobile .sidebar ul li {
  list-style: none;
}
.header .header_inner .mobile .sidebar ul li a {
  color: white;
}
.header .header_inner .mobile .sidebar .menu {
  height: 70%;
  overflow: scroll;
  background: black;
}
.header .header_inner .mobile .sidebar .menu .menu_inner {
  position: relative;
  height: 100%;
  overflow-x: hidden;
}
.header .header_inner .mobile .sidebar .menu .menu_inner a {
  text-decoration: none !important;
}
.header .header_inner .mobile .sidebar .menu .menu_inner li {
  line-height: normal;
}
.header .header_inner .mobile .sidebar .menu .menu_inner > ul > li {
  margin-bottom: 18px;
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li {
    margin-bottom: 17px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li {
    margin-bottom: 15px;
  }
}
.header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > a {
  font-size: 22px;
}
@media (max-width: 767px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > a {
    font-size: 21px;
  }
}
@media (max-width: 600px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > a {
    font-size: 19px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > a {
    font-size: 17px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > a {
    font-size: 15px;
  }
}
.header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > a {
  display: none;
}
.header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu {
  padding-left: 30px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu {
    padding-top: 12px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu {
    padding-top: 7px;
    padding-top: 10px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu {
    padding-top: 3px;
    padding-top: 7px;
  }
}
.header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li {
  margin-bottom: 12px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li {
    margin-bottom: 10px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li {
    margin-bottom: 8px;
  }
}
.header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > a {
  font-size: 20px;
}
@media (max-width: 767px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > a {
    font-size: 19px;
  }
}
@media (max-width: 600px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > a {
    font-size: 17px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > a {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > a {
    font-size: 13.5px;
  }
}
.header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(140%);
  transition: all 0.3s ease 0.1s;
  background-color: black;
}
.header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > a {
  display: none;
}
.header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li {
  margin-bottom: 18px;
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li {
    margin-bottom: 17px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li {
    margin-bottom: 15px;
  }
}
.header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > a {
  font-size: 22px;
}
@media (max-width: 767px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > a {
    font-size: 21px;
  }
}
@media (max-width: 600px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > a {
    font-size: 19px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > a {
    font-size: 17px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > a {
    font-size: 15px;
  }
}
.header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(140%);
  transition: all 0.3s ease 0.1s;
  background-color: black;
}
.header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > a {
  display: none;
}
.header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li {
  margin-bottom: 18px;
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li {
    margin-bottom: 17px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li {
    margin-bottom: 15px;
  }
}
.header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > a {
  font-size: 22px;
}
@media (max-width: 767px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > a {
    font-size: 21px;
  }
}
@media (max-width: 600px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > a {
    font-size: 19px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > a {
    font-size: 17px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner > ul > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu-wrapper > .sub-menu > li > a {
    font-size: 15px;
  }
}
.header .header_inner .mobile .sidebar .menu .menu_inner .sub-menu-wrapper.active_level_menu {
  transform: translateX(0) !important;
}
.header .header_inner .mobile .sidebar .menu .menu_inner .back_item,
.header .header_inner .mobile .sidebar .menu .menu_inner .hide_on_desktop {
  display: block !important;
}
.header .header_inner .mobile .sidebar .menu .menu_inner li.back_item {
  margin-bottom: 25px !important;
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner li.back_item {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .menu .menu_inner li.back_item {
    margin-bottom: 15px !important;
  }
}
.header .header_inner .mobile .sidebar .menu .menu_inner li.back_item > a {
  color: #9A8348 !important;
  text-transform: uppercase;
  position: relative;
  padding-left: 45px;
}
.header .header_inner .mobile .sidebar .menu .menu_inner li.back_item > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-48%);
  width: 21px;
  height: 16px;
  background-image: url("../img/left_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.header .header_inner .mobile .sidebar .menu .menu_inner li.current-menu-item > a, .header .header_inner .mobile .sidebar .menu .menu_inner li.current-page-parent > a {
  color: #9A8348;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 8px;
}
.header .header_inner .mobile .sidebar .contact_socials {
  height: auto;
  background: black;
  padding: 30px 0;
  padding-bottom: 70px;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 767px) {
  .header .header_inner .mobile .sidebar .contact_socials {
    padding: 30px 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .contact_socials {
    padding: 25px 0;
    padding-bottom: 25px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .contact_socials {
    padding: 20px 0;
    padding-bottom: 15px;
  }
}
.header .header_inner .mobile .sidebar .contact_socials p, .header .header_inner .mobile .sidebar .contact_socials a {
  color: white;
}
.header .header_inner .mobile .sidebar .contact_socials p.brown, .header .header_inner .mobile .sidebar .contact_socials a.brown {
  color: #9A8348;
}
.header .header_inner .mobile .sidebar .contact_socials a {
  text-decoration-thickness: 0.5px;
  text-underline-offset: 6px;
}
.header .header_inner .mobile .sidebar .contact_socials p, .header .header_inner .mobile .sidebar .contact_socials a {
  font-size: 17px;
  line-height: 21pt;
}
.header .header_inner .mobile .sidebar .contact_socials p.sub_heading, .header .header_inner .mobile .sidebar .contact_socials a.sub_heading {
  font-size: 16px;
  line-height: 20pt;
}
@media (max-width: 767px) {
  .header .header_inner .mobile .sidebar .contact_socials p, .header .header_inner .mobile .sidebar .contact_socials a {
    font-size: 16px;
    line-height: 20pt;
  }
  .header .header_inner .mobile .sidebar .contact_socials p.sub_heading, .header .header_inner .mobile .sidebar .contact_socials a.sub_heading {
    font-size: 15px;
    line-height: 19pt;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .contact_socials p, .header .header_inner .mobile .sidebar .contact_socials a {
    font-size: 13px;
    line-height: 16pt;
  }
  .header .header_inner .mobile .sidebar .contact_socials p.sub_heading, .header .header_inner .mobile .sidebar .contact_socials a.sub_heading {
    font-size: 13px;
    line-height: 17pt;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .contact_socials p, .header .header_inner .mobile .sidebar .contact_socials a {
    font-size: 12.5px;
    line-height: 15pt;
  }
  .header .header_inner .mobile .sidebar .contact_socials p.sub_heading, .header .header_inner .mobile .sidebar .contact_socials a.sub_heading {
    font-size: 12px;
    line-height: 16pt;
  }
}
.header .header_inner .mobile .sidebar .contact_socials .block {
  font-size: 0;
  margin-bottom: 15px;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .contact_socials .block {
    margin-bottom: 10px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .contact_socials .block {
    margin-bottom: 7px;
  }
}
.header .header_inner .mobile .sidebar .contact_socials .block:last-of-type {
  margin-bottom: 0;
}
.header .header_inner .mobile .sidebar .contact_socials .contact {
  display: grid;
  grid-template-columns: auto auto;
  gap: 12rem;
  justify-content: space-between;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 767px) {
  .header .header_inner .mobile .sidebar .contact_socials .contact {
    gap: 6rem;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .contact_socials .contact {
    gap: 4rem;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .contact_socials .contact {
    gap: 3rem;
  }
}
.header .header_inner .mobile .sidebar .contact_socials .contact .columns {
  width: fit-content;
}
.header .header_inner .mobile .sidebar .contact_socials .contact .waranty_logo {
  padding-top: 5px;
}
.header .header_inner .mobile .sidebar .contact_socials .contact .waranty_logo img {
  max-height: 60px;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 767px) {
  .header .header_inner .mobile .sidebar .contact_socials .contact .waranty_logo img {
    max-height: 55px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .contact_socials .contact .waranty_logo img {
    max-height: 40px;
  }
}
.header .header_inner .mobile .sidebar .contact_socials .socials {
  padding-top: 50px;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 767px) {
  .header .header_inner .mobile .sidebar .contact_socials .socials {
    padding-top: 45px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .contact_socials .socials {
    padding-top: 30px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .contact_socials .socials {
    padding-top: 20px;
  }
}
@media (max-width: 320px) {
  .header .header_inner .mobile .sidebar .contact_socials .socials {
    padding-top: 15px;
  }
}
.header .header_inner .mobile .sidebar .contact_socials .socials .social_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}
.header .header_inner .mobile .sidebar .contact_socials .socials .social_links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header .header_inner .mobile .sidebar .contact_socials .socials .social_links a img {
  height: 20px;
}
@media (max-width: 767px) {
  .header .header_inner .mobile .sidebar .contact_socials .socials .social_links a img {
    height: 19px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .contact_socials .socials .social_links a img {
    height: 16px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .contact_socials .socials .social_links a img {
    height: 14px;
  }
}
@media (max-width: 320px) {
  .header .header_inner .mobile .sidebar .contact_socials .socials .social_links a img {
    height: 13px;
  }
}

body.home .header, body.page-template-template-contact .header {
  background: transparent;
  position: fixed;
}

.home_page .sec_1 .slider:not(.slick-initialized),
.home_page .sec_7 .slider:not(.slick-initialized) {
  opacity: 0;
}
.home_page .sec_1 .slider.slick-initialized,
.home_page .sec_7 .slider.slick-initialized {
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .home_page .sec_3 .medias:not(.slick-initialized),
  .home_page .sec_4 .lefts:not(.slick-initialized),
  .home_page .sec_6 .bottoms_content:not(.slick-initialized) {
    opacity: 0;
  }
  .home_page .sec_3 .medias.slick-initialized,
  .home_page .sec_4 .lefts.slick-initialized,
  .home_page .sec_6 .bottoms_content.slick-initialized {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .home_page .sec_5 .bottoms_content:not(.mobile_mixed_mode):not(.slick-initialized) {
    opacity: 0;
  }
  .home_page .sec_5 .bottoms_content:not(.mobile_mixed_mode).slick-initialized {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}

.home_page .sec_1 .sec_1_content {
  position: relative;
}
.home_page .sec_1 .sec_1_content .slider .child .video_src::-webkit-media-controls {
  display: none !important;
}
.home_page .sec_1 .sec_1_content .slider .child .video_src::-webkit-media-controls-enclosure {
  display: none !important;
}
.home_page .sec_1 .sec_1_content .slider .child .video_src::-webkit-media-controls-panel {
  display: none !important;
}
.home_page .sec_1 .sec_1_content .slider .child video {
  object-fit: cover;
  transition: all 0.2s ease-in-out 0.01s;
  aspect-ratio: 16/9;
}
.home_page .sec_1 .sec_1_content .slider .child .image,
.home_page .sec_1 .sec_1_content .slider .child video {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out 0.01s;
  height: 900px;
  width: 100%;
}
@media (max-width: 1920px) {
  .home_page .sec_1 .sec_1_content .slider .child .image,
  .home_page .sec_1 .sec_1_content .slider .child video {
    height: 780px;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_1 .sec_1_content .slider .child .image,
  .home_page .sec_1 .sec_1_content .slider .child video {
    height: 780px;
    height: 700px;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_1 .sec_1_content .slider .child .image,
  .home_page .sec_1 .sec_1_content .slider .child video {
    height: 700px;
    height: 650px;
  }
}
@media (max-width: 992px) {
  .home_page .sec_1 .sec_1_content .slider .child .image,
  .home_page .sec_1 .sec_1_content .slider .child video {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_1 .sec_1_content .slider .child .image,
  .home_page .sec_1 .sec_1_content .slider .child video {
    height: 420px;
    height: 450px;
  }
}
@media (max-width: 470px) {
  .home_page .sec_1 .sec_1_content .slider .child .image,
  .home_page .sec_1 .sec_1_content .slider .child video {
    height: 340px;
    height: 400px;
  }
}
@media (max-width: 380px) {
  .home_page .sec_1 .sec_1_content .slider .child .image,
  .home_page .sec_1 .sec_1_content .slider .child video {
    height: 280px;
    height: 350px;
  }
}
.home_page .sec_1 .sec_1_content .slider .child .image img,
.home_page .sec_1 .sec_1_content .slider .child video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_page .sec_1 .sec_1_content .slider .child.shadow_under_nav .videos::before, .home_page .sec_1 .sec_1_content .slider .child.shadow_under_nav .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.35%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.35%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(360deg, rgba(0, 0, 0, 0) 59.85%, rgba(0, 0, 0, 0.8) 100%);
}
.home_page .sec_1 .sec_1_content .slider .child .image, .home_page .sec_1 .sec_1_content .slider .child .videos {
  position: relative;
  z-index: 1;
  position: relative;
}
.home_page .sec_1 .sec_1_content .slider .child .videos {
  line-height: 0;
}
.home_page .sec_1 .sec_1_content .slider .child .absolute_content {
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page .sec_1 .sec_1_content .slider .child .absolute_content {
    bottom: 90px;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_1 .sec_1_content .slider .child .absolute_content {
    bottom: 80px;
  }
}
@media (max-width: 992px) {
  .home_page .sec_1 .sec_1_content .slider .child .absolute_content {
    bottom: 65px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_1 .sec_1_content .slider .child .absolute_content {
    position: unset;
    background: black;
    padding: 40px 0;
  }
}
@media (max-width: 470px) {
  .home_page .sec_1 .sec_1_content .slider .child .absolute_content {
    padding: 55px 0;
  }
}
@media (max-width: 380px) {
  .home_page .sec_1 .sec_1_content .slider .child .absolute_content {
    padding: 50px 0;
  }
}
.home_page .sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .absolute_content_inner_cont p, .home_page .sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .absolute_content_inner_cont h1 {
  text-align: center;
}
.home_page .sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .absolute_content_inner_cont p.brown {
  font-weight: 400;
}
.home_page .sec_1 .sec_1_content .dots_container {
  position: absolute;
  left: 0;
  bottom: 45px;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page .sec_1 .sec_1_content .dots_container {
    bottom: 35px;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_1 .sec_1_content .dots_container {
    bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_1 .sec_1_content .dots_container {
    bottom: 25px;
  }
}
@media (max-width: 992px) {
  .home_page .sec_1 .sec_1_content .dots_container {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_1 .sec_1_content .dots_container {
    gap: 10px;
    bottom: 9px;
  }
}
@media (max-width: 470px) {
  .home_page .sec_1 .sec_1_content .dots_container {
    gap: 8px;
    bottom: 10px;
  }
}
@media (max-width: 380px) {
  .home_page .sec_1 .sec_1_content .dots_container {
    gap: 6px;
    bottom: 7px;
  }
}
.home_page .sec_1 .sec_1_content .dots {
  display: flex;
  justify-content: flex-end;
}
.home_page .sec_1 .sec_1_content .dots .slick-dots {
  list-style-type: none;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out 0.01s;
  padding: 0;
  gap: 30px;
  margin: 0;
}
@media (max-width: 1920px) {
  .home_page .sec_1 .sec_1_content .dots .slick-dots {
    gap: 25px;
  }
}
@media (max-width: 992px) {
  .home_page .sec_1 .sec_1_content .dots .slick-dots {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_1 .sec_1_content .dots .slick-dots {
    gap: 16px;
  }
}
@media (max-width: 470px) {
  .home_page .sec_1 .sec_1_content .dots .slick-dots {
    gap: 13px;
  }
}
.home_page .sec_1 .sec_1_content .dots .slick-dots li {
  margin: 0 0rem;
  display: flex;
  transition: all 0.2s ease-in-out 0.01s;
  width: fit-content;
  height: 15px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
}
.home_page .sec_1 .sec_1_content .dots .slick-dots li button {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: none;
  background-color: transparent;
  height: 1.5px;
  width: 75px;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: white;
  outline: 0 !important;
  opacity: 0.3;
}
@media (max-width: 1920px) {
  .home_page .sec_1 .sec_1_content .dots .slick-dots li button {
    width: 70px;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_1 .sec_1_content .dots .slick-dots li button {
    width: 60px;
  }
}
@media (max-width: 992px) {
  .home_page .sec_1 .sec_1_content .dots .slick-dots li button {
    width: 55px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_1 .sec_1_content .dots .slick-dots li button {
    width: 50px;
  }
}
@media (max-width: 470px) {
  .home_page .sec_1 .sec_1_content .dots .slick-dots li button {
    width: 40px;
  }
}
.home_page .sec_1 .sec_1_content .dots .slick-dots li.slick-active button {
  opacity: 1;
}
.home_page .sec_1 .sec_1_content .scroll_link_outer {
  position: relative;
  display: flex;
  justify-content: center;
}
.home_page .sec_1 .sec_1_content .scroll_link_outer .scroll_link {
  cursor: pointer;
  text-align: center;
}
.home_page .sec_1 .sec_1_content .scroll_link_outer .scroll_link .chevron {
  width: 14px;
  height: 14px;
  margin: 2px auto;
  transform: rotate(45deg);
  border-right: 2px solid rgb(180.7699115044, 157.0575221239, 96.2300884956);
  border-bottom: 2px solid rgb(180.7699115044, 157.0575221239, 96.2300884956);
  opacity: 0;
  animation: chevronAnim 2s ease-out infinite;
}
.home_page .sec_1 .sec_1_content .scroll_link_outer .scroll_link .chevron:nth-child(2) {
  animation-delay: 0.3s;
}
.home_page .sec_1 .sec_1_content .scroll_link_outer .scroll_link .chevron:nth-child(3) {
  animation-delay: 0.6s;
}
@media (max-width: 1920px) {
  .home_page .sec_1 .sec_1_content .scroll_link_outer .scroll_link .chevron {
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_1 .sec_1_content .scroll_link_outer .scroll_link .chevron {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 992px) {
  .home_page .sec_1 .sec_1_content .scroll_link_outer .scroll_link .chevron {
    width: 11px;
    height: 11px;
    border-width: 1.5px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_1 .sec_1_content .scroll_link_outer .scroll_link .chevron {
    width: 11px;
    height: 11px;
    border-width: 2px;
    margin: 1.5px auto;
  }
}
@media (max-width: 470px) {
  .home_page .sec_1 .sec_1_content .scroll_link_outer .scroll_link .chevron {
    width: 10px;
    height: 10px;
    border-width: 2px;
    margin: 1.5px auto;
  }
}
@media (max-width: 380px) {
  .home_page .sec_1 .sec_1_content .scroll_link_outer .scroll_link .chevron {
    width: 8px;
    height: 8px;
    border-width: 2px;
    margin: 1.5px auto;
  }
}
.home_page .sec_1 .sec_1_content .scroll_link_outer .scroll_link .text {
  margin-top: 20px;
  display: block;
  color: rgb(180.7699115044, 157.0575221239, 96.2300884956);
  white-space: nowrap;
  opacity: 0.5;
  animation: fadeInOut 2s ease-in-out infinite;
}
@media (max-width: 992px) {
  .home_page .sec_1 .sec_1_content .scroll_link_outer .scroll_link .text {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_1 .sec_1_content .scroll_link_outer .scroll_link .text {
    margin-top: 12.5px;
  }
}
@keyframes chevronAnim {
  0% {
    opacity: 0;
    transform: rotate(45deg) translateY(0);
  }
  50% {
    opacity: 1;
    transform: rotate(45deg) translateY(4px);
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translateY(8px);
  }
}
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
.home_page .sec_2 {
  background: black;
}
.home_page .sec_2 .sec_2_content .copy_content p {
  color: white;
  text-align: center;
}
.home_page .sec_2 .sec_2_content .btn_area {
  display: flex;
  justify-content: center;
}
.home_page .sec_3 {
  background: black;
  margin-top: -1px;
}
.home_page .sec_3 .sec_3_content .tops h2 {
  text-align: center;
}
.home_page .sec_3 .sec_3_content .bottoms {
  position: relative;
}
.home_page .sec_3 .sec_3_content .bottoms .arrows {
  display: none;
}
@media (max-width: 767px) {
  .home_page .sec_3 .sec_3_content .bottoms .arrows {
    display: block;
    position: absolute;
    top: 160px;
  }
  .home_page .sec_3 .sec_3_content .bottoms .arrows.next {
    right: 8px;
  }
  .home_page .sec_3 .sec_3_content .bottoms .arrows.prev {
    left: 8px;
  }
  .home_page .sec_3 .sec_3_content .bottoms .arrows .arrow {
    background: none !important;
    backdrop-filter: unset !important;
    width: 22px;
    height: 22px;
  }
  .home_page .sec_3 .sec_3_content .bottoms .arrows .arrow img {
    filter: invert(0) !important;
    padding: 0 !important;
  }
}
@media (max-width: 600px) {
  .home_page .sec_3 .sec_3_content .bottoms .arrows {
    top: 135px;
  }
  .home_page .sec_3 .sec_3_content .bottoms .arrows.next {
    right: 8px;
  }
  .home_page .sec_3 .sec_3_content .bottoms .arrows.prev {
    left: 8px;
  }
  .home_page .sec_3 .sec_3_content .bottoms .arrows .arrow {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 470px) {
  .home_page .sec_3 .sec_3_content .bottoms .arrows {
    top: 115px;
  }
  .home_page .sec_3 .sec_3_content .bottoms .arrows.next {
    right: 7px;
  }
  .home_page .sec_3 .sec_3_content .bottoms .arrows.prev {
    left: 7px;
  }
  .home_page .sec_3 .sec_3_content .bottoms .arrows .arrow {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 380px) {
  .home_page .sec_3 .sec_3_content .bottoms .arrows {
    top: 87px;
  }
  .home_page .sec_3 .sec_3_content .bottoms .arrows.next {
    right: 5px;
  }
  .home_page .sec_3 .sec_3_content .bottoms .arrows.prev {
    left: 5px;
  }
  .home_page .sec_3 .sec_3_content .bottoms .arrows .arrow {
    width: 17px;
    height: 17px;
  }
}
@keyframes ripplePulse {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
  }
  50% {
    width: 200%;
    height: 200%;
    opacity: 0.2;
  }
  100% {
    width: 400%;
    height: 400%;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .home_page .sec_3 .sec_3_content .bottoms {
    padding: 0 40px;
  }
}
@media (max-width: 470px) {
  .home_page .sec_3 .sec_3_content .bottoms {
    padding: 0 35px;
  }
}
@media (max-width: 380px) {
  .home_page .sec_3 .sec_3_content .bottoms {
    padding: 0 30px;
  }
}
.home_page .sec_3 .sec_3_content .bottoms .medias {
  height: 800px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page .sec_3 .sec_3_content .bottoms .medias {
    height: 700px;
  }
}
@media (max-width: 1600px) {
  .home_page .sec_3 .sec_3_content .bottoms .medias {
    height: 650px;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_3 .sec_3_content .bottoms .medias {
    height: 550px;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_3 .sec_3_content .bottoms .medias {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .home_page .sec_3 .sec_3_content .bottoms .medias {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_3 .sec_3_content .bottoms .medias {
    height: fit-content;
  }
}
.home_page .sec_3 .sec_3_content .bottoms .medias .child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform-origin: center;
}
@media (min-width: 768px) {
  .home_page .sec_3 .sec_3_content .bottoms .medias .child {
    transition: opacity 0.9s ease-in-out;
  }
}
@media (max-width: 767px) {
  .home_page .sec_3 .sec_3_content .bottoms .medias .child {
    position: unset;
    opacity: 1;
  }
}
.home_page .sec_3 .sec_3_content .bottoms .medias .child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 20%, transparent 10.01%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 767px) {
  .home_page .sec_3 .sec_3_content .bottoms .medias .child::before {
    content: none !important;
  }
}
.home_page .sec_3 .sec_3_content .bottoms .medias .child.active {
  z-index: 1;
  opacity: 1;
  transform: scaleX(1);
}
.home_page .sec_3 .sec_3_content .bottoms .medias .child.shadow_under_nav::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.7%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .home_page .sec_3 .sec_3_content .bottoms .medias .child.shadow_under_nav::after {
    content: none !important;
  }
}
.home_page .sec_3 .sec_3_content .bottoms .medias .child .image, .home_page .sec_3 .sec_3_content .bottoms .medias .child .videos {
  width: 100%;
  height: 100%;
}
.home_page .sec_3 .sec_3_content .bottoms .medias .child .image img, .home_page .sec_3 .sec_3_content .bottoms .medias .child .image video, .home_page .sec_3 .sec_3_content .bottoms .medias .child .videos img, .home_page .sec_3 .sec_3_content .bottoms .medias .child .videos video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .home_page .sec_3 .sec_3_content .bottoms .medias .child .image img, .home_page .sec_3 .sec_3_content .bottoms .medias .child .image video, .home_page .sec_3 .sec_3_content .bottoms .medias .child .videos img, .home_page .sec_3 .sec_3_content .bottoms .medias .child .videos video {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .home_page .sec_3 .sec_3_content .bottoms .medias .child .image img, .home_page .sec_3 .sec_3_content .bottoms .medias .child .image video, .home_page .sec_3 .sec_3_content .bottoms .medias .child .videos img, .home_page .sec_3 .sec_3_content .bottoms .medias .child .videos video {
    height: 300px;
  }
}
@media (max-width: 470px) {
  .home_page .sec_3 .sec_3_content .bottoms .medias .child .image img, .home_page .sec_3 .sec_3_content .bottoms .medias .child .image video, .home_page .sec_3 .sec_3_content .bottoms .medias .child .videos img, .home_page .sec_3 .sec_3_content .bottoms .medias .child .videos video {
    height: 260px;
  }
}
@media (max-width: 380px) {
  .home_page .sec_3 .sec_3_content .bottoms .medias .child .image img, .home_page .sec_3 .sec_3_content .bottoms .medias .child .image video, .home_page .sec_3 .sec_3_content .bottoms .medias .child .videos img, .home_page .sec_3 .sec_3_content .bottoms .medias .child .videos video {
    height: 200px;
  }
}
.home_page .sec_3 .sec_3_content .bottoms .medias .child .mobile_content {
  display: none;
}
@media (max-width: 767px) {
  .home_page .sec_3 .sec_3_content .bottoms .medias .child .mobile_content {
    display: block;
    padding-top: 15px;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .home_page .sec_3 .sec_3_content .bottoms .medias .child .mobile_content {
    padding-top: 13px;
  }
}
@media (max-width: 767px) and (max-width: 380px) {
  .home_page .sec_3 .sec_3_content .bottoms .medias .child .mobile_content {
    padding-top: 11px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_3 .sec_3_content .bottoms .medias .child .mobile_content .copy_content {
    margin-top: 5px;
  }
  .home_page .sec_3 .sec_3_content .bottoms .medias .child .mobile_content p {
    color: white;
  }
}
.home_page .sec_3 .sec_3_content .bottoms .absolute_content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .home_page .sec_3 .sec_3_content .bottoms .absolute_content {
    display: none;
  }
}
.home_page .sec_3 .sec_3_content .bottoms .absolute_content .child {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.5% 5%;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0.01s;
  color: white;
  text-decoration: none;
}
@media (max-width: 1920px) {
  .home_page .sec_3 .sec_3_content .bottoms .absolute_content .child {
    padding: 2% 4.5%;
  }
}
@media (max-width: 1600px) {
  .home_page .sec_3 .sec_3_content .bottoms .absolute_content .child {
    padding: 2% 4%;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_3 .sec_3_content .bottoms .absolute_content .child {
    padding: 2% 3.5%;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_3 .sec_3_content .bottoms .absolute_content .child {
    padding: 1.5% 3%;
  }
}
.home_page .sec_3 .sec_3_content .bottoms .absolute_content .child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1.3px;
  background: white;
  opacity: 0.5;
}
.home_page .sec_3 .sec_3_content .bottoms .absolute_content .child:last-of-type::after {
  content: none;
}
.home_page .sec_3 .sec_3_content .bottoms .absolute_content .child .child_content {
  opacity: 0.5;
  transition: all 0.2s ease-in-out 0.01s;
}
.home_page .sec_3 .sec_3_content .bottoms .absolute_content .child .child_content h2 {
  text-decoration-thickness: 0.5px !important;
  text-underline-offset: 3px !important;
}
.home_page .sec_3 .sec_3_content .bottoms .absolute_content .child .child_content .copy_content {
  padding-top: 12px;
  display: none;
}
@media (max-width: 1920px) {
  .home_page .sec_3 .sec_3_content .bottoms .absolute_content .child .child_content .copy_content {
    padding-top: 10px;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_3 .sec_3_content .bottoms .absolute_content .child .child_content .copy_content {
    padding-top: 8px;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_3 .sec_3_content .bottoms .absolute_content .child .child_content .copy_content {
    padding-top: 6px;
  }
}
.home_page .sec_3 .sec_3_content .bottoms .absolute_content .child .child_content .copy_content p {
  color: white;
  text-decoration: none !important;
}
.home_page .sec_3 .sec_3_content .bottoms .absolute_content .child.active .child_content {
  opacity: 1;
}
.home_page .sec_3 .sec_3_content .bottoms .absolute_content .child:hover h2 {
  text-decoration: underline;
}
.home_page .sec_4 {
  background: black;
  margin-top: -1px;
}
.home_page .sec_4 .sec_4_content {
  position: relative;
}
.home_page .sec_4 .sec_4_content .tops {
  z-index: 100000000;
}
.home_page .sec_4 .sec_4_content .tops .tops_content h2 {
  text-align: center;
}
.home_page .sec_4 .sec_4_content .bottoms {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0 !important;
}
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1fr;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content {
    grid-template-columns: 1fr;
  }
}
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .videos,
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .image {
  width: 100%;
  height: 100%;
}
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .videos video,
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .videos img,
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .image video,
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts,
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights {
  height: 100%;
  height: 700px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights {
    height: 600px;
  }
}
@media (max-width: 1600px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights {
    height: 550px;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights {
    height: 500px;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights {
    height: 400px;
  }
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .change_pointer_btn_class,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .change_pointer_btn_class {
    cursor: pointer !important;
  }
}
@media (max-width: 767px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights {
    height: fit-content;
  }
}
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child,
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transform-origin: center;
}
@media (min-width: 768px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child {
    transition: opacity 0.9s ease-in-out;
  }
}
@media (max-width: 767px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child {
    opacity: 1;
    position: relative;
    z-index: 1;
  }
}
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child::before,
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 20%, transparent 10.01%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
}
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child.active,
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child.active {
  z-index: 1;
  opacity: 1;
}
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child.shadow_under_nav::after,
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child.shadow_under_nav::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.7%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  left: 0;
  top: 0;
}
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .image, .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .videos,
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .image,
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .videos {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .image img, .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .image video, .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .videos img, .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .videos video,
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .image img,
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .image video,
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .videos img,
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .videos video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .image img, .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .image video, .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .videos img, .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .videos video,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .image img,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .image video,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .videos img,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .videos video {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .image img, .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .image video, .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .videos img, .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .videos video,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .image img,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .image video,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .videos img,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .videos video {
    height: 300px;
  }
}
@media (max-width: 470px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .image img, .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .image video, .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .videos img, .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .videos video,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .image img,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .image video,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .videos img,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .videos video {
    height: 260px;
  }
}
@media (max-width: 380px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .image img, .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .image video, .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .videos img, .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child .videos video,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .image img,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .image video,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .videos img,
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child .videos video {
    height: 200px;
  }
}
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .child:last-of-type .mobile,
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights .child:last-of-type .mobile {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts:hover {
    cursor: pointer !important;
  }
}
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .mobile {
  display: none;
  transition: all 0.2s ease-in-out 0.01s;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .mobile {
    display: block;
    padding-top: 15px;
    margin-bottom: 40px;
  }
}
@media (max-width: 470px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .mobile {
    padding-top: 13px;
    margin-bottom: 35px;
  }
}
@media (max-width: 380px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .mobile {
    padding-top: 11px;
    margin-bottom: 30px;
  }
}
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5% 18%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles {
    padding: 4% 14%;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles {
    padding: 3.5% 9%;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles {
    padding: 3% 10%;
  }
}
@media (max-width: 992px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles {
    padding: 3% 7%;
  }
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles .change_pointer_btn_class {
    cursor: pointer !important;
  }
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles .change_pointer_btn_class h3 {
    cursor: pointer !important;
  }
}
@media (max-width: 767px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles {
    display: none;
  }
}
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles .middles_content {
  position: relative;
}
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles .middles_content::before, .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles .middles_content::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #9A8348; /* or your dial line color */
  z-index: 1;
  transition: top 0.4s ease-in-out;
}
@media (max-width: 1920px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles .middles_content::before, .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles .middles_content::after {
    height: 1.5px;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles .middles_content::before, .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles .middles_content::after {
    height: 1px;
  }
}
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles .middles_content .child {
  opacity: 0.35;
  cursor: pointer;
  padding: 25px 0;
  transition: opacity 0.4s ease-in-out;
  display: block;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles .middles_content .child {
    padding: 20px 0;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles .middles_content .child {
    padding: 15px 0;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles .middles_content .child {
    padding: 10px 0;
  }
}
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles .middles_content .child h3 {
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 1920px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles .middles_content .child h3 {
    font-size: 20px;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles .middles_content .child h3 {
    font-size: 19px;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles .middles_content .child h3 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles .middles_content .child h3 {
    font-size: 16px;
  }
}
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles .middles_content .child.active {
  opacity: 1;
}
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles .middles_content::after {
  top: var(--dial-top);
}
.home_page .sec_4 .sec_4_content .bottoms .bottoms_content .middles .middles_content::before {
  top: var(--dial-bottom);
}
@media (max-width: 767px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .rights {
    display: none !important;
  }
}
.home_page .sec_5 {
  background: white;
}
.home_page .sec_5 .arrows {
  display: none;
}
@media (max-width: 767px) {
  .home_page .sec_5 .arrows {
    display: block;
  }
}
.home_page .sec_5 .sec_5_content .tops .tops_content h2 {
  text-align: center;
}
.home_page .sec_5 .sec_5_content .bottoms .bottoms_content {
  display: flex;
  /* ----------------------------------------------------------------
   * OLD sec_5 HOVER-EXPAND RULES — kept here for easy revert.
   * Paired with the hover-handler JS in js/scripts.js
   * (also commented out). Re-enable both blocks together
   * to restore the 70/30 expand-on-hover behavior.
   * ----------------------------------------------------------------
   */
}
@media (min-width: 768px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content {
    transition: all 0.2s ease-in-out 0.01s;
  }
}
@media (max-width: 767px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content {
    flex-direction: column;
  }
}
.home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child {
  transition: all 0.5s ease;
  position: relative;
}
.home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child.shadow_under_nav::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.7%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  left: 0;
  top: 0;
}
.home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .image,
.home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .videos {
  height: 700px;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0.01s;
  line-height: 0;
}
@media (max-width: 1920px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .image,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .videos {
    height: 600px;
  }
}
@media (max-width: 1600px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .image,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .videos {
    height: 550px;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .image,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .videos {
    height: 500px;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .image,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .videos {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .image,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .videos {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .image,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .videos {
    height: fit-content;
  }
}
.home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .image img,
.home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .image video,
.home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .videos img,
.home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .videos video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(0);
  transition: filter 0.7s, -webkit-filter 0.7s;
}
@media (max-width: 767px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .image img,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .image video,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .videos img,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .videos video {
    height: 350px;
    filter: none !important;
  }
}
@media (max-width: 600px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .image img,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .image video,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .videos img,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .videos video {
    height: 300px;
  }
}
@media (max-width: 470px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .image img,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .image video,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .videos img,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .videos video {
    height: 260px;
  }
}
@media (max-width: 380px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .image img,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .image video,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .videos img,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .videos video {
    height: 200px;
  }
}
.home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child video::-webkit-media-controls {
  display: none !important;
}
.home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child video::-moz-media-controls {
  display: none !important;
}
.home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .content {
  padding: 35px 50px;
  padding-bottom: 0 !important;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .content {
    padding: 30px 40px;
  }
}
@media (max-width: 1600px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .content {
    padding: 30px 30px;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .content {
    padding: 25px 20px;
  }
}
@media (max-width: 992px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .content {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .content {
    padding: 15px 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 470px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .content {
    padding: 13px 0;
    margin-bottom: 35px;
  }
}
@media (max-width: 380px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .content {
    padding: 11px 0;
    margin-bottom: 30px;
  }
}
.home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .content .btn_sec {
  display: none;
}
@media (max-width: 767px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .content .btn_sec {
    display: block !important;
  }
}
.home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child .content .btn_sec .btn_area {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}
.home_page .sec_5 .sec_5_content .bottoms .bottoms_content .child:last-of-type .content {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content.static_5050 {
    transition: none;
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content.static_5050 {
    gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content.static_5050 {
    gap: 12px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content.static_5050 {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content.static_5050 .child {
    flex: 1 1 0;
    width: auto;
    transition: none;
  }
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content.static_5050 .child .image,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content.static_5050 .child .videos {
    transition: none;
    overflow: hidden;
  }
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content.static_5050 .child .image img, .home_page .sec_5 .sec_5_content .bottoms .bottoms_content.static_5050 .child .image video,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content.static_5050 .child .videos img,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content.static_5050 .child .videos video {
    filter: none !important;
    transform: scale(1);
    transition: transform 0.35s ease;
    will-change: transform;
  }
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content.static_5050 .child:hover .image img, .home_page .sec_5 .sec_5_content .bottoms .bottoms_content.static_5050 .child:hover .image video,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content.static_5050 .child:hover .videos img,
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content.static_5050 .child:hover .videos video {
    transform: scale(1.04);
  }
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content.static_5050 .child .content {
    transition: none;
  }
  .home_page .sec_5 .sec_5_content .bottoms .bottoms_content.static_5050 .child .content .btn_sec {
    display: block !important;
  }
}
.home_page .sec_6 {
  background: white;
}
.home_page .sec_6 .sec_6_content .tops .tops_content_outer {
  position: relative;
}
.home_page .sec_6 .sec_6_content .tops .tops_content_outer::after {
  content: "";
  position: absolute;
  background: black;
  background: #ababab;
  height: 1px;
  width: 100%;
  width: 80%;
  top: 0;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out 0.01s;
}
.home_page .sec_6 .sec_6_content .tops .tops_content {
  max-width: 700px;
  margin: 0 auto;
  margin-top: -1%;
}
@media (max-width: 992px) {
  .home_page .sec_6 .sec_6_content .tops .tops_content {
    margin-top: -1.5%;
  }
}
@media (max-width: 767px) {
  .home_page .sec_6 .sec_6_content .tops .tops_content {
    margin-top: -2%;
  }
}
@media (max-width: 640px) {
  .home_page .sec_6 .sec_6_content .tops .tops_content {
    margin-top: -3.5%;
  }
}
@media (max-width: 400px) {
  .home_page .sec_6 .sec_6_content .tops .tops_content {
    margin-top: -4.5%;
  }
}
.home_page .sec_6 .sec_6_content .tops .tops_content h2, .home_page .sec_6 .sec_6_content .tops .tops_content p {
  text-align: center;
}
.home_page .sec_6 .sec_6_content .tops .tops_content .c_button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 2.5px;
}
.home_page .sec_6 .sec_6_content .bottoms {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.home_page .sec_6 .sec_6_content .bottoms .bottoms_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content {
    gap: 4.5rem;
  }
}
@media (max-width: 1600px) {
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content {
    gap: 4rem;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content {
    gap: 3.5rem;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content {
    gap: 3rem;
  }
}
@media (max-width: 992px) {
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content {
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content {
    gap: 2rem;
  }
}
@media (max-width: 600px) {
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content {
    gap: 1.5rem;
  }
}
@media (max-width: 380px) {
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content {
    gap: 1.25rem;
  }
}
.home_page .sec_6 .sec_6_content .bottoms .bottoms_content .lefts,
.home_page .sec_6 .sec_6_content .bottoms .bottoms_content .rights {
  position: relative;
  line-height: 0;
}
.home_page .sec_6 .sec_6_content .bottoms .bottoms_content .lefts.shadow_under_nav::after,
.home_page .sec_6 .sec_6_content .bottoms .bottoms_content .rights.shadow_under_nav::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.7%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  left: 0;
  top: 0;
}
.home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos,
.home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image {
  height: 100%;
  width: 100%;
  line-height: 0;
}
.home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos img,
.home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos video,
.home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos iframe,
.home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image img,
.home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image video,
.home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image iframe {
  width: 100%;
  height: 100%;
  height: 700px;
  line-height: 0;
  object-fit: cover;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos img,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos video,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos iframe,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image img,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image video,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image iframe {
    height: 600px;
  }
}
@media (max-width: 1600px) {
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos img,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos video,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos iframe,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image img,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image video,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image iframe {
    height: 550px;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos img,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos video,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos iframe,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image img,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image video,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image iframe {
    height: 500px;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos img,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos video,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos iframe,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image img,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image video,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos img,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos video,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos iframe,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image img,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image video,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image iframe {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos img,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos video,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos iframe,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image img,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image video,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image iframe {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos img,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos video,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos iframe,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image img,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image video,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image iframe {
    height: 300px;
  }
}
@media (max-width: 470px) {
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos img,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos video,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos iframe,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image img,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image video,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image iframe {
    height: 260px;
  }
}
@media (max-width: 380px) {
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos img,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos video,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .videos iframe,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image img,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image video,
  .home_page .sec_6 .sec_6_content .bottoms .bottoms_content .image iframe {
    height: 200px;
  }
}
.home_page .sec_7 {
  line-height: 0;
}
.home_page .sec_7 .sec_7_content {
  position: relative;
}
.home_page .sec_7 .sec_7_content .absolute_content {
  position: absolute;
  z-index: 2;
}
.home_page .sec_7 .sec_7_content .absolute_content .h1 {
  text-align: center;
}
.home_page .sec_7 .sec_7_content .absolute_content.ct_1 {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home_page .sec_7 .sec_7_content .absolute_content.ct_2 {
  left: 0;
  bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out 0.01s;
  display: none;
}
@media (max-width: 1920px) {
  .home_page .sec_7 .sec_7_content .absolute_content.ct_2 {
    bottom: 55px;
  }
}
@media (max-width: 1600px) {
  .home_page .sec_7 .sec_7_content .absolute_content.ct_2 {
    bottom: 50px;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_7 .sec_7_content .absolute_content.ct_2 {
    bottom: 45px;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_7 .sec_7_content .absolute_content.ct_2 {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_7 .sec_7_content .absolute_content.ct_2 {
    bottom: 30px;
  }
}
@media (max-width: 470px) {
  .home_page .sec_7 .sec_7_content .absolute_content.ct_2 {
    bottom: 20px;
  }
}
@media (max-width: 380px) {
  .home_page .sec_7 .sec_7_content .absolute_content.ct_2 {
    bottom: 17px;
  }
}
.home_page .sec_7 .sec_7_content .dots_container {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page .sec_7 .sec_7_content .dots_container {
    top: 27px;
  }
}
@media (max-width: 1600px) {
  .home_page .sec_7 .sec_7_content .dots_container {
    top: 25px;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_7 .sec_7_content .dots_container {
    top: 23px;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_7 .sec_7_content .dots_container {
    top: 20px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_7 .sec_7_content .dots_container {
    top: 17px;
  }
}
@media (max-width: 470px) {
  .home_page .sec_7 .sec_7_content .dots_container {
    top: 15px;
  }
}
@media (max-width: 380px) {
  .home_page .sec_7 .sec_7_content .dots_container {
    top: 12px;
  }
}
.home_page .sec_7 .sec_7_content .slider {
  position: relative;
  z-index: 1;
}
.home_page .sec_7 .sec_7_content .slider .child {
  position: relative;
}
.home_page .sec_7 .sec_7_content .slider .child.shadow_under_nav::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;
}
.home_page .sec_7 .sec_7_content .slider .child .videos,
.home_page .sec_7 .sec_7_content .slider .child .image {
  height: 900px;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-in-out 0.01s;
  line-height: 0;
}
@media (max-width: 1920px) {
  .home_page .sec_7 .sec_7_content .slider .child .videos,
  .home_page .sec_7 .sec_7_content .slider .child .image {
    height: 780px;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_7 .sec_7_content .slider .child .videos,
  .home_page .sec_7 .sec_7_content .slider .child .image {
    height: 780px;
    height: 700px;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_7 .sec_7_content .slider .child .videos,
  .home_page .sec_7 .sec_7_content .slider .child .image {
    height: 700px;
    height: 650px;
  }
}
@media (max-width: 992px) {
  .home_page .sec_7 .sec_7_content .slider .child .videos,
  .home_page .sec_7 .sec_7_content .slider .child .image {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_7 .sec_7_content .slider .child .videos,
  .home_page .sec_7 .sec_7_content .slider .child .image {
    height: 420px;
    height: 450px;
  }
}
@media (max-width: 470px) {
  .home_page .sec_7 .sec_7_content .slider .child .videos,
  .home_page .sec_7 .sec_7_content .slider .child .image {
    height: 340px;
    height: 400px;
  }
}
@media (max-width: 380px) {
  .home_page .sec_7 .sec_7_content .slider .child .videos,
  .home_page .sec_7 .sec_7_content .slider .child .image {
    height: 280px;
    height: 350px;
  }
}
.home_page .sec_7 .sec_7_content .slider .child .videos .video_src::-webkit-media-controls,
.home_page .sec_7 .sec_7_content .slider .child .image .video_src::-webkit-media-controls {
  display: none !important;
}
.home_page .sec_7 .sec_7_content .slider .child .videos .video_src::-webkit-media-controls-enclosure,
.home_page .sec_7 .sec_7_content .slider .child .image .video_src::-webkit-media-controls-enclosure {
  display: none !important;
}
.home_page .sec_7 .sec_7_content .slider .child .videos .video_src::-webkit-media-controls-panel,
.home_page .sec_7 .sec_7_content .slider .child .image .video_src::-webkit-media-controls-panel {
  display: none !important;
}
.home_page .sec_7 .sec_7_content .slider .child .videos img,
.home_page .sec_7 .sec_7_content .slider .child .videos video,
.home_page .sec_7 .sec_7_content .slider .child .image img,
.home_page .sec_7 .sec_7_content .slider .child .image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_page .sec_8 {
  background: white;
}
.home_page .sec_8 .sec_8_content .sec_8_content_inner {
  max-width: 600px;
  margin: 0 auto;
}
.home_page .sec_8 .sec_8_content .sec_8_content_inner h2, .home_page .sec_8 .sec_8_content .sec_8_content_inner p {
  text-align: center;
}
.home_page .sec_8 .sec_8_content .sec_8_content_inner p, .home_page .sec_8 .sec_8_content .sec_8_content_inner h2 {
  color: black;
}
.home_page .sec_8 .sec_8_content .sec_8_content_inner .c_button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 2.5px;
}
@media (max-width: 767px) {
  .home_page .sec_1 .dots_container {
    bottom: 0 !important;
  }
  .home_page .sec_2 {
    margin: 15% 0;
  }
  .home_page .sec_2 .btn_area {
    padding-top: 2.5%;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .home_page .sec_2 .btn_area {
    padding-top: 3%;
  }
}
@media (max-width: 767px) {
  .home_page .sec_3 .dots,
  .home_page .sec_4 .dots,
  .home_page .sec_5 .dots,
  .home_page .sec_6 .dots {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    width: 100%;
    left: 0;
    top: -40px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, black);
  }
  .home_page .sec_3 .dots .slick-dots,
  .home_page .sec_4 .dots .slick-dots,
  .home_page .sec_5 .dots .slick-dots,
  .home_page .sec_6 .dots .slick-dots {
    list-style-type: none;
    display: flex;
    justify-content: center;
    transition: all 0.2s ease-in-out 0.01s;
    padding: 0;
    gap: 30px;
    margin: 0;
    height: fit-content;
  }
}
@media (max-width: 767px) and (max-width: 1920px) {
  .home_page .sec_3 .dots .slick-dots,
  .home_page .sec_4 .dots .slick-dots,
  .home_page .sec_5 .dots .slick-dots,
  .home_page .sec_6 .dots .slick-dots {
    gap: 25px;
  }
}
@media (max-width: 767px) and (max-width: 992px) {
  .home_page .sec_3 .dots .slick-dots,
  .home_page .sec_4 .dots .slick-dots,
  .home_page .sec_5 .dots .slick-dots,
  .home_page .sec_6 .dots .slick-dots {
    gap: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .home_page .sec_3 .dots .slick-dots,
  .home_page .sec_4 .dots .slick-dots,
  .home_page .sec_5 .dots .slick-dots,
  .home_page .sec_6 .dots .slick-dots {
    gap: 16px;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .home_page .sec_3 .dots .slick-dots,
  .home_page .sec_4 .dots .slick-dots,
  .home_page .sec_5 .dots .slick-dots,
  .home_page .sec_6 .dots .slick-dots {
    gap: 13px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_3 .dots .slick-dots li,
  .home_page .sec_4 .dots .slick-dots li,
  .home_page .sec_5 .dots .slick-dots li,
  .home_page .sec_6 .dots .slick-dots li {
    margin: 0 0rem;
    display: flex;
    transition: all 0.2s ease-in-out 0.01s;
    width: fit-content;
    height: 15px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
  }
  .home_page .sec_3 .dots .slick-dots li button,
  .home_page .sec_4 .dots .slick-dots li button,
  .home_page .sec_5 .dots .slick-dots li button,
  .home_page .sec_6 .dots .slick-dots li button {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: none;
    background-color: transparent;
    height: 1.5px;
    width: 75px;
    padding: 0;
    text-indent: -9999px;
    border: none;
    background: white;
    outline: 0 !important;
    opacity: 0.3;
  }
}
@media (max-width: 767px) and (max-width: 1920px) {
  .home_page .sec_3 .dots .slick-dots li button,
  .home_page .sec_4 .dots .slick-dots li button,
  .home_page .sec_5 .dots .slick-dots li button,
  .home_page .sec_6 .dots .slick-dots li button {
    width: 70px;
  }
}
@media (max-width: 767px) and (max-width: 1280px) {
  .home_page .sec_3 .dots .slick-dots li button,
  .home_page .sec_4 .dots .slick-dots li button,
  .home_page .sec_5 .dots .slick-dots li button,
  .home_page .sec_6 .dots .slick-dots li button {
    width: 60px;
  }
}
@media (max-width: 767px) and (max-width: 992px) {
  .home_page .sec_3 .dots .slick-dots li button,
  .home_page .sec_4 .dots .slick-dots li button,
  .home_page .sec_5 .dots .slick-dots li button,
  .home_page .sec_6 .dots .slick-dots li button {
    width: 55px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .home_page .sec_3 .dots .slick-dots li button,
  .home_page .sec_4 .dots .slick-dots li button,
  .home_page .sec_5 .dots .slick-dots li button,
  .home_page .sec_6 .dots .slick-dots li button {
    width: 50px;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .home_page .sec_3 .dots .slick-dots li button,
  .home_page .sec_4 .dots .slick-dots li button,
  .home_page .sec_5 .dots .slick-dots li button,
  .home_page .sec_6 .dots .slick-dots li button {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_3 .dots .slick-dots li.slick-active button,
  .home_page .sec_4 .dots .slick-dots li.slick-active button,
  .home_page .sec_5 .dots .slick-dots li.slick-active button,
  .home_page .sec_6 .dots .slick-dots li.slick-active button {
    opacity: 1;
  }
  .home_page .sec_3 .arrows.slick-disabled,
  .home_page .sec_4 .arrows.slick-disabled,
  .home_page .sec_5 .arrows.slick-disabled,
  .home_page .sec_6 .arrows.slick-disabled {
    opacity: 0.5 !important;
  }
  .home_page .sec_3 .btn_area,
  .home_page .sec_4 .btn_area,
  .home_page .sec_5 .btn_area,
  .home_page .sec_6 .btn_area {
    display: flex;
    justify-content: center;
    padding-top: 2.5%;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .home_page .sec_3 .btn_area,
  .home_page .sec_4 .btn_area,
  .home_page .sec_5 .btn_area,
  .home_page .sec_6 .btn_area {
    padding-top: 3%;
  }
}
@media (max-width: 767px) {
  .home_page .sec_3 .inline,
  .home_page .sec_4 .inline,
  .home_page .sec_5 .inline,
  .home_page .sec_6 .inline {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
  }
  .home_page .sec_3 .h3, .home_page .sec_3 h3,
  .home_page .sec_3 .copy_content p,
  .home_page .sec_4 .h3,
  .home_page .sec_4 h3,
  .home_page .sec_4 .copy_content p,
  .home_page .sec_5 .h3,
  .home_page .sec_5 h3,
  .home_page .sec_5 .copy_content p,
  .home_page .sec_6 .h3,
  .home_page .sec_6 h3,
  .home_page .sec_6 .copy_content p {
    text-align: center;
  }
  .home_page .sec_3 .arrows,
  .home_page .sec_4 .arrows,
  .home_page .sec_5 .arrows,
  .home_page .sec_6 .arrows {
    position: unset !important;
  }
  .home_page .sec_3 .copy_content,
  .home_page .sec_4 .copy_content,
  .home_page .sec_5 .copy_content,
  .home_page .sec_6 .copy_content {
    max-width: 65%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 15px !important;
  }
}
@media (max-width: 767px) and (max-width: 650px) {
  .home_page .sec_3 .copy_content,
  .home_page .sec_4 .copy_content,
  .home_page .sec_5 .copy_content,
  .home_page .sec_6 .copy_content {
    max-width: 75%;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .home_page .sec_3 .copy_content,
  .home_page .sec_4 .copy_content,
  .home_page .sec_5 .copy_content,
  .home_page .sec_6 .copy_content {
    max-width: 85%;
  }
}
@media (max-width: 767px) and (max-width: 380px) {
  .home_page .sec_3 .copy_content,
  .home_page .sec_4 .copy_content,
  .home_page .sec_5 .copy_content,
  .home_page .sec_6 .copy_content {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .home_page .sec_3 .image img,
  .home_page .sec_4 .image img,
  .home_page .sec_5 .image img,
  .home_page .sec_6 .image img {
    height: auto !important;
    aspect-ratio: 2/3;
  }
  .home_page .sec_3 .videos video,
  .home_page .sec_4 .videos video,
  .home_page .sec_5 .videos video,
  .home_page .sec_6 .videos video {
    height: auto !important;
    aspect-ratio: 2/3;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .home_page .sec_4 .arrows,
  .home_page .sec_5 .arrows {
    display: block;
    position: absolute;
    top: 160px;
  }
  .home_page .sec_4 .arrows.next,
  .home_page .sec_5 .arrows.next {
    right: 8px;
  }
  .home_page .sec_4 .arrows.prev,
  .home_page .sec_5 .arrows.prev {
    left: 8px;
  }
  .home_page .sec_4 .arrows .arrow,
  .home_page .sec_5 .arrows .arrow {
    background: none !important;
    backdrop-filter: unset !important;
    width: 22px;
    height: 22px;
  }
  .home_page .sec_4 .arrows .arrow img,
  .home_page .sec_5 .arrows .arrow img {
    filter: invert(0) !important;
    padding: 0 !important;
  }
}
@media (max-width: 767px) and (max-width: 600px) {
  .home_page .sec_4 .arrows,
  .home_page .sec_5 .arrows {
    top: 135px;
  }
  .home_page .sec_4 .arrows.next,
  .home_page .sec_5 .arrows.next {
    right: 8px;
  }
  .home_page .sec_4 .arrows.prev,
  .home_page .sec_5 .arrows.prev {
    left: 8px;
  }
  .home_page .sec_4 .arrows .arrow,
  .home_page .sec_5 .arrows .arrow {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .home_page .sec_4 .arrows,
  .home_page .sec_5 .arrows {
    top: 115px;
  }
  .home_page .sec_4 .arrows.next,
  .home_page .sec_5 .arrows.next {
    right: 7px;
  }
  .home_page .sec_4 .arrows.prev,
  .home_page .sec_5 .arrows.prev {
    left: 7px;
  }
  .home_page .sec_4 .arrows .arrow,
  .home_page .sec_5 .arrows .arrow {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 767px) and (max-width: 380px) {
  .home_page .sec_4 .arrows,
  .home_page .sec_5 .arrows {
    top: 87px;
  }
  .home_page .sec_4 .arrows.next,
  .home_page .sec_5 .arrows.next {
    right: 5px;
  }
  .home_page .sec_4 .arrows.prev,
  .home_page .sec_5 .arrows.prev {
    left: 5px;
  }
  .home_page .sec_4 .arrows .arrow,
  .home_page .sec_5 .arrows .arrow {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_3 .tops_content,
  .home_page .sec_4 .tops_content {
    padding-bottom: 9%;
  }
  .home_page .sec_4 .tops_content {
    margin-top: 12.5%;
  }
  .home_page .sec_5 .tops {
    padding-top: 0 !important;
  }
  .home_page .sec_5 .tops_content {
    padding: 19.5% 0;
  }
  .home_page .sec_5 .tops_content h2 {
    margin: 0 !important;
  }
  .home_page .sec_3 .bottoms {
    padding: 0 !important;
  }
  .home_page .sec_3 .image img {
    height: auto !important;
    aspect-ratio: 2/3;
  }
  .home_page .sec_3 .mobile_content {
    position: relative;
    transition: unset !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .home_page .sec_3 .mobile_content {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px !important;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .home_page .sec_3 .mobile_content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) and (max-width: 380px) {
  .home_page .sec_3 .mobile_content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .change_pointer_btn_class {
    pointer-events: none !important;
    cursor: default !important;
  }
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .change_pointer_btn_class .image {
    cursor: default !important;
  }
  .home_page .sec_4 .sec_4_content .bottoms .bottoms_content .lefts .change_pointer_btn_class .image img {
    cursor: default !important;
  }
  .home_page .sec_4 .child.block.mobile {
    position: relative;
    transition: unset !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .home_page .sec_4 .child.block.mobile {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px !important;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .home_page .sec_4 .child.block.mobile {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) and (max-width: 380px) {
  .home_page .sec_4 .child.block.mobile {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_4 .child.block.mobile .copy_content p {
    color: white;
  }
  .home_page .sec_4 .bottoms {
    padding-left: 0 !important;
    padding-right: 0 !important;
    transition: unset !important;
  }
  .home_page .sec_5 .arrows .arrow img {
    filter: invert(1) !important;
  }
  .home_page .sec_5 .bottoms {
    padding: 0 !important;
  }
  .home_page .sec_5 .bottoms_content {
    display: block !important;
  }
  .home_page .sec_5 .bottoms_content .child .content {
    margin-bottom: 0 !important;
    position: relative !important;
    transition: unset !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .home_page .sec_5 .bottoms_content .child .content {
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 20px !important;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .home_page .sec_5 .bottoms_content .child .content {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (max-width: 767px) and (max-width: 380px) {
  .home_page .sec_5 .bottoms_content .child .content {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
@media (max-width: 767px) {
  .home_page .sec_5 .bottoms_content .child .content .inline h3 {
    margin-bottom: 0 !important;
  }
  .home_page .sec_5 .bottoms_content.mobile_mixed_mode .arrows,
  .home_page .sec_5 .bottoms_content.mobile_mixed_mode .dots {
    display: none !important;
  }
  .home_page .sec_5 .bottoms_content.mobile_mixed_mode .child {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .home_page .sec_5 .bottoms_content.mobile_mixed_mode .child {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .home_page .sec_5 .bottoms_content.mobile_mixed_mode .child {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_5 .bottoms_content.mobile_mixed_mode .child:last-child {
    margin-bottom: 0;
  }
  .home_page .sec_5 .bottoms_content.mobile_mixed_mode .child .image,
  .home_page .sec_5 .bottoms_content.mobile_mixed_mode .child .videos {
    height: auto !important;
    aspect-ratio: 16/10;
  }
  .home_page .sec_5 .bottoms_content.mobile_mixed_mode .child .image img,
  .home_page .sec_5 .bottoms_content.mobile_mixed_mode .child .image video,
  .home_page .sec_5 .bottoms_content.mobile_mixed_mode .child .videos img,
  .home_page .sec_5 .bottoms_content.mobile_mixed_mode .child .videos video {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    aspect-ratio: 16/10;
  }
  .home_page .sec_5 .bottoms_content.mobile_mixed_mode .child.image_only .content {
    display: none !important;
  }
  .home_page .sec_6 .tops {
    margin-bottom: 50px !important;
  }
  .home_page .sec_6 .tops_content_outer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .home_page .sec_6 .bottoms {
    position: relative !important;
    padding-bottom: 0 !important;
  }
  .home_page .sec_6 .bottoms .dots {
    bottom: 20px !important;
    top: unset !important;
    z-index: 2;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .home_page .sec_6 .bottoms .dots {
    bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .home_page .sec_6 .bottoms_content {
    display: block !important;
    position: relative;
    z-index: 1;
    padding-bottom: 20px !important;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .home_page .sec_6 .bottoms_content {
    padding-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .home_page .sec_7 .dots_container {
    display: none !important;
  }
  .home_page .sec_7 .absolute_content.ct_2 {
    display: flex !important;
    bottom: 60px !important;
  }
  .home_page .sec_8 {
    display: none;
  }
}

body.home .footer .footer_content {
  border: none;
}

.footer {
  background: black;
  padding: 0 50px;
  transition: all 0.2s ease 0.01s;
  position: relative;
  z-index: 5;
}
@media (max-width: 1410px) {
  .footer {
    padding: 0 20px;
  }
}
@media (max-width: 1280px) {
  .footer {
    padding: 0 13px;
  }
}
@media (max-width: 992px) {
  .footer {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 0 15px;
    padding: 0 45px;
  }
}
@media (max-width: 470px) {
  .footer {
    padding: 0 12px;
    padding: 0 20px;
  }
}
@media (max-width: 380px) {
  .footer {
    padding: 0 10px;
    padding: 0 15px;
  }
}
.footer .footer_content {
  transition: all 0.2s ease 0.01s;
  padding-top: 30px;
  padding-top: 80px;
  padding-bottom: 45px;
  border-top: 1.2px solid #9A8348;
}
@media (max-width: 1920px) {
  .footer .footer_content {
    padding-top: 25px;
    padding-top: 75px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content {
    padding-top: 65px;
  }
}
@media (max-width: 992px) {
  .footer .footer_content {
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  .footer .footer_content {
    padding-top: 50px;
  }
}
.footer .footer_content .tops,
.footer .footer_content .bottoms {
  transition: all 0.2s ease-in-out 0.01s;
}
.footer .footer_content .tops {
  display: grid;
  grid-template-columns: 3fr 7fr;
  gap: 2rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 992px) {
  .footer .footer_content .tops {
    grid-template-columns: 1fr 1.6fr;
    gap: 5rem;
  }
}
@media (max-width: 767px) {
  .footer .footer_content .tops {
    grid-template-columns: 1fr;
    gap: 7.5rem;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops {
    gap: 6.5rem;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops {
    gap: 5.5rem;
  }
}
.footer .footer_content .tops p, .footer .footer_content .tops a, .footer .footer_content .tops li {
  font-size: 17px;
  line-height: 30px;
}
@media (max-width: 1920px) {
  .footer .footer_content .tops p, .footer .footer_content .tops a, .footer .footer_content .tops li {
    font-size: 17.5px;
    font-size: 16.5px;
    font-size: 16px;
    font-size: 14px;
    line-height: 30px;
    line-height: 25px;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content .tops p, .footer .footer_content .tops a, .footer .footer_content .tops li {
    font-size: 17px;
    font-size: 15px;
    font-size: 13.5px;
    line-height: 23px;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .tops p, .footer .footer_content .tops a, .footer .footer_content .tops li {
    font-size: 16.5px;
    font-size: 15px;
    font-size: 13.5px;
    line-height: 26px;
    line-height: 23px;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops p, .footer .footer_content .tops a, .footer .footer_content .tops li {
    font-size: 16px;
    font-size: 15px;
    font-size: 13px;
    line-height: 25px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .footer .footer_content .tops p, .footer .footer_content .tops a, .footer .footer_content .tops li {
    font-size: 15.5px;
    font-size: 14.5px;
    font-size: 14px;
    font-size: 12.5px;
    line-height: 22px;
  }
  .footer .footer_content .tops p.sub_heading, .footer .footer_content .tops a.sub_heading, .footer .footer_content .tops li.sub_heading {
    font-size: 12.5px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops p, .footer .footer_content .tops a, .footer .footer_content .tops li {
    font-size: 14.5px;
    font-size: 13.5px;
    font-size: 12px;
    line-height: 24px;
    line-height: 19px;
  }
  .footer .footer_content .tops p.sub_heading, .footer .footer_content .tops a.sub_heading, .footer .footer_content .tops li.sub_heading {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops p, .footer .footer_content .tops a, .footer .footer_content .tops li {
    font-size: 14px;
    font-size: 12.5px;
    font-size: 12px;
    line-height: 23px;
    line-height: 18px;
  }
  .footer .footer_content .tops p.sub_heading, .footer .footer_content .tops a.sub_heading, .footer .footer_content .tops li.sub_heading {
    font-size: 11.5px;
  }
}
.footer .footer_content .tops .lefts .inline {
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 767px) {
  .footer .footer_content .tops .lefts .inline {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .footer .footer_content .tops .lefts .inline .rows {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops .lefts .inline {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
  }
}
.footer .footer_content .tops .lefts .inline .rows {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .footer .footer_content .tops .lefts .inline .rows {
    margin-bottom: 0;
  }
}
.footer .footer_content .tops .lefts .rows .site_logo img {
  object-fit: contain;
  width: 380px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .footer .footer_content .tops .lefts .rows .site_logo img {
    width: 320px;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .lefts .rows .site_logo img {
    width: 280px;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .tops .lefts .rows .site_logo img {
    width: 240px;
  }
}
@media (max-width: 1100px) {
  .footer .footer_content .tops .lefts .rows .site_logo img {
    width: 220px;
  }
}
@media (max-width: 620px) {
  .footer .footer_content .tops .lefts .rows .site_logo img {
    width: 200px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .lefts .rows .site_logo img {
    width: 175px;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops .lefts .rows .site_logo img {
    width: 185px;
  }
}
.footer .footer_content .tops .lefts .rows .waranty_logo img {
  max-width: 200px;
  max-width: 160px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .footer .footer_content .tops .lefts .rows .waranty_logo img {
    max-width: 180px;
    max-width: 145px;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .lefts .rows .waranty_logo img {
    max-width: 160px;
    max-width: 135px;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .tops .lefts .rows .waranty_logo img {
    max-width: 150px;
    max-width: 125px;
  }
}
@media (max-width: 1100px) {
  .footer .footer_content .tops .lefts .rows .waranty_logo img {
    max-width: 140px;
    max-width: 120px;
  }
}
@media (max-width: 620px) {
  .footer .footer_content .tops .lefts .rows .waranty_logo img {
    max-width: 130px;
    max-width: 110px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .lefts .rows .waranty_logo img {
    max-width: 115px;
    max-width: 100px;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops .lefts .rows .waranty_logo img {
    max-width: 110px;
    max-width: 90px;
  }
}
.footer .footer_content .tops .lefts .rows.social_links {
  display: flex;
  gap: 4rem;
  align-items: center;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .footer .footer_content .tops .lefts .rows.social_links {
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .footer .footer_content .tops .lefts .rows.social_links {
    justify-content: space-between;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .lefts .rows.social_links {
    gap: 2rem;
  }
}
@media (max-width: 320px) {
  .footer .footer_content .tops .lefts .rows.social_links {
    gap: 1rem;
  }
}
.footer .footer_content .tops .lefts .rows.social_links a img {
  transition: all 0.2s ease-in-out 0.01s;
  height: 22px;
}
@media (max-width: 1280px) {
  .footer .footer_content .tops .lefts .rows.social_links a img {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .footer .footer_content .tops .lefts .rows.social_links a img {
    height: 20px;
  }
}
@media (max-width: 620px) {
  .footer .footer_content .tops .lefts .rows.social_links a img {
    height: 20px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .lefts .rows.social_links a img {
    height: 18px;
    height: 17px;
  }
}
@media (max-width: 320px) {
  .footer .footer_content .tops .lefts .rows.social_links a img {
    height: 16px;
    height: 15px;
  }
}
.footer .footer_content .tops .rights {
  display: flex;
  margin-left: auto;
  gap: 10rem;
  transition: all 0.2s ease-in-out 0.01s;
}
.footer .footer_content .tops .rights > div {
  display: flex;
  transition: all 0.2s ease-in-out 0.01s;
  margin-left: auto;
  gap: 10rem;
}
@media (max-width: 1920px) {
  .footer .footer_content .tops .rights {
    gap: 8rem;
  }
  .footer .footer_content .tops .rights > div {
    gap: 8rem;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .rights {
    gap: 6rem;
  }
  .footer .footer_content .tops .rights > div {
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .tops .rights {
    gap: 5rem;
  }
  .footer .footer_content .tops .rights > div {
    gap: 5rem;
  }
}
@media (max-width: 1100px) {
  .footer .footer_content .tops .rights {
    gap: 4rem;
  }
  .footer .footer_content .tops .rights > div {
    gap: 4rem;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops .rights {
    flex-direction: column;
    margin-left: unset;
    padding-left: 14%;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .footer .footer_content .tops .rights {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops .rights > div {
    margin-left: unset;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-end;
    gap: 4rem;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .footer .footer_content .tops .rights > div {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    gap: 9rem;
  }
}
@media (max-width: 992px) and (max-width: 620px) {
  .footer .footer_content .tops .rights > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    gap: 7rem;
  }
}
@media (max-width: 992px) and (max-width: 360px) {
  .footer .footer_content .tops .rights > div {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .footer .footer_content .tops .rights > div p, .footer .footer_content .tops .rights > div a, .footer .footer_content .tops .rights > div li {
    text-align: center;
    display: block;
  }
}
@media (max-width: 767px) {
  .footer .footer_content .tops .rights {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 620px) {
  .footer .footer_content .tops .rights {
    max-width: unset;
    width: 100%;
    width: fit-content;
    margin: 0 auto;
  }
}
.footer .footer_content .tops .rights .columns.policies {
  display: none;
}
@media (max-width: 767px) {
  .footer .footer_content .tops .rights .columns.policies {
    display: block;
  }
}
@media (max-width: 620px) {
  .footer .footer_content .tops .rights .columns.policies {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer .footer_content .tops .rights .columns .rows.policies {
    display: none;
  }
}
@media (max-width: 767px) and (max-width: 620px) {
  .footer .footer_content .tops .rights .columns .rows.policies {
    display: block;
  }
}
.footer .footer_content .tops .rights .columns a {
  color: white;
  color: #9b9b9b;
  text-decoration-thickness: 0px !important;
  text-underline-offset: 6px;
}
.footer .footer_content .tops .rights .columns .toll_free p {
  color: #9b9b9b;
}
@media (max-width: 1280px) {
  .footer .footer_content .tops .rights .columns .address,
  .footer .footer_content .tops .rights .columns .toll_free p,
  .footer .footer_content .tops .rights .columns .toll_free a {
    line-height: 28px;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops .rights .columns .address,
  .footer .footer_content .tops .rights .columns .toll_free p,
  .footer .footer_content .tops .rights .columns .toll_free a {
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .footer .footer_content .tops .rights .columns .address,
  .footer .footer_content .tops .rights .columns .toll_free p,
  .footer .footer_content .tops .rights .columns .toll_free a {
    line-height: 27px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .rights .columns .address,
  .footer .footer_content .tops .rights .columns .toll_free p,
  .footer .footer_content .tops .rights .columns .toll_free a {
    line-height: 26px;
  }
}
.footer .footer_content .tops .rights .columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer_content .tops .rights .columns ul li {
  margin-bottom: 6px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .rights .columns ul li {
    margin-bottom: 4px;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .tops .rights .columns ul li {
    margin-bottom: 3px;
  }
}
.footer .footer_content .tops .rights .columns ul li:last-of-type {
  margin-bottom: 0;
}
.footer .footer_content .tops .rights .columns ul li.current-menu-item a {
  text-decoration: underline;
}
.footer .footer_content .tops .rights .columns .rows {
  margin-bottom: 60px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .footer .footer_content .tops .rights .columns .rows {
    margin-bottom: 55px;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .rights .columns .rows {
    margin-bottom: 52px;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .tops .rights .columns .rows {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops .rights .columns .rows {
    margin-bottom: 40px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .rights .columns .rows {
    margin-bottom: 37.5px;
  }
}
.footer .footer_content .tops .rights .columns .rows:last-of-type {
  margin-bottom: 0;
}
.footer .footer_content .tops .rights .columns.contact .block {
  margin-bottom: 15px;
}
.footer .footer_content .bottoms {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  transition: all 0.2s ease-in-out 0.01s;
}
.footer .footer_content .bottoms .image {
  display: none;
}
@media (max-width: 1920px) {
  .footer .footer_content .bottoms {
    margin-top: 90px;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content .bottoms {
    margin-top: 85px;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .bottoms {
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .bottoms {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .footer .footer_content .bottoms {
    margin-top: 65px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .bottoms {
    margin-top: 50px;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .bottoms {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .footer .footer_content .bottoms {
    flex-direction: column;
    gap: 0.8rem;
    align-items: center;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .footer .footer_content .bottoms {
    gap: 0.6rem;
  }
}
@media (max-width: 767px) {
  .footer .footer_content .bottoms .image {
    display: block;
    padding-bottom: 7px;
  }
  .footer .footer_content .bottoms .designer::after {
    content: none !important;
  }
  .footer .footer_content .bottoms .designer img {
    display: none;
  }
}
.footer .footer_content .bottoms p, .footer .footer_content .bottoms a {
  font-size: 16.5px;
  line-height: normal;
  text-align: center;
}
@media (max-width: 1920px) {
  .footer .footer_content .bottoms p, .footer .footer_content .bottoms a {
    font-size: 15px;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content .bottoms p, .footer .footer_content .bottoms a {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .bottoms p, .footer .footer_content .bottoms a {
    font-size: 13.5px;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .bottoms p, .footer .footer_content .bottoms a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .footer .footer_content .bottoms p, .footer .footer_content .bottoms a {
    font-size: 12px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .bottoms p, .footer .footer_content .bottoms a {
    font-size: 11px;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .bottoms p, .footer .footer_content .bottoms a {
    font-size: 10px;
  }
}
.footer .footer_content .bottoms .copyright {
  color: white;
  opacity: 0.5;
}
.footer .footer_content .bottoms .designer {
  display: flex;
  gap: 4rem;
  position: relative;
}
.footer .footer_content .bottoms .designer::after {
  content: "";
  position: absolute;
  height: 35px;
  width: 0.8px;
  background: white;
  opacity: 0.5;
  right: 42px;
  top: 50%;
  transform: translateY(-50%);
}
.footer .footer_content .bottoms .designer span.copy, .footer .footer_content .bottoms .designer a {
  color: white;
  opacity: 0.5;
}
.footer .footer_content .bottoms .designer a {
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.footer .footer_content .bottoms .designer a:hover {
  opacity: 1;
}

.archive_page,
.taxonomy_page {
  background: black;
}
.archive_page .sec_1,
.taxonomy_page .sec_1 {
  padding-top: 80px !important;
}
@media (max-width: 1920px) {
  .archive_page .sec_1,
  .taxonomy_page .sec_1 {
    padding-top: 70px !important;
  }
}
@media (max-width: 1600px) {
  .archive_page .sec_1,
  .taxonomy_page .sec_1 {
    padding-top: 60px !important;
  }
}
@media (max-width: 1410px) {
  .archive_page .sec_1,
  .taxonomy_page .sec_1 {
    padding-top: 50px !important;
  }
}
@media (max-width: 992px) {
  .archive_page .sec_1,
  .taxonomy_page .sec_1 {
    padding-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .archive_page .sec_1,
  .taxonomy_page .sec_1 {
    padding-top: 35px !important;
  }
}
@media (max-width: 470px) {
  .archive_page .sec_1,
  .taxonomy_page .sec_1 {
    padding-top: 30px !important;
  }
}
@media (max-width: 380px) {
  .archive_page .sec_1,
  .taxonomy_page .sec_1 {
    padding-top: 25px !important;
  }
}
.archive_page .sec_1 .sec_1_content,
.taxonomy_page .sec_1 .sec_1_content {
  padding-top: 0 !important;
}
.archive_page .sec_1 .sec_1_content .archive_categories,
.taxonomy_page .sec_1 .sec_1_content .archive_categories {
  margin-top: 80px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .archive_page .sec_1 .sec_1_content .archive_categories,
  .taxonomy_page .sec_1 .sec_1_content .archive_categories {
    margin-top: 70px;
  }
}
@media (max-width: 1600px) {
  .archive_page .sec_1 .sec_1_content .archive_categories,
  .taxonomy_page .sec_1 .sec_1_content .archive_categories {
    margin-top: 60px;
  }
}
@media (max-width: 1410px) {
  .archive_page .sec_1 .sec_1_content .archive_categories,
  .taxonomy_page .sec_1 .sec_1_content .archive_categories {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .archive_page .sec_1 .sec_1_content .archive_categories,
  .taxonomy_page .sec_1 .sec_1_content .archive_categories {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .archive_page .sec_1 .sec_1_content .archive_categories,
  .taxonomy_page .sec_1 .sec_1_content .archive_categories {
    margin-top: 35px;
  }
}
@media (max-width: 470px) {
  .archive_page .sec_1 .sec_1_content .archive_categories,
  .taxonomy_page .sec_1 .sec_1_content .archive_categories {
    margin-top: 30px;
  }
}
@media (max-width: 380px) {
  .archive_page .sec_1 .sec_1_content .archive_categories,
  .taxonomy_page .sec_1 .sec_1_content .archive_categories {
    margin-top: 25px;
  }
}
.archive_page .sec_1 .sec_1_content .archive_categories .categories .category,
.taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category {
  display: block;
  text-decoration: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}
.archive_page .sec_1 .sec_1_content .archive_categories .categories .category:last-of-type,
.taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category:last-of-type {
  padding: 0 !important;
}
.archive_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner,
.taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  align-items: center;
  gap: 12rem;
  justify-content: space-between;
  transition: all 0.2s ease-in-out 0.01s;
  padding-top: 0 !important;
}
@media (max-width: 1920px) {
  .archive_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner,
  .taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner {
    gap: 10rem;
  }
}
@media (max-width: 1600px) {
  .archive_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner,
  .taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner {
    gap: 9rem;
  }
}
@media (max-width: 1410px) {
  .archive_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner,
  .taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner {
    gap: 8rem;
  }
}
@media (max-width: 1280px) {
  .archive_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner,
  .taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner {
    gap: 6rem;
    grid-template-columns: 1fr 1.6fr;
  }
}
@media (max-width: 992px) {
  .archive_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner,
  .taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner {
    gap: 5rem;
  }
}
@media (max-width: 767px) {
  .archive_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner,
  .taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 470px) {
  .archive_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner,
  .taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner {
    gap: 1.5rem;
  }
}
@media (max-width: 380px) {
  .archive_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner,
  .taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner {
    gap: 1.25rem;
  }
}
.archive_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner .lefts h2,
.taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner .lefts h2 {
  text-underline-offset: 7px !important;
  text-decoration-thickness: 1px !important;
}
.archive_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner .lefts .copy_content p,
.taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner .lefts .copy_content p {
  color: white;
}
.archive_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner .rights .image,
.archive_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner .rights .videos,
.taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner .rights .image,
.taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner .rights .videos {
  width: 100%;
  height: 100%;
  max-height: 670px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.6/1;
}
.archive_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner .rights .image img,
.archive_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner .rights .image video,
.archive_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner .rights .videos img,
.archive_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner .rights .videos video,
.taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner .rights .image img,
.taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner .rights .image video,
.taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner .rights .videos img,
.taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category .category_inner .rights .videos video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.archive_page .sec_1 .sec_1_content .archive_categories .categories .category:hover .lefts h2,
.taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category:hover .lefts h2 {
  text-decoration: underline;
}
.archive_page .sec_1 .sec_1_content .archive_categories .categories .category:hover .rights .image img,
.archive_page .sec_1 .sec_1_content .archive_categories .categories .category:hover .rights .image video,
.archive_page .sec_1 .sec_1_content .archive_categories .categories .category:hover .rights .videos img,
.archive_page .sec_1 .sec_1_content .archive_categories .categories .category:hover .rights .videos video,
.taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category:hover .rights .image img,
.taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category:hover .rights .image video,
.taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category:hover .rights .videos img,
.taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category:hover .rights .videos video {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .archive_page .sec_1 .sec_1_content .archive_categories .categories .category:hover .rights .image img,
  .archive_page .sec_1 .sec_1_content .archive_categories .categories .category:hover .rights .image video,
  .archive_page .sec_1 .sec_1_content .archive_categories .categories .category:hover .rights .videos img,
  .archive_page .sec_1 .sec_1_content .archive_categories .categories .category:hover .rights .videos video,
  .taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category:hover .rights .image img,
  .taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category:hover .rights .image video,
  .taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category:hover .rights .videos img,
  .taxonomy_page .sec_1 .sec_1_content .archive_categories .categories .category:hover .rights .videos video {
    transform: unset;
  }
}

.single_product_page .sec_3 .slider:not(.slick-initialized),
.single_product_page .sec_4 .slider:not(.slick-initialized),
.single_product_page .sec_5 .media-gallery:not(.slick-initialized),
.single_product_page .sec_10 .media-gallery:not(.slick-initialized) {
  opacity: 0;
}
.single_product_page .sec_3 .slider.slick-initialized,
.single_product_page .sec_4 .slider.slick-initialized,
.single_product_page .sec_5 .media-gallery.slick-initialized,
.single_product_page .sec_10 .media-gallery.slick-initialized {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.single_product_page {
  background: black;
}
.single_product_page .section-padding.no_top_pad {
  padding-top: 0 !important;
}
.single_product_page .sec_1 .sec_1_content {
  position: relative;
}
.single_product_page .sec_1 .sec_1_content .child {
  position: relative;
}
.single_product_page .sec_1 .sec_1_content .child.shadow_under_nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.35%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.35%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(360deg, rgba(0, 0, 0, 0) 59.85%, rgba(0, 0, 0, 0.8) 100%);
}
.single_product_page .sec_1 .sec_1_content .child .video_src::-webkit-media-controls {
  display: none !important;
}
.single_product_page .sec_1 .sec_1_content .child .video_src::-webkit-media-controls-enclosure {
  display: none !important;
}
.single_product_page .sec_1 .sec_1_content .child .video_src::-webkit-media-controls-panel {
  display: none !important;
}
.single_product_page .sec_1 .sec_1_content .child video {
  object-fit: cover;
  transition: all 0.2s ease-in-out 0.01s;
  aspect-ratio: 16/9;
}
.single_product_page .sec_1 .sec_1_content .child .image,
.single_product_page .sec_1 .sec_1_content .child video {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out 0.01s;
  height: 580px;
  width: 100%;
}
@media (max-width: 1920px) {
  .single_product_page .sec_1 .sec_1_content .child .image,
  .single_product_page .sec_1 .sec_1_content .child video {
    height: 500px;
    height: 480px;
    height: 460px;
  }
}
@media (max-width: 1600px) {
  .single_product_page .sec_1 .sec_1_content .child .image,
  .single_product_page .sec_1 .sec_1_content .child video {
    height: 430px;
    height: 410px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_1 .sec_1_content .child .image,
  .single_product_page .sec_1 .sec_1_content .child video {
    height: 380px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_1 .sec_1_content .child .image,
  .single_product_page .sec_1 .sec_1_content .child video {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_1 .sec_1_content .child .image,
  .single_product_page .sec_1 .sec_1_content .child video {
    height: 240px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_1 .sec_1_content .child .image,
  .single_product_page .sec_1 .sec_1_content .child video {
    height: 220px;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_1 .sec_1_content .child .image,
  .single_product_page .sec_1 .sec_1_content .child video {
    height: 180px;
  }
}
.single_product_page .sec_1 .sec_1_content .child .image img,
.single_product_page .sec_1 .sec_1_content .child video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_product_page .sec_1 .sec_1_content .child .image, .single_product_page .sec_1 .sec_1_content .child .videos {
  position: relative;
  z-index: 1;
}
.single_product_page .sec_1 .sec_1_content .child .videos {
  line-height: 0;
}
.single_product_page .sec_2 {
  background: black;
  padding-top: 0 !important;
}
.single_product_page .sec_2 .sec_2_content {
  border-bottom: 1.2px solid #9A8348;
  padding-left: 0 !important;
  padding-right: 0 !important;
  transition: all 0.2s ease-in-out 0.01s;
}
.single_product_page .sec_2 .sec_2_content .sec_2_content_inner {
  display: grid;
  grid-template-columns: 53% 47%;
  padding: 0 7%;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1920px) {
  .single_product_page .sec_2 .sec_2_content .sec_2_content_inner {
    grid-template-columns: 50% 50%;
    padding: 0 6%;
  }
}
@media (max-width: 1600px) {
  .single_product_page .sec_2 .sec_2_content .sec_2_content_inner {
    padding: 0 4%;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_2 .sec_2_content .sec_2_content_inner {
    padding: 0 2%;
    grid-template-columns: 55% 45%;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_2 .sec_2_content .sec_2_content_inner {
    padding: 0%;
    grid-template-columns: 57% 43%;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_2 .sec_2_content .sec_2_content_inner {
    grid-template-columns: 100%;
    max-width: 700px !important;
    gap: 1rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_2 .sec_2_content .sec_2_content_inner {
    gap: 1.5rem;
  }
}
.single_product_page .sec_2 .sec_2_content .lefts {
  padding-right: 90px;
}
@media (max-width: 1920px) {
  .single_product_page .sec_2 .sec_2_content .lefts {
    padding-right: 70px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_2 .sec_2_content .lefts {
    padding-right: 65px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_2 .sec_2_content .lefts {
    padding-right: 55px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_2 .sec_2_content .lefts {
    padding-right: 0;
  }
}
.single_product_page .sec_2 .sec_2_content .lefts .tops .galleries_block_slider_dots ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  transition: all 0.2s ease-in-out 0.01s;
  margin-top: 12.5px;
}
@media (max-width: 1920px) {
  .single_product_page .sec_2 .sec_2_content .lefts .tops .galleries_block_slider_dots ul {
    gap: 3.5rem;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_2 .sec_2_content .lefts .tops .galleries_block_slider_dots ul {
    gap: 1.5rem 4rem;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_2 .sec_2_content .lefts .tops .galleries_block_slider_dots ul {
    gap: 1.5rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_2 .sec_2_content .lefts .tops .galleries_block_slider_dots ul {
    gap: 1.5rem 3rem;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_2 .sec_2_content .lefts .tops .galleries_block_slider_dots ul {
    gap: 1.5rem 2.25rem;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_2 .sec_2_content .lefts .tops .galleries_block_slider_dots ul {
    gap: 1.3rem 1.75rem;
  }
}
@media (max-width: 320px) {
  .single_product_page .sec_2 .sec_2_content .lefts .tops .galleries_block_slider_dots ul {
    gap: 1.2rem 1.5rem;
  }
}
.single_product_page .sec_2 .sec_2_content .lefts .tops .galleries_block_slider_dots ul li p {
  font-size: 15px;
}
.single_product_page .sec_2 .sec_2_content .lefts .tops .galleries_block_slider_dots ul li p::after {
  content: none;
}
@media (max-width: 1920px) {
  .single_product_page .sec_2 .sec_2_content .lefts .tops .galleries_block_slider_dots ul li p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_2 .sec_2_content .lefts .tops .galleries_block_slider_dots ul li p {
    font-size: 13.5px;
  }
}
.single_product_page .sec_2 .sec_2_content .lefts .tops .galleries_block_slider_dots ul li.slick-active p::after, .single_product_page .sec_2 .sec_2_content .lefts .tops .galleries_block_slider_dots ul li:hover p::after {
  content: "";
}
.single_product_page .sec_2 .sec_2_content .lefts .bottoms .copy_content p {
  color: white;
}
.single_product_page .sec_2 .sec_2_content .rights {
  display: grid;
  grid-template-columns: auto 90%;
  grid-template-columns: 90% auto;
  gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 1410px) {
  .single_product_page .sec_2 .sec_2_content .rights {
    gap: 2rem;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_2 .sec_2_content .rights {
    gap: 1.5rem;
  }
}
@media (max-width: 576px) {
  .single_product_page .sec_2 .sec_2_content .rights {
    grid-template-columns: 100%;
  }
  .single_product_page .sec_2 .sec_2_content .rights .l_lefts {
    display: none;
  }
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .slider_dots {
  margin-top: 15px;
}
@media (max-width: 575px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .slider_dots {
    margin-top: 20px;
  }
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .slider_dots * {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and older */
  user-select: none;
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .slider_dots ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 575px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .slider_dots ul {
    gap: 5px;
  }
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .slider_dots ul li {
  margin: 0;
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .slider_dots ul li button {
  background: transparent;
  box-shadow: none;
  outline: none;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
}
@media (max-width: 1920px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .slider_dots ul li button {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .slider_dots ul li button {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 575px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .slider_dots ul li button {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .slider_dots ul li button {
    width: 27.5px;
    height: 27.5px;
  }
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .slider_dots ul li button::after {
  position: absolute;
  content: "";
  z-index: 2;
  background: wheat;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .slider_dots ul li button img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .slider_dots ul li.slick-active button {
  border-color: wheat;
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .slider_dots ul li.slick-active button::after {
  content: none;
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery * {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and older */
  user-select: none;
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image,
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos {
  cursor: default;
  height: 100%;
  width: 100%;
  line-height: 0;
  transition: all 0.2s ease-in-out 0.01s;
  height: 650px;
}
@media (max-width: 1410px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos {
    height: 580px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos {
    height: 450px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos {
    height: 400px;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos {
    height: unset;
  }
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image img,
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image video,
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image model-viewer,
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos img,
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos video,
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos model-viewer {
  width: 100%;
  height: 100%;
  height: auto;
  max-height: 650px;
  min-height: 650px;
  object-fit: contain;
  cursor: default;
}
@media (max-width: 1410px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image img,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image video,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image model-viewer,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos img,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos video,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos model-viewer {
    max-height: 580px;
    min-height: 580px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image img,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image video,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image model-viewer,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos img,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos video,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos model-viewer {
    max-height: 550px;
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image img,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image video,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image model-viewer,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos img,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos video,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos model-viewer {
    max-height: 500px;
    min-height: unset;
    min-height: 450px;
  }
}
@media (max-width: 575px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image img,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image video,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image model-viewer,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos img,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos video,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos model-viewer {
    max-height: 450px;
    min-height: 400px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image img,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image video,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image model-viewer,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos img,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos video,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos model-viewer {
    max-height: 400px;
    min-height: 350px;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image img,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image video,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image model-viewer,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos img,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos video,
  .single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos model-viewer {
    max-height: 340px;
    min-height: unset;
  }
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .image::after,
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos::after {
  content: none;
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos {
  position: relative;
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos video {
  display: block;
  width: 100%;
  pointer-events: none;
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .videos .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: transparent;
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .video-slide {
  position: relative;
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .video-slide .video-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .video-slide .video-loader .spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .video-slide video {
  position: relative;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .video-slide video.video-ready {
  opacity: 1;
}
.single_product_page .sec_2 .sec_2_content .rights .r_lefts .gallery .video-slide video.video-ready ~ .video-loader {
  opacity: 0;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 575px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_rights {
    display: none;
  }
}
.single_product_page .sec_2 .sec_2_content .rights .r_rights .arrows_container {
  flex-direction: column !important;
  gap: 0.85rem;
}
.single_product_page .sec_2 .sec_2_content .rights .r_rights .arrows_container .arrows .arrow {
  width: 35px;
  height: 35px;
}
.single_product_page .sec_2 .sec_2_content .rights .r_rights .arrows_container .arrows .arrow img {
  padding: 10.5px;
}
@media (max-width: 1600px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_rights .arrows_container .arrows .arrow {
    width: 31.5px;
    height: 31.5px;
  }
  .single_product_page .sec_2 .sec_2_content .rights .r_rights .arrows_container .arrows .arrow img {
    padding: 9.5px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_rights .arrows_container .arrows .arrow {
    width: 40px;
    height: 40px;
  }
  .single_product_page .sec_2 .sec_2_content .rights .r_rights .arrows_container .arrows .arrow img {
    padding: 10.5px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_2 .sec_2_content .rights .r_rights .arrows_container .arrows .arrow {
    width: 35px;
    height: 35px;
  }
  .single_product_page .sec_2 .sec_2_content .rights .r_rights .arrows_container .arrows .arrow img {
    padding: 9.5px;
  }
}
.single_product_page .sec_2 .sec_2_content .rights video {
  pointer-events: none;
}
.single_product_page .sec_2 .sec_2_content .rights video::-webkit-media-controls {
  display: none !important;
}
.single_product_page .sec_2 .sec_2_content .rights video::-webkit-media-controls-panel {
  display: none !important;
}
.single_product_page .sec_2 .sec_2_content .rights video::-webkit-media-controls-play-button {
  display: none !important;
}
.single_product_page .sec_2 .sec_2_content .rights video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
.single_product_page .sec_2 .sec_2_content .rights video::-moz-media-controls {
  display: none !important;
}
.single_product_page .sec_2 .sec_2_content .rights video::-ms-media-controls {
  display: none !important;
}
.single_product_page .sec_3 {
  background: black;
}
.single_product_page .sec_3 .sec_3_content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}
.single_product_page .sec_3 .sec_3_content .sec_3_content_inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-template-columns: 55% 40% !important;
  gap: 5% !important;
  justify-content: space-between;
  align-items: flex-start;
  align-items: center;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_product_page .sec_3 .sec_3_content .sec_3_content_inner {
    gap: 7rem;
  }
}
@media (max-width: 1600px) {
  .single_product_page .sec_3 .sec_3_content .sec_3_content_inner {
    grid-template-columns: 1.4fr 1fr;
    gap: 5rem;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_3 .sec_3_content .sec_3_content_inner {
    gap: 3% !important;
    grid-template-columns: 55% 42% !important;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_3 .sec_3_content .sec_3_content_inner {
    grid-template-columns: 52% 45% !important;
    gap: 3% !important;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_3 .sec_3_content .sec_3_content_inner {
    grid-template-columns: 1.1fr 1fr;
    grid-template-columns: 47% 50% !important;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_3 .sec_3_content .sec_3_content_inner {
    gap: 3.5rem !important;
    grid-template-columns: 100% !important;
  }
}
@media (max-width: 600px) {
  .single_product_page .sec_3 .sec_3_content .sec_3_content_inner {
    gap: 3rem !important;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_3 .sec_3_content .sec_3_content_inner {
    gap: 2.5rem !important;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_3 .sec_3_content .sec_3_content_inner {
    gap: 2rem !important;
  }
}
.single_product_page .sec_3 .sec_3_content .lefts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  gap: 2rem;
}
.single_product_page .sec_3 .sec_3_content .lefts .arrows_container {
  justify-content: flex-start;
  margin-top: 30px;
  gap: 1rem;
}
@media (max-width: 767px) {
  .single_product_page .sec_3 .sec_3_content .lefts .arrows_container {
    justify-content: center;
  }
}
.single_product_page .sec_3 .sec_3_content .lefts .arrows_container .arrows .arrow {
  width: 55px;
  height: 55px;
}
.single_product_page .sec_3 .sec_3_content .lefts .arrows_container .arrows .arrow img {
  padding: 18px;
}
@media (max-width: 1920px) {
  .single_product_page .sec_3 .sec_3_content .lefts .arrows_container .arrows .arrow {
    width: 52.5px;
    height: 52.5px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_3 .sec_3_content .lefts .arrows_container .arrows .arrow {
    width: 50px;
    height: 50px;
  }
  .single_product_page .sec_3 .sec_3_content .lefts .arrows_container .arrows .arrow img {
    padding: 17px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_3 .sec_3_content .lefts .arrows_container .arrows .arrow {
    width: 48px;
    height: 48px;
  }
  .single_product_page .sec_3 .sec_3_content .lefts .arrows_container .arrows .arrow img {
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_3 .sec_3_content .lefts .arrows_container .arrows .arrow {
    width: 46px;
    height: 46px;
  }
  .single_product_page .sec_3 .sec_3_content .lefts .arrows_container .arrows .arrow img {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_3 .sec_3_content .lefts .arrows_container .arrows .arrow {
    width: 43px;
    height: 43px;
  }
  .single_product_page .sec_3 .sec_3_content .lefts .arrows_container .arrows .arrow img {
    padding: 14px;
  }
}
.single_product_page .sec_3 .sec_3_content .lefts .new_middles {
  padding-top: 15px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_product_page .sec_3 .sec_3_content .lefts .new_middles {
    padding-top: 10px;
  }
}
.single_product_page .sec_3 .sec_3_content .lefts .new_middles .inlines {
  display: flex;
  align-items: center;
  gap: 2rem 5rem;
  flex-wrap: wrap;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_product_page .sec_3 .sec_3_content .lefts .new_middles .inlines {
    gap: 1.5rem 4.5rem;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_3 .sec_3_content .lefts .new_middles .inlines {
    gap: 1.5rem 4rem;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_3 .sec_3_content .lefts .new_middles .inlines {
    gap: 1.5rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_3 .sec_3_content .lefts .new_middles .inlines {
    gap: 1.5rem 3rem;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_3 .sec_3_content .lefts .new_middles .inlines {
    gap: 1.5rem 2.25rem;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_3 .sec_3_content .lefts .new_middles .inlines {
    gap: 1.3rem 1.75rem;
  }
}
@media (max-width: 320px) {
  .single_product_page .sec_3 .sec_3_content .lefts .new_middles .inlines {
    gap: 1.2rem 1.5rem;
  }
}
.single_product_page .sec_3 .sec_3_content .lefts .new_middles .inlines h3 {
  cursor: pointer;
  color: white;
  transition: all 0.2s ease-in-out 0.01s;
}
.single_product_page .sec_3 .sec_3_content .lefts .new_middles .inlines h3.active {
  color: #9A8348;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.single_product_page .sec_3 .sec_3_content .lefts .new_middles .inlines h3:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.single_product_page .sec_3 .sec_3_content .lefts .to_bottom .tab_2 {
  display: none;
}
.single_product_page .sec_3 .sec_3_content .lefts .to_bottom.tab_2 .tab_1 {
  display: none !important;
}
.single_product_page .sec_3 .sec_3_content .lefts .to_bottom.tab_2 .tab_2 {
  display: block !important;
}
@media (max-width: 767px) {
  .single_product_page .sec_3 .sec_3_content .lefts .to_bottom {
    display: grid;
    grid-template-columns: 1fr;
  }
  .single_product_page .sec_3 .sec_3_content .lefts .to_bottom .tab_2 {
    display: none;
  }
  .single_product_page .sec_3 .sec_3_content .lefts .to_bottom .tab_1 {
    display: grid;
  }
  .single_product_page .sec_3 .sec_3_content .lefts .to_bottom.tab_2 .tab_1 {
    display: none !important;
  }
  .single_product_page .sec_3 .sec_3_content .lefts .to_bottom.tab_2 .tab_2 {
    display: grid !important;
  }
  .single_product_page .sec_3 .sec_3_content .lefts .to_bottom .middles {
    order: 1;
  }
  .single_product_page .sec_3 .sec_3_content .lefts .to_bottom .bottoms {
    order: 2;
  }
  .single_product_page .sec_3 .sec_3_content .lefts .to_bottom .arrows_container {
    order: 3;
  }
}
.single_product_page .sec_3 .sec_3_content .lefts .middles {
  margin-top: 100px;
  transition: all 0.2s ease-in-out 0.01s;
}
.single_product_page .sec_3 .sec_3_content .lefts .middles.new_style {
  margin-top: 40px !important;
}
@media (max-width: 1920px) {
  .single_product_page .sec_3 .sec_3_content .lefts .middles {
    margin-top: 80px;
  }
  .single_product_page .sec_3 .sec_3_content .lefts .middles.new_style {
    margin-top: 25px !important;
  }
}
@media (max-width: 1600px) {
  .single_product_page .sec_3 .sec_3_content .lefts .middles {
    margin-top: 70px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_3 .sec_3_content .lefts .middles {
    margin-top: 50px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_3 .sec_3_content .lefts .middles {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_3 .sec_3_content .lefts .middles {
    margin-top: 15px !important;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_3 .sec_3_content .lefts .middles {
    margin-top: 10px !important;
  }
}
@media (max-width: 600px) {
  .single_product_page .sec_3 .sec_3_content .lefts .middles {
    margin-top: 5px !important;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_3 .sec_3_content .lefts .middles {
    margin-top: 0px !important;
  }
}
.single_product_page .sec_3 .sec_3_content .lefts .middles .inline_btns {
  display: flex;
  align-items: center;
  gap: 2rem 5rem;
  flex-wrap: wrap;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_product_page .sec_3 .sec_3_content .lefts .middles .inline_btns {
    gap: 1.5rem 4.5rem;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_3 .sec_3_content .lefts .middles .inline_btns {
    gap: 1.5rem 4rem;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_3 .sec_3_content .lefts .middles .inline_btns {
    gap: 1.5rem 3.5rem;
  }
  .single_product_page .sec_3 .sec_3_content .lefts .middles .inline_btns p {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_3 .sec_3_content .lefts .middles .inline_btns {
    gap: 1.5rem 3rem;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_3 .sec_3_content .lefts .middles .inline_btns {
    gap: 1.5rem 2.25rem;
  }
}
@media (max-width: 470px) and (max-width: 380px) {
  .single_product_page .sec_3 .sec_3_content .lefts .middles .inline_btns {
    gap: 1.3rem 1.75rem;
  }
}
@media (max-width: 470px) and (max-width: 320px) {
  .single_product_page .sec_3 .sec_3_content .lefts .middles .inline_btns {
    gap: 1.2rem 1.5rem;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_3 .sec_3_content .lefts .middles .inline_btns a {
    font-size: 12px !important;
  }
}
@media (max-width: 470px) and (max-width: 380px) {
  .single_product_page .sec_3 .sec_3_content .lefts .middles .inline_btns a {
    font-size: 11px !important;
    font-weight: 600 !important;
  }
}
@media (max-width: 470px) and (max-width: 320px) {
  .single_product_page .sec_3 .sec_3_content .lefts .middles .inline_btns a {
    font-size: 10.5px !important;
  }
}
@media (max-width: 470px) and (max-width: 280px) {
  .single_product_page .sec_3 .sec_3_content .lefts .middles .inline_btns a {
    font-size: 10px !important;
  }
}
.single_product_page .sec_3 .sec_3_content .lefts .bottoms {
  margin-top: 60px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_product_page .sec_3 .sec_3_content .lefts .bottoms {
    margin-top: 50px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_3 .sec_3_content .lefts .bottoms {
    margin-top: 45px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_3 .sec_3_content .lefts .bottoms {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_3 .sec_3_content .lefts .bottoms {
    margin-top: 30px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_3 .sec_3_content .lefts .bottoms {
    margin-top: 25px;
  }
}
.single_product_page .sec_3 .sec_3_content .lefts .bottoms .copy_content {
  max-width: 70%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_product_page .sec_3 .sec_3_content .lefts .bottoms .copy_content {
    max-width: 80%;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_3 .sec_3_content .lefts .bottoms .copy_content {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_3 .sec_3_content .lefts .bottoms .copy_content {
    max-width: 100%;
  }
}
.single_product_page .sec_3 .sec_3_content .lefts .bottoms .copy_content p, .single_product_page .sec_3 .sec_3_content .lefts .bottoms .copy_content li, .single_product_page .sec_3 .sec_3_content .lefts .bottoms .copy_content a {
  color: white;
}
.single_product_page .sec_3 .sec_3_content .lefts .bottoms .copy_content ul {
  margin: 0;
}
@media (max-width: 767px) {
  .single_product_page .sec_3 .sec_3_content .lefts .bottoms .copy_content ul {
    padding-left: 23px;
  }
}
.single_product_page .sec_3 .sec_3_content .lefts .bottoms .copy_content li {
  margin-bottom: 7px;
}
.single_product_page .sec_3 .sec_3_content .lefts .bottoms .copy_content li:last-of-type {
  margin-bottom: 0;
}
.single_product_page .sec_3 .sec_3_content .rights {
  position: relative;
  position: sticky;
  position: unset !important;
  top: 165px;
}
@media (max-width: 1920px) {
  .single_product_page .sec_3 .sec_3_content .rights {
    top: 160px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_3 .sec_3_content .rights {
    top: 150px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_3 .sec_3_content .rights {
    top: 165px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_3 .sec_3_content .rights {
    top: 140px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_3 .sec_3_content .rights {
    position: unset;
  }
}
.single_product_page .sec_3 .sec_3_content .rights .mediaa {
  position: relative;
  line-height: 0;
}
.single_product_page .sec_3 .sec_3_content .rights .mediaa.shadow_under_nav::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.7%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  left: 0;
  top: 0;
}
.single_product_page .sec_3 .sec_3_content .rights .mediaa .videos,
.single_product_page .sec_3 .sec_3_content .rights .mediaa .image {
  height: 100%;
  width: 100%;
  line-height: 0;
}
.single_product_page .sec_3 .sec_3_content .rights .mediaa .videos img,
.single_product_page .sec_3 .sec_3_content .rights .mediaa .videos video,
.single_product_page .sec_3 .sec_3_content .rights .mediaa .videos iframe,
.single_product_page .sec_3 .sec_3_content .rights .mediaa .image img,
.single_product_page .sec_3 .sec_3_content .rights .mediaa .image video,
.single_product_page .sec_3 .sec_3_content .rights .mediaa .image iframe {
  width: 100%;
  height: 100%;
  height: 700px;
  height: fit-content;
  line-height: 0;
  transition: all 0.2s ease-in-out 0.01s;
  object-fit: cover;
}
@media (max-width: 767px) {
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .videos img,
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .videos video,
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .videos iframe,
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .image img,
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .image video,
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .image iframe {
    height: 100%;
    max-height: 350px;
  }
}
@media (max-width: 600px) {
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .videos img,
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .videos video,
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .videos iframe,
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .image img,
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .image video,
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .image iframe {
    max-height: 330px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .videos img,
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .videos video,
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .videos iframe,
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .image img,
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .image video,
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .image iframe {
    max-height: 300px;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .videos img,
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .videos video,
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .videos iframe,
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .image img,
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .image video,
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .image iframe {
    max-height: 270px;
  }
}
.single_product_page .sec_3 .sec_3_content .rights .mediaa .videos img.cover_size,
.single_product_page .sec_3 .sec_3_content .rights .mediaa .image img.cover_size {
  object-fit: cover;
}
.single_product_page .sec_3 .sec_3_content .rights .mediaa .videos img.contain_size,
.single_product_page .sec_3 .sec_3_content .rights .mediaa .image img.contain_size {
  object-fit: contain;
}
@media (max-width: 767px) {
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .videos img,
  .single_product_page .sec_3 .sec_3_content .rights .mediaa .image img {
    object-position: center !important;
  }
}
.single_product_page .sec_2 .main-wrap,
.single_product_page .sec_3 .main-wrap,
.single_product_page .sec_4 .main-wrap,
.single_product_page .sec_6 .main-wrap,
.single_product_page .sec_7 .main-wrap,
.single_product_page .sec_9 .main-wrap {
  max-width: 1550px;
  margin: 0 auto;
}
@media (max-width: 1920px) {
  .single_product_page .sec_2 .main-wrap,
  .single_product_page .sec_3 .main-wrap,
  .single_product_page .sec_4 .main-wrap,
  .single_product_page .sec_6 .main-wrap,
  .single_product_page .sec_7 .main-wrap,
  .single_product_page .sec_9 .main-wrap {
    max-width: 1300px;
  }
}
@media (max-width: 1600px) {
  .single_product_page .sec_2 .main-wrap,
  .single_product_page .sec_3 .main-wrap,
  .single_product_page .sec_4 .main-wrap,
  .single_product_page .sec_6 .main-wrap,
  .single_product_page .sec_7 .main-wrap,
  .single_product_page .sec_9 .main-wrap {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_2 .main-wrap,
  .single_product_page .sec_3 .main-wrap,
  .single_product_page .sec_4 .main-wrap,
  .single_product_page .sec_6 .main-wrap,
  .single_product_page .sec_7 .main-wrap,
  .single_product_page .sec_9 .main-wrap {
    max-width: 97%;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_2 .main-wrap,
  .single_product_page .sec_3 .main-wrap,
  .single_product_page .sec_4 .main-wrap,
  .single_product_page .sec_6 .main-wrap,
  .single_product_page .sec_7 .main-wrap,
  .single_product_page .sec_9 .main-wrap {
    max-width: 98%;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_2 .main-wrap,
  .single_product_page .sec_3 .main-wrap,
  .single_product_page .sec_4 .main-wrap,
  .single_product_page .sec_6 .main-wrap,
  .single_product_page .sec_7 .main-wrap,
  .single_product_page .sec_9 .main-wrap {
    max-width: 98.5%;
  }
}
.single_product_page .sec_4 {
  background: black;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  position: relative;
}
.single_product_page .sec_4 .sec_4_content .tops {
  padding-bottom: 25px;
}
.single_product_page .sec_4 .sec_4_content > .repeater_dots_outer {
  position: sticky;
  top: 100px;
  z-index: 15;
  background: black;
  padding-left: 13px;
  padding-right: 13px;
}
@media (max-width: 9922px) {
  .single_product_page .sec_4 .sec_4_content > .repeater_dots_outer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_4 .sec_4_content > .repeater_dots_outer {
    display: none;
  }
}
.single_product_page .sec_4 .sec_4_content .repeater_dots {
  padding-bottom: 55px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_product_page .sec_4 .sec_4_content .repeater_dots {
    padding-bottom: 50px;
  }
}
@media (max-width: 1600px) {
  .single_product_page .sec_4 .sec_4_content .repeater_dots {
    padding-bottom: 45px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_4 .sec_4_content .repeater_dots {
    padding-bottom: 40px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_4 .sec_4_content .repeater_dots {
    padding-bottom: 30px;
  }
}
@media (max-width: 1180px) {
  .single_product_page .sec_4 .sec_4_content .repeater_dots {
    padding-bottom: 40px;
  }
}
@media (max-width: 1080px) {
  .single_product_page .sec_4 .sec_4_content .repeater_dots {
    padding-bottom: 50px;
  }
}
.single_product_page .sec_4 .sec_4_content .repeater_dots .dots ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  gap: 5rem;
  gap: 2rem 5rem;
  flex-wrap: wrap;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_product_page .sec_4 .sec_4_content .repeater_dots .dots ul {
    gap: 1.5rem 4.5rem;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_4 .sec_4_content .repeater_dots .dots ul {
    gap: 1.5rem 4rem;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_4 .sec_4_content .repeater_dots .dots ul {
    gap: 1.5rem 3.5rem;
  }
  .single_product_page .sec_4 .sec_4_content .repeater_dots .dots ul p {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_4 .sec_4_content .repeater_dots .dots ul {
    gap: 1.5rem 3rem;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_4 .sec_4_content .repeater_dots .dots ul {
    gap: 1.5rem 2.25rem;
  }
}
@media (max-width: 470px) and (max-width: 380px) {
  .single_product_page .sec_4 .sec_4_content .repeater_dots .dots ul {
    gap: 1.3rem 1.75rem;
  }
}
@media (max-width: 470px) and (max-width: 320px) {
  .single_product_page .sec_4 .sec_4_content .repeater_dots .dots ul {
    gap: 1.2rem 1.5rem;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_4 .sec_4_content .repeater_dots .dots ul a {
    font-size: 12px !important;
  }
}
@media (max-width: 470px) and (max-width: 380px) {
  .single_product_page .sec_4 .sec_4_content .repeater_dots .dots ul a {
    font-size: 11px !important;
    font-weight: 600 !important;
  }
}
@media (max-width: 470px) and (max-width: 320px) {
  .single_product_page .sec_4 .sec_4_content .repeater_dots .dots ul a {
    font-size: 10.5px !important;
  }
}
@media (max-width: 470px) and (max-width: 280px) {
  .single_product_page .sec_4 .sec_4_content .repeater_dots .dots ul a {
    font-size: 10px !important;
  }
}
.single_product_page .sec_4 .sec_4_content .repeater_dots .dots ul li p::after {
  content: none;
}
.single_product_page .sec_4 .sec_4_content .repeater_dots .dots ul li p:hover::after {
  content: "";
  transform: unset !important;
}
.single_product_page .sec_4 .sec_4_content .repeater_dots .dots ul li.slick-active p::after {
  content: "";
}
.single_product_page .sec_4 .sec_4_content .tops .tops_inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 5rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_product_page .sec_4 .sec_4_content .tops .tops_inline {
    gap: 1.5rem 4.5rem;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_4 .sec_4_content .tops .tops_inline {
    gap: 1.5rem 4rem;
  }
}
.single_product_page .sec_4 .sec_4_content .tops .tops_inline h2 {
  height: fit-content;
}
.single_product_page .sec_4 .sec_4_content .tops .tops_inline .image img {
  width: 100px;
  width: 115px;
  object-fit: contain;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1600px) {
  .single_product_page .sec_4 .sec_4_content .tops .tops_inline .image img {
    width: 95px;
    width: 110px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_4 .sec_4_content .tops .tops_inline .image img {
    width: 90px;
    width: 105px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_4 .sec_4_content .tops .tops_inline .image img {
    width: 80px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_4 .sec_4_content .tops .tops_inline .image img {
    width: 70px;
    width: 95px;
  }
}
@media (max-width: 600px) {
  .single_product_page .sec_4 .sec_4_content .tops .tops_inline .image img {
    width: 65px;
    width: 90px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_4 .sec_4_content .tops .tops_inline .image img {
    width: 55px;
    width: 80px;
  }
}
@media (max-width: 320px) {
  .single_product_page .sec_4 .sec_4_content .tops .tops_inline .image img {
    width: 45px;
    width: 70px;
  }
}
.single_product_page .sec_4 .sec_4_content .tops .copy_content p {
  color: white;
}
.single_product_page .sec_4 .sec_4_content .bottom_pads {
  display: none;
}
.single_product_page .sec_4 .sec_4_content .bottoms {
  position: relative;
}
@media (max-width: 767px) {
  .single_product_page .sec_4 .sec_4_content .bottoms {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .single_product_page .sec_4 .sec_4_content .bottoms {
    max-width: 480px;
  }
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content {
  position: relative;
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .scroll-sequence-wrapper {
  position: relative;
  background: black;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .scroll-sequence-wrapper {
    display: none;
  }
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content #sequence-canvas {
  position: sticky;
  padding-top: 0;
  top: 0;
  width: fit-content;
  height: 100vh;
  display: block;
}
@media (max-width: 767px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content #sequence-canvas {
    display: none;
  }
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer {
  position: relative;
  padding: 0 100px;
  padding: 0 70px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (min-width: 768px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (max-width: 1920px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer {
    padding: 0px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer {
    padding: 0px 40px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer {
    padding: 0px 20px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer {
    padding: 0px;
  }
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .arrows {
  position: absolute;
  z-index: 2;
  top: 52%;
  transform: translateY(-52%);
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .arrows.prev {
  left: 10px;
}
@media (max-width: 992px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .arrows.prev {
    left: -10px;
  }
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .arrows.next {
  right: 10px;
}
@media (max-width: 992px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .arrows.next {
    right: -10px;
  }
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .slick-list {
  overflow: visible;
}
@media (max-width: 767px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .slick-list {
    overflow: hidden;
  }
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .slick-list .slick-track {
  display: flex;
  align-items: flex-start;
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 12rem;
  align-items: flex-start;
  align-items: center;
  margin-right: 170px;
}
@media (max-width: 1920px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child {
    gap: 10rem;
    margin-right: 150px;
    grid-template-columns: 1fr 1.3fr;
  }
}
@media (max-width: 1600px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child {
    gap: 8rem;
    margin-right: 130px;
    grid-template-columns: 1fr 1.2fr;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child {
    gap: 7rem;
    margin-right: 110px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child {
    gap: 6rem;
    margin-right: 90px;
    grid-template-columns: 1fr 1.3fr;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child {
    gap: 4rem;
    margin-right: 60px;
    grid-template-columns: 1fr 1.65fr;
  }
}
@media (max-width: 850px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child {
    gap: 4rem;
    margin-right: 60px;
    grid-template-columns: 1fr 2.1fr;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child {
    gap: 3rem;
    margin-right: 0px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child {
    gap: 2.5rem;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child {
    gap: 2rem;
  }
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .lefts {
  height: 100%;
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .lefts .mediaa {
  position: relative;
  line-height: 0;
  height: 100%;
  line-height: 0;
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .lefts .mediaa a {
  line-height: 0;
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .lefts .mediaa.shadow_under_nav::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.7%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  left: 0;
  top: 0;
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .lefts .mediaa .videos,
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .lefts .mediaa .image {
  height: 100%;
  width: 100%;
  line-height: 0;
  max-height: 700px;
  aspect-ratio: 1.5/2;
}
@media (max-width: 1920px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .lefts .mediaa .videos,
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .lefts .mediaa .image {
    max-height: 550px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .lefts .mediaa .videos,
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .lefts .mediaa .image {
    max-height: 400px;
  }
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .lefts .mediaa .videos img,
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .lefts .mediaa .videos video,
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .lefts .mediaa .videos iframe,
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .lefts .mediaa .image img,
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .lefts .mediaa .image video,
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .lefts .mediaa .image iframe {
  width: 100%;
  height: 100%;
  line-height: 0;
  object-fit: cover;
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .lefts .mediaa .videos img.cover_size,
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .lefts .mediaa .image img.cover_size {
  object-fit: cover;
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .lefts .mediaa .videos img.contain_size,
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .lefts .mediaa .image img.contain_size {
  object-fit: contain;
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_tops {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 5rem;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_tops {
    gap: 1.5rem 4.5rem;
  }
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.info_row {
  padding: 25px 40px;
  border-bottom: 1.3px solid #9A8348;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
}
@media (max-width: 1920px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.info_row {
    padding: 15px 35px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.info_row {
    padding: 13.5px 25px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.info_row {
    padding: 13.5px 20px;
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.info_row {
    flex-wrap: wrap;
    gap: 1rem 4.5rem;
    padding: 13.5px 17px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.info_row {
    flex-direction: column;
    gap: 0.6rem;
    padding: 13.5px 15px;
  }
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.info_row p {
  color: white;
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.info_row .name p {
  width: max-content;
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.info_row .values {
  max-width: 350px;
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.info_row .values.dual {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1rem 4rem;
}
@media (max-width: 1920px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.info_row .values.dual {
    gap: 1rem 3.5rem;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.info_row .values.dual {
    gap: 1rem 3rem;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.info_row .values.dual {
    gap: 1rem 2.5rem;
  }
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.copy_content h1, .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.copy_content h2, .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.copy_content h3, .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.copy_content h4, .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.copy_content h5, .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.copy_content h6, .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.copy_content p, .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.copy_content a {
  color: white !important;
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.copy_content a {
  color: #9A8348;
  text-decoration: none !important;
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer .slider .main_child .rights .r_bottoms .child.copy_content a:hover {
  text-decoration: underline !important;
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer_main_parent {
  position: relative;
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer_main {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transform: translateX(100%);
  background: rgb(0, 0, 0);
  z-index: 10;
  will-change: transform;
  transition: none;
}
@media (max-width: 767px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer_main {
    position: unset;
    transform: none !important;
    padding-top: 30px !important;
  }
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer_main .arrows {
    display: none !important;
  }
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer_main .mobile_select {
  display: none;
}
@media (max-width: 767px) {
  .single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer_main .mobile_select {
    display: block;
    margin-bottom: 15px;
  }
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer_main .mobile_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 100%;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%239A8348' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  padding-right: 22px;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  border-bottom: 1px solid #9A8348;
  padding-bottom: 8px;
  color: #9A8348;
  font-family: "usual", sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 14px;
}
.single_product_page .sec_4 .sec_4_content .bottoms .bottoms_content .slider_outer_main.visible {
  transform: translateX(0);
}
.single_product_page .sec_4a {
  background: transparent;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .single_product_page .sec_4a {
    display: none;
  }
}
.single_product_page .sec_5,
.single_product_page .sec_8 {
  background: black;
}
.single_product_page .sec_5 .sec_5_content .mediaa,
.single_product_page .sec_5 .sec_8_content .mediaa,
.single_product_page .sec_8 .sec_5_content .mediaa,
.single_product_page .sec_8 .sec_8_content .mediaa {
  position: relative;
  line-height: 0;
}
.single_product_page .sec_5 .sec_5_content .mediaa a,
.single_product_page .sec_5 .sec_8_content .mediaa a,
.single_product_page .sec_8 .sec_5_content .mediaa a,
.single_product_page .sec_8 .sec_8_content .mediaa a {
  line-height: 0;
}
.single_product_page .sec_5 .sec_5_content .mediaa.shadow_under_nav::after,
.single_product_page .sec_5 .sec_8_content .mediaa.shadow_under_nav::after,
.single_product_page .sec_8 .sec_5_content .mediaa.shadow_under_nav::after,
.single_product_page .sec_8 .sec_8_content .mediaa.shadow_under_nav::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.7%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  left: 0;
  top: 0;
}
.single_product_page .sec_5 .sec_5_content .mediaa .videos,
.single_product_page .sec_5 .sec_5_content .mediaa .image,
.single_product_page .sec_5 .sec_8_content .mediaa .videos,
.single_product_page .sec_5 .sec_8_content .mediaa .image,
.single_product_page .sec_8 .sec_5_content .mediaa .videos,
.single_product_page .sec_8 .sec_5_content .mediaa .image,
.single_product_page .sec_8 .sec_8_content .mediaa .videos,
.single_product_page .sec_8 .sec_8_content .mediaa .image {
  height: 100%;
  width: 100%;
  line-height: 0;
}
.single_product_page .sec_5 .sec_5_content .mediaa .videos img,
.single_product_page .sec_5 .sec_5_content .mediaa .videos video,
.single_product_page .sec_5 .sec_5_content .mediaa .videos iframe,
.single_product_page .sec_5 .sec_5_content .mediaa .image img,
.single_product_page .sec_5 .sec_5_content .mediaa .image video,
.single_product_page .sec_5 .sec_5_content .mediaa .image iframe,
.single_product_page .sec_5 .sec_8_content .mediaa .videos img,
.single_product_page .sec_5 .sec_8_content .mediaa .videos video,
.single_product_page .sec_5 .sec_8_content .mediaa .videos iframe,
.single_product_page .sec_5 .sec_8_content .mediaa .image img,
.single_product_page .sec_5 .sec_8_content .mediaa .image video,
.single_product_page .sec_5 .sec_8_content .mediaa .image iframe,
.single_product_page .sec_8 .sec_5_content .mediaa .videos img,
.single_product_page .sec_8 .sec_5_content .mediaa .videos video,
.single_product_page .sec_8 .sec_5_content .mediaa .videos iframe,
.single_product_page .sec_8 .sec_5_content .mediaa .image img,
.single_product_page .sec_8 .sec_5_content .mediaa .image video,
.single_product_page .sec_8 .sec_5_content .mediaa .image iframe,
.single_product_page .sec_8 .sec_8_content .mediaa .videos img,
.single_product_page .sec_8 .sec_8_content .mediaa .videos video,
.single_product_page .sec_8 .sec_8_content .mediaa .videos iframe,
.single_product_page .sec_8 .sec_8_content .mediaa .image img,
.single_product_page .sec_8 .sec_8_content .mediaa .image video,
.single_product_page .sec_8 .sec_8_content .mediaa .image iframe {
  width: 100%;
  height: 800px;
  line-height: 0;
  object-fit: cover;
  transition: all 0.2s ease-in-out 0.01s;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_product_page .sec_5 .sec_5_content .mediaa .videos img,
  .single_product_page .sec_5 .sec_5_content .mediaa .videos video,
  .single_product_page .sec_5 .sec_5_content .mediaa .videos iframe,
  .single_product_page .sec_5 .sec_5_content .mediaa .image img,
  .single_product_page .sec_5 .sec_5_content .mediaa .image video,
  .single_product_page .sec_5 .sec_5_content .mediaa .image iframe,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos img,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos video,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos iframe,
  .single_product_page .sec_5 .sec_8_content .mediaa .image img,
  .single_product_page .sec_5 .sec_8_content .mediaa .image video,
  .single_product_page .sec_5 .sec_8_content .mediaa .image iframe,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos img,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos video,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos iframe,
  .single_product_page .sec_8 .sec_5_content .mediaa .image img,
  .single_product_page .sec_8 .sec_5_content .mediaa .image video,
  .single_product_page .sec_8 .sec_5_content .mediaa .image iframe,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos img,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos video,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos iframe,
  .single_product_page .sec_8 .sec_8_content .mediaa .image img,
  .single_product_page .sec_8 .sec_8_content .mediaa .image video,
  .single_product_page .sec_8 .sec_8_content .mediaa .image iframe {
    height: 675px;
  }
}
@media (max-width: 1600px) {
  .single_product_page .sec_5 .sec_5_content .mediaa .videos img,
  .single_product_page .sec_5 .sec_5_content .mediaa .videos video,
  .single_product_page .sec_5 .sec_5_content .mediaa .videos iframe,
  .single_product_page .sec_5 .sec_5_content .mediaa .image img,
  .single_product_page .sec_5 .sec_5_content .mediaa .image video,
  .single_product_page .sec_5 .sec_5_content .mediaa .image iframe,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos img,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos video,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos iframe,
  .single_product_page .sec_5 .sec_8_content .mediaa .image img,
  .single_product_page .sec_5 .sec_8_content .mediaa .image video,
  .single_product_page .sec_5 .sec_8_content .mediaa .image iframe,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos img,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos video,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos iframe,
  .single_product_page .sec_8 .sec_5_content .mediaa .image img,
  .single_product_page .sec_8 .sec_5_content .mediaa .image video,
  .single_product_page .sec_8 .sec_5_content .mediaa .image iframe,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos img,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos video,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos iframe,
  .single_product_page .sec_8 .sec_8_content .mediaa .image img,
  .single_product_page .sec_8 .sec_8_content .mediaa .image video,
  .single_product_page .sec_8 .sec_8_content .mediaa .image iframe {
    height: 630px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_5 .sec_5_content .mediaa .videos img,
  .single_product_page .sec_5 .sec_5_content .mediaa .videos video,
  .single_product_page .sec_5 .sec_5_content .mediaa .videos iframe,
  .single_product_page .sec_5 .sec_5_content .mediaa .image img,
  .single_product_page .sec_5 .sec_5_content .mediaa .image video,
  .single_product_page .sec_5 .sec_5_content .mediaa .image iframe,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos img,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos video,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos iframe,
  .single_product_page .sec_5 .sec_8_content .mediaa .image img,
  .single_product_page .sec_5 .sec_8_content .mediaa .image video,
  .single_product_page .sec_5 .sec_8_content .mediaa .image iframe,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos img,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos video,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos iframe,
  .single_product_page .sec_8 .sec_5_content .mediaa .image img,
  .single_product_page .sec_8 .sec_5_content .mediaa .image video,
  .single_product_page .sec_8 .sec_5_content .mediaa .image iframe,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos img,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos video,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos iframe,
  .single_product_page .sec_8 .sec_8_content .mediaa .image img,
  .single_product_page .sec_8 .sec_8_content .mediaa .image video,
  .single_product_page .sec_8 .sec_8_content .mediaa .image iframe {
    height: 550px;
    height: 580px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_5 .sec_5_content .mediaa .videos img,
  .single_product_page .sec_5 .sec_5_content .mediaa .videos video,
  .single_product_page .sec_5 .sec_5_content .mediaa .videos iframe,
  .single_product_page .sec_5 .sec_5_content .mediaa .image img,
  .single_product_page .sec_5 .sec_5_content .mediaa .image video,
  .single_product_page .sec_5 .sec_5_content .mediaa .image iframe,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos img,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos video,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos iframe,
  .single_product_page .sec_5 .sec_8_content .mediaa .image img,
  .single_product_page .sec_5 .sec_8_content .mediaa .image video,
  .single_product_page .sec_5 .sec_8_content .mediaa .image iframe,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos img,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos video,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos iframe,
  .single_product_page .sec_8 .sec_5_content .mediaa .image img,
  .single_product_page .sec_8 .sec_5_content .mediaa .image video,
  .single_product_page .sec_8 .sec_5_content .mediaa .image iframe,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos img,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos video,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos iframe,
  .single_product_page .sec_8 .sec_8_content .mediaa .image img,
  .single_product_page .sec_8 .sec_8_content .mediaa .image video,
  .single_product_page .sec_8 .sec_8_content .mediaa .image iframe {
    height: 475px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_5 .sec_5_content .mediaa .videos img,
  .single_product_page .sec_5 .sec_5_content .mediaa .videos video,
  .single_product_page .sec_5 .sec_5_content .mediaa .videos iframe,
  .single_product_page .sec_5 .sec_5_content .mediaa .image img,
  .single_product_page .sec_5 .sec_5_content .mediaa .image video,
  .single_product_page .sec_5 .sec_5_content .mediaa .image iframe,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos img,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos video,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos iframe,
  .single_product_page .sec_5 .sec_8_content .mediaa .image img,
  .single_product_page .sec_5 .sec_8_content .mediaa .image video,
  .single_product_page .sec_5 .sec_8_content .mediaa .image iframe,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos img,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos video,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos iframe,
  .single_product_page .sec_8 .sec_5_content .mediaa .image img,
  .single_product_page .sec_8 .sec_5_content .mediaa .image video,
  .single_product_page .sec_8 .sec_5_content .mediaa .image iframe,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos img,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos video,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos iframe,
  .single_product_page .sec_8 .sec_8_content .mediaa .image img,
  .single_product_page .sec_8 .sec_8_content .mediaa .image video,
  .single_product_page .sec_8 .sec_8_content .mediaa .image iframe {
    height: 400px;
    height: 450px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_5 .sec_5_content .mediaa .videos img,
  .single_product_page .sec_5 .sec_5_content .mediaa .videos video,
  .single_product_page .sec_5 .sec_5_content .mediaa .videos iframe,
  .single_product_page .sec_5 .sec_5_content .mediaa .image img,
  .single_product_page .sec_5 .sec_5_content .mediaa .image video,
  .single_product_page .sec_5 .sec_5_content .mediaa .image iframe,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos img,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos video,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos iframe,
  .single_product_page .sec_5 .sec_8_content .mediaa .image img,
  .single_product_page .sec_5 .sec_8_content .mediaa .image video,
  .single_product_page .sec_5 .sec_8_content .mediaa .image iframe,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos img,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos video,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos iframe,
  .single_product_page .sec_8 .sec_5_content .mediaa .image img,
  .single_product_page .sec_8 .sec_5_content .mediaa .image video,
  .single_product_page .sec_8 .sec_5_content .mediaa .image iframe,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos img,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos video,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos iframe,
  .single_product_page .sec_8 .sec_8_content .mediaa .image img,
  .single_product_page .sec_8 .sec_8_content .mediaa .image video,
  .single_product_page .sec_8 .sec_8_content .mediaa .image iframe {
    height: 350px;
    height: 380px;
  }
}
@media (max-width: 600px) {
  .single_product_page .sec_5 .sec_5_content .mediaa .videos img,
  .single_product_page .sec_5 .sec_5_content .mediaa .videos video,
  .single_product_page .sec_5 .sec_5_content .mediaa .videos iframe,
  .single_product_page .sec_5 .sec_5_content .mediaa .image img,
  .single_product_page .sec_5 .sec_5_content .mediaa .image video,
  .single_product_page .sec_5 .sec_5_content .mediaa .image iframe,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos img,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos video,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos iframe,
  .single_product_page .sec_5 .sec_8_content .mediaa .image img,
  .single_product_page .sec_5 .sec_8_content .mediaa .image video,
  .single_product_page .sec_5 .sec_8_content .mediaa .image iframe,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos img,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos video,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos iframe,
  .single_product_page .sec_8 .sec_5_content .mediaa .image img,
  .single_product_page .sec_8 .sec_5_content .mediaa .image video,
  .single_product_page .sec_8 .sec_5_content .mediaa .image iframe,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos img,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos video,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos iframe,
  .single_product_page .sec_8 .sec_8_content .mediaa .image img,
  .single_product_page .sec_8 .sec_8_content .mediaa .image video,
  .single_product_page .sec_8 .sec_8_content .mediaa .image iframe {
    height: 300px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_5 .sec_5_content .mediaa .videos img,
  .single_product_page .sec_5 .sec_5_content .mediaa .videos video,
  .single_product_page .sec_5 .sec_5_content .mediaa .videos iframe,
  .single_product_page .sec_5 .sec_5_content .mediaa .image img,
  .single_product_page .sec_5 .sec_5_content .mediaa .image video,
  .single_product_page .sec_5 .sec_5_content .mediaa .image iframe,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos img,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos video,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos iframe,
  .single_product_page .sec_5 .sec_8_content .mediaa .image img,
  .single_product_page .sec_5 .sec_8_content .mediaa .image video,
  .single_product_page .sec_5 .sec_8_content .mediaa .image iframe,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos img,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos video,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos iframe,
  .single_product_page .sec_8 .sec_5_content .mediaa .image img,
  .single_product_page .sec_8 .sec_5_content .mediaa .image video,
  .single_product_page .sec_8 .sec_5_content .mediaa .image iframe,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos img,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos video,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos iframe,
  .single_product_page .sec_8 .sec_8_content .mediaa .image img,
  .single_product_page .sec_8 .sec_8_content .mediaa .image video,
  .single_product_page .sec_8 .sec_8_content .mediaa .image iframe {
    height: 260px;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_5 .sec_5_content .mediaa .videos img,
  .single_product_page .sec_5 .sec_5_content .mediaa .videos video,
  .single_product_page .sec_5 .sec_5_content .mediaa .videos iframe,
  .single_product_page .sec_5 .sec_5_content .mediaa .image img,
  .single_product_page .sec_5 .sec_5_content .mediaa .image video,
  .single_product_page .sec_5 .sec_5_content .mediaa .image iframe,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos img,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos video,
  .single_product_page .sec_5 .sec_8_content .mediaa .videos iframe,
  .single_product_page .sec_5 .sec_8_content .mediaa .image img,
  .single_product_page .sec_5 .sec_8_content .mediaa .image video,
  .single_product_page .sec_5 .sec_8_content .mediaa .image iframe,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos img,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos video,
  .single_product_page .sec_8 .sec_5_content .mediaa .videos iframe,
  .single_product_page .sec_8 .sec_5_content .mediaa .image img,
  .single_product_page .sec_8 .sec_5_content .mediaa .image video,
  .single_product_page .sec_8 .sec_5_content .mediaa .image iframe,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos img,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos video,
  .single_product_page .sec_8 .sec_8_content .mediaa .videos iframe,
  .single_product_page .sec_8 .sec_8_content .mediaa .image img,
  .single_product_page .sec_8 .sec_8_content .mediaa .image video,
  .single_product_page .sec_8 .sec_8_content .mediaa .image iframe {
    height: 200px;
  }
}
.single_product_page .sec_5 .sec_5_content .mediaa .videos img.cover_size,
.single_product_page .sec_5 .sec_5_content .mediaa .image img.cover_size,
.single_product_page .sec_5 .sec_8_content .mediaa .videos img.cover_size,
.single_product_page .sec_5 .sec_8_content .mediaa .image img.cover_size,
.single_product_page .sec_8 .sec_5_content .mediaa .videos img.cover_size,
.single_product_page .sec_8 .sec_5_content .mediaa .image img.cover_size,
.single_product_page .sec_8 .sec_8_content .mediaa .videos img.cover_size,
.single_product_page .sec_8 .sec_8_content .mediaa .image img.cover_size {
  object-fit: cover;
}
.single_product_page .sec_5 .sec_5_content .mediaa .videos img.contain_size,
.single_product_page .sec_5 .sec_5_content .mediaa .image img.contain_size,
.single_product_page .sec_5 .sec_8_content .mediaa .videos img.contain_size,
.single_product_page .sec_5 .sec_8_content .mediaa .image img.contain_size,
.single_product_page .sec_8 .sec_5_content .mediaa .videos img.contain_size,
.single_product_page .sec_8 .sec_5_content .mediaa .image img.contain_size,
.single_product_page .sec_8 .sec_8_content .mediaa .videos img.contain_size,
.single_product_page .sec_8 .sec_8_content .mediaa .image img.contain_size {
  object-fit: contain;
}
.single_product_page .sec_5 .sec_5_content {
  position: relative;
}
.single_product_page .sec_5 .sec_5_content .arrows {
  position: absolute;
  z-index: 2;
  top: 48.5%;
  transform: translateY(-48.5%);
}
.single_product_page .sec_5 .sec_5_content .arrows.prev {
  left: 50px;
}
.single_product_page .sec_5 .sec_5_content .arrows.next {
  right: 50px;
}
@media (max-width: 1920px) {
  .single_product_page .sec_5 .sec_5_content .arrows.prev {
    left: 40px;
  }
  .single_product_page .sec_5 .sec_5_content .arrows.next {
    right: 40px;
  }
}
@media (max-width: 1600px) {
  .single_product_page .sec_5 .sec_5_content .arrows.prev {
    left: 35px;
  }
  .single_product_page .sec_5 .sec_5_content .arrows.next {
    right: 35px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_5 .sec_5_content .arrows.prev {
    left: 25px;
  }
  .single_product_page .sec_5 .sec_5_content .arrows.next {
    right: 25px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_5 .sec_5_content .arrows.prev {
    left: 20px;
  }
  .single_product_page .sec_5 .sec_5_content .arrows.next {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_5 .sec_5_content .arrows.prev {
    left: 15px;
  }
  .single_product_page .sec_5 .sec_5_content .arrows.next {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_5 .sec_5_content .arrows {
    display: none;
  }
}
.single_product_page .sec_5 .sec_5_content .dots_outer {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 22.5px;
  z-index: 2;
}
@media (max-width: 767px) {
  .single_product_page .sec_5 .sec_5_content .dots_outer {
    display: block;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_5 .sec_5_content .dots_outer {
    bottom: 17.5px;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_5 .sec_5_content .dots_outer {
    bottom: 15px;
  }
}
.single_product_page .sec_5 .sec_5_content .dots_outer .dots {
  display: flex;
  justify-content: flex-end;
}
.single_product_page .sec_5 .sec_5_content .dots_outer .dots .slick-dots {
  list-style-type: none;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out 0.01s;
  padding: 0;
  margin: 0;
  gap: 12px;
}
@media (max-width: 470px) {
  .single_product_page .sec_5 .sec_5_content .dots_outer .dots .slick-dots {
    gap: 10px;
  }
}
.single_product_page .sec_5 .sec_5_content .dots_outer .dots .slick-dots li {
  margin: 0 0rem;
  display: flex;
  transition: all 0.2s ease-in-out 0.01s;
  width: fit-content;
  height: fit-content;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
}
.single_product_page .sec_5 .sec_5_content .dots_outer .dots .slick-dots li button {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: none;
  background-color: transparent;
  height: 15px;
  width: 15px;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: white;
  border-radius: 100%;
  outline: 0 !important;
  opacity: 0.4;
}
@media (max-width: 470px) {
  .single_product_page .sec_5 .sec_5_content .dots_outer .dots .slick-dots li button {
    height: 12px;
    width: 12px;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_5 .sec_5_content .dots_outer .dots .slick-dots li button {
    height: 11px;
    width: 11px;
  }
}
.single_product_page .sec_5 .sec_5_content .dots_outer .dots .slick-dots li.slick-active button {
  opacity: 1;
}
.single_product_page .sec_5 .sec_5_content .media-gallery {
  position: relative;
  z-index: 1;
}
.single_product_page .sec_6 {
  background: white;
}
.single_product_page .sec_6 .sec_6_content .slider {
  position: relative;
  padding: 0 35px;
}
@media (max-width: 1200px) {
  .single_product_page .sec_6 .sec_6_content .slider {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_6 .sec_6_content .slider {
    padding: 0 28px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_6 .sec_6_content .slider {
    padding: 0 25px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_6 .sec_6_content .slider {
    padding: 0 30px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_6 .sec_6_content .slider.leftss {
    max-width: 55%;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .single_product_page .sec_6 .sec_6_content .slider.leftss {
    max-width: 70%;
  }
}
@media (max-width: 350px) {
  .single_product_page .sec_6 .sec_6_content .slider.leftss {
    max-width: 55%;
  }
  .single_product_page .sec_6 .sec_6_content .slider.leftss .option_child {
    margin-right: 0 !important;
  }
}
@media (max-width: 300px) {
  .single_product_page .sec_6 .sec_6_content .slider.leftss {
    max-width: 65%;
  }
}
@media (max-width: 250px) {
  .single_product_page .sec_6 .sec_6_content .slider.leftss {
    max-width: 100%;
  }
}
.single_product_page .sec_6 .sec_6_content .slider .arrows {
  position: absolute;
  top: 27%;
  transform: translateY(-27%);
}
@media (max-width: 767px) {
  .single_product_page .sec_6 .sec_6_content .slider .arrows {
    transform: unset;
    top: 17px;
  }
}
@media (max-width: 600px) {
  .single_product_page .sec_6 .sec_6_content .slider .arrows {
    top: 15px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_6 .sec_6_content .slider .arrows {
    top: 13px;
  }
}
@media (max-width: 400px) {
  .single_product_page .sec_6 .sec_6_content .slider .arrows {
    top: 12px;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_6 .sec_6_content .slider .arrows {
    top: 10px;
  }
}
@media (max-width: 320px) {
  .single_product_page .sec_6 .sec_6_content .slider .arrows {
    top: 9px;
  }
}
.single_product_page .sec_6 .sec_6_content .slider .arrows.prev {
  left: 0;
}
.single_product_page .sec_6 .sec_6_content .slider .arrows.next {
  right: 0;
}
.single_product_page .sec_6 .sec_6_content .slider .arrows .arrow {
  background: none !important;
  backdrop-filter: unset !important;
  width: 28px;
  height: 28px;
}
@media (max-width: 1200px) {
  .single_product_page .sec_6 .sec_6_content .slider .arrows .arrow {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_6 .sec_6_content .slider .arrows .arrow {
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_6 .sec_6_content .slider .arrows .arrow {
    width: 21px;
    height: 21px;
  }
}
@media (max-width: 600px) {
  .single_product_page .sec_6 .sec_6_content .slider .arrows .arrow {
    width: 20px;
    height: 20px;
  }
}
.single_product_page .sec_6 .sec_6_content .slider .arrows .arrow img {
  filter: invert(1);
  padding: 0 !important;
}
.single_product_page .sec_6 .sec_6_content .slider .arrows .arrow.slick-hidden {
  display: none !important;
}
.single_product_page .sec_6 .sec_6_content .middles .middles_content .tops_categories {
  display: flex;
  justify-content: flex-start;
  gap: 5rem;
  gap: 2rem 5rem;
  flex-wrap: wrap;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .tops_categories {
    gap: 1.5rem 4.5rem;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .tops_categories {
    gap: 1.5rem 4rem;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .tops_categories {
    gap: 1.5rem 3.5rem;
  }
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .tops_categories p {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .tops_categories {
    gap: 1.5rem 3rem;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .tops_categories {
    gap: 1.5rem 2.25rem;
  }
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .tops_categories p {
    font-size: 12px !important;
  }
}
@media (max-width: 470px) and (max-width: 380px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .tops_categories p {
    font-size: 11px !important;
    font-weight: 600 !important;
  }
}
@media (max-width: 470px) and (max-width: 320px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .tops_categories p {
    font-size: 10.5px !important;
  }
}
@media (max-width: 470px) and (max-width: 280px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .tops_categories p {
    font-size: 10px !important;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .tops_categories {
    gap: 1.3rem 1.75rem;
  }
}
@media (max-width: 320px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .tops_categories {
    gap: 1.2rem 1.5rem;
  }
}
.single_product_page .sec_6 .sec_6_content .middles .middles_content .tops_categories .child p {
  color: black;
}
.single_product_page .sec_6 .sec_6_content .middles .middles_content .tops_categories .child p::after {
  background: black;
}
.single_product_page .sec_6 .sec_6_content .middles .middles_content .tops_categories .child p:hover, .single_product_page .sec_6 .sec_6_content .middles .middles_content .tops_categories .child.active p {
  color: #9A8348;
}
.single_product_page .sec_6 .sec_6_content .middles .middles_content .tops_categories .child p:hover::after, .single_product_page .sec_6 .sec_6_content .middles .middles_content .tops_categories .child.active p::after {
  background: #9A8348;
}
.single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child {
  display: none;
}
.single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .inline_content {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-columns: 30% 55%;
  grid-template-columns: 40% 45%;
  gap: 15%;
  align-items: center;
  transition: all 0.2s ease-in-out 0.01s;
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 1920px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .inline_content {
    max-width: 75%;
  }
}
@media (max-width: 1600px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .inline_content {
    max-width: 80%;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .inline_content {
    max-width: 85%;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .inline_content {
    max-width: 95%;
    grid-template-columns: 37.5% 52.5%;
    gap: 10%;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .inline_content {
    max-width: 100%;
    grid-template-columns: 100%;
    gap: 3rem;
  }
}
.single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .inline_content h2 {
  text-align: center;
}
.single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .inline_content .option_main .l_tops,
.single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .inline_content .option_main .r_tops {
  margin-bottom: 35px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .inline_content .option_main .l_tops,
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .inline_content .option_main .r_tops {
    margin-bottom: 30px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .inline_content .option_main .l_tops,
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .inline_content .option_main .r_tops {
    margin-bottom: 25px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .inline_content .option_main .l_tops,
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .inline_content .option_main .r_tops {
    margin-bottom: 22.5px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .inline_content .option_main .l_tops,
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .inline_content .option_main .r_tops {
    margin-bottom: 20px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .inline_content .option_main .l_tops,
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .inline_content .option_main .r_tops {
    margin-bottom: 16px;
  }
}
.single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline {
    flex-wrap: wrap;
  }
}
.single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1 0 calc(25% - 27px); /* 4 per row minus gap */
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child {
    flex: 1 0 calc(50% - 20px); /* 2 per row */
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child {
    flex: 1 0 calc(25% - 20px); /* 4 per row minus gap */
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child {
    margin-right: 5px;
  }
}
@media (max-width: 250px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child {
    margin-right: 0px;
  }
}
.single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child .swatch .image img {
  width: 100px;
  height: 100px;
  width: 78px;
  height: 78px;
  object-fit: contain;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child .swatch .image img {
    width: 90px;
    height: 90px;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child .swatch .image img {
    width: 80px;
    height: 80px;
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child .swatch .image img {
    width: 75px;
    height: 75px;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child .swatch .image img {
    width: 65px;
    height: 65px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child .swatch .image img {
    width: 55px;
    height: 55px;
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child .swatch .image img {
    width: 45px;
    height: 45px;
    width: 50px;
    height: 50px;
  }
}
.single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child .content {
  margin-top: 10px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child .content {
    margin-top: 9px;
  }
}
@media (max-width: 1600px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child .content {
    margin-top: 8px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child .content {
    margin-top: 7px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child .content {
    margin-top: 6px;
  }
}
.single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child .content p {
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  font-size: 14px;
  line-height: 24px;
  font-size: 15px;
  line-height: 25px;
}
@media (max-width: 1920px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child .content p {
    font-size: 14px;
    line-height: 23px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child .content p {
    font-size: 13px;
    line-height: 22px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child .content p {
    font-size: 12.5px;
    line-height: 21px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child .content p {
    font-size: 12px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child .content p {
    font-size: 11.5px;
    line-height: 17px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child .content p {
    font-size: 11px;
    line-height: 16.5px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child .content p {
    font-size: 10.5px;
    line-height: 16.5px;
  }
}
.single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline .option_child .content p.name {
  width: max-content;
}
.single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline.normal_opt {
  max-width: fit-content;
  margin: 0 auto;
  gap: 2.5rem 4rem;
}
@media (max-width: 1280px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline.normal_opt {
    gap: 1.5rem 3rem;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline.normal_opt {
    gap: 1rem;
  }
}
.single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline.normal_opt .option_child {
  flex: 0 0 calc(11.5% - 22px); /* 8 per row */
}
@media (max-width: 1600px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline.normal_opt .option_child {
    flex: 0 0 calc(10% - 20px); /* 8 per row */
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline.normal_opt .option_child {
    flex: 0 0 calc(11% - 20px); /* 8 per row */
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline.normal_opt .option_child {
    flex: 0 0 calc(10.5% - 20px); /* 8 per row */
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline.normal_opt .option_child {
    flex: 0 0 calc(11% - 20px); /* 8 per row */
  }
}
@media (max-width: 695px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline.normal_opt .option_child {
    flex: 0 0 calc(20% - 20px); /* 8 per row */
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline.normal_opt .option_child {
    flex: 0 0 calc(25% - 20px); /* 8 per row */
  }
}
@media (max-width: 343px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline.normal_opt .option_child {
    flex: 0 0 calc(28% - 20px); /* 8 per row */
  }
}
@media (max-width: 280px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline.normal_opt .option_child {
    flex: 0 0 calc(30% - 20px); /* 8 per row */
  }
}
@media (max-width: 250px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline.normal_opt .option_child {
    flex: 0 0 calc(32% - 20px); /* 8 per row */
  }
}
@media (max-width: 241px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline.normal_opt .option_child {
    flex: 0 0 calc(45% - 20px); /* 8 per row */
  }
}
@media (max-width: 170px) {
  .single_product_page .sec_6 .sec_6_content .middles .middles_content .m_bottoms_content > .child .option_inline.normal_opt .option_child {
    flex: 0 0 calc(64% - 20px); /* 8 per row */
  }
}
@media (min-width: 993px) {
  .single_product_page .sec_6 .sec_6_content .middle_bottom_inline.move_right {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 3rem 0;
  }
  .single_product_page .sec_6 .sec_6_content .middle_bottom_inline.move_right .m_left {
    width: 50%;
    padding-right: 35px;
    margin-bottom: 0 !important;
    transition: all 0.2s ease-in-out 0.01s;
  }
}
@media (min-width: 993px) and (max-width: 1920px) {
  .single_product_page .sec_6 .sec_6_content .middle_bottom_inline.move_right .m_left {
    width: 55%;
  }
}
@media (min-width: 993px) and (max-width: 1600px) {
  .single_product_page .sec_6 .sec_6_content .middle_bottom_inline.move_right .m_left {
    width: 60%;
    padding-right: 20px;
  }
}
@media (min-width: 993px) and (max-width: 1410px) {
  .single_product_page .sec_6 .sec_6_content .middle_bottom_inline.move_right .m_left {
    width: 55%;
  }
}
@media (min-width: 993px) and (max-width: 1280px) {
  .single_product_page .sec_6 .sec_6_content .middle_bottom_inline.move_right .m_left {
    width: 60%;
    padding-right: 15px;
  }
}
@media (min-width: 993px) {
  .single_product_page .sec_6 .sec_6_content .middle_bottom_inline.move_right .m_left .inline_content {
    max-width: fit-content !important;
    margin: unset !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 3rem 9rem !important;
  }
}
@media (min-width: 993px) and (max-width: 1410px) {
  .single_product_page .sec_6 .sec_6_content .middle_bottom_inline.move_right .m_left .inline_content {
    gap: 2.5rem 7rem !important;
  }
}
@media (min-width: 993px) and (max-width: 1280px) {
  .single_product_page .sec_6 .sec_6_content .middle_bottom_inline.move_right .m_left .inline_content {
    gap: 2.5rem 5rem !important;
  }
}
@media (min-width: 993px) {
  .single_product_page .sec_6 .sec_6_content .middle_bottom_inline.move_right .m_left .inline_content .lefts,
  .single_product_page .sec_6 .sec_6_content .middle_bottom_inline.move_right .m_left .inline_content .rights {
    width: fit-content !important;
  }
  .single_product_page .sec_6 .sec_6_content .middle_bottom_inline.move_right .m_left .inline_content .lefts h2,
  .single_product_page .sec_6 .sec_6_content .middle_bottom_inline.move_right .m_left .inline_content .rights h2 {
    text-align: left !important;
  }
  .single_product_page .sec_6 .sec_6_content .middle_bottom_inline.move_right .m_left .inline_content .lefts .option_inline,
  .single_product_page .sec_6 .sec_6_content .middle_bottom_inline.move_right .m_left .inline_content .rights .option_inline {
    width: max-content;
    margin: 0 auto;
    gap: 2rem !important;
  }
  .single_product_page .sec_6 .sec_6_content .middle_bottom_inline.move_right .m_left .inline_content .rights h2 {
    padding-left: 10px;
  }
  .single_product_page .sec_6 .sec_6_content .middle_bottom_inline.move_right .b_right {
    width: 50%;
    padding-left: 35px;
    transition: all 0.2s ease-in-out 0.01s;
  }
}
@media (min-width: 993px) and (max-width: 1920px) {
  .single_product_page .sec_6 .sec_6_content .middle_bottom_inline.move_right .b_right {
    width: 45%;
  }
}
@media (min-width: 993px) and (max-width: 1600px) {
  .single_product_page .sec_6 .sec_6_content .middle_bottom_inline.move_right .b_right {
    width: 40%;
    padding-left: 20px;
  }
}
@media (min-width: 993px) and (max-width: 1410px) {
  .single_product_page .sec_6 .sec_6_content .middle_bottom_inline.move_right .b_right {
    width: 45%;
  }
}
@media (min-width: 993px) and (max-width: 1280px) {
  .single_product_page .sec_6 .sec_6_content .middle_bottom_inline.move_right .b_right {
    width: 40%;
    padding-left: 15px;
  }
}
.single_product_page .sec_7 {
  background: white;
}
.single_product_page .sec_7 .sec_7_content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-columns: 60% 40%;
  align-items: center;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1600px) {
  .single_product_page .sec_7 .sec_7_content {
    grid-template-columns: 58% 42%;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_7 .sec_7_content {
    grid-template-columns: 55% 45%;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_7 .sec_7_content {
    grid-template-columns: 52% 48%;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_7 .sec_7_content {
    grid-template-columns: 100%;
    gap: 3rem;
  }
  .single_product_page .sec_7 .sec_7_content .rights {
    order: -1;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_7 .sec_7_content {
    gap: 2.5rem;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_7 .sec_7_content {
    gap: 2rem;
  }
}
.single_product_page .sec_7 .sec_7_content .lefts {
  padding-right: 12%;
}
@media (max-width: 1600px) {
  .single_product_page .sec_7 .sec_7_content .lefts {
    padding-right: 10%;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_7 .sec_7_content .lefts {
    padding-right: 8%;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_7 .sec_7_content .lefts {
    padding-right: 0 !important;
  }
  .single_product_page .sec_7 .sec_7_content .lefts .tops.margin_p_xl {
    display: none;
  }
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_tops {
  display: flex;
  align-items: center;
  gap: 2rem 5rem;
  flex-wrap: wrap;
  padding-right: 120px;
}
@media (max-width: 1920px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_tops {
    padding-right: 110px;
    gap: 1.5rem 4.5rem;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_tops {
    gap: 1.5rem 4rem;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_tops {
    gap: 1.5rem 3.5rem;
    padding-right: 90px;
  }
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_tops p {
    font-size: 13px !important;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_tops {
    gap: 1.5rem 3rem;
    padding-right: 90px;
  }
}
@media (max-width: 470px) and (max-width: 380px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_tops {
    gap: 1.3rem 2.7rem;
  }
}
@media (max-width: 470px) and (max-width: 320px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_tops {
    gap: 1.2rem 2.5rem;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_tops p {
    font-size: 12px !important;
  }
}
@media (max-width: 470px) and (max-width: 380px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_tops p {
    font-size: 11px !important;
    font-weight: 600 !important;
  }
}
@media (max-width: 470px) and (max-width: 320px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_tops p {
    font-size: 10.5px !important;
  }
}
@media (max-width: 470px) and (max-width: 280px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_tops p {
    font-size: 10px !important;
  }
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_tops .c_button {
  color: black !important;
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_tops .c_button::after {
  background: black !important;
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_tops .c_button:hover, .single_product_page .sec_7 .sec_7_content .lefts .middles .m_tops .c_button.active {
  color: #9A8348 !important;
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_tops .c_button:hover::after, .single_product_page .sec_7 .sec_7_content .lefts .middles .m_tops .c_button.active::after {
  background: #9A8348 !important;
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms {
  position: relative;
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.4s ease-in-out;
  background: white;
  width: 100%;
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts:nth-child(1) {
  position: relative !important;
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .arrows_container {
  justify-content: flex-start;
  position: absolute;
  right: 0;
  top: -54px;
}
@media (max-width: 1920px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .arrows_container {
    top: -52px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .arrows_container {
    top: -51px;
  }
}
@media (max-width: 1200px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .arrows_container {
    top: -48.5px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .arrows_container {
    top: -46px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .arrows_container {
    top: -44px;
  }
}
@media (max-width: 600px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .arrows_container {
    top: -42.5px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .arrows_container {
    top: -41.5px;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .arrows_container {
    top: -38px;
  }
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .arrows_container .arrows .arrow {
  background: none !important;
  backdrop-filter: unset !important;
  width: 28px;
  height: 28px;
}
@media (max-width: 1200px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .arrows_container .arrows .arrow {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .arrows_container .arrows .arrow {
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .arrows_container .arrows .arrow {
    width: 21px;
    height: 21px;
  }
}
@media (max-width: 600px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .arrows_container .arrows .arrow {
    width: 20px;
    height: 20px;
  }
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .arrows_container .arrows .arrow img {
  filter: invert(1);
  padding: 0 !important;
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .arrows_container .arrows .arrow.slick-hidden {
  display: none !important;
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline {
  width: 90%;
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .slick-track {
  display: flex !important;
  justify-content: flex-start !important;
  margin-left: 0 !important;
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 5px;
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .swatch {
  line-height: 0;
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .swatch .image img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  border: 3.5px solid transparent;
  border-radius: 100%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .swatch .image img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .swatch .image img {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .swatch .image img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .swatch .image img {
    width: 50px;
    height: 50px;
    border-width: 3px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .swatch .image img {
    width: 55px;
    height: 55px;
    border-width: 2.5px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .swatch .image img {
    width: 50px;
    height: 50px;
    border-width: 2px;
  }
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .content {
  margin-top: 8px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .content {
    margin-top: 7px;
  }
}
@media (max-width: 1600px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .content {
    margin-top: 6px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .content {
    margin-top: 5.5px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .content {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .content {
    margin-top: 4px;
  }
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .content p {
  text-align: center;
  line-height: normal;
  font-size: 15px;
  line-height: 25px;
}
@media (max-width: 1920px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .content p {
    font-size: 14px;
    line-height: 23px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .content p {
    font-size: 13px;
    line-height: 22px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .content p {
    font-size: 12.5px;
    line-height: 21px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .content p {
    font-size: 12px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .content p {
    font-size: 11.5px;
    line-height: 17px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .content p {
    font-size: 11px;
    line-height: 16.5px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child .content p {
    font-size: 10.5px;
    line-height: 16.5px;
  }
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child:hover .swatch .image img, .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child.active .swatch .image img {
  border-color: #9A8348;
}
.single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child:hover .content p, .single_product_page .sec_7 .sec_7_content .lefts .middles .m_bottoms .color_opts .option_inline .option_child.active .content p {
  color: #9A8348;
}
.single_product_page .sec_7 .sec_7_content .rights .tops.margin_p_xl {
  display: none;
}
@media (max-width: 767px) {
  .single_product_page .sec_7 .sec_7_content .rights .tops.margin_p_xl {
    display: block;
  }
}
.single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa {
  position: relative;
  line-height: 0;
}
.single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa.shadow_under_nav::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.7%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  left: 0;
  top: 0;
}
.single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos,
.single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image {
  height: 100%;
  width: 100%;
  line-height: 0;
}
.single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos img,
.single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos video,
.single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos iframe,
.single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image img,
.single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image video,
.single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image iframe {
  width: 100%;
  height: 800px;
  line-height: 0;
  object-fit: cover;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos img,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos video,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos iframe,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image img,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image video,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image iframe {
    height: 700px;
  }
}
@media (max-width: 1600px) {
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos img,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos video,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos iframe,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image img,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image video,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image iframe {
    height: 650px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos img,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos video,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos iframe,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image img,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image video,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image iframe {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos img,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos video,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos iframe,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image img,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image video,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image iframe {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos img,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos video,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos iframe,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image img,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image video,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image iframe {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos img,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos video,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos iframe,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image img,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image video,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image iframe {
    height: 300px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos img,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos video,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos iframe,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image img,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image video,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image iframe {
    height: 260px;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos img,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos video,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos iframe,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image img,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image video,
  .single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image iframe {
    height: 200px;
  }
}
.single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos img.cover_size,
.single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image img.cover_size {
  object-fit: cover;
}
.single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos img.contain_size,
.single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image img.contain_size {
  object-fit: contain;
}
.single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .videos.no_image,
.single_product_page .sec_7 .sec_7_content .rights .mediaa_outer .mediaa .image.no_image {
  border: 1px solid black;
}
.single_product_page .sec_9 {
  background: black;
}
.single_product_page .sec_9 .sec_9_content .tops .inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 5rem;
  flex-wrap: wrap;
}
@media (max-width: 1920px) {
  .single_product_page .sec_9 .sec_9_content .tops .inline {
    gap: 1.5rem 4.5rem;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_9 .sec_9_content .tops .inline {
    gap: 1.5rem 4rem;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_9 .sec_9_content .tops .inline {
    gap: 1.5rem 4rem;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_9 .sec_9_content .tops .inline {
    gap: 1.5rem 4rem;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_9 .sec_9_content .tops .inline {
    gap: 1.5rem 2.25rem;
  }
}
.single_product_page .sec_9 .sec_9_content .tops .inline .rights {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 5rem;
  flex-wrap: wrap;
}
@media (max-width: 1920px) {
  .single_product_page .sec_9 .sec_9_content .tops .inline .rights {
    gap: 1.5rem 4.5rem;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_9 .sec_9_content .tops .inline .rights {
    gap: 1.5rem 4rem;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_9 .sec_9_content .tops .inline .rights {
    gap: 1.5rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_9 .sec_9_content .tops .inline .rights {
    gap: 1.5rem 3rem;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_9 .sec_9_content .tops .inline .rights {
    gap: 1.5rem 2.25rem;
    padding-bottom: 10px;
  }
}
.single_product_page .sec_9 .sec_9_content .tops .inline .rights p {
  color: white;
  cursor: pointer;
  text-decoration-thickness: 0.5px !important;
  text-underline-offset: 8px !important;
}
.single_product_page .sec_9 .sec_9_content .tops .inline .rights p.active, .single_product_page .sec_9 .sec_9_content .tops .inline .rights p:hover {
  color: #9A8348;
  text-decoration: underline;
}
.single_product_page .sec_9 .sec_9_content .bottoms .grid_outer:nth-child(2) {
  display: none;
}
.single_product_page .sec_9 .sec_9_content .bottoms .grid {
  display: grid;
  gap: 5rem 3rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1410px) {
  .single_product_page .sec_9 .sec_9_content .bottoms .grid {
    gap: 4.5rem 2.5rem;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_9 .sec_9_content .bottoms .grid {
    gap: 4.25rem 2rem;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_9 .sec_9_content .bottoms .grid {
    gap: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_9 .sec_9_content .bottoms .grid {
    gap: 3rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_9 .sec_9_content .bottoms .grid {
    gap: 3rem 2rem;
  }
}
@media (max-width: 600px) {
  .single_product_page .sec_9 .sec_9_content .bottoms .grid {
    gap: 3rem 1.5rem;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_9 .sec_9_content .bottoms .grid {
    gap: 2.75rem 1.5rem;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_9 .sec_9_content .bottoms .grid {
    gap: 2.25rem 1rem;
  }
}
.single_product_page .sec_9 .sec_9_content .bottoms .grid.col_3 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 767px) {
  .single_product_page .sec_9 .sec_9_content .bottoms .grid.col_3 {
    grid-template-columns: 1fr 1fr;
  }
}
.single_product_page .sec_9 .sec_9_content .bottoms .grid.col_3 .child {
  grid-column: span 2;
}
.single_product_page .sec_9 .sec_9_content .bottoms .grid.col_3 .child.one_half_col {
  grid-column: span 3;
}
.single_product_page .sec_9 .sec_9_content .bottoms .grid.col_3 .child.double_col {
  grid-column: span 4;
}
@media (max-width: 767px) {
  .single_product_page .sec_9 .sec_9_content .bottoms .grid.col_3 .child {
    grid-column: span 1;
  }
  .single_product_page .sec_9 .sec_9_content .bottoms .grid.col_3 .child.one_half_col {
    grid-column: span 2;
  }
  .single_product_page .sec_9 .sec_9_content .bottoms .grid.col_3 .child.double_col {
    grid-column: span 2;
  }
}
.single_product_page .sec_9 .sec_9_content .bottoms .grid.col_4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1410px) {
  .single_product_page .sec_9 .sec_9_content .bottoms .grid.col_4 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_9 .sec_9_content .bottoms .grid.col_4 {
    grid-template-columns: 1fr 1fr;
  }
}
.single_product_page .sec_9 .sec_9_content .bottoms .grid.col_4 .child {
  grid-column: span 2;
}
.single_product_page .sec_9 .sec_9_content .bottoms .grid.col_4 .child.one_half_col {
  grid-column: span 3;
}
.single_product_page .sec_9 .sec_9_content .bottoms .grid.col_4 .child.double_col {
  grid-column: span 4;
}
@media (max-width: 1410px) {
  .single_product_page .sec_9 .sec_9_content .bottoms .grid.col_4 .child {
    grid-column: span 2;
  }
  .single_product_page .sec_9 .sec_9_content .bottoms .grid.col_4 .child.one_half_col {
    grid-column: span 3;
  }
  .single_product_page .sec_9 .sec_9_content .bottoms .grid.col_4 .child.double_col {
    grid-column: span 4;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_9 .sec_9_content .bottoms .grid.col_4 .child {
    grid-column: span 1;
  }
  .single_product_page .sec_9 .sec_9_content .bottoms .grid.col_4 .child.one_half_col {
    grid-column: span 2;
  }
  .single_product_page .sec_9 .sec_9_content .bottoms .grid.col_4 .child.double_col {
    grid-column: span 2;
  }
}
.single_product_page .sec_9 .sec_9_content .bottoms .grid .child .mediaa {
  position: relative;
  line-height: 0;
}
.single_product_page .sec_9 .sec_9_content .bottoms .grid .child .mediaa.shadow_under_nav::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.7%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  left: 0;
  top: 0;
}
.single_product_page .sec_9 .sec_9_content .bottoms .grid .child .mediaa .videos,
.single_product_page .sec_9 .sec_9_content .bottoms .grid .child .mediaa .image {
  height: 100%;
  width: 100%;
  line-height: 0;
}
.single_product_page .sec_9 .sec_9_content .bottoms .grid .child .mediaa .videos img,
.single_product_page .sec_9 .sec_9_content .bottoms .grid .child .mediaa .videos video,
.single_product_page .sec_9 .sec_9_content .bottoms .grid .child .mediaa .videos iframe,
.single_product_page .sec_9 .sec_9_content .bottoms .grid .child .mediaa .image img,
.single_product_page .sec_9 .sec_9_content .bottoms .grid .child .mediaa .image video,
.single_product_page .sec_9 .sec_9_content .bottoms .grid .child .mediaa .image iframe {
  width: 100%;
  height: 100%;
  line-height: 0;
  object-fit: cover;
}
.single_product_page .sec_9 .sec_9_content .bottoms .grid .child .mediaa .videos img.cover_size,
.single_product_page .sec_9 .sec_9_content .bottoms .grid .child .mediaa .image img.cover_size {
  object-fit: cover;
}
.single_product_page .sec_9 .sec_9_content .bottoms .grid .child .mediaa .videos img.contain_size,
.single_product_page .sec_9 .sec_9_content .bottoms .grid .child .mediaa .image img.contain_size {
  object-fit: contain;
}
.single_product_page .sec_9 .sec_9_content .bottoms .grid .child p {
  text-align: center;
}
.single_product_page .sec_10 {
  background: black;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single_product_page .sec_10 .sec_10_content .tops {
  padding-top: 0 !important;
}
.single_product_page .sec_10 .sec_10_content .tops h2 {
  text-align: center;
}
@media (max-width: 992px) {
  .single_product_page .sec_10 .sec_10_content .tops h2 {
    text-align: left;
  }
}
.single_product_page .sec_10 .sec_10_content .tops .tops_content .inline {
  display: none;
  margin-top: 20px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 470px) {
  .single_product_page .sec_10 .sec_10_content .tops .tops_content .inline {
    margin-top: 17.5px;
    padding-bottom: 2.5px;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_10 .sec_10_content .tops .tops_content .inline {
    margin-top: 15px;
  }
}
.single_product_page .sec_10 .sec_10_content .tops .tops_content .inline .arrow_container {
  display: flex;
  gap: 1.35rem;
}
.single_product_page .sec_10 .sec_10_content .tops .tops_content .inline .arrow_container .arrows .arrow {
  background: none !important;
  backdrop-filter: unset !important;
  width: 22px;
  height: 22px;
}
@media (max-width: 470px) {
  .single_product_page .sec_10 .sec_10_content .tops .tops_content .inline .arrow_container .arrows .arrow {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_10 .sec_10_content .tops .tops_content .inline .arrow_container .arrows .arrow {
    width: 18.5px;
    height: 18.5px;
  }
}
.single_product_page .sec_10 .sec_10_content .tops .tops_content .inline .arrow_container .arrows .arrow img {
  filter: invert(0) !important;
  padding: 0 !important;
}
@media (max-width: 992px) {
  .single_product_page .sec_10 .sec_10_content .tops .tops_content .inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .btn_area {
    display: none;
  }
}
.single_product_page .sec_10 .sec_10_content .bottoms .media-gallery {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1920px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery {
    max-width: 900px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery {
    max-width: 780px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery {
    max-width: 680px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery {
    max-width: 520px;
  }
}
@media (max-width: 600px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery {
    max-width: 440px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery {
    max-width: 410px;
  }
}
@media (max-width: 320px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery {
    max-width: 450px;
  }
}
.single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .slick-list {
  overflow: visible;
}
@media (max-width: 380px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .slick-list {
    padding: 0 40px !important;
  }
}
@media (max-width: 320px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .slick-list {
    padding: 0 30px !important;
  }
}
@media (max-width: 280px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .slick-list {
    padding: 0 25px !important;
  }
}
.single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa {
  position: relative;
  line-height: 0;
  background: #2b2b2b;
  margin: 0 17.5px;
}
@media (max-width: 1920px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa {
    margin: 0 16px;
  }
}
@media (max-width: 1600px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa {
    margin: 0 14px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa {
    margin: 0 12px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa {
    margin: 0 10px;
  }
}
@media (max-width: 600px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa {
    margin: 0 8px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa {
    margin: 0 6px;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa {
    margin: 0 5px;
  }
}
.single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa a {
  line-height: 0;
}
.single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos,
.single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image {
  height: 100%;
  width: 100%;
  line-height: 0;
}
.single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos img,
.single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos video,
.single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos iframe,
.single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image img,
.single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image video,
.single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image iframe {
  width: 100%;
  height: 100%;
  height: 580px;
  line-height: 0;
  object-fit: cover;
}
@media (max-width: 1920px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos img,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos video,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos iframe,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image img,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image video,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image iframe {
    height: 480px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos img,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos video,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos iframe,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image img,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image video,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image iframe {
    height: 430px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos img,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos video,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos iframe,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image img,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image video,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image iframe {
    height: 380px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos img,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos video,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos iframe,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image img,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image video,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image iframe {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos img,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos video,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos iframe,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image img,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image video,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image iframe {
    height: 300px;
  }
}
@media (max-width: 600px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos img,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos video,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos iframe,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image img,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image video,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image iframe {
    height: 240px;
  }
}
@media (max-width: 470px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos img,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos video,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos iframe,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image img,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image video,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image iframe {
    height: 200px;
  }
}
@media (max-width: 380px) {
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos img,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos video,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .videos iframe,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image img,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image video,
  .single_product_page .sec_10 .sec_10_content .bottoms .media-gallery .mediaa .image iframe {
    height: 180px;
  }
}
.single_product_page .sec_10 .sec_10_content .btn_area_last_bot {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_product_page .sec_10 .sec_10_content .btn_area_last_bot {
    margin-top: 50px;
  }
}
@media (max-width: 1410px) {
  .single_product_page .sec_10 .sec_10_content .btn_area_last_bot {
    margin-top: 45px;
  }
}
@media (max-width: 1280px) {
  .single_product_page .sec_10 .sec_10_content .btn_area_last_bot {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_10 .sec_10_content .btn_area_last_bot {
    margin-top: 35px;
  }
}
@media (max-width: 992px) {
  .single_product_page .sec_10 .sec_10_content .btn_area_last_bot {
    display: none;
    margin-top: 0;
  }
}
.single_product_page .sec_1,
.single_product_page .sec_2,
.single_product_page .sec_3,
.single_product_page .sec_5,
.single_product_page .sec_6,
.single_product_page .sec_7,
.single_product_page .sec_8,
.single_product_page .sec_9,
.single_product_page .sec_10 {
  position: relative;
  z-index: 3;
}
.single_product_page .sec_4 {
  position: relative;
  z-index: 1;
}

.gallery_page {
  background: black;
}
.gallery_page .sec_1 {
  padding-top: 80px !important;
}
@media (max-width: 1920px) {
  .gallery_page .sec_1 {
    padding-top: 70px !important;
  }
}
@media (max-width: 1600px) {
  .gallery_page .sec_1 {
    padding-top: 60px !important;
  }
}
@media (max-width: 1410px) {
  .gallery_page .sec_1 {
    padding-top: 50px !important;
  }
}
@media (max-width: 992px) {
  .gallery_page .sec_1 {
    padding-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .gallery_page .sec_1 {
    padding-top: 35px !important;
  }
}
@media (max-width: 470px) {
  .gallery_page .sec_1 {
    padding-top: 30px !important;
  }
}
@media (max-width: 380px) {
  .gallery_page .sec_1 {
    padding-top: 25px !important;
  }
}
.gallery_page .sec_1 .sec_1_content {
  padding-top: 0 !important;
}
.gallery_page .sec_1 .sec_1_content .gallery_hero {
  display: flex;
  gap: 10rem;
  justify-content: space-between;
  align-items: flex-end;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .gallery_page .sec_1 .sec_1_content .gallery_hero {
    gap: 8rem;
  }
}
@media (max-width: 1600px) {
  .gallery_page .sec_1 .sec_1_content .gallery_hero {
    gap: 7rem;
  }
}
@media (max-width: 1410px) {
  .gallery_page .sec_1 .sec_1_content .gallery_hero {
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .gallery_page .sec_1 .sec_1_content .gallery_hero {
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  .gallery_page .sec_1 .sec_1_content .gallery_hero {
    gap: 5.5rem;
    flex-direction: column;
    align-items: flex-start;
    position: sticky;
    background: black;
    top: -25px;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .gallery_page .sec_1 .sec_1_content .gallery_hero {
    gap: 4.5rem;
    top: -20px;
  }
}
@media (max-width: 470px) {
  .gallery_page .sec_1 .sec_1_content .gallery_hero {
    gap: 3.5rem;
    top: -10px;
  }
}
@media (max-width: 400px) {
  .gallery_page .sec_1 .sec_1_content .gallery_hero {
    gap: 3.5rem;
    top: -10px;
  }
}
@media (max-width: 380px) {
  .gallery_page .sec_1 .sec_1_content .gallery_hero {
    gap: 3.5rem;
    top: -10px;
  }
}
@media (max-width: 315px) {
  .gallery_page .sec_1 .sec_1_content .gallery_hero {
    gap: 3.5rem;
    top: -42px;
  }
}
@media (max-width: 250px) {
  .gallery_page .sec_1 .sec_1_content .gallery_hero {
    gap: 3.5rem;
    top: -50px;
  }
}
.gallery_page .sec_1 .sec_1_content .gallery_hero .rights {
  display: flex;
  justify-content: flex-end;
  gap: 5rem;
  row-gap: 2rem !important;
  align-items: center;
  transition: all 0.2s ease-in-out 0.01s;
  flex-wrap: wrap;
}
@media (max-width: 1920px) {
  .gallery_page .sec_1 .sec_1_content .gallery_hero .rights {
    gap: 4.75rem;
  }
}
@media (max-width: 1600px) {
  .gallery_page .sec_1 .sec_1_content .gallery_hero .rights {
    gap: 4.5rem;
  }
}
@media (max-width: 1410px) {
  .gallery_page .sec_1 .sec_1_content .gallery_hero .rights {
    gap: 4rem;
  }
}
@media (max-width: 992px) {
  .gallery_page .sec_1 .sec_1_content .gallery_hero .rights {
    gap: 5rem;
    justify-content: flex-start;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .gallery_page .sec_1 .sec_1_content .gallery_hero .rights {
    padding-bottom: 20px;
  }
}
@media (max-width: 470px) {
  .gallery_page .sec_1 .sec_1_content .gallery_hero .rights {
    gap: 4.5rem;
  }
}
@media (max-width: 380px) {
  .gallery_page .sec_1 .sec_1_content .gallery_hero .rights {
    gap: 4rem;
    padding-bottom: 15px;
  }
}
.gallery_page .sec_1 .sec_1_content .gallery_hero .rights p {
  color: white;
  cursor: pointer;
  text-transform: capitalize;
}
.gallery_page .sec_1 .sec_1_content .gallery_hero .rights p::after {
  transform: unset !important;
}
.gallery_page .sec_1 .sec_1_content .gallery_hero .rights p.active, .gallery_page .sec_1 .sec_1_content .gallery_hero .rights p:hover {
  color: #9A8348;
}
.gallery_page .sec_1 .sec_1_content .gallery_hero .rights p.active::after, .gallery_page .sec_1 .sec_1_content .gallery_hero .rights p:hover::after {
  background: #9A8348;
}
.gallery_page .sec_1 .sec_1_content .gallery_body {
  margin-top: 80px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .gallery_page .sec_1 .sec_1_content .gallery_body {
    margin-top: 70px;
  }
}
@media (max-width: 1600px) {
  .gallery_page .sec_1 .sec_1_content .gallery_body {
    margin-top: 60px;
  }
}
@media (max-width: 1410px) {
  .gallery_page .sec_1 .sec_1_content .gallery_body {
    margin-top: 50px;
  }
}
@media (max-width: 1280px) {
  .gallery_page .sec_1 .sec_1_content .gallery_body {
    margin-top: 45px;
  }
}
@media (max-width: 992px) {
  .gallery_page .sec_1 .sec_1_content .gallery_body {
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
}
.gallery_page .sec_1 .sec_1_content .gallery_body #media-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  transition: all 0.3s ease 0.01s;
}
@media (max-width: 1920px) {
  .gallery_page .sec_1 .sec_1_content .gallery_body #media-container {
    gap: 4rem;
  }
}
@media (max-width: 1600px) {
  .gallery_page .sec_1 .sec_1_content .gallery_body #media-container {
    gap: 3.5rem;
  }
}
@media (max-width: 1280px) {
  .gallery_page .sec_1 .sec_1_content .gallery_body #media-container {
    gap: 3rem;
  }
}
@media (max-width: 992px) {
  .gallery_page .sec_1 .sec_1_content .gallery_body #media-container {
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .gallery_page .sec_1 .sec_1_content .gallery_body #media-container {
    gap: 2rem;
  }
}
@media (max-width: 470px) {
  .gallery_page .sec_1 .sec_1_content .gallery_body #media-container {
    gap: 1.5rem;
  }
}
@media (max-width: 380px) {
  .gallery_page .sec_1 .sec_1_content .gallery_body #media-container {
    gap: 1.25rem;
  }
}
.gallery_page .sec_1 .sec_1_content .gallery_body #media-container .mediaa {
  position: relative;
  line-height: 0;
}
.gallery_page .sec_1 .sec_1_content .gallery_body #media-container .mediaa .videos,
.gallery_page .sec_1 .sec_1_content .gallery_body #media-container .mediaa .image {
  height: 100%;
  width: 100%;
  line-height: 0;
}
.gallery_page .sec_1 .sec_1_content .gallery_body #media-container .mediaa .videos img,
.gallery_page .sec_1 .sec_1_content .gallery_body #media-container .mediaa .videos video,
.gallery_page .sec_1 .sec_1_content .gallery_body #media-container .mediaa .videos iframe,
.gallery_page .sec_1 .sec_1_content .gallery_body #media-container .mediaa .image img,
.gallery_page .sec_1 .sec_1_content .gallery_body #media-container .mediaa .image video,
.gallery_page .sec_1 .sec_1_content .gallery_body #media-container .mediaa .image iframe {
  width: 100%;
  height: 100%;
  max-height: 600px;
  aspect-ratio: 1.5/1;
  line-height: 0;
  object-fit: cover;
  transition: all 0.2s ease-in-out 0.01s;
}
.gallery_page .sec_1 .sec_1_content .gallery_body .lload_more {
  display: flex;
  justify-content: center;
}
.gallery_page .sec_1 .sec_1_content .gallery_body .lload_more #load-more-media {
  color: #9A8348;
  margin-top: 80px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .gallery_page .sec_1 .sec_1_content .gallery_body .lload_more #load-more-media {
    margin-top: 70px;
  }
}
@media (max-width: 992px) {
  .gallery_page .sec_1 .sec_1_content .gallery_body .lload_more #load-more-media {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .gallery_page .sec_1 .sec_1_content .gallery_body .lload_more #load-more-media {
    margin-top: 50px;
  }
}
@media (max-width: 470px) {
  .gallery_page .sec_1 .sec_1_content .gallery_body .lload_more #load-more-media {
    margin-top: 40px;
  }
}
@media (max-width: 380px) {
  .gallery_page .sec_1 .sec_1_content .gallery_body .lload_more #load-more-media {
    margin-top: 30px;
  }
}

.contact_page .sec_2 .sec_2_content .bottoms .lefts .form {
  width: 100%;
}
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form .engage-bay-source-form,
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form .gform_wrapper {
  width: 100%;
}
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form .gfield_label,
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form legend.gfield_label {
  display: none;
}
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form .gform_fields {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .contact_page .sec_2 .sec_2_content .bottoms .lefts .form .gform_fields {
    column-gap: 35px;
    row-gap: 35px;
  }
}
@media (max-width: 1280px) {
  .contact_page .sec_2 .sec_2_content .bottoms .lefts .form .gform_fields {
    column-gap: 30px;
    row-gap: 30px;
  }
}
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form .gfield {
  flex: 0 0 100%;
  min-width: 0;
}
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form .gfield--width-half {
  flex: 0 0 calc(50% - 20px);
}
@media (max-width: 1920px) {
  .contact_page .sec_2 .sec_2_content .bottoms .lefts .form .gfield--width-half {
    flex: 0 0 calc(50% - 17.5px);
  }
}
@media (max-width: 1280px) {
  .contact_page .sec_2 .sec_2_content .bottoms .lefts .form .gfield--width-half {
    flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 470px) {
  .contact_page .sec_2 .sec_2_content .bottoms .lefts .form .gfield--width-half {
    flex: 0 0 100%;
  }
}
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form .ginput_container--name {
  display: flex;
  gap: 40px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .contact_page .sec_2 .sec_2_content .bottoms .lefts .form .ginput_container--name {
    gap: 35px;
  }
}
@media (max-width: 1280px) {
  .contact_page .sec_2 .sec_2_content .bottoms .lefts .form .ginput_container--name {
    gap: 30px;
  }
}
@media (max-width: 470px) {
  .contact_page .sec_2 .sec_2_content .bottoms .lefts .form .ginput_container--name {
    flex-direction: column;
    gap: 30px;
  }
}
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form .ginput_container--name .gform-grid-col {
  flex: 1;
  min-width: 0;
  padding: 0 !important;
}
@media (max-width: 470px) {
  .contact_page .sec_2 .sec_2_content .bottoms .lefts .form .ginput_container--name .gform-grid-col {
    display: block;
    width: 100%;
  }
}
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form input[type=text],
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form input[type=email],
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form input[type=tel],
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  color: white;
  font-size: 16px;
  padding: 8px 0 12px;
  font-family: inherit;
  transition: border-color 0.2s ease;
}
@media (max-width: 1280px) {
  .contact_page .sec_2 .sec_2_content .bottoms .lefts .form input[type=text],
  .contact_page .sec_2 .sec_2_content .bottoms .lefts .form input[type=email],
  .contact_page .sec_2 .sec_2_content .bottoms .lefts .form input[type=tel],
  .contact_page .sec_2 .sec_2_content .bottoms .lefts .form textarea {
    font-size: 15px;
  }
}
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form input[type=text]::placeholder,
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form input[type=email]::placeholder,
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form input[type=tel]::placeholder,
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
  font-family: inherit;
}
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form input[type=text]:focus,
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form input[type=email]:focus,
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form input[type=tel]:focus,
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form textarea:focus {
  outline: none;
  border-bottom-color: white;
}
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form textarea {
  resize: vertical;
  min-height: 80px;
}
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form .gform-footer,
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form .gform_footer {
  margin-top: 40px;
}
@media (max-width: 1280px) {
  .contact_page .sec_2 .sec_2_content .bottoms .lefts .form .gform-footer,
  .contact_page .sec_2 .sec_2_content .bottoms .lefts .form .gform_footer {
    margin-top: 35px;
  }
}
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form .gform-footer .gform_button,
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form .gform_footer .gform_button {
  background: #9A8348;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 16px 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  transition: opacity 0.2s ease;
}
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form .gform-footer .gform_button:hover,
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form .gform_footer .gform_button:hover {
  opacity: 0.85;
}
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form .gform-footer .gform_button:disabled,
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form .gform_footer .gform_button:disabled {
  opacity: 0.6;
  cursor: default;
}
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form .success-actions {
  margin-top: 20px;
}
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form .success-actions .gform_button {
  background: transparent;
  border: 1px solid #9A8348;
  color: #9A8348;
  border-radius: 50px;
  padding: 12px 35px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s ease;
}
.contact_page .sec_2 .sec_2_content .bottoms .lefts .form .success-actions .gform_button:hover {
  background: #9A8348;
  color: white;
}

.contact_page .sec_2 {
  background: black;
}
.contact_page .sec_2 .sec_2_content .tops,
.contact_page .sec_2 .sec_2_content .bottoms {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 12rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .contact_page .sec_2 .sec_2_content .tops,
  .contact_page .sec_2 .sec_2_content .bottoms {
    gap: 10rem;
  }
}
@media (max-width: 1600px) {
  .contact_page .sec_2 .sec_2_content .tops,
  .contact_page .sec_2 .sec_2_content .bottoms {
    gap: 8rem;
  }
}
@media (max-width: 1410px) {
  .contact_page .sec_2 .sec_2_content .tops,
  .contact_page .sec_2 .sec_2_content .bottoms {
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .contact_page .sec_2 .sec_2_content .tops,
  .contact_page .sec_2 .sec_2_content .bottoms {
    gap: 4rem;
  }
}
@media (max-width: 992px) {
  .contact_page .sec_2 .sec_2_content .tops,
  .contact_page .sec_2 .sec_2_content .bottoms {
    gap: 3rem;
    grid-template-columns: 1.5fr 1fr;
  }
}
@media (max-width: 800px) {
  .contact_page .sec_2 .sec_2_content .tops,
  .contact_page .sec_2 .sec_2_content .bottoms {
    gap: 3rem;
    grid-template-columns: 1.3fr 1fr;
  }
}
@media (max-width: 767px) {
  .contact_page .sec_2 .sec_2_content .tops,
  .contact_page .sec_2 .sec_2_content .bottoms {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .contact_page .sec_2 .sec_2_content .tops {
    margin-bottom: 40px;
  }
}
@media (max-width: 380px) {
  .contact_page .sec_2 .sec_2_content .tops {
    margin-bottom: 35px;
  }
}
.contact_page .sec_2 .sec_2_content .bottoms .rights {
  display: flex;
  margin-left: auto;
  gap: 10rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .contact_page .sec_2 .sec_2_content .bottoms .rights {
    gap: 8rem;
  }
}
@media (max-width: 1600px) {
  .contact_page .sec_2 .sec_2_content .bottoms .rights {
    gap: 7rem;
  }
}
@media (max-width: 1410px) {
  .contact_page .sec_2 .sec_2_content .bottoms .rights {
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .contact_page .sec_2 .sec_2_content .bottoms .rights {
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  .contact_page .sec_2 .sec_2_content .bottoms .rights {
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .contact_page .sec_2 .sec_2_content .bottoms .rights {
    gap: 3rem 6.5rem;
    flex-wrap: wrap;
    margin-left: unset;
    order: -1;
  }
}
@media (max-width: 470px) {
  .contact_page .sec_2 .sec_2_content .bottoms .rights {
    gap: 2.5rem 5.5rem;
  }
}
.contact_page .sec_2 .sec_2_content .bottoms .rights .columns {
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 767px) {
  .contact_page .sec_2 .sec_2_content .bottoms .rights .columns:not(.contact) {
    gap: 3rem 6.5rem;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .contact_page .sec_2 .sec_2_content .bottoms .rights .columns:not(.contact) {
    gap: 2.5rem 5.5rem;
  }
}
.contact_page .sec_2 .sec_2_content .bottoms .rights .columns a {
  color: white;
  text-decoration-thickness: 0px !important;
  text-underline-offset: 6px;
}
.contact_page .sec_2 .sec_2_content .bottoms .rights .columns .rows {
  margin-bottom: 65px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .contact_page .sec_2 .sec_2_content .bottoms .rights .columns .rows {
    margin-bottom: 60px;
  }
}
@media (max-width: 1600px) {
  .contact_page .sec_2 .sec_2_content .bottoms .rights .columns .rows {
    margin-bottom: 55px;
  }
}
@media (max-width: 1410px) {
  .contact_page .sec_2 .sec_2_content .bottoms .rights .columns .rows {
    margin-bottom: 50px;
  }
}
@media (max-width: 1280px) {
  .contact_page .sec_2 .sec_2_content .bottoms .rights .columns .rows {
    margin-bottom: 45px;
  }
}
@media (max-width: 992px) {
  .contact_page .sec_2 .sec_2_content .bottoms .rights .columns .rows {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .contact_page .sec_2 .sec_2_content .bottoms .rights .columns .rows {
    margin-bottom: 0px;
  }
}
.contact_page .sec_2 .sec_2_content .bottoms .rights .columns .rows:last-of-type {
  margin-bottom: 0;
}
.contact_page .sec_2 .sec_2_content .bottoms .rights .columns.contact .block {
  margin-bottom: 15px;
}

.general.hero .hero_content {
  position: relative;
}
.general.hero .hero_content .mediaa {
  position: relative;
  z-index: 1;
}
.general.hero .hero_content .mediaa.shadow_under_nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.35%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.35%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(360deg, rgba(0, 0, 0, 0) 59.85%, rgba(0, 0, 0, 0.8) 100%);
}
.general.hero .hero_content .mediaa .video_src::-webkit-media-controls {
  display: none !important;
}
.general.hero .hero_content .mediaa .video_src::-webkit-media-controls-enclosure {
  display: none !important;
}
.general.hero .hero_content .mediaa .video_src::-webkit-media-controls-panel {
  display: none !important;
}
.general.hero .hero_content .mediaa video {
  object-fit: cover;
  transition: all 0.2s ease-in-out 0.01s;
  aspect-ratio: 16/9;
}
.general.hero .hero_content .mediaa .image,
.general.hero .hero_content .mediaa video {
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-in-out 0.01s;
  height: 650px;
  width: 100%;
  line-height: 0;
}
@media (max-width: 1920px) {
  .general.hero .hero_content .mediaa .image,
  .general.hero .hero_content .mediaa video {
    height: 550px;
  }
}
@media (max-width: 1600px) {
  .general.hero .hero_content .mediaa .image,
  .general.hero .hero_content .mediaa video {
    height: 500px;
  }
}
@media (max-width: 1410px) {
  .general.hero .hero_content .mediaa .image,
  .general.hero .hero_content .mediaa video {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .general.hero .hero_content .mediaa .image,
  .general.hero .hero_content .mediaa video {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .general.hero .hero_content .mediaa .image,
  .general.hero .hero_content .mediaa video {
    height: 300px;
  }
}
@media (max-width: 470px) {
  .general.hero .hero_content .mediaa .image,
  .general.hero .hero_content .mediaa video {
    height: 280px;
  }
}
@media (max-width: 380px) {
  .general.hero .hero_content .mediaa .image,
  .general.hero .hero_content .mediaa video {
    height: 240px;
  }
}
.general.hero .hero_content .mediaa .image img,
.general.hero .hero_content .mediaa video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.general.hero .hero_content .mediaa .image, .general.hero .hero_content .mediaa .videos {
  position: relative;
  z-index: 1;
}
.general.hero .hero_content .mediaa .videos {
  line-height: 0;
}
.general.hero .hero_content .absolute_content {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.general.hero .hero_content .absolute_content .absolute_content_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 767px) {
  .general.hero .hero_content .absolute_content .absolute_content_inner {
    justify-content: flex-end;
    padding-bottom: 15px;
  }
}
@media (max-width: 470px) {
  .general.hero .hero_content .absolute_content .absolute_content_inner {
    padding-bottom: 10px;
  }
}
@media (max-width: 380px) {
  .general.hero .hero_content .absolute_content .absolute_content_inner {
    padding-bottom: 5px;
  }
}
.general.hero .hero_content .absolute_content .absolute_content_inner .absolute_content_inner_cont {
  padding-top: 15px;
}
.general.hero2 .hero2_content .tops,
.general.hero2 .hero2_content .bottoms {
  padding-top: 80px !important;
}
@media (max-width: 1920px) {
  .general.hero2 .hero2_content .tops,
  .general.hero2 .hero2_content .bottoms {
    padding-top: 70px !important;
  }
}
@media (max-width: 1600px) {
  .general.hero2 .hero2_content .tops,
  .general.hero2 .hero2_content .bottoms {
    padding-top: 60px !important;
  }
}
@media (max-width: 1410px) {
  .general.hero2 .hero2_content .tops,
  .general.hero2 .hero2_content .bottoms {
    padding-top: 50px !important;
  }
}
@media (max-width: 992px) {
  .general.hero2 .hero2_content .tops,
  .general.hero2 .hero2_content .bottoms {
    padding-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .general.hero2 .hero2_content .tops,
  .general.hero2 .hero2_content .bottoms {
    padding-top: 35px !important;
  }
}
@media (max-width: 470px) {
  .general.hero2 .hero2_content .tops,
  .general.hero2 .hero2_content .bottoms {
    padding-top: 30px !important;
  }
}
@media (max-width: 380px) {
  .general.hero2 .hero2_content .tops,
  .general.hero2 .hero2_content .bottoms {
    padding-top: 25px !important;
  }
}
.general.hero2 .hero2_content .bottoms {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.general.hero2 .hero2_content .bottoms .mediaa {
  position: relative;
  line-height: 0;
}
.general.hero2 .hero2_content .bottoms .mediaa.shadow_under_nav::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.7%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  left: 0;
  top: 0;
}
.general.hero2 .hero2_content .bottoms .mediaa .videos,
.general.hero2 .hero2_content .bottoms .mediaa .image {
  height: 100%;
  width: 100%;
  line-height: 0;
}
.general.hero2 .hero2_content .bottoms .mediaa .videos img,
.general.hero2 .hero2_content .bottoms .mediaa .videos video,
.general.hero2 .hero2_content .bottoms .mediaa .videos iframe,
.general.hero2 .hero2_content .bottoms .mediaa .image img,
.general.hero2 .hero2_content .bottoms .mediaa .image video,
.general.hero2 .hero2_content .bottoms .mediaa .image iframe {
  width: 100%;
  height: 100%;
  height: 800px;
  line-height: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .general.hero2 .hero2_content .bottoms .mediaa .videos img,
  .general.hero2 .hero2_content .bottoms .mediaa .videos video,
  .general.hero2 .hero2_content .bottoms .mediaa .videos iframe,
  .general.hero2 .hero2_content .bottoms .mediaa .image img,
  .general.hero2 .hero2_content .bottoms .mediaa .image video,
  .general.hero2 .hero2_content .bottoms .mediaa .image iframe {
    height: 680px;
  }
}
@media (max-width: 1600px) {
  .general.hero2 .hero2_content .bottoms .mediaa .videos img,
  .general.hero2 .hero2_content .bottoms .mediaa .videos video,
  .general.hero2 .hero2_content .bottoms .mediaa .videos iframe,
  .general.hero2 .hero2_content .bottoms .mediaa .image img,
  .general.hero2 .hero2_content .bottoms .mediaa .image video,
  .general.hero2 .hero2_content .bottoms .mediaa .image iframe {
    height: 620px;
  }
}
@media (max-width: 1410px) {
  .general.hero2 .hero2_content .bottoms .mediaa .videos img,
  .general.hero2 .hero2_content .bottoms .mediaa .videos video,
  .general.hero2 .hero2_content .bottoms .mediaa .videos iframe,
  .general.hero2 .hero2_content .bottoms .mediaa .image img,
  .general.hero2 .hero2_content .bottoms .mediaa .image video,
  .general.hero2 .hero2_content .bottoms .mediaa .image iframe {
    height: 530px;
  }
}
@media (max-width: 1280px) {
  .general.hero2 .hero2_content .bottoms .mediaa .videos img,
  .general.hero2 .hero2_content .bottoms .mediaa .videos video,
  .general.hero2 .hero2_content .bottoms .mediaa .videos iframe,
  .general.hero2 .hero2_content .bottoms .mediaa .image img,
  .general.hero2 .hero2_content .bottoms .mediaa .image video,
  .general.hero2 .hero2_content .bottoms .mediaa .image iframe {
    height: 480px;
  }
}
@media (max-width: 992px) {
  .general.hero2 .hero2_content .bottoms .mediaa .videos img,
  .general.hero2 .hero2_content .bottoms .mediaa .videos video,
  .general.hero2 .hero2_content .bottoms .mediaa .videos iframe,
  .general.hero2 .hero2_content .bottoms .mediaa .image img,
  .general.hero2 .hero2_content .bottoms .mediaa .image video,
  .general.hero2 .hero2_content .bottoms .mediaa .image iframe {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .general.hero2 .hero2_content .bottoms .mediaa .videos img,
  .general.hero2 .hero2_content .bottoms .mediaa .videos video,
  .general.hero2 .hero2_content .bottoms .mediaa .videos iframe,
  .general.hero2 .hero2_content .bottoms .mediaa .image img,
  .general.hero2 .hero2_content .bottoms .mediaa .image video,
  .general.hero2 .hero2_content .bottoms .mediaa .image iframe {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .general.hero2 .hero2_content .bottoms .mediaa .videos img,
  .general.hero2 .hero2_content .bottoms .mediaa .videos video,
  .general.hero2 .hero2_content .bottoms .mediaa .videos iframe,
  .general.hero2 .hero2_content .bottoms .mediaa .image img,
  .general.hero2 .hero2_content .bottoms .mediaa .image video,
  .general.hero2 .hero2_content .bottoms .mediaa .image iframe {
    height: 300px;
  }
}
@media (max-width: 470px) {
  .general.hero2 .hero2_content .bottoms .mediaa .videos img,
  .general.hero2 .hero2_content .bottoms .mediaa .videos video,
  .general.hero2 .hero2_content .bottoms .mediaa .videos iframe,
  .general.hero2 .hero2_content .bottoms .mediaa .image img,
  .general.hero2 .hero2_content .bottoms .mediaa .image video,
  .general.hero2 .hero2_content .bottoms .mediaa .image iframe {
    height: 260px;
  }
}
@media (max-width: 380px) {
  .general.hero2 .hero2_content .bottoms .mediaa .videos img,
  .general.hero2 .hero2_content .bottoms .mediaa .videos video,
  .general.hero2 .hero2_content .bottoms .mediaa .videos iframe,
  .general.hero2 .hero2_content .bottoms .mediaa .image img,
  .general.hero2 .hero2_content .bottoms .mediaa .image video,
  .general.hero2 .hero2_content .bottoms .mediaa .image iframe {
    height: 200px;
  }
}
.general.hero2 .hero2_content .bottoms .mediaa .videos.no_control,
.general.hero2 .hero2_content .bottoms .mediaa .image.no_control {
  pointer-events: none;
}
.general.hero2 .hero2_content .bottoms .mediaa .videos.no_control .video_src::-webkit-media-controls,
.general.hero2 .hero2_content .bottoms .mediaa .image.no_control .video_src::-webkit-media-controls {
  display: none !important;
}
.general.hero2 .hero2_content .bottoms .mediaa .videos.no_control .video_src::-webkit-media-controls-enclosure,
.general.hero2 .hero2_content .bottoms .mediaa .image.no_control .video_src::-webkit-media-controls-enclosure {
  display: none !important;
}
.general.hero2 .hero2_content .bottoms .mediaa .videos.no_control .video_src::-webkit-media-controls-panel,
.general.hero2 .hero2_content .bottoms .mediaa .image.no_control .video_src::-webkit-media-controls-panel {
  display: none !important;
}
.general.info_block.black {
  background: black;
}
.general.info_block .info_block_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12rem;
  align-items: center;
  transition: all 0.2s ease-in-out 0.01s;
  padding: 0 6%;
}
@media (max-width: 1920px) {
  .general.info_block .info_block_content {
    gap: 10rem;
    padding: 0 5%;
  }
}
@media (max-width: 1600px) {
  .general.info_block .info_block_content {
    gap: 8rem;
    padding: 0 3%;
  }
}
@media (max-width: 1410px) {
  .general.info_block .info_block_content {
    gap: 6rem;
    padding: 0 2%;
  }
}
@media (max-width: 1280px) {
  .general.info_block .info_block_content {
    gap: 4rem;
    padding: 0 1%;
  }
}
@media (max-width: 992px) {
  .general.info_block .info_block_content {
    gap: 3rem;
    padding: 0%;
  }
}
@media (max-width: 767px) {
  .general.info_block .info_block_content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media (max-width: 470px) {
  .general.info_block .info_block_content {
    gap: 2rem;
  }
}
@media (max-width: 380px) {
  .general.info_block .info_block_content {
    gap: 2rem;
  }
}
.general.info_block .info_block_content.reverse .rights {
  order: -1;
}
@media (max-width: 767px) {
  .general.info_block .info_block_content.reverse .rights {
    order: unset;
  }
}
.general.info_block .info_block_content .lefts .copy_content.white p {
  color: white;
}
.general.info_block .info_block_content .rights .mediaa {
  position: relative;
  line-height: 0;
}
.general.info_block .info_block_content .rights .mediaa.shadow_under_nav::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.7%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  left: 0;
  top: 0;
}
.general.info_block .info_block_content .rights .mediaa .videos,
.general.info_block .info_block_content .rights .mediaa .image {
  height: 100%;
  width: 100%;
  line-height: 0;
}
.general.info_block .info_block_content .rights .mediaa .videos img,
.general.info_block .info_block_content .rights .mediaa .videos video,
.general.info_block .info_block_content .rights .mediaa .videos iframe,
.general.info_block .info_block_content .rights .mediaa .image img,
.general.info_block .info_block_content .rights .mediaa .image video,
.general.info_block .info_block_content .rights .mediaa .image iframe {
  width: 100%;
  height: 100%;
  height: 600px;
  line-height: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .general.info_block .info_block_content .rights .mediaa .videos img,
  .general.info_block .info_block_content .rights .mediaa .videos video,
  .general.info_block .info_block_content .rights .mediaa .videos iframe,
  .general.info_block .info_block_content .rights .mediaa .image img,
  .general.info_block .info_block_content .rights .mediaa .image video,
  .general.info_block .info_block_content .rights .mediaa .image iframe {
    height: 550px;
    height: 480px;
  }
}
@media (max-width: 1410px) {
  .general.info_block .info_block_content .rights .mediaa .videos img,
  .general.info_block .info_block_content .rights .mediaa .videos video,
  .general.info_block .info_block_content .rights .mediaa .videos iframe,
  .general.info_block .info_block_content .rights .mediaa .image img,
  .general.info_block .info_block_content .rights .mediaa .image video,
  .general.info_block .info_block_content .rights .mediaa .image iframe {
    height: 500px;
    height: 430px;
  }
}
@media (max-width: 1280px) {
  .general.info_block .info_block_content .rights .mediaa .videos img,
  .general.info_block .info_block_content .rights .mediaa .videos video,
  .general.info_block .info_block_content .rights .mediaa .videos iframe,
  .general.info_block .info_block_content .rights .mediaa .image img,
  .general.info_block .info_block_content .rights .mediaa .image video,
  .general.info_block .info_block_content .rights .mediaa .image iframe {
    height: 450px;
    height: 415px;
  }
}
@media (max-width: 992px) {
  .general.info_block .info_block_content .rights .mediaa .videos img,
  .general.info_block .info_block_content .rights .mediaa .videos video,
  .general.info_block .info_block_content .rights .mediaa .videos iframe,
  .general.info_block .info_block_content .rights .mediaa .image img,
  .general.info_block .info_block_content .rights .mediaa .image video,
  .general.info_block .info_block_content .rights .mediaa .image iframe {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .general.info_block .info_block_content .rights .mediaa .videos img,
  .general.info_block .info_block_content .rights .mediaa .videos video,
  .general.info_block .info_block_content .rights .mediaa .videos iframe,
  .general.info_block .info_block_content .rights .mediaa .image img,
  .general.info_block .info_block_content .rights .mediaa .image video,
  .general.info_block .info_block_content .rights .mediaa .image iframe {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .general.info_block .info_block_content .rights .mediaa .videos img,
  .general.info_block .info_block_content .rights .mediaa .videos video,
  .general.info_block .info_block_content .rights .mediaa .videos iframe,
  .general.info_block .info_block_content .rights .mediaa .image img,
  .general.info_block .info_block_content .rights .mediaa .image video,
  .general.info_block .info_block_content .rights .mediaa .image iframe {
    height: 300px;
  }
}
@media (max-width: 470px) {
  .general.info_block .info_block_content .rights .mediaa .videos img,
  .general.info_block .info_block_content .rights .mediaa .videos video,
  .general.info_block .info_block_content .rights .mediaa .videos iframe,
  .general.info_block .info_block_content .rights .mediaa .image img,
  .general.info_block .info_block_content .rights .mediaa .image video,
  .general.info_block .info_block_content .rights .mediaa .image iframe {
    height: 260px;
  }
}
@media (max-width: 380px) {
  .general.info_block .info_block_content .rights .mediaa .videos img,
  .general.info_block .info_block_content .rights .mediaa .videos video,
  .general.info_block .info_block_content .rights .mediaa .videos iframe,
  .general.info_block .info_block_content .rights .mediaa .image img,
  .general.info_block .info_block_content .rights .mediaa .image video,
  .general.info_block .info_block_content .rights .mediaa .image iframe {
    height: 200px;
  }
}
.general.info_block .info_block_content .rights .mediaa .videos.no_control,
.general.info_block .info_block_content .rights .mediaa .image.no_control {
  pointer-events: none;
}
.general.info_block .info_block_content .rights .mediaa .videos.no_control .video_src::-webkit-media-controls,
.general.info_block .info_block_content .rights .mediaa .image.no_control .video_src::-webkit-media-controls {
  display: none !important;
}
.general.info_block .info_block_content .rights .mediaa .videos.no_control .video_src::-webkit-media-controls-enclosure,
.general.info_block .info_block_content .rights .mediaa .image.no_control .video_src::-webkit-media-controls-enclosure {
  display: none !important;
}
.general.info_block .info_block_content .rights .mediaa .videos.no_control .video_src::-webkit-media-controls-panel,
.general.info_block .info_block_content .rights .mediaa .image.no_control .video_src::-webkit-media-controls-panel {
  display: none !important;
}

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 999;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 800px;
  transform: translate(-50%, -50%);
  background: #fff;
  right: unset;
  bottom: unset;
  z-index: 1000;
  overflow: hidden;
  padding: 20px;
  max-height: 90vh;
  overflow-y: auto;
  height: auto;
}
@media (max-width: 767px) {
  .modal {
    top: 7.5vh;
    left: 50%;
    transform: unset;
    transform: translateX(-50%);
  }
}
@media (max-width: 380px) {
  .modal {
    padding: 10px;
  }
}
@media (max-width: 280px) {
  .modal {
    padding: 5px;
  }
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  padding-right: 65px;
  padding-top: 35px;
}

.modal-title {
  margin: 0;
  font-size: 24px;
}
@media (max-width: 1410px) {
  .modal-title {
    font-size: 23px;
  }
}
@media (max-width: 992px) {
  .modal-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .modal-title {
    font-size: 21px;
  }
}
@media (max-width: 470px) {
  .modal-title {
    font-size: 20px;
  }
}

.close-modal {
  background: transparent;
  border: none;
  font-size: 44px;
  cursor: pointer;
  line-height: 1;
  align-items: center;
  font-weight: 100;
  position: absolute;
  top: 6px;
  right: 15px;
  outline: none !important;
  box-shadow: none !important;
}

.modal-body {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  margin-top: 20px;
  gap: 40px;
}
@media (max-width: 1410px) {
  .modal-body {
    gap: 30px;
  }
}
@media (max-width: 1280px) {
  .modal-body {
    gap: 25px;
  }
}
@media (max-width: 992px) {
  .modal-body {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .modal-body {
    grid-template-columns: 1fr;
  }
}

.modal-image {
  flex: 1 1 40%;
}

.modal-image img {
  width: 90%;
  margin: 0 auto;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .modal-image img {
    width: 80%;
  }
}

.modal-description {
  flex: 1 1 55%;
}
.modal-description p, .modal-description a {
  font-size: 20px !important;
  line-height: 21pt !important;
}
@media (max-width: 1920px) {
  .modal-description p, .modal-description a {
    font-size: 19px !important;
    line-height: 20pt !important;
  }
}
@media (max-width: 1280px) {
  .modal-description p, .modal-description a {
    font-size: 18px !important;
    line-height: 19pt !important;
  }
}
@media (max-width: 992px) {
  .modal-description p, .modal-description a {
    font-size: 17px !important;
    line-height: 18pt !important;
  }
}
@media (max-width: 767px) {
  .modal-description p, .modal-description a {
    font-size: 16px !important;
    line-height: 17pt !important;
  }
}
@media (max-width: 470px) {
  .modal-description p, .modal-description a {
    font-size: 15px !important;
    line-height: 16pt !important;
  }
}

.glass_technology_page .sec_1 {
  background: black;
}
.glass_technology_page .sec_1 .sec_1_content .tops h1 span {
  color: #9A8348;
}
.glass_technology_page .sec_3 {
  background: black;
}
.glass_technology_page .sec_3 .sec_3_content .tops h2 {
  text-align: center;
}
.glass_technology_page .sec_3 .sec_3_content .bottoms {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 4.5rem 3.5rem;
  max-width: 85%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0.01s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1920px) {
  .glass_technology_page .sec_3 .sec_3_content .bottoms {
    gap: 4rem 3rem;
  }
}
@media (max-width: 1410px) {
  .glass_technology_page .sec_3 .sec_3_content .bottoms {
    max-width: 90%;
    gap: 3.5rem 2.5rem;
  }
}
@media (max-width: 1280px) {
  .glass_technology_page .sec_3 .sec_3_content .bottoms {
    max-width: 95%;
    gap: 3rem 2rem;
  }
}
@media (max-width: 992px) {
  .glass_technology_page .sec_3 .sec_3_content .bottoms {
    max-width: 85%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .glass_technology_page .sec_3 .sec_3_content .bottoms {
    max-width: 90%;
    gap: 3rem 1.75rem;
  }
}
@media (max-width: 600px) {
  .glass_technology_page .sec_3 .sec_3_content .bottoms {
    max-width: 85%;
    max-width: 95%;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 1.75rem;
  }
}
@media (max-width: 470px) {
  .glass_technology_page .sec_3 .sec_3_content .bottoms {
    max-width: 95%;
    max-width: 100% !important;
    gap: 2.5rem 1.5rem;
  }
}
@media (max-width: 380px) {
  .glass_technology_page .sec_3 .sec_3_content .bottoms {
    max-width: 95%;
    gap: 2rem 1.25rem;
  }
}
@media (max-width: 320px) {
  .glass_technology_page .sec_3 .sec_3_content .bottoms {
    max-width: 100%;
    gap: 2rem 1rem;
  }
}
.glass_technology_page .sec_3 .sec_3_content .bottoms .child {
  cursor: pointer;
  flex: 0 0 calc((100% - 10.5rem) / 4);
}
@media (max-width: 992px) {
  .glass_technology_page .sec_3 .sec_3_content .bottoms .child {
    flex: 0 0 calc((100% - 7rem) / 3);
  }
}
@media (max-width: 600px) {
  .glass_technology_page .sec_3 .sec_3_content .bottoms .child {
    flex: 0 0 calc((100% - 7rem) / 2);
  }
}
.glass_technology_page .sec_3 .sec_3_content .bottoms .child a {
  font-size: inherit !important;
  color: inherit !important;
}
.glass_technology_page .sec_3 .sec_3_content .bottoms .child a.no_event {
  text-decoration: none !important;
  pointer-events: none;
}
.glass_technology_page .sec_3 .sec_3_content .bottoms .child .image {
  position: relative;
}
@media (max-width: 1920px) {
  .glass_technology_page .sec_3 .sec_3_content .bottoms .child .image {
    margin-bottom: 15px;
  }
}
@media (max-width: 1410px) {
  .glass_technology_page .sec_3 .sec_3_content .bottoms .child .image {
    margin-bottom: 12px;
  }
}
@media (max-width: 1280px) {
  .glass_technology_page .sec_3 .sec_3_content .bottoms .child .image {
    margin-bottom: 10px;
  }
}
@media (max-width: 470px) {
  .glass_technology_page .sec_3 .sec_3_content .bottoms .child .image {
    margin-bottom: 8px;
  }
}
.glass_technology_page .sec_3 .sec_3_content .bottoms .child .image img {
  width: 100%;
  max-height: 480px;
  height: 100%;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
}
.glass_technology_page .sec_3 .sec_3_content .bottoms .child .image .absolute_content {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background: #9A8348;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.glass_technology_page .sec_3 .sec_3_content .bottoms .child .image .absolute_content p {
  color: white !important;
  text-transform: capitalize !important;
}
.glass_technology_page .sec_3 .sec_3_content .bottoms .child .image .absolute_content p::after {
  background: white !important;
  transform: unset !important;
}
.glass_technology_page .sec_3 .sec_3_content .bottoms .child h4 {
  text-underline-offset: 6px !important;
  text-decoration-thickness: 1px !important;
}
.glass_technology_page .sec_3 .sec_3_content .bottoms .child:hover .image .absolute_content {
  opacity: 1;
}
.glass_technology_page .sec_3 .sec_3_content .bottoms .child:hover h4 {
  text-decoration: underline;
}

.window_city_difference_page .sec_1 {
  background: black;
}
.window_city_difference_page .sec_2 {
  background: white;
}
.window_city_difference_page .sec_3 {
  background: black;
}
.window_city_difference_page .sec_3 .sec_3_content .tops h2 {
  text-align: center;
}
@media (max-width: 767px) {
  .window_city_difference_page .sec_3 .sec_3_content .tops h2 {
    text-align: left;
  }
}
.window_city_difference_page .sec_3 .sec_3_content .bottoms {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid white;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms {
    border-width: 0.5px;
  }
}
@media (max-width: 767px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms {
    grid-template-columns: 1fr;
    border: none;
    max-width: 97%;
    margin: 0 auto;
  }
}
@media (max-width: 470px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms {
    max-width: 98%;
  }
}
@media (max-width: 380px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms {
    max-width: 98.5%;
    padding-top: 2.5px;
  }
}
.window_city_difference_page .sec_3 .sec_3_content .bottoms .child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  min-height: 400px;
  position: relative;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child {
    min-height: 350px;
  }
}
@media (max-width: 1600px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child {
    min-height: 300px;
  }
}
@media (max-width: 1410px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child {
    min-height: 250px;
  }
}
@media (max-width: 1280px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child {
    min-height: 240px;
    border-width: 0.5px;
  }
}
@media (max-width: 992px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child {
    min-height: 230px;
  }
}
@media (max-width: 767px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child {
    min-height: unset;
    border: none;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 470px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child {
    margin-bottom: 35px;
  }
}
@media (max-width: 380px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child {
    margin-bottom: 30px;
  }
}
.window_city_difference_page .sec_3 .sec_3_content .bottoms .child:nth-child(3n) {
  border-right-color: transparent;
}
@media (max-width: 767px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child:nth-child(3n) {
    border-right-color: white;
  }
}
@media (max-width: 767px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child:nth-child(2n) {
    border-right-color: transparent;
  }
}
.window_city_difference_page .sec_3 .sec_3_content .bottoms .child h2 {
  text-align: center;
}
@media (max-width: 767px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child h2 {
    text-align: left;
  }
}
.window_city_difference_page .sec_3 .sec_3_content .bottoms .child .main {
  position: relative;
  z-index: 1;
  position: absolute;
}
@media (max-width: 767px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child .main {
    display: none;
  }
}
.window_city_difference_page .sec_3 .sec_3_content .bottoms .child .main,
.window_city_difference_page .sec_3 .sec_3_content .bottoms .child .hidden {
  transition: all 0.3s ease 0.01s;
  padding: 10%;
}
@media (max-width: 1920px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child .main,
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child .hidden {
    padding: 9%;
  }
}
@media (max-width: 1600px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child .main,
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child .hidden {
    padding: 8%;
  }
}
@media (max-width: 1410px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child .main,
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child .hidden {
    padding: 7%;
  }
}
@media (max-width: 1280px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child .main,
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child .hidden {
    padding: 6%;
  }
}
@media (max-width: 767px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child .main,
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child .hidden {
    padding: 0%;
  }
}
.window_city_difference_page .sec_3 .sec_3_content .bottoms .child .hidden {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 767px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child .hidden {
    opacity: 1;
    display: block;
  }
}
.window_city_difference_page .sec_3 .sec_3_content .bottoms .child .hidden .copy_content {
  margin-top: 20px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child .hidden .copy_content {
    margin-top: 17px;
  }
}
@media (max-width: 1410px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child .hidden .copy_content {
    margin-top: 14px;
  }
}
@media (max-width: 1280px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child .hidden .copy_content {
    margin-top: 12px;
  }
}
.window_city_difference_page .sec_3 .sec_3_content .bottoms .child .hidden .copy_content p {
  color: white;
  text-align: center;
}
@media (max-width: 767px) {
  .window_city_difference_page .sec_3 .sec_3_content .bottoms .child .hidden .copy_content p {
    text-align: left;
  }
}
.window_city_difference_page .sec_3 .sec_3_content .bottoms .child:hover .main {
  opacity: 0;
}
.window_city_difference_page .sec_3 .sec_3_content .bottoms .child:hover .hidden {
  opacity: 1;
}

.spec_ratings_page .sec_1,
.spec_ratings_page .sec_2 {
  background: black;
}
.spec_ratings_page .sec_1 {
  padding-top: 80px !important;
}
@media (max-width: 1920px) {
  .spec_ratings_page .sec_1 {
    padding-top: 70px !important;
  }
}
@media (max-width: 1600px) {
  .spec_ratings_page .sec_1 {
    padding-top: 60px !important;
  }
}
@media (max-width: 1410px) {
  .spec_ratings_page .sec_1 {
    padding-top: 50px !important;
  }
}
@media (max-width: 992px) {
  .spec_ratings_page .sec_1 {
    padding-top: 40px !important;
    position: sticky;
    background: black;
    top: -60px;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .spec_ratings_page .sec_1 {
    padding-top: 35px !important;
    top: -45px;
  }
}
@media (max-width: 470px) {
  .spec_ratings_page .sec_1 {
    padding-top: 30px !important;
    top: -30px;
  }
}
@media (max-width: 380px) {
  .spec_ratings_page .sec_1 {
    padding-top: 25px !important;
    top: -25px;
  }
}
@media (max-width: 327px) {
  .spec_ratings_page .sec_1 {
    top: -60px;
  }
}
@media (max-width: 300px) {
  .spec_ratings_page .sec_1 {
    top: -70px;
  }
}
.spec_ratings_page .sec_1 .sec_1_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10rem;
}
@media (max-width: 1920px) {
  .spec_ratings_page .sec_1 .sec_1_content {
    gap: 8rem;
  }
}
@media (max-width: 1600px) {
  .spec_ratings_page .sec_1 .sec_1_content {
    gap: 7rem;
  }
}
@media (max-width: 1410px) {
  .spec_ratings_page .sec_1 .sec_1_content {
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .spec_ratings_page .sec_1 .sec_1_content {
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  .spec_ratings_page .sec_1 .sec_1_content {
    gap: 5.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .spec_ratings_page .sec_1 .sec_1_content {
    gap: 4.5rem;
  }
}
@media (max-width: 470px) {
  .spec_ratings_page .sec_1 .sec_1_content {
    gap: 3.5rem;
  }
}
@media (max-width: 400px) {
  .spec_ratings_page .sec_1 .sec_1_content {
    gap: 3.5rem;
  }
}
@media (max-width: 380px) {
  .spec_ratings_page .sec_1 .sec_1_content {
    gap: 3.5rem;
  }
}
@media (max-width: 332px) {
  .spec_ratings_page .sec_1 .sec_1_content {
    gap: 3.5rem;
  }
}
@media (max-width: 300px) {
  .spec_ratings_page .sec_1 .sec_1_content {
    gap: 3.5rem;
  }
}
.spec_ratings_page .sec_1 .sec_1_content .rights {
  display: flex;
  justify-content: flex-end;
  gap: 5rem;
  row-gap: 2rem !important;
  align-items: center;
  transition: all 0.2s ease-in-out 0.01s;
  flex-wrap: wrap;
}
@media (max-width: 1920px) {
  .spec_ratings_page .sec_1 .sec_1_content .rights {
    gap: 4.75rem;
  }
}
@media (max-width: 1600px) {
  .spec_ratings_page .sec_1 .sec_1_content .rights {
    gap: 4.5rem;
  }
}
@media (max-width: 1410px) {
  .spec_ratings_page .sec_1 .sec_1_content .rights {
    gap: 4rem;
  }
}
@media (max-width: 992px) {
  .spec_ratings_page .sec_1 .sec_1_content .rights {
    gap: 5rem;
    justify-content: flex-start;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .spec_ratings_page .sec_1 .sec_1_content .rights {
    padding-bottom: 30px;
  }
}
@media (max-width: 470px) {
  .spec_ratings_page .sec_1 .sec_1_content .rights {
    gap: 4.5rem;
    padding-bottom: 25px;
  }
}
@media (max-width: 380px) {
  .spec_ratings_page .sec_1 .sec_1_content .rights {
    gap: 4rem;
    padding-bottom: 20px;
  }
}
.spec_ratings_page .sec_1 .sec_1_content .rights p {
  color: white;
  cursor: pointer;
  text-transform: capitalize;
}
.spec_ratings_page .sec_1 .sec_1_content .rights p::after {
  transform: unset !important;
}
.spec_ratings_page .sec_1 .sec_1_content .rights p.active, .spec_ratings_page .sec_1 .sec_1_content .rights p:hover {
  color: #9A8348;
}
.spec_ratings_page .sec_1 .sec_1_content .rights p.active::after, .spec_ratings_page .sec_1 .sec_1_content .rights p:hover::after {
  background: #9A8348;
}
.spec_ratings_page .sec_2 {
  position: relative;
  z-index: 1;
  padding-top: 80px !important;
}
@media (max-width: 1920px) {
  .spec_ratings_page .sec_2 {
    padding-top: 70px !important;
  }
}
@media (max-width: 1600px) {
  .spec_ratings_page .sec_2 {
    padding-top: 60px !important;
  }
}
@media (max-width: 1410px) {
  .spec_ratings_page .sec_2 {
    padding-top: 50px !important;
  }
}
@media (max-width: 1280px) {
  .spec_ratings_page .sec_2 {
    padding-top: 45px !important;
  }
}
@media (max-width: 992px) {
  .spec_ratings_page .sec_2 {
    padding-top: 5px !important;
  }
}
.spec_ratings_page .sec_2 .sec_2_content {
  padding-top: 0 !important;
}
.spec_ratings_page .sec_2 .sec_2_content .child {
  transition: all 0.4s ease-in-out 0.01s !important;
  opacity: 1;
  height: fit-content;
}
.spec_ratings_page .sec_2 .sec_2_content .child.hide {
  transition: all 0.4s ease-in-out 0.01s;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.spec_ratings_page .sec_2 .sec_2_content .child .child_block {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.spec_ratings_page .sec_2 .sec_2_content .child .child_block .c_bottoms .child_rating {
  padding: 20px 40px;
  border-bottom: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
@media (max-width: 1920px) {
  .spec_ratings_page .sec_2 .sec_2_content .child .child_block .c_bottoms .child_rating {
    padding: 18px 35px;
  }
}
@media (max-width: 1600px) {
  .spec_ratings_page .sec_2 .sec_2_content .child .child_block .c_bottoms .child_rating {
    padding: 16px 30px;
  }
}
@media (max-width: 992px) {
  .spec_ratings_page .sec_2 .sec_2_content .child .child_block .c_bottoms .child_rating {
    padding: 14px 25px;
  }
}
@media (max-width: 767px) {
  .spec_ratings_page .sec_2 .sec_2_content .child .child_block .c_bottoms .child_rating {
    padding: 14px 20px;
    border-width: 0.5px;
  }
}
@media (max-width: 470px) {
  .spec_ratings_page .sec_2 .sec_2_content .child .child_block .c_bottoms .child_rating {
    padding: 13.5px 15px;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }
  .spec_ratings_page .sec_2 .sec_2_content .child .child_block .c_bottoms .child_rating p {
    max-width: 100% !important;
  }
  .spec_ratings_page .sec_2 .sec_2_content .child .child_block .c_bottoms .child_rating p:not(.brown) {
    font-size: 13.5px !important;
    line-height: 14.5pt !important;
  }
}
@media (max-width: 380px) {
  .spec_ratings_page .sec_2 .sec_2_content .child .child_block .c_bottoms .child_rating {
    padding: 13px 10px;
    gap: 0.3rem;
  }
  .spec_ratings_page .sec_2 .sec_2_content .child .child_block .c_bottoms .child_rating p:not(.brown) {
    font-size: 13px !important;
    line-height: 14pt !important;
  }
  .spec_ratings_page .sec_2 .sec_2_content .child .child_block .c_bottoms .child_rating p.brown {
    font-size: 11px !important;
  }
}
.spec_ratings_page .sec_2 .sec_2_content .child .child_block .c_bottoms .child_rating p {
  max-width: 70%;
  color: white;
}
.spec_ratings_page .sec_2 .sec_2_content .child .child_block .c_bottoms .child_rating p.brown {
  color: #9A8348;
  max-width: 100%;
}
.spec_ratings_page .sec_2 .sec_2_content .child .child_block .c_bottoms .child_rating:hover {
  background: #9A8348;
}
.spec_ratings_page .sec_2 .sec_2_content .child .child_block .c_bottoms .child_rating:hover p {
  color: white !important;
}
.spec_ratings_page .sec_2 .sec_2_content .child:last-of-type .child_block:last-of-type {
  padding-bottom: 0 !important;
}

.policy_page section,
.experience_page section {
  background: black !important;
}
.policy_page section > div,
.experience_page section > div {
  background: black !important;
}
.policy_page section h1, .policy_page section .h1, .policy_page section h2, .policy_page section .h2, .policy_page section h3, .policy_page section .h3, .policy_page section h4, .policy_page section .h4, .policy_page section h5, .policy_page section .h5, .policy_page section h6, .policy_page section .h6, .policy_page section p,
.experience_page section h1,
.experience_page section .h1,
.experience_page section h2,
.experience_page section .h2,
.experience_page section h3,
.experience_page section .h3,
.experience_page section h4,
.experience_page section .h4,
.experience_page section h5,
.experience_page section .h5,
.experience_page section h6,
.experience_page section .h6,
.experience_page section p {
  color: white !important;
}
.policy_page section h1.brown, .policy_page section .h1.brown, .policy_page section h2.brown, .policy_page section .h2.brown, .policy_page section h3.brown, .policy_page section .h3.brown, .policy_page section h4.brown, .policy_page section .h4.brown, .policy_page section h5.brown, .policy_page section .h5.brown, .policy_page section h6.brown, .policy_page section .h6.brown, .policy_page section p.brown,
.experience_page section h1.brown,
.experience_page section .h1.brown,
.experience_page section h2.brown,
.experience_page section .h2.brown,
.experience_page section h3.brown,
.experience_page section .h3.brown,
.experience_page section h4.brown,
.experience_page section .h4.brown,
.experience_page section h5.brown,
.experience_page section .h5.brown,
.experience_page section h6.brown,
.experience_page section .h6.brown,
.experience_page section p.brown {
  color: #9A8348 !important;
}
.policy_page .custom_header,
.experience_page .custom_header {
  background: black;
  display: flex;
  justify-content: center;
  padding: 30px 15px;
  transition: all 0.3s ease-in-out 0.02s;
}
@media (max-width: 1410px) {
  .policy_page .custom_header,
  .experience_page .custom_header {
    padding: 25px 15px;
  }
}
@media (max-width: 992px) {
  .policy_page .custom_header,
  .experience_page .custom_header {
    padding: 20px 15px;
  }
}
@media (max-width: 470px) {
  .policy_page .custom_header,
  .experience_page .custom_header {
    padding: 15px;
  }
}
@media (max-width: 380px) {
  .policy_page .custom_header,
  .experience_page .custom_header {
    padding: 15px 10px;
  }
}
.policy_page .custom_header .image img,
.experience_page .custom_header .image img {
  max-width: 250px;
  width: 100%;
  transition: all 0.3s ease-in-out 0.02s;
}
@media (max-width: 1920px) {
  .policy_page .custom_header .image img,
  .experience_page .custom_header .image img {
    max-width: 230px;
  }
}
@media (max-width: 1280px) {
  .policy_page .custom_header .image img,
  .experience_page .custom_header .image img {
    max-width: 200px;
  }
}
@media (max-width: 992px) {
  .policy_page .custom_header .image img,
  .experience_page .custom_header .image img {
    max-width: 190px;
  }
}
@media (max-width: 767px) {
  .policy_page .custom_header .image img,
  .experience_page .custom_header .image img {
    max-width: 160px;
  }
}
@media (max-width: 470px) {
  .policy_page .custom_header .image img,
  .experience_page .custom_header .image img {
    max-width: 150px;
  }
}
.policy_page .content_body,
.experience_page .content_body {
  padding-top: 80px !important;
}
@media (max-width: 1920px) {
  .policy_page .content_body,
  .experience_page .content_body {
    padding-top: 70px !important;
  }
}
@media (max-width: 1600px) {
  .policy_page .content_body,
  .experience_page .content_body {
    padding-top: 60px !important;
  }
}
@media (max-width: 1410px) {
  .policy_page .content_body,
  .experience_page .content_body {
    padding-top: 50px !important;
  }
}
@media (max-width: 992px) {
  .policy_page .content_body,
  .experience_page .content_body {
    padding-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .policy_page .content_body,
  .experience_page .content_body {
    padding-top: 35px !important;
  }
}
@media (max-width: 470px) {
  .policy_page .content_body,
  .experience_page .content_body {
    padding-top: 30px !important;
  }
}
@media (max-width: 380px) {
  .policy_page .content_body,
  .experience_page .content_body {
    padding-top: 25px !important;
  }
}
.policy_page .content_body .hero .hero_content,
.experience_page .content_body .hero .hero_content {
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .policy_page .content_body .hero .hero_content,
  .experience_page .content_body .hero .hero_content {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .policy_page .content_body .hero .hero_content,
  .experience_page .content_body .hero .hero_content {
    margin-bottom: 30px;
  }
}
@media (max-width: 470px) {
  .policy_page .content_body .hero .hero_content,
  .experience_page .content_body .hero .hero_content {
    margin-bottom: 20px;
  }
}
.policy_page .content_body .hero h3,
.experience_page .content_body .hero h3 {
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .policy_page .content_body .hero,
  .experience_page .content_body .hero {
    border-width: 1.5px;
  }
}
.policy_page .content_body .content h1, .policy_page .content_body .content h2, .policy_page .content_body .content h3, .policy_page .content_body .content h4, .policy_page .content_body .content h5, .policy_page .content_body .content h6,
.experience_page .content_body .content h1,
.experience_page .content_body .content h2,
.experience_page .content_body .content h3,
.experience_page .content_body .content h4,
.experience_page .content_body .content h5,
.experience_page .content_body .content h6 {
  margin-bottom: 20px;
  margin-top: 60px;
}
@media (max-width: 1280px) {
  .policy_page .content_body .content h1, .policy_page .content_body .content h2, .policy_page .content_body .content h3, .policy_page .content_body .content h4, .policy_page .content_body .content h5, .policy_page .content_body .content h6,
  .experience_page .content_body .content h1,
  .experience_page .content_body .content h2,
  .experience_page .content_body .content h3,
  .experience_page .content_body .content h4,
  .experience_page .content_body .content h5,
  .experience_page .content_body .content h6 {
    margin-bottom: 15px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .policy_page .content_body .content h1, .policy_page .content_body .content h2, .policy_page .content_body .content h3, .policy_page .content_body .content h4, .policy_page .content_body .content h5, .policy_page .content_body .content h6,
  .experience_page .content_body .content h1,
  .experience_page .content_body .content h2,
  .experience_page .content_body .content h3,
  .experience_page .content_body .content h4,
  .experience_page .content_body .content h5,
  .experience_page .content_body .content h6 {
    margin-bottom: 10px;
    margin-top: 35px;
  }
}
.policy_page .content_body .content p,
.experience_page .content_body .content p {
  margin-bottom: 10px;
}
.policy_page .content_body .content a,
.experience_page .content_body .content a {
  color: #9A8348;
  font-weight: 500 !important;
}
.policy_page .content_body .content strong,
.experience_page .content_body .content strong {
  font-weight: 600;
}
.policy_page .content_body .content mark,
.experience_page .content_body .content mark {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5px !important;
}

.experience_page .content_body_content .exp_sec .child {
  width: 100%;
  max-width: 800px; /* Adjust as needed */
  height: 500px; /* Fixed height to contain A-Frame */
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.experience_page .content_body_content .exp_sec .child a-scene {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes cs-ring-pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.85);
    opacity: 0.22;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.48;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.85);
    opacity: 0.22;
  }
}
@keyframes cs-label-shimmer {
  0% {
    letter-spacing: 0.3em;
    opacity: 0.65;
  }
  50% {
    letter-spacing: 0.42em;
    opacity: 1;
  }
  100% {
    letter-spacing: 0.3em;
    opacity: 0.65;
  }
}
.cs_page {
  position: relative;
  min-height: 75vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #000;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cs_page {
    min-height: 60vh;
  }
}

.cs_background {
  position: fixed;
  inset: 0;
  z-index: 0;
}
.cs_background .cs_bg_image,
.cs_background .cs_bg_video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cs_background .cs_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.82) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.cs_deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.cs_deco_line {
  position: absolute;
  background: rgba(154, 131, 72, 0.18);
}
.cs_deco_line--h {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 38vh;
}
.cs_deco_line--v {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 38vw;
  height: 1px;
}

.cs_deco_ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(55vw, 55vh);
  height: min(55vw, 55vh);
  border: 1px solid rgba(154, 131, 72, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  animation: cs-ring-pulse 5s ease-in-out infinite;
}

.cs_content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .cs_content {
    padding: 50px 24px;
  }
}
@media (max-width: 470px) {
  .cs_content {
    padding: 40px 20px;
  }
}

.cs_text_block {
  max-width: 860px;
  width: 100%;
}

.cs_label {
  font-family: "usual", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.38em;
  color: #9A8348;
  margin: 0 0 28px;
  animation: cs-label-shimmer 4s ease-in-out infinite;
}
@media (max-width: 767px) {
  .cs_label {
    font-size: 12px;
    letter-spacing: 0.28em;
  }
}

.cs_divider_top,
.cs_divider_bottom {
  width: 80px;
  height: 1px;
  background: #9A8348;
  margin: 0 auto 32px;
}

.cs_divider_bottom {
  margin: 32px auto 0;
}

.cs_heading {
  font-family: "usual", sans-serif;
  font-weight: 300;
  font-size: clamp(36px, 5.5vw, 72px);
  line-height: 1.12;
  color: #fff;
  margin: 0 0 28px;
  letter-spacing: -0.01em;
}
.cs_heading em {
  font-style: italic;
  color: #9A8348;
}

.cs_body_text {
  font-family: "usual", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.75);
  max-width: 600px;
  margin: 0 auto 28px;
}
@media (max-width: 767px) {
  .cs_body_text {
    font-size: 16px;
  }
}

.cs_form_wrap {
  margin-top: 44px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.cs_form_wrap .gform_wrapper input[type=email],
.cs_form_wrap .gform_wrapper input[type=text] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  color: #fff;
  font-family: "usual", sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding: 10px 0;
  width: 100%;
  outline: none;
  transition: border-color 0.3s ease;
}
.cs_form_wrap .gform_wrapper input[type=email]:focus,
.cs_form_wrap .gform_wrapper input[type=text]:focus {
  border-color: #9A8348;
}
.cs_form_wrap .gform_wrapper input[type=email]::placeholder,
.cs_form_wrap .gform_wrapper input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
}
.cs_form_wrap .gform_wrapper .gform_footer,
.cs_form_wrap .gform_wrapper .gform_page_footer {
  margin-top: 24px;
}
.cs_form_wrap .gform_wrapper input[type=submit],
.cs_form_wrap .gform_wrapper button[type=submit] {
  font-family: "usual", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #9A8348;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s ease;
}
.cs_form_wrap .gform_wrapper input[type=submit]:hover,
.cs_form_wrap .gform_wrapper button[type=submit]:hover {
  opacity: 0.7;
}

.cs_cta {
  margin-top: 44px;
}
.cs_cta .c_button.brown {
  color: #9A8348;
}

.cs_copyright_bar {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 16px 40px 28px;
}
@media (max-width: 767px) {
  .cs_copyright_bar {
    padding: 12px 24px 20px;
  }
}

.cs_copyright {
  font-family: "usual", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  margin: 0;
  letter-spacing: 0.04em;
}

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