/* compiled by scssphp 1.6.0 on Wed, 14 Aug 2024 12:02:04 +0000 (0.0312s) */

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&family=PT+Serif:wght@400;700&display=swap');
html {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}
body {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #d99d14;
}
b, .color-primary, .color-primary a, .color-primary a:hover {
  color: #d99d14;
}
.title-large {
  font-weight: 900;
  font-size: 35px;
  line-height: 45px;
}
.title-medium {
  font-weight: 900;
  font-size: 25px;
  line-height: 35px;
}
.title-small {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.button {
  display: inline-block;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button:after {
  font-weight: 900;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Font Awesome 6 Free";
  padding-left: 5px;
  padding-right: 5px;
}
.button:hover:after {
  padding-left: 10px;
  padding-right: 0;
}
.button.button-link {
  border: none;
}
.button.button-link:hover {
  color: #d99d14;
}
.button.button-primary {
  color: #fff;
  background-color: #FAB515;
  border-color: #FAB515;
  padding: 10px 20px;
}
.button.button-primary:hover {
  border-color: #d99d14;
  background-color: #d99d14;
}
/* usp bar */
#uspbar {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #d99d14;
  color: #fff;
  z-index: 300;
  padding: 5px 0;
  text-align: center;
}
#uspbar .usp-item {
  font-size: 13px;
}
#uspbar .usp-item .icon {
  margin-right: 5px;
}
/* END usp bar */
/* area: header */
#area-header .logo-branding {
  display: block;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 200px;
}
#area-header .rightside-wrapper {
  margin-left: 20px;
}
#area-header .leftside-wrapper {
  margin-left: 20px;
}
#area-header .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#area-header .menu > li {
  display: inline-block;
}
#area-header .menu > li > a {
  position: relative;
  text-decoration: none;
  border-radius: 20px;
  display: block;
  padding: 15px 10px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}
#area-header .menu > li.menu-item-has-children {
  position: relative;
}
#area-header .menu > li.menu-item-has-children a {
  padding-right: 25px;
}
#area-header .menu > li.menu-item-has-children:after {
  position: absolute;
  right: 10px;
  top: 17px;
  font-size: 13px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '';
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  opacity: 0.5;
}
#area-header .menu > li.menu-item-has-children:hover {
  opacity: 1;
}
#area-header .menu > li.menu-item-has-children:hover:after {
  opacity: 1;
  color: #d99d14;
}
#area-header .menu li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
#area-header li ul.sub-menu {
  z-index: 0;
  opacity: 0;
  top: 50px;
  left: -5px;
  visibility: hidden;
  position: absolute;
  background-color: #000;
  width: 250px;
  margin: 0;
  padding: 10px 10px 20px 10px;
  list-style: none;
  transition: all 0.2s;
}
#area-header li ul.sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
}
#area-header li ul.sub-menu li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  transition: all 0.2s ease-in-out;
}
#area-header li ul.sub-menu li a:hover {
  color: #d99d14;
  border-radius: 20px;
  opacity: 1;
}
/* mobile menu */
.mobile-menu-open {
  overflow: hidden;
}
.mobile-menu-open #mobile-menu {
  right: 0;
}
#mobile-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  right: calc(-100vw - 20px);
  top: 0;
  z-index: 100;
  background-color: #000;
  -webkit-box-shadow: 0 0 20px 0 rgba(202, 202, 202, 0.5);
  box-shadow: 0 0 20px 0 rgba(202, 202, 202, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mobile-menu .inner {
  display: block;
  padding: 120px 40px 80px 40px;
  width: 100%;
}
#mobile-menu .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobile-menu .inner ul li {
  position: relative;
}
#mobile-menu .inner ul li.current-menu-item > a {
  color: #d99d14;
}
#mobile-menu .inner ul li:first-child a {
  border-top: 0;
}
#mobile-menu .inner ul a {
  font-weight: 700;
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 17px;
  padding: 20px 0 15px 0;
  border-top: 1px solid rgba(140, 164, 166, 0.2);
  z-index: 1;
  position: relative;
}
#mobile-menu .inner ul li.menu-item-has-children .collapse {
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 3px;
  padding: 15px;
  font-size: 19px;
  transition: all 0.2s;
}
#mobile-menu .inner ul li.menu-item-has-children .collapse.active {
  transform: rotate(180deg);
}
#mobile-menu .inner ul.sub-menu {
  display: none;
  padding: 0 10px 20px 0;
}
#mobile-menu .inner ul.sub-menu.open {
  display: block;
}
#mobile-menu .inner ul.sub-menu li a {
  font-weight: normal;
  font-size: 17px;
  padding: 3px;
  border-top: 0;
}
#mobile-menu .cta-wrapper {
  margin-top: 20px;
  padding: 20px 0;
}
#button-mobile-menu {
  margin: 0 5px;
  position: relative;
  z-index: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
#button-mobile-menu:before {
  font-size: 11px;
  font-weight: 700;
  content: 'menu';
  display: block;
  position: absolute;
  right: 40px;
  top: 3px;
  color: #000;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
#button-mobile-menu .hamburger-menu .stroke {
  display: block;
  height: 3px;
  background-color: #000;
  border-radius: 5px;
  margin: 6px auto;
  width: 30px;
  transition: 0.3s;
}
.mobile-menu-open #button-mobile-menu .hamburger-menu .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px);
}
.mobile-menu-open #button-mobile-menu .hamburger-menu .bar2 {
  opacity: 0;
}
.mobile-menu-open #button-mobile-menu .hamburger-menu .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -8px);
  transform: rotate(45deg) translate(-7px, -8px);
}
.mobile-menu-open #button-mobile-menu {
  z-index: 1100;
}
.mobile-menu-open #button-mobile-menu:before {
  opacity: 0;
}
/* END area: header */
/* area: content */
#area-content {
  min-height: 70vh;
}
.contact-item {
  position: relative;
  display: block;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 8px 10px 10px 50px;
  font-weight: 700;
}
.contact-item .icon {
  position: absolute;
  font-size: 13px;
  left: 20px;
  top: 17px;
}
/* END area: content */
/* area: footer */
#area-footer {
  font-size: 15px;
  color: #fff;
  position: relative;
  background-color: #292929;
}
#area-footer a {
  position: relative;
  text-decoration: none;
}
#area-footer a:hover {
  color: #fff;
}
#area-footer a:hover:after {
  opacity: 1;
}
#area-footer a:after {
  content: '';
  opacity: 0;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
}
#area-footer .logo-wrapper {
  max-width: 250px;
}
#area-footer .footer-top {
  padding: 50px 0;
}
#area-footer .footer-top .title-wrapper {
  margin: 20px 0;
}
#area-footer .footer-top .menu {
  display: flex;
  flex-wrap: wrap;
}
#area-footer .footer-top .menu li {
  width: 50%;
}
#area-footer .footer-bottom {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
}
#area-footer .footer-bottom .menu li {
  display: inline-block;
  margin-left: 20px;
}
#area-footer .footer-bottom .menu li a {
  color: rgba(255, 255, 255, 0.3);
}
/* END area: footer */
