@import url("https://fonts.googleapis.com/css2?family=Roboto: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;
}

a, button {
  transition: all 0.4s;
}

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

.container-full {
  max-width: 1920px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

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

.padding-section-small {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .padding-section-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .padding-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.padding-top-0 {
  padding-top: 0;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.title span {
  color: #A41623;
}

a {
  color: #A41623;
  text-decoration: none;
}
a:hover {
  color: #333333;
}

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

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #A41623;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #A41623;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #A41623;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #A41623;
}

.button {
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

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

.page-template-default.page .site-main article.type-page {
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .page-template-default.page .site-main article.type-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .page-template-default.page .site-main article.type-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-template-default.page .site-main article.type-page h1,
.page-template-default.page .site-main article.type-page h2,
.page-template-default.page .site-main article.type-page h3,
.page-template-default.page .site-main article.type-page h4,
.page-template-default.page .site-main article.type-page h5,
.page-template-default.page .site-main article.type-page h6,
.page-template-default.page .site-main article.type-page .h1,
.page-template-default.page .site-main article.type-page .h2,
.page-template-default.page .site-main article.type-page .h3,
.page-template-default.page .site-main article.type-page .h4,
.page-template-default.page .site-main article.type-page .h5,
.page-template-default.page .site-main article.type-page .h6 {
  color: #121212;
}

div#gform_1_validation_container {
  display: none;
}

.whatsapp-btn {
  bottom: 66px !important;
  right: auto !important;
  left: 14px !important;
  width: 45px !important;
  height: 70px !important;
}

/*
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)
*/
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

/**
 * Basic typography style for copy text
 */
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 140%;
  margin: 0 !important;
  color: #333333;
  hyphens: auto;
  word-break: break-word;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 30px;
  color: #121212;
  font-family: "Roboto", sans-serif;
  hyphens: auto;
  word-break: break-word;
}

h1, .h1 {
  font-size: 66px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 38px;
  }
}

h2, .h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 26px;
  }
}

h4, .h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h4, .h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h5, .h5 {
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h5, .h5 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 22px;
  }
}

h6, .h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h6, .h6 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 20px;
  }
}

