@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
}

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

.large-container {
  width: 100%;
  max-width: 1900px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .large-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1660px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.link a {
  color: inherit;
  transition: all 0.3s linear;
}
.link a:hover {
  color: #F9DE4E;
}

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

.half-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .half-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.half-padding-top {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .half-padding-top {
    padding-bottom: 30px;
  }
}

.half-padding-bottom {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .half-padding-bottom {
    padding-bottom: 30px;
  }
}

.full-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .full-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .full-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .full-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.full-padding-top {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .full-padding-top {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .full-padding-top {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .full-padding-top {
    padding-top: 30px;
  }
}

.full-padding-bottom {
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .full-padding-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .full-padding-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .full-padding-bottom {
    padding-bottom: 30px;
  }
}

.margin-bottom {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .margin-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .margin-bottom {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 30px;
  }
}

section ul {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
section ul li {
  color: #333333;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Manrope";
  padding-left: 30px;
  position: relative;
}
section ul li strong {
  font-weight: 800;
  color: #121212;
}
section ul li:after {
  width: 20px;
  height: 20px;
  content: "";
  background: url(../images/list-icon.png);
  position: absolute;
  top: 0px;
  left: 0;
}

.heading:has(h1:empty):has(p:empty) {
  display: none;
}

/*
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: "Manrope";
  font-weight: 600;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 30px;
}

p {
  font-family: "Manrope";
  font-weight: 600;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0px;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
}

h1 {
  font-family: "Space Grotesk";
  font-size: 48px;
  font-weight: 700;
  line-height: 1.33;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-family: "Space Grotesk";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-family: "Space Grotesk";
  font-size: 33px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-family: "Space Grotesk";
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-family: "Space Grotesk";
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  h5 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-family: "Space Grotesk";
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}

.top-bar .inner-html {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 13px 0;
}
.top-bar .left-part {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 20px;
}
.top-bar .left-part a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.2px;
  transition: all 0.3s linear;
}
.top-bar .left-part a:hover {
  color: #F9DE4E;
}
.top-bar .right-part {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.top-bar .social {
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 16px;
}
.top-bar .social a {
  line-height: 0;
}
.top-bar .social a:hover img {
  filter: brightness(0) saturate(100%) invert(92%) sepia(21%) saturate(1279%) hue-rotate(347deg) brightness(99%) contrast(97%);
}
.top-bar .languge {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .top-bar {
    display: none;
  }
}

header {
  padding: 21px 0;
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 46px;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  header {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  header {
    top: 0;
  }
}
header.sticky-top {
  top: 0;
  background-color: #121212;
}
header .large-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
}
header .site-branding {
  position: relative;
  top: 5px;
}
@media (max-width: 1199px) {
  header .site-branding {
    max-width: 200px;
  }
}
header nav {
  max-width: -moz-max-content;
  max-width: max-content;
}
header nav .menu-header-menu-container > ul {
  align-items: center;
  gap: 4px;
  justify-content: center;
  display: flex;
}
@media (max-width: 1024px) {
  header nav .menu-header-menu-container > ul {
    flex-flow: column;
  }
}
@media (max-width: 1024px) {
  header nav .menu-header-menu-container > ul > li {
    width: 100%;
  }
}
header nav .menu-header-menu-container > ul > li.menu-item-has-children > a {
  position: relative;
  padding-right: 38px;
}
header nav .menu-header-menu-container > ul > li.menu-item-has-children > a:after {
  position: absolute;
  top: 37%;
  right: 16px;
  width: 14px;
  height: 14px;
  content: "";
  background: url(../images/arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 0.3s linear;
}
header nav .menu-header-menu-container > ul > li > a {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 12px;
  transition: all 0.3s linear;
}
@media (max-width: 1024px) {
  header nav .menu-header-menu-container > ul > li > a {
    width: 100%;
    display: flex;
  }
}
header nav .menu-header-menu-container > ul > li > a:hover {
  background-color: #F9DE4E;
  color: #121212;
}
header nav .menu-header-menu-container > ul > li > a:hover:after {
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(1323%) hue-rotate(3deg) brightness(98%) contrast(86%);
}
header nav .menu-header-menu-container > ul > li ul.sub-menu {
  background: #ffffff;
  flex-direction: column;
  padding: 15px;
  gap: 10px;
  top: 130%;
  width: 100%;
  border-radius: 16px;
  min-width: -moz-max-content;
  min-width: max-content;
}
header nav .menu-header-menu-container > ul > li ul.sub-menu a {
  color: #121212;
  transition: all 0.3s linear;
}
header nav .menu-header-menu-container > ul > li ul.sub-menu a:Hover {
  color: #f9de4e;
}
@media (max-width: 1024px) {
  header nav .menu-toggle {
    display: block;
    width: 28px;
    height: 30px;
    background: transparent;
    border: 0;
    padding: 0;
  }
  header nav .menu-toggle > div {
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
  }
}
header nav.toggled .menu-wrapper {
  transform: translateX(0);
}
header nav.toggled .menu-toggle > div.one {
  transform: rotate(45deg) translate(2px, 3px);
}
header nav.toggled .menu-toggle > div.two {
  opacity: 0;
}
header nav.toggled .menu-toggle > div.three {
  transform: rotate(-45deg) translate(7px, -8px);
}
@media (max-width: 1024px) {
  header .menu-wrapper {
    position: fixed;
    right: 0;
    top: 106px;
    width: 300px;
    height: calc(100vh - 106px);
    background-color: #121212;
    transform: translateX(100%);
    transition: all 0.5s linear;
    padding: 30px 15px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    overflow: auto;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  header .menu-wrapper {
    top: 60px;
    height: calc(100vh - 60px);
  }
}

@media (min-width: 1025px) {
  .btn.mobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  .btn.desktop {
    display: none;
  }
}

.top-language-switcher {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #ffffff;
}
.top-language-switcher:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.top-language-switcher:hover .current-lang:after {
  transform: rotate(180deg);
}
.top-language-switcher .current-lang {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding-right: 20px;
  line-height: 0;
}
.top-language-switcher .current-lang:after {
  position: absolute;
  top: -10%;
  right: 0;
  width: 14px;
  height: 14px;
  content: "";
  background: url(../images/arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 0.3s linear;
}
.top-language-switcher img {
  width: 18px;
  height: auto;
  display: block;
}
.top-language-switcher .lang-dropdown {
  position: absolute;
  top: 180%;
  right: 0;
  background: #fff;
  min-width: 120px;
  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 .lang-dropdown li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px 14px;
  color: #222;
  text-decoration: none;
  font-size: 13px;
}
.top-language-switcher .lang-dropdown li a:hover {
  background: #f5f5f5;
}

footer {
  padding-top: 100px;
}
@media (max-width: 1440px) {
  footer {
    padding-top: 80px;
  }
}
@media (max-width: 1199px) {
  footer {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  footer {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 30px;
  }
}
footer .footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1440px) {
  footer .footer-top {
    padding-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  footer .footer-top {
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  footer .footer-top {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  footer .footer-top {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer-top {
    gap: 20px;
  }
}
footer .footer-text {
  width: 100%;
  max-width: calc(65% - 30px);
  display: flex;
  flex-flow: column;
  gap: 16px;
}
@media (max-width: 767px) {
  footer .footer-text {
    max-width: 100%;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  footer .footer-text img {
    max-width: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
footer .footer-text p {
  font-size: 16px;
  font-weight: 500;
  color: #CCCCCC;
}
footer .footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-flow: wrap;
  width: 100%;
  max-width: calc(35% - 30px);
}
@media (max-width: 767px) {
  footer .footer-social {
    max-width: 100%;
    justify-content: flex-start;
  }
}
footer .footer-social a {
  line-height: 0;
  width: 54px;
  height: 54px;
  border: 1px solid #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: all 0.3s linear;
}
@media (max-width: 991px) {
  footer .footer-social a {
    width: 40px;
    height: 40px;
  }
}
footer .footer-social a:hover {
  background: #f9de4e;
}
footer .footer-social a:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(9%) hue-rotate(105deg) brightness(87%) contrast(102%);
}
footer .footer-social a img {
  transition: all 0.3s linear;
}
footer .footer-middle {
  padding: 60px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: wrap;
}
@media (max-width: 1440px) {
  footer .footer-middle {
    padding: 50px 0;
  }
}
@media (max-width: 1199px) {
  footer .footer-middle {
    padding: 40px 0;
  }
}
@media (max-width: 1024px) {
  footer .footer-middle {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  footer .footer-middle {
    padding: 20px 0;
  }
}
footer .footer-middle .footer-menu {
  width: 33.33%;
}
@media (max-width: 767px) {
  footer .footer-middle .footer-menu {
    width: 100%;
  }
}
footer .footer-middle .footer-menu h4 {
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  footer .footer-middle .footer-menu h4 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  footer .footer-middle .footer-menu h4 {
    font-size: 20px;
  }
}
footer .footer-middle .footer-menu .content {
  display: flex;
  flex-flow: column;
  gap: 17px;
}
@media (max-width: 991px) {
  footer .footer-middle .footer-menu .content {
    gap: 10px;
  }
}
footer .footer-middle .footer-menu .content p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  max-width: 362px;
}
@media (max-width: 767px) {
  footer .footer-middle .footer-menu .content p {
    max-width: 100%;
  }
}
footer .footer-middle .footer-menu .content a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s linear;
}
footer .footer-middle .footer-menu .content a:hover {
  color: #f9de4e;
}
footer .footer-middle .footer-menu ul {
  list-style: none;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
}
footer .footer-middle .footer-menu ul li {
  width: 100%;
}
footer .footer-middle .footer-menu ul li a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s linear;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  padding: 8px 0;
}
@media (max-width: 991px) {
  footer .footer-middle .footer-menu ul li a {
    padding: 4px 0;
  }
}
footer .footer-middle .footer-menu ul li a:hover {
  transform: translateX(10px);
  color: #f9de4e;
}
footer .footer-middle .menu-col-1 {
  padding-right: 54px;
}
@media (max-width: 1440px) {
  footer .footer-middle .menu-col-1 {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  footer .footer-middle .menu-col-1 {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer-middle .menu-col-1 {
    padding-right: 0px;
    padding-bottom: 20px;
  }
}
footer .footer-middle .menu-col-1 h4 {
  margin-bottom: 35px;
}
@media (max-width: 1440px) {
  footer .footer-middle .menu-col-1 h4 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  footer .footer-middle .menu-col-1 h4 {
    margin-bottom: 20px;
  }
}
footer .footer-middle .menu-col-2 {
  border-right: 2px solid rgba(255, 255, 255, 0.1019607843);
  border-left: 2px solid rgba(255, 255, 255, 0.1019607843);
  padding: 0 54px;
}
@media (max-width: 1440px) {
  footer .footer-middle .menu-col-2 {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  footer .footer-middle .menu-col-2 {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  footer .footer-middle .menu-col-2 {
    padding: 20px 0px;
    border-top: 2px solid rgba(255, 255, 255, 0.1019607843);
    border-bottom: 2px solid rgba(255, 255, 255, 0.1019607843);
    border-right: none;
    border-left: none;
  }
}
footer .footer-middle .menu-col-3 {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  footer .footer-middle .menu-col-3 {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  footer .footer-middle .menu-col-3 {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer-middle .menu-col-3 {
    padding-left: 0px;
    padding-top: 20px;
  }
}
footer .footer-middle .menu-col-3 ul li {
  width: calc(50% - 4px);
}
@media (max-width: 991px) {
  footer .footer-middle .menu-col-3 ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .footer-middle .menu-col-3 ul li {
    width: calc(50% - 4px);
  }
}
footer .footer-bottom {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-flow: wrap;
}
@media (max-width: 1199px) {
  footer .footer-bottom {
    padding: 20px 0;
  }
}
@media (max-width: 1024px) {
  footer .footer-bottom {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  footer .footer-bottom {
    padding: 10px 0;
    flex-flow: column;
    gap: 10px;
    text-align: center;
  }
}
footer .footer-bottom p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 140%;
}
footer .footer-bottom ul {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
footer .footer-bottom ul li {
  line-height: 0;
}
footer .footer-bottom ul li:first-child {
  padding-right: 16px;
  border-right: 1px solid #FFFFFF;
}
footer .footer-bottom ul li:last-child {
  padding-left: 16px;
}
footer .footer-bottom ul li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  transition: all 0.3s linear;
}
footer .footer-bottom ul li a:hover {
  color: #f9de4e;
}

.btn {
  padding: 12px 12px 12px 16px;
  font-size: 16px;
  line-height: 1em;
  color: #121212;
  font-weight: 700;
  font-family: "Manrope";
  background: #F9DE4E;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  gap: 8px;
  transition: all 0.5s;
  position: relative;
  border-radius: 12px;
  z-index: 0;
}
.btn:hover {
  color: #121212;
  outline: none;
}
.btn:hover span:after {
  transform: translateX(100%);
}
.btn:hover span:before {
  transform: translateX(0%);
}
.btn span {
  width: 28px;
  height: 28px;
  background-color: #121212;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  z-index: 0;
}
.btn span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.5s;
  z-index: -1;
  background-image: url(../images/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.5s;
  z-index: -1;
  background-image: url(../images/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-100%);
}

.banner-sec {
  height: 100vh;
  max-height: calc(100vh - 46px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  position: relative;
  z-index: 0;
  align-items: stretch;
  padding: 0;
}
.banner-sec .large-container {
  padding: 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  .banner-sec {
    max-height: 100vh;
  }
}
.banner-sec .row, .banner-sec .col, .banner-sec .inner-html {
  height: 100%;
}
.banner-sec .hero-slider {
  margin-left: 0;
  position: relative;
  max-width: 100%;
  height: 100%;
}
.banner-sec .hero-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-sec .hero-slider .swiper-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 21.29%);
  z-index: -1;
}
.banner-sec .hero-slider .swiper-slide:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: -1;
}
.banner-sec .hero-content {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 40px;
  max-width: calc(100% - 450px);
  z-index: 2;
  width: auto;
}
@media (max-width: 991px) {
  .banner-sec .hero-content {
    max-width: 100%;
    bottom: 15%;
  }
}
.banner-sec .hero-content h1 {
  margin: 0 0 12px 0;
  max-width: 925px;
  width: calc(100% - 150px);
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .banner-sec .hero-content h1 {
    max-width: 100%;
    width: 100%;
    word-break: break-all;
  }
}
.banner-sec .hero-content p {
  margin: 0;
  color: #FFFFFF;
  max-width: 980px;
  width: calc(100% - 150px);
}
@media (max-width: 767px) {
  .banner-sec .hero-content p {
    max-width: 100%;
    width: 100%;
  }
}
.banner-sec .hero-content .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .banner-sec .hero-content .btn {
    position: unset;
    margin-top: 20px;
  }
}
.banner-sec .swiper-button-prev {
  left: 30px;
  width: 52px;
  height: 52px;
  background: rgba(0, 0, 0, 0.49);
  backdrop-filter: blur(3px);
  border-radius: 12px;
  border: 1px solid #FFFFFF;
}
@media (max-width: 1199px) {
  .banner-sec .swiper-button-prev {
    top: 45%;
  }
}
.banner-sec .swiper-button-next {
  right: 30px;
  width: 52px;
  height: 52px;
  background: rgba(0, 0, 0, 0.49);
  backdrop-filter: blur(3px);
  border-radius: 12px;
  border: 1px solid #FFFFFF;
}
@media (max-width: 1199px) {
  .banner-sec .swiper-button-next {
    top: 45%;
  }
}
.banner-sec .swiper-button-next::after,
.banner-sec .swiper-button-prev::after {
  display: none;
}
.banner-sec .swiper-button-next:before,
.banner-sec .swiper-button-prev:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.5s;
  z-index: -1;
  background-image: url(../images/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-sec .swiper-button-prev:before {
  transform: rotate(180deg);
}
.banner-sec .swiper-pagination {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #FFFFFF;
  padding: 30px;
  border-radius: 20px;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  bottom: 40px !important;
  right: 30px;
  left: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  z-index: 999999;
}
@media (max-width: 1199px) {
  .banner-sec .swiper-pagination {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .banner-sec .swiper-pagination {
    max-width: 100%;
    position: unset;
    margin-top: 0px;
    position: absolute;
    bottom: 20px !important;
    left: 20px !important;
    right: 20px;
    width: auto !important;
  }
}
.banner-sec .swiper-pagination span {
  position: relative;
  margin: 0 !important;
  background: transparent !important;
  width: 56px;
  height: 45px;
  display: flex;
  border-radius: 4px !important;
  opacity: 1 !important;
  justify-content: flex-end;
  align-items: flex-start;
  flex-flow: column-reverse;
  font-size: 18px;
  color: #888888;
  font-weight: 700;
  line-height: 1;
  font-family: "Space Grotesk";
}
@media (max-width: 1199px) {
  .banner-sec .swiper-pagination span {
    width: 45px;
  }
}
.banner-sec .swiper-pagination span:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #999999;
  border-radius: 4px;
}
.banner-sec .swiper-pagination span.swiper-pagination-bullet-active {
  color: #ffffff;
}
.banner-sec .swiper-pagination span.swiper-pagination-bullet-active:after {
  height: 5px;
  background: #F9DE4E;
  border-radius: 5px;
}
.banner-sec .swiper-pagination span.swiper-pagination-bullet-active:before {
  background: #ffffff;
}
.banner-sec .swiper-pagination span:before {
  position: absolute;
  top: 7px;
  right: 0;
  width: 7px;
  height: 3px;
  content: "";
  background: #888888;
}
.banner-sec .swiper-pagination span:last-child:before {
  display: none;
}

.contact-model {
  padding-top: 16px;
}
.contact-model .inner-html {
  background: #222222;
  padding: 16px 30px;
  border-radius: 20px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 46px;
  flex-flow: wrap;
}
@media (max-width: 767px) {
  .contact-model .inner-html {
    gap: 15px;
    max-width: 100%;
    flex-flow: column;
  }
}
.contact-model h6 {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 1.1px;
}
.contact-model .content {
  display: flex;
  flex-flow: column;
  gap: 4px;
}
.contact-model .content p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
.contact-model .content a {
  color: #F9DE4E;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 120%;
  transition: all 0.3s linear;
}
.contact-model .content a:hover {
  color: #ffffff;
}

.heading-with-cards {
  padding-bottom: 40px;
  padding-top: 40px;
}
.heading-with-cards .inner-html {
  display: flex;
  flex-flow: column;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .heading-with-cards .inner-html {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .heading-with-cards .inner-html {
    gap: 30px;
  }
}
.heading-with-cards .cards-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
  flex-flow: wrap;
}
@media (max-width: 1440px) {
  .heading-with-cards .cards-wrapper {
    gap: 20px;
  }
}
.heading-with-cards .card-item {
  width: 100%;
  max-width: calc(33.33% - 20px);
  padding: 30px;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-flow: column;
}
@media (max-width: 1440px) {
  .heading-with-cards .card-item {
    max-width: calc(33.33% - 14px);
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .heading-with-cards .card-item {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .heading-with-cards .card-item {
    max-width: 100%;
  }
}
.heading-with-cards .card-item.img-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .heading-with-cards .card-item.img-card {
    max-width: 100%;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .heading-with-cards .card-item.img-card {
    min-height: 300px;
  }
}
.heading-with-cards .card-item.img-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
  transition: all 0.5s linear;
  -o-object-fit: cover;
     object-fit: cover;
}
.heading-with-cards .card-item.img-card .text-wrapper {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #FFFFFF;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-flow: column;
  backdrop-filter: blur(10px);
  width: 100%;
  gap: 6px;
}
@media (max-width: 1440px) {
  .heading-with-cards .card-item.img-card .text-wrapper {
    padding: 20px;
  }
}
.heading-with-cards .card-item.img-card .text-wrapper h6 {
  color: #FFFFFF;
}
.heading-with-cards .card-item.img-card .text-wrapper .btn {
  margin-top: 10px;
}
.heading-with-cards .card-item.img-card .text-wrapper p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
}
.heading-with-cards .card-item.img-card:hover img {
  transform: scale(1.1);
}
.heading-with-cards .card-item.gray {
  background: #EDF3F6;
}
.heading-with-cards .card-item.yellow {
  background: #F9DE4E;
}
.heading-with-cards .card-item.yellow p {
  margin-bottom: 20px;
}
.heading-with-cards .card-item .fixed-img {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .heading-with-cards .card-item .fixed-img {
    display: none;
  }
}
.heading-with-cards .card-item .fixed-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.heading-with-cards .card-item h4 {
  color: #121212;
  margin-bottom: 4px;
}
.heading-with-cards .card-item p {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
}
.heading-with-cards .card-item ul {
  margin: 24px 0 12px;
  display: flex;
  flex-flow: column;
  gap: 12px;
  list-style: none;
}
.heading-with-cards .card-item ul li {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.heading-with-cards .card-item ul li:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url(../images/list-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.heading-with-cards .card-item ul li strong {
  font-weight: 800;
  color: #121212;
}
.heading-with-cards .card-item .bg-wrap {
  margin-top: auto;
  border-radius: 14px;
  padding: 16px;
  background: #121212;
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.heading-with-cards .card-item .bg-wrap p {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}

.heading {
  display: flex;
  flex-flow: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 1200px;
  width: 100%;
}
.heading h2 {
  color: #121212;
}
@media (max-width: 767px) {
  .heading h2 {
    word-break: break-all;
  }
}
.heading p {
  color: #555555;
}
.heading.full-width {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-flow: wrap;
}
@media (max-width: 1440px) {
  .heading.full-width {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .heading.full-width {
    gap: 12px;
  }
}
.heading.full-width h2 {
  width: 100%;
  max-width: calc(50% - 30px);
  text-align: left;
}
@media (max-width: 1440px) {
  .heading.full-width h2 {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .heading.full-width h2 {
    max-width: 100%;
    text-align: center;
  }
}
.heading.full-width p {
  width: 100%;
  max-width: calc(50% - 30px);
  text-align: left;
}
@media (max-width: 1440px) {
  .heading.full-width p {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .heading.full-width p {
    max-width: 100%;
    text-align: center;
  }
}

.home .heading-with-cards .card-item.img-card img {
  -o-object-position: 70%;
     object-position: 70%;
}

.form-section {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.form-section:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.8) 80%);
}
.form-section .inner-html {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 230px;
  flex-flow: wrap;
}
@media (max-width: 1600px) {
  .form-section .inner-html {
    gap: 100px;
  }
}
@media (max-width: 1440px) {
  .form-section .inner-html {
    gap: 50px;
  }
}
.form-section .form-wrapper {
  width: 100%;
  max-width: calc(50% - 115px);
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
}
.form-section .form-wrapper .gform_required_legend {
  display: none;
}
@media (max-width: 1600px) {
  .form-section .form-wrapper {
    max-width: calc(50% - 50px);
  }
}
@media (max-width: 1440px) {
  .form-section .form-wrapper {
    max-width: calc(50% - 25px);
  }
}
@media (max-width: 1024px) {
  .form-section .form-wrapper {
    max-width: 100%;
    padding: 20px;
  }
}
.form-section .form-wrapper .gform_wrapper form {
  display: flex;
  flex-flow: column;
  gap: 32px;
  justify-content: flex-end;
  align-items: flex-end;
}
.form-section .form-wrapper .gform_wrapper .gform-body {
  width: 100%;
}
.form-section .form-wrapper .gform_wrapper .gform-body .gform_fields {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 16px;
}
.form-section .form-wrapper .gform_wrapper .gform-body label {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #121212;
}
.form-section .form-wrapper .gform_wrapper .gform-body input,
.form-section .form-wrapper .gform_wrapper .gform-body textarea {
  border: 1px solid #EEEEEE;
  background: #F7F7F7;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #888888;
  outline: none;
  box-shadow: none;
  height: auto;
}
.form-section .form-wrapper .gform_wrapper .gform-body textarea {
  height: 52px;
  min-height: unset;
}
.form-section .form-wrapper .gform_wrapper .gform-footer {
  margin: 0;
}
.form-section .form-wrapper .gform_wrapper .gform-footer .button {
  padding: 15px 16px !important;
  font-size: 16px !important;
  line-height: 1em !important;
  color: #121212 !important;
  font-weight: 700 !important;
  font-family: "Manrope" !important;
  background: #F9DE4E !important;
  text-transform: capitalize !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  width: 100% !important;
  gap: 8px !important;
  transition: all 0.5s !important;
  position: relative !important;
  border-radius: 12px !important;
  z-index: 0 !important;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.form-section .form-wrapper .gform_wrapper .gform-footer .button:hover {
  background: rgba(249, 222, 78, 0.6) !important;
}
.form-section .text-wrapper {
  width: 100%;
  max-width: calc(50% - 115px);
}
@media (max-width: 1600px) {
  .form-section .text-wrapper {
    max-width: calc(50% - 50px);
  }
}
@media (max-width: 1440px) {
  .form-section .text-wrapper {
    max-width: calc(50% - 25px);
  }
}
@media (max-width: 1024px) {
  .form-section .text-wrapper {
    max-width: 100%;
  }
}
.form-section .text-wrapper h2 {
  color: #FFFFFF;
  margin-bottom: 4px;
}
.form-section .text-wrapper p {
  color: #FFFFFF;
}
.form-section .text-wrapper a {
  font-size: 25px;
  line-height: 1;
  color: #F9DE4E;
  letter-spacing: 3px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .form-section .text-wrapper a {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  .form-section .text-wrapper a {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .form-section .text-wrapper a {
    font-size: 16px;
  }
}
.form-section .text-wrapper a:hover {
  color: #ffffff;
}
.form-section .text-wrapper .button-wrap {
  margin-top: 30px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-flow: wrap;
}
.form-section .text-wrapper .contact-page-content {
  margin-top: 20px;
  display: flex;
  flex-flow: column;
  gap: 10px;
  background: #121212;
  padding: 30px;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .form-section .text-wrapper .contact-page-content {
    padding: 20px;
  }
}
.form-section .text-wrapper .left-content {
  padding: 20px;
  background: #F9DE4E;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 50%;
  justify-content: center;
}
@media (max-width: 1650px) {
  .form-section .text-wrapper .left-content {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .form-section .text-wrapper .left-content {
    max-width: 100%;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 24px;
  }
}
.form-section .text-wrapper .left-content h4 {
  font-weight: 500;
  color: #121212;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
}
@media (max-width: 1440px) {
  .form-section .text-wrapper .left-content h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .form-section .text-wrapper .left-content h4 {
    font-size: 22px;
  }
}
.form-section .text-wrapper .right-content {
  background: #121212;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 20px;
  display: flex;
  flex-flow: column;
  gap: 12px;
  width: 100%;
  max-width: 50%;
}
@media (max-width: 1650px) {
  .form-section .text-wrapper .right-content {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .form-section .text-wrapper .right-content {
    max-width: 100%;
    border-bottom-left-radius: 24px;
    border-top-right-radius: 0px;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
}

.form-heading {
  margin-bottom: 32px;
  display: flex;
  flex-flow: column;
  gap: 4px;
}
.form-heading h2 {
  color: #121212;
}
@media (max-width: 767px) {
  .form-heading h2 {
    word-break: break-all;
  }
}
.form-heading p {
  color: rgba(18, 18, 18, 0.6980392157);
  line-height: 32px;
  font-weight: 400;
  text-transform: capitalize;
}

.download-section .download-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1600px) {
  .download-section .download-grid {
    gap: 40px;
  }
}
@media (max-width: 1440px) {
  .download-section .download-grid {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .download-section .download-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .download-section .download-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .download-section .download-grid {
    grid-template-columns: 1fr;
  }
}
.download-section .download-item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-flow: column;
  gap: 20px;
  justify-content: stretch;
  align-items: center;
}
@media (max-width: 1440px) {
  .download-section .download-item {
    padding: 20px;
  }
}
.download-section .download-item .text-wrap h6 {
  text-align: center;
  color: #121212;
}
.download-section .download-item .btn-wrap {
  margin-top: auto;
}
.download-section .download-item .img-wrap {
  height: 70px;
  width: 70px;
  line-height: 0;
}
@media (max-width: 1600px) {
  .download-section .download-item .img-wrap {
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 1440px) {
  .download-section .download-item .img-wrap {
    height: 50px;
    width: 50px;
  }
}
.download-section .download-item .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.entry-content,
.entry-footer,
.post-navigation,
.post-thumbnail {
  width: 100%;
  max-width: 1660px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .entry-content,
  .entry-footer,
  .post-navigation,
  .post-thumbnail {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.entry-content .gform_required_legend {
  display: none;
}
@media (max-width: 1600px) {
  .entry-content {
    max-width: calc(50% - 50px);
  }
}
@media (max-width: 1440px) {
  .entry-content {
    max-width: calc(50% - 25px);
  }
}
@media (max-width: 1024px) {
  .entry-content {
    max-width: 100%;
    padding: 20px;
  }
}
.entry-content .gform_wrapper form {
  display: flex;
  flex-flow: column;
  gap: 32px;
  justify-content: flex-end;
  align-items: flex-end;
}
.entry-content .gform_wrapper .gform-body {
  width: 100%;
}
.entry-content .gform_wrapper .gform-body .gform_fields {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 16px;
}
.entry-content .gform_wrapper .gform-body label {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #121212;
}
.entry-content .gform_wrapper .gform-body input,
.entry-content .gform_wrapper .gform-body textarea {
  border: 1px solid #EEEEEE;
  background: #F7F7F7;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #888888;
  outline: none;
  box-shadow: none;
  height: auto;
}
.entry-content .gform_wrapper .gform-body textarea {
  height: 52px;
  min-height: unset;
}
.entry-content .gform_wrapper .gform-footer {
  margin: 0;
}
.entry-content .gform_wrapper .gform-footer .button {
  padding: 15px 16px;
  font-size: 16px;
  line-height: 1em;
  color: #121212;
  font-weight: 700;
  font-family: "Manrope";
  background: #F9DE4E;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  gap: 8px;
  transition: all 0.5s;
  position: relative;
  border-radius: 12px;
  z-index: 0;
  outline: none;
  border: none;
  box-shadow: none;
}
.entry-content .gform_wrapper .gform-footer .button:hover {
  background: rgba(249, 222, 78, 0.6);
}/*# sourceMappingURL=style.css.map */