@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  overflow: hidden;
}

.padding-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .padding-section {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .padding-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.margin-section {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .margin-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .margin-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.margin-md-section {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .margin-md-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .margin-md-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #ffffff;
}

a {
  color: #D6111E;
  text-decoration: none;
  transition: all 0.4s;
}

button {
  transition: all 0.4s;
  text-decoration: none;
}

.text-link-underline {
  text-decoration: underline;
}

.overflow-hidden {
  overflow: hidden;
}

.gform-theme--foundation .gform_fields {
  gap: 30px !important;
}

.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
  outline: none;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  height: 52px !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  background: transparent !important;
}
.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper select::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
.gform_wrapper input::-moz-placeholder,
.gform_wrapper select::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper select:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
.gform_wrapper input:-moz-placeholder,
.gform_wrapper select:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

.gform_wrapper textarea {
  height: 150px !important;
  min-block-size: unset !important;
}

.text-color-white {
  color: #ffffff;
}

.text-color-red {
  color: #D6111E;
}

.text-color-gray {
  color: #666666;
}

.bg-black {
  background-color: #000000;
}

.bg-grey {
  background-color: #373737;
}

.relative {
  position: relative;
}

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

.section-title {
  margin-bottom: 30px;
}

.sub_title {
  font-family: "Objectivity";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #D6111E;
  margin-bottom: 10px;
}

body.post, body.page {
  margin: 0;
}

embed, iframe, object {
  max-width: 100%;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.whatapp-wrap {
  position: fixed;
  top: auto;
  left: auto;
  right: 60px;
  bottom: 80px;
  z-index: 999;
}
@media (max-width: 1480px) {
  .whatapp-wrap {
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .whatapp-wrap {
    bottom: 40px;
  }
}
@media (max-width: 991px) {
  .whatapp-wrap .button-group .btn {
    font-size: 0;
    gap: 0 !important;
  }
}
.whatapp-wrap .button-group .btn:hover {
  background-color: #ffffff;
}
.whatapp-wrap .button-group .btn.btn-with-icon-green::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/10/WhatsApp-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  display: flex !important;
}
@media (max-width: 991px) {
  .whatapp-wrap .button-group .btn.btn-with-icon-green::after {
    display: none !important;
  }
}
.whatapp-wrap .button-group .btn:hover.btn-with-icon-green::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/10/WhatsApp-green.svg);
  transition: all 0.5s;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Objectivity";
  src: url("../fonts/Objectivity-MediumSlanted.eot");
  src: url("../fonts/Objectivity-MediumSlanted.eot?#iefix") format("embedded-opentype"), url("../fonts/Objectivity-MediumSlanted.woff2") format("woff2"), url("../fonts/Objectivity-MediumSlanted.woff") format("woff"), url("../fonts/Objectivity-MediumSlanted.ttf") format("truetype"), url("../fonts/Objectivity-MediumSlanted.svg#Objectivity-MediumSlanted") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objectivity";
  src: url("../fonts/Objectivity-RegularSlanted.eot");
  src: url("../fonts/Objectivity-RegularSlanted.eot?#iefix") format("embedded-opentype"), url("../fonts/Objectivity-RegularSlanted.woff2") format("woff2"), url("../fonts/Objectivity-RegularSlanted.woff") format("woff"), url("../fonts/Objectivity-RegularSlanted.ttf") format("truetype"), url("../fonts/Objectivity-RegularSlanted.svg#Objectivity-RegularSlanted") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objectivity";
  src: url("../fonts/Objectivity-Black.eot");
  src: url("../fonts/Objectivity-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Objectivity-Black.woff2") format("woff2"), url("../fonts/Objectivity-Black.woff") format("woff"), url("../fonts/Objectivity-Black.ttf") format("truetype"), url("../fonts/Objectivity-Black.svg#Objectivity-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objectivity";
  src: url("../fonts/Objectivity-Thin.eot");
  src: url("../fonts/Objectivity-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Objectivity-Thin.woff2") format("woff2"), url("../fonts/Objectivity-Thin.woff") format("woff"), url("../fonts/Objectivity-Thin.ttf") format("truetype"), url("../fonts/Objectivity-Thin.svg#Objectivity-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objectivity";
  src: url("../fonts/Objectivity-Regular.eot");
  src: url("../fonts/Objectivity-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Objectivity-Regular.woff2") format("woff2"), url("../fonts/Objectivity-Regular.woff") format("woff"), url("../fonts/Objectivity-Regular.ttf") format("truetype"), url("../fonts/Objectivity-Regular.svg#Objectivity-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objectivity";
  src: url("../fonts/Objectivity-Bold.eot");
  src: url("../fonts/Objectivity-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Objectivity-Bold.woff2") format("woff2"), url("../fonts/Objectivity-Bold.woff") format("woff"), url("../fonts/Objectivity-Bold.ttf") format("truetype"), url("../fonts/Objectivity-Bold.svg#Objectivity-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objectivity";
  src: url("../fonts/Objectivity-Light.eot");
  src: url("../fonts/Objectivity-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Objectivity-Light.woff2") format("woff2"), url("../fonts/Objectivity-Light.woff") format("woff"), url("../fonts/Objectivity-Light.ttf") format("truetype"), url("../fonts/Objectivity-Light.svg#Objectivity-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #ffffff;
  background-color: #000000 !important;
}

p {
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Objectivity";
  margin-bottom: 10px;
  line-height: 120%;
  font-weight: 700;
}

h1, .h1 {
  font-size: 60px;
}
@media (max-width: 1280px) {
  h1, .h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 28px;
  }
}

h2, .h2 {
  font-size: 40px;
}
@media (max-width: 1280px) {
  h2, .h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 26px;
  }
}

h3, .h3 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  h3, .h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 28px;
}
@media (max-width: 1199px) {
  h4, .h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 22px;
  }
}

h5, .h5 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 22px;
  }
}

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

.text-160 {
  font-size: 160px;
  font-family: "Objectivity";
  margin-bottom: 10px;
  line-height: 120%;
  font-weight: 700;
}
.text-160 span {
  text-transform: uppercase;
  color: #D6111E !important;
}
@media (max-width: 1680px) {
  .text-160 {
    font-size: 100px;
  }
}
@media (max-width: 1480px) {
  .text-160 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .text-160 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .text-160 {
    font-size: 48px;
  }
}

.text-80 {
  font-size: 80px;
  font-family: "Objectivity";
  margin-bottom: 10px;
  line-height: 120%;
  font-weight: 700;
}
.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
}

.header-main {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  padding: 20px 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1480px) {
  .header-main {
    padding: 20px 20px 0;
  }
}
@media (max-width: 991px) {
  .header-main {
    padding: 15px 20px;
  }
}

.site-branding {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 203px;
}
@media (max-width: 1199px) {
  .site-branding {
    max-width: 136px;
  }
}
@media (max-width: 991px) {
  .site-branding {
    max-width: 100%;
    width: 100%;
    align-items: center;
  }
}

.top-header-wrap {
  display: flex;
  gap: 10px;
  padding-bottom: 16px;
  align-items: center;
}
@media (max-width: 991px) {
  .top-header-wrap {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .top-header-wrap .header-site-info-wrap {
    display: none;
  }
}
.top-header-wrap .button-group {
  margin-top: 0;
}
@media (max-width: 991px) {
  .top-header-wrap .button-group {
    display: none;
  }
}

.header-site-info-wrap {
  display: flex;
  gap: 10px;
  flex: 1;
}
.header-site-info-wrap .info-wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex: 1;
  max-width: 953px;
  column-gap: 10px;
  margin: 0 auto;
}
.header-site-info-wrap .info-wrap .info-col {
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .header-site-info-wrap .info-wrap .info-col {
    gap: 10px;
    font-size: 14px;
  }
}
.header-site-info-wrap .info-wrap .info-col .icon-col {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 40px;
}
.header-site-info-wrap .info-wrap .info-col a {
  color: #ffffff;
  position: relative;
}
.header-site-info-wrap .info-wrap .info-col a::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s;
}
.header-site-info-wrap .info-wrap .info-col a:hover::before {
  width: 100%;
  transition: all 0.3s;
}

.submenu-toggle {
  display: none;
}
@media (max-width: 991px) {
  .submenu-toggle {
    display: block;
    background-image: url("../images/select-arrow-bottom.svg");
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    transition: 0.4s all;
    background-position: center;
    background-size: 16px;
    filter: contrast(0) brightness(1000);
    -webkit-filter: contrast(0) brightness(1000);
  }
}

