@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(240, 103, 43, 0.4);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(240, 103, 43, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(240, 103, 43, 0);
  }
}
@keyframes slide-right-to-left-and-fade-in {
  0% {
    left: 100px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes slide-left-to-right-and-fade-in {
  0% {
    right: 100px;
    opacity: 0;
  }
  100% {
    right: 0px;
    opacity: 1;
  }
}
body {
  overflow-x: hidden;
}

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

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .h1 p, .h2 p, .h3 p, .h4 p, .h5 p, .h6 p, p, li, a {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #231F20;
  transition: all 0.2s ease-in-out 0.01s;
}
h1.upper, h2.upper, h3.upper, h4.upper, h5.upper, h6.upper, .h1.upper, .h2.upper, .h3.upper, .h4.upper, .h5.upper, .h6.upper, .h1 p.upper, .h2 p.upper, .h3 p.upper, .h4 p.upper, .h5 p.upper, .h6 p.upper, p.upper, li.upper, a.upper {
  text-transform: uppercase;
}
h1.capitalize, h2.capitalize, h3.capitalize, h4.capitalize, h5.capitalize, h6.capitalize, .h1.capitalize, .h2.capitalize, .h3.capitalize, .h4.capitalize, .h5.capitalize, .h6.capitalize, .h1 p.capitalize, .h2 p.capitalize, .h3 p.capitalize, .h4 p.capitalize, .h5 p.capitalize, .h6 p.capitalize, p.capitalize, li.capitalize, a.capitalize {
  text-transform: capitalize;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, .h1.white, .h2.white, .h3.white, .h4.white, .h5.white, .h6.white, .h1 p.white, .h2 p.white, .h3 p.white, .h4 p.white, .h5 p.white, .h6 p.white, p.white, li.white, a.white {
  color: white;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .h1 p, .h2 p, .h3 p, .h4 p, .h5 p, .h6 p {
  line-height: 0.9em !important;
  margin-bottom: 0.7em !important;
}

h1, .h1, .h1 p {
  font-size: 74px;
  margin-bottom: 0.2em !important;
}
h1.mega, .h1.mega, .h1 p.mega {
  font-size: 96px;
  font-size: 88px;
  font-weight: 300 !important;
}
@media (max-width: 1920px) {
  h1, .h1, .h1 p {
    font-size: 62px;
  }
  h1.mega, .h1.mega, .h1 p.mega {
    font-size: 76px;
  }
}
@media (max-width: 1410px) {
  h1, .h1, .h1 p {
    line-height: 0.95em !important;
    font-size: 50px;
  }
  h1.mega, .h1.mega, .h1 p.mega {
    font-size: 66px;
    font-size: 64px;
    font-size: 62px;
  }
}
@media (max-width: 1280px) {
  h1, .h1, .h1 p {
    font-size: 42px;
  }
  h1.mega, .h1.mega, .h1 p.mega {
    font-size: 56px;
    font-size: 54px;
  }
}
@media (max-width: 992px) {
  h1, .h1, .h1 p {
    line-height: 1em !important;
    margin-bottom: 0.225em !important;
    font-size: 36.5px;
  }
  h1.mega, .h1.mega, .h1 p.mega {
    font-size: 48px;
    font-size: 46px;
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  h1, .h1, .h1 p {
    margin-bottom: 0.27em !important;
    font-size: 31.5px;
  }
  h1.mega, .h1.mega, .h1 p.mega {
    font-size: 38px;
    font-size: 36px;
  }
}
@media (max-width: 470px) {
  h1, .h1, .h1 p {
    margin-bottom: 0.3em !important;
    font-size: 28.5px;
  }
  h1.mega, .h1.mega, .h1 p.mega {
    font-size: 34px;
    font-size: 32px;
  }
}
@media (max-width: 380px) {
  h1, .h1, .h1 p {
    margin-bottom: 0.31em !important;
    font-size: 24.5px;
  }
  h1.mega, .h1.mega, .h1 p.mega {
    font-size: 30px;
    font-size: 28px;
  }
}

h2, .h2, .h2 p {
  font-size: 45px;
  font-size: 47px;
  margin-bottom: 0.55em !important;
  line-height: 1.2em !important;
}
h2.small, .h2.small, .h2 p.small {
  font-size: 37.5px;
  font-size: 34px;
  line-height: 1.3em !important;
}
h2.small span, .h2.small span, .h2 p.small span {
  line-height: 1.3em !important;
}
@media (max-width: 1920px) {
  h2, .h2, .h2 p {
    font-size: 36px;
  }
  h2.small, .h2.small, .h2 p.small {
    font-size: 27.5px;
  }
}
@media (max-width: 1410px) {
  h2, .h2, .h2 p {
    font-size: 34px;
    font-size: 33px;
  }
  h2.small, .h2.small, .h2 p.small {
    font-size: 25px;
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  h2, .h2, .h2 p {
    font-size: 32px;
  }
  h2.small, .h2.small, .h2 p.small {
    font-size: 23px;
    font-size: 22px;
    font-size: 21px;
  }
}
@media (max-width: 992px) {
  h2, .h2, .h2 p {
    font-size: 30px;
  }
  h2.small, .h2.small, .h2 p.small {
    font-size: 20.5px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h2, .h2, .h2 p {
    font-size: 26px;
  }
  h2.small, .h2.small, .h2 p.small {
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  h2, .h2, .h2 p {
    font-size: 24px;
    font-size: 23px;
  }
  h2.small, .h2.small, .h2 p.small {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  h2, .h2, .h2 p {
    font-size: 22px;
    font-size: 21px;
  }
  h2.small, .h2.small, .h2 p.small {
    font-size: 14.5px;
  }
}

h3, .h3, .h3 p {
  font-size: 27px;
  line-height: 1.1em !important;
  margin-bottom: 0.2em !important;
  font-weight: 600 !important;
}
@media (max-width: 1920px) {
  h3, .h3, .h3 p {
    font-size: 21px;
    font-size: 22px;
  }
}
@media (max-width: 1410px) {
  h3, .h3, .h3 p {
    font-size: 19.5px;
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  h3, .h3, .h3 p {
    font-size: 18.5px;
    font-size: 19.5px;
  }
}
@media (max-width: 992px) {
  h3, .h3, .h3 p {
    font-size: 16px;
    font-size: 17px;
    font-size: 18.5px;
    line-height: 1.25em !important;
  }
}
@media (max-width: 470px) {
  h3, .h3, .h3 p {
    font-size: 15px;
    font-size: 16px;
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  h3, .h3, .h3 p {
    font-size: 14px;
    font-size: 15px;
    font-size: 17px;
  }
}

h4, .h4, .h4 p {
  font-size: 21px;
}
@media (max-width: 1920px) {
  h4, .h4, .h4 p {
    font-size: 18px;
  }
}
@media (max-width: 1410px) {
  h4, .h4, .h4 p {
    font-size: 17px;
  }
}
@media (max-width: 1280px) {
  h4, .h4, .h4 p {
    font-size: 16.5px;
  }
}
@media (max-width: 992px) {
  h4, .h4, .h4 p {
    font-size: 15.5px;
  }
}
@media (max-width: 768px) {
  h4, .h4, .h4 p {
    font-size: 15px;
  }
}
@media (max-width: 470px) {
  h4, .h4, .h4 p {
    font-size: 14.5px;
  }
}
@media (max-width: 380px) {
  h4, .h4, .h4 p {
    font-size: 14px;
  }
}

h5, .h5, .h5 p {
  font-size: 18px;
}

h6, .h6, .h6 p {
  font-size: 16px;
}

p, a, li {
  font-weight: 400 !important;
}
p:last-child, a:last-child, li:last-child {
  margin-bottom: 0 !important;
}

.copy_content {
  transition: all 0.2s ease-in-out 0.01s;
}
.copy_content p, .copy_content a, .copy_content li {
  line-height: 1.55;
  line-height: 1.4;
  margin-bottom: 1em;
  font-size: 16px;
}
.copy_content p:last-child, .copy_content a:last-child, .copy_content li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1920px) {
  .copy_content p, .copy_content a, .copy_content li {
    line-height: 1.45;
    line-height: 1.4;
    line-height: 1.5;
    line-height: 1.45;
    font-size: 14.5px;
    font-size: 15px;
  }
}
@media (max-width: 1410px) {
  .copy_content p, .copy_content a, .copy_content li {
    line-height: 1.4em;
    line-height: 1.5em;
    font-size: 14px;
    font-size: 14.5px;
  }
}
@media (max-width: 1280px) {
  .copy_content p, .copy_content a, .copy_content li {
    font-size: 13.5px;
    font-size: 14px;
  }
}
@media (max-width: 989px) {
  .copy_content p, .copy_content a, .copy_content li {
    line-height: 1.35em;
    line-height: 1.5em;
    font-size: 13.5px;
  }
}
@media (max-width: 768px) {
  .copy_content p, .copy_content a, .copy_content li {
    font-size: 13px;
    line-height: 1.4em !important;
    line-height: 1.45em !important;
  }
}
@media (max-width: 470px) {
  .copy_content p, .copy_content a, .copy_content li {
    font-size: 13px;
    font-size: 12.5px;
    font-size: 13px;
    line-height: 1.35em !important;
  }
}
@media (max-width: 380px) {
  .copy_content p, .copy_content a, .copy_content li {
    font-size: 12px;
    font-size: 12.5px;
    line-height: 1.3em !important;
    line-height: 1.35em !important;
  }
}
.copy_content.small p, .copy_content.small a, .copy_content.small li {
  font-size: 12px !important;
  line-height: 1.2em !important;
}
@media (max-width: 1410px) {
  .copy_content.small p, .copy_content.small a, .copy_content.small li {
    font-size: 11.5px !important;
  }
}
@media (max-width: 1280px) {
  .copy_content.small p, .copy_content.small a, .copy_content.small li {
    font-size: 11px !important;
  }
}
.copy_content a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2.5px;
}
.copy_content a:hover {
  color: #F0672B;
}

.sub_heading {
  text-transform: capitalize !important;
  font-family: stolzl, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}
@media (max-width: 1920px) {
  .sub_heading {
    font-size: 14px !important;
  }
}
@media (max-width: 1280px) {
  .sub_heading {
    font-size: 13.5px !important;
  }
}
@media (max-width: 768px) {
  .sub_heading {
    font-size: 13px !important;
  }
}
@media (max-width: 470px) {
  .sub_heading {
    font-size: 12px !important;
  }
}
@media (max-width: 380px) {
  .sub_heading {
    font-size: 11.5px !important;
  }
}
.sub_heading.orange {
  color: #F0672B !important;
}
.sub_heading.grey {
  color: #918f8f !important;
}
.sub_heading.blue {
  color: #2B9DD7 !important;
}
.sub_heading.small {
  font-size: 13.515px !important;
}
@media (max-width: 1920px) {
  .sub_heading.small {
    font-size: 12.614px !important;
  }
}
@media (max-width: 1280px) {
  .sub_heading.small {
    font-size: 12.164px !important;
  }
}
@media (max-width: 768px) {
  .sub_heading.small {
    font-size: 11.713px !important;
  }
}
@media (max-width: 470px) {
  .sub_heading.small {
    font-size: 10.812px !important;
  }
}
@media (max-width: 380px) {
  .sub_heading.small {
    font-size: 10.362px !important;
  }
}
.sub_heading.small.sub_head_margin {
  margin-bottom: 1.0967em;
}
@media (max-width: 1920px) {
  .sub_heading.small.sub_head_margin {
    margin-bottom: 0.8617em;
  }
}
@media (max-width: 1410px) {
  .sub_heading.small.sub_head_margin {
    margin-bottom: 0.705em;
  }
}
@media (max-width: 992px) {
  .sub_heading.small.sub_head_margin {
    margin-bottom: 0.5875em;
  }
}
@media (max-width: 380px) {
  .sub_heading.small.sub_head_margin {
    margin-bottom: 0.5484em;
  }
}

.sub_head_margin {
  margin-bottom: 1.4em;
}
@media (max-width: 1920px) {
  .sub_head_margin {
    margin-bottom: 1.1em;
  }
}
@media (max-width: 1410px) {
  .sub_head_margin {
    margin-bottom: 0.9em;
  }
}
@media (max-width: 992px) {
  .sub_head_margin {
    margin-bottom: 0.75em;
  }
}
@media (max-width: 380px) {
  .sub_head_margin {
    margin-bottom: 0.7em;
  }
}

.c_button {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  text-decoration: none !important;
  font-family: stolzl, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 13.5px;
  border-radius: 5px;
  border: 1px solid black;
  text-align: center;
  padding: 15px 35px;
  width: fit-content;
  line-height: normal !important;
  transition: all 0.2s ease 0.01s !important;
  letter-spacing: 1px;
}
@media (max-width: 1920px) {
  .c_button {
    font-size: 13px;
    font-size: 12.5px;
    padding: 13.5px 33px;
  }
}
@media (max-width: 1410px) {
  .c_button {
    font-size: 12.5px;
    font-size: 12px;
    padding: 12px 29px;
    gap: 0.9rem;
  }
}
@media (max-width: 1280px) {
  .c_button {
    font-size: 12.5px;
    padding: 11px 26px;
    gap: 0.9rem;
  }
}
@media (max-width: 992px) {
  .c_button {
    font-size: 12px;
    gap: 0.8rem;
  }
}
@media (max-width: 768px) {
  .c_button {
    font-size: 13px;
    font-size: 12px;
    padding: 10px 23px;
    gap: 0.8rem;
  }
}
@media (max-width: 470px) {
  .c_button {
    padding: 9.5px 21px;
    letter-spacing: 0.65px;
    gap: 0.7rem;
  }
}
@media (max-width: 380px) {
  .c_button {
    font-size: 11.5px;
    padding: 9px 18px;
  }
}
.c_button svg {
  transition: all 0.2s ease 0.01s !important;
  height: 12px;
  width: auto;
  margin-top: 2.5px;
}
@media (max-width: 1920px) {
  .c_button svg {
    height: 11px;
  }
}
@media (max-width: 1410px) {
  .c_button svg {
    height: 10px;
    margin-top: 1.5px;
  }
}
@media (max-width: 992px) {
  .c_button svg {
    margin-top: 1px;
  }
}
@media (max-width: 768px) {
  .c_button svg {
    height: 9.5px;
    margin-top: 1.05px;
  }
}
@media (max-width: 470px) {
  .c_button svg {
    margin-top: 1px;
  }
}
@media (max-width: 380px) {
  .c_button svg {
    height: 9px;
    margin-top: 1.05px;
  }
}
.c_button svg rect, .c_button svg path {
  transition: all 0.2s ease 0.01s !important;
}
.c_button::after {
  transition: all 0.3s ease 0.01s !important;
}
.c_button::before {
  transition: opacity 0.3s ease 0.01s !important;
}
.c_button svg, .c_button span {
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .c_button:hover svg {
    transform: translateX(3px) scale(0.85);
  }
}
.c_button.transparent_white {
  border-color: white;
  color: white;
}
.c_button.blue, .c_button.orange, .c_button.transparent_white, .c_button.transparent {
  color: white;
  position: relative;
  border: none;
  z-index: 1;
  overflow: hidden;
}
.c_button.blue::before, .c_button.orange::before, .c_button.transparent_white::before, .c_button.transparent::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c_button.blue::after, .c_button.orange::after, .c_button.transparent_white::after, .c_button.transparent::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(to right, #6bc1e8, #6979b0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.c_button.blue {
  background: linear-gradient(90deg, #2BA6DE 0.01%, #283E8E 100.26%);
}
.c_button.blue::before {
  background: linear-gradient(90deg, #EFA222 -0.01%, #F0592D 99.99%);
}
.c_button.blue::after {
  background: linear-gradient(to right, #6bc1e8, #6979b0);
}
@media (min-width: 769px) {
  .c_button.blue:hover::after {
    padding: 3.5px;
    background: linear-gradient(to right, #f4be65, #f58b6c);
  }
  .c_button.blue:hover::before {
    opacity: 1;
  }
}
.c_button.orange {
  background: linear-gradient(90deg, #EFA222 -0.01%, #F0592D 99.99%);
}
.c_button.orange::before {
  background: linear-gradient(90deg, #2BA6DE 0.01%, #283E8E 100.26%);
}
.c_button.orange::after {
  background: linear-gradient(to right, #f4be65, #f58b6c);
}
@media (min-width: 769px) {
  .c_button.orange:hover::after {
    padding: 3.5px;
    background: linear-gradient(to right, #6bc1e8, #6979b0);
  }
  .c_button.orange:hover::before {
    opacity: 1;
  }
}
.c_button.transparent_white {
  background: transparent !important;
}
.c_button.transparent_white::before {
  background: linear-gradient(90deg, #2BA6DE 0.01%, #283E8E 100.26%);
}
.c_button.transparent_white::after {
  background: white;
  padding: 2px;
}
@media (min-width: 769px) {
  .c_button.transparent_white:hover::after {
    padding: 3.5px;
    background: linear-gradient(to right, #6bc1e8, #6979b0);
  }
  .c_button.transparent_white:hover::before {
    opacity: 1;
  }
}
.c_button.transparent {
  color: #231F20;
}
.c_button.transparent svg path, .c_button.transparent svg rect {
  fill: black;
}
.c_button.transparent::before {
  background: linear-gradient(90deg, #2BA6DE 0.01%, #283E8E 100.26%);
}
.c_button.transparent::after {
  background: #bcbcbc;
  padding: 2px;
}
@media (min-width: 769px) {
  .c_button.transparent:hover {
    color: white;
  }
  .c_button.transparent:hover svg path, .c_button.transparent:hover svg rect {
    fill: white;
  }
  .c_button.transparent:hover::after {
    padding: 3.5px;
    background: linear-gradient(to right, #6bc1e8, #6979b0);
  }
  .c_button.transparent:hover::before {
    opacity: 1;
  }
}

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

.mediaa {
  position: relative;
  line-height: 0;
  z-index: 1;
}
.mediaa .image,
.mediaa .videos {
  line-height: 0;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.mediaa .image img:not(.play_btn),
.mediaa .image video,
.mediaa .videos img:not(.play_btn),
.mediaa .videos video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  transition: all 0.2s ease-in-out 0.01s;
}

.videos {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.videos .play-button,
.videos .pause-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: url(../img/play_icon.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 992px) {
  .videos .play-button,
  .videos .pause-button {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .videos .play-button,
  .videos .pause-button {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 380px) {
  .videos .play-button,
  .videos .pause-button {
    width: 50px;
    height: 50px;
  }
}
.videos .pause-button {
  background: url(../img/pause_icon.svg) no-repeat center center;
  background-size: contain;
}
.videos::after {
  content: "";
  position: absolute;
  transition: all 0.2s ease-in-out 0.01s;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
}
.videos.active::after {
  content: none;
}
.videos.paused_playback .play-button {
  opacity: 1;
}
.videos.paused_playback .play-button.hide {
  opacity: 0;
}
.videos.autoplay-enabled .play-button {
  opacity: 1;
}
.videos.autoplay-enabled.active .play-button {
  opacity: 0;
}
.videos.disable_pointer_events {
  pointer-events: none !important;
}
.videos .video_src:not(.show_control)::-webkit-media-controls {
  display: none !important;
}
.videos .video_src:not(.show_control)::-webkit-media-controls-enclosure {
  display: none !important;
}
.videos .video_src:not(.show_control)::-webkit-media-controls-panel {
  display: none !important;
}

.arrows_container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.arrow {
  border: 1px solid white;
  border-radius: 5px;
  height: 100px;
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .arrow {
    height: 95px;
    width: 45px;
    height: 92.5px;
    width: 42.5px;
  }
}
@media (max-width: 1410px) {
  .arrow {
    height: 87.5px;
    height: 90px;
    width: 40px;
  }
}
@media (max-width: 1280px) {
  .arrow {
    height: 82.5px;
    width: 40px;
  }
}
@media (max-width: 992px) {
  .arrow {
    height: 75px;
    width: 35px;
  }
}
@media (max-width: 768px) {
  .arrow {
    height: 47px;
    width: 47px;
    height: 70px;
    width: 35px;
  }
}
.arrow.black {
  border-color: #bcbcbc;
}
.arrow.black svg path {
  fill: #bcbcbc;
}
.arrow.prev svg {
  transform: rotate(180deg);
}
.arrow svg {
  cursor: pointer;
}
.arrow svg path {
  transition: all 0.2s ease-in-out 0.01s;
}
@media (min-width: 769px) {
  .arrow:hover {
    background: white;
  }
  .arrow:hover svg path {
    fill: black;
  }
  .arrow:hover.black {
    border-color: black;
  }
  .arrow:hover.black svg path {
    fill: black;
  }
}

.general_hero.sec_1.home_page .general_hero_content .slider .child .image,
.general_hero.sec_1.home_page .general_hero_content .slider .child video {
  max-height: 580px !important;
  height: 100%;
}
@media (max-width: 1920px) {
  .general_hero.sec_1.home_page .general_hero_content .slider .child .image,
  .general_hero.sec_1.home_page .general_hero_content .slider .child video {
    max-height: 480px !important;
  }
}
@media (max-width: 1600px) {
  .general_hero.sec_1.home_page .general_hero_content .slider .child .image,
  .general_hero.sec_1.home_page .general_hero_content .slider .child video {
    max-height: 450px !important;
  }
}
@media (max-width: 1410px) {
  .general_hero.sec_1.home_page .general_hero_content .slider .child .image,
  .general_hero.sec_1.home_page .general_hero_content .slider .child video {
    max-height: 450px !important;
    max-height: 430px !important;
  }
}
@media (max-width: 1280px) {
  .general_hero.sec_1.home_page .general_hero_content .slider .child .image,
  .general_hero.sec_1.home_page .general_hero_content .slider .child video {
    max-height: 400px !important;
    max-height: 380px !important;
  }
}
@media (max-width: 992px) {
  .general_hero.sec_1.home_page .general_hero_content .slider .child .image,
  .general_hero.sec_1.home_page .general_hero_content .slider .child video {
    max-height: 350px !important;
  }
}
@media (max-width: 768px) {
  .general_hero.sec_1.home_page .general_hero_content .slider .child .image,
  .general_hero.sec_1.home_page .general_hero_content .slider .child video {
    max-height: unset !important;
    aspect-ratio: 12/5.6 !important;
  }
}
@media (max-width: 576px) {
  .general_hero.sec_1.home_page .general_hero_content .slider .child .image,
  .general_hero.sec_1.home_page .general_hero_content .slider .child video {
    aspect-ratio: 1/0.7 !important;
  }
}
@media (max-width: 380px) {
  .general_hero.sec_1.home_page .general_hero_content .slider .child .image,
  .general_hero.sec_1.home_page .general_hero_content .slider .child video {
    aspect-ratio: 1/0.64 !important;
  }
}
.general_hero.sec_1.home_page .general_hero_content .slider .child .absolute_content {
  padding-bottom: 50px !important;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .general_hero.sec_1.home_page .general_hero_content .slider .child .absolute_content {
    padding-bottom: 45px !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 1410px) {
  .general_hero.sec_1.home_page .general_hero_content .slider .child .absolute_content {
    padding-bottom: 35px !important;
  }
}
@media (max-width: 1280px) {
  .general_hero.sec_1.home_page .general_hero_content .slider .child .absolute_content {
    padding-bottom: 25px !important;
  }
}
@media (max-width: 992px) {
  .general_hero.sec_1.home_page .general_hero_content .slider .child .absolute_content {
    padding-bottom: 22.5px !important;
  }
}
@media (max-width: 768px) {
  .general_hero.sec_1.home_page .general_hero_content .slider .child .absolute_content {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 470px) {
  .general_hero.sec_1.home_page .general_hero_content .slider .child .absolute_content {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media (max-width: 380px) {
  .general_hero.sec_1.home_page .general_hero_content .slider .child .absolute_content {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.general_hero.sec_1.home_page .general_hero_content .slider .child .absolute_content .absolute_content_inner {
  max-width: 750px;
  padding-right: 0 !important;
}
.general_hero.sec_1.home_page .general_hero_content .slider .child .absolute_content .absolute_content_inner .copy_content {
  padding-right: 24%;
}
@media (max-width: 1280px) {
  .general_hero.sec_1.home_page .general_hero_content .slider .child .absolute_content .absolute_content_inner .copy_content {
    padding-right: 30%;
  }
}
@media (max-width: 576px) {
  .general_hero.sec_1.home_page .general_hero_content .slider .child .absolute_content .absolute_content_inner .copy_content {
    padding-right: 24%;
  }
}
@media (max-width: 470px) {
  .general_hero.sec_1.home_page .general_hero_content .slider .child .absolute_content .absolute_content_inner .copy_content {
    padding-right: 14%;
  }
}
@media (max-width: 380px) {
  .general_hero.sec_1.home_page .general_hero_content .slider .child .absolute_content .absolute_content_inner .copy_content {
    padding-right: 7.5%;
  }
}
.general_hero.sec_1.home_page .general_hero_content .slider .child.add_overlay::before {
  background: radial-gradient(circle at bottom left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%) !important;
}
@media (max-width: 768px) {
  .general_hero.sec_1.home_page .general_hero_content .slider .child.add_overlay::before {
    content: none;
  }
}

.slider_progress_outer {
  padding-top: 65px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .slider_progress_outer {
    padding-top: 60px;
  }
}
@media (max-width: 1410px) {
  .slider_progress_outer {
    padding-top: 55px;
  }
}
@media (max-width: 1280px) {
  .slider_progress_outer {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .slider_progress_outer {
    padding-top: 45px;
  }
}
@media (max-width: 470px) {
  .slider_progress_outer {
    padding-top: 40px;
  }
}
.slider_progress_outer .slider_progress {
  width: 100%;
  height: 2px;
  background: #e9e9e9;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
.slider_progress_outer .slider_progress .progress_fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #283E8E; /* neon blue */
  background: linear-gradient(90deg, #2BA6DE 0.01%, #283E8E 100.26%);
  transition: all 0s ease-in-out !important;
}

.padd_top {
  padding-top: 50px !important;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .padd_top {
    padding-top: 45px !important;
  }
}
@media (max-width: 1410px) {
  .padd_top {
    padding-top: 50px !important;
    padding-top: 40px !important;
  }
}
@media (max-width: 1280px) {
  .padd_top {
    padding-top: 37.5px !important;
  }
}
@media (max-width: 992px) {
  .padd_top {
    padding-top: 35px !important;
  }
}
@media (max-width: 768px) {
  .padd_top {
    padding-top: 30px !important;
  }
}
@media (max-width: 470px) {
  .padd_top {
    padding-top: 27.5px !important;
  }
}
@media (max-width: 380px) {
  .padd_top {
    padding-top: 25px !important;
  }
}

.form.dark {
  margin-top: 3.5rem;
}
@media (max-width: 639px) {
  .form.dark .ginput_container--name {
    gap: 2rem !important;
  }
}
.form.dark input, .form.dark textarea, .form.dark select {
  background: transparent !important;
  color: white;
  border: none !important;
  border-bottom: 1px solid #918f8f !important;
  border-radius: 0;
  box-shadow: none !important;
  font-family: stolzl, sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  line-height: normal !important;
  height: fit-content !important;
}
@media (max-width: 1920px) {
  .form.dark input, .form.dark textarea, .form.dark select {
    font-size: 14px !important;
  }
}
@media (max-width: 1410px) {
  .form.dark input, .form.dark textarea, .form.dark select {
    font-size: 13.5px !important;
  }
}
@media (max-width: 768px) {
  .form.dark input, .form.dark textarea, .form.dark select {
    font-size: 13px !important;
  }
}
@media (max-width: 380px) {
  .form.dark input, .form.dark textarea, .form.dark select {
    font-size: 12.5px !important;
  }
}
.form.dark input::placeholder, .form.dark textarea::placeholder, .form.dark select::placeholder {
  opacity: 1;
  color: #918f8f;
  font-family: stolzl, sans-serif !important;
  font-weight: 400 !important;
  font-size: inherit !important;
}
.form.dark .gform_wrapper .gform_body .gform_fields .gfield input, .form.dark .gform_wrapper .gform_body .gform_fields .gfield textarea, .form.dark .gform_wrapper .gform_body .gform_fields .gfield select {
  padding-left: 0 !important;
  padding-bottom: 14px !important;
  border-radius: 0 !important;
}
@media (max-width: 1920px) {
  .form.dark .gform_wrapper .gform_body .gform_fields .gfield input, .form.dark .gform_wrapper .gform_body .gform_fields .gfield textarea, .form.dark .gform_wrapper .gform_body .gform_fields .gfield select {
    padding-bottom: 12px !important;
  }
}
@media (max-width: 1410px) {
  .form.dark .gform_wrapper .gform_body .gform_fields .gfield input, .form.dark .gform_wrapper .gform_body .gform_fields .gfield textarea, .form.dark .gform_wrapper .gform_body .gform_fields .gfield select {
    padding-bottom: 11px !important;
  }
}
@media (max-width: 1280px) {
  .form.dark .gform_wrapper .gform_body .gform_fields .gfield input, .form.dark .gform_wrapper .gform_body .gform_fields .gfield textarea, .form.dark .gform_wrapper .gform_body .gform_fields .gfield select {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 992px) {
  .form.dark .gform_wrapper .gform_body .gform_fields .gfield input, .form.dark .gform_wrapper .gform_body .gform_fields .gfield textarea, .form.dark .gform_wrapper .gform_body .gform_fields .gfield select {
    padding-bottom: 9px !important;
  }
}
@media (max-width: 768px) {
  .form.dark .gform_wrapper .gform_body .gform_fields .gfield input, .form.dark .gform_wrapper .gform_body .gform_fields .gfield textarea, .form.dark .gform_wrapper .gform_body .gform_fields .gfield select {
    padding-bottom: 8px !important;
  }
}
@media (max-width: 470px) {
  .form.dark .gform_wrapper .gform_body .gform_fields .gfield input, .form.dark .gform_wrapper .gform_body .gform_fields .gfield textarea, .form.dark .gform_wrapper .gform_body .gform_fields .gfield select {
    padding-bottom: 6.5px !important;
  }
}
.form.dark .gform_wrapper .gform_body .gform_fields .gfield input, .form.dark .gform_wrapper .gform_body .gform_fields .gfield textarea {
  color: white !important;
}
.form.dark .gform_wrapper .gform_body .gform_fields .gfield textarea {
  height: 140px !important;
  transition: none !important;
}
@media (max-width: 1920px) {
  .form.dark .gform_wrapper .gform_body .gform_fields .gfield textarea {
    height: 130px !important;
  }
}
@media (max-width: 1410px) {
  .form.dark .gform_wrapper .gform_body .gform_fields .gfield textarea {
    height: 115px !important;
  }
}
@media (max-width: 768px) {
  .form.dark .gform_wrapper .gform_body .gform_fields .gfield textarea {
    height: 100px !important;
  }
}
@media (max-width: 470px) {
  .form.dark .gform_wrapper .gform_body .gform_fields .gfield textarea {
    height: 85px !important;
  }
}
.form.dark select {
  padding-right: 35px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: #918f8f;
}
.form.dark select:has(option:not([value=""]):checked) {
  color: white;
}
.form.dark .ginput_container_select {
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: 1px solid black !important;
}
.form.dark .ginput_container_select .select2-selection__arrow_date {
  position: absolute;
  right: 10px;
  top: 45%;
  transform: translateY(-50%);
  z-index: 0;
}
@media (max-width: 1410px) {
  .form.dark .ginput_container_select .select2-selection__arrow_date {
    top: 40%;
  }
}
@media (max-width: 768px) {
  .form.dark .ginput_container_select .select2-selection__arrow_date {
    top: 35%;
  }
}
.form.dark .ginput_container_select img {
  width: 14px;
  object-fit: contain;
}
@media (max-width: 1410px) {
  .form.dark .ginput_container_select img {
    width: 12px;
  }
}
.form.dark form .gform_body .gform_fields {
  row-gap: 2rem !important;
}
.form.dark form .gform_body .gform_fields fieldset.gfield--type-consent legend {
  display: none;
}
.form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label {
  font-family: "Albert Sans", sans-serif !important;
  color: white;
  font-weight: 400 !important;
  font-size: 12.5px !important;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  user-select: none;
  margin-left: 0;
  text-align: left;
}
@media (max-width: 1920px) {
  .form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label {
    font-size: 12px !important;
    padding-left: 47.5px;
  }
}
@media (max-width: 1410px) {
  .form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label {
    font-size: 11.5px !important;
    padding-left: 45px;
  }
}
@media (max-width: 768px) {
  .form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label {
    font-size: 11px !important;
    padding-left: 42.5px;
  }
}
@media (max-width: 470px) {
  .form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label {
    font-size: 10px !important;
    padding-left: 40px;
  }
}
@media (max-width: 380px) {
  .form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label {
    font-size: 9.5px !important;
    padding-left: 37.5px;
  }
}
.form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 20.5px;
  background-color: transparent;
  border-radius: 3px;
  transition: background-color 0.4s;
  border: 1px solid #918f8f;
}
@media (max-width: 1920px) {
  .form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label::before {
    width: 36px;
    height: 19px;
  }
}
@media (max-width: 1410px) {
  .form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label::before {
    width: 32px;
    height: 17px;
  }
}
@media (max-width: 992px) {
  .form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label::before {
    width: 30px;
    height: 16px;
  }
}
@media (max-width: 470px) {
  .form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label::before {
    width: 28px;
    height: 15px;
  }
}
@media (max-width: 380px) {
  .form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label::before {
    width: 25px;
    height: 14px;
  }
}
.form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label::after {
  content: "";
  position: absolute;
  left: 2.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 1px;
  transition: transform 0.4s;
}
@media (max-width: 1920px) {
  .form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label::after {
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 1410px) {
  .form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label::after {
    width: 11px;
    height: 11px;
  }
}
@media (max-width: 992px) {
  .form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label::after {
    width: 9.5px;
    height: 9.5px;
    top: 48.95%;
  }
}
@media (max-width: 768px) {
  .form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label::after {
    top: 48.4%;
  }
}
@media (max-width: 470px) {
  .form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label::after {
    width: 8.5px;
    height: 8.5px;
    top: 48.95%;
  }
}
@media (max-width: 380px) {
  .form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label::after {
    width: 6.5px;
    height: 6.5px;
    top: 49.8%;
  }
}
.form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label a {
  font-family: inherit !important;
  font-size: inherit !important;
  text-decoration: underline;
  text-underline-offset: 3px !important;
  text-decoration-thickness: 0.7px !important;
  color: white;
}
.form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label a:hover {
  color: #F0672B;
}
.form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label {
  /* When checkbox is checked, move the circle and change background */
}
.form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label.custom_checked::before {
  background-color: #F0672B;
}
.form.dark form .gform_body .gform_fields fieldset.gfield--type-consent label.custom_checked::after {
  transform: translate(18.5px, -50%);
}
.form.dark form .gform_body .gform_fields fieldset.gfield--type-consent input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  position: absolute;
}
.form.dark form .gform_footer {
  position: relative;
  width: fit-content;
}
.form.dark form .gform_footer::after {
  content: "";
  position: absolute;
  width: 12.5px;
  height: 12.5px;
  left: 24px;
  top: 51%;
  transform: translateY(-50%);
  transition: all 0.2s ease 0.01s !important;
  z-index: 0;
  background: black;
  z-index: 1;
  background: url("../img/Button_Chevron.svg") no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 1920px) {
  .form.dark form .gform_footer::after {
    width: 11.5px;
    height: 11.5px;
    left: 22px;
  }
}
@media (max-width: 1410px) {
  .form.dark form .gform_footer::after {
    width: 11px;
    height: 11px;
    left: 22px;
  }
}
@media (max-width: 1280px) {
  .form.dark form .gform_footer::after {
    width: 10px;
    height: 10px;
    left: 19px;
    top: 50.75%;
  }
}
@media (max-width: 992px) {
  .form.dark form .gform_footer::after {
    top: 52.35%;
  }
}
@media (max-width: 768px) {
  .form.dark form .gform_footer::after {
    width: 9px;
    height: 9px;
    left: 16px;
    top: 52%;
  }
}
@media (max-width: 380px) {
  .form.dark form .gform_footer::after {
    width: 8.5px;
    height: 8.5px;
    left: 14px;
    top: 53%;
  }
}
.form.dark form .gform_footer .gform_button.button {
  padding: 20px 35px !important;
  padding-left: 46px !important;
  text-transform: capitalize;
  font-weight: 400 !important;
  font-family: stolzl, sans-serif !important;
  color: white;
  border-radius: 5px;
  transition: all 0.2s ease 0.01s !important;
  background: transparent;
  opacity: 1 !important;
  border: 1px solid #918f8f !important;
  letter-spacing: 1px !important;
  font-size: 13.5px !important;
}
@media (max-width: 1920px) {
  .form.dark form .gform_footer .gform_button.button {
    font-size: 12.5px !important;
    padding: 17px 33px !important;
    padding-left: 42px !important;
  }
}
@media (max-width: 1410px) {
  .form.dark form .gform_footer .gform_button.button {
    padding: 16px 29px !important;
    padding-left: 41px !important;
  }
}
@media (max-width: 1280px) {
  .form.dark form .gform_footer .gform_button.button {
    padding: 15px 26px !important;
    padding-left: 37px !important;
  }
}
@media (max-width: 992px) {
  .form.dark form .gform_footer .gform_button.button {
    padding: 13.5px 26px !important;
    padding-left: 37px !important;
    font-size: 11.5px !important;
  }
}
@media (max-width: 768px) {
  .form.dark form .gform_footer .gform_button.button {
    padding: 13px 23px !important;
    padding-left: 33px !important;
  }
}
@media (max-width: 470px) {
  .form.dark form .gform_footer .gform_button.button {
    padding: 12px 21px !important;
    padding-left: 32px !important;
    font-size: 11px !important;
  }
}
@media (max-width: 380px) {
  .form.dark form .gform_footer .gform_button.button {
    padding: 11px 18px !important;
    padding-left: 30px !important;
  }
}
@media (min-width: 769px) {
  .form.dark form .gform_footer:hover::after {
    transform: translate(5px, -50%) scale(0.85);
    filter: invert(1) brightness(0);
  }
  .form.dark form .gform_footer:hover .gform_button.button {
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
}

.gform_confirmation_message {
  font-family: "Albert Sans", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: white !important;
  text-align: center !important;
  font-size: 20px !important;
  line-height: 1.3em !important;
}
@media (max-width: 1920px) {
  .gform_confirmation_message {
    font-size: 19px !important;
  }
}
@media (max-width: 1410px) {
  .gform_confirmation_message {
    font-size: 18px !important;
  }
}
@media (max-width: 768px) {
  .gform_confirmation_message {
    font-size: 17px !important;
  }
}
@media (max-width: 470px) {
  .gform_confirmation_message {
    font-size: 15.5px !important;
  }
}
@media (max-width: 380px) {
  .gform_confirmation_message {
    font-size: 14.5px !important;
  }
}

.slick-slider,
.slick-list,
.slick-track,
.slick-slide {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

#menu-item-1195.current-menu-ancestor > ul li.current-menu-item a::after {
  content: none !important;
}
#menu-item-1195.current-menu-ancestor > ul #menu-item-1197 a::after {
  content: none !important;
}
#menu-item-1195.current-menu-ancestor > ul #menu-item-1197:hover a::after {
  content: "" !important;
}
#menu-item-1195.current-menu-ancestor > ul #menu-item-1197.current_page_item a::after {
  content: "" !important;
}
#menu-item-1195.current-menu-ancestor > ul #menu-item-1243.current-page-ancestor a::after {
  content: none !important;
}
#menu-item-1195.current-menu-ancestor > ul #menu-item-1243.current-page-ancestor:hover a::after {
  content: "" !important;
}
#menu-item-1195.current-menu-ancestor > ul li:hover a::after {
  content: "" !important;
}

.footer_accessories ul li.current-menu-item a {
  text-decoration: none !important;
}
.footer_accessories ul li.current-menu-item a:hover {
  text-decoration: underline !important;
}
.footer_accessories ul li.current-menu-item#menu-item-1240.current-menu-item a {
  text-decoration: underline !important;
}
.footer_accessories ul #menu-item-1244.current-page-ancestor a {
  text-decoration: none !important;
}
.footer_accessories ul #menu-item-1244.current-page-ancestor:hover a {
  text-decoration: underline !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: 2300px;
  max-width: 2150px;
  margin: 0 auto;
}

.main-wrap-lg {
  max-width: 2100px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1920px) {
  .main-wrap-lg.make-resp {
    max-width: 1800px;
  }
}

.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: 1450px;
  }
}
@media (max-width: 1600px) {
  .main-wrap {
    max-width: 1230px;
  }
}
@media (max-width: 1280px) {
  .main-wrap {
    max-width: 90%;
  }
}
@media (max-width: 992px) {
  .main-wrap {
    max-width: 92%;
  }
}
@media (max-width: 768px) {
  .main-wrap {
    max-width: 94%;
  }
}
@media (max-width: 470px) {
  .main-wrap {
    max-width: 97%;
  }
}
@media (max-width: 380px) {
  .main-wrap {
    max-width: 98.5%;
  }
}

.main-wrap-2 {
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .main-wrap-2 {
    max-width: 1550px;
  }
}
@media (max-width: 1410px) {
  .main-wrap-2 {
    max-width: 1400px;
  }
}
@media (max-width: 1280px) {
  .main-wrap-2 {
    max-width: 1200px;
  }
}

.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: 850px;
  }
}

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

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

.section-padding {
  padding-top: 120px;
  padding-top: 140px;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  transition: all 0.2s ease-in-out 0.01s;
}
.section-padding.last_section {
  padding-bottom: 120px;
  padding-bottom: 140px;
}
@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: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .section-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 470px) {
  .section-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 380px) {
  .section-padding {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media (max-width: 1920px) {
  .section-padding {
    padding-top: 110px;
    padding-top: 120px;
    padding-bottom: 0;
  }
  .section-padding.last_section {
    padding-bottom: 110px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1410px) {
  .section-padding {
    padding-top: 85px;
    padding-top: 110px;
    padding-bottom: 0;
  }
  .section-padding.last_section {
    padding-bottom: 85px;
    padding-bottom: 110px;
  }
}
@media (max-width: 1280px) {
  .section-padding {
    padding-top: 70px;
    padding-top: 105px;
    padding-bottom: 0;
  }
  .section-padding.last_section {
    padding-bottom: 70px;
    padding-bottom: 105px;
  }
}
@media (max-width: 992px) {
  .page-width {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .section-padding {
    padding-top: 60px;
    padding-top: 90px;
    padding-bottom: 0;
  }
  .section-padding.last_section {
    padding-bottom: 60px;
    padding-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .page-width {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
  .section-padding {
    padding-top: 55px;
    padding-top: 70px;
    padding-bottom: 0;
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
  .section-padding.last_section {
    padding-bottom: 55px;
    padding-bottom: 70px;
  }
}
@media (max-width: 470px) {
  .page-width {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .section-padding {
    padding-top: 50px !important;
    padding-top: 65px !important;
    padding-bottom: 0;
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .section-padding.last_section {
    padding-bottom: 50px !important;
    padding-bottom: 65px !important;
  }
}
@media (max-width: 380px) {
  .page-width {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .section-padding {
    padding-top: 40px !important;
    padding-top: 60px !important;
    padding-bottom: 0;
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .section-padding.last_section {
    padding-bottom: 40px !important;
    padding-bottom: 60px !important;
  }
}
.header_bottom_content {
  max-width: 3800px;
  margin: 0 auto;
  width: 100%;
}

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

.header_height {
  transition: all 0.6s ease 0.01s;
}

.error_secton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 66vh;
}
.error_secton #post-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error_secton #post-404 h1 {
  text-align: center;
  margin-bottom: 0.5em !important;
}
.error_secton #post-404 h1 a {
  margin: auto;
}
.error_secton #post-404 .immage {
  position: relative;
}
.error_secton #post-404 .immage::before {
  background-color: #F0672B;
  content: "";
  display: block;
  height: 5em;
  margin: 0 auto 3em;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwWm02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTJaTTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwIDEgLjk4IDBjMS4wMDQgMS4zMzMgMy4xODggNC40MjggMy4xODggNS45NiAwIDEuOTkyLTEuNjQ4IDMuNjAxLTMuNjc4IDMuNjAxWm0xLjIyNi0xMy40ODRhMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTIgMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTFabTEzLjA0IDExLjgxNEE4Ljk4OSA4Ljk4OSAwIDAgMCAxOSAyNi4zNTVjLTEuNjI0IDAtMS42MjQtMi40NTIgMC0yLjQ1MmExMS40IDExLjQgMCAwIDEgOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M1oiLz48L3N2Zz4=);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 5em;
  width: 5em;
}

.header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  position: relative;
  transition: all 0.2s ease-in-out 0.01s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.header .device_inner {
  position: relative;
}
.header .device_inner::after {
  position: absolute;
  content: none;
  height: 1.5px;
  width: 100%;
  left: 0;
  bottom: -32px;
  background: white;
  opacity: 0.2;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 992px) {
  .header .device_inner::after {
    bottom: -22px;
  }
}
@media (max-width: 470px) {
  .header .device_inner::after {
    bottom: -16px;
  }
}
@media (max-width: 380px) {
  .header .device_inner::after {
    bottom: -14px;
  }
}
.header .header_inner {
  padding: 10px 50px;
  transition: all 0.6s ease 0.01s;
  position: relative;
}
@media (max-width: 1920px) {
  .header .header_inner {
    padding: 8px 50px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner {
    padding: 8px 20px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner {
    padding: 7px 13px;
  }
}
@media (max-width: 992px) {
  .header .header_inner {
    padding: 0px;
  }
}
.header .header_inner .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 .header_inner .nav ul {
    gap: 40px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .nav ul {
    gap: 35px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner .nav ul {
    gap: 27.5px;
  }
}
@media (max-width: 1180px) {
  .header .header_inner .nav ul {
    gap: 25px;
  }
}
.header .header_inner .nav ul li {
  font-size: unset;
}
.header .header_inner .nav ul li a, .header .header_inner .nav ul li p {
  font-family: stolzl, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease 0.01s;
  color: #231F20;
}
@media (max-width: 1920px) {
  .header .header_inner .nav ul li a, .header .header_inner .nav ul li p {
    font-size: 14px;
    font-size: 13.5px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .nav ul li a, .header .header_inner .nav ul li p {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner .nav ul li a, .header .header_inner .nav ul li p {
    font-size: 12.5px;
  }
}
.header .header_inner .nav ul li:hover > a::after {
  z-index: 1 !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.header .header_inner .desktop {
  position: relative;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 992px) {
  .header .header_inner .desktop {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    padding: 0;
    transform: translateY(-50%);
    display: none;
  }
  .header .header_inner .desktop .desktop .site_logo_outer {
    display: none !important;
  }
}
.header .header_inner .desktop::after {
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -36px;
  background: white;
  opacity: 0.2;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 1920px) {
  .header .header_inner .desktop::after {
    bottom: -32px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .desktop::after {
    bottom: -31px;
  }
}
@media (max-width: 992px) {
  .header .header_inner .desktop::after {
    bottom: -22px;
    content: none !important;
  }
}
.header .header_inner .desktop .desktop_inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.header .header_inner .desktop .desktop_inner .header-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1280px) {
  .header .header_inner .desktop .desktop_inner .header-buttons .c_button {
    font-size: 11.5px;
    padding: 11px 27px;
  }
  .header .header_inner .desktop .desktop_inner .header-buttons .c_button svg {
    height: 9px;
  }
}
.header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white {
  color: #231F20;
}
.header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white svg path, .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white svg rect {
  fill: #231F20;
}
.header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white::after {
  background: #231F20;
}
@media (min-width: 769px) {
  .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover {
    color: white;
  }
  .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover svg path, .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover svg rect {
    fill: white;
  }
  .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover::after {
    background: linear-gradient(to right, #6bc1e8, #6979b0);
  }
}
.header .header_inner .desktop .desktop_inner .site_logo {
  display: flex;
}
.header .header_inner .desktop .desktop_inner .site_logo img, .header .header_inner .desktop .desktop_inner .site_logo svg {
  width: 210px;
  height: auto;
  transition: all 0.3s ease 0.01s;
  transition: all 0.6s ease 0.01s;
}
.header .header_inner .desktop .desktop_inner .site_logo img path, .header .header_inner .desktop .desktop_inner .site_logo svg path {
  transition: all 0.6s ease 0.01s;
}
@media (max-width: 1920px) {
  .header .header_inner .desktop .desktop_inner .site_logo img, .header .header_inner .desktop .desktop_inner .site_logo svg {
    width: 195px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .desktop .desktop_inner .site_logo img, .header .header_inner .desktop .desktop_inner .site_logo svg {
    width: 170px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner .desktop .desktop_inner .site_logo img, .header .header_inner .desktop .desktop_inner .site_logo svg {
    width: 155px;
  }
}
@media (max-width: 1050px) {
  .header .header_inner .desktop .desktop_inner .site_logo img, .header .header_inner .desktop .desktop_inner .site_logo svg {
    width: 140px;
  }
}
.header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(1), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(2), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(3), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(4), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(5), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(6), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(7), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(8), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(9), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(18), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(19), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(20), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(21), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(22), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(23), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(24), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(25), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(26), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(27), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(28), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(29), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(30), .header .header_inner .desktop .desktop_inner .site_logo svg g path:nth-child(31) {
  fill: black;
}
.header .header_inner .desktop .desktop_inner .nav {
  gap: 55px;
  transition: all 0.3s ease 0.01s;
}
@media (max-width: 1920px) {
  .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;
  }
}
@media (max-width: 1060px) {
  .header .header_inner .desktop .desktop_inner .nav {
    gap: 15px;
  }
}
@media (min-width: 769px) {
  .header .header_inner .desktop .desktop_inner .nav ul li.hide_desktop {
    display: none;
  }
}
.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: 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 .desktop .desktop_inner .nav ul li.current-menu-item a::after, .header .header_inner .desktop .desktop_inner .nav ul li.current-page-parent > a::after {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.header .header_inner .desktop .desktop_inner .nav ul li.current-menu-item a .current-menu-item a::after, .header .header_inner .desktop .desktop_inner .nav ul li.current-page-parent > a .current-menu-item a::after {
  content: none !important;
}
.header .header_inner .desktop .desktop_inner .nav ul li.menu-item-has-children > a::after {
  background: white;
  background: currentColor;
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children {
  position: relative;
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children ul.sub-menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  background: white;
  position: absolute;
  left: 0;
  z-index: 10;
  transition: all 0.6s ease 0.01s;
  top: 55px;
  left: 0%;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 20px;
  padding-right: 30px;
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children ul.sub-menu::after {
  content: none;
  position: absolute;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  top: 10px;
  left: 0;
  right: 0;
  bottom: -2px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  transition: all 0.6s ease 0.01s;
  z-index: -1;
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children ul.sub-menu::before {
  content: none;
  position: absolute;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease 0.01s;
  border-radius: 10px;
  z-index: 1;
  background: white;
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children ul.sub-menu > li {
  z-index: 2;
}
@media (max-width: 1920px) {
  .header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children ul.sub-menu {
    top: 45px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children ul.sub-menu {
    top: 42.5px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children ul.sub-menu {
    padding: 20px;
    padding-right: 30px;
    top: 38px;
    top: 35px;
  }
}
@media (max-width: 1050px) {
  .header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children ul.sub-menu {
    top: 32.5px;
  }
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children ul.sub-menu li {
  width: max-content;
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children ul.sub-menu li a {
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px;
  font-size: 19px;
  font-weight: 400 !important;
  transition: all 0.6s ease 0.01s !important;
  font-family: "Albert Sans", sans-serif !important;
  color: #231F20;
}
@media (max-width: 1920px) {
  .header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children ul.sub-menu li a {
    font-size: 16px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children ul.sub-menu li a {
    font-size: 16px;
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children ul.sub-menu li a {
    font-size: 14px;
  }
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children ul.sub-menu li:hover a, .header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children ul.sub-menu li.current-menu-item a {
  opacity: 1;
  color: #231F20;
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children ul.sub-menu li:hover a::after, .header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children ul.sub-menu li.current-menu-item a::after {
  background: currentColor;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children.displayBlock > a::after {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  background: #283E8E;
}
.header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children.displayBlock .sub-menu {
  visibility: visible;
  opacity: 1;
}
.header .header_inner .mobile .device_inner .device_inner_inn {
  display: flex;
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  position: relative;
}
@media (max-width: 992px) {
  .header .header_inner .mobile {
    padding: 8px 30px;
  }
  .header .header_inner .mobile .device_inner .device_inner_inn {
    display: flex;
  }
  .header .header_inner .mobile {
    transition: all 0.2s ease 0.01s;
    transition: all 0.6s ease 0.01s;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .header .header_inner .mobile {
    padding: 8px 15px;
  }
}
@media (max-width: 992px) and (max-width: 470px) {
  .header .header_inner .mobile {
    padding: 9px 10px;
  }
}
@media (max-width: 992px) and (max-width: 380px) {
  .header .header_inner .mobile {
    padding: 8px 7px;
  }
}
@media (max-width: 992px) {
  .header .header_inner .mobile .site_logo {
    display: flex;
  }
  .header .header_inner .mobile .site_logo img, .header .header_inner .mobile .site_logo svg {
    width: auto;
    max-height: 85px;
    transition: all 0.6s ease 0.01s;
  }
  .header .header_inner .mobile .site_logo img path, .header .header_inner .mobile .site_logo svg path {
    transition: all 0.6s ease 0.01s;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .header .header_inner .mobile .site_logo img, .header .header_inner .mobile .site_logo svg {
    height: 80px;
  }
}
@media (max-width: 992px) and (max-width: 470px) {
  .header .header_inner .mobile .site_logo img, .header .header_inner .mobile .site_logo svg {
    height: 65px;
  }
}
@media (max-width: 992px) and (max-width: 380px) {
  .header .header_inner .mobile .site_logo img, .header .header_inner .mobile .site_logo svg {
    height: 62px;
  }
}
@media (max-width: 992px) and (max-width: 320px) {
  .header .header_inner .mobile .site_logo img, .header .header_inner .mobile .site_logo svg {
    height: 60px;
  }
}
@media (max-width: 992px) {
  .header .header_inner .mobile .site_logo svg g path:nth-child(1), .header .header_inner .mobile .site_logo svg g path:nth-child(2), .header .header_inner .mobile .site_logo svg g path:nth-child(3), .header .header_inner .mobile .site_logo svg g path:nth-child(4), .header .header_inner .mobile .site_logo svg g path:nth-child(5), .header .header_inner .mobile .site_logo svg g path:nth-child(6), .header .header_inner .mobile .site_logo svg g path:nth-child(7), .header .header_inner .mobile .site_logo svg g path:nth-child(8), .header .header_inner .mobile .site_logo svg g path:nth-child(9), .header .header_inner .mobile .site_logo svg g path:nth-child(18), .header .header_inner .mobile .site_logo svg g path:nth-child(19), .header .header_inner .mobile .site_logo svg g path:nth-child(20), .header .header_inner .mobile .site_logo svg g path:nth-child(21), .header .header_inner .mobile .site_logo svg g path:nth-child(22), .header .header_inner .mobile .site_logo svg g path:nth-child(23), .header .header_inner .mobile .site_logo svg g path:nth-child(24), .header .header_inner .mobile .site_logo svg g path:nth-child(25), .header .header_inner .mobile .site_logo svg g path:nth-child(26), .header .header_inner .mobile .site_logo svg g path:nth-child(27), .header .header_inner .mobile .site_logo svg g path:nth-child(28), .header .header_inner .mobile .site_logo svg g path:nth-child(29), .header .header_inner .mobile .site_logo svg g path:nth-child(30), .header .header_inner .mobile .site_logo svg g path:nth-child(31) {
    fill: black;
  }
}
.header .header_inner .mobile .rights {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  transition: all 0.3s ease 0.01s;
}
@media (max-width: 380px) {
  .header .header_inner .mobile .rights {
    gap: 19px;
  }
}
.header .header_inner .mobile ul:not(.access_menu) > li.menu-item-has-children {
  padding-right: 0;
}
.header .header_inner .mobile ul:not(.access_menu) > li.menu-item-has-children::after {
  content: none;
}
@media (min-width: 471px) {
  .header .header_inner .mobile ul:not(.access_menu) li {
    text-align: center;
  }
}
.header .header_inner .mobile ul:not(.access_menu) li .sub-menu {
  background: white;
  padding: 30px 20px;
  gap: 2.5rem !important;
  margin-top: 20px;
}
.header .header_inner .mobile ul:not(.access_menu) li .sub-menu a {
  color: #283E8E;
  font-size: 19px !important;
}
.header .header_inner .mobile ul:not(.access_menu) li > a {
  position: relative;
}
.header .header_inner .mobile ul:not(.access_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: white;
  z-index: -2;
}
.header .header_inner .mobile ul:not(.access_menu) li.current-menu-item > a::after {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.header .header_inner .mobile ul:not(.access_menu) li.current-menu-ancestor a::after {
  content: none !important;
}
.header .header_inner .mobile ul:not(.access_menu) li.menu-item-has-children > a {
  position: relative;
}
.header .header_inner .mobile ul:not(.access_menu) li.menu-item-has-children > a::before {
  position: absolute;
  content: "";
  background-image: url(../img/Button_Chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  right: -26px;
  top: 62.5%;
  top: 63%;
  transform: translateY(-50%) rotate(90deg);
  width: 13.5px;
  height: 13px;
  cursor: pointer;
  overflow: unset;
  visibility: unset;
  transition: transform ease-in 0.3s;
}
@media (max-width: 768px) {
  .header .header_inner .mobile ul:not(.access_menu) li.menu-item-has-children > a::before {
    width: 11.5px;
    height: 11.5px;
    right: -24px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile ul:not(.access_menu) li.menu-item-has-children > a::before {
    width: 11px;
    height: 11px;
    right: -22px;
    top: 62%;
  }
}
.header .header_inner .mobile ul:not(.access_menu) li.menu-item-has-children .sub-menu-wrapper {
  display: none;
}
.header .header_inner .mobile ul:not(.access_menu) li.menu-item-has-children ul.sub-menu {
  padding: 30px 40px;
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px 3rem !important;
  transition: unset !important;
  display: block;
  border-radius: 3.5px;
}
@media (max-width: 600px) {
  .header .header_inner .mobile ul:not(.access_menu) li.menu-item-has-children ul.sub-menu {
    grid-template-columns: 1fr;
    gap: 15px !important;
    padding: 25px 15px;
  }
}
.header .header_inner .mobile ul:not(.access_menu) li.menu-item-has-children ul.sub-menu li {
  margin-bottom: 18px;
  margin-bottom: 15px;
}
@media (min-width: 471px) {
  .header .header_inner .mobile ul:not(.access_menu) li.menu-item-has-children ul.sub-menu li {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .header .header_inner .mobile ul:not(.access_menu) li.menu-item-has-children ul.sub-menu li {
    margin-bottom: 15px;
    margin-bottom: 11px;
  }
}
.header .header_inner .mobile ul:not(.access_menu) li.menu-item-has-children ul.sub-menu li:last-of-type {
  margin-bottom: 0;
}
.header .header_inner .mobile ul:not(.access_menu) li.menu-item-has-children ul.sub-menu li a {
  font-size: 18px !important;
  display: block;
  width: max-content;
  text-align: center;
}
@media (max-width: 768px) {
  .header .header_inner .mobile ul:not(.access_menu) li.menu-item-has-children ul.sub-menu li a {
    font-size: 16px !important;
    font-size: 15px !important;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile ul:not(.access_menu) li.menu-item-has-children ul.sub-menu li a {
    font-size: 14px !important;
  }
}
.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: 55px;
  height: 2px;
  margin-bottom: 7px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: black;
  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: 768px) {
  .header .header_inner .mobile .hamburger .bar {
    width: 45px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .hamburger .bar {
    width: 42px;
    margin-bottom: 7px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .hamburger .bar {
    height: 1.5px;
    width: 35px;
  }
}
.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;
  background: #283E8E;
  background: linear-gradient(90deg, #2BA6DE 0.01%, #283E8E 100.26%);
  background: #231F20;
  top: 101px;
  left: 0;
  width: 100%;
  width: -webkit-fill-available;
  width: -moz-available;
  padding: 20px 80px;
  padding: 20px 50px;
  padding-top: 65px !important;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateX(-160%);
  overflow: scroll;
}
@media (max-width: 768px) {
  .header .header_inner .mobile .sidebar {
    top: 96px;
    padding: 20px 15px;
    padding-top: 110px;
    padding-top: 55px !important;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar {
    top: 83px;
    padding: 20px 15px;
    padding-top: 75px;
    padding-top: 40px !important;
  }
}
@media (max-width: 400px) {
  .header .header_inner .mobile .sidebar {
    top: 83px;
    padding: 20px 12px;
    padding-top: 75px;
    padding-top: 40px !important;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar {
    top: 78px;
    padding: 20px 10px;
    padding-top: 55px;
    padding-top: 35px !important;
  }
}
@media (max-width: 320px) {
  .header .header_inner .mobile .sidebar {
    top: 76px;
  }
}
.header .header_inner .mobile .sidebar.active {
  transform: translateX(0%) !important;
  opacity: 1;
  padding-bottom: 135px;
}
.header .header_inner .mobile .sidebar .sidebar_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
  height: 100%;
  height: auto;
  transition: all 0.3s ease 0.01s;
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .sidebar_inner {
    gap: 45px;
  }
}
.header .header_inner .mobile .sidebar .sidebar_inner .nav > ul > li > a {
  color: white;
}
.header .header_inner .mobile .sidebar .sidebar_inner .nav, .header .header_inner .mobile .sidebar .sidebar_inner ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  display: block;
  align-items: center;
  transition: all 0.3s ease 0.01s;
}
.header .header_inner .mobile .sidebar .sidebar_inner .nav li, .header .header_inner .mobile .sidebar .sidebar_inner ul li {
  margin-bottom: 25px;
}
.header .header_inner .mobile .sidebar .sidebar_inner .nav li:last-of-type, .header .header_inner .mobile .sidebar .sidebar_inner ul li:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .nav li, .header .header_inner .mobile .sidebar .sidebar_inner ul li {
    margin-bottom: 22.5px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .nav, .header .header_inner .mobile .sidebar .sidebar_inner ul {
    gap: 30px;
  }
  .header .header_inner .mobile .sidebar .sidebar_inner .nav li, .header .header_inner .mobile .sidebar .sidebar_inner ul li {
    margin-bottom: 20px;
  }
}
.header .header_inner .mobile .sidebar .sidebar_inner .nav li a, .header .header_inner .mobile .sidebar .sidebar_inner ul li a {
  font-size: 21px;
  position: relative;
  transition: all 0.3s ease 0.01s;
}
@media (max-width: 768px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .nav li a, .header .header_inner .mobile .sidebar .sidebar_inner ul li a {
    font-size: 19px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .nav li a, .header .header_inner .mobile .sidebar .sidebar_inner ul li a {
    font-size: 19px;
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .nav li a, .header .header_inner .mobile .sidebar .sidebar_inner ul li a {
    font-size: 17px;
  }
}
.header .header_inner .mobile .sidebar .sidebar_inner .nav li a::after, .header .header_inner .mobile .sidebar .sidebar_inner ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -3.5px;
  background: transparent;
  transition: all 0.3s ease 0.01s;
}
.header .header_inner .mobile .sidebar .sidebar_inner .contact_details .sub_head_margin {
  margin-bottom: 8px !important;
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .contact_details .sub_head_margin {
    margin-bottom: 6px !important;
  }
}
.header .header_inner .mobile .sidebar .sidebar_inner .contact_details p, .header .header_inner .mobile .sidebar .sidebar_inner .contact_details a {
  line-height: 1.5em !important;
  font-size: 13px !important;
}
@media (max-width: 768px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .contact_details p, .header .header_inner .mobile .sidebar .sidebar_inner .contact_details a {
    font-size: 12.5px !important;
    line-height: 1.55em !important;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .contact_details p, .header .header_inner .mobile .sidebar .sidebar_inner .contact_details a {
    font-size: 12px !important;
    line-height: 1.6em !important;
  }
}
@media (max-width: 400px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .contact_details p, .header .header_inner .mobile .sidebar .sidebar_inner .contact_details a {
    font-size: 11.5px !important;
    line-height: 1.6em !important;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .contact_details p, .header .header_inner .mobile .sidebar .sidebar_inner .contact_details a {
    font-size: 12px !important;
    line-height: 1.65em !important;
  }
}
.header .header_inner .mobile .sidebar .sidebar_inner .contact_details .sub_heading {
  font-size: 11px !important;
}
@media (max-width: 768px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .contact_details .sub_heading {
    font-size: 10.5px !important;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .contact_details .sub_heading {
    font-size: 10px !important;
  }
}
.header .header_inner .mobile .sidebar .sidebar_inner .contact_details .inline_uo {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto;
  gap: 3rem 9rem;
}
@media (max-width: 768px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .contact_details .inline_uo {
    gap: 3rem 8rem;
  }
}
@media (max-width: 567px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .contact_details .inline_uo {
    gap: 2.5rem 6rem;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .contact_details .inline_uo {
    justify-content: space-between;
    gap: 2.5rem 3rem;
  }
}
@media (max-width: 430px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .contact_details .inline_uo {
    gap: 2.5rem 0.5rem;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .contact_details .inline_uo {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
}
.header .header_inner .mobile .sidebar .sidebar_inner .contact_details .inline_uo .block .copy_content p {
  color: white;
  transition: none !important;
  margin-bottom: 0px !important;
}
.header .header_inner .mobile .sidebar .sidebar_inner .contact_details .inline_uo .block .copy_content p:last-of-type {
  margin-bottom: 0 !important;
}
.header .header_inner .mobile .sidebar .sidebar_inner .contact_details .inline_uo .block .copy_content p a {
  text-decoration: none;
  transition: none !important;
  text-decoration-thickness: 0.8px !important;
  text-underline-offset: 4px !important;
}
@media (min-width: 769px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .contact_details .inline_uo .block .copy_content p a:hover {
    text-decoration: underline;
  }
}
.header .header_inner .mobile .sidebar .sidebar_inner .contact_details .inline_uo .block.numbers .copy_content {
  width: fit-content;
}
.header .header_inner .mobile .sidebar .sidebar_inner .contact_details .inline_uo .block.numbers .copy_content p {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  justify-items: flex-start;
}
@media (max-width: 768px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .contact_details .inline_uo .block.numbers .copy_content p {
    gap: 1.2rem;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .contact_details .inline_uo .block.numbers .copy_content p {
    gap: 1rem;
  }
}
.header .header_inner .mobile .sidebar .sidebar_inner .contact_details .inline_uo .block.numbers .copy_content p span {
  display: block;
}
.header .header_inner .mobile .sidebar .sidebar_inner .contact_details .inline_uo a, .header .header_inner .mobile .sidebar .sidebar_inner .contact_details .inline_uo p {
  color: white;
}
.header .header_inner .mobile .sidebar .sidebar_inner .contact_details .follow_us .inline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3rem;
  padding-top: 4px;
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .contact_details .follow_us .inline {
    gap: 2.5rem;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .contact_details .follow_us .inline {
    gap: 2.25rem;
  }
}
.header .header_inner .mobile .sidebar .sidebar_inner .contact_details .follow_us .inline a {
  display: flex;
}
.header .header_inner .mobile .sidebar .sidebar_inner .contact_details .follow_us .inline a svg {
  height: 16px;
  width: auto;
}
@media (max-width: 470px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .contact_details .follow_us .inline a svg {
    height: 14px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .sidebar .sidebar_inner .contact_details .follow_us .inline a svg {
    height: 12.5px;
  }
}
.header.active_header {
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.23);
}
.header.active_header .header_inner {
  background: white;
  padding: 10px 30px;
}
@media (max-width: 1920px) {
  .header.active_header .header_inner {
    padding: 8px 25px;
  }
}
@media (max-width: 1410px) {
  .header.active_header .header_inner {
    padding: 8px 10px;
  }
}
@media (max-width: 1280px) {
  .header.active_header .header_inner {
    padding: 7px 7px;
  }
}
@media (max-width: 992px) {
  .header.active_header .header_inner {
    padding: 0px;
  }
}
.header.active_header .header_inner .desktop .desktop_inner .site_logo img, .header.active_header .header_inner .desktop .desktop_inner .site_logo svg {
  width: 170px;
}
@media (max-width: 1920px) {
  .header.active_header .header_inner .desktop .desktop_inner .site_logo img, .header.active_header .header_inner .desktop .desktop_inner .site_logo svg {
    width: 140px;
  }
}
@media (max-width: 1410px) {
  .header.active_header .header_inner .desktop .desktop_inner .site_logo img, .header.active_header .header_inner .desktop .desktop_inner .site_logo svg {
    width: 130px;
  }
}
@media (max-width: 1280px) {
  .header.active_header .header_inner .desktop .desktop_inner .site_logo img, .header.active_header .header_inner .desktop .desktop_inner .site_logo svg {
    width: 110px;
  }
}
@media (max-width: 1050px) {
  .header.active_header .header_inner .desktop .desktop_inner .site_logo img, .header.active_header .header_inner .desktop .desktop_inner .site_logo svg {
    width: 95px;
  }
}
.header.active_header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children ul.sub-menu {
  background: white;
  padding: 20px !important;
  padding-right: 30px !important;
}
.header.active_header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children ul.sub-menu a {
  color: black;
}
.header.active_header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children ul.sub-menu::after, .header.active_header .header_inner .desktop .desktop_inner .nav li.menu-item-has-children ul.sub-menu::before {
  content: "";
}
@media (max-width: 992px) {
  .header.active_header .header_inner .mobile .site_logo img, .header.active_header .header_inner .mobile .site_logo svg {
    height: 70px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .header.active_header .header_inner .mobile .site_logo img, .header.active_header .header_inner .mobile .site_logo svg {
    height: 80px;
  }
}
@media (max-width: 992px) and (max-width: 470px) {
  .header.active_header .header_inner .mobile .site_logo img, .header.active_header .header_inner .mobile .site_logo svg {
    height: 65px;
  }
}
@media (max-width: 992px) and (max-width: 380px) {
  .header.active_header .header_inner .mobile .site_logo img, .header.active_header .header_inner .mobile .site_logo svg {
    height: 62px;
  }
}
@media (max-width: 992px) and (max-width: 320px) {
  .header.active_header .header_inner .mobile .site_logo img, .header.active_header .header_inner .mobile .site_logo svg {
    height: 60px;
  }
}

body.page-template-template-contact .header::after {
  content: none !important;
}

body.home .header::after, body.page-template-template-about .header::after, body.page-template-template-accessories .header::after, body.page-template-template-contact .header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(98, 98, 98), transparent);
  z-index: 1;
}
@media (max-width: 768px) {
  body.home .header::after, body.page-template-template-about .header::after, body.page-template-template-accessories .header::after, body.page-template-template-contact .header::after {
    height: 120%;
    background: linear-gradient(to bottom, rgb(0, 0, 0), transparent);
  }
}
body.home .header .header_inner, body.page-template-template-about .header .header_inner, body.page-template-template-accessories .header .header_inner, body.page-template-template-contact .header .header_inner {
  position: relative;
  z-index: 2;
}
body.home .header .header_inner .desktop .desktop_inner nav ul li a, body.page-template-template-about .header .header_inner .desktop .desktop_inner nav ul li a, body.page-template-template-accessories .header .header_inner .desktop .desktop_inner nav ul li a, body.page-template-template-contact .header .header_inner .desktop .desktop_inner nav ul li a {
  color: white !important;
}
body.home .header .header_inner .desktop .desktop_inner nav ul li a::after, body.page-template-template-about .header .header_inner .desktop .desktop_inner nav ul li a::after, body.page-template-template-accessories .header .header_inner .desktop .desktop_inner nav ul li a::after, body.page-template-template-contact .header .header_inner .desktop .desktop_inner nav ul li a::after {
  background: currentColor !important;
}
body.home .header .header_inner .desktop .desktop_inner ul.sub-menu, body.page-template-template-about .header .header_inner .desktop .desktop_inner ul.sub-menu, body.page-template-template-accessories .header .header_inner .desktop .desktop_inner ul.sub-menu, body.page-template-template-contact .header .header_inner .desktop .desktop_inner ul.sub-menu {
  background: transparent !important;
  padding: 0 !important;
}
body.home .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white, body.page-template-template-about .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white, body.page-template-template-accessories .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white, body.page-template-template-contact .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white {
  color: white;
}
body.home .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white svg path, body.home .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white svg rect, body.page-template-template-about .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white svg path, body.page-template-template-about .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white svg rect, body.page-template-template-accessories .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white svg path, body.page-template-template-accessories .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white svg rect, body.page-template-template-contact .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white svg path, body.page-template-template-contact .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white svg rect {
  fill: white;
}
body.home .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white::after, body.page-template-template-about .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white::after, body.page-template-template-accessories .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white::after, body.page-template-template-contact .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white::after {
  background: white;
}
@media (min-width: 769px) {
  body.home .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover, body.page-template-template-about .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover, body.page-template-template-accessories .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover, body.page-template-template-contact .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover {
    color: white;
  }
  body.home .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover svg path, body.home .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover svg rect, body.page-template-template-about .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover svg path, body.page-template-template-about .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover svg rect, body.page-template-template-accessories .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover svg path, body.page-template-template-accessories .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover svg rect, body.page-template-template-contact .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover svg path, body.page-template-template-contact .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover svg rect {
    fill: white;
  }
  body.home .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover::after, body.page-template-template-about .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover::after, body.page-template-template-accessories .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover::after, body.page-template-template-contact .header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover::after {
    background: linear-gradient(to right, #6bc1e8, #6979b0);
  }
}
body.home .header .header_inner .mobile .hamburger .bar, body.page-template-template-about .header .header_inner .mobile .hamburger .bar, body.page-template-template-accessories .header .header_inner .mobile .hamburger .bar, body.page-template-template-contact .header .header_inner .mobile .hamburger .bar {
  background: white;
}
body.home .header .header_inner .site_logo svg g path:nth-child(1), body.home .header .header_inner .site_logo svg g path:nth-child(2), body.home .header .header_inner .site_logo svg g path:nth-child(3), body.home .header .header_inner .site_logo svg g path:nth-child(4), body.home .header .header_inner .site_logo svg g path:nth-child(5), body.home .header .header_inner .site_logo svg g path:nth-child(6), body.home .header .header_inner .site_logo svg g path:nth-child(7), body.home .header .header_inner .site_logo svg g path:nth-child(8), body.home .header .header_inner .site_logo svg g path:nth-child(9), body.home .header .header_inner .site_logo svg g path:nth-child(18), body.home .header .header_inner .site_logo svg g path:nth-child(19), body.home .header .header_inner .site_logo svg g path:nth-child(20), body.home .header .header_inner .site_logo svg g path:nth-child(21), body.home .header .header_inner .site_logo svg g path:nth-child(22), body.home .header .header_inner .site_logo svg g path:nth-child(23), body.home .header .header_inner .site_logo svg g path:nth-child(24), body.home .header .header_inner .site_logo svg g path:nth-child(25), body.home .header .header_inner .site_logo svg g path:nth-child(26), body.home .header .header_inner .site_logo svg g path:nth-child(27), body.home .header .header_inner .site_logo svg g path:nth-child(28), body.home .header .header_inner .site_logo svg g path:nth-child(29), body.home .header .header_inner .site_logo svg g path:nth-child(30), body.home .header .header_inner .site_logo svg g path:nth-child(31), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(1), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(2), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(3), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(4), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(5), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(6), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(7), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(8), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(9), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(18), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(19), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(20), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(21), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(22), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(23), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(24), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(25), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(26), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(27), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(28), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(29), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(30), body.page-template-template-about .header .header_inner .site_logo svg g path:nth-child(31), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(1), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(2), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(3), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(4), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(5), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(6), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(7), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(8), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(9), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(18), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(19), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(20), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(21), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(22), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(23), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(24), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(25), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(26), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(27), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(28), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(29), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(30), body.page-template-template-accessories .header .header_inner .site_logo svg g path:nth-child(31), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(1), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(2), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(3), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(4), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(5), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(6), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(7), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(8), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(9), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(18), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(19), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(20), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(21), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(22), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(23), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(24), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(25), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(26), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(27), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(28), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(29), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(30), body.page-template-template-contact .header .header_inner .site_logo svg g path:nth-child(31) {
  fill: white !important;
}
body.home .header.active_header .header_inner .desktop .desktop_inner nav ul li a, body.page-template-template-about .header.active_header .header_inner .desktop .desktop_inner nav ul li a, body.page-template-template-accessories .header.active_header .header_inner .desktop .desktop_inner nav ul li a, body.page-template-template-contact .header.active_header .header_inner .desktop .desktop_inner nav ul li a {
  color: black !important;
}
body.home .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white, body.page-template-template-about .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white, body.page-template-template-accessories .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white, body.page-template-template-contact .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white {
  color: black;
}
body.home .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white svg path, body.home .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white svg rect, body.page-template-template-about .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white svg path, body.page-template-template-about .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white svg rect, body.page-template-template-accessories .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white svg path, body.page-template-template-accessories .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white svg rect, body.page-template-template-contact .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white svg path, body.page-template-template-contact .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white svg rect {
  fill: black;
}
body.home .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white::after, body.page-template-template-about .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white::after, body.page-template-template-accessories .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white::after, body.page-template-template-contact .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white::after {
  background: #231F20;
}
@media (min-width: 769px) {
  body.home .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover, body.page-template-template-about .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover, body.page-template-template-accessories .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover, body.page-template-template-contact .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover {
    color: white;
  }
  body.home .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover svg path, body.home .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover svg rect, body.page-template-template-about .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover svg path, body.page-template-template-about .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover svg rect, body.page-template-template-accessories .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover svg path, body.page-template-template-accessories .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover svg rect, body.page-template-template-contact .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover svg path, body.page-template-template-contact .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover svg rect {
    fill: white;
  }
  body.home .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover::after, body.page-template-template-about .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover::after, body.page-template-template-accessories .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover::after, body.page-template-template-contact .header.active_header .header_inner .desktop .desktop_inner .header-buttons .c_button.transparent_white:hover::after {
    background: linear-gradient(to right, #6bc1e8, #6979b0);
  }
}
body.home .header.active_header .header_inner .mobile .hamburger .bar, body.page-template-template-about .header.active_header .header_inner .mobile .hamburger .bar, body.page-template-template-accessories .header.active_header .header_inner .mobile .hamburger .bar, body.page-template-template-contact .header.active_header .header_inner .mobile .hamburger .bar {
  background: #231F20;
}
body.home .header.active_header .header_inner .site_logo svg g path:nth-child(1), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(2), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(3), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(4), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(5), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(6), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(7), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(8), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(9), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(18), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(19), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(20), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(21), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(22), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(23), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(24), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(25), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(26), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(27), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(28), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(29), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(30), body.home .header.active_header .header_inner .site_logo svg g path:nth-child(31), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(1), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(2), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(3), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(4), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(5), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(6), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(7), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(8), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(9), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(18), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(19), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(20), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(21), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(22), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(23), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(24), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(25), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(26), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(27), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(28), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(29), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(30), body.page-template-template-about .header.active_header .header_inner .site_logo svg g path:nth-child(31), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(1), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(2), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(3), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(4), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(5), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(6), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(7), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(8), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(9), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(18), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(19), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(20), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(21), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(22), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(23), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(24), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(25), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(26), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(27), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(28), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(29), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(30), body.page-template-template-accessories .header.active_header .header_inner .site_logo svg g path:nth-child(31), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(1), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(2), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(3), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(4), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(5), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(6), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(7), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(8), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(9), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(18), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(19), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(20), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(21), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(22), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(23), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(24), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(25), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(26), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(27), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(28), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(29), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(30), body.page-template-template-contact .header.active_header .header_inner .site_logo svg g path:nth-child(31) {
  fill: black !important;
}

body.modal-open .header .header_inner {
  background: white;
}
body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(1), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(2), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(3), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(4), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(5), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(6), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(7), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(8), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(9), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(18), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(19), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(20), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(21), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(22), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(23), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(24), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(25), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(26), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(27), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(28), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(29), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(30), body.modal-open .header .header_inner .mobile .site_logo svg g path:nth-child(31) {
  fill: black !important;
}
body.modal-open .header .header_inner .mobile .rights .hamburger .bar {
  background: #231F20;
}

.home_page {
  position: relative;
  z-index: 2;
  background: white;
}
.home_page.sec_1 {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.home_page.sec_1 .sec_1_content {
  position: relative;
}
.home_page.sec_1 .sec_1_content .dots {
  position: absolute;
  bottom: 65px;
  right: 50%;
  z-index: 2;
  transform: translateX(998px);
  width: fit-content;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page.sec_1 .sec_1_content .dots {
    bottom: 50px;
    transform: unset;
    right: 50px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_1 .sec_1_content .dots {
    right: 20px;
    bottom: 40px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_1 .sec_1_content .dots {
    bottom: 40px;
    right: 13px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_1 .sec_1_content .dots {
    bottom: 20px;
    right: 30px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_1 .sec_1_content .dots {
    bottom: 13px;
    right: 3%;
  }
}
@media (max-width: 470px) {
  .home_page.sec_1 .sec_1_content .dots {
    bottom: 10px;
    right: 13px;
  }
}
@media (max-width: 380px) {
  .home_page.sec_1 .sec_1_content .dots {
    bottom: 8px;
    right: 10px;
  }
}
.home_page.sec_1 .sec_1_content .dots ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
@media (max-width: 1920px) {
  .home_page.sec_1 .sec_1_content .dots ul {
    gap: 1.15rem;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_1 .sec_1_content .dots ul {
    gap: 1.05rem;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_1 .sec_1_content .dots ul {
    gap: 1rem;
  }
}
@media (max-width: 992px) {
  .home_page.sec_1 .sec_1_content .dots ul {
    gap: 0.9rem;
  }
}
.home_page.sec_1 .sec_1_content .dots ul li {
  margin: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
}
.home_page.sec_1 .sec_1_content .dots ul li button {
  transition: all 0.2s ease-in-out 0.01s;
  box-shadow: none;
  outline: none;
  background: transparent;
  height: 15px;
  width: 15px;
  padding: 0;
  border-radius: 3px;
  font-size: 0;
  border: 1px solid white;
  opacity: 0.4;
}
@media (max-width: 1920px) {
  .home_page.sec_1 .sec_1_content .dots ul li button {
    height: 13.5px;
    width: 13.5px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_1 .sec_1_content .dots ul li button {
    height: 13px;
    width: 13px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_1 .sec_1_content .dots ul li button {
    height: 12px;
    width: 12px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_1 .sec_1_content .dots ul li button {
    height: 11px;
    width: 11px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_1 .sec_1_content .dots ul li button {
    height: 12px;
    width: 12px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_1 .sec_1_content .dots ul li button {
    height: 11px;
    width: 11px;
  }
}
@media (max-width: 380px) {
  .home_page.sec_1 .sec_1_content .dots ul li button {
    height: 9px;
    width: 9px;
  }
}
.home_page.sec_1 .sec_1_content .dots ul li:hover button {
  opacity: 1;
}
.home_page.sec_1 .sec_1_content .dots ul li.slick-active button {
  opacity: 1;
  background: white;
  border-color: white;
}
.home_page.sec_1 .sec_1_content .logo_sec_1_above_dots {
  position: absolute;
  z-index: 2;
  right: 50%;
  transform: translateX(998px);
  bottom: 105px;
  line-height: 0;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page.sec_1 .sec_1_content .logo_sec_1_above_dots {
    transform: unset;
    right: 50px;
    bottom: 85px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_1 .sec_1_content .logo_sec_1_above_dots {
    right: 20px;
    bottom: 70px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_1 .sec_1_content .logo_sec_1_above_dots {
    right: 13px;
    bottom: 68px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_1 .sec_1_content .logo_sec_1_above_dots {
    right: 30px;
    bottom: 50px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_1 .sec_1_content .logo_sec_1_above_dots {
    display: none;
  }
}
.home_page.sec_1 .sec_1_content .logo_sec_1_above_dots img {
  height: 143px;
  width: auto;
  max-width: 358px;
  object-fit: contain;
}
@media (max-width: 1920px) {
  .home_page.sec_1 .sec_1_content .logo_sec_1_above_dots img {
    height: 125px;
    max-width: 323px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_1 .sec_1_content .logo_sec_1_above_dots img {
    height: 108px;
    max-width: 287px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_1 .sec_1_content .logo_sec_1_above_dots img {
    height: 90px;
    max-width: 251px;
  }
}
.home_page.sec_1 .sec_1_content .arrows_container {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(998px, -50%);
  z-index: 2;
}
@media (max-width: 1920px) {
  .home_page.sec_1 .sec_1_content .arrows_container {
    transform: translateY(-50%);
    right: 50px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_1 .sec_1_content .arrows_container {
    right: 20px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_1 .sec_1_content .arrows_container {
    right: 13px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_1 .sec_1_content .arrows_container {
    right: 30px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_1 .sec_1_content .arrows_container {
    top: unset;
    transform: unset;
    bottom: 40px;
    right: 3%;
  }
  .home_page.sec_1 .sec_1_content .arrows_container .arrow {
    width: 38px;
    height: 38px;
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_1 .sec_1_content .arrows_container {
    bottom: 35px;
    right: 13px;
  }
  .home_page.sec_1 .sec_1_content .arrows_container .arrow {
    width: 22px;
    height: 22px;
  }
  .home_page.sec_1 .sec_1_content .arrows_container .arrow svg {
    height: 10px;
    width: auto;
  }
}
@media (max-width: 380px) {
  .home_page.sec_1 .sec_1_content .arrows_container {
    bottom: 31px;
    right: 10px;
  }
  .home_page.sec_1 .sec_1_content .arrows_container .arrow {
    width: 21px;
    height: 21px;
  }
  .home_page.sec_1 .sec_1_content .arrows_container .arrow svg {
    height: 8px;
  }
}
.home_page.sec_1 .sec_1_content .slider {
  line-height: 0;
  position: relative;
  z-index: 1;
}
.home_page.sec_1 .sec_1_content .slider .child {
  position: relative;
  line-height: 0;
}
.home_page.sec_1 .sec_1_content .slider .child.add_overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  height: 100%;
  background: radial-gradient(circle at bottom left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%);
}
@media (max-width: 768px) {
  .home_page.sec_1 .sec_1_content .slider .child.add_overlay::before {
    content: none;
  }
}
.home_page.sec_1 .sec_1_content .slider .child video {
  object-fit: cover;
  transition: all 0.2s ease-in-out 0.01s;
}
.home_page.sec_1 .sec_1_content .slider .child .videos {
  line-height: 0;
}
.home_page.sec_1 .sec_1_content .slider .child .videos,
.home_page.sec_1 .sec_1_content .slider .child .image {
  pointer-events: none;
}
@media (max-width: 768px) {
  .home_page.sec_1 .sec_1_content .slider .child .videos,
  .home_page.sec_1 .sec_1_content .slider .child .image {
    position: relative;
  }
  .home_page.sec_1 .sec_1_content .slider .child .videos::before,
  .home_page.sec_1 .sec_1_content .slider .child .image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
    height: 100%;
    background: black;
    opacity: 0.45;
  }
}
.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: auto;
  max-height: 100vh;
  width: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  .home_page.sec_1 .sec_1_content .slider .child .image,
  .home_page.sec_1 .sec_1_content .slider .child video {
    height: auto !important;
    aspect-ratio: 12/9 !important;
  }
}
@media (max-width: 576px) {
  .home_page.sec_1 .sec_1_content .slider .child .image,
  .home_page.sec_1 .sec_1_content .slider .child video {
    aspect-ratio: 10.5/9 !important;
    aspect-ratio: 1/0.7 !important;
  }
}
.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 .absolute_content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  transition: all 0.2s ease-in-out 0.01s;
  padding-top: 0 !important;
  padding-bottom: 65px !important;
}
@media (max-width: 1920px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 992px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 768px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content {
    position: unset;
    background: #231F20;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 470px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media (max-width: 380px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner {
  max-width: 1050px;
}
@media (max-width: 1920px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner {
    max-width: 930px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner {
    max-width: 800px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner {
    max-width: 700px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner {
    max-width: 640px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner {
    max-width: 550px;
  }
}
@media (max-width: 600px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner {
    padding-right: 45px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner {
    padding-right: 40px;
  }
}
.home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .logo_sec_1 {
  line-height: 0;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .logo_sec_1 {
    display: none;
  }
}
@media (max-width: 1920px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .logo_sec_1 {
    margin-bottom: 26px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .logo_sec_1 {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .logo_sec_1 {
    margin-bottom: 18px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .logo_sec_1 {
    margin-bottom: 15px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .logo_sec_1 {
    margin-bottom: 12px;
  }
}
.home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .logo_sec_1 img {
  height: 143px;
  width: auto;
  max-width: 358px;
  object-fit: contain;
}
@media (max-width: 1920px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .logo_sec_1 img {
    height: 125px;
    max-width: 323px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .logo_sec_1 img {
    height: 108px;
    max-width: 287px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .logo_sec_1 img {
    height: 90px;
    max-width: 251px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .logo_sec_1 img {
    height: 75px;
    max-width: 215px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .logo_sec_1 img {
    height: 65px;
    max-width: 179px;
  }
}
@media (max-width: 380px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .logo_sec_1 img {
    height: 54px;
    max-width: 161px;
  }
}
.home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner h1 {
  font-weight: 300 !important;
}
.home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .copy_content {
  padding-right: 20%;
}
@media (max-width: 1410px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .copy_content {
    padding-right: 17%;
  }
}
@media (max-width: 768px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .copy_content {
    padding-right: 13%;
  }
}
.home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .copy_content p {
  color: white;
  line-height: 1.5;
}
.home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .c_button {
  margin-top: 35px;
}
@media (max-width: 1920px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .c_button {
    margin-top: 30px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .c_button {
    margin-top: 25px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .c_button {
    margin-top: 22.5px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .c_button {
    margin-top: 20px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .c_button {
    margin-top: 17px;
  }
}
@media (max-width: 380px) {
  .home_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .c_button {
    margin-top: 15.5px;
  }
}
.home_page.sec_2 .sec_2_content h2 {
  margin-bottom: 0 !important;
}
.home_page.sec_2 .sec_2_content h2 span.sub_heading {
  padding-right: 7%;
}
.home_page.sec_2 .sec_2_content h2 span:not(.sub_heading) {
  background: #6acdfb;
  border: 5px solid transparent;
  border-radius: 5px;
}
@media (max-width: 1920px) {
  .home_page.sec_2 .sec_2_content h2 span:not(.sub_heading) {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_2 .sec_2_content h2 span:not(.sub_heading) {
    border-top-width: 3.5px;
    border-bottom-width: 3.5px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_2 .sec_2_content h2 span:not(.sub_heading) {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_2 .sec_2_content h2 span:not(.sub_heading) {
    border-top-width: 2.5px;
    border-bottom-width: 2.5px;
  }
}
@media (max-width: 1920px) {
  .home_page.sec_2 .sec_2_content h2 {
    line-height: 1.35em !important;
  }
  .home_page.sec_2 .sec_2_content h2 span {
    line-height: 1.35em !important;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_2 .sec_2_content h2 {
    line-height: 1.4em !important;
  }
  .home_page.sec_2 .sec_2_content h2 span {
    line-height: 1.4em !important;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_2 .sec_2_content h2 {
    line-height: 1.45em !important;
  }
  .home_page.sec_2 .sec_2_content h2 span {
    line-height: 1.45em !important;
  }
}
.home_page.sec_2 .sec_2_content .c_button {
  margin: 0 auto;
  margin-top: 45px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page.sec_2 .sec_2_content .c_button {
    margin-top: 35px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_2 .sec_2_content .c_button {
    margin-top: 30px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_2 .sec_2_content .c_button {
    margin-top: 25px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_2 .sec_2_content .c_button {
    margin-top: 17.5px;
    margin-top: 20px;
  }
}
.home_page.sec_8 {
  background: #231F20;
}
.home_page.sec_8 .sec_8_content h2, .home_page.sec_8 .sec_8_content p {
  color: white;
}
.home_page.sec_3 .sec_3_content .tops p, .home_page.sec_3 .sec_3_content .tops h2 {
  text-align: center;
}
.home_page.sec_3 .sec_3_content .tops h2 {
  margin-bottom: 0 !important;
}
.home_page.sec_3 .sec_3_content .bottoms {
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
  justify-content: center;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page.sec_3 .sec_3_content .bottoms {
    gap: 1.25rem;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_3 .sec_3_content .bottoms {
    gap: 1rem;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_3 .sec_3_content .bottoms {
    flex-wrap: wrap;
    max-width: 850px;
    margin: 0 auto;
    gap: 3rem 1.25rem;
  }
}
@media (max-width: 992px) {
  .home_page.sec_3 .sec_3_content .bottoms {
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_3 .sec_3_content .bottoms {
    max-width: 550px;
    gap: 3rem 1rem;
  }
}
@media (max-width: 470px) {
  .home_page.sec_3 .sec_3_content .bottoms {
    gap: 2.5rem 0.9rem;
  }
}
@media (max-width: 380px) {
  .home_page.sec_3 .sec_3_content .bottoms {
    gap: 2rem 0.8rem;
  }
}
.home_page.sec_3 .sec_3_content .bottoms .child {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .home_page.sec_3 .sec_3_content .bottoms .child {
    flex: 1 1 calc((100% - 2.5rem) / 3);
  }
}
@media (max-width: 768px) {
  .home_page.sec_3 .sec_3_content .bottoms .child {
    flex: 1 1 calc((100% - 2.5rem) / 2);
  }
}
@media (max-width: 470px) {
  .home_page.sec_3 .sec_3_content .bottoms .child {
    flex: 1 1 calc((100% - 2rem) / 2);
  }
}
@media (max-width: 380px) {
  .home_page.sec_3 .sec_3_content .bottoms .child {
    flex: 1 1 calc((100% - 1.4rem) / 2);
  }
}
.home_page.sec_3 .sec_3_content .bottoms .child .mediaa {
  position: relative;
  padding: 0 5%;
}
.home_page.sec_3 .sec_3_content .bottoms .child .mediaa .videos,
.home_page.sec_3 .sec_3_content .bottoms .child .mediaa .image {
  position: relative;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.home_page.sec_3 .sec_3_content .bottoms .child .mediaa .videos img:not(.play_btn),
.home_page.sec_3 .sec_3_content .bottoms .child .mediaa .videos video,
.home_page.sec_3 .sec_3_content .bottoms .child .mediaa .image img:not(.play_btn),
.home_page.sec_3 .sec_3_content .bottoms .child .mediaa .image video {
  aspect-ratio: 1.75/2;
  object-fit: contain;
}
@media (max-width: 1280px) {
  .home_page.sec_3 .sec_3_content .bottoms .child .mediaa .videos img:not(.play_btn),
  .home_page.sec_3 .sec_3_content .bottoms .child .mediaa .videos video,
  .home_page.sec_3 .sec_3_content .bottoms .child .mediaa .image img:not(.play_btn),
  .home_page.sec_3 .sec_3_content .bottoms .child .mediaa .image video {
    aspect-ratio: 1/1;
  }
}
.home_page.sec_3 .sec_3_content .bottoms .child .mediaa .videos video,
.home_page.sec_3 .sec_3_content .bottoms .child .mediaa .image video {
  object-fit: cover;
}
.home_page.sec_3 .sec_3_content .bottoms .child .mediaa::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  width: 100%;
  background: #e9e9e9;
  z-index: 1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: all 0.5s ease-in-out;
}
.home_page.sec_3 .sec_3_content .bottoms .child .content {
  background: #e9e9e9;
  padding: 3% 10%;
  padding-bottom: 7%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.5s ease-in-out;
  flex: 1;
}
@media (max-width: 1410px) {
  .home_page.sec_3 .sec_3_content .bottoms .child .content {
    padding-top: 4%;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_3 .sec_3_content .bottoms .child .content {
    padding: 12px 15px;
    padding-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_3 .sec_3_content .bottoms .child .content {
    padding: 13px 15px;
    padding-bottom: 22px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_3 .sec_3_content .bottoms .child .content {
    padding: 12px 7px;
    padding-bottom: 20px;
  }
}
@media (max-width: 380px) {
  .home_page.sec_3 .sec_3_content .bottoms .child .content {
    padding: 14px 5px;
    padding-bottom: 18px;
  }
}
.home_page.sec_3 .sec_3_content .bottoms .child .content h2 a {
  font-size: inherit;
  color: #231F20;
  transition: all 0.2s ease-in-out !important;
  font-weight: 600 !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  position: static;
}
@media (max-width: 1920px) {
  .home_page.sec_3 .sec_3_content .bottoms .child .content h2 a {
    gap: 1.4rem;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_3 .sec_3_content .bottoms .child .content h2 a {
    gap: 1.3rem;
  }
}
@media (max-width: 768px) {
  .home_page.sec_3 .sec_3_content .bottoms .child .content h2 a {
    gap: 1.1rem;
  }
}
.home_page.sec_3 .sec_3_content .bottoms .child .content h2 a::after {
  content: "";
  position: absolute;
  transition: all 0.2s ease-in-out !important;
  inset: 0;
  z-index: 1;
}
.home_page.sec_3 .sec_3_content .bottoms .child .content h2 a svg {
  transition: all 0.2s ease-in-out !important;
  height: 14.5px;
  width: auto;
}
@media (max-width: 1920px) {
  .home_page.sec_3 .sec_3_content .bottoms .child .content h2 a svg {
    height: 12px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_3 .sec_3_content .bottoms .child .content h2 a svg {
    height: 11px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_3 .sec_3_content .bottoms .child .content h2 a svg {
    height: 10px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_3 .sec_3_content .bottoms .child .content h2 a svg {
    height: 9px;
  }
}
.home_page.sec_3 .sec_3_content .bottoms .child .content h2 a svg rect, .home_page.sec_3 .sec_3_content .bottoms .child .content h2 a svg path {
  transition: all 0.2s ease-in-out !important;
  fill: #F0672B;
}
@media (min-width: 769px) {
  .home_page.sec_3 .sec_3_content .bottoms .child .content h2 a:hover svg {
    transform: translateX(-80%) scale(0.8);
  }
}
.home_page.sec_3 .sec_3_content .bottoms .child .content h2, .home_page.sec_3 .sec_3_content .bottoms .child .content p {
  text-align: center;
}
.home_page.sec_3 .sec_3_content .bottoms .child .content .copy_content {
  padding: 0 13px;
  padding-top: 10px !important;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page.sec_3 .sec_3_content .bottoms .child .content .copy_content {
    padding: 0 8px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_3 .sec_3_content .bottoms .child .content .copy_content {
    padding: 0px;
    padding-top: 8px !important;
  }
}
@media (max-width: 768px) {
  .home_page.sec_3 .sec_3_content .bottoms .child .content .copy_content {
    padding-top: 6px !important;
  }
}
@media (max-width: 470px) {
  .home_page.sec_3 .sec_3_content .bottoms .child .content .copy_content {
    padding-top: 4px !important;
  }
}
@media (max-width: 380px) {
  .home_page.sec_3 .sec_3_content .bottoms .child .content .copy_content {
    padding-top: 2.5px !important;
  }
}
@media (min-width: 769px) {
  .home_page.sec_3 .sec_3_content .bottoms .child:hover .mediaa .videos,
  .home_page.sec_3 .sec_3_content .bottoms .child:hover .mediaa .image {
    transform: scale(0.93);
  }
  .home_page.sec_3 .sec_3_content .bottoms .child:hover .mediaa::after {
    background: #231F20;
  }
  .home_page.sec_3 .sec_3_content .bottoms .child:hover .content {
    background: #231F20;
  }
  .home_page.sec_3 .sec_3_content .bottoms .child:hover .content h2, .home_page.sec_3 .sec_3_content .bottoms .child:hover .content h2 a, .home_page.sec_3 .sec_3_content .bottoms .child:hover .content p {
    color: white;
    transition: all 0.2s ease-in-out !important;
  }
}
.home_page.sec_4 {
  background: #e9e9e9;
}
.home_page.sec_4 .sec_4_content .tops .image {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.home_page.sec_4 .sec_4_content .tops h2, .home_page.sec_4 .sec_4_content .tops p {
  text-align: center;
}
.home_page.sec_4 .sec_4_content .tops .copy_content {
  max-width: 650px;
  margin: 0 auto;
}
.home_page.sec_4 .sec_4_content .bottoms {
  position: relative;
}
.home_page.sec_4 .sec_4_content .bottoms .lefts {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 39.5%;
  transform: translateY(-39.5%);
}
@media (max-width: 992px) {
  .home_page.sec_4 .sec_4_content .bottoms .lefts {
    position: unset;
    transform: unset;
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .home_page.sec_4 .sec_4_content .bottoms .lefts {
    margin-bottom: 22.5px;
  }
}
@media (max-width: 992px) and (max-width: 470px) {
  .home_page.sec_4 .sec_4_content .bottoms .lefts {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) and (max-width: 380px) {
  .home_page.sec_4 .sec_4_content .bottoms .lefts {
    margin-bottom: 17.5px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_4 .sec_4_content .bottoms .lefts .arrows_container {
    flex-direction: row;
    justify-content: center;
  }
  .home_page.sec_4 .sec_4_content .bottoms .lefts .arrows_container .arrow {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .home_page.sec_4 .sec_4_content .bottoms .lefts .arrows_container .arrow {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 992px) and (max-width: 470px) {
  .home_page.sec_4 .sec_4_content .bottoms .lefts .arrows_container .arrow {
    width: 42.5px;
    height: 42.5px;
  }
}
.home_page.sec_4 .sec_4_content .bottoms .slider {
  position: relative;
  z-index: 1;
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1920px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner {
    max-width: 1200px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner {
    max-width: 1050px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner {
    max-width: 840px;
  }
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .main_media {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1920px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .main_media {
    max-width: 450px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .main_media {
    max-width: 380px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .main_media {
    max-width: 320px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .main_media {
    max-width: 400px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .main_media {
    max-width: 350px;
    margin-bottom: 25px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .main_media {
    max-width: 300px;
    margin-bottom: 25px;
  }
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .main_media .mediaa {
  position: relative;
  z-index: 1;
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .main_media .mediaa .videos,
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .main_media .mediaa .image {
  position: relative;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .main_media .mediaa .videos img:not(.play_btn),
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .main_media .mediaa .videos video,
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .main_media .mediaa .image img:not(.play_btn),
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .main_media .mediaa .image video {
  aspect-ratio: 1.65/2;
  object-fit: contain;
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .main_media .mediaa .videos video,
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .main_media .mediaa .image video {
  object-fit: cover;
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_block {
  position: absolute;
  z-index: 2;
  width: fit-content;
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_block.active {
  z-index: 4;
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_block .hotspot_block_inner {
  position: relative;
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_block .hotspot_point {
  width: 72px;
  height: 72px;
  transition: all 0.2s ease-in-out 0.01s;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: 0%;
  top: 0%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1920px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_block .hotspot_point {
    width: 62px;
    height: 62px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_block .hotspot_point {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_block .hotspot_point {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_block .hotspot_point {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_block .hotspot_point {
    width: 33px;
    height: 33px;
  }
}
@media (max-width: 380px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_block .hotspot_point {
    width: 29px;
    height: 29px;
  }
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_block .hotspot_point::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
  transition: all 0.1s ease-in-out;
  border-radius: 50%;
  border: 1px solid #F0672B;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 1.4s infinite;
  animation: pulse 2s infinite;
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_block .hotspot_point:hover::after, .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_block .hotspot_point.active::after {
  background: #F0672B;
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content {
  display: none;
  background: white;
  width: 280px;
  height: auto;
  padding: 30px;
  border-radius: 5px;
  animation-fill-mode: forwards;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  z-index: 2;
}
@media (max-width: 1920px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content {
    padding: 20px;
    max-width: 250px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content {
    padding: 15px;
    max-width: 240px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content {
    max-width: 200px;
    padding: 12.5px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content {
    position: unset;
    transform: unset;
    margin: 0 auto;
    max-width: 320px;
  }
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content h2.h4 {
  font-weight: 600 !important;
  font-size: 20.5px;
  margin-bottom: 0 !important;
}
@media (max-width: 1920px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content h2.h4 {
    font-size: 19px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content h2.h4 {
    font-size: 17.5px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content h2.h4 {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content h2.h4 {
    font-size: 16px;
  }
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content.move_to_right {
  animation: 0.6s ease 0s slide-left-to-right-and-fade-in;
  right: 0;
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content.move_to_left {
  animation: 0.6s ease 0s slide-right-to-left-and-fade-in;
  left: 0;
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content .image_block {
  margin-top: 15px;
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content .image_block .image img {
  height: auto;
  aspect-ratio: 1/1 !important;
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content .image_block .image.single img {
  width: 88px;
}
@media (max-width: 1920px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content .image_block .image.single img {
    width: 80px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content .image_block .image.single img {
    width: 70px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content .image_block .image.single img {
    width: 65px;
  }
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content .image_block .image.multi img {
  width: 80px;
}
@media (max-width: 1920px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content .image_block .image.multi img {
    width: 72px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content .image_block .image.multi img {
    width: 60px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content .image_block .image.multi img {
    width: 55px;
  }
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content .image_block .colour_palettes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content .image_block .colour_palettes .colour_palette .description {
  margin-top: 6px;
  width: 40px;
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content .image_block .colour_palettes .colour_palette .description p {
  font-weight: 700 !important;
  font-size: 10px !important;
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .hotspot_point_content .main_copy {
  margin-top: 12px;
  border-top: 1px solid #e9e9e9;
  padding-top: 9.5px;
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .below_media {
  margin-top: 12.5px;
}
@media (max-width: 992px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .below_media {
    margin-top: 30px;
  }
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .below_media p {
  text-align: center;
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .below_media p.sub_heading {
  color: #231F20 !important;
  font-family: "Albert Sans", sans-serif !important;
  font-weight: 800 !important;
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .below_media p.sub_heading span {
  font-weight: 400 !important;
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .below_media .copy_content {
  max-width: 650px;
  margin: 0 auto;
}
@media (max-width: 1410px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .below_media .copy_content {
    max-width: 600px;
  }
}
.home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .below_media .c_button {
  margin: 0 auto;
  margin-top: 45px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .below_media .c_button {
    margin-top: 35px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .below_media .c_button {
    margin-top: 30px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .below_media .c_button {
    margin-top: 25px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_4 .sec_4_content .bottoms .slider .child .child_inner .below_media .c_button {
    margin-top: 17.5px;
    margin-top: 20px;
  }
}
.home_page.sec_5 .sec_5_content {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  transition: all 0.2s ease-in-out 0.01s;
  padding: 0 7.5%;
}
@media (max-width: 1600px) {
  .home_page.sec_5 .sec_5_content {
    padding: 0 4%;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_5 .sec_5_content {
    padding: 0 2%;
  }
}
@media (max-width: 992px) {
  .home_page.sec_5 .sec_5_content {
    padding: 0%;
  }
}
@media (max-width: 768px) {
  .home_page.sec_5 .sec_5_content {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
}
.home_page.sec_5 .sec_5_content .lefts {
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.home_page.sec_5 .sec_5_content .lefts .lefts_content {
  position: relative;
  height: 100%;
}
.home_page.sec_5 .sec_5_content .lefts .lefts_content .mediaa {
  position: relative;
  z-index: 1;
  height: 100%;
}
.home_page.sec_5 .sec_5_content .lefts .lefts_content .mediaa .videos,
.home_page.sec_5 .sec_5_content .lefts .lefts_content .mediaa .image {
  position: relative;
  z-index: 2;
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
}
.home_page.sec_5 .sec_5_content .lefts .lefts_content .mediaa .videos img:not(.play_btn),
.home_page.sec_5 .sec_5_content .lefts .lefts_content .mediaa .videos video,
.home_page.sec_5 .sec_5_content .lefts .lefts_content .mediaa .image img:not(.play_btn),
.home_page.sec_5 .sec_5_content .lefts .lefts_content .mediaa .image video {
  aspect-ratio: 1.2/1;
}
.home_page.sec_5 .sec_5_content .lefts .lefts_content .mediaa.has_content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: radial-gradient(circle at bottom left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%);
  z-index: 3;
}
.home_page.sec_5 .sec_5_content .lefts .lefts_content .absolute_content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 5% 6%;
}
@media (max-width: 1920px) {
  .home_page.sec_5 .sec_5_content .lefts .lefts_content .absolute_content {
    padding: 5.5%;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_5 .sec_5_content .lefts .lefts_content .absolute_content {
    padding: 4%;
  }
}
@media (max-width: 470px) {
  .home_page.sec_5 .sec_5_content .lefts .lefts_content .absolute_content {
    padding: 15px;
  }
}
@media (max-width: 380px) {
  .home_page.sec_5 .sec_5_content .lefts .lefts_content .absolute_content {
    padding: 10px;
  }
}
@media (max-width: 320px) {
  .home_page.sec_5 .sec_5_content .lefts .lefts_content .absolute_content {
    padding: 7px;
  }
}
.home_page.sec_5 .sec_5_content .lefts .lefts_content .absolute_content h2, .home_page.sec_5 .sec_5_content .lefts .lefts_content .absolute_content p, .home_page.sec_5 .sec_5_content .lefts .lefts_content .absolute_content a {
  color: white;
}
.home_page.sec_5 .sec_5_content .lefts .lefts_content .absolute_content .copy_content {
  max-width: 550px;
  margin-top: -2.5px;
}
@media (max-width: 1920px) {
  .home_page.sec_5 .sec_5_content .lefts .lefts_content .absolute_content .copy_content {
    max-width: 500px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_5 .sec_5_content .lefts .lefts_content .absolute_content .copy_content {
    max-width: 470px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_5 .sec_5_content .lefts .lefts_content .absolute_content .copy_content {
    max-width: 370px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_5 .sec_5_content .lefts .lefts_content .absolute_content .copy_content {
    max-width: 75%;
  }
}
@media (max-width: 470px) {
  .home_page.sec_5 .sec_5_content .lefts .lefts_content .absolute_content .copy_content {
    max-width: 90%;
  }
}
@media (max-width: 380px) {
  .home_page.sec_5 .sec_5_content .lefts .lefts_content .absolute_content .copy_content {
    max-width: 95%;
  }
}
.home_page.sec_5 .sec_5_content .rights {
  padding: 8% 20%;
  transition: all 0.2s ease-in-out 0.01s;
  padding-right: 0 !important;
}
@media (max-width: 1920px) {
  .home_page.sec_5 .sec_5_content .rights {
    padding: 8% 15%;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_5 .sec_5_content .rights {
    padding: 8% 12.5%;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_5 .sec_5_content .rights {
    padding: 8% 10%;
    padding-right: 7.5%;
  }
}
@media (max-width: 992px) {
  .home_page.sec_5 .sec_5_content .rights {
    padding: 8% 9%;
    padding-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .home_page.sec_5 .sec_5_content .rights {
    padding: 0;
    padding-top: 2.5rem;
  }
}
@media (max-width: 470px) {
  .home_page.sec_5 .sec_5_content .rights {
    padding-top: 2rem;
  }
}
@media (max-width: 380px) {
  .home_page.sec_5 .sec_5_content .rights {
    padding-top: 1.5rem;
  }
}
.home_page.sec_5 .sec_5_content .rights .rights_content .copy_content {
  padding-top: 20px;
}
@media (max-width: 1920px) {
  .home_page.sec_5 .sec_5_content .rights .rights_content .copy_content {
    padding-top: 17px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_5 .sec_5_content .rights .rights_content .copy_content {
    padding-top: 15px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_5 .sec_5_content .rights .rights_content .copy_content {
    padding-top: 13px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_5 .sec_5_content .rights .rights_content .copy_content {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_5 .sec_5_content .rights .rights_content .copy_content {
    padding-top: 7px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_5 .sec_5_content .rights .rights_content .copy_content {
    padding-top: 4px;
  }
}
.home_page.sec_5 .sec_5_content .rights .rights_content .images {
  padding-top: 27px;
  display: flex;
  align-items: center;
  gap: 1.5rem 3.5rem;
  flex-wrap: wrap;
}
@media (max-width: 1920px) {
  .home_page.sec_5 .sec_5_content .rights .rights_content .images {
    padding-top: 24px;
    gap: 1.5rem 2.5rem;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_5 .sec_5_content .rights .rights_content .images {
    padding-top: 22px;
    gap: 1.5rem 2rem;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_5 .sec_5_content .rights .rights_content .images {
    padding-top: 21px;
    gap: 1.5rem 1rem;
  }
}
@media (max-width: 992px) {
  .home_page.sec_5 .sec_5_content .rights .rights_content .images {
    padding-top: 19px;
    gap: 2rem 0.2rem;
  }
}
@media (max-width: 470px) {
  .home_page.sec_5 .sec_5_content .rights .rights_content .images {
    padding-top: 16px;
    gap: 2rem 0rem;
  }
}
.home_page.sec_5 .sec_5_content .rights .rights_content .images .image {
  width: fit-content;
}
@media (max-width: 1920px) {
  .home_page.sec_5 .sec_5_content .rights .rights_content .images img {
    width: 90%;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_5 .sec_5_content .rights .rights_content .images img {
    width: 85%;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_5 .sec_5_content .rights .rights_content .images img {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .home_page.sec_5 .sec_5_content .rights .rights_content .images img {
    width: 70%;
  }
}
@media (max-width: 470px) {
  .home_page.sec_5 .sec_5_content .rights .rights_content .images img {
    width: 75%;
  }
}
@media (max-width: 380px) {
  .home_page.sec_5 .sec_5_content .rights .rights_content .images img {
    width: 70%;
  }
}
.home_page.sec_6 .sec_6_content {
  transition: all 0.2s ease-in-out 0.01s;
  padding: 0 7.5%;
}
@media (max-width: 1600px) {
  .home_page.sec_6 .sec_6_content {
    padding: 0 4%;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_6 .sec_6_content {
    padding: 0 2%;
  }
}
@media (max-width: 992px) {
  .home_page.sec_6 .sec_6_content {
    padding: 0%;
  }
}
.home_page.sec_6 .sec_6_content .tops p, .home_page.sec_6 .sec_6_content .tops h2 {
  text-align: center;
}
.home_page.sec_6 .sec_6_content .tops .copy_content {
  max-width: 600px;
  margin: 0 auto;
}
.home_page.sec_6 .sec_6_content .middle {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page.sec_6 .sec_6_content .middle {
    gap: 1.25rem;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_6 .sec_6_content .middle {
    gap: 1rem;
  }
}
@media (max-width: 992px) {
  .home_page.sec_6 .sec_6_content .middle {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    max-width: 700px;
    margin: 0 auto;
    gap: 1.25rem;
  }
}
@media (max-width: 768px) {
  .home_page.sec_6 .sec_6_content .middle {
    max-width: 550px;
    gap: 1rem;
  }
}
@media (max-width: 470px) {
  .home_page.sec_6 .sec_6_content .middle {
    gap: 0.9rem;
  }
}
@media (max-width: 380px) {
  .home_page.sec_6 .sec_6_content .middle {
    gap: 0.8rem;
  }
}
@media (max-width: 320px) {
  .home_page.sec_6 .sec_6_content .middle {
    gap: 1.2rem;
    grid-template-columns: 1fr;
    max-width: 250px;
  }
}
.home_page.sec_6 .sec_6_content .middle .child {
  background: #e9e9e9;
  border-radius: 5px;
  padding: 12.5px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1410px) {
  .home_page.sec_6 .sec_6_content .middle .child {
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_6 .sec_6_content .middle .child {
    padding: 12.5px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_6 .sec_6_content .middle .child {
    padding: 10px;
  }
}
.home_page.sec_6 .sec_6_content .middle .child .content {
  padding: 5% 7%;
  flex: 1;
  margin-bottom: 30px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page.sec_6 .sec_6_content .middle .child .content {
    margin-bottom: 25px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_6 .sec_6_content .middle .child .content {
    margin-bottom: 20px;
    padding: 4% 5%;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_6 .sec_6_content .middle .child .content {
    padding: 4%;
  }
}
@media (max-width: 768px) {
  .home_page.sec_6 .sec_6_content .middle .child .content {
    padding: 3%;
  }
}
@media (max-width: 470px) {
  .home_page.sec_6 .sec_6_content .middle .child .content {
    padding: 1.5%;
  }
}
@media (max-width: 380px) {
  .home_page.sec_6 .sec_6_content .middle .child .content {
    padding: 0%;
  }
}
.home_page.sec_6 .sec_6_content .middle .child .content .content_inner .copy_content {
  padding-top: 5px;
  max-width: 238px;
}
@media (max-width: 470px) {
  .home_page.sec_6 .sec_6_content .middle .child .content .content_inner .copy_content {
    padding-top: 3px;
  }
}
.home_page.sec_6 .sec_6_content .middle .child .mediaa {
  border-radius: 5px;
  overflow: hidden;
}
.home_page.sec_6 .sec_6_content .middle .child .mediaa .videos img:not(.play_btn),
.home_page.sec_6 .sec_6_content .middle .child .mediaa .videos video,
.home_page.sec_6 .sec_6_content .middle .child .mediaa .image img:not(.play_btn),
.home_page.sec_6 .sec_6_content .middle .child .mediaa .image video {
  aspect-ratio: 1.09/1;
}
.home_page.sec_6 .sec_6_content .bottoms {
  margin-top: 50px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1410px) {
  .home_page.sec_6 .sec_6_content .bottoms {
    margin-top: 45px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_6 .sec_6_content .bottoms {
    margin-top: 42.5px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_6 .sec_6_content .bottoms {
    margin-top: 35px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_6 .sec_6_content .bottoms {
    margin-top: 30px;
  }
}
@media (max-width: 380px) {
  .home_page.sec_6 .sec_6_content .bottoms {
    margin-top: 25px;
  }
}
.home_page.sec_6 .sec_6_content .bottoms .c_button {
  margin: 0 auto;
}
.home_page.sec_7 {
  background: #231F20;
}
.home_page.sec_7 .sec_7_content {
  position: relative;
}
.home_page.sec_7 .sec_7_content .slider_dots {
  position: absolute;
  bottom: 5%;
  right: 6%;
  z-index: 2;
  width: fit-content;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .home_page.sec_7 .sec_7_content .slider_dots {
    right: 4%;
    bottom: 4%;
  }
}
@media (max-width: 992px) {
  .home_page.sec_7 .sec_7_content .slider_dots {
    bottom: 30px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_7 .sec_7_content .slider_dots {
    bottom: 25px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_7 .sec_7_content .slider_dots {
    right: 15px;
    bottom: 20px;
  }
}
@media (max-width: 380px) {
  .home_page.sec_7 .sec_7_content .slider_dots {
    right: 10px;
    bottom: 17px;
  }
}
@media (max-width: 320px) {
  .home_page.sec_7 .sec_7_content .slider_dots {
    right: 7px;
    bottom: 12px;
  }
}
.home_page.sec_7 .sec_7_content .slider_dots ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
@media (max-width: 1920px) {
  .home_page.sec_7 .sec_7_content .slider_dots ul {
    gap: 1.15rem;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_7 .sec_7_content .slider_dots ul {
    gap: 1.05rem;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_7 .sec_7_content .slider_dots ul {
    gap: 1rem;
  }
}
@media (max-width: 992px) {
  .home_page.sec_7 .sec_7_content .slider_dots ul {
    gap: 0.9rem;
  }
}
.home_page.sec_7 .sec_7_content .slider_dots ul li {
  margin: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
}
.home_page.sec_7 .sec_7_content .slider_dots ul li button {
  box-shadow: none;
  outline: none;
  background: transparent;
  height: 15px;
  width: 15px;
  padding: 0;
  border-radius: 3px;
  font-size: 0;
  border: 1px solid white;
  opacity: 0.4;
}
@media (max-width: 1920px) {
  .home_page.sec_7 .sec_7_content .slider_dots ul li button {
    height: 13.5px;
    width: 13.5px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_7 .sec_7_content .slider_dots ul li button {
    height: 13px;
    width: 13px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_7 .sec_7_content .slider_dots ul li button {
    height: 12px;
    width: 12px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_7 .sec_7_content .slider_dots ul li button {
    height: 11px;
    width: 11px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_7 .sec_7_content .slider_dots ul li button {
    height: 12px;
    width: 12px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_7 .sec_7_content .slider_dots ul li button {
    height: 11px;
    width: 11px;
  }
}
@media (max-width: 380px) {
  .home_page.sec_7 .sec_7_content .slider_dots ul li button {
    height: 9px;
    width: 9px;
  }
}
.home_page.sec_7 .sec_7_content .slider_dots ul li:hover button {
  opacity: 1;
}
.home_page.sec_7 .sec_7_content .slider_dots ul li.slick-active button {
  opacity: 1;
  background: white;
  border-color: white;
}
.home_page.sec_7 .sec_7_content .slider {
  position: relative;
  z-index: 1;
}
.home_page.sec_7 .sec_7_content .slider .child .child_content {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: flex-start;
}
@media (max-width: 1280px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content {
    grid-template-columns: 1.1fr 1fr;
  }
}
@media (max-width: 992px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content {
    grid-template-columns: 1fr;
    max-width: 700px;
    margin: 0 auto;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content {
    max-width: 550px;
    gap: 2.5rem;
  }
}
@media (max-width: 470px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content {
    gap: 2.25rem;
  }
}
@media (max-width: 380px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content {
    gap: 2rem;
  }
}
.home_page.sec_7 .sec_7_content .slider .child .child_content .lefts {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content {
  position: relative;
  height: 100%;
}
.home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .mediaa {
  position: relative;
  z-index: 1;
  height: 100%;
}
@media (max-width: 992px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .mediaa {
    position: absolute;
    width: 100%;
  }
}
.home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .mediaa .videos,
.home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .mediaa .image {
  position: relative;
  z-index: 2;
  height: 100%;
}
.home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .mediaa .videos img:not(.play_btn),
.home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .mediaa .videos video,
.home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .mediaa .image img:not(.play_btn),
.home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .mediaa .image video {
  aspect-ratio: 1.2/1;
}
.home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .mediaa.has_content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: radial-gradient(circle at bottom left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%);
  z-index: 3;
}
@media (max-width: 992px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .mediaa.has_content::after {
    background: #231F20;
    opacity: 0.4;
    opacity: 0.5;
    opacity: 0.55;
  }
}
.home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 60px 8%;
  padding: 5% 6%;
}
@media (max-width: 1920px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content {
    padding: 5.5%;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content {
    padding: 4%;
  }
}
@media (max-width: 992px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content {
    position: relative;
    padding: 60px 4%;
  }
}
@media (max-width: 768px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content {
    padding: 50px 4%;
  }
}
@media (max-width: 470px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content {
    padding: 45px 15px;
  }
}
@media (max-width: 380px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content {
    padding: 40px 10px;
  }
}
@media (max-width: 320px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content {
    padding: 35px 7px;
  }
}
.home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content h2, .home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content p, .home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content a {
  color: white;
}
.home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content .copy_content {
  max-width: 550px;
  margin-top: -2.5px;
}
@media (max-width: 1920px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content .copy_content {
    max-width: 500px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content .copy_content {
    max-width: 470px;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content .copy_content {
    max-width: 370px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content .copy_content {
    max-width: 80%;
  }
}
@media (max-width: 470px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content .copy_content {
    max-width: 95%;
  }
}
@media (max-width: 380px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content .copy_content {
    max-width: 95%;
  }
}
.home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content .c_button {
  margin-top: 30px;
}
@media (max-width: 1920px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content .c_button {
    margin-top: 25px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content .c_button {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content .c_button {
    margin-top: 20px;
  }
}
@media (max-width: 380px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .lefts .lefts_content .absolute_content .c_button {
    margin-top: 12.5px;
    margin-top: 17.5px;
  }
}
.home_page.sec_7 .sec_7_content .slider .child .child_content .rights {
  padding-left: 7rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .rights {
    padding-left: 5rem;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .rights {
    padding-left: 3rem;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .rights {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .rights {
    padding-left: 0rem;
  }
}
.home_page.sec_7 .sec_7_content .slider .child .child_content .rights .rights_content .collection_block {
  background: white;
  border-radius: 5px;
  margin-bottom: 2.5rem;
  padding: 5% 6%;
  width: fit-content;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .rights .rights_content .collection_block {
    padding: 5.5%;
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .rights .rights_content .collection_block {
    padding: 4% 5%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .rights .rights_content .collection_block {
    margin-bottom: 1.5rem;
    padding: 3% 4%;
  }
}
.home_page.sec_7 .sec_7_content .slider .child .child_content .rights .rights_content .collection_block:last-of-type {
  margin-bottom: 0;
}
.home_page.sec_7 .sec_7_content .slider .child .child_content .rights .rights_content .collection_block p.collection_name {
  font-size: 20px !important;
  font-weight: 600 !important;
}
@media (max-width: 1920px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .rights .rights_content .collection_block p.collection_name {
    font-size: 19px !important;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .rights .rights_content .collection_block p.collection_name {
    font-size: 17px !important;
  }
}
@media (max-width: 1280px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .rights .rights_content .collection_block p.collection_name {
    font-size: 16px !important;
  }
}
@media (max-width: 470px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .rights .rights_content .collection_block p.collection_name {
    font-size: 19px !important;
  }
}
@media (max-width: 380px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .rights .rights_content .collection_block p.collection_name {
    font-size: 18px !important;
  }
}
.home_page.sec_7 .sec_7_content .slider .child .child_content .rights .rights_content .collection_block .prods {
  display: flex;
  justify-content: flex-start;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.home_page.sec_7 .sec_7_content .slider .child .child_content .rights .rights_content .collection_block .prods .single_prd .image {
  line-height: 0;
  width: fit-content;
}
.home_page.sec_7 .sec_7_content .slider .child .child_content .rights .rights_content .collection_block .prods .single_prd .image img {
  width: auto;
  height: 140px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .rights .rights_content .collection_block .prods .single_prd .image img {
    height: 130px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .rights .rights_content .collection_block .prods .single_prd .image img {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .rights .rights_content .collection_block .prods .single_prd .image img {
    height: 140px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .rights .rights_content .collection_block .prods .single_prd .image img {
    height: 135px;
  }
}
@media (max-width: 380px) {
  .home_page.sec_7 .sec_7_content .slider .child .child_content .rights .rights_content .collection_block .prods .single_prd .image img {
    height: 130px;
  }
}
.home_page.sec_7 .sec_7_content .slider .child .child_content .rights .rights_content .collection_block .prods .single_prd .prd_name {
  width: 40px;
  margin-top: 6px;
}
.home_page.sec_9 {
  background: #231F20;
  overflow: hidden;
}
.home_page.sec_9 .sec_9_content .tops h2, .home_page.sec_9 .sec_9_content .tops p {
  color: white;
  text-align: center;
}
.home_page.sec_9 .sec_9_content .tops .copy_content {
  max-width: 600px;
  margin: 0 auto;
}
.home_page.sec_9 .sec_9_content .bottoms {
  display: grid;
  grid-template-columns: 5% 70%;
  gap: 2.5%;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (max-width: 992px) {
  .home_page.sec_9 .sec_9_content .bottoms {
    grid-template-columns: 6% 80%;
  }
}
@media (max-width: 576px) {
  .home_page.sec_9 .sec_9_content .bottoms {
    grid-template-columns: 100%;
  }
}
.home_page.sec_9 .sec_9_content .bottoms::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #231F20;
  z-index: 2;
  top: 0;
  left: -92.5%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .home_page.sec_9 .sec_9_content .bottoms::after {
    left: -91.7%;
  }
}
@media (max-width: 576px) {
  .home_page.sec_9 .sec_9_content .bottoms::after {
    content: none;
  }
}
.home_page.sec_9 .sec_9_content .bottoms .lefts {
  position: relative;
  z-index: 3;
}
@media (max-width: 576px) {
  .home_page.sec_9 .sec_9_content .bottoms .lefts {
    display: none;
  }
}
.home_page.sec_9 .sec_9_content .bottoms .gallery {
  position: relative;
  z-index: 1;
}
.home_page.sec_9 .sec_9_content .bottoms .gallery .slick-track {
  display: flex;
}
.home_page.sec_9 .sec_9_content .bottoms .gallery .slick-list {
  overflow: visible;
  margin: 0 -7.5px;
}
@media (max-width: 1920px) {
  .home_page.sec_9 .sec_9_content .bottoms .gallery .slick-list {
    margin: 0 -6.25px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_9 .sec_9_content .bottoms .gallery .slick-list {
    margin: 0 -5px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_9 .sec_9_content .bottoms .gallery .slick-list {
    margin: 0 -6.25px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_9 .sec_9_content .bottoms .gallery .slick-list {
    margin: 0 -5px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_9 .sec_9_content .bottoms .gallery .slick-list {
    margin: 0 -6px;
  }
}
@media (max-width: 380px) {
  .home_page.sec_9 .sec_9_content .bottoms .gallery .slick-list {
    margin: 0 -6.5px;
  }
}
.home_page.sec_9 .sec_9_content .bottoms .gallery .image {
  line-height: 0;
  margin: 0 7.5px;
  border-radius: 5px;
  height: fit-content;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .home_page.sec_9 .sec_9_content .bottoms .gallery .image {
    margin: 0 6.25px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_9 .sec_9_content .bottoms .gallery .image {
    margin: 0 5px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_9 .sec_9_content .bottoms .gallery .image {
    margin: 0 6.25px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_9 .sec_9_content .bottoms .gallery .image {
    margin: 0 5px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_9 .sec_9_content .bottoms .gallery .image {
    margin: 0 6px;
  }
}
@media (max-width: 380px) {
  .home_page.sec_9 .sec_9_content .bottoms .gallery .image {
    margin: 0 6.5px;
  }
}
.home_page.sec_9 .sec_9_content .bottoms .gallery .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.home_page.sec_testimonial {
  overflow: hidden;
}
.home_page.sec_testimonial .sec_testimonial_content .tops p, .home_page.sec_testimonial .sec_testimonial_content .tops h2 {
  text-align: center;
}
.home_page.sec_testimonial .sec_testimonial_content .tops h2 {
  margin-bottom: 0 !important;
}
.home_page.sec_testimonial .sec_testimonial_content .bottoms {
  display: grid;
  grid-template-columns: 5% 70%;
  gap: 2.5%;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (max-width: 992px) {
  .home_page.sec_testimonial .sec_testimonial_content .bottoms {
    grid-template-columns: 6% 80%;
  }
}
@media (max-width: 576px) {
  .home_page.sec_testimonial .sec_testimonial_content .bottoms {
    grid-template-columns: 100%;
  }
}
.home_page.sec_testimonial .sec_testimonial_content .bottoms::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 2;
  top: 0;
  left: -92.5%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .home_page.sec_testimonial .sec_testimonial_content .bottoms::after {
    left: -91.7%;
  }
}
@media (max-width: 576px) {
  .home_page.sec_testimonial .sec_testimonial_content .bottoms::after {
    content: none;
  }
}
.home_page.sec_testimonial .sec_testimonial_content .bottoms .lefts {
  position: relative;
  z-index: 3;
}
@media (max-width: 576px) {
  .home_page.sec_testimonial .sec_testimonial_content .bottoms .lefts {
    display: none;
  }
}
.home_page.sec_testimonial .sec_testimonial_content .bottoms .slider {
  position: relative;
  z-index: 1;
}
.home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .slick-track {
  display: flex;
}
.home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .slick-list {
  overflow: visible;
  margin: 0 -7.5px;
}
@media (max-width: 1920px) {
  .home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .slick-list {
    margin: 0 -6.25px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .slick-list {
    margin: 0 -5px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .slick-list {
    margin: 0 -6.25px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .slick-list {
    margin: 0 -5px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .slick-list {
    margin: 0 -6px;
  }
}
@media (max-width: 380px) {
  .home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .slick-list {
    margin: 0 -6.5px;
  }
}
.home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .child {
  border-radius: 5px;
  background: #e9e9e9;
  display: flex;
  flex-direction: column;
  margin: 0 7.5px;
  height: inherit;
}
@media (max-width: 1920px) {
  .home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .child {
    margin: 0 6.25px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .child {
    margin: 0 5px;
  }
}
@media (max-width: 992px) {
  .home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .child {
    margin: 0 6.25px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .child {
    margin: 0 5px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .child {
    margin: 0 6px;
  }
}
@media (max-width: 380px) {
  .home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .child {
    margin: 0 6.5px;
  }
}
.home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .child .child_content {
  padding: 40px;
}
.home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .child .child_content .rating {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 12px;
}
@media (max-width: 1920px) {
  .home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .child .child_content .rating svg {
    height: 15px;
    width: 15px;
  }
}
@media (max-width: 1410px) {
  .home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .child .child_content .rating svg {
    height: 14px;
    width: 14px;
  }
}
@media (max-width: 768px) {
  .home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .child .child_content .rating svg {
    height: 13px;
    width: 13px;
  }
}
@media (max-width: 470px) {
  .home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .child .child_content .rating svg {
    height: 12px;
    width: 12px;
  }
}
.home_page.sec_testimonial .sec_testimonial_content .bottoms .slider .child .child_content .copy_content {
  padding-top: 8px;
}

.footer {
  background: #231F20;
  transition: all 0.2s ease 0.01s;
  position: relative;
  z-index: 5;
}
.footer .footer-wrap {
  padding-left: 3.5% !important;
  padding-right: 3.5% !important;
}
@media (max-width: 1920px) {
  .footer .footer-wrap {
    padding-left: 1% !important;
    padding-right: 1% !important;
  }
}
@media (max-width: 1410px) {
  .footer .footer-wrap {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
}
.footer .footer_content {
  transition: all 0.2s ease 0.01s;
  padding-top: 30px;
  padding-top: 80px;
  padding-bottom: 45px;
}
@media (max-width: 1920px) {
  .footer .footer_content {
    padding-bottom: 40px;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content {
    padding-top: 75px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content {
    padding-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .footer .footer_content {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .footer .footer_content {
    padding-top: 75px;
    padding-bottom: 0px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content {
    padding-top: 70px;
  }
}
@media (max-width: 380px) {
  .footer .footer_content {
    padding-top: 65px;
  }
}
.footer .footer_content h3, .footer .footer_content p, .footer .footer_content a {
  color: white;
}
.footer .footer_content .tops .m_block {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 12rem;
  align-items: flex-start;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .footer .footer_content .tops .m_block {
    gap: 10rem;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .m_block {
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .tops .m_block {
    gap: 2rem;
    grid-template-columns: 1.5fr 1fr;
  }
}
@media (max-width: 1160px) {
  .footer .footer_content .tops .m_block {
    gap: 2rem;
    grid-template-columns: 1.3fr 1fr;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops .m_block {
    gap: 0rem;
    grid-template-columns: 1fr;
  }
}
.footer .footer_content .tops .t_tops .lefts,
.footer .footer_content .tops .t_tops .rights .inline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 992px) {
  .footer .footer_content .tops .t_tops .lefts,
  .footer .footer_content .tops .t_tops .rights .inline {
    justify-content: center !important;
  }
}
.footer .footer_content .tops .t_tops .lefts img,
.footer .footer_content .tops .t_tops .rights .inline img {
  transition: all 0.2s ease-in-out 0.01s;
}
.footer .footer_content .tops .t_tops .lefts {
  gap: 8rem;
}
@media (max-width: 1920px) {
  .footer .footer_content .tops .t_tops .lefts {
    gap: 7rem;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .t_tops .lefts {
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .tops .t_tops .lefts {
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops .t_tops .lefts {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .footer .footer_content .tops .t_tops .lefts {
    gap: 3rem;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .t_tops .lefts {
    gap: 2rem;
  }
}
@media (max-width: 320px) {
  .footer .footer_content .tops .t_tops .lefts {
    flex-direction: column;
  }
}
.footer .footer_content .tops .t_tops .lefts img, .footer .footer_content .tops .t_tops .lefts svg {
  height: 85px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 1920px) {
  .footer .footer_content .tops .t_tops .lefts img, .footer .footer_content .tops .t_tops .lefts svg {
    height: 75px;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .t_tops .lefts img, .footer .footer_content .tops .t_tops .lefts svg {
    height: 64px;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .tops .t_tops .lefts img, .footer .footer_content .tops .t_tops .lefts svg {
    height: 60px;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops .t_tops .lefts img, .footer .footer_content .tops .t_tops .lefts svg {
    height: 58px;
  }
}
@media (max-width: 768px) {
  .footer .footer_content .tops .t_tops .lefts img, .footer .footer_content .tops .t_tops .lefts svg {
    height: 54px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .t_tops .lefts img, .footer .footer_content .tops .t_tops .lefts svg {
    height: 50px;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops .t_tops .lefts img, .footer .footer_content .tops .t_tops .lefts svg {
    height: 45px;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops .t_tops .rights {
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .footer .footer_content .tops .t_tops .rights {
    margin-top: 3.5rem;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .t_tops .rights {
    margin-top: 3rem;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops .t_tops .rights p {
    text-align: center;
    color: #F0672B !important;
  }
}
.footer .footer_content .tops .t_tops .rights .inline {
  gap: 5rem;
  justify-content: flex-start;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .t_tops .rights .inline {
    gap: 4rem;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops .t_tops .rights .inline {
    gap: 4rem;
    padding-top: 5px;
  }
}
.footer .footer_content .tops .t_tops .rights .inline .image {
  display: flex;
}
.footer .footer_content .tops .t_tops .rights .inline .image:nth-child(1) svg, .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(1) img {
  height: auto;
  width: 120px;
}
@media (max-width: 1920px) {
  .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(1) svg, .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(1) img {
    width: 105px;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(1) svg, .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(1) img {
    width: 95px;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(1) svg, .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(1) img {
    width: 85px;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(1) svg, .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(1) img {
    width: 80px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(1) svg, .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(1) img {
    width: 75px;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(1) svg, .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(1) img {
    max-width: 70px;
    width: 100%;
  }
}
.footer .footer_content .tops .t_tops .rights .inline .image:nth-child(2) svg, .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(2) img {
  height: auto;
  width: 95px;
}
@media (max-width: 1920px) {
  .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(2) svg, .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(2) img {
    width: 80px;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(2) svg, .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(2) img {
    width: 75px;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(2) svg, .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(2) img {
    width: 70px;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(2) svg, .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(2) img {
    width: 80px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(2) svg, .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(2) img {
    width: 75px;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(2) svg, .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(2) img {
    max-width: 70px;
    width: 100%;
  }
}
.footer .footer_content .tops .t_tops .rights .inline .image:nth-child(3) svg, .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(3) img {
  height: auto;
  width: 180px;
}
@media (max-width: 1920px) {
  .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(3) svg, .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(3) img {
    width: 165px;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(3) svg, .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(3) img {
    width: 140px;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(3) svg, .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(3) img {
    width: 130px;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(3) svg, .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(3) img {
    width: 80px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(3) svg, .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(3) img {
    width: 75px;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(3) svg, .footer .footer_content .tops .t_tops .rights .inline .image:nth-child(3) img {
    max-width: 70px;
    width: 100%;
  }
}
.footer .footer_content .tops .t_bots {
  margin-top: 7rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .footer .footer_content .tops .t_bots {
    margin-top: 6.5rem;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .t_bots {
    margin-top: 6rem;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .tops .t_bots {
    margin-top: 5.5rem;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops .t_bots {
    margin-top: 7.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .footer .footer_content .tops .t_bots {
    margin-top: 7rem;
    max-width: 550px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .t_bots {
    margin-top: 6.5rem;
  }
}
@media (max-width: 320px) {
  .footer .footer_content .tops .t_bots {
    margin-top: 6rem;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops .t_bots .lefts {
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 768px) {
  .footer .footer_content .tops .t_bots .lefts {
    margin-bottom: 7rem;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .t_bots .lefts {
    margin-bottom: 6.5rem;
  }
}
@media (max-width: 320px) {
  .footer .footer_content .tops .t_bots .lefts {
    margin-bottom: 6rem;
  }
}
.footer .footer_content .tops .t_bots .lefts .menus {
  display: flex;
  justify-content: flex-start;
  gap: 9rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .t_bots .lefts .menus {
    gap: 8rem;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .tops .t_bots .lefts .menus {
    gap: 6.5rem;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops .t_bots .lefts .menus {
    gap: 6.5rem;
    justify-content: center;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .footer .footer_content .tops .t_bots .lefts .menus {
    gap: 5rem;
  }
}
@media (max-width: 620px) {
  .footer .footer_content .tops .t_bots .lefts .menus {
    gap: 2.5rem;
  }
}
@media (max-width: 435px) {
  .footer .footer_content .tops .t_bots .lefts .menus {
    gap: 3rem 2.5rem;
    display: grid;
    grid-template-columns: auto auto;
    max-width: 280px;
    margin: 0 auto;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops .t_bots .lefts .menus {
    gap: 2.5rem 2rem;
  }
}
.footer .footer_content .tops .t_bots .lefts .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer_content .tops .t_bots .lefts .menu ul li {
  font-size: unset !important;
  line-height: unset !important;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .footer .footer_content .tops .t_bots .lefts .menu ul li {
    margin-bottom: 6px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .t_bots .lefts .menu ul li {
    margin-bottom: 5px;
  }
}
.footer .footer_content .tops .t_bots .lefts .menu ul li:last-of-type {
  margin-bottom: 0;
}
.footer .footer_content .tops .t_bots .lefts .menu ul li.current-menu-item a {
  text-decoration: underline;
}
.footer .footer_content .tops .t_bots .lefts .menu ul li a {
  font-size: 18px !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px !important;
}
@media (max-width: 1920px) {
  .footer .footer_content .tops .t_bots .lefts .menu ul li a {
    font-size: 16.5px !important;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .t_bots .lefts .menu ul li a {
    font-size: 14.5px !important;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .tops .t_bots .lefts .menu ul li a {
    font-size: 14px !important;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops .t_bots .lefts .menu ul li a {
    font-size: 13.5px !important;
  }
}
@media (max-width: 768px) {
  .footer .footer_content .tops .t_bots .lefts .menu ul li a {
    font-size: 13px !important;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .t_bots .lefts .menu ul li a {
    font-size: 13.5px !important;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops .t_bots .lefts .menu ul li a {
    font-size: 13px !important;
  }
}
.footer .footer_content .tops .t_bots .lefts .social_menu {
  margin-top: 5rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .t_bots .lefts .social_menu {
    margin-top: 4rem;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops .t_bots .lefts .social_menu {
    margin-top: 3.5rem;
  }
}
@media (max-width: 768px) {
  .footer .footer_content .tops .t_bots .lefts .social_menu {
    margin-top: 3rem;
  }
}
@media (max-width: 435px) {
  .footer .footer_content .tops .t_bots .lefts .social_menu {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops .t_bots .lefts .social_menu {
    margin-top: 2.5rem;
  }
}
.footer .footer_content .tops .t_bots .lefts .social_menu .menu .inline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3rem;
  padding-top: 4px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .footer .footer_content .tops .t_bots .lefts .social_menu .menu .inline {
    gap: 2.8rem;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .t_bots .lefts .social_menu .menu .inline {
    gap: 2.6rem;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .t_bots .lefts .social_menu .menu .inline {
    gap: 2.4rem;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops .t_bots .lefts .social_menu .menu .inline {
    gap: 2.2rem;
  }
}
.footer .footer_content .tops .t_bots .lefts .social_menu .menu .inline a {
  display: flex;
}
.footer .footer_content .tops .t_bots .lefts .social_menu .menu .inline a svg {
  height: 20px;
  width: auto;
}
@media (max-width: 1920px) {
  .footer .footer_content .tops .t_bots .lefts .social_menu .menu .inline a svg {
    height: 18px;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .t_bots .lefts .social_menu .menu .inline a svg {
    height: 16px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .t_bots .lefts .social_menu .menu .inline a svg {
    height: 15px;
  }
}
@media (max-width: 768px) {
  .footer .footer_content .tops .t_bots .rights {
    max-width: 490px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .footer .footer_content .tops .t_bots .rights {
    max-width: 450px;
  }
}
@media (max-width: 435px) {
  .footer .footer_content .tops .t_bots .rights {
    max-width: 350px;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops .t_bots .rights {
    max-width: 330px;
  }
}
@media (max-width: 320px) {
  .footer .footer_content .tops .t_bots .rights {
    max-width: 300px;
  }
}
.footer .footer_content .tops .t_bots .rights h3 {
  font-weight: 600 !important;
}
.footer .footer_content .tops .t_bots .rights .form {
  margin-top: 3.5rem;
}
@media (max-width: 992px) {
  .footer .footer_content .tops .t_bots .rights .form {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .footer .footer_content .tops .t_bots .rights .form {
    margin-top: 2.5rem;
  }
}
.footer hr {
  background: #918f8f;
  height: 1px;
  border: none;
  box-shadow: none;
  outline: none;
  margin-top: 7rem;
  margin-bottom: 0;
}
@media (max-width: 470px) {
  .footer hr {
    margin-top: 6.5rem;
  }
}
@media (max-width: 380px) {
  .footer hr {
    margin-top: 6rem;
  }
}
.footer .f_inn_p {
  padding: 0 50px;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 1410px) {
  .footer .f_inn_p {
    padding: 0 20px;
  }
}
@media (max-width: 1280px) {
  .footer .f_inn_p {
    padding: 0 13px;
  }
}
@media (max-width: 992px) {
  .footer .f_inn_p {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .footer .f_inn_p {
    padding: 0 15px;
    padding: 0 25px;
  }
}
@media (max-width: 620px) {
  .footer .f_inn_p {
    padding: 0 20px;
  }
}
@media (max-width: 470px) {
  .footer .f_inn_p {
    padding: 0 12px;
  }
}
@media (max-width: 380px) {
  .footer .f_inn_p {
    padding: 0 10px;
  }
}
.footer .f_inn_p.bot {
  padding-top: 28px;
  padding-bottom: 28px;
}
@media (max-width: 720px) {
  .footer .f_inn_p.bot {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.footer .f_inn_p.bot .footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 720px) {
  .footer .f_inn_p.bot .footer-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1.2rem;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (max-width: 380px) {
  .footer .f_inn_p.bot .footer-wrap {
    gap: 1.45rem;
  }
}
@media (max-width: 320px) {
  .footer .f_inn_p.bot .footer-wrap {
    gap: 1.8rem;
  }
}
.footer .f_inn_p.bot .footer-wrap .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.45rem 3rem;
}
.footer .f_inn_p.bot .footer-wrap .menu ul li {
  margin: 0;
}
.footer .f_inn_p.bot .footer-wrap .menu ul li.current-menu-item a {
  text-decoration: underline;
}
.footer .f_inn_p.bot .footer-wrap a, .footer .f_inn_p.bot .footer-wrap p {
  color: white;
  font-size: 13px;
  font-weight: 800 !important;
  text-transform: capitalize;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 0.7px !important;
  letter-spacing: 1px;
}
@media (max-width: 1920px) {
  .footer .f_inn_p.bot .footer-wrap a, .footer .f_inn_p.bot .footer-wrap p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .footer .f_inn_p.bot .footer-wrap a, .footer .f_inn_p.bot .footer-wrap p {
    font-size: 11.5px;
  }
}
@media (max-width: 768px) {
  .footer .f_inn_p.bot .footer-wrap a, .footer .f_inn_p.bot .footer-wrap p {
    font-size: 11px;
    letter-spacing: 1.2px;
    font-weight: 600 !important;
  }
}
@media (max-width: 470px) {
  .footer .f_inn_p.bot .footer-wrap a, .footer .f_inn_p.bot .footer-wrap p {
    font-size: 10.5px;
  }
}

.top-padd-header {
  padding-top: 250px !important;
  padding-bottom: 90px !important;
}
.top-padd-header.bot-padd-header {
  padding-bottom: 80px !important;
}
@media (max-width: 1920px) {
  .top-padd-header {
    padding-top: 205px !important;
    padding-bottom: 75px !important;
  }
  .top-padd-header.bot-padd-header {
    padding-bottom: 75px !important;
  }
}
@media (max-width: 1410px) {
  .top-padd-header {
    padding-top: 180px !important;
    padding-bottom: 55px !important;
  }
  .top-padd-header.bot-padd-header {
    padding-bottom: 55px !important;
  }
}
@media (max-width: 1280px) {
  .top-padd-header {
    padding-top: 160px !important;
    padding-bottom: 50px !important;
  }
  .top-padd-header.bot-padd-header {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 992px) {
  .top-padd-header {
    padding-top: 150px !important;
    padding-bottom: 40px !important;
  }
  .top-padd-header.bot-padd-header {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 768px) {
  .top-padd-header {
    padding-top: 135px !important;
    padding-bottom: 35px !important;
  }
  .top-padd-header.bot-padd-header {
    padding-bottom: 35px !important;
  }
}
@media (max-width: 470px) {
  .top-padd-header {
    padding-top: 120px !important;
    padding-bottom: 30px !important;
  }
  .top-padd-header.last_section {
    padding-bottom: 30px !important;
  }
  .top-padd-header.bot-padd-header {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 380px) {
  .top-padd-header {
    padding-top: 110px !important;
    padding-bottom: 25px !important;
  }
  .top-padd-header.last_section {
    padding-bottom: 25px !important;
  }
  .top-padd-header.bot-padd-header {
    padding-bottom: 25px !important;
  }
}
.top-padd-header.grey {
  background: #e9e9e9;
}
.top-padd-header.black {
  background: #231F20;
}

.patio_doors_pg.sec_1 {
  background: #e9e9e9;
}
.patio_doors_pg.sec_1 .sec_1_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_1 .sec_1_content {
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_1 .sec_1_content {
    gap: 3.5rem;
  }
}
@media (max-width: 768px) {
  .patio_doors_pg.sec_1 .sec_1_content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-right: 20%;
  }
}
@media (max-width: 470px) {
  .patio_doors_pg.sec_1 .sec_1_content {
    gap: 1rem;
    padding-right: 6%;
  }
}
@media (max-width: 380px) {
  .patio_doors_pg.sec_1 .sec_1_content {
    padding-right: 0%;
  }
}
.patio_doors_pg.sec_1 .sec_1_content .lefts h1 {
  font-weight: 800 !important;
  margin: 0 !important;
}
.patio_doors_pg.sec_1 .sec_1_content .lefts h1 span {
  display: block;
  font-weight: 300 !important;
}
.patio_doors_pg.sec_1 .sec_1_content .rights {
  padding-right: 30%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_1 .sec_1_content .rights {
    padding-right: 20%;
  }
}
@media (max-width: 1410px) {
  .patio_doors_pg.sec_1 .sec_1_content .rights {
    padding-right: 15%;
  }
}
@media (max-width: 1280px) {
  .patio_doors_pg.sec_1 .sec_1_content .rights {
    padding-right: 10%;
  }
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_1 .sec_1_content .rights {
    padding-right: 0%;
  }
}
.patio_doors_pg.sec_1 .sec_1_content .rights .images {
  padding-top: 23px;
  display: flex;
  align-items: center;
  gap: 1.5rem 3.5rem;
  flex-wrap: wrap;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_1 .sec_1_content .rights .images {
    padding-top: 24px;
    gap: 1.5rem 2.5rem;
  }
}
@media (max-width: 1410px) {
  .patio_doors_pg.sec_1 .sec_1_content .rights .images {
    padding-top: 22px;
    gap: 1.5rem 2rem;
  }
}
@media (max-width: 1280px) {
  .patio_doors_pg.sec_1 .sec_1_content .rights .images {
    padding-top: 21px;
    gap: 1.5rem 1rem;
  }
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_1 .sec_1_content .rights .images {
    padding-top: 19px;
    gap: 2rem 0.2rem;
  }
}
@media (max-width: 470px) {
  .patio_doors_pg.sec_1 .sec_1_content .rights .images {
    padding-top: 16px;
    gap: 2rem 0rem;
  }
}
.patio_doors_pg.sec_1 .sec_1_content .rights .images .image {
  width: fit-content;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_1 .sec_1_content .rights .images img {
    width: 90%;
  }
}
@media (max-width: 1410px) {
  .patio_doors_pg.sec_1 .sec_1_content .rights .images img {
    width: 85%;
  }
}
@media (max-width: 1280px) {
  .patio_doors_pg.sec_1 .sec_1_content .rights .images img {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_1 .sec_1_content .rights .images img {
    width: 70%;
  }
}
@media (max-width: 470px) {
  .patio_doors_pg.sec_1 .sec_1_content .rights .images img {
    width: 75%;
  }
}
@media (max-width: 380px) {
  .patio_doors_pg.sec_1 .sec_1_content .rights .images img {
    width: 70%;
  }
}
.patio_doors_pg.sec_2 {
  padding-top: 75px !important;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_2 {
    padding-top: 65px !important;
  }
}
@media (max-width: 1600px) {
  .patio_doors_pg.sec_2 {
    padding-top: 45px !important;
  }
}
@media (max-width: 1410px) {
  .patio_doors_pg.sec_2 {
    padding-top: 35px !important;
  }
}
@media (max-width: 1280px) {
  .patio_doors_pg.sec_2 {
    padding-top: 30px !important;
  }
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_2 {
    padding-top: 25px !important;
  }
}
@media (max-width: 768px) {
  .patio_doors_pg.sec_2 {
    padding-top: 20px !important;
  }
}
@media (max-width: 470px) {
  .patio_doors_pg.sec_2 {
    padding-top: 14px !important;
  }
}
.patio_doors_pg.sec_2 .sec_2_content {
  display: grid;
  grid-template-columns: 56% 44%;
  grid-template-columns: 53% 47%;
  align-items: center;
  padding: 0 7%;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_2 .sec_2_content {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 1600px) {
  .patio_doors_pg.sec_2 .sec_2_content {
    padding: 0 4%;
  }
}
@media (max-width: 1410px) {
  .patio_doors_pg.sec_2 .sec_2_content {
    padding: 0 2%;
    grid-template-columns: 55% 45%;
  }
}
@media (max-width: 1280px) {
  .patio_doors_pg.sec_2 .sec_2_content {
    padding: 0%;
    grid-template-columns: 57% 43%;
  }
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_2 .sec_2_content {
    grid-template-columns: 100%;
    max-width: 700px !important;
  }
}
.patio_doors_pg.sec_2 .sec_2_content .lefts {
  display: grid;
  grid-template-columns: auto 90%;
  grid-template-columns: auto 90%;
  gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 1410px) {
  .patio_doors_pg.sec_2 .sec_2_content .lefts {
    gap: 2rem;
  }
}
@media (max-width: 1280px) {
  .patio_doors_pg.sec_2 .sec_2_content .lefts {
    gap: 1.5rem;
  }
}
@media (max-width: 576px) {
  .patio_doors_pg.sec_2 .sec_2_content .lefts {
    grid-template-columns: 100%;
  }
  .patio_doors_pg.sec_2 .sec_2_content .lefts .l_lefts {
    display: none;
  }
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .slider_dots {
  margin-top: 10px;
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .slider_dots * {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and older */
  user-select: none;
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .slider_dots ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .slider_dots ul li {
  margin: 0;
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .slider_dots ul li button {
  background: transparent;
  box-shadow: none;
  outline: none;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
}
@media (max-width: 1280px) {
  .patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .slider_dots ul li button {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 768px) {
  .patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .slider_dots ul li button {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 470px) {
  .patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .slider_dots ul li button {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 380px) {
  .patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .slider_dots ul li button {
    width: 30px;
    height: 30px;
  }
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .slider_dots ul li button::after {
  position: absolute;
  content: "";
  z-index: 2;
  background: #231F20;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .slider_dots ul li button img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .slider_dots ul li.slick-active button {
  border-color: #231F20;
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .slider_dots ul li.slick-active button::after {
  content: none;
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .gallery * {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and older */
  user-select: none;
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .gallery .image a {
  width: fit-content;
  display: block;
  width: 100%;
  height: 100%;
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .gallery .image a img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .gallery .image,
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .gallery .videos {
  cursor: default;
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .gallery .image img,
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .gallery .image video,
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .gallery .image model-viewer,
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .gallery .videos img,
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .gallery .videos video,
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .gallery .videos model-viewer {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  height: auto;
  display: block;
  cursor: default;
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .gallery .image::after,
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .gallery .videos::after {
  content: none;
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .gallery video {
  pointer-events: none;
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .gallery video::-webkit-media-controls {
  display: none !important;
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .gallery video::-webkit-media-controls-panel {
  display: none !important;
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .gallery video::-webkit-media-controls-play-button {
  display: none !important;
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .gallery video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .gallery video::-moz-media-controls {
  display: none !important;
}
.patio_doors_pg.sec_2 .sec_2_content .lefts .l_rights .gallery video::-ms-media-controls {
  display: none !important;
}
.patio_doors_pg.sec_2 .sec_2_content .rights {
  padding-left: 9%;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_2 .sec_2_content .rights {
    padding-left: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_2 .sec_2_content .rights {
    padding-left: 10%;
    padding-top: 3.5rem;
    display: block;
  }
}
@media (max-width: 576px) {
  .patio_doors_pg.sec_2 .sec_2_content .rights {
    padding-left: 0;
    padding-top: 3rem;
  }
}
@media (max-width: 470px) {
  .patio_doors_pg.sec_2 .sec_2_content .rights {
    padding-top: 2.5rem;
  }
}
@media (max-width: 380px) {
  .patio_doors_pg.sec_2 .sec_2_content .rights {
    padding-top: 2.25rem;
  }
}
.patio_doors_pg.sec_2 .sec_2_content .rights .rights_content {
  max-width: 500px;
  padding: 0 5%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_2 .sec_2_content .rights .rights_content {
    padding: 0;
  }
}
.patio_doors_pg.sec_2 .sec_2_content .rights .rights_content .copy_content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_2 .sec_2_content .rights .rights_content .copy_content {
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .patio_doors_pg.sec_2 .sec_2_content .rights .rights_content .copy_content {
    padding-top: 10px;
  }
}
@media (max-width: 470px) {
  .patio_doors_pg.sec_2 .sec_2_content .rights .rights_content .copy_content {
    padding-top: 7.5px;
  }
}
.patio_doors_pg.sec_2 .sec_2_content .rights .rights_content .copy_content * {
  font-weight: 800 !important;
  font-size: 1;
}
.patio_doors_pg.sec_2 .sec_2_content .rights .rights_content .copy_content ul {
  padding: 0;
  padding-left: 17px;
  margin: 0;
}
.patio_doors_pg.sec_2 .sec_2_content .rights .rights_content .copy_content ul li {
  margin-bottom: 0.7em;
  line-height: 1.2em;
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_2 .sec_2_content .rights .rights_content .copy_content ul li {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 768px) {
  .patio_doors_pg.sec_2 .sec_2_content .rights .rights_content .copy_content ul li {
    margin-bottom: 0.25em;
  }
}
.patio_doors_pg.sec_2 .sec_2_content .rights .rights_content .copy_content ul li:last-of-type {
  margin-bottom: 0;
}
.patio_doors_pg.sec_2 .sec_2_content .rights .rights_content .copy_content ul li::marker {
  color: #F0672B;
}
.patio_doors_pg.sec_2 .sec_2_content .rights .rights_content .c_button {
  margin-top: 25px;
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_2 .sec_2_content .rights .rights_content .c_button {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .patio_doors_pg.sec_2 .sec_2_content .rights .rights_content .c_button {
    margin-top: 17px;
  }
}
.patio_doors_pg.sec_2 .sec_2_botttom {
  margin-top: 65px;
  padding: 0 5%;
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_2 .sec_2_botttom {
    max-width: 700px !important;
    padding: 0;
    margin-top: 55px;
  }
}
@media (max-width: 768px) {
  .patio_doors_pg.sec_2 .sec_2_botttom {
    margin-top: 50px;
  }
}
@media (max-width: 470px) {
  .patio_doors_pg.sec_2 .sec_2_botttom {
    margin-top: 45px;
  }
}
@media (max-width: 380px) {
  .patio_doors_pg.sec_2 .sec_2_botttom {
    margin-top: 40px;
  }
}
.patio_doors_pg.sec_2 .sec_2_botttom h2 {
  margin-bottom: 0 !important;
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_2 .sec_2_botttom h2 {
    text-align: center;
  }
}
.patio_doors_pg.sec_2 .sec_2_botttom h2 span:not(.sub_heading) {
  background: #6acdfb;
  border: 5px solid transparent;
  border-radius: 5px;
}
.patio_doors_pg.sec_3 .sec_3_content .tops p, .patio_doors_pg.sec_3 .sec_3_content .tops h2 {
  text-align: center;
}
.patio_doors_pg.sec_3 .sec_3_content .tops h2 {
  margin-bottom: 0 !important;
}
.patio_doors_pg.sec_3 .sec_3_content .bottoms .images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  transition: all 0.2s ease-in-out 0.01s;
  padding: 0 7.5%;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_3 .sec_3_content .bottoms .images {
    gap: 2.5rem;
  }
}
@media (max-width: 1600px) {
  .patio_doors_pg.sec_3 .sec_3_content .bottoms .images {
    padding: 0 4%;
  }
}
@media (max-width: 1410px) {
  .patio_doors_pg.sec_3 .sec_3_content .bottoms .images {
    padding: 0 2%;
    gap: 2rem;
  }
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_3 .sec_3_content .bottoms .images {
    padding: 0%;
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .patio_doors_pg.sec_3 .sec_3_content .bottoms .images {
    gap: 1.25rem;
  }
}
@media (max-width: 470px) {
  .patio_doors_pg.sec_3 .sec_3_content .bottoms .images {
    gap: 1rem;
  }
}
@media (max-width: 380px) {
  .patio_doors_pg.sec_3 .sec_3_content .bottoms .images {
    grid-template-columns: 1fr;
  }
}
.patio_doors_pg.sec_3 .sec_3_content .bottoms .images .image {
  line-height: 0;
  border: 1px solid #bcbcbc;
  padding: 65px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out 0.01s;
}
.patio_doors_pg.sec_3 .sec_3_content .bottoms .images .image.grid_two_col {
  grid-column: span 2;
}
@media (max-width: 380px) {
  .patio_doors_pg.sec_3 .sec_3_content .bottoms .images .image.grid_two_col {
    grid-column: span 1;
  }
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_3 .sec_3_content .bottoms .images .image {
    padding: 45px;
  }
}
@media (max-width: 1410px) {
  .patio_doors_pg.sec_3 .sec_3_content .bottoms .images .image {
    padding: 37.5px;
  }
}
@media (max-width: 1280px) {
  .patio_doors_pg.sec_3 .sec_3_content .bottoms .images .image {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_3 .sec_3_content .bottoms .images .image {
    padding: 25px;
  }
}
@media (max-width: 768px) {
  .patio_doors_pg.sec_3 .sec_3_content .bottoms .images .image {
    padding: 15px;
  }
}
@media (max-width: 470px) {
  .patio_doors_pg.sec_3 .sec_3_content .bottoms .images .image {
    padding: 10px;
  }
}
.patio_doors_pg.sec_3 .sec_3_content .bottoms .images .image img {
  max-height: 260px;
  height: 100%;
  width: auto;
  object-fit: contain;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_3 .sec_3_content .bottoms .images .image img {
    max-height: 230px;
  }
}
.patio_doors_pg.sec_4 .sec_4_content .tops p, .patio_doors_pg.sec_4 .sec_4_content .tops h2 {
  text-align: center;
}
.patio_doors_pg.sec_4 .sec_4_content .tops h2 {
  margin-bottom: 0 !important;
}
.patio_doors_pg.sec_4 .sec_4_content .bottoms_below {
  margin-top: 50px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms_below {
    margin-top: 45px;
  }
}
.patio_doors_pg.sec_4 .sec_4_content .bottoms_below .copy_content p {
  text-align: center;
  font-weight: 600 !important;
}
.patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1.7fr;
  gap: 3rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks {
    gap: 2.5rem;
  }
}
@media (max-width: 1600px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks {
    gap: 2rem;
  }
}
@media (max-width: 1410px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks {
    gap: 1.5rem;
  }
}
@media (max-width: 1280px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks {
    gap: 1rem;
  }
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks {
    gap: 6rem 3rem;
    grid-template-columns: 1fr 1fr;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks > .block {
    flex: 0 0 calc(50% - 1.5rem);
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks {
    gap: 4rem 2rem;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks > .block {
    flex: 0 0 calc(50% - 1rem);
  }
}
@media (max-width: 576px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks {
    gap: 3.5rem 1rem;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks > .block {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
@media (max-width: 470px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.5rem 1rem;
    max-width: 400px;
    margin: 0 auto;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks > .block {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
.patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block .b_tops {
  border-bottom: 1px solid #e9e9e9;
}
.patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block .b_tops h3 {
  color: #a7a5a6 !important;
  font-weight: 600 !important;
  text-align: center;
  margin-bottom: 0 !important;
  padding-bottom: 10px;
}
.patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table {
  width: 100%;
}
.patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody {
  display: grid;
  grid-template-rows: repeat(7, auto);
  grid-auto-flow: column;
  gap: 0 1.5rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody {
    gap: 0 1.25rem;
  }
}
@media (max-width: 1600px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody {
    gap: 0 1rem;
  }
}
@media (max-width: 1410px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody {
    gap: 0 0.75rem;
  }
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody {
    grid-template-rows: unset;
    grid-auto-flow: unset;
    grid-template-columns: 1fr;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody tr:nth-child(8) {
    display: none;
  }
}
.patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row {
  display: grid;
  grid-template-columns: 1fr 1.4fr 2.2fr;
  padding: 6px 30px;
  border-radius: 3px;
  gap: 2px 7px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row {
    padding: 5px 27.5px;
  }
}
@media (max-width: 1600px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row {
    padding: 5px 25px;
  }
}
@media (max-width: 1410px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row {
    padding: 5px 22.5px;
  }
}
@media (max-width: 1280px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row {
    padding: 5px 15px;
    grid-template-columns: 1fr 1fr;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row td:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row td:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row td:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row {
    grid-template-columns: 1fr 1.4fr 2.2fr;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row td:nth-child(1) {
    grid-column: unset;
    grid-row: unset;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row td:nth-child(2) {
    grid-column: unset;
    grid-row: unset;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row td:nth-child(3) {
    grid-column: unset;
    grid-row: unset;
  }
}
@media (max-width: 576px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row {
    padding: 5px 15px;
    grid-template-columns: 1fr 1fr;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row td:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row td:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row td:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (max-width: 470px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row {
    grid-template-columns: 1fr 1.4fr 2.2fr;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row td:nth-child(1) {
    grid-column: unset;
    grid-row: unset;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row td:nth-child(2) {
    grid-column: unset;
    grid-row: unset;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row td:nth-child(3) {
    grid-column: unset;
    grid-row: unset;
  }
}
@media (max-width: 380px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row {
    padding: 5px 15px;
    grid-template-columns: 1fr 1fr;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row td:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row td:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row td:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }
}
.patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row td {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row td p {
  font-size: 15px;
  line-height: 1.1em;
  line-height: 1.5em;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row td p {
    font-size: 14px;
  }
}
@media (max-width: 1600px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row td p {
    font-size: 13.5px;
  }
}
@media (max-width: 1410px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row td p {
    font-size: 12px;
  }
}
.patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row.thead {
  padding: 12px 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row.thead {
    padding: 11px 27.5px;
  }
}
@media (max-width: 1600px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row.thead {
    padding: 10.5px 25px;
  }
}
@media (max-width: 1410px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row.thead {
    padding: 10px 22.5px;
  }
}
@media (max-width: 1280px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row.thead {
    padding: 10px 15px;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row.thead td:nth-child(2) {
    display: none;
  }
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row.thead td:nth-child(2) {
    display: block;
  }
}
@media (max-width: 576px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row.thead {
    padding: 10px 15px;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row.thead td:nth-child(2) {
    display: none;
  }
}
@media (max-width: 470px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row.thead td:nth-child(2) {
    display: block;
  }
}
@media (max-width: 380px) {
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row.thead {
    padding: 10px 15px;
  }
  .patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row.thead td:nth-child(2) {
    display: none;
  }
}
.patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row.thead td p {
  font-weight: 800 !important;
}
.patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row.normal:nth-child(-n+7):nth-of-type(even) {
  background: #eaf5fb;
}
.patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row.normal:nth-child(n+8):nth-of-type(odd) {
  background: #eaf5fb;
}
.patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row.normal td:first-of-type p {
  font-weight: 800 !important;
}
.patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block table tbody .size_row.normal td:first-of-type p span {
  font-weight: 400 !important;
}
.patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block:nth-child(2n) table tbody .size_row.normal:nth-child(-n+7):nth-of-type(even) {
  background: #fdf0ea;
}
.patio_doors_pg.sec_4 .sec_4_content .bottoms .info_blocks .block:nth-child(2n) table tbody .size_row.normal:nth-child(n+8):nth-of-type(odd) {
  background: #fdf0ea;
}
.patio_doors_pg.sec_5 .sec_5_content {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 768px) {
  .patio_doors_pg.sec_5 .sec_5_content {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
}
.patio_doors_pg.sec_5 .sec_5_content .lefts {
  height: 100%;
}
.patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content {
  position: relative;
  height: 100%;
}
.patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .mediaa {
  position: relative;
  z-index: 1;
  height: 100%;
}
.patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .mediaa .videos,
.patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .mediaa .image {
  position: relative;
  z-index: 2;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .mediaa .videos img:not(.play_btn),
.patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .mediaa .videos video,
.patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .mediaa .image img:not(.play_btn),
.patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .mediaa .image video {
  aspect-ratio: 1.2/1;
}
@media (max-width: 768px) {
  .patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .mediaa .videos img:not(.play_btn),
  .patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .mediaa .videos video,
  .patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .mediaa .image img:not(.play_btn),
  .patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .mediaa .image video {
    aspect-ratio: 2/1;
  }
}
.patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .mediaa.has_content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: radial-gradient(circle at bottom left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%);
  z-index: 3;
}
.patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .absolute_content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 6% 8%;
  padding: 5% 6%;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .absolute_content {
    padding: 5.5%;
  }
}
@media (max-width: 1280px) {
  .patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .absolute_content {
    padding: 4%;
  }
}
@media (max-width: 470px) {
  .patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .absolute_content {
    padding: 15px;
  }
}
@media (max-width: 380px) {
  .patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .absolute_content {
    padding: 10px;
  }
}
@media (max-width: 320px) {
  .patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .absolute_content {
    padding: 7px;
  }
}
.patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .absolute_content h2, .patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .absolute_content p, .patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .absolute_content a {
  color: white;
}
.patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .absolute_content h2 {
  margin-bottom: 0 !important;
}
.patio_doors_pg.sec_5 .sec_5_content .lefts .lefts_content .absolute_content .copy_content {
  max-width: 600px;
  margin-top: -5px;
}
.patio_doors_pg.sec_5 .sec_5_content .rights {
  padding: 4% 20%;
  padding: 8% 20%;
  transition: all 0.2s ease-in-out 0.01s;
  padding-right: 10% !important;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights {
    padding: 8% 15%;
  }
}
@media (max-width: 1410px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights {
    padding: 8% 12.5%;
    padding-right: 9% !important;
  }
}
@media (max-width: 1280px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights {
    padding: 8% 10%;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights {
    padding: 8% 9%;
    padding-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights {
    padding: 0 !important;
    padding-top: 2.5rem !important;
  }
}
@media (max-width: 470px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights {
    padding-top: 2rem !important;
  }
}
@media (max-width: 380px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights {
    padding-top: 1.5rem !important;
  }
}
@media (max-width: 768px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .info_blocks {
    padding-right: 25%;
  }
}
@media (max-width: 650px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .info_blocks {
    padding-right: 15%;
  }
}
@media (max-width: 470px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .info_blocks {
    padding-right: 7.5%;
  }
}
@media (max-width: 380px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .info_blocks {
    padding-right: 0%;
  }
}
.patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
  padding-right: 150px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block {
    padding-right: 90px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1410px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block {
    padding-right: 80px;
    margin-bottom: 19px;
    padding-bottom: 19px;
  }
}
@media (max-width: 1280px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block {
    padding-right: 60px;
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block {
    padding-right: 10%;
    margin-bottom: 17px;
    padding-bottom: 17px;
  }
}
.patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .tops p {
  color: #5a5758 !important;
}
.patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content {
  padding-top: 10px;
}
.patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content img {
  display: block;
  object-fit: contain;
  aspect-ratio: 1/1;
  transition: all 0.2s ease-in-out 0.01s;
}
.patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content .copy_content {
  padding-top: 12px;
}
.patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content.style_multi_block .im_media .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content.style_multi_block .im_media .gallery img {
  height: 50px;
  width: auto;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content.style_multi_block .im_media .gallery img {
    height: 40px;
  }
}
@media (max-width: 1410px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content.style_multi_block .im_media .gallery img {
    height: 37.5px;
  }
}
@media (max-width: 1280px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content.style_multi_block .im_media .gallery img {
    height: 35px;
  }
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content.style_multi_block .im_media .gallery img {
    height: 32.5px;
  }
}
@media (max-width: 768px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content.style_multi_block .im_media .gallery img {
    height: 30px;
  }
}
.patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content.style_one_inline {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content.style_one_inline {
    gap: 2rem;
  }
}
@media (max-width: 1280px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content.style_one_inline {
    gap: 1.5rem;
  }
}
.patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content.style_one_inline .im_media img {
  height: 110px;
  width: auto;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content.style_one_inline .im_media img {
    height: 90px;
  }
}
@media (max-width: 1410px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content.style_one_inline .im_media img {
    height: 80px;
  }
}
@media (max-width: 992px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content.style_one_inline .im_media img {
    height: 70px;
  }
}
@media (max-width: 768px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content.style_one_inline .im_media img {
    height: 65px;
  }
}
.patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content.style_one_inline .copy_content {
  padding-top: 0;
}
.patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content.style_one_block .im_media img {
  height: 70px;
  width: auto;
}
@media (max-width: 1920px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content.style_one_block .im_media img {
    height: 60px;
  }
}
@media (max-width: 1410px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content.style_one_block .im_media img {
    height: 55px;
  }
}
@media (max-width: 768px) {
  .patio_doors_pg.sec_5 .sec_5_content .rights .rights_content .block .content.style_one_block .im_media img {
    height: 50px;
  }
}

.about_page {
  background: white;
  position: relative;
  z-index: 2;
}
.about_page.sec_1 {
  z-index: 1;
}
.about_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner {
  max-width: 100% !important;
}
.about_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .inlinee {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr auto;
}
.about_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .inlinee .lefts {
  max-width: 750px !important;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1410px) {
  .about_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .inlinee .lefts {
    max-width: 700px !important;
  }
}
@media (max-width: 1280px) {
  .about_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .inlinee .lefts {
    max-width: 650px !important;
  }
}
@media (max-width: 992px) {
  .about_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .inlinee .lefts {
    max-width: 600px !important;
  }
}
.about_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .inlinee .rights {
  line-height: 0;
}
.about_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .inlinee .rights .image {
  max-height: unset !important;
  min-height: unset !important;
  aspect-ratio: unset !important;
}
.about_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .inlinee .rights img {
  object-fit: contain;
  aspect-ratio: unset;
  height: 150px;
  width: 150px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .about_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .inlinee .rights img {
    height: 130px;
    width: 130px;
  }
}
@media (max-width: 1410px) {
  .about_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .inlinee .rights img {
    height: 115px;
    width: 115px;
  }
}
@media (max-width: 1280px) {
  .about_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .inlinee .rights img {
    height: 110px;
    width: 110px;
  }
}
@media (max-width: 992px) {
  .about_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .inlinee .rights img {
    height: 95px;
    width: 95px;
  }
}
@media (max-width: 768px) {
  .about_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .inlinee .rights img {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 576px) {
  .about_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .inlinee .rights img {
    height: 75px;
    width: 75px;
  }
}
@media (max-width: 470px) {
  .about_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .inlinee .rights img {
    height: 70px;
    width: 70px;
  }
}
@media (max-width: 380px) {
  .about_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .inlinee .rights img {
    height: 65px;
    width: 65px;
  }
}
@media (max-width: 320px) {
  .about_page.sec_1 .sec_1_content .slider .child .absolute_content .absolute_content_inner .inlinee .rights img {
    height: 60px;
    width: 60px;
  }
}
.about_page.sec_2 .sec_2_content h2 {
  margin-bottom: 0 !important;
}
.about_page.sec_2 .sec_2_content .copy_content {
  margin-top: 35px;
  columns: 2;
  column-gap: 9rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .about_page.sec_2 .sec_2_content .copy_content {
    margin-top: 30px;
    column-gap: 7rem;
  }
}
@media (max-width: 1410px) {
  .about_page.sec_2 .sec_2_content .copy_content {
    margin-top: 25px;
    column-gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .about_page.sec_2 .sec_2_content .copy_content {
    margin-top: 22.5px;
    column-gap: 5rem;
  }
}
@media (max-width: 992px) {
  .about_page.sec_2 .sec_2_content .copy_content {
    margin-top: 20px;
    column-gap: 4rem;
  }
}
@media (max-width: 768px) {
  .about_page.sec_2 .sec_2_content .copy_content {
    margin-top: 17px;
    column-gap: 0rem;
    columns: 1;
  }
}
@media (max-width: 470px) {
  .about_page.sec_2 .sec_2_content .copy_content {
    margin-top: 15px;
  }
}
.about_page.sec_3 .sec_3_content .info_grid_blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .about_page.sec_3 .sec_3_content .info_grid_blocks {
    gap: 1.5rem;
  }
}
@media (max-width: 1280px) {
  .about_page.sec_3 .sec_3_content .info_grid_blocks {
    gap: 1.25rem;
  }
}
@media (max-width: 992px) {
  .about_page.sec_3 .sec_3_content .info_grid_blocks {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .about_page.sec_3 .sec_3_content .info_grid_blocks {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .about_page.sec_3 .sec_3_content .info_grid_blocks {
    gap: 1.25rem;
  }
}
@media (max-width: 470px) {
  .about_page.sec_3 .sec_3_content .info_grid_blocks {
    gap: 1rem;
  }
}
.about_page.sec_3 .sec_3_content .info_grid_blocks .block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .about_page.sec_3 .sec_3_content .info_grid_blocks .block {
    gap: 1.5rem;
  }
}
@media (max-width: 1280px) {
  .about_page.sec_3 .sec_3_content .info_grid_blocks .block {
    gap: 1.25rem;
  }
}
@media (max-width: 992px) {
  .about_page.sec_3 .sec_3_content .info_grid_blocks .block {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .about_page.sec_3 .sec_3_content .info_grid_blocks .block {
    gap: 1.5rem;
  }
}
@media (max-width: 576px) {
  .about_page.sec_3 .sec_3_content .info_grid_blocks .block {
    gap: 1.25rem;
  }
}
@media (max-width: 470px) {
  .about_page.sec_3 .sec_3_content .info_grid_blocks .block {
    gap: 1rem;
  }
}
.about_page.sec_3 .sec_3_content .info_grid_blocks .block .lefts,
.about_page.sec_3 .sec_3_content .info_grid_blocks .block .rights {
  border-radius: 5px;
  overflow: hidden;
}
.about_page.sec_3 .sec_3_content .info_grid_blocks .block .lefts .mediaa .videos img:not(.play_btn),
.about_page.sec_3 .sec_3_content .info_grid_blocks .block .lefts .mediaa .videos video,
.about_page.sec_3 .sec_3_content .info_grid_blocks .block .lefts .mediaa .image img:not(.play_btn),
.about_page.sec_3 .sec_3_content .info_grid_blocks .block .lefts .mediaa .image video {
  aspect-ratio: 1/1;
}
@media (max-width: 992px) {
  .about_page.sec_3 .sec_3_content .info_grid_blocks .block .lefts .mediaa {
    height: 100%;
  }
  .about_page.sec_3 .sec_3_content .info_grid_blocks .block .lefts .mediaa .videos,
  .about_page.sec_3 .sec_3_content .info_grid_blocks .block .lefts .mediaa .image {
    height: 100%;
  }
}
.about_page.sec_3 .sec_3_content .info_grid_blocks .block .rights {
  border: 1px solid #bcbcbc;
  padding: 9%;
  height: 100%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .about_page.sec_3 .sec_3_content .info_grid_blocks .block .rights {
    padding: 8%;
  }
}
@media (max-width: 1410px) {
  .about_page.sec_3 .sec_3_content .info_grid_blocks .block .rights {
    padding: 7%;
  }
}
@media (max-width: 1280px) {
  .about_page.sec_3 .sec_3_content .info_grid_blocks .block .rights {
    padding: 6%;
  }
}
.about_page.sec_3 .sec_3_content .info_grid_blocks .block .rights .rights_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5rem;
  height: 100%;
}
@media (max-width: 768px) {
  .about_page.sec_3 .sec_3_content .info_grid_blocks .block .rights .rights_content {
    gap: 4rem;
  }
}
@media (max-width: 470px) {
  .about_page.sec_3 .sec_3_content .info_grid_blocks .block .rights .rights_content {
    gap: 3rem;
  }
}
@media (max-width: 380px) {
  .about_page.sec_3 .sec_3_content .info_grid_blocks .block .rights .rights_content {
    gap: 2.5rem;
  }
}
.about_page.sec_3 .sec_3_content .info_grid_blocks .block .rights .rights_content .new_copy_content, .about_page.sec_3 .sec_3_content .info_grid_blocks .block .rights .rights_content h2 {
  margin-bottom: 0 !important;
}
.about_page.sec_3 .sec_3_content .info_grid_blocks .block .rights .rights_content .new_copy_content p, .about_page.sec_3 .sec_3_content .info_grid_blocks .block .rights .rights_content h2 p {
  font-weight: 500 !important;
  line-height: 1.25em !important;
}
.about_page.sec_3 .sec_3_content .info_grid_blocks .block .rights .rights_content .new_copy_content p:last-child, .about_page.sec_3 .sec_3_content .info_grid_blocks .block .rights .rights_content h2 p:last-child {
  margin-bottom: 0 !important;
}
.about_page.sec_3 .sec_3_content .info_grid_blocks .block .rights .rights_content h2, .about_page.sec_3 .sec_3_content .info_grid_blocks .block .rights .rights_content p {
  color: #2B9DD7;
}
.about_page.sec_3 .sec_3_content .info_grid_blocks .block .rights .rights_content h2 {
  font-weight: 600 !important;
  line-height: 0.9em !important;
}
@media (min-width: 769px) {
  .about_page.sec_3 .sec_3_content .info_grid_blocks .block:nth-child(4n+3) .rights, .about_page.sec_3 .sec_3_content .info_grid_blocks .block:nth-child(4n+4) .rights {
    order: 1;
  }
  .about_page.sec_3 .sec_3_content .info_grid_blocks .block:nth-child(4n+3) .lefts, .about_page.sec_3 .sec_3_content .info_grid_blocks .block:nth-child(4n+4) .lefts {
    order: 2;
  }
}
@media (max-width: 768px) {
  .about_page.sec_3 .sec_3_content .info_grid_blocks .block:nth-child(2n) .rights {
    order: 1;
  }
  .about_page.sec_3 .sec_3_content .info_grid_blocks .block:nth-child(2n) .lefts {
    order: 2;
  }
}
.about_page.sec_4 {
  background: #231F20;
  overflow: hidden;
}
.about_page.sec_4 .sec_4_content p, .about_page.sec_4 .sec_4_content h2, .about_page.sec_4 .sec_4_content h4 {
  color: white;
}
.about_page.sec_4 .sec_4_content .tops p, .about_page.sec_4 .sec_4_content .tops h2 {
  text-align: center;
}
.about_page.sec_4 .sec_4_content .tops .copy_content {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.about_page.sec_4 .sec_4_content .slider_progress_outer .slider_progress {
  background: #666263 !important;
}
.about_page.sec_4 .sec_4_content .slider_progress_outer .slider_progress .progress_fill {
  background: #F0672B !important;
}
.about_page.sec_4 .sec_4_content .bottoms {
  display: grid;
  grid-template-columns: 5% 50%;
  gap: 2.5%;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (max-width: 992px) {
  .about_page.sec_4 .sec_4_content .bottoms {
    grid-template-columns: 6% 70%;
  }
}
@media (max-width: 768px) {
  .about_page.sec_4 .sec_4_content .bottoms {
    grid-template-columns: 6% 45%;
  }
}
@media (max-width: 650px) {
  .about_page.sec_4 .sec_4_content .bottoms {
    grid-template-columns: 6% 55%;
  }
}
@media (max-width: 576px) {
  .about_page.sec_4 .sec_4_content .bottoms {
    grid-template-columns: 60%;
  }
}
@media (max-width: 470px) {
  .about_page.sec_4 .sec_4_content .bottoms {
    grid-template-columns: 70%;
  }
}
@media (max-width: 380px) {
  .about_page.sec_4 .sec_4_content .bottoms {
    grid-template-columns: 85%;
  }
}
@media (max-width: 320px) {
  .about_page.sec_4 .sec_4_content .bottoms {
    grid-template-columns: 95%;
  }
}
.about_page.sec_4 .sec_4_content .bottoms::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #231F20;
  z-index: 2;
  top: 0;
  left: -92.7%;
}
@media (max-width: 992px) {
  .about_page.sec_4 .sec_4_content .bottoms::after {
    left: -92%;
  }
}
@media (max-width: 576px) {
  .about_page.sec_4 .sec_4_content .bottoms::after {
    content: none;
  }
}
.about_page.sec_4 .sec_4_content .bottoms .lefts {
  position: relative;
  z-index: 3;
}
@media (max-width: 576px) {
  .about_page.sec_4 .sec_4_content .bottoms .lefts {
    display: none;
  }
}
.about_page.sec_4 .sec_4_content .bottoms .slider {
  position: relative;
  z-index: 1;
}
.about_page.sec_4 .sec_4_content .bottoms .slider .slick-track {
  display: flex;
}
.about_page.sec_4 .sec_4_content .bottoms .slider .slick-list {
  overflow: visible;
  margin: 0 -7.5px;
}
@media (max-width: 1920px) {
  .about_page.sec_4 .sec_4_content .bottoms .slider .slick-list {
    margin: 0 -6.25px;
  }
}
@media (max-width: 1410px) {
  .about_page.sec_4 .sec_4_content .bottoms .slider .slick-list {
    margin: 0 -5px;
  }
}
@media (max-width: 992px) {
  .about_page.sec_4 .sec_4_content .bottoms .slider .slick-list {
    margin: 0 -6.25px;
  }
}
@media (max-width: 768px) {
  .about_page.sec_4 .sec_4_content .bottoms .slider .slick-list {
    margin: 0 -5px;
  }
}
@media (max-width: 470px) {
  .about_page.sec_4 .sec_4_content .bottoms .slider .slick-list {
    margin: 0 -5.5px;
  }
}
@media (max-width: 380px) {
  .about_page.sec_4 .sec_4_content .bottoms .slider .slick-list {
    margin: 0 -6px;
  }
}
.about_page.sec_4 .sec_4_content .bottoms .slider .child {
  line-height: 0;
  margin: 0 7.5px;
  border-radius: 5px;
  height: fit-content;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1920px) {
  .about_page.sec_4 .sec_4_content .bottoms .slider .child {
    margin: 0 6.25px;
  }
}
@media (max-width: 1410px) {
  .about_page.sec_4 .sec_4_content .bottoms .slider .child {
    margin: 0 5px;
  }
}
@media (max-width: 992px) {
  .about_page.sec_4 .sec_4_content .bottoms .slider .child {
    margin: 0 6.25px;
  }
}
@media (max-width: 768px) {
  .about_page.sec_4 .sec_4_content .bottoms .slider .child {
    margin: 0 5px;
  }
}
@media (max-width: 470px) {
  .about_page.sec_4 .sec_4_content .bottoms .slider .child {
    margin: 0 5.5px;
  }
}
@media (max-width: 380px) {
  .about_page.sec_4 .sec_4_content .bottoms .slider .child {
    margin: 0 6px;
  }
}
.about_page.sec_4 .sec_4_content .bottoms .slider .child .mediaa_outer {
  position: relative;
  z-index: 1;
}
.about_page.sec_4 .sec_4_content .bottoms .slider .child .mediaa_outer .mediaa .videos img:not(.play_btn),
.about_page.sec_4 .sec_4_content .bottoms .slider .child .mediaa_outer .mediaa .videos video,
.about_page.sec_4 .sec_4_content .bottoms .slider .child .mediaa_outer .mediaa .image img:not(.play_btn),
.about_page.sec_4 .sec_4_content .bottoms .slider .child .mediaa_outer .mediaa .image video {
  aspect-ratio: 1/1.55;
}
@media (max-width: 1920px) {
  .about_page.sec_4 .sec_4_content .bottoms .slider .child .mediaa_outer .mediaa .videos img:not(.play_btn),
  .about_page.sec_4 .sec_4_content .bottoms .slider .child .mediaa_outer .mediaa .videos video,
  .about_page.sec_4 .sec_4_content .bottoms .slider .child .mediaa_outer .mediaa .image img:not(.play_btn),
  .about_page.sec_4 .sec_4_content .bottoms .slider .child .mediaa_outer .mediaa .image video {
    aspect-ratio: 1/1.45;
  }
}
.about_page.sec_4 .sec_4_content .bottoms .slider .child .absolute_content {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 9%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .about_page.sec_4 .sec_4_content .bottoms .slider .child .absolute_content {
    padding: 8%;
  }
}
@media (max-width: 1410px) {
  .about_page.sec_4 .sec_4_content .bottoms .slider .child .absolute_content {
    padding: 7%;
  }
}
@media (max-width: 1280px) {
  .about_page.sec_4 .sec_4_content .bottoms .slider .child .absolute_content {
    padding: 6%;
  }
}
.about_page.sec_4 .sec_4_content .bottoms .slider .child .absolute_content .absolute_content_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5rem;
  height: 100%;
}
.about_page.sec_4 .sec_4_content .bottoms .slider .child .absolute_content .absolute_content_inner .new_copy_content, .about_page.sec_4 .sec_4_content .bottoms .slider .child .absolute_content .absolute_content_inner h2 {
  margin-bottom: 0 !important;
}
.about_page.sec_4 .sec_4_content .bottoms .slider .child .absolute_content .absolute_content_inner .new_copy_content p, .about_page.sec_4 .sec_4_content .bottoms .slider .child .absolute_content .absolute_content_inner h2 p {
  font-weight: 500 !important;
  line-height: 1.25em !important;
}
.about_page.sec_4 .sec_4_content .bottoms .slider .child .absolute_content .absolute_content_inner .new_copy_content p:last-child, .about_page.sec_4 .sec_4_content .bottoms .slider .child .absolute_content .absolute_content_inner h2 p:last-child {
  margin-bottom: 0 !important;
}
.about_page.sec_4 .sec_4_content .bottoms .slider .child .absolute_content .absolute_content_inner h2 {
  font-weight: 600 !important;
  line-height: 0.9em !important;
}
.about_page.sec_5 {
  background: #e9e9e9;
}
.about_page.sec_5 .sec_5_content .tops,
.about_page.sec_5 .sec_5_content .bottoms {
  padding: 0 7.5%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .about_page.sec_5 .sec_5_content .tops,
  .about_page.sec_5 .sec_5_content .bottoms {
    padding: 0 4%;
  }
}
@media (max-width: 992px) {
  .about_page.sec_5 .sec_5_content .tops,
  .about_page.sec_5 .sec_5_content .bottoms {
    padding: 0%;
  }
}
.about_page.sec_5 .sec_5_content .tops p, .about_page.sec_5 .sec_5_content .tops h2 {
  text-align: center;
}
.about_page.sec_5 .sec_5_content .tops h2 {
  margin-bottom: 0 !important;
}
.about_page.sec_5 .sec_5_content .bottoms .team_member_blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks {
    gap: 1.5rem;
  }
}
@media (max-width: 1280px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks {
    gap: 1.25rem;
  }
}
@media (max-width: 992px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks {
    gap: 1.25rem;
  }
}
@media (max-width: 470px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks {
    gap: 1rem;
  }
}
@media (max-width: 380px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks {
    max-width: 280px;
  }
}
.about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child {
  border-radius: 5px;
  background: white;
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 1.75fr;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media (max-width: 992px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child {
    grid-template-columns: 1fr 1.35fr;
  }
}
@media (max-width: 470px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child {
    grid-template-columns: 1fr 1.3fr;
  }
}
@media (max-width: 380px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child {
    grid-template-columns: 1fr;
  }
}
.about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .lefts {
  line-height: 0;
  height: 100%;
}
.about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .lefts .image {
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .lefts .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1.3;
}
.about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights {
  height: 100%;
}
.about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 2rem;
}
@media (max-width: 380px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content {
    gap: 0rem;
  }
}
.about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .top_content {
  padding: 6.5% 10%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .top_content {
    padding: 5% 8%;
  }
}
@media (max-width: 380px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .top_content {
    padding: 6% 3%;
  }
}
.about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .top_content .c_tops h2 {
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 0.45em !important;
}
@media (max-width: 470px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .top_content .c_tops h2 {
    margin-bottom: 0.35em !important;
  }
}
.about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .top_content .c_middles {
  margin-top: 50px;
}
@media (max-width: 1920px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .top_content .c_middles {
    margin-top: 45px;
  }
}
@media (max-width: 1410px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .top_content .c_middles {
    margin-top: 40px;
  }
}
@media (max-width: 1280px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .top_content .c_middles {
    margin-top: 35px;
  }
}
@media (max-width: 992px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .top_content .c_middles {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .top_content .c_middles {
    margin-top: 25px;
  }
}
@media (max-width: 470px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .top_content .c_middles {
    margin-top: 20px;
  }
}
@media (max-width: 380px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .top_content .c_middles {
    margin-top: 15px;
  }
}
.about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .c_bottoms {
  opacity: 0;
}
.about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .c_bottoms.show_logo {
  opacity: 1;
}
.about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .c_bottoms a {
  display: flex;
  width: fit-content;
  margin-left: auto;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  padding: 12px;
  transition: all 0.2s ease-in-out 0.01s !important;
}
@media (max-width: 1410px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .c_bottoms a {
    padding: 10px;
  }
}
@media (max-width: 470px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .c_bottoms a {
    padding: 9px;
  }
}
@media (max-width: 380px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .c_bottoms a {
    padding: 8px;
  }
}
.about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .c_bottoms a svg {
  height: 20px;
  width: auto;
}
@media (max-width: 1410px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .c_bottoms a svg {
    height: 18px;
  }
}
@media (max-width: 470px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .c_bottoms a svg {
    height: 16px;
  }
}
@media (max-width: 380px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .c_bottoms a svg {
    height: 14px;
  }
}
.about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .c_bottoms a svg path {
  fill: #231F20;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (min-width: 769px) {
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .c_bottoms a:hover {
    background: #231F20;
    border-color: #231F20;
  }
  .about_page.sec_5 .sec_5_content .bottoms .team_member_blocks .child .rights .rights_content .c_bottoms a:hover svg path {
    fill: white;
  }
}
.about_page.sec_6 {
  background: #e9e9e9;
}
.about_page.sec_6 .sec_6_content {
  padding: 0 5%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .about_page.sec_6 .sec_6_content {
    padding: 0 4%;
  }
}
@media (max-width: 1410px) {
  .about_page.sec_6 .sec_6_content {
    padding: 0 2%;
  }
}
@media (max-width: 1280px) {
  .about_page.sec_6 .sec_6_content {
    padding: 0%;
  }
}
@media (max-width: 992px) {
  .about_page.sec_6 .sec_6_content {
    padding: 0 2.5%;
    padding-right: 0 !important;
  }
}
@media (max-width: 470px) {
  .about_page.sec_6 .sec_6_content {
    padding: 0 3.5%;
  }
}
@media (max-width: 380px) {
  .about_page.sec_6 .sec_6_content {
    padding: 0 4.5%;
  }
}
.about_page.sec_6 .sec_6_content .quote_block {
  position: relative;
}
.about_page.sec_6 .sec_6_content .quote_block svg {
  position: absolute;
  left: -28.5px;
  top: -22px;
  height: 18px;
  width: auto;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .about_page.sec_6 .sec_6_content .quote_block svg {
    left: -25px;
    top: -20px;
    height: 17px;
  }
}
@media (max-width: 1410px) {
  .about_page.sec_6 .sec_6_content .quote_block svg {
    left: -23px;
    top: -19px;
    height: 16px;
  }
}
@media (max-width: 1280px) {
  .about_page.sec_6 .sec_6_content .quote_block svg {
    left: -21px;
    top: -17px;
    height: 14px;
  }
}
@media (max-width: 992px) {
  .about_page.sec_6 .sec_6_content .quote_block svg {
    left: -17px;
    top: -14px;
    height: 12px;
  }
}
@media (max-width: 768px) {
  .about_page.sec_6 .sec_6_content .quote_block svg {
    left: -14px;
    top: -12px;
    height: 10px;
  }
}
@media (max-width: 470px) {
  .about_page.sec_6 .sec_6_content .quote_block svg {
    left: -12px;
    top: -12px;
    height: 9px;
  }
}
@media (max-width: 380px) {
  .about_page.sec_6 .sec_6_content .quote_block svg {
    left: -10px;
    top: -11px;
    height: 8.5px;
  }
}
.about_page.sec_6 .sec_6_content .copy_content span.name {
  font-weight: 800 !important;
}

.accessories_page.sec_2 h2 {
  margin-bottom: 0 !important;
}
.accessories_page.sec_3 {
  background: #e9e9e9;
  overflow: hidden;
}
.accessories_page.sec_3 .sec_3_content .tops .bottoms_blocks .collection_child:last-of-type .rights {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
}
.accessories_page.sec_3 .sec_3_content .tops .bottoms_blocks .collection_child .rights .r_rights .slider .child .child_content.style_Block .c_lefts {
  height: auto !important;
  display: block !important;
}
.accessories_page.sec_3 .sec_3_content .tops .bottoms_blocks .collection_child .rights .r_rights .slider .child .child_content.style_Block .c_lefts .image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.accessories_page.sec_3 .sec_3_content .tops .bottoms_blocks .collection_child .rights .r_rights .slider .child .child_content.style_Block .c_lefts .image img {
  width: 100%;
  height: auto !important;
  max-height: none !important;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child {
  display: grid;
  grid-template-columns: 5% 90%;
  gap: 2.5%;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (max-width: 992px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child {
    grid-template-columns: 6% 90%;
  }
}
@media (max-width: 576px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child {
    grid-template-columns: 95%;
  }
}
@media (max-width: 470px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child {
    grid-template-columns: 100%;
  }
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e9e9e9;
  z-index: 2;
  top: 0;
  left: -92.5%;
}
@media (max-width: 992px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child::after {
    left: -92%;
  }
}
@media (max-width: 576px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child::after {
    content: none;
  }
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .lefts {
  position: relative;
  z-index: 3;
}
@media (max-width: 576px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .lefts {
    display: none;
  }
}
@media (max-width: 768px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .lefts .arrows_container {
    position: absolute;
    left: 0;
    top: -65px;
  }
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d5d5d5;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights {
  display: grid;
  grid-template-columns: 30% 57%;
  gap: 2.5%;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights {
    grid-template-columns: 35% 45%;
  }
}
@media (max-width: 992px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights {
    grid-template-columns: 38% 58%;
  }
}
@media (max-width: 768px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights {
    grid-template-columns: 100%;
    gap: 2rem;
  }
}
@media (max-width: 470px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights {
    gap: 1.5rem;
  }
}
@media (max-width: 380px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights {
    gap: 1rem;
  }
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e9e9e9;
  z-index: 2;
  top: 0;
  left: -68.2%;
}
@media (max-width: 1280px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights::after {
    left: -63%;
  }
}
@media (max-width: 992px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights::after {
    left: -60.2%;
  }
}
@media (max-width: 768px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights::after {
    content: none;
  }
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .l_rights {
  position: relative;
  z-index: 3;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .l_rights h2 {
  margin-bottom: 0 !important;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights {
  position: relative;
  z-index: 1;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider {
  position: relative;
  z-index: 1;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider:not(.slick-initialized) {
  display: flex;
  justify-content: center;
}
@media (max-width: 500px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider:not(.slick-initialized) {
    justify-content: flex-start;
  }
}
@media (max-width: 400px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider:not(.slick-initialized) .child .child_content:not(.style_two_image_inline_reverse) {
    display: block;
  }
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider:not(.slick-initialized) .child .child_content:not(.style_two_image_inline_reverse) .c_rights {
  min-width: 240px;
}
@media (max-width: 1280px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider:not(.slick-initialized) .child .child_content:not(.style_two_image_inline_reverse) .c_rights {
    min-width: 180px;
    max-width: 180px;
  }
}
@media (max-width: 992px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider:not(.slick-initialized) .child .child_content:not(.style_two_image_inline_reverse) .c_rights {
    min-width: 140px;
    max-width: 140px;
  }
}
@media (max-width: 768px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider:not(.slick-initialized) .child .child_content:not(.style_two_image_inline_reverse) .c_rights {
    min-width: 180px;
    max-width: 180px;
  }
}
@media (max-width: 575px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider:not(.slick-initialized) .child .child_content:not(.style_two_image_inline_reverse) .c_rights {
    min-width: 155px;
    max-width: 155px;
  }
}
@media (max-width: 470px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider:not(.slick-initialized) .child .child_content:not(.style_two_image_inline_reverse) .c_rights {
    min-width: 135px;
    max-width: 135px;
  }
}
@media (max-width: 400px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider:not(.slick-initialized) .child .child_content:not(.style_two_image_inline_reverse) .c_rights {
    min-width: fit-content;
    max-width: fit-content;
    margin-top: 10px;
  }
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .slick-track {
  display: flex;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .slick-list {
  overflow: visible;
  margin: 0 -7.5px;
}
@media (max-width: 1920px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .slick-list {
    margin: 0 -6.25px;
  }
}
@media (max-width: 1410px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .slick-list {
    margin: 0 -5px;
  }
}
@media (max-width: 992px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .slick-list {
    margin: 0 -6.25px;
  }
}
@media (max-width: 768px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .slick-list {
    margin: 0 -5px;
  }
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child {
  background: white;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 7.5px;
  height: inherit;
  width: fit-content;
}
@media (max-width: 1920px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child {
    margin: 0 6.25px;
    padding: 15px;
  }
}
@media (max-width: 1410px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child {
    margin: 0 5px;
    padding: 12.5px;
  }
}
@media (max-width: 992px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child {
    margin: 0 6.25px;
  }
}
@media (max-width: 768px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child {
    margin: 0 5px;
    padding: 15px;
  }
}
@media (max-width: 470px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child {
    padding: 10px;
  }
}
@media (max-width: 380px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child {
    padding: 7.5px;
  }
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 1.1rem;
  height: 100%;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_one_image {
  gap: 0;
  display: block;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_lefts {
  order: 2;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights {
  order: 1;
}
@media (max-width: 1280px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_lefts {
    order: 1;
  }
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights {
    order: 2;
  }
}
@media (max-width: 992px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_lefts {
    order: 2;
  }
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights {
    order: 1;
  }
}
@media (max-width: 500px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_lefts {
    order: 1;
  }
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights {
    order: 2;
  }
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content .c_lefts {
  line-height: 0;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content .c_lefts .image {
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
  width: fit-content;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content .c_lefts .image img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 1410px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content .c_lefts .image img {
    max-height: 280px;
  }
}
@media (max-width: 992px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content .c_lefts .image img {
    max-height: 260px;
  }
}
@media (max-width: 768px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content .c_lefts .image img {
    max-height: 250px;
  }
}
@media (max-width: 470px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content .c_lefts .image img {
    max-height: 240px;
  }
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content .c_rights {
  padding: 15%;
}
@media (max-width: 1920px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content .c_rights {
    padding: 10%;
  }
}
@media (max-width: 1280px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content .c_rights {
    padding: 8%;
  }
}
@media (max-width: 768px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content .c_rights {
    padding: 2%;
  }
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content .c_rights h2 {
  font-weight: 300 !important;
  margin-bottom: 0 !important;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content .c_rights h2 span {
  font-weight: 600 !important;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content .c_rights .copy_content {
  padding-top: 15px;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content .c_rights .copy_content ul {
  padding: 0;
  padding-left: 13px;
  margin: 0;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content .c_rights .copy_content ul li {
  margin-bottom: 0.7em;
  line-height: 1.2em;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content .c_rights .copy_content ul li:last-of-type {
  margin-bottom: 0;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content .c_rights .copy_content ul li::marker {
  color: #F0672B;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_Block {
  display: block;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_Block .c_lefts {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1410px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_Block .c_lefts {
    height: 280px;
  }
}
@media (max-width: 992px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_Block .c_lefts {
    height: 260px;
  }
}
@media (max-width: 768px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_Block .c_lefts {
    height: 250px;
  }
}
@media (max-width: 470px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_Block .c_lefts {
    height: 240px;
  }
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_Block .c_lefts .image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_Block .c_lefts .image img {
  height: auto;
  max-height: 100%;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_Block .c_rights {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding: 10%;
  padding-bottom: 9%;
  padding: 30px 0 25px 0;
}
@media (max-width: 1920px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_Block .c_rights {
    padding: 25px 0 20px 0;
  }
}
@media (max-width: 1280px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_Block .c_rights {
    padding: 22.5px 0 17.5px 0;
  }
}
@media (max-width: 768px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_Block .c_rights {
    padding: 2%;
    padding-top: 20px !important;
  }
}
@media (max-width: 1280px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline {
    grid-template-columns: auto auto;
    gap: 2rem;
  }
}
@media (max-width: 600px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline {
    gap: 1.5rem;
  }
}
@media (max-width: 500px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights {
  padding-top: 0;
  padding-bottom: 0;
  min-width: 225px;
}
@media (max-width: 1280px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights {
    padding: 4%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights {
    min-width: 125px;
  }
}
@media (max-width: 840px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights {
    min-width: fit-content;
  }
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights .image, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights .image {
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
  width: fit-content;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights .image img, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights .image img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 1410px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights .image img, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights .image img {
    max-height: 280px;
  }
}
@media (max-width: 1280px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights .image img, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights .image img {
    max-height: 160px;
  }
}
@media (max-width: 992px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights .image img, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights .image img {
    max-height: 140px;
    max-height: 220px;
  }
}
@media (max-width: 900px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights .image img, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights .image img {
    max-height: 180px;
  }
}
@media (max-width: 800px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights .image img, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights .image img {
    max-height: 170px;
  }
}
@media (max-width: 768px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights .image img, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights .image img {
    max-height: 240px;
  }
}
@media (max-width: 600px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights .image img, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights .image img {
    max-height: 220px;
  }
}
@media (max-width: 500px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights .image img, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights .image img {
    max-height: 160px;
  }
}
@media (max-width: 470px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights .image img, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights .image img {
    max-height: 140px;
  }
}
@media (max-width: 1280px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights .image.desktop, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights .image.desktop {
    display: none;
  }
}
@media (max-width: 992px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights .image.desktop, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights .image.desktop {
    display: block;
  }
}
@media (max-width: 500px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights .image.desktop, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights .image.desktop {
    display: none;
  }
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights .image.desktop img, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights .image.desktop img {
  width: auto;
  height: auto;
}
.accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights .image.mobile, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights .image.mobile {
  display: none;
}
@media (max-width: 1280px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights .image.mobile, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights .image.mobile {
    display: block;
  }
}
@media (max-width: 992px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights .image.mobile, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights .image.mobile {
    display: none;
  }
}
@media (max-width: 500px) {
  .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline_reverse .c_rights .image.mobile, .accessories_page.sec_3 .sec_3_content .tops .collection_child .rights .r_rights .slider .child .child_content.style_two_image_inline .c_rights .image.mobile {
    display: block;
  }
}
.accessories_page.sec_3 .sec_3_content .bottoms .copy_content {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}
@media (max-width: 1920px) {
  .accessories_page.sec_3 .sec_3_content .bottoms .copy_content {
    padding-top: 25px;
    max-width: 580px;
  }
}
@media (max-width: 1410px) {
  .accessories_page.sec_3 .sec_3_content .bottoms .copy_content {
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .accessories_page.sec_3 .sec_3_content .bottoms .copy_content {
    padding-top: 20px;
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .accessories_page.sec_3 .sec_3_content .bottoms .copy_content {
    padding-top: 10px;
  }
}
.accessories_page.sec_3 .sec_3_content .bottoms .copy_content p {
  text-align: center;
}
.accessories_page.sec_3 .sec_3_content .bottoms .c_button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.1em;
}
@media (max-width: 1920px) {
  .accessories_page.sec_3 .sec_3_content .bottoms .c_button {
    margin-top: 1.9em;
  }
}
@media (max-width: 1280px) {
  .accessories_page.sec_3 .sec_3_content .bottoms .c_button {
    margin-top: 1.7em;
  }
}
@media (max-width: 992px) {
  .accessories_page.sec_3 .sec_3_content .bottoms .c_button {
    margin-top: 1.5em;
  }
}
.accessories_page.sec_4 {
  background: white;
}

.brochures_pg.sec_1 .sec_1_content h1 {
  text-align: center;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .brochures_pg.sec_1 .sec_1_content h1 {
    padding-bottom: 2px;
  }
}
@media (max-width: 470px) {
  .brochures_pg.sec_1 .sec_1_content h1 {
    padding-bottom: 0px;
  }
}
.brochures_pg.sec_1 .sec_1_content .copy_content {
  max-width: 500px;
  margin: 0 auto;
}
.brochures_pg.sec_1 .sec_1_content .copy_content p {
  text-align: center;
}
.brochures_pg.sec_2 .sec_2_content {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
}
@media (max-width: 768px) {
  .brochures_pg.sec_2 .sec_2_content {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin: 0 auto;
    gap: 2.5rem;
  }
}
@media (max-width: 470px) {
  .brochures_pg.sec_2 .sec_2_content {
    gap: 2rem;
  }
}
.brochures_pg.sec_2 .sec_2_content .lefts .mediaa .videos img:not(.play_btn),
.brochures_pg.sec_2 .sec_2_content .lefts .mediaa .videos video,
.brochures_pg.sec_2 .sec_2_content .lefts .mediaa .image img:not(.play_btn),
.brochures_pg.sec_2 .sec_2_content .lefts .mediaa .image video {
  aspect-ratio: 1.49/1;
}
.brochures_pg.sec_2 .sec_2_content .rights {
  padding: 3% 18%;
}
@media (max-width: 1920px) {
  .brochures_pg.sec_2 .sec_2_content .rights {
    padding: 3% 15%;
    padding-right: 12.5%;
  }
}
@media (max-width: 1410px) {
  .brochures_pg.sec_2 .sec_2_content .rights {
    padding: 3% 12%;
  }
}
@media (max-width: 1280px) {
  .brochures_pg.sec_2 .sec_2_content .rights {
    padding: 3% 9%;
  }
}
@media (max-width: 768px) {
  .brochures_pg.sec_2 .sec_2_content .rights {
    padding: 0;
    padding-bottom: 20px;
  }
}
.brochures_pg.sec_2 .sec_2_content .rights .rights_content h2 {
  font-weight: 300 !important;
}
@media (max-width: 768px) {
  .brochures_pg.sec_2 .sec_2_content .rights .rights_content h2 {
    font-weight: 500 !important;
  }
}
.brochures_pg.sec_2 .sec_2_content .rights .rights_content .copy_content {
  padding-top: 13px;
}
@media (max-width: 1410px) {
  .brochures_pg.sec_2 .sec_2_content .rights .rights_content .copy_content {
    padding-top: 11px;
  }
}
@media (max-width: 992px) {
  .brochures_pg.sec_2 .sec_2_content .rights .rights_content .copy_content {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .brochures_pg.sec_2 .sec_2_content .rights .rights_content .copy_content {
    padding-top: 7px;
  }
}
@media (max-width: 470px) {
  .brochures_pg.sec_2 .sec_2_content .rights .rights_content .copy_content {
    padding-top: 6px;
  }
}
@media (max-width: 380px) {
  .brochures_pg.sec_2 .sec_2_content .rights .rights_content .copy_content {
    padding-top: 4px;
  }
}
.brochures_pg.sec_2 .sec_2_content .rights .rights_content .c_button {
  margin-top: 30px;
}
@media (max-width: 1920px) {
  .brochures_pg.sec_2 .sec_2_content .rights .rights_content .c_button {
    margin-top: 27.5px;
  }
}
@media (max-width: 1410px) {
  .brochures_pg.sec_2 .sec_2_content .rights .rights_content .c_button {
    margin-top: 21px;
  }
}
@media (max-width: 1280px) {
  .brochures_pg.sec_2 .sec_2_content .rights .rights_content .c_button {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .brochures_pg.sec_2 .sec_2_content .rights .rights_content .c_button {
    margin-top: 17px;
  }
}
@media (max-width: 470px) {
  .brochures_pg.sec_2 .sec_2_content .rights .rights_content .c_button {
    margin-top: 15px;
  }
}
@media (max-width: 380px) {
  .brochures_pg.sec_2 .sec_2_content .rights .rights_content .c_button {
    margin-top: 13.5px;
  }
}
.brochures_pg.sec_3 .sec_3_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .brochures_pg.sec_3 .sec_3_content {
    gap: 1.25rem;
  }
}
@media (max-width: 1410px) {
  .brochures_pg.sec_3 .sec_3_content {
    gap: 1rem;
  }
}
@media (max-width: 992px) {
  .brochures_pg.sec_3 .sec_3_content {
    grid-template-columns: 1fr;
    max-width: 700px;
    margin: 0 auto;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .brochures_pg.sec_3 .sec_3_content {
    max-width: 550px;
    gap: 1.5rem;
  }
}
@media (max-width: 470px) {
  .brochures_pg.sec_3 .sec_3_content {
    gap: 1.25rem;
  }
}
@media (max-width: 380px) {
  .brochures_pg.sec_3 .sec_3_content {
    gap: 1rem;
  }
}
.brochures_pg.sec_3 .sec_3_content .child {
  border: 1px solid #bdbcbc;
  border-radius: 5px;
  padding: 5.5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .brochures_pg.sec_3 .sec_3_content .child {
    padding: 5%;
  }
}
@media (max-width: 1410px) {
  .brochures_pg.sec_3 .sec_3_content .child {
    padding: 4.5%;
    gap: 3.5rem;
  }
}
@media (max-width: 1280px) {
  .brochures_pg.sec_3 .sec_3_content .child {
    padding: 4.5%;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .brochures_pg.sec_3 .sec_3_content .child {
    gap: 2.5rem;
  }
}
@media (max-width: 470px) {
  .brochures_pg.sec_3 .sec_3_content .child {
    grid-template-columns: 1fr;
    gap: 0rem;
    padding: 8% 5.5%;
    padding-top: 5%;
  }
}
.brochures_pg.sec_3 .sec_3_content .child .lefts .mediaa .videos,
.brochures_pg.sec_3 .sec_3_content .child .lefts .mediaa .image {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.2);
}
.brochures_pg.sec_3 .sec_3_content .child .lefts .mediaa .videos img:not(.play_btn),
.brochures_pg.sec_3 .sec_3_content .child .lefts .mediaa .videos video,
.brochures_pg.sec_3 .sec_3_content .child .lefts .mediaa .image img:not(.play_btn),
.brochures_pg.sec_3 .sec_3_content .child .lefts .mediaa .image video {
  aspect-ratio: unset !important;
}
.brochures_pg.sec_3 .sec_3_content .child .lefts .mediaa .videos img:not(.play_btn),
.brochures_pg.sec_3 .sec_3_content .child .lefts .mediaa .image img:not(.play_btn) {
  object-fit: contain;
}
.brochures_pg.sec_3 .sec_3_content .child .rights .rights_content h2 {
  font-weight: 300 !important;
}
@media (max-width: 768px) {
  .brochures_pg.sec_3 .sec_3_content .child .rights .rights_content h2 {
    font-weight: 500 !important;
  }
}
.brochures_pg.sec_3 .sec_3_content .child .rights .rights_content .copy_content {
  padding-top: 5px;
}
.brochures_pg.sec_3 .sec_3_content .child .rights .rights_content .c_button {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  border-radius: 0;
  border-bottom: 1px solid #bdbcbc;
  padding-bottom: 4px !important;
  color: #231F20;
  margin-top: 30px;
}
@media (max-width: 1920px) {
  .brochures_pg.sec_3 .sec_3_content .child .rights .rights_content .c_button {
    margin-top: 27.5px;
  }
}
@media (max-width: 1410px) {
  .brochures_pg.sec_3 .sec_3_content .child .rights .rights_content .c_button {
    margin-top: 21px;
  }
}
@media (max-width: 1280px) {
  .brochures_pg.sec_3 .sec_3_content .child .rights .rights_content .c_button {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .brochures_pg.sec_3 .sec_3_content .child .rights .rights_content .c_button {
    margin-top: 17px;
  }
}
@media (max-width: 470px) {
  .brochures_pg.sec_3 .sec_3_content .child .rights .rights_content .c_button {
    margin-top: 15px;
  }
}
@media (max-width: 380px) {
  .brochures_pg.sec_3 .sec_3_content .child .rights .rights_content .c_button {
    margin-top: 13.5px;
  }
}
.brochures_pg.sec_3 .sec_3_content .child .rights .rights_content .c_button::after, .brochures_pg.sec_3 .sec_3_content .child .rights .rights_content .c_button::before {
  content: none;
}
.brochures_pg.sec_3 .sec_3_content .child .rights .rights_content .c_button svg path, .brochures_pg.sec_3 .sec_3_content .child .rights .rights_content .c_button svg rect {
  fill: #231F20;
}
@media (min-width: 769px) {
  .brochures_pg.sec_3 .sec_3_content .child .rights .rights_content .c_button:hover {
    color: #F0672B;
    border-color: #F0672B;
  }
  .brochures_pg.sec_3 .sec_3_content .child .rights .rights_content .c_button:hover svg path, .brochures_pg.sec_3 .sec_3_content .child .rights .rights_content .c_button:hover svg rect {
    fill: #F0672B;
  }
}
.brochures_pg.sec_2.section-padding, .brochures_pg.sec_3.section-padding {
  padding-top: 60px !important;
}
@media (max-width: 1920px) {
  .brochures_pg.sec_2.section-padding, .brochures_pg.sec_3.section-padding {
    padding-top: 55px !important;
  }
}
@media (max-width: 1410px) {
  .brochures_pg.sec_2.section-padding, .brochures_pg.sec_3.section-padding {
    padding-top: 50px !important;
  }
}
@media (max-width: 1280px) {
  .brochures_pg.sec_2.section-padding, .brochures_pg.sec_3.section-padding {
    padding-top: 45px !important;
  }
}
@media (max-width: 992px) {
  .brochures_pg.sec_2.section-padding, .brochures_pg.sec_3.section-padding {
    padding-top: 40px !important;
  }
}
@media (max-width: 768px) {
  .brochures_pg.sec_2.section-padding, .brochures_pg.sec_3.section-padding {
    padding-top: 35px !important;
  }
}
@media (max-width: 470px) {
  .brochures_pg.sec_2.section-padding, .brochures_pg.sec_3.section-padding {
    padding-top: 30px !important;
  }
}
@media (max-width: 380px) {
  .brochures_pg.sec_2.section-padding, .brochures_pg.sec_3.section-padding {
    padding-top: 25px !important;
  }
}
.brochures_pg.sec_2 .sec_2_content,
.brochures_pg.sec_2 .sec_3_content, .brochures_pg.sec_3 .sec_2_content,
.brochures_pg.sec_3 .sec_3_content {
  padding-left: 5%;
  padding-right: 5%;
}
@media (max-width: 1280px) {
  .brochures_pg.sec_2 .sec_2_content,
  .brochures_pg.sec_2 .sec_3_content, .brochures_pg.sec_3 .sec_2_content,
  .brochures_pg.sec_3 .sec_3_content {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}
@media (max-width: 992px) {
  .brochures_pg.sec_2 .sec_2_content,
  .brochures_pg.sec_2 .sec_3_content, .brochures_pg.sec_3 .sec_2_content,
  .brochures_pg.sec_3 .sec_3_content {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media (max-width: 768px) {
  .brochures_pg.sec_2 .sec_2_content,
  .brochures_pg.sec_2 .sec_3_content, .brochures_pg.sec_3 .sec_2_content,
  .brochures_pg.sec_3 .sec_3_content {
    padding-left: 0%;
    padding-right: 0%;
  }
}

.contact_pg.sec_1 .sec_1_content .tops h1 {
  text-align: center;
  margin-bottom: 0 !important;
}
.contact_pg.sec_1 .sec_1_content .bottoms .inline {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem 13rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .contact_pg.sec_1 .sec_1_content .bottoms .inline {
    gap: 3rem 11rem;
  }
}
@media (max-width: 1410px) {
  .contact_pg.sec_1 .sec_1_content .bottoms .inline {
    gap: 3rem 10rem;
  }
}
@media (max-width: 992px) {
  .contact_pg.sec_1 .sec_1_content .bottoms .inline {
    gap: 3rem 11rem;
    padding-top: 10px;
  }
}
.contact_pg.sec_1 .sec_1_content .bottoms .inline .block .copy_content p {
  color: white;
  transition: none !important;
  margin-bottom: 2.5px !important;
}
.contact_pg.sec_1 .sec_1_content .bottoms .inline .block .copy_content p:last-of-type {
  margin-bottom: 0 !important;
}
.contact_pg.sec_1 .sec_1_content .bottoms .inline .block .copy_content p a {
  text-decoration: none;
  transition: none !important;
  text-decoration-thickness: 0.8px !important;
  text-underline-offset: 4px !important;
}
@media (min-width: 769px) {
  .contact_pg.sec_1 .sec_1_content .bottoms .inline .block .copy_content p a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 992px) {
  .contact_pg.sec_1 .sec_1_content .bottoms .inline .block .copy_content p, .contact_pg.sec_1 .sec_1_content .bottoms .inline .block .copy_content a {
    font-size: 12.5px !important;
  }
}
@media (max-width: 470px) {
  .contact_pg.sec_1 .sec_1_content .bottoms .inline .block .copy_content p, .contact_pg.sec_1 .sec_1_content .bottoms .inline .block .copy_content a {
    font-size: 12px !important;
  }
}
.contact_pg.sec_1 .sec_1_content .bottoms .inline .block.numbers .copy_content p {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
}
.contact_pg.sec_1 .sec_1_content .bottoms .inline .block.numbers .copy_content p span {
  display: block;
}
.contact_pg.hr_sec {
  background: #666263;
  border: none;
  height: 1px;
  margin: 0;
}
.contact_pg.sec_2 {
  background: #231F20;
}
.contact_pg.sec_2 .sec_2_content .tops h2, .contact_pg.sec_2 .sec_2_content .tops p {
  text-align: center;
}
.contact_pg.sec_2 .sec_2_content .tops .copy_content {
  max-width: 480px;
  margin: 0 auto;
}
.contact_pg.sec_2 .sec_2_content .tops .copy_content p {
  color: white;
}
.contact_pg.sec_2 .sec_2_content .bottoms {
  margin-top: 45px;
}
.contact_pg.sec_2 .sec_2_content .bottoms .form {
  max-width: 900px;
  margin: 0 auto;
}
.contact_pg.sec_2 .sec_2_content .bottoms .form .gfield--type-consent {
  text-align: center !important;
}
.contact_pg.sec_2 .sec_2_content .bottoms .form .gform-footer {
  margin-left: auto;
  margin-right: auto;
}
.contact_pg.sec_3 .sec_3_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  transition: all 0.2s ease-in-out 0.01s;
  padding: 0 7.5%;
}
@media (max-width: 1600px) {
  .contact_pg.sec_3 .sec_3_content {
    padding: 0 4%;
  }
}
@media (max-width: 1410px) {
  .contact_pg.sec_3 .sec_3_content {
    padding: 0 2%;
  }
}
@media (max-width: 992px) {
  .contact_pg.sec_3 .sec_3_content {
    padding: 0%;
  }
}
@media (max-width: 768px) {
  .contact_pg.sec_3 .sec_3_content {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin: 0 auto;
  }
}
.contact_pg.sec_3 .sec_3_content .lefts {
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.contact_pg.sec_3 .sec_3_content .lefts .lefts_content {
  position: relative;
  height: 100%;
}
.contact_pg.sec_3 .sec_3_content .lefts .lefts_content .mediaa {
  position: relative;
  z-index: 1;
  height: 100%;
}
.contact_pg.sec_3 .sec_3_content .lefts .lefts_content .mediaa .videos,
.contact_pg.sec_3 .sec_3_content .lefts .lefts_content .mediaa .image {
  position: relative;
  z-index: 2;
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
}
.contact_pg.sec_3 .sec_3_content .lefts .lefts_content .mediaa .videos img:not(.play_btn),
.contact_pg.sec_3 .sec_3_content .lefts .lefts_content .mediaa .videos video,
.contact_pg.sec_3 .sec_3_content .lefts .lefts_content .mediaa .image img:not(.play_btn),
.contact_pg.sec_3 .sec_3_content .lefts .lefts_content .mediaa .image video {
  aspect-ratio: 1.2/1;
}
@media (max-width: 768px) {
  .contact_pg.sec_3 .sec_3_content .lefts .lefts_content .mediaa .videos img:not(.play_btn),
  .contact_pg.sec_3 .sec_3_content .lefts .lefts_content .mediaa .videos video,
  .contact_pg.sec_3 .sec_3_content .lefts .lefts_content .mediaa .image img:not(.play_btn),
  .contact_pg.sec_3 .sec_3_content .lefts .lefts_content .mediaa .image video {
    aspect-ratio: 2/1;
  }
}
.contact_pg.sec_3 .sec_3_content .lefts .lefts_content .mediaa.has_content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: radial-gradient(circle at bottom left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%);
  z-index: 3;
}
.contact_pg.sec_3 .sec_3_content .lefts .lefts_content .absolute_content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 6% 8%;
  padding: 5% 6%;
}
@media (max-width: 1920px) {
  .contact_pg.sec_3 .sec_3_content .lefts .lefts_content .absolute_content {
    padding: 5.5%;
  }
}
@media (max-width: 1280px) {
  .contact_pg.sec_3 .sec_3_content .lefts .lefts_content .absolute_content {
    padding: 4%;
  }
}
@media (max-width: 470px) {
  .contact_pg.sec_3 .sec_3_content .lefts .lefts_content .absolute_content {
    padding: 15px;
  }
}
@media (max-width: 380px) {
  .contact_pg.sec_3 .sec_3_content .lefts .lefts_content .absolute_content {
    padding: 10px;
  }
}
@media (max-width: 320px) {
  .contact_pg.sec_3 .sec_3_content .lefts .lefts_content .absolute_content {
    padding: 7px;
  }
}
.contact_pg.sec_3 .sec_3_content .lefts .lefts_content .absolute_content h2 {
  color: white;
  margin-bottom: 0 !important;
}
.contact_pg.sec_3 .sec_3_content .rights {
  padding: 8% 20%;
  transition: all 0.2s ease-in-out 0.01s;
  padding-right: 0 !important;
}
@media (max-width: 1920px) {
  .contact_pg.sec_3 .sec_3_content .rights {
    padding: 8% 15%;
  }
}
@media (max-width: 1410px) {
  .contact_pg.sec_3 .sec_3_content .rights {
    padding: 8% 12.5%;
  }
}
@media (max-width: 1280px) {
  .contact_pg.sec_3 .sec_3_content .rights {
    padding: 8% 10%;
    padding-right: 7.5%;
  }
}
@media (max-width: 992px) {
  .contact_pg.sec_3 .sec_3_content .rights {
    padding: 8% 9%;
    padding-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .contact_pg.sec_3 .sec_3_content .rights {
    padding: 0;
    padding-top: 2.5rem;
  }
}
@media (max-width: 470px) {
  .contact_pg.sec_3 .sec_3_content .rights {
    padding-top: 2rem;
  }
}
@media (max-width: 380px) {
  .contact_pg.sec_3 .sec_3_content .rights {
    padding-top: 1.5rem;
  }
}
.contact_pg.sec_3 .sec_3_content .rights .rights_content h2 {
  margin-bottom: 0 !important;
}
.contact_pg.sec_3 .sec_3_content .rights .rights_content .copy_content {
  padding-top: 13px;
}
@media (max-width: 1410px) {
  .contact_pg.sec_3 .sec_3_content .rights .rights_content .copy_content {
    padding-top: 11px;
  }
}
@media (max-width: 992px) {
  .contact_pg.sec_3 .sec_3_content .rights .rights_content .copy_content {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .contact_pg.sec_3 .sec_3_content .rights .rights_content .copy_content {
    padding-top: 7px;
  }
}
@media (max-width: 470px) {
  .contact_pg.sec_3 .sec_3_content .rights .rights_content .copy_content {
    padding-top: 6px;
  }
}
@media (max-width: 380px) {
  .contact_pg.sec_3 .sec_3_content .rights .rights_content .copy_content {
    padding-top: 4px;
  }
}
.contact_pg.sec_3 .sec_3_content .rights .rights_content .c_button {
  margin-top: 30px;
}
@media (max-width: 1920px) {
  .contact_pg.sec_3 .sec_3_content .rights .rights_content .c_button {
    margin-top: 27.5px;
  }
}
@media (max-width: 1410px) {
  .contact_pg.sec_3 .sec_3_content .rights .rights_content .c_button {
    margin-top: 21px;
  }
}
@media (max-width: 1280px) {
  .contact_pg.sec_3 .sec_3_content .rights .rights_content .c_button {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .contact_pg.sec_3 .sec_3_content .rights .rights_content .c_button {
    margin-top: 17px;
  }
}
@media (max-width: 470px) {
  .contact_pg.sec_3 .sec_3_content .rights .rights_content .c_button {
    margin-top: 15px;
  }
}
@media (max-width: 380px) {
  .contact_pg.sec_3 .sec_3_content .rights .rights_content .c_button {
    margin-top: 13.5px;
  }
}

body.media {
  display: block;
  background: #e9e9e9;
}

.media_pg.sec_1 .sec_1_content h1 {
  text-align: center;
}
.media_pg.sec_1 .sec_1_content .copy_content {
  max-width: 500px;
  margin: 0 auto;
}
.media_pg.sec_1 .sec_1_content .copy_content p {
  text-align: center;
}
.media_pg.sec_2 {
  padding-top: 0 !important;
}
.media_pg.sec_2 .sec_2_content .all_posts .media_post {
  display: grid;
  grid-template-columns: 3fr 1.2fr;
  border-bottom: 1px solid #d5d5d5;
  padding: 20px 0;
  gap: 6rem;
  align-items: center;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .media_pg.sec_2 .sec_2_content .all_posts .media_post {
    gap: 5rem;
  }
}
@media (max-width: 1600px) {
  .media_pg.sec_2 .sec_2_content .all_posts .media_post {
    gap: 3rem;
  }
}
@media (max-width: 1280px) {
  .media_pg.sec_2 .sec_2_content .all_posts .media_post {
    gap: 1.5rem;
  }
}
@media (max-width: 992px) {
  .media_pg.sec_2 .sec_2_content .all_posts .media_post {
    grid-template-columns: 2fr 1.2fr;
  }
}
@media (max-width: 768px) {
  .media_pg.sec_2 .sec_2_content .all_posts .media_post {
    grid-template-columns: 2fr 1.4fr;
  }
}
@media (max-width: 576px) {
  .media_pg.sec_2 .sec_2_content .all_posts .media_post {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.media_pg.sec_2 .sec_2_content .all_posts .media_post:first-of-type {
  border-top: 1px solid #d5d5d5;
}
.media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 2rem;
  padding-left: 40px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content {
    padding-left: 35px;
  }
}
@media (max-width: 1600px) {
  .media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content {
    padding-left: 25px;
  }
}
@media (max-width: 1280px) {
  .media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content {
    padding-left: 15px;
  }
}
@media (max-width: 992px) {
  .media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content {
    padding-left: 25px;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content {
    padding-left: 15px;
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content .media_date_wrap {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content .media_date_wrap span {
  display: block;
  color: #2B9DD7;
}
@media (max-width: 768px) {
  .media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content .media_date_wrap span {
    display: unset;
    margin-bottom: 0 !important;
  }
}
.media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content .media_date_wrap span.h4 {
  font-weight: 500 !important;
}
.media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content .media_date_wrap span.h3 {
  font-weight: 600 !important;
}
.media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content .media_content_wrap {
  padding-right: 25%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content .media_content_wrap {
    padding-right: 20%;
  }
}
@media (max-width: 992px) {
  .media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content .media_content_wrap {
    padding-right: 15%;
  }
}
@media (max-width: 576px) {
  .media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content .media_content_wrap {
    padding-right: 0;
  }
}
.media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content .media_content_wrap h3 {
  font-weight: 300 !important;
  margin-bottom: 0.7em !important;
}
.media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content .media_content_wrap h3 a {
  font-weight: inherit !important;
  margin-bottom: inherit !important;
  color: inherit !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px !important;
}
.media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content .media_content_wrap .c_button {
  margin-top: 20px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  border-radius: 0;
  border-bottom: 1px solid #bdbcbc;
  padding-bottom: 4px !important;
  color: #231F20;
}
@media (max-width: 992px) {
  .media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content .media_content_wrap .c_button {
    margin-top: 15px;
  }
}
.media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content .media_content_wrap .c_button::after, .media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content .media_content_wrap .c_button::before {
  content: none;
}
.media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content .media_content_wrap .c_button svg path, .media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content .media_content_wrap .c_button svg rect {
  fill: #231F20;
}
@media (min-width: 769px) {
  .media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content .media_content_wrap .c_button:hover {
    color: #F0672B;
    border-color: #F0672B;
  }
  .media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content .media_content_wrap .c_button:hover svg path, .media_pg.sec_2 .sec_2_content .all_posts .media_post .leftss_content .media_content_wrap .c_button:hover svg rect {
    fill: #F0672B;
  }
}
.media_pg.sec_2 .sec_2_content .all_posts .media_post .media_img_wrap img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1.3/1;
  object-fit: cover;
}
.media_pg.sec_2 .sec_2_content .load_more_wrap {
  display: flex;
  justify-content: center;
}

.policy_pg.sec_1 .sec_1_content h1.no_margin {
  margin-bottom: 0 !important;
}
.policy_pg.sec_1 .sec_1_content .copy_content {
  max-width: 670px;
}
.policy_pg.sec_2 .sec_2_content {
  display: block !important;
}
.policy_pg.sec_2 .sec_2_content .copy_content.pg_content {
  padding: 0 6%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .policy_pg.sec_2 .sec_2_content .copy_content.pg_content {
    padding: 0 4%;
  }
}
@media (max-width: 1600px) {
  .policy_pg.sec_2 .sec_2_content .copy_content.pg_content {
    padding: 0%;
  }
}
.policy_pg.sec_2 .sec_2_content .copy_content.pg_content h1, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h2, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h3, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h4, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h5, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h6 {
  font-weight: 600 !important;
}
.policy_pg.sec_2 .sec_2_content .copy_content.pg_content p strong {
  font-weight: 400 !important;
}
.policy_pg.sec_2 .sec_2_content .copy_content.pg_content h1, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h2, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h3, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h4, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h5, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h6 {
  margin-bottom: 0.9em !important;
  margin-bottom: 12px !important;
  margin-top: 50px;
}
@media (max-width: 1920px) {
  .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h1, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h2, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h3, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h4, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h5, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h6 {
    margin-top: 45px !important;
  }
}
@media (max-width: 1410px) {
  .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h1, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h2, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h3, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h4, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h5, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h6 {
    margin-top: 42.5px !important;
  }
}
@media (max-width: 1280px) {
  .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h1, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h2, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h3, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h4, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h5, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h6 {
    margin-top: 40px !important;
    margin-bottom: 9px !important;
  }
}
@media (max-width: 992px) {
  .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h1, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h2, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h3, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h4, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h5, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h6 {
    margin-top: 37.5px !important;
    margin-bottom: 8px !important;
  }
}
@media (max-width: 768px) {
  .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h1, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h2, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h3, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h4, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h5, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h6 {
    margin-top: 32.5px !important;
    margin-bottom: 8px !important;
  }
}
@media (max-width: 470px) {
  .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h1, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h2, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h3, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h4, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h5, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h6 {
    margin-top: 30px !important;
    margin-bottom: 7px !important;
  }
}
@media (max-width: 380px) {
  .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h1, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h2, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h3, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h4, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h5, .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h6 {
    margin-top: 30px !important;
  }
}
.policy_pg.sec_2 .sec_2_content .copy_content.pg_content h2 {
  font-size: 30px;
}
.policy_pg.sec_2 .sec_2_content .copy_content.pg_content h2:first-child {
  margin-top: 0 !important;
}
@media (max-width: 1920px) {
  .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h2 {
    font-size: 28px;
  }
}
@media (max-width: 1410px) {
  .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h2 {
    font-size: 25px;
  }
}
@media (max-width: 1280px) {
  .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h2 {
    font-size: 23px;
  }
}
@media (max-width: 992px) {
  .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h2 {
    font-size: 21.5px;
  }
}
@media (max-width: 768px) {
  .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h2 {
    font-size: 19px;
  }
}
@media (max-width: 470px) {
  .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h2 {
    font-size: 17px;
  }
}
@media (max-width: 380px) {
  .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h2 {
    font-size: 16px;
  }
}
.policy_pg.sec_2 .sec_2_content .copy_content.pg_content h3 {
  margin-top: 40px !important;
  margin-bottom: 0.6em !important;
}
@media (max-width: 1410px) {
  .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h3 {
    margin-top: 35px !important;
  }
}
@media (max-width: 992px) {
  .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h3 {
    margin-top: 30px !important;
    font-size: 17.5px !important;
  }
}
@media (max-width: 768px) {
  .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h3 {
    margin-top: 27.5px !important;
    font-size: 16px !important;
  }
}
@media (max-width: 470px) {
  .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h3 {
    margin-top: 25px !important;
    font-size: 15px !important;
  }
}
@media (max-width: 380px) {
  .policy_pg.sec_2 .sec_2_content .copy_content.pg_content h3 {
    margin-top: 22.5px !important;
    font-size: 14px !important;
  }
}
.policy_pg.sec_2 .sec_2_content .copy_content.pg_content h2 + h3 {
  margin-top: 0px !important;
}
.policy_pg.sec_2 .sec_2_content .copy_content.pg_content p {
  margin-bottom: 1em !important;
}
.policy_pg.sec_2 .sec_2_content .copy_content.pg_content p:last-child {
  margin-bottom: 0 !important;
}
.policy_pg.sec_2 .sec_2_content .copy_content.pg_content a {
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1px !important;
  font-weight: 700 !important;
}
.policy_pg.sec_2 .sec_2_content .copy_content.pg_content a:hover {
  color: #F0672B !important;
}
.policy_pg.sec_2 .sec_2_content .copy_content.pg_content ul {
  padding-left: 19px;
}
.policy_pg.sec_2 .sec_2_content .bottoms_content hr {
  background: #e9e9e9;
  border: none;
  outline: none;
  height: 1px;
  margin: 50px 0;
}
@media (max-width: 768px) {
  .policy_pg.sec_2 .sec_2_content .bottoms_content hr {
    margin: 40px 0;
  }
}
@media (max-width: 470px) {
  .policy_pg.sec_2 .sec_2_content .bottoms_content hr {
    margin: 35px 0;
  }
}
@media (max-width: 380px) {
  .policy_pg.sec_2 .sec_2_content .bottoms_content hr {
    margin: 30px 0;
  }
}
.policy_pg.sec_2 .sec_2_content .bottoms_content .bottoms_content_inner {
  padding: 0 6%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .policy_pg.sec_2 .sec_2_content .bottoms_content .bottoms_content_inner {
    padding: 0 4%;
  }
}
@media (max-width: 1600px) {
  .policy_pg.sec_2 .sec_2_content .bottoms_content .bottoms_content_inner {
    padding: 0%;
  }
}
.policy_pg.sec_2 .sec_2_content .bottoms_content .bottoms_content_inner h3 {
  font-weight: 300 !important;
  margin-bottom: 0.85em !important;
}
@media (max-width: 768px) {
  .policy_pg.sec_2 .sec_2_content .bottoms_content .bottoms_content_inner h3 br {
    display: none;
  }
}
.policy_pg.sec_2 .sec_2_content .bottoms_content .bottoms_content_inner .copy_content.btnss {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem 4rem;
}
.policy_pg.sec_2 .sec_2_content .bottoms_content .bottoms_content_inner .copy_content.btnss .c_button {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  border-bottom: 1px solid #bdbcbc;
  padding-bottom: 4px !important;
  color: #231F20;
}
.policy_pg.sec_2 .sec_2_content .bottoms_content .bottoms_content_inner .copy_content.btnss .c_button::after, .policy_pg.sec_2 .sec_2_content .bottoms_content .bottoms_content_inner .copy_content.btnss .c_button::before {
  content: none;
}
.policy_pg.sec_2 .sec_2_content .bottoms_content .bottoms_content_inner .copy_content.btnss .c_button svg path, .policy_pg.sec_2 .sec_2_content .bottoms_content .bottoms_content_inner .copy_content.btnss .c_button svg rect {
  fill: #231F20;
}
@media (min-width: 769px) {
  .policy_pg.sec_2 .sec_2_content .bottoms_content .bottoms_content_inner .copy_content.btnss .c_button:hover {
    color: #F0672B;
    border-color: #F0672B;
  }
  .policy_pg.sec_2 .sec_2_content .bottoms_content .bottoms_content_inner .copy_content.btnss .c_button:hover svg path, .policy_pg.sec_2 .sec_2_content .bottoms_content .bottoms_content_inner .copy_content.btnss .c_button:hover svg rect {
    fill: #F0672B;
  }
}

.find_dealer_pg.sec_1 .sec_1_content {
  position: relative;
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style .grid_style_content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 17rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style .grid_style_content {
    gap: 14rem;
  }
}
@media (max-width: 1410px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style .grid_style_content {
    gap: 11rem;
  }
}
@media (max-width: 1280px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style .grid_style_content {
    gap: 7rem;
  }
}
@media (max-width: 992px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style .grid_style_content {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 750px;
  }
}
@media (max-width: 768px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style .grid_style_content {
    max-width: 650px;
  }
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_tops .main_tops_content .search_box {
  margin-top: 30px;
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_tops .main_tops_content .search_box .search_box_inner {
  max-width: 410px;
  width: 100%;
  border-bottom: 1px solid #aeacad;
  display: flex;
  position: relative;
  align-items: center;
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_tops .main_tops_content .search_box .search_box_inner input {
  border: none !important;
  outline: none !important;
  box-shadow: none;
  background: transparent;
  width: 100%;
  font-size: 15px !important;
  color: #231F20;
  border-radius: 0;
  font-family: stolzl, sans-serif !important;
  position: relative;
  z-index: 1;
  padding: 8px 12px;
  padding-top: 0;
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_tops .main_tops_content .search_box .search_box_inner input::placeholder {
  color: #868484;
  font-family: stolzl, sans-serif !important;
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_tops .main_tops_content .search_box .search_box_inner .select2-selection__arrow_date {
  position: absolute;
  right: 12px;
  top: 38%;
  transform: translateY(-50%);
  z-index: 0;
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_tops .main_tops_content .search_box .search_box_inner img {
  width: 17px;
  object-fit: contain;
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms {
  padding-top: 60px !important;
}
@media (max-width: 992px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content {
    gap: 5.5rem;
  }
}
@media (max-width: 470px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content {
    gap: 5rem;
  }
}
@media (max-width: 380px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content {
    gap: 4.5rem;
  }
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 40px;
  padding-top: 35px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer {
    padding-bottom: 35px;
    padding-top: 30px;
  }
}
@media (max-width: 1410px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer {
    padding-bottom: 30px;
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer {
    padding-bottom: 27.5px;
    padding-top: 22.5px;
  }
}
@media (max-width: 470px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer {
    padding-bottom: 25px;
    padding-top: 20px;
  }
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer:first-of-type {
  padding-top: 0;
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer:last-of-type {
  border: none;
  padding-bottom: 0;
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_top .inline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_top .inline h2 {
  margin-bottom: 0 !important;
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_top .inline .distance_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_top .inline .distance_block h4 {
  text-align: center;
  position: relative;
  color: white;
  font-size: 20px !important;
  font-weight: 600 !important;
}
@media (max-width: 1920px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_top .inline .distance_block h4 {
    font-size: 17px !important;
  }
}
@media (max-width: 1410px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_top .inline .distance_block h4 {
    font-size: 15px !important;
  }
}
@media (max-width: 768px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_top .inline .distance_block h4 {
    font-size: 14px !important;
  }
}
@media (max-width: 470px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_top .inline .distance_block h4 {
    font-size: 13px !important;
  }
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_top .inline .distance_block h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transform-origin: center;
  width: 44px;
  height: 39px;
  background: linear-gradient(0deg, #FFA500, #FF6A00);
  z-index: -1;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_top .inline .distance_block h4::before {
    width: 40px;
    height: 34px;
  }
}
@media (max-width: 1410px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_top .inline .distance_block h4::before {
    width: 37px;
    height: 32px;
  }
}
@media (max-width: 768px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_top .inline .distance_block h4::before {
    width: 35px;
    height: 30px;
  }
}
@media (max-width: 470px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_top .inline .distance_block h4::before {
    width: 33px;
    height: 29px;
  }
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_top .inline .distance_block .distance {
  padding-top: 4.5px;
}
@media (max-width: 1920px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_top .inline .distance_block .distance {
    padding-top: 7px;
  }
}
@media (max-width: 768px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_top .inline .distance_block .distance {
    padding-top: 8px;
  }
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_top .inline .distance_block .distance p {
  color: #7b7979;
  text-align: center;
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_bottom .copy_content .location p {
  font-weight: 500 !important;
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_bottom .copy_content .contact_inline {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_bottom .copy_content .contact_inline p, .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_bottom .copy_content .contact_inline a {
  margin-bottom: 0 !important;
  color: #918f8f;
  font-weight: 500 !important;
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_bottom .copy_content .contact_inline a {
  text-decoration-thickness: 0.8px !important;
  text-underline-offset: 2px !important;
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_bottom .copy_content .contact_inline a:hover {
  color: #F0672B !important;
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_bottom .copy_content .contact_inline span {
  display: block;
  color: white;
  position: relative;
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .lefts .lefts_content .locations .dealer .d_bottom .copy_content .contact_inline span::after {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 20px;
  background: #918f8f;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .rights {
  width: 100%;
  margin-top: -310px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (min-width: 993px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .rights {
    position: sticky;
    top: 110px;
    align-self: start;
  }
}
@media (max-width: 1920px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .rights {
    margin-top: -295px;
  }
}
@media (max-width: 1410px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .rights {
    margin-top: -260px;
  }
}
@media (max-width: 1280px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .rights {
    margin-top: -255px;
  }
}
@media (max-width: 992px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .rights {
    margin-top: 0px;
  }
}
.find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .rights .rights_content .map {
  width: auto;
  height: 1000px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .rights .rights_content .map {
    height: 680px;
  }
}
@media (max-width: 1410px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .rights .rights_content .map {
    height: 620px;
  }
}
@media (max-width: 992px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .rights .rights_content .map {
    max-height: 800px;
    aspect-ratio: 1.4/1;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 470px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .rights .rights_content .map {
    aspect-ratio: 1.2/1;
  }
}
@media (max-width: 380px) {
  .find_dealer_pg.sec_1 .sec_1_content .grid_style.main_bottoms .main_bottoms_content .rights .rights_content .map {
    aspect-ratio: 1.1/1;
  }
}

.single_blog_pg_outer .single_blog_pg .thin {
  padding: 0 6%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_blog_pg_outer .single_blog_pg .thin {
    padding: 0 4%;
  }
}
@media (max-width: 1600px) {
  .single_blog_pg_outer .single_blog_pg .thin {
    padding: 0%;
  }
}
.single_blog_pg_outer .single_blog_pg .copy_content.body_style h1, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h2, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h3, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h4, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h5, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h6 {
  font-weight: 600 !important;
}
.single_blog_pg_outer .single_blog_pg .copy_content.body_style p strong {
  font-weight: 400 !important;
}
.single_blog_pg_outer .single_blog_pg .copy_content.body_style h1, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h2, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h3, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h4, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h5, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h6 {
  margin-bottom: 0.9em !important;
  margin-bottom: 12px !important;
  margin-top: 50px;
}
@media (max-width: 1920px) {
  .single_blog_pg_outer .single_blog_pg .copy_content.body_style h1, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h2, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h3, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h4, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h5, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h6 {
    margin-top: 45px !important;
  }
}
@media (max-width: 1410px) {
  .single_blog_pg_outer .single_blog_pg .copy_content.body_style h1, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h2, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h3, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h4, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h5, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h6 {
    margin-top: 42.5px !important;
  }
}
@media (max-width: 1280px) {
  .single_blog_pg_outer .single_blog_pg .copy_content.body_style h1, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h2, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h3, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h4, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h5, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h6 {
    margin-top: 40px !important;
    margin-bottom: 9px !important;
  }
}
@media (max-width: 992px) {
  .single_blog_pg_outer .single_blog_pg .copy_content.body_style h1, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h2, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h3, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h4, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h5, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h6 {
    margin-top: 37.5px !important;
    margin-bottom: 8px !important;
  }
}
@media (max-width: 768px) {
  .single_blog_pg_outer .single_blog_pg .copy_content.body_style h1, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h2, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h3, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h4, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h5, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h6 {
    margin-top: 32.5px !important;
    margin-bottom: 8px !important;
  }
}
@media (max-width: 470px) {
  .single_blog_pg_outer .single_blog_pg .copy_content.body_style h1, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h2, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h3, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h4, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h5, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h6 {
    margin-top: 30px !important;
    margin-bottom: 7px !important;
  }
}
@media (max-width: 380px) {
  .single_blog_pg_outer .single_blog_pg .copy_content.body_style h1, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h2, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h3, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h4, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h5, .single_blog_pg_outer .single_blog_pg .copy_content.body_style h6 {
    margin-top: 30px !important;
  }
}
.single_blog_pg_outer .single_blog_pg .copy_content.body_style h2 {
  font-size: 30px;
}
.single_blog_pg_outer .single_blog_pg .copy_content.body_style h2:first-child {
  margin-top: 0 !important;
}
@media (max-width: 1920px) {
  .single_blog_pg_outer .single_blog_pg .copy_content.body_style h2 {
    font-size: 28px;
  }
}
@media (max-width: 1410px) {
  .single_blog_pg_outer .single_blog_pg .copy_content.body_style h2 {
    font-size: 25px;
  }
}
@media (max-width: 1280px) {
  .single_blog_pg_outer .single_blog_pg .copy_content.body_style h2 {
    font-size: 23px;
  }
}
@media (max-width: 992px) {
  .single_blog_pg_outer .single_blog_pg .copy_content.body_style h2 {
    font-size: 21.5px;
  }
}
@media (max-width: 768px) {
  .single_blog_pg_outer .single_blog_pg .copy_content.body_style h2 {
    font-size: 19px;
  }
}
@media (max-width: 470px) {
  .single_blog_pg_outer .single_blog_pg .copy_content.body_style h2 {
    font-size: 17px;
  }
}
@media (max-width: 380px) {
  .single_blog_pg_outer .single_blog_pg .copy_content.body_style h2 {
    font-size: 16px;
  }
}
.single_blog_pg_outer .single_blog_pg .copy_content.body_style h3 {
  margin-top: 40px !important;
  margin-bottom: 0.6em !important;
}
@media (max-width: 1410px) {
  .single_blog_pg_outer .single_blog_pg .copy_content.body_style h3 {
    margin-top: 35px !important;
  }
}
@media (max-width: 989px) {
  .single_blog_pg_outer .single_blog_pg .copy_content.body_style h3 {
    margin-top: 30px !important;
  }
}
@media (max-width: 768px) {
  .single_blog_pg_outer .single_blog_pg .copy_content.body_style h3 {
    margin-top: 27.5px !important;
    font-weight: 300 !important;
  }
}
@media (max-width: 470px) {
  .single_blog_pg_outer .single_blog_pg .copy_content.body_style h3 {
    margin-top: 25px !important;
  }
}
@media (max-width: 380px) {
  .single_blog_pg_outer .single_blog_pg .copy_content.body_style h3 {
    margin-top: 22.5px !important;
  }
}
.single_blog_pg_outer .single_blog_pg .copy_content.body_style h2 + h3 {
  margin-top: 0px !important;
}
.single_blog_pg_outer .single_blog_pg .copy_content.body_style p {
  margin-bottom: 1em !important;
}
.single_blog_pg_outer .single_blog_pg .copy_content.body_style p:last-child {
  margin-bottom: 0 !important;
}
.single_blog_pg_outer .single_blog_pg .copy_content.body_style a {
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1px !important;
  font-weight: 700 !important;
}
.single_blog_pg_outer .single_blog_pg .copy_content.body_style a:hover {
  color: #F0672B !important;
}
.single_blog_pg_outer .single_blog_pg .copy_content.body_style ul {
  padding-left: 25px;
  margin: 15px 0 !important;
}
.single_blog_pg_outer .single_blog_pg .copy_content.body_style ul li {
  margin-bottom: 4px !important;
}
.single_blog_pg_outer .single_blog_pg .copy_content.body_style ul li:last-of-type {
  margin-bottom: 0 !important;
}
.single_blog_pg_outer .single_blog_pg.top-sec-pad {
  padding-top: 50px;
}
@media (max-width: 1920px) {
  .single_blog_pg_outer .single_blog_pg.top-sec-pad {
    padding-top: 45px;
  }
}
@media (max-width: 1410px) {
  .single_blog_pg_outer .single_blog_pg.top-sec-pad {
    padding-top: 42.5px;
  }
}
@media (max-width: 1280px) {
  .single_blog_pg_outer .single_blog_pg.top-sec-pad {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .single_blog_pg_outer .single_blog_pg.top-sec-pad {
    padding-top: 37.5px;
  }
}
@media (max-width: 768px) {
  .single_blog_pg_outer .single_blog_pg.top-sec-pad {
    padding-top: 32.5px;
  }
}
@media (max-width: 470px) {
  .single_blog_pg_outer .single_blog_pg.top-sec-pad {
    padding-top: 30px;
  }
}
@media (max-width: 380px) {
  .single_blog_pg_outer .single_blog_pg.top-sec-pad {
    padding-top: 30px;
  }
}
.single_blog_pg_outer .single_blog_pg.sec_1 .sec_1_content p, .single_blog_pg_outer .single_blog_pg.sec_1 .sec_1_content h1 {
  text-align: center;
}
.single_blog_pg_outer .single_blog_pg.sec_1 .sec_1_content h1 {
  margin-bottom: 0.9em !important;
}
.single_blog_pg_outer .single_blog_pg.sec_1 .sec_1_content .copy_content p {
  text-align: left;
}
.single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa {
  border-radius: 5px;
  overflow: hidden;
}
.single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .videos img:not(.play_btn),
.single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .videos video,
.single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .image img:not(.play_btn),
.single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .image video {
  aspect-ratio: 3.8/1;
}
@media (max-width: 1920px) {
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .videos img:not(.play_btn),
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .videos video,
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .image img:not(.play_btn),
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .image video {
    aspect-ratio: 3.6/1;
  }
}
@media (max-width: 1410px) {
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .videos img:not(.play_btn),
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .videos video,
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .image img:not(.play_btn),
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .image video {
    aspect-ratio: 3.5/1;
  }
}
@media (max-width: 1280px) {
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .videos img:not(.play_btn),
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .videos video,
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .image img:not(.play_btn),
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .image video {
    aspect-ratio: 3.4/1;
  }
}
@media (max-width: 992px) {
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .videos img:not(.play_btn),
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .videos video,
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .image img:not(.play_btn),
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .image video {
    aspect-ratio: 3/1;
  }
}
@media (max-width: 768px) {
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .videos img:not(.play_btn),
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .videos video,
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .image img:not(.play_btn),
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .image video {
    aspect-ratio: 2.25/1;
  }
}
@media (max-width: 576px) {
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .videos img:not(.play_btn),
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .videos video,
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .image img:not(.play_btn),
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .image video {
    aspect-ratio: 2/1;
  }
}
@media (max-width: 470px) {
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .videos img:not(.play_btn),
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .videos video,
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .image img:not(.play_btn),
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .image video {
    aspect-ratio: 1.7/1;
  }
}
@media (max-width: 380px) {
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .videos img:not(.play_btn),
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .videos video,
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .image img:not(.play_btn),
  .single_blog_pg_outer .single_blog_pg.sec_2 .sec_2_content .mediaa .image video {
    aspect-ratio: 1.5/1;
  }
}
.single_blog_pg_outer .single_blog_pg.media_grid_sec {
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .single_blog_pg_outer .single_blog_pg.media_grid_sec {
    padding-bottom: 10px;
  }
}
@media (max-width: 470px) {
  .single_blog_pg_outer .single_blog_pg.media_grid_sec {
    padding-bottom: 5px;
  }
}
@media (max-width: 380px) {
  .single_blog_pg_outer .single_blog_pg.media_grid_sec {
    padding-bottom: 0px;
  }
}
.single_blog_pg_outer .single_blog_pg.media_grid_sec .media_grid_sec_content .media_grid {
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_blog_pg_outer .single_blog_pg.media_grid_sec .media_grid_sec_content .media_grid {
    gap: 2.5rem;
  }
}
@media (max-width: 1410px) {
  .single_blog_pg_outer .single_blog_pg.media_grid_sec .media_grid_sec_content .media_grid {
    gap: 2rem;
    padding: 0 20px;
  }
}
@media (max-width: 1280px) {
  .single_blog_pg_outer .single_blog_pg.media_grid_sec .media_grid_sec_content .media_grid {
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .single_blog_pg_outer .single_blog_pg.media_grid_sec .media_grid_sec_content .media_grid {
    gap: 1.25rem;
    padding: 0 15px;
  }
}
@media (max-width: 470px) {
  .single_blog_pg_outer .single_blog_pg.media_grid_sec .media_grid_sec_content .media_grid {
    gap: 1rem;
    padding: 0 10px;
  }
}
@media (max-width: 380px) {
  .single_blog_pg_outer .single_blog_pg.media_grid_sec .media_grid_sec_content .media_grid {
    padding: 0 5px;
  }
}
.single_blog_pg_outer .single_blog_pg.media_grid_sec .media_grid_sec_content .media_grid .child {
  line-height: 0;
}
.single_blog_pg_outer .single_blog_pg.media_grid_sec .media_grid_sec_content .media_grid .child.grid_two_col {
  grid-column: span 2;
}
.single_blog_pg_outer .single_blog_pg.media_grid_sec .media_grid_sec_content .media_grid .child .mediaa {
  border-radius: 5px;
  overflow: hidden;
}
.single_blog_pg_outer .single_blog_pg.media_grid_sec .media_grid_sec_content .media_grid .child .mediaa .videos img:not(.play_btn),
.single_blog_pg_outer .single_blog_pg.media_grid_sec .media_grid_sec_content .media_grid .child .mediaa .videos video,
.single_blog_pg_outer .single_blog_pg.media_grid_sec .media_grid_sec_content .media_grid .child .mediaa .image img:not(.play_btn),
.single_blog_pg_outer .single_blog_pg.media_grid_sec .media_grid_sec_content .media_grid .child .mediaa .image video {
  aspect-ratio: 1.221/1;
}
.single_blog_pg_outer .single_blog_pg.media_grid_sec .media_grid_sec_content .media_grid .child .copy_content.small {
  margin-top: 7px;
}
.single_blog_pg_outer .single_blog_pg.last_share_sec {
  margin-top: 45px;
}
@media (max-width: 1410px) {
  .single_blog_pg_outer .single_blog_pg.last_share_sec {
    margin-top: 42.5px;
  }
}
.single_blog_pg_outer .single_blog_pg.last_share_sec .last_share_sec_content p {
  text-align: center;
}
.single_blog_pg_outer .single_blog_pg.last_share_sec .last_share_sec_content .share_links {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  align-items: center;
  padding-top: 5px;
  transition: all 0.2s ease-in-out 0.01s;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .single_blog_pg_outer .single_blog_pg.last_share_sec .last_share_sec_content .share_links {
    padding-top: 2.5px;
  }
}
.single_blog_pg_outer .single_blog_pg.last_share_sec .last_share_sec_content .share_links a {
  display: block;
  padding: 16px;
  width: 60px;
  height: 60px;
  border: 1px solid #F0672B;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.2s ease-in-out 0.01s !important;
}
@media (max-width: 1920px) {
  .single_blog_pg_outer .single_blog_pg.last_share_sec .last_share_sec_content .share_links a {
    width: 55px;
    height: 55px;
    padding: 14.2px;
  }
}
@media (max-width: 1410px) {
  .single_blog_pg_outer .single_blog_pg.last_share_sec .last_share_sec_content .share_links a {
    width: 50px;
    height: 50px;
    padding: 13px;
  }
}
@media (max-width: 992px) {
  .single_blog_pg_outer .single_blog_pg.last_share_sec .last_share_sec_content .share_links a {
    width: 47.5px;
    height: 47.5px;
    padding: 12.5px;
  }
}
@media (max-width: 768px) {
  .single_blog_pg_outer .single_blog_pg.last_share_sec .last_share_sec_content .share_links a {
    width: 45px;
    height: 45px;
    padding: 12px;
  }
}
@media (max-width: 470px) {
  .single_blog_pg_outer .single_blog_pg.last_share_sec .last_share_sec_content .share_links a {
    width: 40px;
    height: 40px;
    padding: 10.5px;
  }
}
@media (max-width: 380px) {
  .single_blog_pg_outer .single_blog_pg.last_share_sec .last_share_sec_content .share_links a {
    width: 37.5px;
    height: 37.5px;
    padding: 9px;
  }
}
.single_blog_pg_outer .single_blog_pg.last_share_sec .last_share_sec_content .share_links a svg {
  width: 100%;
  height: 100%;
}
.single_blog_pg_outer .single_blog_pg.last_share_sec .last_share_sec_content .share_links a svg path {
  fill: #231F20;
  transition: all 0.2s ease-in-out 0.01s !important;
}
@media (min-width: 769px) {
  .single_blog_pg_outer .single_blog_pg.last_share_sec .last_share_sec_content .share_links a:hover {
    background: #F0672B;
  }
  .single_blog_pg_outer .single_blog_pg.last_share_sec .last_share_sec_content .share_links a:hover svg path {
    fill: white;
  }
}

.colours_pg.sec_2 .sec_2_content {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
}
@media (max-width: 1280px) {
  .colours_pg.sec_2 .sec_2_content {
    grid-template-columns: 1.2fr 1fr;
  }
}
@media (max-width: 992px) {
  .colours_pg.sec_2 .sec_2_content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .colours_pg.sec_2 .sec_2_content {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin: 0 auto;
    gap: 2.5rem;
  }
  .colours_pg.sec_2 .sec_2_content .lefts {
    order: 2;
  }
  .colours_pg.sec_2 .sec_2_content .rights {
    order: 1;
  }
}
@media (max-width: 470px) {
  .colours_pg.sec_2 .sec_2_content {
    gap: 2rem;
  }
}
.colours_pg.sec_2 .sec_2_content .lefts .lefts_content {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1.7rem 1rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .colours_pg.sec_2 .sec_2_content .lefts .lefts_content {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 992px) {
  .colours_pg.sec_2 .sec_2_content .lefts .lefts_content {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .colours_pg.sec_2 .sec_2_content .lefts .lefts_content {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 470px) {
  .colours_pg.sec_2 .sec_2_content .lefts .lefts_content {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem 1rem;
  }
}
@media (max-width: 350px) {
  .colours_pg.sec_2 .sec_2_content .lefts .lefts_content {
    grid-template-columns: repeat(3, 1fr);
  }
}
.colours_pg.sec_2 .sec_2_content .lefts .lefts_content .child .colour_swatch {
  height: auto;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 5px;
}
.colours_pg.sec_2 .sec_2_content .lefts .lefts_content .child .copy_content {
  margin-top: 7px;
}
.colours_pg.sec_2 .sec_2_content .lefts .lefts_content .child .copy_content p {
  font-weight: 800 !important;
  text-align: center;
}
.colours_pg.sec_2 .sec_2_content .rights {
  padding: 3% 18%;
}
@media (max-width: 1920px) {
  .colours_pg.sec_2 .sec_2_content .rights {
    padding: 3% 15%;
    padding-right: 12.5%;
  }
}
@media (max-width: 1410px) {
  .colours_pg.sec_2 .sec_2_content .rights {
    padding: 3% 12%;
  }
}
@media (max-width: 1280px) {
  .colours_pg.sec_2 .sec_2_content .rights {
    padding: 3% 9%;
  }
}
@media (max-width: 768px) {
  .colours_pg.sec_2 .sec_2_content .rights {
    padding: 0;
    padding-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .colours_pg.sec_2 .sec_2_content .rights .rights_content {
    padding-top: 12%;
    position: sticky;
    top: 10vh;
  }
}
.colours_pg.sec_2 .sec_2_content .rights .rights_content h2 {
  font-weight: 300 !important;
}
.colours_pg.sec_2 .sec_2_content .rights .rights_content h2 span {
  font-weight: 600 !important;
  font-style: italic;
}
@media (max-width: 768px) {
  .colours_pg.sec_2 .sec_2_content .rights .rights_content h2 {
    font-weight: 500 !important;
  }
}
.colours_pg.sec_2 .sec_2_content .rights .rights_content .copy_content {
  padding-top: 13px;
}
@media (max-width: 1410px) {
  .colours_pg.sec_2 .sec_2_content .rights .rights_content .copy_content {
    padding-top: 11px;
  }
}
@media (max-width: 992px) {
  .colours_pg.sec_2 .sec_2_content .rights .rights_content .copy_content {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .colours_pg.sec_2 .sec_2_content .rights .rights_content .copy_content {
    padding-top: 7px;
  }
}
@media (max-width: 470px) {
  .colours_pg.sec_2 .sec_2_content .rights .rights_content .copy_content {
    padding-top: 6px;
  }
}
@media (max-width: 380px) {
  .colours_pg.sec_2 .sec_2_content .rights .rights_content .copy_content {
    padding-top: 4px;
  }
}
.colours_pg.sec_2 .sec_2_content .rights .rights_content .c_button {
  margin-top: 30px;
}
@media (max-width: 1920px) {
  .colours_pg.sec_2 .sec_2_content .rights .rights_content .c_button {
    margin-top: 27.5px;
  }
}
@media (max-width: 1410px) {
  .colours_pg.sec_2 .sec_2_content .rights .rights_content .c_button {
    margin-top: 21px;
  }
}
@media (max-width: 1280px) {
  .colours_pg.sec_2 .sec_2_content .rights .rights_content .c_button {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .colours_pg.sec_2 .sec_2_content .rights .rights_content .c_button {
    margin-top: 17px;
  }
}
@media (max-width: 470px) {
  .colours_pg.sec_2 .sec_2_content .rights .rights_content .c_button {
    margin-top: 15px;
  }
}
@media (max-width: 380px) {
  .colours_pg.sec_2 .sec_2_content .rights .rights_content .c_button {
    margin-top: 13.5px;
  }
}