.site-header {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.site-header .header-main {
  width: 100%;
  max-width: 1920px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
@media (max-width: 1699px) {
  .site-header .header-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .site-header .header-main {
    display: flex;
    gap: 10px;
  }
  .site-header .header-main .header-logo {
    order: 0;
  }
  .site-header .header-main .header-nav {
    order: 2;
  }
  .site-header .header-main .header-language-switcher {
    order: 1;
    margin-left: auto;
  }
}
.site-header .header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logo {
  width: 100%;
  height: 100%;
  width: 116px;
  height: 100px;
}
@media (max-width: 991px) {
  .header-logo {
    height: 60px;
    width: auto;
  }
}
.header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-navigation {
  width: auto;
}
.main-navigation .menu {
  gap: 16px;
}
@media (max-width: 1439px) {
  .main-navigation .menu {
    gap: 0;
  }
}
@media (max-width: 991px) {
  .main-navigation .menu {
    display: block;
  }
}
@media (max-width: 991px) {
  .main-navigation .menu > .menu-item.current_page_item > a, .main-navigation .menu > .menu-item.current-menu-parent > a {
    color: #ffffff;
    background-color: #A41623;
  }
}
.main-navigation .menu > .menu-item.current_page_item > a:before, .main-navigation .menu > .menu-item.current-menu-parent > a:before {
  bottom: 0;
  height: 100%;
}
.main-navigation .menu > .menu-item > a {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  padding: 12px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1439px) {
  .main-navigation .menu > .menu-item > a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .main-navigation .menu > .menu-item > a {
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 992px) {
  .main-navigation .menu > .menu-item > a::before {
    content: "";
    left: 0;
    right: 0;
    height: 0;
    bottom: 0;
    position: absolute;
    background-color: #477998;
    transition: all 0.7s;
    z-index: -1;
  }
  .main-navigation .menu > .menu-item > a:hover:before {
    bottom: 0;
    height: 100%;
  }
  .main-navigation .menu > .menu-item > a.selected:before {
    bottom: 0;
    height: 100%;
  }
}
.main-navigation .menu > .menu-item-has-children.focus > a:after {
  transition: all 0.4s;
  transform: rotate(180deg);
}
.main-navigation .menu > .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.main-navigation .menu > .menu-item-has-children > a:after {
  content: "";
  background-image: url(../images/arrow-bottom.svg);
  width: 13px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .main-navigation .menu > .menu-item-has-children > a:after {
    margin-left: auto;
  }
}
.main-navigation .menu .sub-menu {
  box-shadow: none;
  flex-wrap: wrap;
  background: #ffffff;
  padding: 0;
  border-radius: 0px;
  flex-flow: column;
}
@media (min-width: 992px) {
  .main-navigation .menu .sub-menu {
    position: absolute;
    display: none;
    min-width: 200px;
    padding-top: 10px;
    background-color: transparent !important;
  }
}
@media (max-width: 991px) {
  .main-navigation .menu .sub-menu {
    position: static;
    background-color: transparent;
    float: none;
    padding: 0;
  }
}
.main-navigation .menu .sub-menu .menu-item {
  background-color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .main-navigation .menu .sub-menu .menu-item {
    background-color: #477998;
  }
}
.main-navigation .menu .sub-menu .menu-item::before {
  content: "";
  position: absolute;
  inset: 0;
  top: auto;
  width: 100%;
  height: 0;
  background-color: #F7F7F7;
  transition: all 0.4s;
}
.main-navigation .menu .sub-menu .menu-item:hover::before {
  height: 100%;
}
.main-navigation .menu .sub-menu .menu-item:hover a {
  color: #A41623;
}
.main-navigation .menu .sub-menu .menu-item.current-menu-item::before {
  height: 100%;
}
.main-navigation .menu .sub-menu .menu-item.current-menu-item a {
  color: #A41623;
}
.main-navigation .menu .sub-menu .menu-item a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  padding: 16px 20px;
  width: auto;
  position: relative;
  color: #121212;
}
@media (max-width: 991px) {
  .main-navigation .menu .sub-menu .menu-item a {
    color: #ffffff;
    padding: 10px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding-left: 25px;
  }
}
.main-navigation .menu .sub-menu > .menu-item-has-children.focus > a:after {
  transition: all 0.4s;
  transform: rotate(180deg);
}
.main-navigation .menu .sub-menu > .menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-navigation .menu .sub-menu > .menu-item-has-children > a:after {
  content: "";
  background-image: url(../images/arrow-right.svg);
  width: 8px;
  height: 13px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}
.main-navigation .menu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
@media (max-width: 991px) {
  .main-navigation.toggled .menuicon {
    position: relative;
    z-index: 99999;
    background-color: transparent;
  }
  .main-navigation.toggled .menuicon::before {
    background-color: #ffffff;
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .main-navigation.toggled .menuicon:after {
    background-color: #ffffff;
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }
}
@media (max-width: 991px) {
  .main-navigation.toggled .menu-toggle {
    position: fixed;
    top: 44px;
    right: 15px;
    z-index: 1111;
  }
}
@media (max-width: 991px) {
  .main-navigation.toggled .menu-header-menu-container {
    left: auto;
    right: 0;
    width: 70%;
    transform: translate3d(0, 0, 0);
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s;
  }
}
@media (max-width: 767px) {
  .main-navigation.toggled .menu-header-menu-container {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .menu-header-menu-container {
    background: #477998;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate3d(100%, 0, 0);
    z-index: 11;
    padding-top: 70px;
  }
}

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

ul li.menu-item-has-children .sub-menu {
  display: none;
}
@media (min-width: 992px) {
  ul li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}
ul li.menu-item-has-children.focus > .sub-menu {
  display: block;
}

.header-language-switcher {
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: flex-end;
}
@media (max-width: 1580px) {
  .header-language-switcher {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .header-language-switcher .button-group {
    display: none;
  }
}
@media (max-width: 1365px) {
  .header-language-switcher .button-group a.btn {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 36px;
  }
  .header-language-switcher .button-group a.btn::before, .header-language-switcher .button-group a.btn::after {
    right: 8px;
  }
}
.header-language-switcher .contect-box a {
  display: flex;
  gap: 12px;
  align-items: center;
  transition: all 0.4s;
}
.header-language-switcher .contect-box a:hover {
  transition: all 0.4s;
}
.header-language-switcher .contect-box a:hover .phone-icon {
  background: #477998;
  transition: all 0.4s;
}
.header-language-switcher .contect-box a .phone-icon {
  background: #A41623;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  transition: all 0.4s;
}
.header-language-switcher .contect-box a .text {
  display: flex;
  flex-flow: column;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  gap: 8px;
}
@media (max-width: 1599px) {
  .header-language-switcher .contect-box a .text {
    display: none;
  }
}
.header-language-switcher .contect-box a .text strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.04em;
}
@media (max-width: 1580px) {
  .header-language-switcher .contect-box a .text strong {
    font-size: 16px;
  }
}

.top-language-switcher {
  position: relative;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.top-language-switcher .current-lang {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

.top-language-switcher img {
  width: 18px;
  height: auto;
  display: block;
}

.top-language-switcher .arrow {
  margin-left: 4px;
  transition: transform 0.2s ease;
}

.top-language-switcher .lang-dropdown {
  position: absolute;
  top: 120%;
  right: 0;
  background: #fff;
  min-width: 90px;
  padding: 6px 0;
  list-style: none;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 999;
}

.top-language-switcher:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.top-language-switcher:hover .arrow {
  transform: rotate(180deg);
}

.top-language-switcher .lang-dropdown li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  color: #121212;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

.top-language-switcher .lang-dropdown li a:hover {
  background: #F7F7F7;
  color: #A41623;
}

footer {
  padding-top: 80px;
}
@media (max-width: 991px) {
  footer {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 40px;
  }
}
footer .container {
  max-width: 1720px;
}
footer.site-footer {
  background: #1B1B1B;
}
footer.site-footer .footer-top-wrap {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(176, 157, 127, 0.161);
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  footer.site-footer .footer-top-wrap {
    display: flex;
    flex-flow: column;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
footer.site-footer .footer-top-wrap .footer-col .footer-logo {
  width: 100%;
  height: 100%;
  width: 116px;
  height: 100px;
}
footer.site-footer .footer-top-wrap .footer-col .footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer.site-footer .footer-top-wrap .footer-col .content-box {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 767px) {
  footer.site-footer .footer-top-wrap .footer-col .content-box {
    align-items: flex-start;
  }
}
footer.site-footer .footer-top-wrap .footer-col .content-box .text-col {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  text-align: right;
  color: #FFFFFF;
}
@media (max-width: 1580px) {
  footer.site-footer .footer-top-wrap .footer-col .content-box .text-col {
    font-size: 24px;
  }
}
@media (max-width: 1439px) {
  footer.site-footer .footer-top-wrap .footer-col .content-box .text-col {
    font-size: 22px;
  }
}
@media (max-width: 1365px) {
  footer.site-footer .footer-top-wrap .footer-col .content-box .text-col {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  footer.site-footer .footer-top-wrap .footer-col .content-box .text-col {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  footer.site-footer .footer-top-wrap .footer-col .content-box .text-col {
    text-align: left;
  }
}
footer.site-footer .address-wrap {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
footer.site-footer .address-wrap .box-col {
  display: flex;
  gap: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
}
footer.site-footer .address-wrap .box-col a {
  display: flex;
  gap: 12px;
  color: #FFFFFF;
  transition: all 0.4s;
}
footer.site-footer .address-wrap .box-col a:hover {
  color: #A41623;
}
footer.site-footer .address-wrap .box-col a::after {
  left: 38px;
}
footer.site-footer .address-wrap .box-col a:hover::after {
  width: calc(100% - 38px);
}
footer.site-footer .address-wrap .box-col span {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
footer.site-footer .address-wrap .box-col span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer.site-footer .footer-widgets {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 108px;
  padding-bottom: 80px;
}
@media (max-width: 1439px) {
  footer.site-footer .footer-widgets {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  footer.site-footer .footer-widgets {
    padding-bottom: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  footer.site-footer .footer-widgets {
    grid-template-columns: 1fr;
  }
}
footer.site-footer .footer-widgets .footer-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  footer.site-footer .footer-widgets .footer-title {
    margin-bottom: 20px;
    gap: 10px;
  }
}
footer.site-footer .footer-widgets .footer-title:after {
  content: "";
  width: 52px;
  height: 3px;
  background: #A41623;
}
footer.site-footer .footer-top-info {
  display: flex;
  flex-flow: column;
  gap: 36px;
}
@media (max-width: 1439px) {
  footer.site-footer .footer-top-info {
    gap: 20px;
  }
}
footer.site-footer .footer-widget-area {
  position: relative;
}
footer.site-footer .footer-widget-area:after {
  content: "";
  position: absolute;
  inset: 0;
  left: auto;
  right: -54px;
  width: 1px;
  height: 100%;
  background-color: rgba(176, 157, 127, 0.161);
}
@media (max-width: 1439px) {
  footer.site-footer .footer-widget-area:after {
    right: -20px;
  }
}
@media (max-width: 767px) {
  footer.site-footer .footer-widget-area:after {
    right: 0;
    left: 0;
    top: auto;
    bottom: -20px;
    width: 100%;
    height: 1px;
  }
}
footer.site-footer .footer-widget-area:last-child::after {
  display: none;
}
@media (max-width: 1024px) and (min-width: 768px) {
  footer.site-footer .footer-widget-area:nth-child(2)::after {
    display: none;
  }
}
footer.site-footer .footer-widget-area .menu {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
footer.site-footer .footer-widget-area .menu .menu-item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  transition: all 0.4s;
}
footer.site-footer .footer-widget-area .menu .menu-item:hover a {
  color: #A41623;
  transition: all 0.4s;
}
footer.site-footer .footer-widget-area .menu .menu-item.current_page_item a, footer.site-footer .footer-widget-area .menu .menu-item.current-menu-parent a {
  color: #A41623;
  transition: all 0.4s;
}
footer.site-footer .footer-bottom {
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: #A41623;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
}
footer.site-footer .footer-bottom a {
  color: #FFFFFF;
  transition: all 0.4s;
}
footer.site-footer .footer-bottom a:hover {
  color: #121212;
}
footer.site-footer .footer-bottom .footer-bottom-inner {
  display: flex;
  flex-flow: wrap;
  gap: 15px 10px;
  align-items: center;
  max-width: 1720px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  footer.site-footer .footer-bottom .footer-bottom-inner {
    flex-flow: column-reverse;
  }
}
footer.site-footer .footer-bottom .footer-bottom-inner .copyright {
  width: fit-content;
}
@media (max-width: 991px) {
  footer.site-footer .footer-bottom .footer-bottom-inner .copyright {
    text-align: center;
  }
}
footer.site-footer .footer-bottom .footer-bottom-inner .youvia-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
}
footer.site-footer .footer-bottom .footer-bottom-inner .youvia-wrap .youvia-logo {
  display: flex;
  align-items: center;
}
footer.site-footer .footer-bottom .footer-bottom-inner .youvia-wrap .youvia-logo a::after {
  display: none !important;
}
footer.site-footer .footer-bottom .footer-bottom-inner .youvia-wrap .youvia-logo img {
  height: 26px;
  object-fit: contain;
}
footer.site-footer .footer-bottom .footer-bottom-inner .menu-privacy-container {
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 1024px) {
  footer.site-footer .footer-bottom .footer-bottom-inner .menu-privacy-container {
    margin-right: auto;
  }
}
footer.site-footer .footer-bottom .footer-bottom-inner .menu-privacy-container .menu {
  display: flex;
  flex-flow: wrap;
  gap: 10px 20px;
  align-items: center;
}
@media (max-width: 991px) {
  footer.site-footer .footer-bottom .footer-bottom-inner .menu-privacy-container .menu {
    text-align: center;
    justify-content: center;
  }
}
footer.site-footer .footer-bottom .footer-bottom-inner .menu-privacy-container .menu li {
  position: relative;
}
footer.site-footer .footer-bottom .footer-bottom-inner .menu-privacy-container .menu li:after {
  content: "";
  position: absolute;
  inset: 0;
  left: auto;
  right: -10px;
  width: 1px;
  height: 16px;
  background-color: white;
}
footer.site-footer .footer-bottom .footer-bottom-inner .menu-privacy-container .menu li:last-child::after {
  display: none;
}

.bottom-to-top-btn {
  cursor: pointer;
  width: 46px;
  height: 46px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: #FFFFFF;
  background-image: url(/wp-content/uploads/2026/02/back-to-top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  text-align: center;
  transition: 400ms;
  z-index: 999;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  border: 1.5px solid #A41623;
}
.bottom-to-top-btn.visible {
  opacity: 1;
  visibility: visible;
  transition: all 1000ms;
}

.whatsapp-btn {
  position: fixed;
  bottom: 76px;
  right: auto;
  left: 26px;
  width: 202px;
  height: 70px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .whatsapp-btn {
    width: 160px;
    height: 56px;
  }
}
.whatsapp-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btn-group {
  display: flex;
  flex-flow: wrap;
  gap: 15px;
}

.btn {
  display: inline-flex;
  padding: 17px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.4s;
  font-weight: 600;
  background-color: #477998;
  letter-spacing: -0.02em;
  border-radius: 0 !important;
  position: relative;
  transition: all 0.5s;
  padding-right: 46px;
}
.btn:hover {
  color: #ffffff;
  background-color: #A41623;
}
.btn:hover::after {
  background-position: 100px 0;
}
.btn:hover::before {
  background-position: 50% 50%;
}
.btn:after {
  content: "";
  background-image: url("../images/btn-arrow.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  position: absolute;
  left: auto;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  transition: all 0.5s;
  background-position: 50% 50%;
  background-size: 22px;
}
.btn::before {
  content: "";
  background-image: url("../images/btn-arrow.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  left: auto;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: -100px 0;
  transition: all 0.5s;
  z-index: 1;
  background-size: 22px;
}

.banner-section {
  position: relative;
  overflow: hidden;
  min-height: 880px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
@media (min-width: 1440px) and (max-width: 1700px) {
  .banner-section {
    min-height: 100vh;
  }
}
@media (max-width: 1439px) {
  .banner-section {
    min-height: 680px;
  }
}
.banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  top: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.47%, rgba(0, 0, 0, 0.8) 95.06%);
  width: 100%;
  height: 303px;
  z-index: 1;
}
.banner-section::after {
  content: "";
  position: absolute;
  inset: 0;
  bottom: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 3.47%, rgba(0, 0, 0, 0) 95.06%);
  width: 100%;
  height: 172px;
  z-index: 1;
}
.banner-section .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.banner-section .banner-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
  padding-top: 124px;
  padding-bottom: 20px;
}
.banner-section .banner-wrap .banner-col .content-wrap {
  margin-bottom: 104px;
}
@media (max-width: 1439px) {
  .banner-section .banner-wrap .banner-col .content-wrap {
    margin-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .banner-section .banner-wrap .banner-col .content-wrap {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-wrap .banner-col .content-wrap {
    margin-bottom: 40px;
  }
}
.banner-section .banner-wrap .banner-col .content-wrap .content-box {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: right;
  color: #FFFFFF;
  padding: 49px 40px 23px 69px;
  position: relative;
  max-width: 620px;
  margin-left: auto;
}
@media (max-width: 1439px) {
  .banner-section .banner-wrap .banner-col .content-wrap .content-box {
    font-size: 18px;
    line-height: 28px;
    max-width: 570px;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-wrap .banner-col .content-wrap .content-box {
    padding: 20px;
  }
}
.banner-section .banner-wrap .banner-col .content-wrap .content-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000;
  filter: blur(72px);
  z-index: -1;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .banner-section .banner-wrap .banner-col .content-wrap .content-box::before {
    border-radius: 20%;
  }
}
.banner-section .banner-wrap .banner-col .content-wrap .button-group {
  text-align: right;
  margin-right: 47px;
}
.banner-section .banner-wrap .banner-col .title-wrap {
  padding: 0 20px;
  text-align: left;
}
.banner-section .banner-wrap .banner-col .title-wrap .title {
  font-weight: 700;
  font-size: 100px;
  line-height: 92px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 5.20834vw;
  text-align: left;
}
@media (max-width: 1439px) {
  .banner-section .banner-wrap .banner-col .title-wrap .title {
    font-size: 66px;
    line-height: 120%;
  }
}
@media (max-width: 1199px) {
  .banner-section .banner-wrap .banner-col .title-wrap .title {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-wrap .banner-col .title-wrap .title {
    font-size: 38px;
  }
}

.error-404 {
  padding: 80px 15px;
  background: #ebeffc;
  text-align: center;
}
.error-404 .page-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media (max-width: 991px) {
  .error-404 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .error-404 {
    padding: 40px 15px;
  }
}
.error-404 h1 {
  color: #121212;
}
.error-404 .btn-group {
  text-align: center;
  justify-content: center;
  margin-top: 24px;
}

.renovation-section {
  position: relative;
  overflow: hidden;
}
.renovation-section.zig-zag-sec + .zig-zag-sec {
  padding-top: 0 !important;
}
.renovation-section.zig-zag-sec .renovation-innder-col {
  align-items: center;
}
@media (max-width: 991px) {
  .renovation-section.zig-zag-sec .renovation-innder-col .left-col .img-box {
    max-height: 100% !important;
  }
}
.renovation-section.row-reverse .renovation-innder-col {
  align-items: center;
}
.renovation-section.row-reverse .renovation-innder-col .right-col {
  order: -1;
}
@media (max-width: 991px) {
  .renovation-section.row-reverse .renovation-innder-col .right-col {
    order: 0;
  }
}
.renovation-section .renovation-wrap .renovation-innder-col {
  display: flex;
  flex-flow: wrap;
  gap: 60px;
}
@media (max-width: 1439px) {
  .renovation-section .renovation-wrap .renovation-innder-col {
    gap: 30px;
  }
}
.renovation-section .renovation-wrap .renovation-innder-col .left-col {
  width: calc(51% - 30px);
}
@media (max-width: 1439px) {
  .renovation-section .renovation-wrap .renovation-innder-col .left-col {
    width: calc(51% - 15px);
  }
}
@media (max-width: 991px) {
  .renovation-section .renovation-wrap .renovation-innder-col .left-col {
    width: 100%;
  }
}
.renovation-section .renovation-wrap .renovation-innder-col .left-col .img-box {
  line-height: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .renovation-section .renovation-wrap .renovation-innder-col .left-col .img-box {
    max-height: 350px;
  }
}
.renovation-section .renovation-wrap .renovation-innder-col .left-col .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.renovation-section .renovation-wrap .renovation-innder-col .right-col {
  width: calc(49% - 30px);
  display: flex;
  flex-flow: column;
  gap: 30px;
}
@media (max-width: 1439px) {
  .renovation-section .renovation-wrap .renovation-innder-col .right-col {
    width: calc(49% - 15px);
  }
}
@media (max-width: 991px) {
  .renovation-section .renovation-wrap .renovation-innder-col .right-col {
    width: 100%;
  }
}
.renovation-section .renovation-wrap .renovation-innder-col .right-col ul {
  list-style: disc;
  margin: 0 0 0.5em 1.3em !important;
}
.renovation-section .renovation-wrap .renovation-innder-col .right-col .title-wrap .title {
  margin-bottom: 0;
}
.renovation-section .renovation-wrap .renovation-innder-col .right-col .content-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px 10px;
  flex-flow: wrap;
}
.renovation-section .renovation-wrap .renovation-innder-col .right-col .content-wrap .rotext-text {
  position: relative;
  width: 122px;
  height: 122px;
  margin: auto 0;
}
.renovation-section .renovation-wrap .renovation-innder-col .right-col .content-wrap .rotext-text .text-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: rotate-animation 30s infinite linear;
}
.renovation-section .renovation-wrap .renovation-innder-col .right-col .content-wrap .rotext-text .icon-img {
  width: 80px;
  height: 80px;
  background: #A41623;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.renovation-section .renovation-wrap .renovation-innder-col .right-col .content-wrap .rotext-text .icon-img a {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.renovation-section .renovation-wrap .renovation-innder-col .right-col .content-wrap .rotext-text .icon-img img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.renovation-section .renovation-wrap .renovation-innder-col .right-col .content-wrap .img-box {
  line-height: 0;
  width: 299px;
  height: 248px;
}
@media (max-width: 1279px) {
  .renovation-section .renovation-wrap .renovation-innder-col .right-col .content-wrap .img-box {
    width: 249px;
    height: 198px;
  }
}
@media (max-width: 575px) {
  .renovation-section .renovation-wrap .renovation-innder-col .right-col .content-wrap .img-box {
    width: 100%;
  }
}
.renovation-section .renovation-wrap .renovation-innder-col .right-col .content-wrap .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.diensten-section {
  position: relative;
  background-color: #F7F7F7;
}
.diensten-section .diensten-wrap .header-wrap {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .diensten-section .diensten-wrap .header-wrap {
    margin-bottom: 30px;
  }
}
.diensten-section .diensten-wrap .header-wrap .title-wrap .title {
  margin-bottom: 0;
}
.diensten-section .diensten-wrap .diensten-innder-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .diensten-section .diensten-wrap .diensten-innder-col {
    grid-template-columns: repeat(1, 1fr);
  }
}
.diensten-section .diensten-wrap .diensten-innder-col .grid-col {
  position: relative;
}
.diensten-section .diensten-wrap .diensten-innder-col .grid-col .link-col {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diensten-section .diensten-wrap .diensten-innder-col .grid-col .img-box {
  width: 100%;
  height: 460px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .diensten-section .diensten-wrap .diensten-innder-col .grid-col .img-box {
    height: 350px;
  }
}
.diensten-section .diensten-wrap .diensten-innder-col .grid-col .img-box:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 52px;
  height: 52px;
  background-color: #A41623;
  z-index: 1;
  margin: auto;
  background-image: url(/wp-content/uploads/2026/02/srv-link-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(0);
  transition: all 0.4s;
}
.diensten-section .diensten-wrap .diensten-innder-col .grid-col .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
  transform: scale(1);
}
.diensten-section .diensten-wrap .diensten-innder-col .grid-col .contet-wrap .title-wrap .title {
  margin-bottom: 12px;
  color: #121212;
  transition: all 0.4s;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1199px) {
  .diensten-section .diensten-wrap .diensten-innder-col .grid-col .contet-wrap .title-wrap .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .diensten-section .diensten-wrap .diensten-innder-col .grid-col .contet-wrap .title-wrap .title {
    font-size: 22px;
  }
}
.diensten-section .diensten-wrap .diensten-innder-col .grid-col .contet-wrap .content-box {
  position: relative;
  top: 0;
  transition: all 0.4s;
}
.diensten-section .diensten-wrap .diensten-innder-col .grid-col:hover .img-box:before {
  transform: scale(1);
  transition: all 0.4s;
}
.diensten-section .diensten-wrap .diensten-innder-col .grid-col:hover .img-box img {
  transform: scale(1.05);
  transition: all 0.4s;
}
.diensten-section .diensten-wrap .diensten-innder-col .grid-col:hover .contet-wrap .title-wrap .title {
  color: #A41623;
  transition: all 0.4s;
}
.diensten-section .diensten-wrap .diensten-innder-col .grid-col:hover .contet-wrap .content-box {
  top: -6px;
  transition: all 0.4s;
}

.img-grid-section {
  position: relative;
}
.img-grid-section .img-grid-wrap .img-grid-innder-col .header-wrap {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .img-grid-section .img-grid-wrap .img-grid-innder-col .header-wrap {
    gap: 16px;
    margin-bottom: 16px;
  }
}
.img-grid-section .img-grid-wrap .img-grid-innder-col .header-wrap .title-wrap {
  width: calc(50% - 15px);
}
@media (max-width: 991px) {
  .img-grid-section .img-grid-wrap .img-grid-innder-col .header-wrap .title-wrap {
    width: 100%;
  }
}
.img-grid-section .img-grid-wrap .img-grid-innder-col .header-wrap .title-wrap .title {
  margin-bottom: 0;
}
.img-grid-section .img-grid-wrap .img-grid-innder-col .header-wrap .rich-text {
  width: calc(50% - 15px);
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  margin-top: auto;
}
@media (max-width: 991px) {
  .img-grid-section .img-grid-wrap .img-grid-innder-col .header-wrap .rich-text {
    width: 100%;
  }
}
.img-grid-section .img-grid-wrap .img-grid-innder-col .content-wrap {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .img-grid-section .img-grid-wrap .img-grid-innder-col .content-wrap {
    gap: 16px;
    margin-bottom: 16px;
  }
}
.img-grid-section .img-grid-wrap .img-grid-innder-col .content-wrap .content-box {
  width: calc(50% - 15px);
}
@media (max-width: 991px) {
  .img-grid-section .img-grid-wrap .img-grid-innder-col .content-wrap .content-box {
    width: 100%;
  }
}
.img-grid-section .img-grid-wrap .img-grid-innder-col .img-grid-col {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .img-grid-section .img-grid-wrap .img-grid-innder-col .img-grid-col {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .img-grid-section .img-grid-wrap .img-grid-innder-col .img-grid-col {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.img-grid-section .img-grid-wrap .img-grid-innder-col .img-grid-col .grid-col .img-box {
  position: relative;
  overflow: hidden;
  padding-bottom: 124.445%;
}
.img-grid-section .img-grid-wrap .img-grid-innder-col .img-grid-col .grid-col .img-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-grid-section .img-grid-wrap .img-grid-innder-col .img-grid-col .grid-col:nth-child(2n+2) .img-box {
  padding-bottom: 106.67%;
}

section.contact-sec {
  background-size: cover;
  padding: 80px 0;
}
@media (max-width: 991px) {
  section.contact-sec {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  section.contact-sec {
    padding: 40px 0;
  }
}
section.contact-sec .contact-row {
  display: flex;
  justify-content: end;
}
section.contact-sec .contact-row .contact-row-form {
  max-width: 620px;
  padding: 30px;
  background: #ffffff;
}
@media (max-width: 991px) {
  section.contact-sec .contact-row .contact-row-form {
    max-width: 100%;
  }
}
section.contact-sec .contact-row .contact-row-form h2 {
  margin-bottom: 24px;
}
.gform-body.gform_body .gform_fields {
  gap: 20px;
  font-family: "Roboto", sans-serif;
}
.gform-body.gform_body .ginput_container input,
.gform-body.gform_body .ginput_container textarea {
  border: 1px solid #ccc;
  background: transparent !important;
  width: 100%;
  box-shadow: none;
  inline-size: 100%;
  color: #121212;
  border-radius: 0;
  height: 50px;
  padding: 13px 16px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.gform-body.gform_body .ginput_container input:focus, .gform-body.gform_body .ginput_container input:focus-visible,
.gform-body.gform_body .ginput_container textarea:focus,
.gform-body.gform_body .ginput_container textarea:focus-visible {
  outline: none;
}
.gform-body.gform_body textarea {
  height: 74px !important;
  min-block-size: 74px !important;
}
.gform-body.gform_body input[type=checkbox] {
  padding: 0;
  height: 16px;
  width: 16px;
}
.gform-body.gform_body input[type=checkbox]:before {
  border: 1px solid #ccc;
}

input[type=submit] {
  display: inline-flex;
  padding: 17px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #ffffff !important;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 100%;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.4s;
  font-weight: 600;
  background-color: #477998 !important;
  letter-spacing: -0.02em !important;
  border-radius: 0 !important;
  position: relative;
  transition: all 0.5s;
  letter-spacing: -1px;
  border: 0;
}
input[type=submit]:hover {
  color: #ffffff !important;
  background-color: #A41623 !important;
}

body form input,
body form textarea {
  border: 1px solid #ccc !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #121212 !important;
  border-radius: 0 !important;
  height: 50px !important;
  padding: 13px 16px !important;
  font-size: 16px !important;
  font-family: "Roboto", sans-serif !important;
  color: #121212 !important;
}
body form input:focus, body form input:focus-visible,
body form textarea:focus,
body form textarea:focus-visible {
  outline: none !important;
}

::placeholder {
  color: #121212 !important;
}

body form textarea {
  height: 74px !important;
}

body form input[type=checkbox] {
  padding: 0 !important;
  height: 16px !important;
  width: 16px !important;
}
body form input[type=checkbox]:before {
  border: 1px solid #ccc !important;
}

section.bg-image-card-sec {
  background-size: cover;
  padding: 60px 0;
  color: #ffffff;
  position: relative;
}
@media (max-width: 767px) {
  section.bg-image-card-sec {
    padding: 40px 0;
  }
}
section.bg-image-card-sec:before {
  content: "";
  position: absolute;
  inset: 0;
  bottom: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 59.38%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 256px;
  z-index: 1;
}
section.bg-image-card-sec:after {
  content: "";
  position: absolute;
  inset: 0;
  top: auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 58.67%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 235px;
  z-index: 1;
}
section.bg-image-card-sec .bg-image-card-row {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  section.bg-image-card-sec .bg-image-card-row {
    flex-direction: column;
    gap: 20px;
  }
}
section.bg-image-card-sec .bg-image-card-row .bg-image-card-col h2 {
  margin-bottom: 12px;
  color: #ffffff;
}
section.bg-image-card-sec .bg-image-card-row .bg-image-card-col.col-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  width: 59%;
}
@media (max-width: 991px) {
  section.bg-image-card-sec .bg-image-card-row .bg-image-card-col.col-left {
    width: 100%;
  }
}
section.bg-image-card-sec .bg-image-card-row .bg-image-card-col.col-right {
  padding: 20px 0;
}
@media (max-width: 991px) {
  section.bg-image-card-sec .bg-image-card-row .bg-image-card-col.col-right {
    padding: 0;
  }
}
section.bg-image-card-sec .bg-image-card-row .bg-image-card-col.col-right .right-col-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  max-width: 340px;
}
@media (max-width: 991px) {
  section.bg-image-card-sec .bg-image-card-row .bg-image-card-col.col-right .right-col-card {
    flex-direction: row;
    justify-content: start;
    gap: 20px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  section.bg-image-card-sec .bg-image-card-row .bg-image-card-col.col-right .right-col-card {
    flex-direction: column;
  }
}
section.bg-image-card-sec .bg-image-card-row .bg-image-card-col.col-right .right-col-card .card-box {
  background: white;
  padding: 24px;
}
section.bg-image-card-sec .bg-image-card-row .bg-image-card-col.col-right .right-col-card .card-box h3 {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  section.bg-image-card-sec .bg-image-card-row .bg-image-card-col.col-right .right-col-card .card-box {
    flex: 1;
  }
}
section.bg-image-card-sec .bg-image-card-row .bg-image-card-col.col-right .right-col-card .card-box.top-box .btn {
  margin-top: 80px;
}
section.bg-image-card-sec .bg-image-card-row .bg-image-card-col.col-right .right-col-card .card-box.bottom-box h6 {
  margin-top: 58px;
}
section.bg-image-card-sec .bg-image-card-row .bg-image-card-col.col-right .right-col-card .card-box h5 {
  margin-bottom: 16px;
}
section.bg-image-card-sec .bg-image-card-row .bg-image-card-col.col-right .right-col-card .card-box h6 {
  margin-bottom: 0;
  font-size: 20px;
}
section.bg-image-card-sec .bg-image-card-row .bg-image-card-col.col-right .right-col-card .card-box h6 span {
  color: #A41623;
}
section.bg-image-card-sec .bg-image-card-row .bg-image-card-col.col-right .right-col-card .card-box p {
  color: #333333;
  margin-bottom: 0;
}
section.bg-image-card-sec .bg-image-card-row .bg-image-card-col.col-right .right-col-card .card-box p span {
  color: #A41623;
  font-weight: 600;
}

.amsterdam-section .amsterdam-section-row {
  display: flex;
  flex-flow: wrap;
  gap: 60px;
}
@media (max-width: 1439px) {
  .amsterdam-section .amsterdam-section-row {
    gap: 30px;
  }
}
.amsterdam-section .amsterdam-section-row .left-col {
  width: calc(49% - 30px);
  display: flex;
  flex-flow: column;
  gap: 30px;
}
@media (max-width: 1439px) {
  .amsterdam-section .amsterdam-section-row .left-col {
    width: calc(49% - 15px);
  }
}
@media (max-width: 991px) {
  .amsterdam-section .amsterdam-section-row .left-col {
    width: 100%;
  }
}
.amsterdam-section .amsterdam-section-row .left-col h2 {
  margin-bottom: 12px;
}
.amsterdam-section .amsterdam-section-row .left-col .rich-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  margin-top: auto;
}
@media (max-width: 991px) {
  .amsterdam-section .amsterdam-section-row .left-col .rich-text {
    width: 100%;
  }
}
.amsterdam-section .amsterdam-section-row .right-col {
  width: calc(51% - 30px);
}
@media (max-width: 1439px) {
  .amsterdam-section .amsterdam-section-row .right-col {
    width: calc(51% - 15px);
  }
}
@media (max-width: 991px) {
  .amsterdam-section .amsterdam-section-row .right-col {
    width: 100%;
  }
}
.amsterdam-section .amsterdam-section-row .right-col .right-img-grid {
  display: grid;
  grid-template-columns: 65.4% 30%;
  gap: 30px;
}
@media (max-width: 1439px) {
  .amsterdam-section .amsterdam-section-row .right-col .right-img-grid {
    gap: 20px;
    grid-template-columns: 65.4% 31%;
  }
}
@media (max-width: 767px) {
  .amsterdam-section .amsterdam-section-row .right-col .right-img-grid {
    grid-template-columns: 1fr;
  }
}
.amsterdam-section .amsterdam-section-row .right-col .right-img-grid .grid-left {
  height: 100%;
}
.amsterdam-section .amsterdam-section-row .right-col .right-img-grid .grid-left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.amsterdam-section .amsterdam-section-row .right-col .right-img-grid .grid-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1439px) {
  .amsterdam-section .amsterdam-section-row .right-col .right-img-grid .grid-right {
    gap: 20px;
  }
}
.amsterdam-section .amsterdam-section-row .right-col .right-img-grid .grid-right .grid-col:first-child {
  padding-bottom: 126%;
  position: relative;
}
@media (max-width: 767px) {
  .amsterdam-section .amsterdam-section-row .right-col .right-img-grid .grid-right .grid-col:first-child {
    padding-bottom: 100%;
    position: relative;
    order: 1;
  }
}
.amsterdam-section .amsterdam-section-row .right-col .right-img-grid .grid-right .grid-col:first-child img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.amsterdam-section .amsterdam-section-row .right-col .right-img-grid .grid-right .grid-col:last-child {
  height: 100%;
  margin-left: -80px;
  width: calc(100% + 80px);
  text-align: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .amsterdam-section .amsterdam-section-row .right-col .right-img-grid .grid-right .grid-col:last-child {
    margin-left: 0;
    width: 100%;
  }
}
.amsterdam-section .amsterdam-section-row .right-col .right-img-grid .grid-right .grid-col:last-child .counters-card {
  background-color: #A41623;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
}
@media (max-width: 1439px) {
  .amsterdam-section .amsterdam-section-row .right-col .right-img-grid .grid-right .grid-col:last-child .counters-card {
    padding: 30px 15px;
  }
}
.amsterdam-section .amsterdam-section-row .right-col .right-img-grid .grid-right .grid-col:last-child .counters-card .counters-card-col:first-child {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ffffff;
}
.amsterdam-section .amsterdam-section-row .right-col .right-img-grid .grid-right .grid-col:last-child .counters-card .counters-card-col .counter {
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 1439px) {
  .amsterdam-section .amsterdam-section-row .right-col .right-img-grid .grid-right .grid-col:last-child .counters-card .counters-card-col .counter {
    font-size: 42px;
  }
}
.amsterdam-section .amsterdam-section-row .right-col .right-img-grid .grid-right .grid-col:last-child .counters-card .counters-card-col span.counter-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 10%;
  color: #ffffff;
}
@media (max-width: 1439px) {
  .amsterdam-section .amsterdam-section-row .right-col .right-img-grid .grid-right .grid-col:last-child .counters-card .counters-card-col span.counter-text {
    font-size: 18px;
  }
}

.inner-hero-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-hero-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  bottom: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 3.47%, rgba(0, 0, 0, 0) 95.06%);
  width: 100%;
  height: 172px;
  z-index: 1;
}
.inner-hero-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  top: auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 58.67%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 235px;
  z-index: 1;
}
.inner-hero-wrapper .container .inner-hero-content {
  padding-bottom: 40px;
  padding-top: 20%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .inner-hero-wrapper .container .inner-hero-content {
    padding-top: 150px;
    padding-bottom: 30px;
  }
}
.inner-hero-wrapper .container .inner-hero-content h1, .inner-hero-wrapper .container .inner-hero-content h2, .inner-hero-wrapper .container .inner-hero-content h3 {
  margin: 0;
  color: #ffffff;
}

.after-before-sec .title-wrap {
  text-align: center;
}
.after-before-sec .title-wrap span {
  color: #A41623;
}
.after-before-sec .row {
  max-width: 100%;
}
@media (max-width: 767px) {
  .after-before-sec .row .columns {
    margin: 20px 0;
  }
}

.contact-page-sec .contact-page-row {
  display: flex;
  flex-flow: wrap;
}
@media (max-width: 991px) {
  .contact-page-sec .contact-page-row {
    flex-direction: column;
  }
}
.contact-page-sec .contact-page-row .col {
  width: 100%;
  max-width: 50%;
  padding: 60px 40px;
}
@media (max-width: 1439px) {
  .contact-page-sec .contact-page-row .col {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .contact-page-sec .contact-page-row .col {
    width: 100%;
    max-width: 100%;
    padding: 30px;
  }
}
.contact-page-sec .contact-page-row .col.contact-form-left {
  background-color: #ffffff;
}
.contact-page-sec .contact-page-row .col.contact-right {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 60px;
}
.contact-page-sec .contact-page-row .col.contact-right:before {
  background: linear-gradient(271deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 46.58%);
  position: absolute;
  content: "";
  z-index: 1;
  max-width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.contact-page-sec .contact-page-row .col.contact-right h2 {
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.contact-page-sec .contact-page-row .col.contact-right p {
  color: #ffffff;
}
.contact-page-sec .contact-page-row .col.contact-right img.contact-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  z-index: 0;
}
.contact-page-sec .contact-page-row .col.contact-right .title_wrap {
  position: relative;
  z-index: 2;
}
.contact-page-sec .contact-page-row .col.contact-right .address-wrap {
  display: flex;
  flex-flow: column;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.contact-page-sec .contact-page-row .col.contact-right .address-wrap .box-col {
  display: flex;
  gap: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
}
.contact-page-sec .contact-page-row .col.contact-right .address-wrap .box-col a {
  display: flex;
  gap: 12px;
  color: #FFFFFF;
  transition: all 0.4s;
}
.contact-page-sec .contact-page-row .col.contact-right .address-wrap .box-col a:hover {
  color: #A41623;
}
.contact-page-sec .contact-page-row .col.contact-right .address-wrap .box-col a::after {
  left: 38px;
}
.contact-page-sec .contact-page-row .col.contact-right .address-wrap .box-col a:hover::after {
  width: calc(100% - 38px);
}
.contact-page-sec .contact-page-row .col.contact-right .address-wrap .box-col span {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.contact-page-sec .contact-page-row .col.contact-right .address-wrap .box-col span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.project-list-section .project-list-wrap .project-list-inner-col .header-wrap {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .project-list-section .project-list-wrap .project-list-inner-col .header-wrap {
    margin-bottom: 16px;
  }
}
.project-list-section .project-list-wrap .project-list-inner-col .header-wrap .title-wrap {
  width: calc(50% - 15px);
}
@media (max-width: 991px) {
  .project-list-section .project-list-wrap .project-list-inner-col .header-wrap .title-wrap {
    width: 100%;
  }
}
.project-list-section .project-list-wrap .project-list-inner-col .header-wrap .title-wrap .title {
  margin-bottom: 0;
}
.project-list-section .project-list-wrap .project-list-inner-col .header-wrap .rich-text {
  width: calc(50% - 15px);
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  margin-top: auto;
}
@media (max-width: 991px) {
  .project-list-section .project-list-wrap .project-list-inner-col .header-wrap .rich-text {
    width: 100%;
  }
}
.project-list-section .project-list-wrap .project-list-inner-col .content-wrap {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .project-list-section .project-list-wrap .project-list-inner-col .content-wrap {
    gap: 0px;
  }
}
.project-list-section .project-list-wrap .project-list-inner-col .content-wrap .content-box {
  width: calc(50% - 15px);
}
@media (max-width: 991px) {
  .project-list-section .project-list-wrap .project-list-inner-col .content-wrap .content-box {
    width: 100%;
  }
}
.project-list-section .project-list-wrap .project-list-col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1280px) {
  .project-list-section .project-list-wrap .project-list-col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .project-list-section .project-list-wrap .project-list-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .project-list-section .project-list-wrap .project-list-col {
    grid-template-columns: repeat(1, 1fr);
  }
}
.project-list-section .project-list-wrap .project-list-col .grid-col {
  position: relative;
}
.project-list-section .project-list-wrap .project-list-col .grid-col .link-col {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-list-section .project-list-wrap .project-list-col .grid-col .img-box {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .project-list-section .project-list-wrap .project-list-col .grid-col .img-box {
    height: 350px;
  }
}
.project-list-section .project-list-wrap .project-list-col .grid-col .img-box:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 52px;
  height: 52px;
  background-color: #A41623;
  z-index: 1;
  margin: auto;
  background-image: url(/wp-content/uploads/2026/02/srv-link-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(0);
  transition: all 0.4s;
}
.project-list-section .project-list-wrap .project-list-col .grid-col .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
  transform: scale(1);
}
.project-list-section .project-list-wrap .project-list-col .grid-col .contet-wrap .title-wrap .title {
  margin-bottom: 12px;
  color: #121212;
  transition: all 0.4s;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1199px) {
  .project-list-section .project-list-wrap .project-list-col .grid-col .contet-wrap .title-wrap .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .project-list-section .project-list-wrap .project-list-col .grid-col .contet-wrap .title-wrap .title {
    font-size: 22px;
  }
}
.project-list-section .project-list-wrap .project-list-col .grid-col .contet-wrap .content-box {
  position: relative;
  top: 0;
  transition: all 0.4s;
}
.project-list-section .project-list-wrap .project-list-col .grid-col:hover .img-box:before {
  transform: scale(1) !important;
  transition: all 0.4s;
}
.project-list-section .project-list-wrap .project-list-col .grid-col:hover .img-box img {
  transform: scale(1.05) !important;
  transition: all 0.4s;
}
.project-list-section .project-list-wrap .project-list-col .grid-col:hover .contet-wrap .title-wrap .title {
  color: #A41623 !important;
  transition: all 0.4s;
}
.project-list-section .project-list-wrap .project-list-col .grid-col:hover .contet-wrap .content-box {
  transition: all 0.4s;
}

ol {
  list-style: auto;
  margin: 0 0 0.5em 1.3em !important;
}

.content-section ul {
  list-style: disc;
  margin: 0 0 0.5em 1.3em !important;
}
.content-section a:hover {
  text-decoration: underline;
}