.header-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .header-menu {
    border-bottom: 0;
  }
}
.header-menu nav .mbauto-custom-menu {
  justify-content: center;
  gap: 60px;
}
@media (max-width: 1480px) {
  .header-menu nav .mbauto-custom-menu {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .header-menu nav .mbauto-custom-menu {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .header-menu nav .mbauto-custom-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate3d(100%, 0, 0);
    background: #000000;
    transition: all 0.3s;
    z-index: 99;
    display: block;
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .header-menu nav .mbauto-custom-menu li {
    border-top: 1px solid #e6e6e6;
  }
}
.header-menu nav .mbauto-custom-menu li.submenu-open > a .submenu-toggle {
  transform: rotate(180deg);
}
.header-menu nav .mbauto-custom-menu > li > a {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-top: 16px;
  padding-bottom: 19px;
}
@media (max-width: 991px) {
  .header-menu nav .mbauto-custom-menu > li > a {
    color: #ffffff;
    border: 0;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header-menu nav .mbauto-custom-menu > li > a::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .header-menu nav .mbauto-custom-menu > li > a::before {
    display: none !important;
  }
}
.header-menu nav .mbauto-custom-menu > li > a:hover::before {
  width: 100%;
  transition: all 0.3s;
}
.header-menu nav .mbauto-custom-menu > li > a:hover:after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 991px) {
  .header-menu nav .mbauto-custom-menu > li.current-menu-item > a {
    color: #D6111E;
  }
}
.header-menu nav .mbauto-custom-menu > li.current-menu-item > a::before {
  width: 100%;
  transition: all 0.3s;
}
.header-menu nav .mbauto-custom-menu > li.current-menu-item > a:after {
  background-image: url("../images/white-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header-menu nav .mbauto-custom-menu > li.current-menu-item > a .submenu-toggle {
  background-image: url("../images/select-arrow-bottom.svg");
}
.header-menu nav .mbauto-custom-menu > li.current-menu-parent > a::before {
  width: 100%;
  transition: all 0.3s;
}
.header-menu nav .mbauto-custom-menu > li.current-menu-parent > a:after {
  background-image: url("../images/white-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header-menu nav .mbauto-custom-menu > li.current-menu-parent > a .submenu-toggle {
  background-image: url("../images/select-arrow-bottom.svg");
}
.header-menu nav .mbauto-custom-menu > li.current_page_ancestor > a::before {
  width: 100%;
  transition: all 0.3s;
}
.header-menu nav .mbauto-custom-menu > li.current_page_ancestor > a:after {
  background-image: url("../images/white-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header-menu nav .mbauto-custom-menu > li.current_page_ancestor > a .submenu-toggle {
  background-image: url("../images/select-arrow-bottom.svg");
}
.header-menu nav .mbauto-custom-menu > .menu-item-has-children > a:after {
  content: "";
  background-image: url("../images/white-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 14px;
  display: inline-flex;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header-menu nav .mbauto-custom-menu > .menu-item-has-children > a:after {
    display: none;
  }
}
.header-menu nav .mbauto-custom-menu .sub-menu {
  flex-direction: column;
  padding: 20px;
  background: #000000;
  border-radius: 10px;
  gap: 10px;
  border-bottom: 4px solid #D6111E;
  min-width: 240px;
}
@media (max-width: 991px) {
  .header-menu nav .mbauto-custom-menu .sub-menu {
    position: static;
    float: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: none;
    padding: 0 0 0 30px;
    min-width: 100%;
  }
}
.header-menu nav .mbauto-custom-menu .sub-menu > .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 991px) {
  .header-menu nav .mbauto-custom-menu .sub-menu > .menu-item-has-children > a {
    width: 100%;
    padding-right: 20px;
  }
}
.header-menu nav .mbauto-custom-menu .sub-menu > .menu-item-has-children > a::after {
  content: "";
  background-image: url("../images/arrow-grey.svg");
  width: 14px;
  height: 14px;
  display: inline-flex;
  transition: all 0.4s;
  transform: rotate(-90deg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 991px) {
  .header-menu nav .mbauto-custom-menu .sub-menu > .menu-item-has-children > a::after {
    display: none;
  }
}
.header-menu nav .mbauto-custom-menu .sub-menu .menu-item-has-children:after {
  content: "";
  position: absolute;
  right: -50px;
  width: 50px;
  top: 0;
  bottom: 0;
  height: 40px;
  display: block;
}
.header-menu nav .mbauto-custom-menu .sub-menu li a {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
}
@media (max-width: 991px) {
  .header-menu nav .mbauto-custom-menu .sub-menu li a {
    padding: 10px 0;
  }
}
.header-menu nav .mbauto-custom-menu .sub-menu li a:hover {
  color: #D6111E;
}
.header-menu nav .mbauto-custom-menu .sub-menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  display: flex;
}
@media (max-width: 991px) {
  .header-menu nav .mbauto-custom-menu .sub-menu li.menu-item-has-children:hover .sub-menu {
    display: none;
  }
}
.header-menu nav .mbauto-custom-menu .sub-menu .sub-menu {
  left: 116%;
  float: none;
  opacity: 0;
  visibility: hidden;
  display: flex;
  border-bottom: 0;
  display: none;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .header-menu nav .mbauto-custom-menu .sub-menu .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
.header-menu nav .mbauto-custom-menu .sub-menu .current-page-parent > a {
  color: #D6111E;
}
.header-menu nav .mbauto-custom-menu .sub-menu .current-page-parent > a:hover {
  color: #D6111E;
}
.header-menu nav .mbauto-custom-menu .sub-menu .current-page-parent > a:after {
  background-image: url(../images/white-arrow.svg);
}
@media (max-width: 991px) {
  .header-menu nav .mbauto-custom-menu .sub-menu .current-page-parent > a .submenu-toggle {
    background-image: url("../images/select-arrow-bottom.svg");
  }
}
.header-menu nav .mbauto-custom-menu .sub-menu .current-menu-item > a {
  color: #D6111E;
}
.header-menu nav .mbauto-custom-menu .sub-menu .current-menu-item > a:hover {
  color: #D6111E;
}
.header-menu nav .mbauto-custom-menu .sub-menu .current-menu-item > a:after {
  background-image: url(../images/white-arrow.svg);
}
@media (max-width: 991px) {
  .header-menu nav .mbauto-custom-menu .sub-menu .current-menu-item > a .submenu-toggle {
    background-image: url("../images/select-arrow-bottom.svg");
  }
}

@media (max-width: 991px) {
  .header-logo {
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  .header-logo {
    max-width: 150px;
  }
}

.humbergar-menu {
  display: none;
}
@media (max-width: 991px) {
  .humbergar-menu {
    display: block;
  }
}
.humbergar-menu .menu-toggle {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: 22px;
  padding: 0;
  cursor: pointer;
  font-size: 0;
}
@media (max-width: 991px) {
  .humbergar-menu .menu-toggle {
    display: block;
  }
}
.humbergar-menu .menu-toggle .menuicon {
  transition-duration: 0s;
  transition-delay: 0.2s;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  border-radius: 2px;
  margin: auto;
}
.humbergar-menu .menu-toggle .menuicon:before {
  margin-top: -8px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}
.humbergar-menu .menu-toggle .menuicon:after {
  margin-top: 8px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}
.humbergar-menu .menu-toggle .menuicon::before, .humbergar-menu .menu-toggle .menuicon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  display: block;
}

@media (max-width: 991px) {
  .menu-open {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .menu-open .header-main {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .menu-open .header-main .site-branding {
    padding: 15px 20px;
    background: #000000;
    z-index: 111;
    position: relative;
  }
}
@media (max-width: 991px) {
  .menu-open .custom-logo-link-mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .menu-open .custom-logo-link {
    display: none;
  }
}
@media (max-width: 991px) {
  .menu-open .header-lang {
    display: none;
  }
}
@media (max-width: 991px) {
  .menu-open .header-menu nav .mbauto-custom-menu {
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.menu-open .humbergar-menu .menuicon {
  position: relative;
  background-color: transparent;
}
.menu-open .humbergar-menu .menuicon::before {
  background-color: #ffffff;
  margin-top: 0;
  transform: rotate(45deg);
  transition-delay: 0s, 0.2s;
}
.menu-open .humbergar-menu .menuicon:after {
  background-color: #ffffff;
  margin-top: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.2s;
}

.site-footer {
  background-color: #000000;
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .site-footer {
    padding-top: 40px;
  }
}
.site-footer .container {
  overflow: visible;
}
.site-footer .footer-widgets {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 40px;
  width: calc(100% + 86px);
}
@media (max-width: 1800px) {
  .site-footer .footer-widgets {
    width: calc(100% + 40px);
  }
}
@media (max-width: 1480px) {
  .site-footer .footer-widgets {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .site-footer .footer-widgets {
    margin-bottom: 20px;
  }
}
.site-footer .footer-widgets .footer-widget-area {
  width: 100%;
  max-width: 50%;
}
@media (max-width: 1199px) {
  .site-footer .footer-widgets .footer-widget-area {
    max-width: 100%;
  }
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col {
  padding-right: 91px;
  border-right: 1px solid #373737;
  display: flex;
  gap: 92px;
}
@media (max-width: 1480px) {
  .site-footer .footer-widgets .footer-widget-area.footer-info-col {
    padding-right: 40px;
    gap: 40px;
  }
}
@media (max-width: 1280px) {
  .site-footer .footer-widgets .footer-widget-area.footer-info-col {
    padding-right: 30px;
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .site-footer .footer-widgets .footer-widget-area.footer-info-col {
    padding-right: 0px;
    padding-bottom: 30px;
    border: 0;
  }
}
@media (max-width: 640px) {
  .site-footer .footer-widgets .footer-widget-area.footer-info-col {
    flex-flow: wrap;
  }
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-logo-wrap {
  color: white;
}
@media (max-width: 1199px) {
  .site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-logo-wrap {
    max-width: 50%;
  }
}
@media (max-width: 640px) {
  .site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-logo-wrap {
    max-width: 100%;
  }
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-logo-wrap .footer-logo {
  width: 100%;
  max-width: 203px;
  margin-bottom: 20px;
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-contact-info-wrap {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
@media (max-width: 1280px) {
  .site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-contact-info-wrap {
    gap: 20px;
  }
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-contact-info-wrap .info-col {
  position: relative;
  display: flex;
  gap: 10px;
  color: white;
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-contact-info-wrap .info-col::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-contact-info-wrap .info-col a {
  color: white;
  position: relative;
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-contact-info-wrap .info-col a::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s;
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-contact-info-wrap .info-col a:hover::before {
  width: 100%;
  transition: all 0.3s;
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-contact-info-wrap .info-col.tel-col::before {
  background: url(/wp-content/uploads/2025/10/call-white.svg);
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-contact-info-wrap .info-col.mail-col::before {
  background: url(/wp-content/uploads/2025/10/mail-white.svg);
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-contact-info-wrap .info-col.time-col::before {
  background: url(/wp-content/uploads/2025/10/clock-white.svg);
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-contact-info-wrap .info-col.social-col {
  display: flex;
  align-items: center;
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-contact-info-wrap .info-col.social-col a {
  opacity: 0.4;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  position: relative;
  margin-right: 40px;
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-contact-info-wrap .info-col.social-col a::before {
  display: none !important;
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-contact-info-wrap .info-col.social-col a:last-child {
  margin-right: 0;
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-contact-info-wrap .info-col.social-col a:last-child::after {
  display: none;
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-contact-info-wrap .info-col.social-col a:hover {
  opacity: 1;
  transition: all 0.5s;
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-contact-info-wrap .info-col.social-col a:hover::after {
  opacity: 0.4;
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-contact-info-wrap .info-col.social-col a::after {
  content: "|";
  position: relative;
  right: -20px;
  pointer-events: none;
  opacity: 0.5;
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-contact-info-wrap .info-col.social-col a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-footer .footer-widgets .footer-widget-area.footer-info-col .footer-contact-info-wrap .info-col.social-col::before {
  display: none;
}
.site-footer .footer-widgets .footer-widget-area.footer-menu-col {
  padding-left: 92px;
  display: flex;
  justify-content: space-between;
  gap: 92px;
}
@media (max-width: 1480px) {
  .site-footer .footer-widgets .footer-widget-area.footer-menu-col {
    padding-left: 40px;
    gap: 40px;
  }
}
@media (max-width: 1280px) {
  .site-footer .footer-widgets .footer-widget-area.footer-menu-col {
    padding-left: 30px;
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .site-footer .footer-widgets .footer-widget-area.footer-menu-col {
    padding-left: 0px;
  }
}
@media (max-width: 640px) {
  .site-footer .footer-widgets .footer-widget-area.footer-menu-col {
    flex-flow: column;
  }
}
.site-footer .footer-widgets .footer-widget-area.footer-menu-col .footer_menu_wrap .footer-title {
  color: #D6111E;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}
.site-footer .footer-widgets .footer-widget-area.footer-menu-col .footer_menu_wrap .menu {
  margin: 0;
  list-style: none;
}
.site-footer .footer-widgets .footer-widget-area.footer-menu-col .footer_menu_wrap .menu li {
  margin-bottom: 12px;
}
.site-footer .footer-widgets .footer-widget-area.footer-menu-col .footer_menu_wrap .menu li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-widgets .footer-widget-area.footer-menu-col .footer_menu_wrap .menu li a {
  line-height: 100%;
  color: white;
  position: relative;
}
.site-footer .footer-widgets .footer-widget-area.footer-menu-col .footer_menu_wrap .menu li a::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s;
}
.site-footer .footer-widgets .footer-widget-area.footer-menu-col .footer_menu_wrap .menu li a:hover::before {
  width: 100%;
  transition: all 0.3s;
}
.site-footer .footer-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .site-footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .site-footer .footer-bottom {
    font-size: 14px;
  }
}
.site-footer .footer-bottom a {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}

.site-content {
  margin: 240px 0 100px;
}
@media (max-width: 1199px) {
  .site-content {
    margin: 80px 0;
  }
}
@media (max-width: 991px) {
  .site-content {
    margin: 140px 0 60px;
  }
}
@media (max-width: 768px) {
  .site-content {
    margin: 120px 0 40px;
  }
}
.site-content .contet_editor_wraper {
  padding-top: 0;
}
.site-content .container {
  max-width: 1180px;
}
.site-content p {
  margin-bottom: 1.6rem;
}
.site-content ol {
  padding-left: 22px;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  list-style: decimal;
}
.site-content ul {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  padding-left: 22px;
  list-style: disc;
}
.site-content img {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  max-width: 100%;
  object-fit: contain;
  height: auto;
  width: 100%;
}
.site-content blockquote {
  width: 100%;
  margin: 50px auto;
  color: #000000;
  font-style: italic;
  padding: 1.2rem 30px 1.2rem 40px;
  border-left: 3px solid #D6111E;
  line-height: 1.6;
  position: relative;
  background: #ffffff;
}
.site-content blockquote::before {
  content: "“" !important;
  color: #A6CEE8;
  font-size: 3rem;
  position: absolute;
  left: 10px;
  top: -2px;
}
.site-content blockquote::after {
  content: "" !important;
}
.site-content blockquote span {
  display: block;
  color: #D6111E;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}
.site-content a {
  color: #D6111E;
}
.site-content a:hover {
  color: #000000;
}
.site-content video, .site-content iframe {
  width: 100%;
  height: 100%;
}
.site-content figure {
  background-color: #ffffff;
  margin-bottom: 1.6rem;
}
.site-content figure img {
  margin: 0;
}
.site-content figure figcaption {
  padding: 15px;
}

.button-group {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  margin-top: 48px;
}
@media (max-width: 991px) {
  .button-group {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .button-group {
    margin-top: 20px;
  }
}

.btn {
  color: #ffffff;
  padding: 0;
  background-color: transparent;
  background: linear-gradient(0deg, rgb(214, 17, 30) 50%, rgba(214, 17, 30, 0) 50%);
  background-size: 100% 200%;
  transition: all 0.5s;
  background-position: 50% 100%;
  border: 1px solid #D6111E;
  border-radius: 8px;
  padding: 13px 12px 13px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  position: relative;
}
.btn.btn-with-icon {
  padding: 10px 10px 10px 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.btn.btn-with-icon::after {
  content: "";
  background-image: url("../images/btn-arrow.svg");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 4px;
}
.btn.btn-with-icon-red {
  padding: 10px 10px 10px 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.btn.btn-with-icon-red::after {
  content: "";
  background-image: url("../images/btn-arrow.svg");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 4px;
  transition: all 0.5s;
}
.btn.btn-with-icon-green {
  padding: 10px 10px 10px 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: transparent;
  background: linear-gradient(0deg, #14B853 50%, rgba(214, 17, 30, 0) 50%);
  background-size: 100% 200%;
  background-position: 50% 100%;
  color: #ffffff;
  border: 1px solid #14B853;
}
.btn.btn-with-icon-green::after {
  content: "";
  background-image: url("../images/btn-arrow.svg");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 4px;
  transition: all 0.5s;
}
.btn:hover {
  background-position: 50% 0%;
  transition: all 0.5s;
  border: 1px solid #ffffff;
}
.btn:hover.btn-with-icon-red {
  border: 1px solid #D6111E;
  color: #ffffff;
}
.btn:hover.btn-with-icon-red::after {
  content: "";
  background-image: url("../images/btn-white-arrow.svg");
  background-color: #D6111E;
  transition: all 0.5s;
}
.btn:hover.btn-with-icon-green {
  color: #14B853;
  background-position: 50% 0%;
  border: 1px solid #14B853;
}
.btn:hover.btn-with-icon-green::after {
  content: "";
  background-image: url("../images/btn-white-arrow.svg");
  background-color: #14B853;
  transition: all 0.5s;
}

.btn-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  background-color: #000000;
  background-color: transparent;
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(214, 17, 30, 0) 50%);
  background-position: 50% 100%;
  background-size: 100% 200%;
  border: 1px solid #ffffff;
  border-radius: 4px;
  transition: all 0.5s;
  position: relative;
}
.btn-icon a {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
}
.btn-icon::after {
  content: "";
  background-image: url("../images/btn-arrow.svg");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: 0;
}
.btn-icon:hover {
  background-position: 50% 0%;
  transition: all 0.5s;
}
.btn-icon:hover::after {
  background-image: url("../images/btn-white-arrow.svg");
  transition: all 0.5s;
}

body .gform_wrapper input[type=submit] {
  color: #ffffff !important;
  padding: 0 !important;
  background-color: transparent !important;
  background: linear-gradient(0deg, rgb(214, 17, 30) 50%, rgba(214, 17, 30, 0) 50%) !important;
  background-size: 100% 200% !important;
  transition: all 0.5s !important;
  background-position: 50% 100% !important;
  border: 1px solid #D6111E !important;
  border-radius: 8px;
  padding: 13px 12px 13px 12px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  letter-spacing: 0.01em !important;
  position: relative;
  min-height: auto !important;
  height: auto !important;
  background-color: #D6111E !important;
  background-image: url(/wp-content/uploads/2025/10/btn-icon_01.svg) !important;
  background-size: 30px !important;
  background-position: 95% 50% !important;
  background-repeat: no-repeat !important;
  padding-right: 50px !important;
}
body .gform_wrapper input[type=submit]:hover {
  background-position: 50% 0% !important;
  transition: all 0.5s !important;
  border: 1px solid #D6111E !important;
  color: #ffffff !important;
  background-color: transparent !important;
  background-position: 95% 50% !important;
  background-image: url(/wp-content/uploads/2025/10/btn-icon_02.svg) !important;
}

.hero__section {
  position: relative;
  padding-top: 210px;
  min-height: 900px;
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .hero__section {
    padding-top: 140px;
    min-height: 750px;
  }
}
@media (max-width: 767px) {
  .hero__section {
    min-height: 600px;
  }
}
.hero__section .hero__wrap .hero_bg_wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero__section .hero__wrap .hero_bg_wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.hero__section .hero__wrap .hero_bg_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__section .hero__wrap .hero__content {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.hero__section .hero__wrap .hero__content .title_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.hero__section .hero__wrap .hero__content .title_wrap .sub_text {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 150%;
  font-size: 20px;
}
@media (max-width: 991px) {
  .hero__section .hero__wrap .hero__content .title_wrap .sub_text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__wrap .hero__content .title_wrap .sub_text {
    font-size: 16px;
  }
}
.hero__section .hero__wrap .hero__content .button-group {
  justify-content: center;
}
.hero__section .hero__wrap .hero__content .img_wrap {
  max-width: 800px;
  margin: 25px auto 0;
}
.hero__section .hero__wrap .hero__content .img_wrap .car-img {
  margin-bottom: -120px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .hero__section .hero__wrap .hero__content .img_wrap .car-img {
    margin-bottom: -67px;
  }
}
.hero__section .hero__wrap .hero__content .img_wrap .shape-img {
  position: relative;
  z-index: 0;
  height: 123px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
@media (max-width: 767px) {
  .hero__section .hero__wrap .hero__content .img_wrap .shape-img {
    height: 70px;
  }
}
.hero__section .hero__wrap .hero__content .img_wrap .shape-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.who_we_are_section {
  position: relative;
  overflow: hidden;
}
.who_we_are_section .who_we_are_wrap .graphic-col {
  position: absolute;
  inset: 0;
  top: auto;
  width: 374px;
  height: 257px;
  left: calc((100% - 1580px) / 2);
}
@media (max-width: 1480px) {
  .who_we_are_section .who_we_are_wrap .graphic-col {
    left: 0;
  }
}
@media (max-width: 991px) {
  .who_we_are_section .who_we_are_wrap .graphic-col {
    display: none;
  }
}
.who_we_are_section .who_we_are_wrap .graphic-col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: contrast(0) brightness(1000);
  -webkit-filter: contrast(0) brightness(1000);
}
.who_we_are_section .who_we_are_wrap .grid_wrap {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
  position: relative;
  z-index: 2;
}
.who_we_are_section .who_we_are_wrap .grid_wrap .grid_col {
  width: 100%;
  max-width: calc((100% - 60px) / 3);
}
@media (max-width: 991px) {
  .who_we_are_section .who_we_are_wrap .grid_wrap .grid_col {
    max-width: calc((100% - 30px) / 2);
  }
  .who_we_are_section .who_we_are_wrap .grid_wrap .grid_col:first-child {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .who_we_are_section .who_we_are_wrap .grid_wrap .grid_col {
    max-width: 100%;
  }
}
.who_we_are_section .who_we_are_wrap .grid_wrap .grid_col.content_col .info_col {
  margin-top: 20px;
}
.who_we_are_section .who_we_are_wrap .grid_wrap .grid_col.img_col .img_wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.who_we_are_section .who_we_are_wrap .grid_wrap .grid_col.img_col .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.who_we_are_section .who_we_are_wrap .grid_wrap .grid_col.img_content_col .info_wrap {
  background-color: #D6111E;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
}
.who_we_are_section .who_we_are_wrap .grid_wrap .grid_col.img_content_col .info_wrap .sub_title {
  font-family: "Objectivity";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.who_we_are_section .who_we_are_wrap .grid_wrap .grid_col.img_content_col .info_wrap .text_col {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.who_we_are_section .who_we_are_wrap .grid_wrap .grid_col.img_content_col .info_wrap .text_col span {
  font-family: "Objectivity";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 82px;
  color: #ffffff;
}
@media (max-width: 1280px) {
  .who_we_are_section .who_we_are_wrap .grid_wrap .grid_col.img_content_col .info_wrap .text_col span {
    font-size: 60px;
  }
}
@media (max-width: 1280px) {
  .who_we_are_section .who_we_are_wrap .grid_wrap .grid_col.img_content_col .info_wrap .text_col span {
    font-size: 60px;
  }
}
@media (max-width: 1280px) {
  .who_we_are_section .who_we_are_wrap .grid_wrap .grid_col.img_content_col .info_wrap .text_col span {
    font-size: 40px;
  }
}
.who_we_are_section .who_we_are_wrap .grid_wrap .grid_col.img_content_col .img_wrap {
  height: 374px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.who_we_are_section .who_we_are_wrap .grid_wrap .grid_col.img_content_col .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service__section {
  position: relative;
  overflow: hidden;
}
.service__section.show .service__wrap .service__content .img_wrap {
  transform: rotate(0deg);
  transform-origin: center;
  transition: all 0.5s;
}
.service__section.show .service__wrap .service__content .title_wrap {
  transform: rotate(0deg);
  transform-origin: center;
  transition: all 0.5s;
}
.service__section .service__wrap .service__content {
  display: flex;
  flex-flow: wrap;
  row-gap: 20px;
}
.service__section .service__wrap .service__content .img_wrap {
  width: 100%;
  max-width: 55%;
  position: relative;
  overflow: hidden;
  border-radius: 0 12px 12px 0;
  transform: rotate(10deg);
  transition: all 0.5s;
  transform-origin: center;
}
@media (max-width: 1199px) {
  .service__section .service__wrap .service__content .img_wrap {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .service__section .service__wrap .service__content .img_wrap {
    max-width: 100%;
    height: 450px;
  }
}
.service__section .service__wrap .service__content .img_wrap .img_box {
  height: 100%;
}
.service__section .service__wrap .service__content .img_wrap .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.service__section .service__wrap .service__content .title_wrap {
  width: 100%;
  max-width: 45%;
  padding-right: calc((100% - 1440px) / 2);
  padding-left: 60px;
  transform: rotate(-10deg);
  transform-origin: center;
  transition: all 0.5s;
}
@media (max-width: 1480px) {
  .service__section .service__wrap .service__content .title_wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .service__section .service__wrap .service__content .title_wrap {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .service__section .service__wrap .service__content .title_wrap {
    max-width: 100%;
  }
}
.service__section .service__wrap .service__content .title_wrap .services_list_wrap {
  margin-top: 30px;
}
.service__section .service__wrap .service__content .title_wrap .services_list_wrap .service_col {
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
  gap: 30px;
  align-items: center;
  background-color: #222222;
  border-radius: 12px;
}
.service__section .service__wrap .service__content .title_wrap .services_list_wrap .service_col .srv_title_wrap {
  flex: 1;
}
.service__section .service__wrap .service__content .title_wrap .services_list_wrap .service_col:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .service__section .service__wrap .service__content .title_wrap .services_list_wrap .service_col {
    margin-bottom: 20px;
  }
  .service__section .service__wrap .service__content .title_wrap .services_list_wrap .service_col:last-child {
    margin-bottom: 0;
  }
}

.why_choose__section {
  position: relative;
  overflow: hidden;
  min-height: 900px;
  display: flex;
  align-items: flex-end;
  padding-top: 50px;
}
.why_choose__section .img-box {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.why_choose__section .img-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.why_choose__section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why_choose__section .why_choose_content_wrap {
  position: relative;
  z-index: 2;
  padding: 50px 40px;
  background-color: #D6111E;
  border-radius: 12px 12px 0 0;
}
@media (max-width: 991px) {
  .why_choose__section .why_choose_content_wrap {
    padding: 30px;
  }
}
.why_choose__section .why_choose_content_wrap .title_wrap {
  max-width: 705px;
  margin: 0 auto;
}
.why_choose__section .why_choose_content_wrap .grid_wrap {
  margin-top: 60px;
  display: flex;
  flex-flow: wrap;
  gap: 30px;
  justify-content: center;
}
.why_choose__section .why_choose_content_wrap .grid_wrap .grid_col {
  width: 100%;
  max-width: calc((100% - 90px) / 4);
  text-align: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  .why_choose__section .why_choose_content_wrap .grid_wrap .grid_col {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 479px) {
  .why_choose__section .why_choose_content_wrap .grid_wrap .grid_col {
    max-width: 100%;
  }
}
.why_choose__section .why_choose_content_wrap .grid_wrap .grid_col .icon_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 6px;
  margin: auto;
  margin-bottom: 16px;
}
.why_choose__section .why_choose_content_wrap .grid_wrap .grid_col .icon_box img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.why_choose__section .why_choose_content_wrap .grid_wrap .grid_col .text-color-white {
  color: #ffffff;
}

.why_choose__section .grid_wrap {
  margin-bottom: -170px;
  transition: all 0.5s;
}
.why_choose__section .why_choose_content_wrap.show .grid_wrap {
  margin-bottom: 0px;
  transition: all 0.5s;
}

.video__section {
  position: relative;
  overflow: hidden;
  height: 700px;
  background-color: black;
}
@media (max-width: 479px) {
  .video__section {
    height: 500px;
  }
}
.video__section::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.video__section .video-wrapper {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.video__section img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.contact_section {
  position: relative;
  overflow: hidden;
}
.contact_section .contact_wrap {
  display: flex;
  flex-flow: wrap;
}
.contact_section .contact_wrap .left_col {
  width: 100%;
  max-width: 50%;
  padding-left: calc((100% - 1440px) / 2);
  padding-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1480px) {
  .contact_section .contact_wrap .left_col {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .contact_section .contact_wrap .left_col {
    max-width: 100%;
  }
}
.contact_section .contact_wrap .left_col .form_wrap {
  margin-top: 30px;
}
.contact_section .contact_wrap .right_col {
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
  padding: 60px 85px 60px 85px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  gap: 167px;
}
@media (max-width: 1680px) {
  .contact_section .contact_wrap .right_col {
    padding: 30px;
  }
}
@media (max-width: 1280px) {
  .contact_section .contact_wrap .right_col {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .contact_section .contact_wrap .right_col {
    max-width: 100%;
    padding: 40px 20px;
  }
}
.contact_section .contact_wrap .right_col::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180.21deg, rgba(214, 17, 30, 0) 60.15%, #D6111E 99.82%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contact_section .contact_wrap .right_col .contact_bg_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.contact_section .contact_wrap .right_col .title_wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}
.contact_section .contact_wrap .right_col .title_wrap .title {
  color: #ffffff;
}
.contact_section .contact_wrap .right_col .title_wrap .button-group {
  margin-top: 20px;
  justify-content: center;
}
.contact_section .contact_wrap .right_col .contact_info_wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: wrap;
  gap: 36px 40px;
}
@media (max-width: 1280px) {
  .contact_section .contact_wrap .right_col .contact_info_wrap {
    gap: 30px;
  }
}
.contact_section .contact_wrap .right_col .contact_info_wrap .info_col {
  width: 100%;
  max-width: calc((100% - 40px) / 2);
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}
@media (max-width: 1280px) {
  .contact_section .contact_wrap .right_col .contact_info_wrap .info_col {
    max-width: 100%;
  }
}
.contact_section .contact_wrap .right_col .contact_info_wrap .info_col .img_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  background-color: #ffffff;
  border-radius: 60px;
}
.contact_section .contact_wrap .right_col .contact_info_wrap .info_col .content {
  width: calc(100% - 70px);
  list-style: 130%;
  color: #ffffff;
  font-family: "Objectivity";
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 1480px) {
  .contact_section .contact_wrap .right_col .contact_info_wrap .info_col .content {
    font-size: 16px;
  }
}
.contact_section .contact_wrap .right_col .contact_info_wrap .info_col .content .title {
  font-family: "Montserrat", sans-serif;
  list-style: 100%;
  font-weight: 400;
  font-size: 16px;
}
.contact_section .contact_wrap .right_col .contact_info_wrap .info_col .content a {
  font-weight: 500;
  font-size: 20px;
  font-family: "Objectivity";
  color: #ffffff;
}
@media (max-width: 1480px) {
  .contact_section .contact_wrap .right_col .contact_info_wrap .info_col .content a {
    font-size: 16px;
  }
}

.review_section {
  position: relative;
  overflow: hidden;
}
.review_section .review_wrap .logo-slider-wrap .button-group {
  justify-content: center;
}
.review_section .review_wrap .logo-slider-wrap .logo_item_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 15px;
  max-width: 1066px;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 148px;
}
@media (max-width: 1199px) {
  .review_section .review_wrap .logo-slider-wrap .logo_item_wrap {
    max-width: 609px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .review_section .review_wrap .logo-slider-wrap .logo_item_wrap {
    max-width: 466px;
  }
}
@media (max-width: 479px) {
  .review_section .review_wrap .logo-slider-wrap .logo_item_wrap {
    max-width: 344px;
  }
}
.review_section .review_wrap .logo-slider-wrap .logo_item_wrap .slick-list {
  width: 100%;
  overflow: visible;
}
.review_section .review_wrap .logo-slider-wrap .logo_item_wrap .slick-slide {
  opacity: 0;
}
.review_section .review_wrap .logo-slider-wrap .logo_item_wrap .slick-active {
  opacity: 1;
}
.review_section .review_wrap .logo-slider-wrap .logo_item_wrap .logo_col {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: -12px;
  border-radius: 160px;
}
@media (max-width: 479px) {
  .review_section .review_wrap .logo-slider-wrap .logo_item_wrap .logo_col {
    width: 140px;
    height: 140px;
  }
}

.google-review-text {
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.5 !important;
  padding-top: 38px;
}
.google-review-text * {
  font-size: 16px !important;
}

.wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
  color: white !important;
  font-family: "Objectivity" !important;
  background-color: transparent !important;
  border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
  padding-left: 0 !important;
  padding-right: 30px !important;
  margin-right: 30px !important;
  flex-flow: wrap;
}
@media (max-width: 1480px) {
  .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
    padding-right: 15px !important;
    margin-right: 15px !important;
  }
}
@media (max-width: 789px) {
  .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: 0 !important;
    border-right: 0 !important;
  }
}

.wp-gr .wp-google-wrap {
  order: 0;
  padding-top: 40px !important;
  background-image: url(/wp-content/uploads/2025/11/mingcute_quote-right-fill-new.svg) !important;
  background-size: 80px !important;
  background-repeat: no-repeat !important;
  background-position: top left !important;
  position: relative !important;
  top: -30px !important;
}

.wp-gr .grw-review .wp-google-left {
  order: 2;
  width: 63% !important;
  display: flex !important;
}

.wp-gr .grw-review .wp-google-stars {
  order: 3;
  width: 33% !important;
}

.wp-gr .wp-google-wrap {
  order: 0;
}

.wp-gr.wpac a.wp-google-name {
  color: white !important;
  display: block;
  white-space: normal !important;
  hyphens: auto !important;
  -webkit-hyphens: auto !important;
  -moz-hyphens: auto !important;
  -ms-hyphens: auto !important;
}

.wp-gr .grw-review-inner > svg {
  top: 0px !important;
  right: 30px !important;
}

.wp-gr.wpac .wp-google-left img {
  flex: 0 0 46px !important;
}

.wp-gr .wp-google-time {
  display: none !important;
}

.wp-gr .wp-google-text {
  font-family: "Montserrat", sans-serif !important;
  color: white !important;
}

.wp-gr.wpac .wp-google-name a {
  color: white !important;
  font-family: "Objectivity" !important;
}

.wp-gr .wp-google-based, .wp-gr .wp-google-powered {
  font-family: "Montserrat", sans-serif !important;
  color: white !important;
}

.wp-gr .wp-google-wr a {
  font-family: "Montserrat", sans-serif !important;
  color: #ffffff !important;
  padding: 0 !important;
  background-color: transparent !important;
  background: linear-gradient(0deg, rgb(214, 17, 30) 50%, rgba(214, 17, 30, 0) 50%) !important;
  background-size: 100% 200% !important;
  transition: all 0.5s;
  background-position: 50% 100% !important;
  border: 1px solid #D6111E !important;
  border-radius: 8px !important;
  padding: 13px 12px 13px 12px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  letter-spacing: 0.01em !important;
  position: relative !important;
  padding: 10px 10px 10px 12px !important;
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  width: fit-content !important;
  text-shadow: unset !important;
  box-shadow: unset !important;
}
.wp-gr .wp-google-wr a::after {
  content: "" !important;
  background-image: url("../images/btn-arrow.svg") !important;
  background-size: 10px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  width: 30px !important;
  height: 30px !important;
  background-color: #ffffff !important;
  border-radius: 4px;
  transition: all 0.5s;
}
.wp-gr .wp-google-wr a:hover {
  background-position: 50% 0% !important;
  background-color: transparent !important;
  transition: all 0.5s;
  border: 1px solid #D6111E !important;
  color: #ffffff !important;
}
.wp-gr .wp-google-wr a:hover::after {
  content: "" !important;
  background-image: url("../images/btn-white-arrow.svg") !important;
  background-color: #D6111E !important;
  transition: all 0.5s;
}

.wp-gr {
  padding-bottom: 30px !important;
}

.wp-gr .rpi-dot.active {
  background-color: #D6111E !important;
}

.wp-gr .wp-star svg {
  width: 14px !important;
  height: 14px !important;
}

@media (max-width: 1279px) {
  .wp-gr .grw-review .wp-google-left {
    width: 100% !important;
  }
  .wp-gr .grw-review .wp-google-stars {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .wp-gr .grw-row {
    flex-flow: column !important;
  }
  .wp-gr .grw-header, .wp-gr .grw-content {
    -ms-flex: unset !important;
    flex: unset !important;
    width: 100% !important;
  }
}
.page_banner__section {
  position: relative;
  padding-top: 210px;
  min-height: 600px;
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .page_banner__section {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .page_banner__section {
    min-height: 450px;
  }
}
.page_banner__section .page_banner__wrap .page_banner_bg_wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.page_banner__section .page_banner__wrap .page_banner_bg_wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.page_banner__section .page_banner__wrap .page_banner_bg_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_banner__section .page_banner__wrap .page_banner__content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  padding-bottom: 185px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .page_banner__section .page_banner__wrap .page_banner__content {
    justify-content: center;
    padding-bottom: 100px;
  }
}
.page_banner__section .page_banner__wrap .page_banner__content .title_wrap {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .page_banner__section .page_banner__wrap .page_banner__content .title_wrap {
    max-width: 600px;
  }
}

.about__section {
  position: relative;
}
.about__section .graphic_img {
  position: absolute;
  left: auto;
  right: calc((100% - 1340px) / 2);
  bottom: -220px;
  top: auto;
}
@media (max-width: 1480px) {
  .about__section .graphic_img {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .about__section .graphic_img {
    display: none;
  }
}
.about__section .about__wrap .grid_wrap {
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .about__section .about__wrap .grid_wrap {
    flex-flow: column;
    max-width: 600px;
    margin: 0 auto;
  }
}
.about__section .about__wrap .grid_wrap .grid_col {
  width: 31%;
}
@media (max-width: 991px) {
  .about__section .about__wrap .grid_wrap .grid_col {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .about__section .about__wrap .grid_wrap .grid_col .sub_title, .about__section .about__wrap .grid_wrap .grid_col .title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .about__section .about__wrap .grid_wrap .grid_col.title_wrap {
    order: 0;
  }
}
@media (max-width: 991px) {
  .about__section .about__wrap .grid_wrap .grid_col.about_info_wrap {
    order: 1;
  }
}
.about__section .about__wrap .grid_wrap .grid_col.about_img_wrap {
  flex: 0 0 460px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1480px) {
  .about__section .about__wrap .grid_wrap .grid_col.about_img_wrap {
    flex: 0 0 300px;
  }
}
@media (max-width: 991px) {
  .about__section .about__wrap .grid_wrap .grid_col.about_img_wrap {
    order: 2;
  }
}
.about__section .about__wrap .grid_wrap .grid_col.about_img_wrap:before {
  content: "";
  position: absolute;
  height: 188px;
  left: 0%;
  right: 0%;
  bottom: -10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0f0f0f 84.62%);
  border-radius: 12px;
}
.about__section .about__wrap .big_title_wrap {
  position: relative;
  margin-top: -120px;
}
.about__section .about__wrap .big_title_wrap .text-160 {
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1680px) {
  .about__section .about__wrap .big_title_wrap {
    margin-top: 100px;
  }
}
@media (max-width: 1480px) {
  .about__section .about__wrap .big_title_wrap {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .about__section .about__wrap .big_title_wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .about__section .about__wrap .big_title_wrap {
    margin-top: 48px;
  }
}

.about_info_section {
  position: relative;
  overflow: hidden;
}
.about_info_section .about_info_wrap {
  display: flex;
  position: relative;
  background-color: #0F0F0F;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .about_info_section .about_info_wrap {
    flex-flow: column;
  }
}
.about_info_section .about_info_wrap .left-col {
  width: 41%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .about_info_section .about_info_wrap .left-col {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .about_info_section .about_info_wrap .left-col {
    width: 100%;
    padding-bottom: 100%;
  }
}
.about_info_section .about_info_wrap .left-col .img-box {
  height: 100%;
}
.about_info_section .about_info_wrap .left-col .img-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_info_section .about_info_wrap .right-col {
  width: 59%;
  padding: 68px 30px;
}
@media (max-width: 991px) {
  .about_info_section .about_info_wrap .right-col {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .about_info_section .about_info_wrap .right-col {
    width: 100%;
    padding: 30px 20px;
  }
}
.about_info_section .about_info_wrap .right-col .title {
  max-width: 460px;
}

.src__section {
  position: relative;
  overflow: hidden;
}
.src__section .src__wrap .grid_wrap {
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .src__section .src__wrap .grid_wrap {
    flex-flow: column;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .src__section .src__wrap .grid_wrap .grid_col.src_info_wrap {
    order: 1;
  }
}
.src__section .src__wrap .grid_wrap .grid_col.src_img_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.src__section .src__wrap .grid_wrap .grid_col.src_img_wrap:before {
  content: "";
  position: absolute;
  height: 188px;
  left: 0%;
  right: 0%;
  bottom: -10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0F0F0F 84.62%);
  border-radius: 12px;
}
.src__section .src__wrap .big_title_wrap {
  position: relative;
  margin-top: -120px;
}
.src__section .src__wrap .big_title_wrap .text-160 {
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1680px) {
  .src__section .src__wrap .big_title_wrap {
    margin-top: -100px;
  }
}
@media (max-width: 1480px) {
  .src__section .src__wrap .big_title_wrap {
    margin-top: -80px;
  }
}
@media (max-width: 991px) {
  .src__section .src__wrap .big_title_wrap {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .src__section .src__wrap .big_title_wrap {
    margin-top: -48px;
  }
}
.src__section .src__wrap .content_col {
  margin-top: 67px;
}
@media (max-width: 1480px) {
  .src__section .src__wrap .content_col {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .src__section .src__wrap .content_col {
    margin-top: 30px;
  }
}
.src__section.src-half-img .src_img_wrap {
  position: relative;
  width: 100%;
  max-width: 478px;
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
  margin: 0 auto 67px;
}
.src__section.src-half-img .src_img_wrap::before {
  display: none;
}
.src__section.src-half-img .src_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.srv_list_section {
  position: relative;
  overflow: hidden;
}
.srv_list_section .srv_list_wrap {
  margin-top: 48px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .srv_list_section .srv_list_wrap {
    flex-flow: column-reverse;
    gap: 30px;
  }
}
.srv_list_section .srv_list_wrap .left-col {
  display: flex;
  flex-flow: column;
  gap: 40px;
  width: 50%;
  padding-left: calc((100% - 1440px) / 2);
  position: relative;
  z-index: 2;
}
@media (max-width: 1480px) {
  .srv_list_section .srv_list_wrap .left-col {
    padding-left: 20px;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .srv_list_section .srv_list_wrap .left-col {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
.srv_list_section .srv_list_wrap .left-col .item {
  width: 100%;
  max-width: 390px;
  margin-left: 0;
}
@media (max-width: 991px) {
  .srv_list_section .srv_list_wrap .left-col .item {
    margin: 0 auto;
  }
}
.srv_list_section .srv_list_wrap .left-col .item:nth-child(2n+1) {
  margin-left: auto;
}
@media (max-width: 991px) {
  .srv_list_section .srv_list_wrap .left-col .item:nth-child(2n+1) {
    margin: 0 auto;
  }
}
.srv_list_section .srv_list_wrap .left-col .item .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 60px;
  height: 60px;
  background: #D6111E;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
}
.srv_list_section .srv_list_wrap .left-col .item .icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.srv_list_section .srv_list_wrap .left-col .item .title {
  font-size: 20px;
  margin-bottom: 6px;
}
.srv_list_section .srv_list_wrap .left-col .item .srv_info {
  color: #ffffff;
}
.srv_list_section .srv_list_wrap .right_col {
  width: 50%;
  position: relative;
  padding: 26px 0;
}
@media (max-width: 991px) {
  .srv_list_section .srv_list_wrap .right_col {
    padding-left: 20px;
    padding-left: 20px;
    width: 100%;
  }
}
.srv_list_section .srv_list_wrap .right_col:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 50%;
  background: #D6111E;
  border-radius: 12px 0 0 12px;
  left: auto;
  z-index: 0;
}
.srv_list_section .srv_list_wrap .right_col .img_col {
  margin-left: -50px;
  position: relative;
}
@media (max-width: 1480px) {
  .srv_list_section .srv_list_wrap .right_col .img_col {
    margin-left: 0;
  }
}
.srv_list_section .srv_list_wrap .right_col .img_col img {
  width: 107%;
  max-width: 107%;
  object-position: right;
  object-fit: contain;
}
@media (max-width: 991px) {
  .srv_list_section .srv_list_wrap .right_col .img_col img {
    width: 100%;
    max-width: 100%;
  }
}

.are_you_looking_for_Car .inner-html {
  display: flex;
  flex-flow: column;
  gap: 48px;
}
.are_you_looking_for_Car .heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  flex-flow: wrap;
}
@media (max-width: 767px) {
  .are_you_looking_for_Car .heading {
    gap: 20px;
  }
}
.are_you_looking_for_Car .heading .button-group {
  margin: 0;
}
.are_you_looking_for_Car .title-group {
  width: 100%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .are_you_looking_for_Car .title-group {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .are_you_looking_for_Car .title-group {
    max-width: 100%;
  }
}
.are_you_looking_for_Car .title-group h2 {
  text-transform: unset;
}
.are_you_looking_for_Car .content-boxes {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  gap: 30px;
}
.are_you_looking_for_Car .box-item {
  width: 100%;
  max-width: calc(33.33% - 20px);
  border: 1px solid #CFCFCF;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .are_you_looking_for_Car .box-item {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .are_you_looking_for_Car .box-item {
    max-width: 100%;
  }
}
.are_you_looking_for_Car .box-item:hover {
  cursor: pointer;
}
.are_you_looking_for_Car .box-item:hover .slick-slide img {
  transform: scale(1.03);
}
.are_you_looking_for_Car .box-item:hover .car-description .btn {
  background-position: 50% 0%;
  transition: all 0.5s;
}
.are_you_looking_for_Car .box-item:hover .car-description .btn.btn-with-icon-red {
  border: 1px solid #D6111E;
  color: #D6111E;
}
.are_you_looking_for_Car .box-item:hover .car-description .btn.btn-with-icon-red:After {
  content: "";
  background-image: url(../images/btn-white-arrow.svg);
  background-color: #D6111E;
  transition: all 0.5s;
}
.are_you_looking_for_Car .box-item .slick-slide img {
  transition: all 0.3s linear;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  object-fit: cover;
}
.are_you_looking_for_Car .car-slider .slick-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  list-style: none;
}
.are_you_looking_for_Car .car-slider .slick-dots button {
  display: none;
}
.are_you_looking_for_Car .car-slider .slick-dots li {
  width: 3px;
  height: 3px;
  background: #ffffff;
  border-radius: 100%;
  opacity: 0.6;
}
.are_you_looking_for_Car .car-slider .slick-dots li.slick-active {
  width: 20px;
  opacity: 1;
  border-radius: 20px;
}
.are_you_looking_for_Car .car-slider .slick-slide {
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.are_you_looking_for_Car .car-description {
  padding: 20px;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .are_you_looking_for_Car .car-description {
    padding: 15px;
  }
}
.are_you_looking_for_Car .car-description h5 {
  color: #D6111E;
  margin: 0;
}
.are_you_looking_for_Car .car-description ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.are_you_looking_for_Car .car-description ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.are_you_looking_for_Car .car-description .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.are_you_looking_for_Car .car-description .text {
  color: #666666;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 10px;
}
.are_you_looking_for_Car .car-description .text strong {
  color: #000000;
  font-weight: 500;
}
.are_you_looking_for_Car .car-description .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-flow: wrap;
}
.are_you_looking_for_Car .car-description .price span {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 120%;
}
@media (max-width: 767px) {
  .are_you_looking_for_Car .car-description .price span {
    font-size: 18px;
  }
}
.are_you_looking_for_Car .car-description .price .button-group {
  margin: 0;
}

.zig-zag-section {
  background-color: #000000;
}
.zig-zag-section .inner-html {
  display: flex;
  flex-flow: column;
  gap: 100px;
}
@media (max-width: 1024px) {
  .zig-zag-section .inner-html {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .zig-zag-section .inner-html {
    gap: 40px;
  }
}
.zig-zag-section .zig-zag-boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-flow: wrap;
}
@media (max-width: 991px) {
  .zig-zag-section .zig-zag-boxes {
    flex-direction: column-reverse;
  }
}
.zig-zag-section .zig-zag-boxes .content {
  width: 100%;
  max-width: calc(50% - 15px);
}
@media (max-width: 991px) {
  .zig-zag-section .zig-zag-boxes .content {
    max-width: 100%;
  }
}
.zig-zag-section .zig-zag-boxes .content .title {
  margin-bottom: 20px;
  max-width: 460px;
  width: 100%;
}
.zig-zag-section .zig-zag-boxes .content p {
  line-height: 180%;
}
.zig-zag-section .zig-zag-boxes .img-wrap {
  width: 100%;
  max-width: calc(50% - 15px);
  position: relative;
}
@media (max-width: 991px) {
  .zig-zag-section .zig-zag-boxes .img-wrap {
    max-width: 100%;
  }
}
.zig-zag-section .zig-zag-boxes .img-wrap img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zig-zag-section .zig-zag-boxes.icon {
  gap: 140px;
}
@media (max-width: 1199px) {
  .zig-zag-section .zig-zag-boxes.icon {
    gap: 100px;
  }
}
@media (max-width: 1024px) {
  .zig-zag-section .zig-zag-boxes.icon {
    gap: 80px;
  }
}
@media (max-width: 991px) {
  .zig-zag-section .zig-zag-boxes.icon {
    gap: 30px;
  }
}
.zig-zag-section .zig-zag-boxes.icon .content {
  max-width: calc(50% - 70px);
}
@media (max-width: 1199px) {
  .zig-zag-section .zig-zag-boxes.icon .content {
    max-width: calc(50% - 50px);
  }
}
@media (max-width: 1024px) {
  .zig-zag-section .zig-zag-boxes.icon .content {
    max-width: calc(50% - 40px);
  }
}
@media (max-width: 991px) {
  .zig-zag-section .zig-zag-boxes.icon .content {
    max-width: 100%;
  }
}
.zig-zag-section .zig-zag-boxes.icon .img-wrap {
  max-width: calc(50% - 70px);
}
@media (max-width: 1199px) {
  .zig-zag-section .zig-zag-boxes.icon .img-wrap {
    max-width: calc(50% - 50px);
  }
}
@media (max-width: 1024px) {
  .zig-zag-section .zig-zag-boxes.icon .img-wrap {
    max-width: calc(50% - 40px);
  }
}
@media (max-width: 991px) {
  .zig-zag-section .zig-zag-boxes.icon .img-wrap {
    max-width: 100%;
  }
}
.zig-zag-section .zig-zag-boxes.icon .img-wrap .icon {
  position: absolute;
  bottom: -6px;
  left: -100px;
  border: 13px solid #000000;
  border-radius: 12px;
  background-color: #000000;
  width: max-content;
}
@media (max-width: 1199px) {
  .zig-zag-section .zig-zag-boxes.icon .img-wrap .icon {
    left: -80px;
  }
}
@media (max-width: 1024px) {
  .zig-zag-section .zig-zag-boxes.icon .img-wrap .icon {
    left: -60px;
    border: 10px solid #000000;
  }
}
@media (max-width: 991px) {
  .zig-zag-section .zig-zag-boxes.icon .img-wrap .icon {
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
  }
}
.zig-zag-section .zig-zag-boxes.icon .img-wrap .icon .icon-inner {
  background-color: #D6111E;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-flow: column;
}
@media (max-width: 1199px) {
  .zig-zag-section .zig-zag-boxes.icon .img-wrap .icon .icon-inner {
    padding: 15px;
  }
}
@media (max-width: 1024px) {
  .zig-zag-section .zig-zag-boxes.icon .img-wrap .icon .icon-inner {
    padding: 10px;
  }
}
.zig-zag-section .zig-zag-boxes.icon .img-wrap .icon .counter {
  font-size: 60px;
  font-weight: 700;
  font-family: "Objectivity";
  line-height: 100%;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .zig-zag-section .zig-zag-boxes.icon .img-wrap .icon .counter {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .zig-zag-section .zig-zag-boxes.icon .img-wrap .icon .counter {
    font-size: 40px;
  }
}
.zig-zag-section .zig-zag-boxes.icon .img-wrap .icon p {
  color: #ffffff;
}
.zig-zag-section .zig-zag-boxes.left-img {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .zig-zag-section .zig-zag-boxes.left-img {
    flex-direction: column-reverse;
  }
}
.zig-zag-section .zig-zag-boxes.left-img.icon .icon {
  left: auto;
  right: -100px;
}
@media (max-width: 1199px) {
  .zig-zag-section .zig-zag-boxes.left-img.icon .icon {
    right: -80px;
  }
}
@media (max-width: 1024px) {
  .zig-zag-section .zig-zag-boxes.left-img.icon .icon {
    right: -60px;
  }
}
@media (max-width: 991px) {
  .zig-zag-section .zig-zag-boxes.left-img.icon .icon {
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
  }
}

.inspection .inner-html {
  display: flex;
  flex-flow: column;
  gap: 48px;
}
@media (max-width: 1024px) {
  .inspection .inner-html {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .inspection .inner-html {
    gap: 30px;
  }
}
.inspection .heading a {
  text-decoration: underline;
}
.inspection .content {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 1280px) {
  .inspection .content {
    gap: 20px;
  }
}
.inspection .item {
  width: 100%;
  border-radius: 12px;
  background-color: #D6111E;
}
.inspection .item.large {
  max-width: calc(34% - 23px);
}
@media (max-width: 1280px) {
  .inspection .item.large {
    max-width: calc(34% - 15px);
  }
}
@media (max-width: 1199px) {
  .inspection .item.large {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .inspection .item.large {
    max-width: 100%;
  }
}
.inspection .item.small {
  max-width: calc(22% - 23px);
  padding: 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1280px) {
  .inspection .item.small {
    max-width: calc(22% - 15px);
  }
}
@media (max-width: 1199px) {
  .inspection .item.small {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .inspection .item.small {
    max-width: 100%;
  }
}
.inspection .item > img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inspection .item .icon {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inspection .item h6 {
  color: #ffffff;
  margin: 0;
  line-height: 100%;
  text-align: center;
}
.inspection .item p {
  color: #ffffff;
  text-align: center;
}

.counter-section .counter-boxes {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
}
.counter-section .item {
  width: 100%;
  max-width: 25%;
  position: relative;
  padding: 140px 20px;
  border-right: 1.5px solid rgba(255, 255, 255, 0.2);
  border-left: 1.5px solid rgba(255, 255, 255, 0.2);
  background-color: #000000;
  z-index: 0;
  margin-right: -1px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .counter-section .item {
    max-width: 100%;
    text-align: center;
    border-right: 0;
    border-left: 0;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  .counter-section .item:last-child {
    border-bottom: 0;
  }
}
.counter-section .item:hover {
  border-right: 1.5px solid rgb(0, 0, 0);
  border-left: 1.5px solid rgb(0, 0, 0);
  transition: all 0.5s;
}
.counter-section .item:hover .img-wrap {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.counter-section .item .img-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.counter-section .item .img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.counter-section .item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.counter-section .item .content {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.counter-section .item .content p {
  color: #DDDDDD;
  line-height: 180%;
}
.counter-section .item .sub_title {
  margin: 0;
  text-transform: uppercase;
}
.counter-section .item .count_wrap {
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  font-family: "Objectivity";
  color: #DDDDDD;
}
@media (max-width: 1280px) {
  .counter-section .item .count_wrap {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .counter-section .item .count_wrap {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .counter-section .item .count_wrap {
    font-size: 28px;
  }
}

.accordion_card_section {
  position: relative;
  overflow: hidden;
}
.accordion_card_section .container {
  max-width: 1280px;
}
.accordion_card_section .title-wrap {
  margin-bottom: 40px;
}
.accordion_card_section .title-wrap .title h2 {
  text-align: center;
}
.accordion_card_section .accordion_title h3 {
  margin-bottom: 10px;
}
.accordion_card_section .accordion_wrap {
  margin-top: 40px;
}
.accordion_card_section .accordion_wrap .at-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 26px;
}
@media (max-width: 767px) {
  .accordion_card_section .accordion_wrap .at-item {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
}
.accordion_card_section .accordion_wrap .at-item .at-title {
  position: relative;
  display: flex;
  gap: 10px;
  width: 100%;
  cursor: pointer;
}
.accordion_card_section .accordion_wrap .at-item .at-title::after {
  content: "";
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  background-image: url(/wp-content/uploads/2025/10/plus-icon.svg);
  background-repeat: no-repeat;
  background-size: 31px;
  background-position: center;
  filter: contrast(0) brightness(1000);
}
@media (max-width: 767px) {
  .accordion_card_section .accordion_wrap .at-item .at-title::after {
    background-size: 22px;
  }
}
.accordion_card_section .accordion_wrap .at-item .at-title.active::after {
  background-image: url(/wp-content/uploads/2025/10/dash-icon.svg);
  background-size: 32px;
  filter: contrast(0) brightness(1000);
}
@media (max-width: 767px) {
  .accordion_card_section .accordion_wrap .at-item .at-title.active::after {
    background-size: 21px;
  }
}
.accordion_card_section .accordion_wrap .at-item .at-title .h6 {
  margin-bottom: 0;
  flex: 1;
}
.accordion_card_section .accordion_wrap .at-tab {
  display: none;
  margin-top: 16px;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .accordion_card_section .accordion_wrap .at-tab {
    margin-top: 16px;
  }
}
.accordion_card_section .accordion_wrap .at-tab p {
  font-size: 16px;
}