.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}/************ TABLE OF CONTENTS ***************

  01. VARIABLES CSS START
  02. TYPOGRAPHY CSS START
  03. ANIMATION CSS START
  04. SPACE CSS START
  07. BUTTON CSS START
  08. MENU CSS START
  09. HEADER CSS START
  10. OFFCANVAS CSS START
  11. BLOG CSS START
  12. WIDGETS CSS START
  13. FOOTER CSS START
**********************************************/
/*----------------------------------------*/
/*  01. VARIABLES CSS START
/*----------------------------------------*/
:root {
  scroll-behavior: auto;
  --font-primary: "DM Sans", sans-serif;
  --font-secondary: "Space Grotesk", serif;
  --primary: #FC5A11;
  --secondary: #2c2c2c;
  --black: #000;
  --black-2: #072032;
  --black-3: #212125;
  --black-4: #262629;
  --black-5: #27272B;
  --black-6: #333337;
  --black-7: #27292D;
  --white: #fff;
  --white-2: #F9F9F9;
  --white-3: #F3F3F3;
  --white-4: #EFEFEF;
  --white-5: #C1C1C1;
  --gray: #666666;
  --gray-2: #D9D9D9;
  --gray-3: #636376;
  --gray-4: #999999;
  --orange: #FD8F77;
  --orange-deep: #EF6C22;
  --orange-light: #BAB0AA;
  --orange-2: #F56C1F;
  --orange-3: #F3A072;
  --blue-light: #52526C;
  --blue-2: #3D3F60;
  --blue-3: #6A6BBF;
  --blue-4: #494B6C;
  --yellow: #F4D8BB;
  --yellow-light: #E8E0DB;
  --yellow-2: #C2B7A1;
  --purple: #AF89FF;
  --purple-2: #D4BFFF;
  --purple-3: #8181CB;
  --pink: #F8D3D3;
  --green: #3C524C;
}

/*----------------------------------------*/
/*  02. TYPOGRAPHY CSS START
/*----------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 18px;
  line-height: 1.33;
  font-family: var(--font-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: var(--font-secondary);
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}
a:hover {
  color: inherit;
}

.single article a {
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

button {
  border: 0;
  background-color: transparent;
}

video,
iframe,
img {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.medium {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

body,
html {
  overflow-x: hidden;
}

input, .hello-animation-base .info--post-details .comment-form-comment textarea, .elc-inbd-comment__field textarea,
textarea {
  box-sizing: border-box;
}

/*----------------------------------------*/
/*  03. ANIMATION CSS START
/*----------------------------------------*/
@keyframes wcBubble {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.5;
  }
  100% {
    scale: 1;
  }
}
@keyframes wcZoom {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.5;
  }
  100% {
    scale: 1;
  }
}
@keyframes wcZoom_2 {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
@keyframes wcSlideBottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes reveal {
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes wcfadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes characters {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes sheen {
  50% {
    transform: translateY(-20px);
    color: var(--primary);
  }
}
/*----------------------------------------*/
/*  04. SPACE CSS START
/*----------------------------------------*/
.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 1399px) {
  .pb-150 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-150 {
    padding-bottom: 60px;
  }
}

.pb-200 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 1199px) {
  .pb-200 {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-200 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-200 {
    padding-bottom: 100px;
  }
}

.pt-130 {
  padding-top: 130px;
}
@media only screen and (max-width: 1399px) {
  .pt-130 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-130 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-130 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-130 {
    padding-top: 60px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 1399px) {
  .pt-150 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-150 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-150 {
    padding-top: 60px;
  }
}

.pt-200 {
  padding-top: 200px;
}
@media only screen and (max-width: 1199px) {
  .pt-200 {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-200 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-200 {
    padding-top: 100px;
  }
}

.pt-250 {
  padding-top: 250px;
}
@media only screen and (max-width: 1919px) {
  .pt-250 {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-250 {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-250 {
    padding-top: 190px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-250 {
    padding-top: 160px;
  }
}

.plr-150 {
  padding-inline-start: 150px;
  padding-inline-end: 150px;
}
@media only screen and (max-width: 1919px) {
  .plr-150 {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .plr-150 {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}

.zi-3 {
  z-index: 3;
}

/* Container */
.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.grid-row {
  gap: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
}

@media (max-width: 540px) {
  .grid-row {
    grid-template-columns: 1fr;
  }
}
body .elc-inbd-comment__field input, body .elc-inbd-comment__field .hello-animation-base .info--post-details .comment-form-comment textarea, .hello-animation-base .info--post-details .comment-form-comment body .elc-inbd-comment__field textarea, body .elc-inbd-comment__field textarea {
  padding: 0;
  padding-left: 10px;
}

body .elc-inbd-comment__field textarea {
  padding-top: 10px;
}

.blog-post-author {
  gap: 15px;
  margin-bottom: 50px;
}

.blog-post-author .thumb {
  max-width: 50px;
}

.jpost-cat {
  padding-left: 7px;
}

.wp-block-heading {
  font-size: 20px;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
  text-transform: capitalize;
  color: var(--black-2);
  text-decoration-color: var(--black-2);
  margin-bottom: 25px;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Align images and media to the left */
.alignleft {
  float: left;
  /* Float the element to the left */
  margin-right: 1.5em;
  /* Add some space to the right of the element */
  margin-bottom: 1em;
  /* Add space below the element */
}

/* Clearfix for containing floated elements */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Style for author information */
.bypostauthor {
  display: flex;
  /* Use flexbox for layout */
  align-items: center;
  /* Center items vertically */
  margin: 1em 0;
  /* Add some space above and below */
  font-size: 0.9em;
  /* Adjust font size */
  color: #555;
  /* Set a darker color for text */
}

/* Style for the author avatar */
.bypostauthor img {
  border-radius: 50%;
  /* Make the avatar circular */
  margin-right: 10px;
  /* Space between avatar and text */
  width: 40px;
  /* Set a fixed width */
  height: 40px;
  /* Set a fixed height */
}

/* Style for gallery captions */
.gallery-caption {
  font-size: 0.9em;
  /* Adjust font size */
  color: #666;
  /* Set a lighter color for the text */
  margin: 0.5em 0;
  /* Add space above and below the caption */
  text-align: center;
  /* Center align the caption text */
  font-style: italic;
  /* Use italic style for emphasis */
}

/* Optional: Add a background to the caption */
.gallery-caption {
  background-color: rgba(255, 255, 255, 0.8);
  /* Light background for readability */
  padding: 0.5em;
  /* Add some padding */
  border-radius: 4px;
  /* Rounded corners */
}

#content-area[tabindex="-1"]:focus {
  outline: 0;
}

/*----------------------------------------*/
/*  07. Button CSS START
/*----------------------------------------*/
.wc-btn {
  display: inline-block;
}
.wc-btn-primary {
  padding: 12px 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  background-color: var(--primary);
  transition: all 0.3s linear;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  gap: 10px;
  border-radius: 30px;
}
.wc-btn-primary:hover {
  color: var(--white);
  background-color: var(--black-2);
}
.wc-btn-underline {
  gap: 10px;
  align-items: center;
  display: inline-flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 5px;
  position: relative;
}
.wc-btn-underline:hover {
  color: var(--primary);
}
.wc-btn-underline:hover::after {
  width: 0;
}
.wc-btn-underline::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: var(--black-2);
  transition: all 0.3s;
}

.btn-hover-divide {
  overflow: hidden;
  position: relative;
  transition: all 1s;
  z-index: 1;
}
.btn-hover-divide::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.btn-hover-divide:hover::after {
  height: 400%;
  opacity: 1;
  background-color: var(--black-2);
}

/*----------------------------------------*/
/*  08. MENU CSS START
/*----------------------------------------*/
.main-menu > ul {
  display: flex;
}
.main-menu > ul > li {
  position: relative;
}
.main-menu > ul > li > a {
  gap: 5px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #212121;
  padding: 15px 15px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1919px) {
  .main-menu > ul > li > a {
    font-size: 16px;
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 1399px) {
  .main-menu > ul > li > a {
    padding: 15px 15px;
  }
}
@media (min-width: 1200px) {
  .main-menu > ul > li:hover > a {
    color: var(--primary);
  }
  .main-menu > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    left: 0;
  }
  .main-menu > ul > li:hover > ul.dp-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    left: 100%;
  }
}
.main-menu > ul > li:focus-within > a {
  color: var(--primary);
}
.main-menu > ul > li:focus-within > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  left: 0;
}
.main-menu > ul > li:focus-within > ul.dp-menu li:focus-within > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  left: 100%;
}
.main-menu .dp-menu {
  background-color: #232529;
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  left: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
@media only screen and (max-width: 1199px) {
  .main-menu .dp-menu {
    left: 0;
  }
}
.main-menu .dp-menu ul {
  background: var(--black-2);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  left: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu .dp-menu li {
  position: relative;
  padding: 0 25px;
}
@media (min-width: 1200px) {
  .main-menu .dp-menu li:hover > a {
    color: var(--primary);
    background-color: transparent;
  }
  .main-menu .dp-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: none !important;
    pointer-events: all;
  }
}
.main-menu .dp-menu li:focus > a {
  color: var(--primary);
  background-color: transparent;
}
.main-menu .dp-menu li:focus > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu .dp-menu li a {
  font-size: 16px;
  font-weight: 600;
  color: #999999;
  padding: 5px 0;
  border-radius: 8px;
  gap: 5px;
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .main-menu .dp-menu li a:focus, .main-menu .dp-menu li a:hover {
    letter-spacing: 0.5px;
  }
}
.main-menu .dp-menu li a:after {
  transform: rotate(-90deg);
  margin-left: auto;
}

.bg-transparent .main-menu > ul > li > a {
  color: #fff;
}

/*----------------------------------------*/
/*  09. HEADER CSS START
/*----------------------------------------*/
.pos-abs {
  position: absolute !important;
  width: 100%;
  height: auto;
  inset-inline-start: 0;
  top: 0;
  z-index: 3;
}

.builder-theme-elementor-header-section {
  z-index: 10;
  position: relative;
}

.header__inner {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media only screen and (max-width: 1199px) {
  .header__inner {
    justify-content: space-between;
  }
}
.header__inner::before {
  position: absolute;
  content: "";
  top: 0;
  inset-inline-start: 205px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
}
.header__logo img {
  max-width: 200px;
}
@media only screen and (max-width: 767px) {
  .header-btn {
    display: none;
  }
}
.header-btn a {
  color: #fff;
  background: #121212;
}
.header-btn a:hover {
  background-color: #FC5A11;
}
.header__nav {
  align-self: center;
}
@media only screen and (max-width: 1199px) {
  .header__nav {
    display: none;
  }
}
.header__nav-icon {
  gap: 20px;
  display: flex;
  align-items: center;
}

.wcf-is-sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  animation: wcf-slideDown 0.35s ease-out;
}

@keyframes wcf-slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.builder-theme-elementor-header-section {
  position: absolute;
  width: 100%;
}

.offcanvas__menu-area {
  /* Base styles for menu */
  /* Ensure nested submenus are hidden initially */
  /* Submenu initially hidden */
}
.offcanvas__menu-area .hello-animation-mb-menu-items,
.offcanvas__menu-area .dp-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offcanvas__menu-area .hello-animation-mb-menu-items li,
.offcanvas__menu-area .dp-menu li {
  padding: 7px;
  position: relative;
}
.offcanvas__menu-area .hello-animation-mb-menu-items a,
.offcanvas__menu-area .dp-menu a {
  text-decoration: none;
  color: black;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offcanvas__menu-area .hello-animation-mb-menu-items > li.menu-item-has-children > a .nav-direction-icon::after,
.offcanvas__menu-area .dp-menu > li.menu-item-has-children > a .nav-direction-icon::after {
  content: attr(data-icon);
  font-size: 18px;
  color: grey;
  margin-left: auto;
}
.offcanvas__menu-area .dp-menu[aria-expanded=true] > li.menu-item-has-children > a .nav-direction-icon::after,
.offcanvas__menu-area .hello-animation-mb-menu-items[aria-expanded=true] > li.menu-item-has-children > a .nav-direction-icon::after {
  content: attr(data-icon);
  font-size: 18px;
  color: grey;
}
.offcanvas__menu-area .dp-menu {
  display: none;
  padding-left: 20px;
  margin-top: 10px;
}
.offcanvas__menu-area .dp-menu[aria-expanded=true] {
  display: block;
  transition: all 0.3s ease;
}
.offcanvas__menu-area .dp-menu {
  display: none;
  padding-left: 10px;
  transition: all 0.3s ease;
}
.offcanvas__menu-area .dp-menu[aria-expanded=true] {
  display: block;
}

@media (min-width: 1200px) {
  .header__nav .nav-direction-icon {
    position: relative;
  }
  .header__nav .nav-direction-icon::after {
    content: "\e929";
    display: inline-block;
    font-family: "wcf-icon" !important;
    font-size: 15px;
  }
  .header__nav .dp-menu .nav-direction-icon::after {
    content: "\e928";
  }
}
/*----------------------------------------*/
/*  10. OFFCANVAS CSS START
/*----------------------------------------*/
/* Offcanvas styles */
.hello-animation-offcanvas {
  position: fixed;
  top: 0;
  right: -300px;
  /* Initially hidden */
  width: 300px;
  height: 100%;
  background-color: #f8f9fa;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
  transition: right 0.3s ease;
  overflow-y: auto;
  z-index: 99999;
  display: none;
}
@media only screen and (max-width: 1199px) {
  .hello-animation-offcanvas {
    display: block;
  }
}

.hello-animation-offcanvas.left {
  left: -300px;
  /* Initially hidden */
  transition: left 0.3s ease;
}

/* Show the offcanvas by changing left position */
.hello-animation-offcanvas.show {
  right: 0;
}

.hello-animation-offcanvas.left.show {
  left: 0;
}

.offcanvas__area .offcanvas {
  min-height: 100vh;
  text-align: center;
  padding: 75px 50px;
  overflow-y: auto;
}
@media only screen and (max-width: 1399px) {
  .offcanvas__area .offcanvas {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .offcanvas__area .offcanvas {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas__area .offcanvas {
    padding: 20px 15px;
  }
}
.offcanvas__close {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 16px;
  padding: 0 10px;
  z-index: 99;
}
.offcanvas__close:hover {
  color: var(--primary);
}
.offcanvas__logo {
  position: relative;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1399px) {
  .offcanvas__logo {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .offcanvas__logo {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas__logo {
    padding-bottom: 25px;
  }
}
.offcanvas__logo img {
  max-width: 250px !important;
}
.offcanvas__logo .desc {
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .offcanvas__logo .desc {
    margin-top: 20px;
  }
}
.offcanvas__logo .desc p:last-child {
  margin-bottom: 0;
}
.offcanvas__menu-area {
  overflow: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 1199px) {
  .offcanvas__menu-area {
    display: block;
  }
}
.offcanvas__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.offcanvas__gallery {
  position: relative;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1399px) {
  .offcanvas__gallery {
    padding-bottom: 70px;
  }
}
.offcanvas__media li {
  display: inline-block;
}
.offcanvas__media li a {
  display: block;
  color: var(--gray);
  font-size: 20px;
  padding: 0 10px;
}
.offcanvas__media li a:hover {
  color: var(--primary);
}

.gallery__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.gallery__item {
  position: relative;
}
.gallery__item a {
  display: block;
}
.gallery__item a:hover span {
  opacity: 1;
  visibility: visible;
}
.gallery__item span {
  color: var(--white);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.4);
}

.offcanvas__area.show .dp-menu {
  text-align: left;
}
.offcanvas__area.show .dp-menu.close {
  opacity: 0;
  visibility: hidden;
}
.offcanvas__area.show .dp-menu.open {
  opacity: 1;
  visibility: visible;
}
.offcanvas__area.show .open-offcanvas {
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #D6D6D6;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  padding: 12px 0;
}

.offcanvas__media svg {
  width: 1em;
  height: 1em;
}

.offcanvas__area .offcanvas {
  overflow-y: auto;
}
.offcanvas__area .offcanvas .main-menu > ul > li > ul.dp-menu li ul {
  top: 50px;
}
.offcanvas__area .offcanvas .main-menu > ul > li:hover > ul.dp-menu li:hover > ul {
  left: 0;
  top: 50px;
}

body .offcanvas__menu-wrapper {
  height: 100vh;
}

@media (max-width: 767px) {
  .offcanvas.offcanvas-end {
    border-left: none !important;
  }
}
/*----------------------------------------*/
/*  11. BLOG CSS START
/*----------------------------------------*/
.hello-animation-search-form label {
  font-size: 20px;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
  text-transform: capitalize;
  color: var(--black-2);
  text-decoration-color: var(--black-2);
  margin-bottom: 25px;
  font-weight: bold;
}

.default-breadcrumb__area {
  background-color: var(--primary);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .default-breadcrumb__area {
    padding-top: 60px;
  }
}
.default-breadcrumb__area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(33, 33, 37, 0.7490196078);
  opacity: 0.75;
  z-index: -2;
}
.default-breadcrumb__title {
  color: #FFF;
  line-height: 1;
  font-size: 80px;
  font-weight: 400;
  text-transform: capitalize;
}
@media only screen and (max-width: 1399px) {
  .default-breadcrumb__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .default-breadcrumb__title {
    font-size: 45px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .default-breadcrumb__title {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
.default-breadcrumb__list {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 20PX;
}
@media only screen and (max-width: 767px) {
  .default-breadcrumb__list {
    gap: 5px 10px;
    flex-wrap: wrap;
  }
}
.default-breadcrumb__list li {
  word-break: break-word;
  color: var(--white-5);
  text-transform: capitalize;
}
.default-breadcrumb__list li.active {
  color: var(--white);
}
.default-breadcrumb__list li i {
  padding-inline-start: 5px;
  font-size: 12px;
}
.default-blog__style-2 {
  gap: 60px;
  border-bottom: 1px solid #EDEDED;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .default-blog__style-2 {
    gap: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .default-blog__style-2 {
    gap: 25px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .default-blog__style-2 {
    gap: 20px;
  }
}
.default-blog__style-2:hover .link {
  transform: rotate(-45deg);
}
.default-blog__style-2:first-child {
  border-top: 1px solid #EDEDED;
}
.default-blog__style-2 p {
  margin-bottom: 0 !important;
}
.default-blog__style-2 .thumb img {
  width: 100%;
  margin-bottom: 20px;
}
.default-blog__style-2 .content {
  flex: 1;
}
.default-blog__style-2 .author {
  gap: 15px;
  display: flex;
  height: -moz-min-content;
  height: min-content;
  align-items: center;
}
.default-blog__style-2 .author h4 {
  font-size: 12px;
  color: #555555;
  margin-bottom: 5px;
}
.default-blog__style-2 .author-img img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.default-blog__style-2 .cf_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .default-blog__style-2 .cf_btn {
    justify-content: flex-start;
  }
}
.default-blog__style-2 .cf_btn .link {
  min-width: 16px;
  transition: all 0.3s;
}
.default-blog__style-2 .read_more_btn {
  margin-top: 10px;
}
.default-blog__style-2 .read_more_btn .read-more {
  gap: 5px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.default-blog__style-2 .read_more_btn .read-more::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: #121212;
  transition: all 0.3s;
}
.default-blog__style-2 .read_more_btn .read-more:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.default-blog__style-2 .read_more_btn svg {
  width: 1em;
  height: 1em;
}
.default-blog__style-2 .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: #121212;
  margin-bottom: 10px;
}
.default-blog__style-2 .title a {
  transition: all 0.3s;
}
.default-blog__style-2 .title a:hover {
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .default-blog__style-2 .title {
    font-size: 22px;
  }
}
.default-blog__style-2 .author-bio a {
  font-size: 16px;
  color: #121212;
  font-weight: 500;
  text-transform: capitalize;
}
.default-blog__style-2 .author-bio a:hover {
  color: var(--primary);
}
.default-blog__style-2.format-video .thumb {
  position: relative;
}
.default-blog__style-2.format-video .play-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3490196078);
  border-radius: 100%;
  color: #fff;
}
.default-blog__grid {
  gap: 50px;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
}
.default-blog__grid.left-sidebar {
  gap: 50px;
  grid-template-columns: 300px 1fr;
}
@media only screen and (max-width: 1199px) {
  .default-blog__grid.left-sidebar {
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .default-blog__grid.left-sidebar {
    grid-template-columns: 260px 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .default-blog__grid.left-sidebar {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .default-blog__grid.left-sidebar .default-blog__details-content {
    order: 1;
  }
  .default-blog__grid.left-sidebar .default-blog__item {
    order: 2;
  }
}
.default-blog__grid.right-sidebar {
  grid-template-columns: 1fr 300px;
}
@media only screen and (max-width: 991px) {
  .default-blog__grid.right-sidebar {
    grid-template-columns: 1fr 260px;
  }
}
@media only screen and (max-width: 767px) {
  .default-blog__grid.right-sidebar {
    grid-template-columns: 1fr;
  }
}
.default-blog__grid.right-sidebar .default-blog__details-content {
  order: 1;
}
.default-blog__grid.right-sidebar .default-blog__item {
  order: 2;
}
.default-blog__item-content {
  overflow: hidden;
}
.default-blog__item-content p {
  color: #555555;
  line-height: 1.7;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .default-blog__item-content p {
    margin-bottom: 30px;
  }
}
.default-blog__meta {
  margin-bottom: 24px;
}
.default-blog__item-title {
  font-size: 40px;
  transition: 0.3s;
  margin-bottom: 25px;
  word-break: break-word;
}
@media only screen and (max-width: 1199px) {
  .default-blog__item-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .default-blog__item-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.default-blog__item-title:hover {
  color: var(--primary);
}
.default-blog__item-single {
  margin-bottom: 50px;
  border: 1px solid #F1F1F1;
}
@media only screen and (max-width: 767px) {
  .default-blog__item-single {
    margin-bottom: 40px;
  }
}
.default-blog__item-single.format-video .def-thumb {
  position: relative;
}
.default-blog__item-single.format-video .def-thumb img {
  width: 100%;
}
.default-blog__item-single.format-video .def-thumb .play-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3490196078);
  border-radius: 100%;
  color: #fff;
}
.default-blog__item-single .thumb {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .default-blog__item-single .thumb {
    margin-bottom: 30px;
  }
}
.default-blog__item-single .blog__details_title {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
  color: var(--black-2);
  word-break: break-word;
}
@media only screen and (max-width: 1399px) {
  .default-blog__item-single .blog__details_title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1199px) {
  .default-blog__item-single .blog__details_title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .default-blog__item-single .blog__details_title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .default-blog__item-single .blog__details_title {
    font-size: 30px;
  }
}
.default-blog__content {
  padding: 35px 40px 40px;
}
@media only screen and (max-width: 991px) {
  .default-blog__content {
    padding: 20px 20px 30px;
  }
}
.default-blog__details-content > img {
  margin-bottom: 45px;
  width: unset;
}
.default-blog__details-content > p {
  line-height: 1.7;
  color: #555555;
  margin-bottom: 30px;
}
.default-search__again-form {
  max-width: 600px;
  margin: auto;
  margin-bottom: 30px;
}
.default-search__again-form p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.default-search__again-form form {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.default-search__again-form form input, .default-search__again-form form .hello-animation-base .info--post-details .comment-form-comment textarea, .hello-animation-base .info--post-details .comment-form-comment .default-search__again-form form textarea, .default-search__again-form form .elc-inbd-comment__field textarea, .elc-inbd-comment__field .default-search__again-form form textarea {
  width: 100%;
  height: 70px;
  padding: 50px 10px 30px;
  border: 0;
  color: var(--black-2);
}
@media only screen and (max-width: 767px) {
  .default-search__again-form form input, .default-search__again-form form .hello-animation-base .info--post-details .comment-form-comment textarea, .hello-animation-base .info--post-details .comment-form-comment .default-search__again-form form textarea, .default-search__again-form form .elc-inbd-comment__field textarea, .elc-inbd-comment__field .default-search__again-form form textarea {
    padding: 40px 10px 20px;
  }
}
.default-sidebar__widget {
  padding: 40px 20px 35px;
  background-color: #F9F9F9;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .default-sidebar__widget {
    padding: 35px 20px;
  }
}
.default-sidebar__widget:last-child {
  margin-bottom: 0;
}
.default-sidebar__widget.cta-ads-banner {
  padding: 0;
}
.default-sidebar__widget.banner {
  padding: 60px 0;
  text-align: center;
  background-color: var(--black-2);
}
.default-sidebar__widget.banner .wc-btn-primary {
  padding: 12px 40px;
}
.default-sidebar__widget.banner .wc-btn-primary:hover {
  color: var(--black-2);
  background-color: var(--white);
}
.default-sidebar__widget.banner .wc-btn-primary:hover::after {
  height: 400%;
  opacity: 1;
  background-color: var(--white);
}
.default-sidebar__widget.widget_search {
  padding: 10px 20px;
}
.default-sidebar__widget.widget_search .default-sidebar__w-title {
  padding-top: 20px;
  margin-bottom: 30px;
}
.default-sidebar__widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
  color: #fff;
  border: none;
  padding: 8px 10px;
  position: relative;
  transition: all 0.3s;
  background: var(--primary);
}
.default-sidebar__widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  color: var(--white);
  background-color: var(--black-2);
}
.default-sidebar__widget .wp-calendar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.default-sidebar__widget .wp-calendar-nav a {
  transition: all 0.3s;
}
.default-sidebar__widget .wp-calendar-nav a:hover {
  color: var(--primary);
}
.default-sidebar__widget.widget_recent_entries ul {
  gap: 15px;
  display: grid;
}
.default-sidebar__widget.widget_recent_entries ul li {
  padding-bottom: 20px;
  border-bottom: 1px solid #E7E7E7;
  flex-direction: column-reverse;
  display: flex;
}
.default-sidebar__widget.widget_recent_entries ul li:last-child {
  padding-bottom: 0;
  border: 0;
}
.default-sidebar__widget.widget_recent_entries ul li a {
  font-weight: 500;
  padding-bottom: 0;
}
.default-sidebar__widget.widget_recent_entries ul li .post-date {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  padding-bottom: 3px;
  font-style: italic;
}
.default-sidebar__content .default-search__again-form form input, .default-sidebar__content .default-search__again-form form .hello-animation-base .info--post-details .comment-form-comment textarea, .hello-animation-base .info--post-details .comment-form-comment .default-sidebar__content .default-search__again-form form textarea, .default-sidebar__content .default-search__again-form form .elc-inbd-comment__field textarea, .elc-inbd-comment__field .default-sidebar__content .default-search__again-form form textarea {
  height: unset;
  font-size: 14px;
  padding: 10px 25px 10px 10px;
  background-color: transparent;
}
.default-sidebar__content .default-search__again-form form button {
  inset-inline-end: 10px;
}
.default-sidebar__content .subtitle {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.default-sidebar__content .title {
  font-size: 28px;
  margin-bottom: 32px;
  color: var(--white);
}
.default-sidebar__w-title {
  font-size: 20px;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
  text-transform: capitalize;
  color: var(--black-2);
  text-decoration-color: var(--black-2);
  margin-bottom: 25px;
}
.default-sidebar__recent-item {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 25px;
  margin-bottom: 25px;
  display: flex;
  gap: 20px;
}
.default-sidebar__recent-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.default-sidebar__recent-item .thumb {
  width: 80px;
  height: 80px;
  flex-basis: 80px;
}
.default-sidebar__recent-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.default-sidebar__recent-item .content {
  flex: 1;
}
.default-sidebar__recent-item .content .post-date {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  color: var(--black-9);
  padding-top: 3px;
}
.default-sidebar__recent-item p {
  color: var(--black-2);
  display: block;
  margin-top: 5px;
  font-weight: 500;
  transition: 0.3s;
  margin-bottom: 0;
}
.default-sidebar__recent-item p:hover {
  color: var(--primary);
}
.default-sidebar__gallary {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.default-blog__item-meta {
  color: var(--black-2);
  margin-bottom: 25px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .default-blog__item-meta {
    margin-bottom: 20px;
  }
}
.default-blog__item-meta span {
  display: inline-block;
  width: 25px;
  height: 1px;
  transform: translateY(-5px);
  margin: 0 10px;
  background-color: var(--black-2);
}
.default-blog__item-meta .jpost-cat:hover {
  color: var(--primary);
}
.default-search-title-wrapper {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .default-search-title-wrapper {
    padding-bottom: 30px;
  }
}
.default-error__content {
  text-align: center;
}
.default-error__content p {
  color: #555555;
}
.default-error__title {
  font-size: 180px;
  color: var(--black-2);
}
@media only screen and (max-width: 1199px) {
  .default-error__title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .default-error__title {
    font-size: 60px;
  }
}
.default-error__sub-title {
  font-size: 60px;
  color: var(--black-2);
}
@media only screen and (max-width: 1199px) {
  .default-error__sub-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .default-error__sub-title {
    font-size: 30px;
  }
}

.pagination-circle {
  display: flex;
  align-items: center;
}
.pagination-circle li a {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-circle li a:hover {
  color: var(--primary);
}
.pagination-circle li a.active {
  background-color: var(--primary);
  color: var(--white-2);
}

.joya--post-navigation {
  width: 100%;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .joya--post-navigation {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.joya--post-navigation h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px !important;
  word-break: break-word;
}
.joya--post-navigation a {
  display: inline-block;
}
.joya--post-navigation a:hover {
  color: var(--primary);
}
.joya--post-navigation a span {
  gap: 10px;
  align-items: center;
  display: inline-flex;
}
.joya--post-navigation .post-next {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .joya--post-navigation .post-next {
    text-align: left;
  }
}

.joya--comment {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .joya--comment {
    margin-top: 50px;
    margin-right: 20px;
  }
}
.joya--comment .logged-in-as a:hover,
.joya--comment .builder-comment-text a:hover {
  color: var(--primary);
}
.joya--comment #reply-title {
  color: #072032;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 15px;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .joya--comment #reply-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .joya--comment #reply-title {
    font-size: 24px;
  }
}
.joya--comment .comment-notes {
  font-size: 14px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .joya--comment .comment-notes {
    margin-bottom: 40px;
  }
}
.joya--comment .comment-num {
  font-size: 36px;
  color: #072032;
  font-weight: 400;
  line-height: 1.1;
}
@media only screen and (max-width: 1399px) {
  .joya--comment .comment-num {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .joya--comment .comment-num {
    font-size: 30px;
  }
}
.joya--comment .comment-reply-link {
  gap: 10px;
  display: inline-flex;
  align-items: center;
}
.joya--comment .comment-reply-link:hover {
  color: var(--primary);
  fill: var(--primary);
}

.elc-inbd-comment__field label {
  display: block;
  margin-bottom: 15px;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
.elc-inbd-comment__field input, .elc-inbd-comment__field .hello-animation-base .info--post-details .comment-form-comment textarea, .hello-animation-base .info--post-details .comment-form-comment .elc-inbd-comment__field textarea, .elc-inbd-comment__field textarea {
  width: 100%;
  height: 60px;
  padding: 20px;
  border: 0;
  background-color: #F5F5F5;
  color: var(--black-2);
}
@media only screen and (max-width: 991px) {
  .elc-inbd-comment__field input, .elc-inbd-comment__field .hello-animation-base .info--post-details .comment-form-comment textarea, .hello-animation-base .info--post-details .comment-form-comment .elc-inbd-comment__field textarea, .elc-inbd-comment__field textarea {
    margin-bottom: 25px;
  }
}
.elc-inbd-comment__field input::-moz-placeholder, .elc-inbd-comment__field .hello-animation-base .info--post-details .comment-form-comment textarea::-moz-placeholder, .hello-animation-base .info--post-details .comment-form-comment .elc-inbd-comment__field textarea::-moz-placeholder, .elc-inbd-comment__field textarea::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.elc-inbd-comment__field input::placeholder, .elc-inbd-comment__field .hello-animation-base .info--post-details .comment-form-comment textarea::placeholder, .hello-animation-base .info--post-details .comment-form-comment .elc-inbd-comment__field textarea::placeholder, .elc-inbd-comment__field textarea::placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.elc-inbd-comment__field textarea {
  height: 120px;
  resize: none;
}
@media only screen and (max-width: 767px) {
  .elc-inbd-comment__field textarea {
    margin-bottom: 0;
  }
}

.default-details-comment-title {
  font-size: 36px;
}
@media only screen and (max-width: 991px) {
  .default-details-comment-title {
    font-size: 22px;
  }
}
.default-details-comment-wrapper {
  gap: 20px;
  display: grid;
  grid-template-columns: 60px 1fr;
  position: relative;
}
.default-details-comment-thumb {
  max-width: 60px;
}
.default-details-comment-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.default-details-comment-name {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 5px !important;
}
.default-details-comment-name:hover {
  color: var(--primary);
}
.default-details-comment-date {
  font-size: 12px;
  color: var(--black-9);
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .default-details-comment-date {
    margin-bottom: 15px;
  }
}
.default-details-comment-date span {
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: var(--black-6);
  margin-left: 10px;
  margin-right: 10px;
}
.default-details__cmtbtn {
  margin-top: 25px;
}
@media only screen and (max-width: 1199px) {
  .default-details__cmtbtn {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .default-details__cmtbtn {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .default-details__cmtbtn {
    margin: 0;
  }
}

.joya--comments-list .has-reply .comment-body {
  position: relative;
}
.joya--comments-list .has-reply .comment-body::before {
  position: absolute;
  content: "";
  inset-inline-start: 30px;
  top: 80px;
  width: 35px;
  height: 100%;
  background-color: transparent;
  border-left: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
  border-bottom-left-radius: 10px;
}
.joya--comments-list .has-reply .children {
  margin-inline-start: 80px;
}
@media only screen and (max-width: 767px) {
  .joya--comments-list .has-reply .children {
    margin-inline-start: 25px;
  }
}
.joya--comments-list .no-reply .comment-body::before {
  display: none;
}

.hello-animation-base .is-layout-constrained,
.hello-animation-base .wp-block-columns,
.hello-animation-base .wp-block-cover,
.hello-animation-base .wp-block-file,
.hello-animation-base .wp-block-media-text,
.hello-animation-base .wp-block-video,
.hello-animation-base .wp-block-heading,
.hello-animation-base .wp-block-button,
.hello-animation-base .wp-block-social-links,
.hello-animation-base .wp-block-search,
.hello-animation-base .wp-block-image,
.hello-animation-base .wp-block-archives,
.hello-animation-base .wp-block-categories {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .hello-animation-base.admin-bar header.bg-transparent {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .hello-animation-base.admin-bar .offcanvas-end {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 1199px) {
  .hello-animation-base.admin-bar .offcanvas__close {
    top: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .hello-animation-base.admin-bar .offcanvas__close {
    top: 12px;
  }
}
.hello-animation-base .clearfix {
  clear: both;
}
.hello-animation-base select {
  padding: 10px 12px;
  color: var(--black-2);
  border: 1px solid #ddd;
  text-transform: capitalize;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23212121'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='1'/%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z'/%3E%3C/svg%3E");
  background-position-x: calc(100% - 7px);
  background-position-y: 50%;
  background-repeat: no-repeat;
}
.hello-animation-base .wp-block-comments-title {
  font-size: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .hello-animation-base .wp-block-comments-title {
    font-size: 24px;
  }
}
.hello-animation-base .wp-block-post-comments-form .comment-reply-title {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .hello-animation-base .wp-block-post-comments-form .comment-reply-title {
    font-size: 24px;
  }
}
.hello-animation-base .page-links {
  gap: 10px;
  display: flex;
  align-items: center;
}
.hello-animation-base blockquote,
.hello-animation-base .wp-block-quote {
  border-left-width: 5px;
  border-left-style: solid;
  margin-block-start: 1.5rem;
  background: var(--primary);
  padding: 30px;
  border-radius: 5px;
}
.hello-animation-base blockquote.has-text-align-right,
.hello-animation-base .wp-block-quote.has-text-align-right {
  border-right: 5px solid;
  border-left: 0;
}
.hello-animation-base blockquote p,
.hello-animation-base blockquote cite,
.hello-animation-base .wp-block-quote p,
.hello-animation-base .wp-block-quote cite {
  color: #fff;
}
.hello-animation-base .wp-block-pullquote.is-style-solid-color {
  border-left: 5px solid;
  border-radius: 5px;
  background-color: var(--primary) !important;
}
.hello-animation-base .wp-block-pullquote.is-style-solid-color blockquote {
  border: 0;
}
@media only screen and (max-width: 1199px) {
  .hello-animation-base .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
  }
  .hello-animation-base .wp-block-pullquote.is-style-solid-color blockquote p {
    line-height: 1.2;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .hello-animation-base .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 36px;
  }
}
.hello-animation-base .sticky {
  background: var(--white-4);
}
@media only screen and (max-width: 767px) {
  .hello-animation-base .sticky .default-blog__content {
    padding: 15px 15px 25px;
  }
}
.hello-animation-base .wp-block-search__input {
  min-width: 150px;
}
.hello-animation-base .alignright {
  text-align: right;
  margin-left: auto;
  display: inherit;
}
.hello-animation-base .aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: inherit;
}
.hello-animation-base .wp-caption {
  width: 100% !important;
  margin-bottom: 1.5rem;
}
.hello-animation-base a {
  transition: all 0.3s;
}
.hello-animation-base .wp-caption-text {
  margin-top: 5px;
}
.hello-animation-base .default-blog__item-single.post-single {
  border: 0;
}
.hello-animation-base .default-blog__details-content {
  overflow: hidden;
}
.hello-animation-base .default-blog__details-content img {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .hello-animation-base .default-blog__details-content {
    padding-right: 15px;
  }
}
.hello-animation-base .default-blog__details-content h1,
.hello-animation-base .default-blog__details-content h2,
.hello-animation-base .default-blog__details-content h3,
.hello-animation-base .default-blog__details-content h4,
.hello-animation-base .default-blog__details-content h5,
.hello-animation-base .default-blog__details-content h6,
.hello-animation-base .default-blog__details-content table {
  margin-bottom: 1.5rem;
}
.hello-animation-base .default-blog__details-content .wp-block-latest-comments li {
  list-style: none;
}
.hello-animation-base .default-blog__details-content .wp-block-rss__item,
.hello-animation-base .default-blog__details-content .wp-block-latest-posts li {
  list-style: none;
  margin-bottom: 15px;
}
.hello-animation-base .default-blog__details-content .comment,
.hello-animation-base .default-blog__details-content .trackback,
.hello-animation-base .default-blog__details-content .pingback {
  list-style: none;
}
.hello-animation-base .default-blog__details-content .wp-block-post {
  list-style: none;
  margin-bottom: 1.5rem;
}
.hello-animation-base .default-blog__details-content .wp-block-post-title {
  margin-bottom: 3px;
}
.hello-animation-base .default-blog__details-content .wp-block-post-author {
  margin-bottom: 10px;
}
.hello-animation-base .default-details-tags {
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 60px !important;
}
@media only screen and (max-width: 767px) {
  .hello-animation-base .default-details-tags {
    margin-top: 40px 0 !important;
  }
}
.hello-animation-base .default-details-tags li {
  list-style: none !important;
}
.hello-animation-base .default-details-tags li a {
  background-color: #EFEFEF;
  padding: 8px 10px;
  font-size: 12px !important;
  text-transform: capitalize;
  display: inline-block;
  color: var(--black-2);
  font-weight: 500;
}
.hello-animation-base .default-details-tags li a:hover {
  color: #fff;
  background-color: var(--primary);
}
.hello-animation-base .wp-block-navigation__submenu-container li {
  margin-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
}
.hello-animation-base .wp-block-avatar {
  margin-bottom: 7px;
}
.hello-animation-base .wp-block-latest-posts li a:hover,
.hello-animation-base .wp-block-categories li a:hover,
.hello-animation-base .wp-block-archives li a:hover {
  color: var(--primary);
}
.hello-animation-base #today {
  color: var(--primary);
}
.hello-animation-base .wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.hello-animation-base .wp-block-tag-cloud a {
  margin: 0;
  background-color: #EFEFEF;
  padding: 8px 10px;
  font-size: 12px !important;
  text-transform: capitalize;
  color: var(--black-2);
  font-weight: 500;
  transition: 0.5s;
  text-decoration: none;
}
.hello-animation-base .wp-block-tag-cloud a:hover {
  color: var(--white);
  background-color: var(--primary);
}
.hello-animation-base .has-pale-cyan-blue-background-color {
  padding: 15px;
}
.hello-animation-base .has-pale-cyan-blue-background-color p {
  margin-bottom: 0;
}
.hello-animation-base .has-background {
  padding: 15px;
}
.hello-animation-base .is-layout-constrained p {
  margin: 0;
}
.hello-animation-base .has-pale-pink-background-color {
  padding: 15px;
}
.hello-animation-base .has-pale-pink-background-color p {
  margin-bottom: 0;
}
.hello-animation-base .joya--comment .comment-notes {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .hello-animation-base .wp-block-pullquote,
  .hello-animation-base .has-large-font-size {
    font-size: 24px !important;
  }
}
.hello-animation-base .is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.hello-animation-base .wp-block-post-excerpt__excerpt {
  margin-bottom: 1.5rem;
}
.hello-animation-base .comment-form-cookies-consent {
  margin-top: 10px;
}
.hello-animation-base .comment-form-cookies-consent label {
  display: inline;
}
.hello-animation-base .wp-block-query-pagination {
  margin-bottom: 15px;
}
.hello-animation-base ul.joya--comments-list.comments-list {
  margin: 0;
}
.hello-animation-base ul.blocks-gallery-grid {
  margin: 0;
}
.hello-animation-base .default-details-comment-meta {
  overflow: hidden;
}
.hello-animation-base th,
.hello-animation-base td {
  padding: 8px;
}
@media only screen and (max-width: 991px) {
  .hello-animation-base th,
  .hello-animation-base td {
    padding: 5px 6px;
  }
}
.hello-animation-base table {
  display: table;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
.hello-animation-base table tbody {
  width: 100%;
}
.hello-animation-base .post-page-numbers:hover {
  color: var(--primary);
}
.hello-animation-base iframe {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .hello-animation-base iframe {
    height: 360px;
  }
}
.hello-animation-base .wp-block-post-excerpt {
  margin-top: 5px;
}
.hello-animation-base .wp-block-post-date {
  margin-top: 10px;
  margin-bottom: 10px;
}
.hello-animation-base .wp-block-post-comments-form input[type=submit], .hello-animation-base .wp-block-post-comments-form .info--post-details .comment-form-comment textarea[type=submit], .hello-animation-base .info--post-details .comment-form-comment .wp-block-post-comments-form textarea[type=submit], .hello-animation-base .wp-block-post-comments-form .elc-inbd-comment__field textarea[type=submit], .elc-inbd-comment__field .hello-animation-base .wp-block-post-comments-form textarea[type=submit] {
  border: none;
  border-radius: 0;
  padding: 18px 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  background-color: var(--primary);
  transition: all 0.3s linear;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  gap: 10px;
}
.hello-animation-base .wp-block-post-comments-form input[type=submit]:hover, .hello-animation-base .wp-block-post-comments-form .info--post-details .comment-form-comment textarea[type=submit]:hover, .hello-animation-base .info--post-details .comment-form-comment .wp-block-post-comments-form textarea[type=submit]:hover, .hello-animation-base .wp-block-post-comments-form .elc-inbd-comment__field textarea[type=submit]:hover, .elc-inbd-comment__field .hello-animation-base .wp-block-post-comments-form textarea[type=submit]:hover {
  color: var(--white);
  background-color: var(--black-2);
}
.hello-animation-base input, .hello-animation-base .info--post-details .comment-form-comment textarea,
.hello-animation-base textarea,
.hello-animation-base select,
.hello-animation-base button {
  font-family: var(--font-primary);
}
.hello-animation-base .post-password-form input[type=password], .hello-animation-base .post-password-form .info--post-details .comment-form-comment textarea[type=password], .hello-animation-base .info--post-details .comment-form-comment .post-password-form textarea[type=password], .hello-animation-base .post-password-form .elc-inbd-comment__field textarea[type=password], .elc-inbd-comment__field .hello-animation-base .post-password-form textarea[type=password] {
  padding: 8px;
}
@media only screen and (max-width: 767px) {
  .hello-animation-base .post-password-form input[type=password], .hello-animation-base .post-password-form .info--post-details .comment-form-comment textarea[type=password], .hello-animation-base .info--post-details .comment-form-comment .post-password-form textarea[type=password], .hello-animation-base .post-password-form .elc-inbd-comment__field textarea[type=password], .elc-inbd-comment__field .hello-animation-base .post-password-form textarea[type=password] {
    width: 130px;
  }
}
.hello-animation-base .post-password-form input[type=submit], .hello-animation-base .post-password-form .info--post-details .comment-form-comment textarea[type=submit], .hello-animation-base .info--post-details .comment-form-comment .post-password-form textarea[type=submit], .hello-animation-base .post-password-form .elc-inbd-comment__field textarea[type=submit], .elc-inbd-comment__field .hello-animation-base .post-password-form textarea[type=submit] {
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  background-color: var(--primary);
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  gap: 10px;
  border-radius: 3px;
}
.hello-animation-base .post-password-form input[type=submit]:hover, .hello-animation-base .post-password-form .info--post-details .comment-form-comment textarea[type=submit]:hover, .hello-animation-base .info--post-details .comment-form-comment .post-password-form textarea[type=submit]:hover, .hello-animation-base .post-password-form .elc-inbd-comment__field textarea[type=submit]:hover, .elc-inbd-comment__field .hello-animation-base .post-password-form textarea[type=submit]:hover {
  color: var(--white);
  background-color: var(--black-2);
}
.hello-animation-base .has-4-columns {
  margin-top: 1.5rem;
}
.hello-animation-base .wp-block-archives-dropdown label {
  margin-bottom: 10px;
}
.hello-animation-base .wp-block-embed__wrapper {
  word-break: break-word;
}
.hello-animation-base .wp-block-file__button {
  padding: 10px 18px;
  transition: all 0.3s;
  background: var(--primary);
}
.hello-animation-base .wp-block-search__label {
  margin-top: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .hello-animation-base .joya--comments-list .has-reply .children {
    margin-inline-start: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hello-animation-base .joya--comments-list .has-reply .children {
    margin-inline-start: 10px;
  }
  .hello-animation-base .default-details-comment-wrapper {
    grid-template-columns: 1fr;
  }
  .hello-animation-base .joya--comments-list .has-reply .comment-body::before {
    display: none;
  }
}
@media (max-width: 374px) {
  .hello-animation-base .wp-block-search__inside-wrapper {
    flex-wrap: wrap;
  }
  .hello-animation-base .wp-block-search__button {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .hello-animation-base .default-sidebar__widget.widget_search {
    padding: 0px 20px;
  }
}
.hello-animation-base .wp-block-latest-comments__comment {
  line-height: 1.5;
  margin-bottom: 10px;
}
.hello-animation-base .wp-block-latest-comments__comment a {
  font-weight: 500;
  transition: all 0.3s;
}
.hello-animation-base .wp-block-latest-comments__comment a:hover {
  color: var(--primary);
}
.hello-animation-base .wp-block-latest-posts__list,
.hello-animation-base .wp-block-categories-list,
.hello-animation-base .wp-block-archives-list {
  margin-bottom: 0;
}
.hello-animation-base .wp-block-latest-posts__list li,
.hello-animation-base .wp-block-categories-list li,
.hello-animation-base .wp-block-archives-list li {
  font-weight: 500;
}
.hello-animation-base .wp-block-latest-posts__list li a,
.hello-animation-base .wp-block-categories-list li a,
.hello-animation-base .wp-block-archives-list li a {
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}
.hello-animation-base .info--post-details a:hover {
  color: var(--primary);
}
.hello-animation-base .info--post-details select {
  width: 100%;
}
.hello-animation-base .info--post-details tbody,
.hello-animation-base .info--post-details td,
.hello-animation-base .info--post-details tfoot,
.hello-animation-base .info--post-details th,
.hello-animation-base .info--post-details thead,
.hello-animation-base .info--post-details tr {
  border-width: 1px;
}
.hello-animation-base .info--post-details tbody a,
.hello-animation-base .info--post-details td a,
.hello-animation-base .info--post-details tfoot a,
.hello-animation-base .info--post-details th a,
.hello-animation-base .info--post-details thead a,
.hello-animation-base .info--post-details tr a {
  text-decoration: none;
}
.hello-animation-base .info--post-details ol:not([class]) {
  margin-left: 20px;
  margin-bottom: 20px;
}
.hello-animation-base .info--post-details ol:not([class]) li {
  list-style: decimal;
  padding-top: 5px;
  padding-bottom: 5px;
}
.hello-animation-base .info--post-details ol:not([class]) ol {
  margin-bottom: 0;
}
.hello-animation-base .info--post-details ol:not([class]) ol li {
  list-style: decimal;
}
.hello-animation-base .info--post-details ol:not([class]) ol li:last-child {
  padding-bottom: 0;
}
.hello-animation-base .info--post-details ol:not([class]) ul {
  margin-bottom: 0;
}
.hello-animation-base .info--post-details ol:not([class]) ul li {
  list-style: disc;
}
.hello-animation-base .info--post-details ol:not([class]) ul li:last-child {
  padding-bottom: 0;
}
.hello-animation-base .info--post-details ol:not([class]) ul ol li {
  list-style: decimal;
}
.hello-animation-base .info--post-details ul:not([class]) {
  margin-left: 20px;
  margin-bottom: 20px;
}
.hello-animation-base .info--post-details ul:not([class]) li {
  list-style: disc;
  padding-top: 5px;
  padding-bottom: 5px;
}
.hello-animation-base .info--post-details ul:not([class]) ul {
  margin-bottom: 0;
}
.hello-animation-base .info--post-details ul:not([class]) ul li:last-child {
  padding-bottom: 0;
}
.hello-animation-base .info--post-details ul:not([class]) ol {
  margin-bottom: 0;
}
.hello-animation-base .info--post-details ul:not([class]) ol li {
  list-style: decimal;
}
.hello-animation-base .info--post-details ul:not([class]) ol li:last-child {
  padding-bottom: 0;
}
.hello-animation-base .info--post-details ul:not([class]) ol ul li {
  list-style: disc;
}
.hello-animation-base .info--post-details .wp-element-button,
.hello-animation-base .info--post-details .wp-block-button__link {
  color: #fff;
  background-color: var(--primary);
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .hello-animation-base .info--post-details .wp-element-button,
  .hello-animation-base .info--post-details .wp-block-button__link {
    padding: 10px 30px;
  }
}
.hello-animation-base .info--post-details .wp-element-button:hover,
.hello-animation-base .info--post-details .wp-block-button__link:hover {
  color: var(--white);
}
.hello-animation-base .info--post-details :where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: white;
}
.hello-animation-base .info--post-details .wp-block-page-list {
  gap: 10px;
  display: grid;
  margin-bottom: 30px;
}
.hello-animation-base .info--post-details .wp-block-page-list .wp-block-navigation__submenu-container {
  padding-top: 5px;
  margin-bottom: -5px;
  margin-left: 2px;
}
.hello-animation-base .info--post-details p.wp-block-cover-text {
  position: relative;
}
.hello-animation-base .info--post-details .wp-block-categories-list,
.hello-animation-base .info--post-details .wp-block-archives-list {
  margin-bottom: 20px;
}
.hello-animation-base .info--post-details .wp-calendar-table {
  display: inline-table;
}
.hello-animation-base .info--post-details .wp-block-file__button,
.hello-animation-base .info--post-details .wp-block-button__link,
.hello-animation-base .info--post-details .wp-element-button {
  text-decoration: none;
}
.hello-animation-base .info--post-details .wp-block-file__button:hover,
.hello-animation-base .info--post-details .wp-block-button__link:hover,
.hello-animation-base .info--post-details .wp-element-button:hover {
  background-color: #072032;
}
.hello-animation-base .info--post-details .wp-block-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hello-animation-base .info--post-details figure.aligncenter > figcaption {
  display: block;
}
.hello-animation-base .info--post-details .wp-block-image .alignright > figcaption {
  display: block;
}
.hello-animation-base .info--post-details .wp-block-gallery.wp-block-gallery-3 {
  margin-top: 15px;
}
.hello-animation-base .info--post-details .wp-block-calendar {
  padding-bottom: 20px;
}
.hello-animation-base .info--post-details .wp-block-calendar nav.wp-calendar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hello-animation-base .info--post-details .wp-block-separator {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}
.hello-animation-base .info--post-details .wp-block-separator.is-style-wide {
  width: 100%;
}
.hello-animation-base .info--post-details .wp-block-separator.is-style-dots {
  width: 100%;
  opacity: 1;
}
.hello-animation-base .info--post-details .gallery.gallery-columns-1 {
  padding-bottom: 20px;
}
.hello-animation-base .info--post-details .gallery.gallery-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-2 {
    grid-template-columns: 1fr;
  }
}
.hello-animation-base .info--post-details .gallery.gallery-columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-3 {
    grid-template-columns: 1fr;
  }
}
.hello-animation-base .info--post-details .gallery.gallery-columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-4 {
    grid-template-columns: 1fr;
  }
}
.hello-animation-base .info--post-details .gallery.gallery-columns-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding-bottom: 20px;
}
@media only screen and (max-width: 1399px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1199px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-5 {
    grid-template-columns: 1fr;
  }
}
.hello-animation-base .info--post-details .gallery.gallery-columns-6 {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding-bottom: 20px;
}
@media only screen and (max-width: 1919px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-6 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 1399px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1199px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-6 {
    grid-template-columns: 1fr;
  }
}
.hello-animation-base .info--post-details .gallery.gallery-columns-7 {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding-bottom: 20px;
}
@media only screen and (max-width: 1919px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-7 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 1399px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-7 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1199px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-7 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-7 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-7 {
    grid-template-columns: 1fr;
  }
}
.hello-animation-base .info--post-details .gallery.gallery-columns-8 {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding-bottom: 20px;
}
@media only screen and (max-width: 1919px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-8 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 1399px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-8 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1199px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-8 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-8 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-8 {
    grid-template-columns: 1fr;
  }
}
.hello-animation-base .info--post-details .gallery.gallery-columns-9 {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  padding-bottom: 20px;
}
@media only screen and (max-width: 1919px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-9 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 1399px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-9 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1199px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-9 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-9 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .hello-animation-base .info--post-details .gallery.gallery-columns-9 {
    grid-template-columns: 1fr;
  }
}
.hello-animation-base .info--post-details .post-navigation-link-previous,
.hello-animation-base .info--post-details .post-navigation-link-next {
  padding-bottom: 10px;
}
.hello-animation-base .info--post-details .wp-block-query-pagination-numbers {
  display: flex;
}
.hello-animation-base .info--post-details .page-numbers,
.hello-animation-base .info--post-details .post-page-numbers {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s;
  background-color: var(--primary);
  color: var(--white-2);
}
.hello-animation-base .info--post-details .page-numbers:hover,
.hello-animation-base .info--post-details .post-page-numbers:hover {
  color: var(--white-2);
  background-color: #555050;
}
.hello-animation-base .info--post-details .page-numbers.current,
.hello-animation-base .info--post-details .post-page-numbers.current {
  background-color: #555050;
}
.hello-animation-base .info--post-details .wp-block-tag-cloud a {
  text-decoration: none;
}
.hello-animation-base .info--post-details .wp-block-tag-cloud a:hover {
  color: var(--white);
}
.hello-animation-base .info--post-details .wp-block-search__button {
  position: relative;
  overflow: hidden;
  transition: all 0.75s;
}
.hello-animation-base .info--post-details .wp-block-search__button:hover {
  color: #fff;
  background-color: var(--black-2);
}
.hello-animation-base .info--post-details .comment-form-comment {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .hello-animation-base .info--post-details .comment-form-comment {
    margin-bottom: 35px;
  }
}
.hello-animation-base .info--post-details .comment-form-comment label {
  display: block;
  margin-bottom: 15px;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
.hello-animation-base .info--post-details .comment-form-comment input, .hello-animation-base .info--post-details .comment-form-comment textarea {
  width: 100%;
  height: 60px;
  padding: 20px;
  border: 0;
  background-color: #F5F5F5;
  color: var(--black-2);
}
@media only screen and (max-width: 991px) {
  .hello-animation-base .info--post-details .comment-form-comment input, .hello-animation-base .info--post-details .comment-form-comment textarea {
    margin-bottom: 25px;
  }
}
.hello-animation-base .info--post-details .comment-form-comment input::-moz-placeholder, .hello-animation-base .info--post-details .comment-form-comment textarea::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.hello-animation-base .info--post-details .comment-form-comment input::placeholder, .hello-animation-base .info--post-details .comment-form-comment textarea::placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.hello-animation-base .info--post-details .comment-form-comment textarea {
  height: 120px;
  resize: none;
}
.hello-animation-base .info--post-details .wp-block-post-comments-form .form-submit {
  margin-bottom: 40px;
}
.hello-animation-base .builder-comment-text tbody,
.hello-animation-base .builder-comment-text td,
.hello-animation-base .builder-comment-text tfoot,
.hello-animation-base .builder-comment-text th,
.hello-animation-base .builder-comment-text thead,
.hello-animation-base .builder-comment-text tr {
  border-width: 1px;
}
.hello-animation-base .builder-comment-text tbody a,
.hello-animation-base .builder-comment-text td a,
.hello-animation-base .builder-comment-text tfoot a,
.hello-animation-base .builder-comment-text th a,
.hello-animation-base .builder-comment-text thead a,
.hello-animation-base .builder-comment-text tr a {
  text-decoration: none;
}
.hello-animation-base .builder-comment-text ol:not([class]) {
  margin-left: 20px;
  margin-bottom: 20px;
}
.hello-animation-base .builder-comment-text ol:not([class]) li {
  list-style: decimal;
  padding-top: 5px;
  padding-bottom: 5px;
}
.hello-animation-base .builder-comment-text ol:not([class]) ol {
  margin-bottom: 0;
}
.hello-animation-base .builder-comment-text ol:not([class]) ol li {
  list-style: decimal;
}
.hello-animation-base .builder-comment-text ol:not([class]) ol li:last-child {
  padding-bottom: 0;
}
.hello-animation-base .builder-comment-text ol:not([class]) ul {
  margin-bottom: 0;
}
.hello-animation-base .builder-comment-text ol:not([class]) ul li {
  list-style: disc;
}
.hello-animation-base .builder-comment-text ol:not([class]) ul li:last-child {
  padding-bottom: 0;
}
.hello-animation-base .builder-comment-text ol:not([class]) ul ol li {
  list-style: decimal;
}
.hello-animation-base .builder-comment-text ul:not([class]) {
  margin-left: 20px;
  margin-bottom: 20px;
}
.hello-animation-base .builder-comment-text ul:not([class]) li {
  list-style: disc;
  padding-top: 5px;
  padding-bottom: 5px;
}
.hello-animation-base .builder-comment-text ul:not([class]) ul {
  margin-bottom: 0;
}
.hello-animation-base .builder-comment-text ul:not([class]) ul li:last-child {
  padding-bottom: 0;
}
.hello-animation-base .builder-comment-text ul:not([class]) ol {
  margin-bottom: 0;
}
.hello-animation-base .builder-comment-text ul:not([class]) ol li {
  list-style: decimal;
}
.hello-animation-base .builder-comment-text ul:not([class]) ol li:last-child {
  padding-bottom: 0;
}
.hello-animation-base .builder-comment-text ul:not([class]) ol ul li {
  list-style: disc;
}

.wcf-social-share-style-1 {
  width: 80px;
  height: 80px;
  border: 3px solid #555;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;
  color: #555555;
  border-radius: 30px;
  border-bottom-width: 7px;
  border-right-width: 7px;
  border-top-width: 1px;
  border-left-width: 1px;
  background-color: #fff;
  margin: auto;
  margin-bottom: 20px;
  transition: 0.3s;
}

.comment-form-cookies-consent {
  display: none;
}

.joya--blog-post-comment form {
  gap: 30px;
}

.joya--blog-post-comment textarea {
  overflow: hidden;
}

.joya--blog-post-comment button[type=submit] {
  z-index: 1;
}

.default-details-social-media li a i {
  transition: all 0.3s;
}

.page-template-default .post-page-numbers {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s;
}
.page-template-default .post-page-numbers:hover {
  color: var(--primary);
}
.page-template-default .post-page-numbers.current {
  background-color: #F9F9F9;
}
.page-template-default .builder--page-details a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.page-template-default .builder--page-details a:hover {
  color: var(--primary);
}
.page-template-default .builder--page-details ul {
  padding-left: 20px;
  padding-bottom: 30px;
}
.page-template-default .builder--page-details ul li {
  list-style: disc;
  padding-bottom: 10px;
}
.page-template-default .builder--page-details ul li:last-child {
  padding-bottom: 0;
}
.page-template-default .builder--page-details ul ul {
  padding-bottom: 0;
}
.page-template-default .builder--page-details ol {
  padding-left: 20px;
  padding-bottom: 30px;
}
.page-template-default .builder--page-details ol li {
  list-style: decimal;
  padding-bottom: 10px;
}
.page-template-default .builder--page-details ol li:last-child {
  padding-bottom: 0;
}
.page-template-default .builder--page-details ol ol {
  padding-bottom: 0;
}

.menu-icon-8.info-default-offcanvas {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .menu-icon-8.info-default-offcanvas {
    display: block;
  }
}

.admin-bar #smooth-wrapper {
  top: 32px !important;
}

@media (max-width: 782px) {
  .admin-bar #smooth-wrapper {
    top: 46px !important;
  }
}
.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

@media only screen and (max-width: 1199px) {
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    width: calc(25% - 0.875em);
  }
}
@media only screen and (max-width: 991px) {
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    width: calc(33% - 0.875em);
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    width: calc(50% - 0.875em);
  }
}

.search-no-results .default-search__again-form form input, .search-no-results .default-search__again-form form .elc-inbd-comment__field textarea, .elc-inbd-comment__field .search-no-results .default-search__again-form form textarea, .search-no-results .default-search__again-form form .hello-animation-base .info--post-details .comment-form-comment textarea, .hello-animation-base .info--post-details .comment-form-comment .search-no-results .default-search__again-form form textarea {
  padding: 20px 50px 20px 0;
}

.default-blog__style-2.sticky {
  padding: 30px;
}

/*----------------------------------------*/
/*  12. WIDGETS CSS START
/*----------------------------------------*/
.default-sidebar__widget select {
  width: 100%;
  padding: 10px 12px;
  color: var(--black-2);
  border: 1px solid #ddd;
  text-transform: capitalize;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23212121'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='1'/%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z'/%3E%3C/svg%3E");
  background-position-x: calc(100% - 7px);
  background-position-y: 50%;
  background-repeat: no-repeat;
}
.default-sidebar__widget.widget_calendar table {
  width: 100%;
  display: table;
}
.default-sidebar__widget.widget_calendar table #today {
  color: var(--primary);
  font-weight: 500;
}
.default-sidebar__widget.widget_calendar caption {
  font-weight: 500;
  margin-top: 15px;
}
.default-sidebar__widget.widget_pages li, .default-sidebar__widget.widget_meta li, .default-sidebar__widget.widget_nav_menu li, .default-sidebar__widget.widget_recent_entries li {
  display: grid;
}
.default-sidebar__widget.widget_pages li a, .default-sidebar__widget.widget_meta li a, .default-sidebar__widget.widget_nav_menu li a, .default-sidebar__widget.widget_recent_entries li a {
  color: var(--black-2);
  padding: 5px 0;
  text-transform: capitalize;
}
.default-sidebar__widget.widget_pages li a:hover, .default-sidebar__widget.widget_meta li a:hover, .default-sidebar__widget.widget_nav_menu li a:hover, .default-sidebar__widget.widget_recent_entries li a:hover {
  color: var(--primary);
}
.default-sidebar__widget.widget_pages .sub-menu,
.default-sidebar__widget.widget_pages .children, .default-sidebar__widget.widget_meta .sub-menu,
.default-sidebar__widget.widget_meta .children, .default-sidebar__widget.widget_nav_menu .sub-menu,
.default-sidebar__widget.widget_nav_menu .children, .default-sidebar__widget.widget_recent_entries .sub-menu,
.default-sidebar__widget.widget_recent_entries .children {
  margin-left: 15px;
}
.default-sidebar__widget.widget_categories li {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  color: var(--black-2);
}
.default-sidebar__widget.widget_categories li a {
  padding: 5px 0;
  text-transform: capitalize;
}
.default-sidebar__widget.widget_categories li a:hover {
  color: var(--primary);
}
.default-sidebar__widget.widget_categories .children {
  grid-column: 1/-1;
  margin-left: 15px;
}
.default-sidebar__widget.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.default-sidebar__widget.widget_tag_cloud .tagcloud a {
  background-color: #EFEFEF;
  padding: 8px 10px;
  font-size: 12px !important;
  text-transform: capitalize;
  color: var(--black-2);
  font-weight: 500;
  transition: 0.3s;
  line-height: 1.5;
}
.default-sidebar__widget.widget_tag_cloud .tagcloud a:hover {
  color: var(--white);
  background-color: var(--primary);
}
.default-sidebar__widget.widget_archive li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--black-2);
}
.default-sidebar__widget.widget_archive li a {
  padding: 5px 0;
  text-transform: capitalize;
}
.default-sidebar__widget.widget_archive li a:hover {
  color: var(--primary);
}
.default-sidebar__widget.widget_recent_comments ul {
  gap: 10px;
  display: grid;
}
.default-sidebar__widget.widget_recent_comments li {
  font-weight: 400;
  color: var(--black-2);
}
.default-sidebar__widget.widget_recent_comments li a {
  font-weight: 500;
  color: var(--black-2);
}
.default-sidebar__widget.widget_recent_comments li a:hover {
  color: var(--primary);
}
.default-sidebar__widget.widget_rss ul {
  gap: 20px;
  display: grid;
}
.default-sidebar__widget.widget_rss ul a {
  font-weight: 500;
  color: var(--black-2);
}
.default-sidebar__widget.widget_rss ul a:hover {
  color: var(--primary);
}
.default-sidebar__widget.widget_rss ul cite {
  margin-top: 3px;
  display: block;
  font-weight: 500;
}
.default-sidebar__widget.widget_rss ul .rss-date {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}
.default-sidebar__widget.widget_text .textwidget img {
  max-width: 100%;
  height: auto;
}
.default-sidebar__widget.widget_text .textwidget p img {
  margin-top: 15px;
  margin-bottom: 15px;
}
.default-sidebar__widget.widget_media_gallery .gallery {
  gap: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
.default-sidebar__widget.widget_media_gallery .gallery img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.default-sidebar__widget.widget_media_gallery figure {
  margin: 0;
}

/*----------------------------------------*/
/*  13. FOOTER CSS START
/*----------------------------------------*/
.footer__area-8 {
  background-color: var(--black-3);
}
.footer__wrapper-8 {
  gap: 90px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 1399px) {
  .footer__wrapper-8 {
    gap: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__wrapper-8 {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .footer__wrapper-8 {
    gap: 20px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__wrapper-8 {
    grid-template-columns: 1fr;
  }
}

.copyright__area-8 {
  text-align: center;
  padding: 15px 0;
  margin-top: 70px;
  border-top: 1px solid var(--black-6);
}
.copyright__fees {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--gray-4);
}

.footer__area-8 .default-sidebar__w-title {
  color: var(--white);
  text-decoration-color: var(--white);
}
.footer__area-8 .footer-widget {
  margin-bottom: 50px;
}
.footer__area-8 select {
  width: 100%;
  padding: 10px 15px;
  color: var(--white);
  border: 1px solid #ddd;
  text-transform: capitalize;
  background-color: transparent;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23212121'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='1'/%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z'/%3E%3C/svg%3E");
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
  background-repeat: no-repeat;
  filter: brightness(100);
}
.footer__area-8 select option {
  color: var(--black-2);
}
.footer__area-8 .widget_calendar a {
  color: var(--white);
}
.footer__area-8 .widget_calendar a:hover {
  color: var(--primary);
}
.footer__area-8 .widget_calendar table {
  width: 100%;
}
.footer__area-8 .widget_calendar table tr {
  color: var(--white);
}
.footer__area-8 .widget_calendar table #today {
  color: #121212;
  background: var(--primary);
}
.footer__area-8 .widget_calendar table #today a {
  color: var(--white);
}
.footer__area-8 .widget_calendar caption {
  font-weight: 500;
  margin-top: 15px;
  color: var(--white);
}
.footer__area-8 .widget .wp-block-heading {
  color: #fff;
}
.footer__area-8 .widget .wp-block-latest-comments__comment-meta {
  color: #999999;
}
.footer__area-8 .widget .wp-block-search__label {
  color: #fff;
}
.footer__area-8 .widget ol.wp-block-latest-comments li,
.footer__area-8 .widget .wp-block-categories li,
.footer__area-8 .widget .wp-block-latest-posts li,
.footer__area-8 .widget .wp-block-archives li, .footer__area-8 .widget_pages li, .footer__area-8 .widget_meta li, .footer__area-8 .widget_nav_menu li, .footer__area-8 .widget_recent_entries li {
  display: grid;
}
.footer__area-8 .widget ol.wp-block-latest-comments li a,
.footer__area-8 .widget .wp-block-categories li a,
.footer__area-8 .widget .wp-block-latest-posts li a,
.footer__area-8 .widget .wp-block-archives li a, .footer__area-8 .widget_pages li a, .footer__area-8 .widget_meta li a, .footer__area-8 .widget_nav_menu li a, .footer__area-8 .widget_recent_entries li a {
  color: var(--white);
  padding: 5px 0;
  text-transform: capitalize;
}
.footer__area-8 .widget ol.wp-block-latest-comments li a:hover,
.footer__area-8 .widget .wp-block-categories li a:hover,
.footer__area-8 .widget .wp-block-latest-posts li a:hover,
.footer__area-8 .widget .wp-block-archives li a:hover, .footer__area-8 .widget_pages li a:hover, .footer__area-8 .widget_meta li a:hover, .footer__area-8 .widget_nav_menu li a:hover, .footer__area-8 .widget_recent_entries li a:hover {
  color: var(--primary);
}
.footer__area-8 .widget ol.wp-block-latest-comments .children,
.footer__area-8 .widget ol.wp-block-latest-comments .sub-menu,
.footer__area-8 .widget .wp-block-categories .children,
.footer__area-8 .widget .wp-block-categories .sub-menu,
.footer__area-8 .widget .wp-block-latest-posts .children,
.footer__area-8 .widget .wp-block-latest-posts .sub-menu,
.footer__area-8 .widget .wp-block-archives .children,
.footer__area-8 .widget .wp-block-archives .sub-menu, .footer__area-8 .widget_pages .children,
.footer__area-8 .widget_pages .sub-menu, .footer__area-8 .widget_meta .children,
.footer__area-8 .widget_meta .sub-menu, .footer__area-8 .widget_nav_menu .children,
.footer__area-8 .widget_nav_menu .sub-menu, .footer__area-8 .widget_recent_entries .children,
.footer__area-8 .widget_recent_entries .sub-menu {
  margin-inline-start: 15px;
}
@media only screen and (max-width: 1199px) {
  .footer__area-8 .widget ol.wp-block-latest-comments .children,
  .footer__area-8 .widget ol.wp-block-latest-comments .sub-menu,
  .footer__area-8 .widget .wp-block-categories .children,
  .footer__area-8 .widget .wp-block-categories .sub-menu,
  .footer__area-8 .widget .wp-block-latest-posts .children,
  .footer__area-8 .widget .wp-block-latest-posts .sub-menu,
  .footer__area-8 .widget .wp-block-archives .children,
  .footer__area-8 .widget .wp-block-archives .sub-menu, .footer__area-8 .widget_pages .children,
  .footer__area-8 .widget_pages .sub-menu, .footer__area-8 .widget_meta .children,
  .footer__area-8 .widget_meta .sub-menu, .footer__area-8 .widget_nav_menu .children,
  .footer__area-8 .widget_nav_menu .sub-menu, .footer__area-8 .widget_recent_entries .children,
  .footer__area-8 .widget_recent_entries .sub-menu {
    margin-inline-start: 10px;
  }
}
.footer__area-8 .widget_categories li {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  color: var(--white);
}
.footer__area-8 .widget_categories li a {
  padding: 5px 0;
  text-transform: capitalize;
}
.footer__area-8 .widget_categories li a:hover {
  color: var(--primary);
}
.footer__area-8 .widget_categories .children {
  margin-left: 15px;
  grid-column: 1/-1;
}
.footer__area-8 .widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.footer__area-8 .widget_tag_cloud .tagcloud a {
  background-color: var(--black-6);
  padding: 8px 10px;
  font-size: 12px !important;
  text-transform: capitalize;
  color: var(--white);
  font-weight: 500;
  transition: 0.3s;
}
.footer__area-8 .widget_tag_cloud .tagcloud a:hover {
  color: var(--white);
  background-color: var(--primary);
}
.footer__area-8 .widget_archive li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
}
.footer__area-8 .widget_archive li a {
  padding: 5px 0;
  text-transform: capitalize;
}
.footer__area-8 .widget_archive li a:hover {
  color: var(--primary);
}
.footer__area-8 .widget_recent_comments ul {
  gap: 20px;
  display: grid;
}
.footer__area-8 .widget_recent_comments li {
  font-weight: 400;
  color: var(--white);
}
.footer__area-8 .widget_recent_comments li a {
  font-weight: 500;
  color: var(--white);
}
.footer__area-8 .widget_recent_comments li a:hover {
  color: var(--primary);
}
.footer__area-8 .widget_rss ul {
  gap: 20px;
  display: grid;
}
.footer__area-8 .widget_rss ul a {
  font-weight: 500;
  color: var(--white);
}
.footer__area-8 .widget_rss ul a:hover {
  color: var(--primary);
}
.footer__area-8 .widget_rss .rssSummary {
  color: #999;
}
.footer__area-8 .widget_rss .rss-date {
  color: #999;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}
.footer__area-8 .widget_rss cite {
  color: #999;
  display: block;
  margin-top: 3px;
  font-weight: 500;
}
.footer__area-8 .widget_text .textwidget img {
  max-width: 100%;
  height: auto;
}
.footer__area-8 .widget_text .textwidget p {
  color: #999;
}
.footer__area-8 .widget_text .textwidget p strong {
  color: var(--white);
}
.footer__area-8 .widget_text .textwidget p img {
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer__area-8 .widget .default-search__again-form form {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  line-height: 0;
}
.footer__area-8 .widget .default-search__again-form form input, .footer__area-8 .widget .default-search__again-form form .elc-inbd-comment__field textarea, .elc-inbd-comment__field .footer__area-8 .widget .default-search__again-form form textarea, .footer__area-8 .widget .default-search__again-form form .hello-animation-base .info--post-details .comment-form-comment textarea, .hello-animation-base .info--post-details .comment-form-comment .footer__area-8 .widget .default-search__again-form form textarea {
  width: 100%;
  border: 0;
  background: transparent;
  padding-right: 30px;
  color: var(--white);
  padding: 0;
  height: unset;
}
.footer__area-8 .widget .default-search__again-form form input::-moz-placeholder, .footer__area-8 .widget .default-search__again-form form .elc-inbd-comment__field textarea::-moz-placeholder, .elc-inbd-comment__field .footer__area-8 .widget .default-search__again-form form textarea::-moz-placeholder, .footer__area-8 .widget .default-search__again-form form .hello-animation-base .info--post-details .comment-form-comment textarea::-moz-placeholder, .hello-animation-base .info--post-details .comment-form-comment .footer__area-8 .widget .default-search__again-form form textarea::-moz-placeholder {
  font-size: 14px;
  color: var(--black-9);
}
.footer__area-8 .widget .default-search__again-form form input::placeholder, .footer__area-8 .widget .default-search__again-form form .elc-inbd-comment__field textarea::placeholder, .elc-inbd-comment__field .footer__area-8 .widget .default-search__again-form form textarea::placeholder, .footer__area-8 .widget .default-search__again-form form .hello-animation-base .info--post-details .comment-form-comment textarea::placeholder, .hello-animation-base .info--post-details .comment-form-comment .footer__area-8 .widget .default-search__again-form form textarea::placeholder {
  font-size: 14px;
  color: var(--black-9);
}
.footer__area-8 .widget .default-search__again-form form button {
  position: absolute;
  inset-inline-end: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
}
.footer__area-8 .widget .wp-block-search__input {
  min-width: 150px;
  background: transparent;
  color: #fff;
}
.footer__area-8 .widget .wp-block-search__button.wp-element-button {
  padding: 5px;
  color: var(--white);
  background: var(--primary);
  transition: all 0.3s;
}
.footer__area-8 .widget .wp-block-search__button.wp-element-button:hover {
  color: var(--black-2);
}/*# sourceMappingURL=master.min.css.map */@font-face {font-display:swap;
  font-family: 'wcf-icon';
  src: url('/wp-content/themes/hello-animation/assets/fonts/icomoon.eot?nh9vrv');
  src: url('/wp-content/themes/hello-animation/assets/fonts/icomoon.eot?nh9vrv#iefix') format('embedded-opentype'),
    url('/wp-content/themes/hello-animation/assets/fonts/icomoon.ttf?nh9vrv') format('truetype'),
    url('/wp-content/themes/hello-animation/assets/fonts/icomoon.woff?nh9vrv') format('woff'),
    url('/wp-content/themes/hello-animation/assets/fonts/icomoon.svg?nh9vrv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-wcf-"],
[class*=" icon-wcf-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wcf-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-wcf-apple-store:before {
  content: "\e95b";
}

.icon-wcf-arrow-left1:before {
  content: "\e95c";
}

.icon-wcf-arrow-right1:before {
  content: "\e95d";
}

.icon-wcf-arrow-up1:before {
  content: "\e95f";
}

.icon-wcf-check1:before {
  content: "\e960";
}

.icon-wcf-check-fill:before {
  content: "\e961";
}

.icon-wcf-cross:before {
  content: "\e962";
}

.icon-wcf-envelop1:before {
  content: "\e963";
}

.icon-wcf-kite:before {
  content: "\e964";
}

.icon-wcf-play-icon:before {
  content: "\e966";
}

.icon-wcf-quote1:before {
  content: "\e967";
}

.icon-wcf-quote-style-2:before {
  content: "\e968";
}

.icon-wcf-snapchat:before {
  content: "\e969";
}

.icon-wcf-tiktok:before {
  content: "\e96a";
}

.icon-wcf-arrow-down:before {
  content: "\e942";
}

.icon-wcf-arrow-long-down:before {
  content: "\e943";
}

.icon-wcf-arrow-right:before {
  content: "\e944";
}

.icon-wcf-arrow-right-2:before {
  content: "\e945";
}

.icon-wcf-arrow-right-3:before {
  content: "\e946";
}

.icon-wcf-arrow-right-4:before {
  content: "\e947";
}

.icon-wcf-arrow-up:before {
  content: "\e948";
}

.icon-wcf-arrow-up-2:before {
  content: "\e949";
}

.icon-wcf-arrow-up-3:before {
  content: "\e94a";
}

.icon-wcf-arrow-up-4:before {
  content: "\e94b";
}

.icon-wcf-arrow-up-5:before {
  content: "\e94c";
}

.icon-wcf-check:before {
  content: "\e94d";
}

.icon-wcf-check-2:before {
  content: "\e94e";
}

.icon-wcf-close:before {
  content: "\e94f";
}

.icon-wcf-location:before {
  content: "\e950";
}

.icon-wcf-menu-bar-1:before {
  content: "\e951";
}

.icon-wcf-menu-bar-2:before {
  content: "\e952";
}

.icon-wcf-paper-plane:before {
  content: "\e953";
}

.icon-wcf-phone:before {
  content: "\e954";
}

.icon-wcf-play-2:before {
  content: "\e955";
}

.icon-wcf-plus:before {
  content: "\e956";
}

.icon-wcf-quote:before {
  content: "\e957";
}

.icon-wcf-search:before {
  content: "\e958";
}

.icon-wcf-star-2:before {
  content: "\e959";
}

.icon-wcf-star-3:before {
  content: "\e95a";
}

.icon-wcf-check-circle:before {
  content: "\e95e";
}

.icon-wcf-wcf-Search:before {
  content: "\e941";
}

.icon-wcf-wcf-wcf-dribbble:before {
  content: "\e940";
}

.icon-wcf-youtube:before {
  content: "\e901";
}

.icon-wcf-xing:before {
  content: "\e902";
}

.icon-wcf-wordpress:before {
  content: "\e903";
}

.icon-wcf-whatsup:before {
  content: "\e904";
}

.icon-wcf-video:before {
  content: "\e905";
}

.icon-wcf-user-group:before {
  content: "\e906";
}

.icon-wcf-user:before {
  content: "\e907";
}

.icon-wcf-twitter-sq:before {
  content: "\e908";
}

.icon-wcf-twitter:before {
  content: "\e909";
}

.icon-wcf-tumblr:before {
  content: "\e90a";
}

.icon-wcf-tags:before {
  content: "\e90b";
}

.icon-wcf-sticky:before {
  content: "\e90c";
}

.icon-wcf-share:before {
  content: "\e90d";
}

.icon-wcf-wcf-search:before {
  content: "\e90e";
}

.icon-wcf-reply:before {
  content: "\e90f";
}

.icon-wcf-wcf-quote:before {
  content: "\e910";
}

.icon-wcf-wcf-plus:before {
  content: "\e911";
}

.icon-wcf-play-fill:before {
  content: "\e912";
}

.icon-wcf-pinterest:before {
  content: "\e913";
}

.icon-wcf-minus:before {
  content: "\e914";
}

.icon-wcf-mail:before {
  content: "\e915";
}

.icon-wcf-wcf-phone:before {
  content: "\e916";
}

.icon-wcf-phone-fill:before {
  content: "\e917";
}

.icon-wcf-love-fill:before {
  content: "\e918";
}

.icon-wcf-love:before {
  content: "\e919";
}

.icon-wcf-wcf-location:before {
  content: "\e91a";
}

.icon-wcf-linkdin-fill:before {
  content: "\e91b";
}

.icon-wcf-linkdin:before {
  content: "\e91c";
}

.icon-wcf-instragram:before {
  content: "\e91d";
}

.icon-wcf-hash:before {
  content: "\e91e";
}

.icon-wcf-facebook:before {
  content: "\e91f";
}

.icon-wcf-facebook-fill:before {
  content: "\e920";
}

.icon-wcf-facebook-messenger:before {
  content: "\e921";
}

.icon-wcf-envelop:before {
  content: "\e922";
}

.icon-wcf-envelop-fill:before {
  content: "\e923";
}

.icon-wcf-eye:before {
  content: "\e924";
}

.icon-wcf-digg:before {
  content: "\e925";
}

.icon-wcf-delicious:before {
  content: "\e926";
}

.icon-wcf-calender:before {
  content: "\e927";
}

.icon-wcf-checvron-right:before {
  content: "\e928";
}

.icon-wcf-chevron-down:before {
  content: "\e929";
}

.icon-wcf-chevron-left:before {
  content: "\e92a";
}

.icon-wcf-chevron-up:before {
  content: "\e92b";
}

.icon-wcf-clock:before {
  content: "\e92c";
}

.icon-wcf-wcf-close:before {
  content: "\e92d";
}

.icon-wcf-close-circle:before {
  content: "\e92e";
}

.icon-wcf-comment:before {
  content: "\e92f";
}

.icon-wcf-comment-fill:before {
  content: "\e930";
}

.icon-wcf-comment-sq:before {
  content: "\e931";
}

.icon-wcf-archive:before {
  content: "\e932";
}

.icon-wcf-archive-fill:before {
  content: "\e933";
}

.icon-wcf-arrow-down-1:before {
  content: "\e934";
}

.icon-wcf-arrow-left:before {
  content: "\e935";
}

.icon-wcf-arrow-right-1:before {
  content: "\e936";
}

.icon-wcf-arrow-up-1:before {
  content: "\e937";
}

.icon-wcf-at:before {
  content: "\e938";
}

.icon-wcf-bar:before {
  content: "\e939";
}

.icon-wcf-behance:before {
  content: "\e93a";
}

.icon-wcf-blogger:before {
  content: "\e93b";
}

.icon-wcf-angle-up:before {
  content: "\e93c";
}

.icon-wcf-angle-right:before {
  content: "\e93d";
}

.icon-wcf-angle-left:before {
  content: "\e93e";
}

.icon-wcf-angle-down:before {
  content: "\e93f";
}

.icon-wcf-wcf-menu:before {
  content: "\e900";
}

.icon-wcf-volume-medium:before {
  content: "\ea27";
}

.icon-wcf-arrow-up-right2:before {
  content: "\ea3b";
}

.icon-wcf-arrow-down-left2:before {
  content: "\ea3f";
}

.icon-wcf-circle-right:before {
  content: "\ea42";
}

.icon-wcf-circle-left:before {
  content: "\ea44";
}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}/*! pro-elements - v3.33.0 - 11-11-2025 */
.site-main .menu-navigation-container{overflow:visible}.elementor-item:after,.elementor-item:before{display:block;position:absolute;transition:.3s;transition-timing-function:cubic-bezier(.58,.3,.005,1)}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{transform:scale(1)}.e--pointer-double-line .elementor-item:after,.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:after,.e--pointer-overline .elementor-item:before,.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before{background-color:#3f444b;height:3px;left:0;width:100%;z-index:2}.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{height:0;left:50%;width:0}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:10px}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:-10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:-10px}.e--pointer-double-line.e--animation-none,.e--pointer-double-line.e--animation-none .elementor-item,.e--pointer-double-line.e--animation-none .elementor-item:after,.e--pointer-double-line.e--animation-none .elementor-item:before,.e--pointer-double-line.e--animation-none .elementor-item:focus,.e--pointer-double-line.e--animation-none .elementor-item:hover,.e--pointer-double-line.e--animation-none:after,.e--pointer-double-line.e--animation-none:before,.e--pointer-double-line.e--animation-none:focus,.e--pointer-double-line.e--animation-none:hover,.e--pointer-overline.e--animation-none,.e--pointer-overline.e--animation-none .elementor-item,.e--pointer-overline.e--animation-none .elementor-item:after,.e--pointer-overline.e--animation-none .elementor-item:before,.e--pointer-overline.e--animation-none .elementor-item:focus,.e--pointer-overline.e--animation-none .elementor-item:hover,.e--pointer-overline.e--animation-none:after,.e--pointer-overline.e--animation-none:before,.e--pointer-overline.e--animation-none:focus,.e--pointer-overline.e--animation-none:hover,.e--pointer-underline.e--animation-none,.e--pointer-underline.e--animation-none .elementor-item,.e--pointer-underline.e--animation-none .elementor-item:after,.e--pointer-underline.e--animation-none .elementor-item:before,.e--pointer-underline.e--animation-none .elementor-item:focus,.e--pointer-underline.e--animation-none .elementor-item:hover,.e--pointer-underline.e--animation-none:after,.e--pointer-underline.e--animation-none:before,.e--pointer-underline.e--animation-none:focus,.e--pointer-underline.e--animation-none:hover{transition-duration:0s}.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:before{content:"";top:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:-20px;width:10px}.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after{bottom:0;content:""}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{inset-inline-start:100%;width:10px}.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before{background:transparent;border:3px solid #3f444b;bottom:0;left:0;right:0;top:0}.e--pointer-framed .elementor-item:before{content:""}.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(.75)}.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.25)}.e--pointer-framed.e--animation-grow .elementor-item:before,.e--pointer-framed.e--animation-shrink .elementor-item:before{transition:opacity .2s,transform .4s}.e--pointer-framed.e--animation-draw .elementor-item:after,.e--pointer-framed.e--animation-draw .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-draw .elementor-item:before{border-block-end-width:3px;border-block-start-width:0;border-inline-end-width:0;border-inline-start-width:3px;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.e--pointer-framed.e--animation-draw .elementor-item:after{border-block-end-width:0;border-block-start-width:3px;border-inline-end-width:3px;border-inline-start-width:0;content:"";inset-block-end:0;inset-block-start:auto;inset-inline-end:0;inset-inline-start:auto;transition:width .1s,height .1s .1s,opacity .02s .18s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{height:100%;width:100%}.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{transition:opacity .02s,height .1s,width .1s .1s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:after{transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.e--pointer-framed.e--animation-corners .elementor-item:after,.e--pointer-framed.e--animation-corners .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-corners .elementor-item:before{border-block-end-width:0;border-block-start-width:3px;border-inline-end-width:0;border-inline-start-width:3px}.e--pointer-framed.e--animation-corners .elementor-item:after{border-block-end-width:3px;border-block-start-width:0;border-inline-end-width:3px;border-inline-start-width:0;content:"";inset-block-end:0;inset-block-start:auto;inset-inline-end:0;inset-inline-start:auto}.e--pointer-framed.e--animation-corners .elementor-item-active:after,.e--pointer-framed.e--animation-corners .elementor-item-active:before,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,.e--pointer-framed.e--animation-corners .elementor-item:focus:after,.e--pointer-framed.e--animation-corners .elementor-item:focus:before,.e--pointer-framed.e--animation-corners .elementor-item:hover:after,.e--pointer-framed.e--animation-corners .elementor-item:hover:before{height:100%;transition:opacity 2ms,width .4s,height .4s;width:100%}.e--pointer-framed.e--animation-none,.e--pointer-framed.e--animation-none .elementor-item,.e--pointer-framed.e--animation-none .elementor-item:after,.e--pointer-framed.e--animation-none .elementor-item:before,.e--pointer-framed.e--animation-none .elementor-item:focus,.e--pointer-framed.e--animation-none .elementor-item:hover,.e--pointer-framed.e--animation-none:after,.e--pointer-framed.e--animation-none:before,.e--pointer-framed.e--animation-none:focus,.e--pointer-framed.e--animation-none:hover{transition-duration:0s}.e--pointer-background .elementor-item:after,.e--pointer-background .elementor-item:before{content:"";transition:.3s}.e--pointer-background .elementor-item:before{background:#3f444b;inset:0;z-index:-1}.e--pointer-background .elementor-item-active,.e--pointer-background .elementor-item.highlighted,.e--pointer-background .elementor-item:focus,.e--pointer-background .elementor-item:hover{color:#fff}.e--pointer-background.e--animation-grow .elementor-item:before{transform:scale(.5)}.e--pointer-background.e--animation-grow .elementor-item-active:before,.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,.e--pointer-background.e--animation-grow .elementor-item:focus:before,.e--pointer-background.e--animation-grow .elementor-item:hover:before{opacity:1;transform:scale(1)}.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.2);transition:.3s}.e--pointer-background.e--animation-shrink .elementor-item-active:before,.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,.e--pointer-background.e--animation-shrink .elementor-item:focus:before,.e--pointer-background.e--animation-shrink .elementor-item:hover:before{transition:opacity .15s,transform .4s}.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:100%}.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:100%}.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:100%}.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:100%}.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:50%;top:50%}.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:50%;right:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{background:#3f444b;inset:0;z-index:-1}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before{bottom:100%;top:0}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{bottom:0;top:100%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before{bottom:50%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after{top:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before{left:100%;right:0}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after{left:0;right:100%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before{left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after{right:50%}.e--pointer-background.e--animation-none,.e--pointer-background.e--animation-none .elementor-item,.e--pointer-background.e--animation-none .elementor-item:after,.e--pointer-background.e--animation-none .elementor-item:before,.e--pointer-background.e--animation-none .elementor-item:focus,.e--pointer-background.e--animation-none .elementor-item:hover,.e--pointer-background.e--animation-none:after,.e--pointer-background.e--animation-none:before,.e--pointer-background.e--animation-none:focus,.e--pointer-background.e--animation-none:hover{transition-duration:0s}.e--pointer-text.e--animation-skew .elementor-item:focus,.e--pointer-text.e--animation-skew .elementor-item:hover{transform:skew(-8deg)}.e--pointer-text.e--animation-grow .elementor-item:focus,.e--pointer-text.e--animation-grow .elementor-item:hover{transform:scale(1.2)}.e--pointer-text.e--animation-shrink .elementor-item:focus,.e--pointer-text.e--animation-shrink .elementor-item:hover{transform:scale(.8)}.e--pointer-text.e--animation-float .elementor-item:focus,.e--pointer-text.e--animation-float .elementor-item:hover{transform:translateY(-8px)}.e--pointer-text.e--animation-sink .elementor-item:focus,.e--pointer-text.e--animation-sink .elementor-item:hover{transform:translateY(8px)}.e--pointer-text.e--animation-rotate .elementor-item:focus,.e--pointer-text.e--animation-rotate .elementor-item:hover{transform:rotate(6deg)}.e--pointer-text.e--animation-none,.e--pointer-text.e--animation-none .elementor-item,.e--pointer-text.e--animation-none .elementor-item:after,.e--pointer-text.e--animation-none .elementor-item:before,.e--pointer-text.e--animation-none .elementor-item:focus,.e--pointer-text.e--animation-none .elementor-item:hover,.e--pointer-text.e--animation-none:after,.e--pointer-text.e--animation-none:before,.e--pointer-text.e--animation-none:focus,.e--pointer-text.e--animation-none:hover{transition-duration:0s}.elementor-nav-menu--main .elementor-nav-menu a{transition:.4s}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 20px}.elementor-nav-menu--main .elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu--main .elementor-nav-menu a.disabled{background:#3f444b;color:#88909b}.elementor-nav-menu--main .elementor-nav-menu ul{border-style:solid;border-width:0;padding:0;position:absolute;width:12em}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{background:#fff;display:none;height:20px;overflow:hidden;position:absolute;visibility:hidden}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{border:8px dashed transparent;border-bottom:8px solid #33373d;height:0;inset-block-start:-2px;inset-inline-start:50%;margin-inline-start:-8px;overflow:hidden;position:absolute;width:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{border-color:#33373d transparent transparent;border-style:solid dashed dashed;top:6px}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{transform:rotate(calc(-90deg * var(--direction-multiplier, 1)))}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg{fill:currentColor;height:1em;width:1em}.elementor-nav-menu--layout-horizontal{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu{display:flex;flex-wrap:wrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{flex-grow:1;white-space:nowrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down{top:100%!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a{margin-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{inset-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a{margin-inline-end:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after{align-self:center;border-color:var(--e-nav-menu-divider-color,#000);border-left-style:var(--e-nav-menu-divider-style,solid);border-left-width:var(--e-nav-menu-divider-width,2px);content:var(--e-nav-menu-divider-content,none);height:var(--e-nav-menu-divider-height,35%)}.elementor-nav-menu__align-right .elementor-nav-menu{justify-content:flex-end;margin-left:auto}.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-left .elementor-nav-menu{justify-content:flex-start;margin-right:auto}.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-start .elementor-nav-menu{justify-content:flex-start;margin-inline-end:auto}.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-end .elementor-nav-menu{justify-content:flex-end;margin-inline-start:auto}.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-center .elementor-nav-menu{justify-content:center;margin-inline-end:auto;margin-inline-start:auto}.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:center}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu{width:100%}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{flex-grow:1}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a{justify-content:center}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none}.elementor-widget-nav-menu .elementor-widget-container,.elementor-widget-nav-menu:not(:has(.elementor-widget-container)):not([class*=elementor-hidden-]){display:flex;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{clear:both;content:" ";display:block;font:0/0 serif;height:0;overflow:hidden;visibility:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;line-height:normal;list-style:none;margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elementor-nav-menu ul{display:none}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent}.elementor-nav-menu a,.elementor-nav-menu li{position:relative}.elementor-nav-menu li{border-width:0}.elementor-nav-menu a{align-items:center;display:flex}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{line-height:20px;padding:10px 20px}.elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu a.disabled{color:#88909b;cursor:not-allowed}.elementor-nav-menu .e-plus-icon:before{content:"+"}.elementor-nav-menu .sub-arrow{align-items:center;display:flex;line-height:1;margin-block-end:-10px;margin-block-start:-10px;padding:10px;padding-inline-end:0}.elementor-nav-menu .sub-arrow i{pointer-events:none}.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,.elementor-nav-menu .sub-arrow .fas.fa-chevron-down{font-size:.7em}.elementor-nav-menu .sub-arrow .e-font-icon-svg{height:1em;width:1em}.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down{height:.7em;width:.7em}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover{background-color:#3f444b;color:#fff}.elementor-menu-toggle{align-items:center;background-color:rgba(0,0,0,.05);border:0 solid;border-radius:3px;color:#33373d;cursor:pointer;display:flex;font-size:var(--nav-menu-icon-size,22px);justify-content:center;padding:.25em}.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close{display:none}.elementor-menu-toggle .e-font-icon-svg{fill:#33373d;height:1em;width:1em}.elementor-menu-toggle svg{height:auto;width:1em;fill:var(--nav-menu-icon-color,currentColor)}span.elementor-menu-toggle__icon--close,span.elementor-menu-toggle__icon--open{line-height:1}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px}.elementor-nav-menu--dropdown-none .elementor-menu-toggle,.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;overflow-x:hidden;overflow-y:auto;transform-origin:top;transition:max-height .3s,transform .3s}.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{font-size:.85em}.elementor-nav-menu--dropdown a{color:#33373d}.elementor-nav-menu--dropdown a.current{background:#1f2124;color:#fff}.elementor-nav-menu--dropdown a.disabled{color:#b3b3b3}ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover{border-inline-start:8px solid transparent;text-shadow:none}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{justify-content:center}.elementor-nav-menu--toggle{--menu-height:100vh}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{max-height:0;overflow:hidden;transform:scaleY(0)}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{animation:hide-scroll .3s backwards;max-height:var(--menu-height);transform:scaleY(1)}.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{position:absolute;z-index:9997}@media (max-width:767px){.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main{display:none}}@media (min-width:768px){.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:1024px){.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{display:none}}@media (min-width:1025px){.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@keyframes hide-scroll{0%,to{overflow:hidden}}.elementor-sticky--active{z-index:99}.elementor-sticky__spacer .e-n-menu .e-n-menu-content{display:none}.e-con.elementor-sticky--active{z-index:var(--z-index,99)}.elementor-kit-36{--e-global-color-primary:#110B11;--e-global-color-secondary:#F3F3F3;--e-global-color-text:#393B51;--e-global-color-accent:#D2FF28;--e-global-color-91fcf9f:#09B9BB;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:27px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:27px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:27px;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:21px;font-family:"Poppins",Sans-serif;font-size:16px;font-weight:400;line-height:27px}.elementor-kit-36 e-page-transition{background-color:#FFBC7D}.elementor-kit-36 h1{font-family:"Urbanist",Sans-serif;font-size:68px;font-weight:600;line-height:82px}.elementor-kit-36 h2{font-family:"Urbanist",Sans-serif;font-size:44px;font-weight:600;line-height:53px}.elementor-kit-36 h3{font-family:"Urbanist",Sans-serif;font-size:30px;font-weight:600;line-height:36px}.elementor-kit-36 h4{font-family:"Urbanist",Sans-serif;font-size:26px;font-weight:600;line-height:31px}.elementor-kit-36 button,.elementor-kit-36 input[type="button"],.elementor-kit-36 input[type="submit"],.elementor-kit-36 .elementor-button{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-size:var(--e-global-typography-accent-font-size);font-weight:var(--e-global-typography-accent-font-weight);line-height:var(--e-global-typography-accent-line-height);color:var(--e-global-color-primary);border-radius:50px 50px 50px 50px;padding:16px 30px 16px 30px}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.e-con{--container-max-width:1140px}.elementor-widget:not(:last-child){--kit-widget-spacing:20px}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px}{}h1.entry-title{display:var(--page-title-display)}@media(max-width:1024px){.elementor-kit-36 button,.elementor-kit-36 input[type="button"],.elementor-kit-36 input[type="submit"],.elementor-kit-36 .elementor-button{font-size:var(--e-global-typography-accent-font-size);line-height:var(--e-global-typography-accent-line-height)}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1024px}.e-con{--container-max-width:1024px}}@media(max-width:767px){.elementor-kit-36 button,.elementor-kit-36 input[type="button"],.elementor-kit-36 input[type="submit"],.elementor-kit-36 .elementor-button{font-size:var(--e-global-typography-accent-font-size);line-height:var(--e-global-typography-accent-line-height)}.elementor-section.elementor-section-boxed>.elementor-container{max-width:767px}.e-con{--container-max-width:767px}}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}.elementor-widget-video .elementor-widget-container,.elementor-widget-video:not(:has(.elementor-widget-container)){overflow:hidden;transform:translateZ(0)}.elementor-widget-video .elementor-wrapper{aspect-ratio:var(--video-aspect-ratio)}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{background-color:#000;border:none;display:flex;height:100%;width:100%}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{background-position:50%;background-size:cover;inset:0;position:absolute}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{aspect-ratio:var(--video-aspect-ratio);display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;width:100%}.elementor-widget-video .e-hosted-video .elementor-video{-o-object-fit:cover;object-fit:cover}.e-con-inner>.elementor-widget-video,.e-con>.elementor-widget-video{width:var(--container-widget-width);--flex-grow:var( --container-widget-flex-grow )}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}.elementor-motion-effects-element,.elementor-motion-effects-layer{transition-duration:1s;transition-property:transform,opacity;transition-timing-function:cubic-bezier(0,.33,.07,1.03)}@media (prefers-reduced-motion:reduce){.elementor-motion-effects-element,.elementor-motion-effects-layer{transition-duration:0s!important}}.elementor-motion-effects-container{height:100%;left:0;overflow:hidden;position:absolute;top:0;transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x);width:100%}.elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0}.elementor-motion-effects-perspective{perspective:1200px}.elementor-motion-effects-element{transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

 @font-face{font-display:swap;font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0}.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none}.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{color:hsla(0,0%,93%,.9);cursor:pointer;display:inline-flex;font-size:25px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93%,.9);height:1em;width:1em}.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px}.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px}.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px}.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-progressbar{height:4px;left:0;top:0;width:100%}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0}/*! pro-elements - v3.33.0 - 11-11-2025 */
.elementor-widget-n-carousel{--e-n-carousel-slides-to-show:3;--e-n-carousel-swiper-slides-gap:10px;--e-n-carousel-swiper-slides-to-display:3;--e-n-carousel-swiper-pagination-size:0;--e-n-carousel-swiper-pagination-spacing:10px;--e-n-carousel-swiper-offset-size:0;height:-moz-fit-content;height:fit-content;--e-n-carousel-arrow-prev-top-align:50%;--e-n-carousel-arrow-prev-top-position:0px;--e-n-carousel-arrow-prev-caption-spacing:15px;--e-n-carousel-arrow-next-top-align:50%;--e-n-carousel-arrow-next-top-position:0px;--e-n-carousel-arrow-next-caption-spacing:15px;--e-n-carousel-arrow-prev-left-align:0px;--e-n-carousel-arrow-prev-left-position:0px;--e-n-carousel-arrow-next-right-align:0px;--e-n-carousel-arrow-next-right-position:0px;--e-n-carousel-arrow-next-translate-x:0px;--e-n-carousel-arrow-next-translate-y:0px;--e-n-carousel-arrow-prev-translate-x:0px;--e-n-carousel-arrow-prev-translate-y:0px;--e-n-carousel-swiper-padding-bottom:calc(var(--e-n-carousel-swiper-pagination-size) + var(--e-n-carousel-swiper-pagination-spacing));--e-n-carousel-dots-vertical-position:100%;--e-n-carousel-dots-vertical-offset:0px;--e-n-carousel-dots-horizontal-position:50%;--e-n-carousel-dots-horizontal-offset:0px;--e-n-carousel-dots-horizontal-transform:-50%;--e-n-carousel-dots-vertical-transform:-100%;--e-n-carousel-fraction-vertical-position:100%;--e-n-carousel-fraction-vertical-offset:0px;--e-n-carousel-fraction-horizontal-position:50%;--e-n-carousel-fraction-horizontal-offset:0px;--e-n-carousel-fraction-horizontal-transform:-50%;--e-n-carousel-fraction-vertical-transform:-100%}.elementor-widget-n-carousel .e-n-carousel{display:flex;min-width:0}.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide-active.elementor-edit-area-active{overflow:initial}.elementor-widget-n-carousel .e-n-carousel.offset-left{padding-inline-start:var(--e-n-carousel-swiper-offset-size,0)}.elementor-widget-n-carousel .e-n-carousel.offset-both,.elementor-widget-n-carousel .e-n-carousel.offset-right{padding-inline-end:var(--e-n-carousel-swiper-offset-size,0)}.elementor-widget-n-carousel .e-n-carousel.offset-both{padding-inline-start:var(--e-n-carousel-swiper-offset-size,0)}.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper .swiper-slide a.e-con{display:var(--display)}.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide{flex-shrink:0;height:var(--e-n-carousel-slide-height,initial)}.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide>.e-con{height:var(--e-n-carousel-slide-container-height,initial);max-width:calc(100% - var(--margin-inline-start, var(--margin-left)) - var(--margin-inline-end, var(--margin-right)))}.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next,.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev{border-style:var(--e-n-carousel-arrow-normal-border-type);color:var(--e-n-carousel-arrow-normal-color,hsla(0,0%,93%,.9));font-size:var(--e-n-carousel-arrow-size,25px);transition-duration:.25s;z-index:2}.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg,.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg{fill:var(--e-n-carousel-arrow-normal-color,hsla(0,0%,93%,.9))}.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover,.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover{border-style:var(--e-n-carousel-arrow-hover-border-type);color:var(--e-n-carousel-arrow-hover-color,hsla(0,0%,93%,.9))}.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover svg,.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover svg{fill:var(--e-n-carousel-arrow-hover-color,hsla(0,0%,93%,.9))}.elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next{right:calc(var(--e-n-carousel-arrow-next-right-align) + var(--e-n-carousel-arrow-next-right-position));top:calc(var(--e-n-carousel-arrow-next-top-align) + var(--e-n-carousel-arrow-next-top-position) - var(--e-n-carousel-arrow-next-caption-spacing));transform:translate(var(--e-n-carousel-arrow-next-translate-x),var(--e-n-carousel-arrow-next-translate-y))}.elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev{left:calc(var(--e-n-carousel-arrow-prev-left-align) + var(--e-n-carousel-arrow-prev-left-position));top:calc(var(--e-n-carousel-arrow-prev-top-align) + var(--e-n-carousel-arrow-prev-top-position) - var(--e-n-carousel-arrow-prev-caption-spacing));transform:translate(var(--e-n-carousel-arrow-prev-translate-x),var(--e-n-carousel-arrow-prev-translate-y))}.elementor-widget-n-carousel.elementor-pagination-type-bullets{--e-n-carousel-swiper-pagination-size:6px}.elementor-widget-n-carousel.elementor-pagination-type-fraction{--e-n-carousel-swiper-pagination-size:16px}.elementor-widget-n-carousel.elementor-pagination-type-progressbar{--e-n-carousel-swiper-pagination-size:4px}.elementor-widget-n-carousel .swiper-pagination-progressbar{height:var(--e-n-carousel-swiper-pagination-size)}.elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--e-n-carousel-progressbar-normal-color,#000)}.elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:hover{background:var(--e-n-carousel-progressbar-hover-color,#000)}.elementor-widget-n-carousel .swiper-pagination-fraction{color:var(--e-n-carousel-fraction-color,#000)}.elementor-widget-n-carousel .swiper-pagination-bullet{background:var(--e-n-carousel-dots-normal-color,#000);height:var(--e-n-carousel-swiper-pagination-size);width:var(--e-n-carousel-swiper-pagination-size)}.elementor-widget-n-carousel .swiper-pagination-bullet:hover{background:var(--e-n-carousel-dots-hover-color,#000);opacity:1}.elementor-widget-n-carousel .swiper-horizontal>.swiper-pagination-bullets,.elementor-widget-n-carousel .swiper-pagination,.elementor-widget-n-carousel .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-widget-n-carousel .swiper-pagination-custom,.elementor-widget-n-carousel .swiper-pagination-fraction{font-size:var(--e-n-carousel-swiper-pagination-size);line-height:var(--e-n-carousel-swiper-pagination-size)}.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper,.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper-container,.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper,.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container{padding-bottom:var(--e-n-carousel-swiper-padding-bottom)}.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper .elementor-background-slideshow,.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper-container .elementor-background-slideshow,.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper .elementor-background-slideshow,.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container .elementor-background-slideshow{padding-bottom:0}.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container)) .swiper-pagination-bullet,.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container .swiper-pagination-bullet{vertical-align:top}.elementor-widget-n-carousel .swiper-pagination-bullets{height:-moz-max-content;height:max-content;inset-inline-start:calc(var(--e-n-carousel-dots-horizontal-position) + var(--e-n-carousel-dots-horizontal-offset));top:calc(var(--e-n-carousel-dots-vertical-position) + var(--e-n-carousel-dots-vertical-offset));transform:translate(calc(var(--e-n-carousel-dots-horizontal-transform) * var(--direction-multiplier, 1)),var(--e-n-carousel-dots-vertical-transform));width:-moz-max-content;width:max-content;z-index:3}.elementor-widget-n-carousel .swiper-pagination-fraction{height:-moz-max-content;height:max-content;inset-inline-start:calc(var(--e-n-carousel-fraction-horizontal-position) + var(--e-n-carousel-fraction-horizontal-offset));top:calc(var(--e-n-carousel-fraction-vertical-position) + var(--e-n-carousel-fraction-vertical-offset));transform:translate(calc(var(--e-n-carousel-fraction-horizontal-transform) * var(--direction-multiplier, 1)),var(--e-n-carousel-fraction-vertical-transform));width:-moz-max-content;width:max-content;z-index:3}.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper,.swiper:not(.swiper-initialized)>.swiper-wrapper{gap:var(--e-n-carousel-swiper-slides-gap);overflow:hidden}.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper>.swiper--slide,.swiper:not(.swiper-initialized)>.swiper-wrapper>.swiper--slide{--e-n-carousel-number-of-gaps:max(calc(var(--e-n-carousel-swiper-slides-to-display) - 1),0);--e-n-carousel-gaps-width-total:calc(var(--e-n-carousel-number-of-gaps) * var(--e-n-carousel-swiper-slides-gap));max-width:calc((100% - var(--e-n-carousel-gaps-width-total)) / var(--e-n-carousel-swiper-slides-to-display, 1))}[data-core-v316-plus=true] .elementor-widget-n-carousel .e-n-carousel .swiper-slide>.e-con{--padding-top:initial;--padding-right:initial;--padding-bottom:initial;--padding-left:initial}.elementor-2268 .elementor-element.elementor-element-6330dd2:not(.elementor-motion-effects-element-type-background),.elementor-2268 .elementor-element.elementor-element-6330dd2>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#060810}.elementor-2268 .elementor-element.elementor-element-6330dd2{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;padding:40px 20px 80px 20px}.elementor-2268 .elementor-element.elementor-element-6330dd2>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-2268 .elementor-element.elementor-element-c97f450.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-2268 .elementor-element.elementor-element-c97f450>.elementor-element-populated{margin:150px 0 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-widget-heading .elementor-heading-title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-size:var(--e-global-typography-primary-font-size);font-weight:var(--e-global-typography-primary-font-weight);line-height:var(--e-global-typography-primary-line-height);color:var(--e-global-color-primary)}.elementor-2268 .elementor-element.elementor-element-73bc8a87{width:auto;max-width:auto;background-color:#09B9BB24;margin:0 0 calc(var(--kit-widget-spacing, 0px) + 30px) 0;padding:10px 15px 10px 15px;border-style:solid;border-width:1px 1px 1px 1px;border-color:var(--e-global-color-91fcf9f);border-radius:32px 32px 32px 32px;text-align:center}.elementor-2268 .elementor-element.elementor-element-73bc8a87 .elementor-heading-title{font-family:"Urbanist",Sans-serif;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--e-global-color-91fcf9f)}.elementor-2268 .elementor-element.elementor-element-e511d65{text-align:center}.elementor-2268 .elementor-element.elementor-element-e511d65 .elementor-heading-title{font-family:"Urbanist",Sans-serif;font-size:56px;font-weight:600;line-height:67px;color:#F3F3F3}.elementor-widget-text-editor{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-size:var(--e-global-typography-text-font-size);font-weight:var(--e-global-typography-text-font-weight);line-height:var(--e-global-typography-text-line-height);color:var(--e-global-color-text)}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var(--e-global-color-primary)}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var(--e-global-color-primary);border-color:var(--e-global-color-primary)}.elementor-2268 .elementor-element.elementor-element-4665b69e{width:var(--container-widget-width,992px);max-width:992px;padding:30px 0 30px 0;--container-widget-width:992px;--container-widget-flex-grow:0;text-align:center;font-family:"Poppins",Sans-serif;font-size:16px;line-height:1.6em;color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-794c0d2{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px}.elementor-2268 .elementor-element.elementor-element-0579916{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px}.elementor-2268 .elementor-element.elementor-element-a5965f9{margin:0 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0;padding:0 0 0 0}.elementor-2268 .elementor-element.elementor-element-a5965f9 .elementor-heading-title{font-family:"Poppins",Sans-serif;font-size:14px;font-weight:400;text-transform:uppercase;line-height:27px;color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-e9c8f27{margin:0 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0;padding:0 0 0 0}.elementor-2268 .elementor-element.elementor-element-e9c8f27 .elementor-heading-title{font-family:"Urbanist",Sans-serif;font-size:14px;font-weight:600;line-height:27px;color:var(--e-global-color-91fcf9f)}.elementor-2268 .elementor-element.elementor-element-aaa6999{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px}.elementor-2268 .elementor-element.elementor-element-6f873c9{margin:0 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0;padding:0 0 0 0}.elementor-2268 .elementor-element.elementor-element-6f873c9 .elementor-heading-title{font-family:"Poppins",Sans-serif;font-size:14px;font-weight:400;text-transform:uppercase;line-height:27px;color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-c9e36d8{margin:0 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0;padding:0 0 0 0}.elementor-2268 .elementor-element.elementor-element-c9e36d8 .elementor-heading-title{font-family:"Urbanist",Sans-serif;font-size:14px;font-weight:600;line-height:27px;color:var(--e-global-color-91fcf9f)}.elementor-2268 .elementor-element.elementor-element-8870448{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px}.elementor-2268 .elementor-element.elementor-element-d422fab{margin:0 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0;padding:0 0 0 0}.elementor-2268 .elementor-element.elementor-element-d422fab .elementor-heading-title{font-family:"Poppins",Sans-serif;font-size:14px;font-weight:400;text-transform:uppercase;line-height:27px;color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-f31bf15{margin:0 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0;padding:0 0 0 0}.elementor-2268 .elementor-element.elementor-element-f31bf15 .elementor-heading-title{font-family:"Urbanist",Sans-serif;font-size:14px;font-weight:600;line-height:27px;color:var(--e-global-color-91fcf9f)}.elementor-2268 .elementor-element.elementor-element-bb5e524{--display:flex;--border-radius:32px 32px 32px 32px;box-shadow:0 0 10px 0 #09B9BB;--margin-top:5rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-2268 .elementor-element.elementor-element-58983e4{margin:0rem 0rem calc(var(--kit-widget-spacing, 0px) + 0rem) 0rem;border-radius:32px 32px 32px 32px}.elementor-2268 .elementor-element.elementor-element-58983e4 .elementor-wrapper{--video-aspect-ratio:1.77777}.elementor-widget-button .elementor-button{background-color:var(--e-global-color-accent);font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-size:var(--e-global-typography-accent-font-size);font-weight:var(--e-global-typography-accent-font-weight);line-height:var(--e-global-typography-accent-line-height)}.elementor-2268 .elementor-element.elementor-element-78f4373 .elementor-button{background-color:var(--e-global-color-91fcf9f);font-size:16px;font-weight:600;box-shadow:0 5px 10px 0 rgb(0 217 255 / .5);border-radius:32px 32px 32px 32px}.elementor-2268 .elementor-element.elementor-element-78f4373{margin:40px 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0}.elementor-2268 .elementor-element.elementor-element-534b8a5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px}.elementor-2268 .elementor-element.elementor-element-534b8a5:not(.elementor-motion-effects-element-type-background),.elementor-2268 .elementor-element.elementor-element-534b8a5>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#060810}.elementor-2268 .elementor-element.elementor-element-c151f6f{--display:flex}.elementor-2268 .elementor-element.elementor-element-212ae5d{text-align:center}.elementor-2268 .elementor-element.elementor-element-212ae5d .elementor-heading-title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#09B9BB}.elementor-2268 .elementor-element.elementor-element-7b001be{text-align:center}.elementor-2268 .elementor-element.elementor-element-7b001be .elementor-heading-title{font-family:"Urbanist",Sans-serif;font-size:40px;font-weight:600;line-height:52px;color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-03fd81a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:0px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px}.elementor-2268 .elementor-element.elementor-element-d4f4e23{--display:flex;--justify-content:space-between;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% )}.elementor-2268 .elementor-element.elementor-element-04e75b6{color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-1963627{--display:flex}.elementor-2268 .elementor-element.elementor-element-34a5044{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px}.elementor-2268 .elementor-element.elementor-element-34a5044:not(.elementor-motion-effects-element-type-background),.elementor-2268 .elementor-element.elementor-element-34a5044>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#060810}.elementor-2268 .elementor-element.elementor-element-3cf30f2{text-align:center}.elementor-2268 .elementor-element.elementor-element-3cf30f2 .elementor-heading-title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#09B9BB}.elementor-2268 .elementor-element.elementor-element-b247b60{text-align:center}.elementor-2268 .elementor-element.elementor-element-b247b60 .elementor-heading-title{font-family:"Urbanist",Sans-serif;font-size:40px;font-weight:600;line-height:52px;color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-cd62dc1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap}.elementor-2268 .elementor-element.elementor-element-cd62dc1.e-con{--align-self:center}.elementor-2268 .elementor-element.elementor-element-cb74ada{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-2268 .elementor-element.elementor-element-cb74ada:hover{border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:var(--e-global-color-91fcf9f);--border-color:var( --e-global-color-91fcf9f );--border-radius:32px 32px 32px 32px;--border-top-left-radius:32px;--border-top-right-radius:32px;--border-bottom-right-radius:32px;--border-bottom-left-radius:32px}.elementor-2268 .elementor-element.elementor-element-cb74ada,.elementor-2268 .elementor-element.elementor-element-cb74ada::before{--border-transition:0.3s}.elementor-2268 .elementor-element.elementor-element-f801ed2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-2268 .elementor-element.elementor-element-f801ed2:hover{border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:var(--e-global-color-91fcf9f);--border-color:var( --e-global-color-91fcf9f );--border-radius:32px 32px 32px 32px;--border-top-left-radius:32px;--border-top-right-radius:32px;--border-bottom-right-radius:32px;--border-bottom-left-radius:32px}.elementor-2268 .elementor-element.elementor-element-f801ed2,.elementor-2268 .elementor-element.elementor-element-f801ed2::before{--border-transition:0.3s}.elementor-2268 .elementor-element.elementor-element-3c295c3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-2268 .elementor-element.elementor-element-3c295c3:hover{border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:var(--e-global-color-91fcf9f);--border-color:var( --e-global-color-91fcf9f );--border-radius:32px 32px 32px 32px;--border-top-left-radius:32px;--border-top-right-radius:32px;--border-bottom-right-radius:32px;--border-bottom-left-radius:32px}.elementor-2268 .elementor-element.elementor-element-3c295c3,.elementor-2268 .elementor-element.elementor-element-3c295c3::before{--border-transition:0.3s}.elementor-2268 .elementor-element.elementor-element-2b07c6d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px}.elementor-2268 .elementor-element.elementor-element-2b07c6d:not(.elementor-motion-effects-element-type-background),.elementor-2268 .elementor-element.elementor-element-2b07c6d>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#fff0;background-image:linear-gradient(135deg,#060810 0%,#0a1628 100%)}.elementor-2268 .elementor-element.elementor-element-aa41a86{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:3rem;--padding-bottom:3rem;--padding-left:3rem;--padding-right:3rem}.elementor-2268 .elementor-element.elementor-element-4930fec{--display:flex}.elementor-2268 .elementor-element.elementor-element-f866701{margin:0 0 calc(var(--kit-widget-spacing, 0px) + 50px) 0;text-align:center}.elementor-2268 .elementor-element.elementor-element-f866701 .elementor-heading-title{font-family:"Urbanist",Sans-serif;font-size:30px;font-weight:500;line-height:40px;color:#F3F3F3}.elementor-widget-image .widget-image-caption{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-size:var(--e-global-typography-text-font-size);font-weight:var(--e-global-typography-text-font-weight);line-height:var(--e-global-typography-text-line-height)}.elementor-2268 .elementor-element.elementor-element-473f6a4{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% )}.elementor-2268 .elementor-element.elementor-element-7f1001a{margin:0 0 calc(var(--kit-widget-spacing, 0px) + 50px) 0;text-align:center}.elementor-2268 .elementor-element.elementor-element-7f1001a .elementor-heading-title{font-family:"Urbanist",Sans-serif;font-size:30px;font-weight:500;line-height:40px;color:#F3F3F3}.elementor-2268 .elementor-element.elementor-element-2e18a6a{width:var(--container-widget-width,50%);max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0}.elementor-2268 .elementor-element.elementor-element-9f03eb8{width:var(--container-widget-width,50%);max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0}.elementor-2268 .elementor-element.elementor-element-e6f37fd{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% )}.elementor-2268 .elementor-element.elementor-element-7300c1b{--display:flex;--justify-content:center}.elementor-2268 .elementor-element.elementor-element-95d97c8{margin:0 0 calc(var(--kit-widget-spacing, 0px) + 50px) 0;text-align:center}.elementor-2268 .elementor-element.elementor-element-95d97c8 .elementor-heading-title{font-family:"Urbanist",Sans-serif;font-size:30px;font-weight:500;line-height:40px;color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-c96e998{--display:flex;--justify-content:center}.elementor-2268 .elementor-element.elementor-element-80dc6ac{margin:0 0 calc(var(--kit-widget-spacing, 0px) + 30px) 0;padding:3px 10px 3px 10px;text-align:left}.elementor-2268 .elementor-element.elementor-element-80dc6ac.elementor-element{--align-self:center}.elementor-2268 .elementor-element.elementor-element-80dc6ac .elementor-heading-title{font-family:"Urbanist",Sans-serif;font-size:18px;font-weight:300;line-height:40px;color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-b0f301c{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--flex-wrap:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-2268 .elementor-element.elementor-element-3797a1c{--display:flex;--min-height:100px;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:32px 32px 32px 32px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-2268 .elementor-element.elementor-element-3797a1c:not(.elementor-motion-effects-element-type-background),.elementor-2268 .elementor-element.elementor-element-3797a1c>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#000}.elementor-2268 .elementor-element.elementor-element-e361ad3{--display:flex;--min-height:100px;--border-radius:32px 32px 32px 32px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-2268 .elementor-element.elementor-element-e361ad3:not(.elementor-motion-effects-element-type-background),.elementor-2268 .elementor-element.elementor-element-e361ad3>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#202020}.elementor-2268 .elementor-element.elementor-element-dda7876{--display:flex;--min-height:100px;--border-radius:32px 32px 32px 32px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-2268 .elementor-element.elementor-element-dda7876:not(.elementor-motion-effects-element-type-background),.elementor-2268 .elementor-element.elementor-element-dda7876>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#FFF}.elementor-2268 .elementor-element.elementor-element-15eb58c{--display:flex;--min-height:100px;--border-radius:32px 32px 32px 32px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-2268 .elementor-element.elementor-element-15eb58c:not(.elementor-motion-effects-element-type-background),.elementor-2268 .elementor-element.elementor-element-15eb58c>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#C39F76}.elementor-2268 .elementor-element.elementor-element-15610b2{--display:flex}.elementor-2268 .elementor-element.elementor-element-bb6276a{margin:30px 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0;padding:3px 10px 3px 10px;text-align:left}.elementor-2268 .elementor-element.elementor-element-bb6276a.elementor-element{--align-self:center}.elementor-2268 .elementor-element.elementor-element-bb6276a .elementor-heading-title{font-family:"Urbanist",Sans-serif;font-size:18px;font-weight:300;line-height:40px;color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-3b1e432{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-2268 .elementor-element.elementor-element-b511b66{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:32px 32px 32px 32px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-2268 .elementor-element.elementor-element-e4f3516{font-family:"Poppins",Sans-serif;font-size:16px;font-weight:400;font-style:italic;line-height:27px;color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-2bbe41a{--e-n-carousel-swiper-slides-to-display:1;--e-n-carousel-swiper-slides-gap:10px;--e-n-carousel-slide-height:auto;--e-n-carousel-slide-container-height:100%;--e-n-carousel-arrow-prev-left-align:0%;--e-n-carousel-arrow-prev-translate-x:0px;--e-n-carousel-arrow-prev-left-position:0px;--e-n-carousel-arrow-prev-top-align:50%;--e-n-carousel-arrow-prev-translate-y:-50%;--e-n-carousel-arrow-prev-top-position:0px;--e-n-carousel-arrow-next-right-align:0%;--e-n-carousel-arrow-next-translate-x:0%;--e-n-carousel-arrow-next-right-position:0px;--e-n-carousel-arrow-next-top-align:50%;--e-n-carousel-arrow-next-translate-y:-50%;--e-n-carousel-arrow-next-top-position:0px;--e-n-carousel-arrow-normal-color:var( --e-global-color-91fcf9f );--e-n-carousel-fraction-color:var( --e-global-color-91fcf9f )}.elementor-2268 .elementor-element.elementor-element-2593db9{--display:flex;--margin-top:05rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem}.elementor-2268 .elementor-element.elementor-element-9f835b8{text-align:center}.elementor-2268 .elementor-element.elementor-element-9f835b8 .elementor-heading-title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#09B9BB}.elementor-2268 .elementor-element.elementor-element-156ed8b{text-align:center}.elementor-2268 .elementor-element.elementor-element-156ed8b .elementor-heading-title{font-family:"Urbanist",Sans-serif;font-size:40px;font-weight:600;line-height:52px;color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-9eabed5{text-align:center;color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-6cb7ce9{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px}.elementor-2268 .elementor-element.elementor-element-6cb7ce9.e-con{--align-self:center}.elementor-2268 .elementor-element.elementor-element-f614c20.elementor-element{--align-self:center}.elementor-2268 .elementor-element.elementor-element-f614c20{text-align:center;font-family:"Poppins",Sans-serif;font-size:16px;font-weight:400;line-height:27px;color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-6966d5e.elementor-element{--align-self:center}.elementor-2268 .elementor-element.elementor-element-6966d5e{text-align:center;font-family:"Poppins",Sans-serif;font-size:16px;font-weight:400;line-height:27px;color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-1a8f1d0.elementor-element{--align-self:center}.elementor-2268 .elementor-element.elementor-element-1a8f1d0{text-align:center;font-family:"Poppins",Sans-serif;font-size:16px;font-weight:400;line-height:27px;color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-46dc046.elementor-element{--align-self:center}.elementor-2268 .elementor-element.elementor-element-46dc046{text-align:center;font-family:"Poppins",Sans-serif;font-size:16px;font-weight:400;line-height:27px;color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-6ce2cdd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px}.elementor-2268 .elementor-element.elementor-element-6ce2cdd:not(.elementor-motion-effects-element-type-background),.elementor-2268 .elementor-element.elementor-element-6ce2cdd>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#fff0;background-image:linear-gradient(135deg,#060810 0%,#0a1628 100%)}.elementor-2268 .elementor-element.elementor-element-73b4397{text-align:center}.elementor-2268 .elementor-element.elementor-element-73b4397 .elementor-heading-title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#09B9BB}.elementor-2268 .elementor-element.elementor-element-0cec842{text-align:center}.elementor-2268 .elementor-element.elementor-element-0cec842 .elementor-heading-title{font-family:"Urbanist",Sans-serif;font-size:40px;font-weight:600;line-height:52px;color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-3d54268{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start;--border-radius:32px 32px 32px 32px;--margin-top:3rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--padding-top:4rem;--padding-bottom:4rem;--padding-left:4rem;--padding-right:4rem}.elementor-2268 .elementor-element.elementor-element-3d54268:not(.elementor-motion-effects-element-type-background),.elementor-2268 .elementor-element.elementor-element-3d54268>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#141824}.elementor-2268 .elementor-element.elementor-element-cebfb9f.elementor-element{--align-self:center}.elementor-2268 .elementor-element.elementor-element-cebfb9f{text-align:left;font-family:"Poppins",Sans-serif;font-size:16px;font-weight:300;font-style:italic;line-height:28px;color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-462a996.elementor-element{--align-self:flex-start}.elementor-2268 .elementor-element.elementor-element-462a996{text-align:left;font-family:"Poppins",Sans-serif;font-size:18px;font-weight:400;line-height:27px;color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-41e7cea{--display:flex;--min-height:70vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--padding-top:0rem;--padding-bottom:0rem;--padding-left:0rem;--padding-right:0rem}.elementor-2268 .elementor-element.elementor-element-41e7cea:not(.elementor-motion-effects-element-type-background),.elementor-2268 .elementor-element.elementor-element-41e7cea>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#0D0F17}.elementor-2268 .elementor-element.elementor-element-a2919fc{text-align:center}.elementor-2268 .elementor-element.elementor-element-a2919fc .elementor-heading-title{font-family:"Urbanist",Sans-serif;font-size:40px;font-weight:600;line-height:52px;color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-b213a2a{width:var(--container-widget-width,768px);max-width:768px;--container-widget-width:768px;--container-widget-flex-grow:0;text-align:center;font-family:"Poppins",Sans-serif;font-size:16px;font-weight:400;line-height:27px;color:var(--e-global-color-secondary)}.elementor-2268 .elementor-element.elementor-element-b213a2a.elementor-element{--align-self:center}.elementor-2268 .elementor-element.elementor-element-6e25bef{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center}.elementor-2268 .elementor-element.elementor-element-2fe19be .elementor-button{background-color:var(--e-global-color-91fcf9f);font-size:16px;font-weight:600;box-shadow:0 5px 10px 0 rgb(0 217 255 / .5);border-radius:32px 32px 32px 32px}.elementor-2268 .elementor-element.elementor-element-471d680 .elementor-button{background-color:#0A1425;font-size:16px;font-weight:600;fill:var(--e-global-color-secondary);color:var(--e-global-color-secondary);box-shadow:0 5px 10px 0 rgb(0 217 255 / .5);border-style:solid;border-width:1px 1px 1px 1px;border-color:#F3F3F361;border-radius:999px 999px 999px 999px}.elementor-2268 .elementor-element.elementor-element-471d680 .elementor-button:hover,.elementor-2268 .elementor-element.elementor-element-471d680 .elementor-button:focus{border-color:var(--e-global-color-91fcf9f)}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var(--e-global-typography-primary-font-size);line-height:var(--e-global-typography-primary-line-height)}.elementor-2268 .elementor-element.elementor-element-e511d65{text-align:center}.elementor-2268 .elementor-element.elementor-element-e511d65 .elementor-heading-title{font-size:40px}.elementor-widget-text-editor{font-size:var(--e-global-typography-text-font-size);line-height:var(--e-global-typography-text-line-height)}.elementor-2268 .elementor-element.elementor-element-4665b69e{font-size:18px}.elementor-widget-button .elementor-button{font-size:var(--e-global-typography-accent-font-size);line-height:var(--e-global-typography-accent-line-height)}.elementor-2268 .elementor-element.elementor-element-7b001be .elementor-heading-title{font-size:32px}.elementor-2268 .elementor-element.elementor-element-b247b60 .elementor-heading-title{font-size:32px}.elementor-widget-image .widget-image-caption{font-size:var(--e-global-typography-text-font-size);line-height:var(--e-global-typography-text-line-height)}.elementor-2268 .elementor-element.elementor-element-2bbe41a{--e-n-carousel-swiper-slides-to-display:1}.elementor-2268 .elementor-element.elementor-element-156ed8b .elementor-heading-title{font-size:32px}.elementor-2268 .elementor-element.elementor-element-f614c20{font-size:14px}.elementor-2268 .elementor-element.elementor-element-6966d5e{font-size:14px}.elementor-2268 .elementor-element.elementor-element-1a8f1d0{font-size:14px}.elementor-2268 .elementor-element.elementor-element-46dc046{font-size:14px}.elementor-2268 .elementor-element.elementor-element-0cec842 .elementor-heading-title{font-size:32px}.elementor-2268 .elementor-element.elementor-element-41e7cea{--min-height:50vh}.elementor-2268 .elementor-element.elementor-element-a2919fc .elementor-heading-title{font-size:32px}.elementor-2268 .elementor-element.elementor-element-b213a2a{font-size:14px}}@media(max-width:767px){.elementor-2268 .elementor-element.elementor-element-6330dd2{padding:30px 15px 50px 15px}.elementor-widget-heading .elementor-heading-title{font-size:var(--e-global-typography-primary-font-size);line-height:var(--e-global-typography-primary-line-height)}.elementor-2268 .elementor-element.elementor-element-e511d65{text-align:center}.elementor-2268 .elementor-element.elementor-element-e511d65 .elementor-heading-title{font-size:32px;line-height:37px}.elementor-widget-text-editor{font-size:var(--e-global-typography-text-font-size);line-height:var(--e-global-typography-text-line-height)}.elementor-2268 .elementor-element.elementor-element-4665b69e{font-size:16px}.elementor-2268 .elementor-element.elementor-element-0579916{--padding-top:5px;--padding-bottom:5px;--padding-left:0px;--padding-right:0px}.elementor-2268 .elementor-element.elementor-element-aaa6999{--padding-top:5px;--padding-bottom:5px;--padding-left:0px;--padding-right:0px}.elementor-2268 .elementor-element.elementor-element-8870448{--padding-top:5px;--padding-bottom:5px;--padding-left:0px;--padding-right:0px}.elementor-2268 .elementor-element.elementor-element-bb5e524{--margin-top:0rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem}.elementor-widget-button .elementor-button{font-size:var(--e-global-typography-accent-font-size);line-height:var(--e-global-typography-accent-line-height)}.elementor-2268 .elementor-element.elementor-element-78f4373{width:initial;max-width:initial;margin:0 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0}.elementor-2268 .elementor-element.elementor-element-534b8a5{--padding-top:50px;--padding-bottom:30px;--padding-left:15px;--padding-right:15px}.elementor-2268 .elementor-element.elementor-element-7b001be .elementor-heading-title{font-size:28px}.elementor-2268 .elementor-element.elementor-element-03fd81a{--padding-top:0px;--padding-bottom:50px;--padding-left:15px;--padding-right:15px}.elementor-2268 .elementor-element.elementor-element-04e75b6{text-align:left}.elementor-2268 .elementor-element.elementor-element-1963627{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-2268 .elementor-element.elementor-element-34a5044{--padding-top:50px;--padding-bottom:30px;--padding-left:15px;--padding-right:15px}.elementor-2268 .elementor-element.elementor-element-b247b60 .elementor-heading-title{font-size:28px}.elementor-2268 .elementor-element.elementor-element-2b07c6d{--padding-top:50px;--padding-bottom:50px;--padding-left:15px;--padding-right:15px}.elementor-2268 .elementor-element.elementor-element-aa41a86{--padding-top:0rem;--padding-bottom:0rem;--padding-left:0rem;--padding-right:0rem}.elementor-2268 .elementor-element.elementor-element-4930fec{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center}.elementor-2268 .elementor-element.elementor-element-f866701 .elementor-heading-title{font-size:22px}.elementor-widget-image .widget-image-caption{font-size:var(--e-global-typography-text-font-size);line-height:var(--e-global-typography-text-line-height)}.elementor-2268 .elementor-element.elementor-element-7f1001a .elementor-heading-title{font-size:22px}.elementor-2268 .elementor-element.elementor-element-9f03eb8{--container-widget-width:100%;--container-widget-flex-grow:0;width:var(--container-widget-width,100%);max-width:100%}.elementor-2268 .elementor-element.elementor-element-95d97c8 .elementor-heading-title{font-size:22px}.elementor-2268 .elementor-element.elementor-element-80dc6ac.elementor-element{--align-self:center}.elementor-2268 .elementor-element.elementor-element-3797a1c{--min-height:50px}.elementor-2268 .elementor-element.elementor-element-e361ad3{--min-height:50px}.elementor-2268 .elementor-element.elementor-element-dda7876{--min-height:50px}.elementor-2268 .elementor-element.elementor-element-15eb58c{--min-height:50px}.elementor-2268 .elementor-element.elementor-element-bb6276a.elementor-element{--align-self:center}.elementor-2268 .elementor-element.elementor-element-e4f3516{text-align:center}.elementor-2268 .elementor-element.elementor-element-2bbe41a{--e-n-carousel-swiper-slides-to-display:1}.elementor-2268 .elementor-element.elementor-element-156ed8b .elementor-heading-title{font-size:28px}.elementor-2268 .elementor-element.elementor-element-6ce2cdd{--padding-top:50px;--padding-bottom:50px;--padding-left:15px;--padding-right:15px}.elementor-2268 .elementor-element.elementor-element-0cec842 .elementor-heading-title{font-size:28px}.elementor-2268 .elementor-element.elementor-element-3d54268{--margin-top:2rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--padding-top:3rem;--padding-bottom:3rem;--padding-left:2rem;--padding-right:2rem}.elementor-2268 .elementor-element.elementor-element-cebfb9f{font-size:16px}.elementor-2268 .elementor-element.elementor-element-41e7cea{--padding-top:50px;--padding-bottom:50px;--padding-left:15px;--padding-right:15px}.elementor-2268 .elementor-element.elementor-element-a2919fc .elementor-heading-title{font-size:28px}.elementor-2268 .elementor-element.elementor-element-2fe19be{width:initial;max-width:initial}.elementor-2268 .elementor-element.elementor-element-471d680{width:initial;max-width:initial}}@media(min-width:768px){.elementor-2268 .elementor-element.elementor-element-794c0d2{--content-width:992px}.elementor-2268 .elementor-element.elementor-element-7300c1b{--width:768px}.elementor-2268 .elementor-element.elementor-element-3797a1c{--width:45%}.elementor-2268 .elementor-element.elementor-element-e361ad3{--width:45%}.elementor-2268 .elementor-element.elementor-element-dda7876{--width:45%}.elementor-2268 .elementor-element.elementor-element-15eb58c{--width:45%}.elementor-2268 .elementor-element.elementor-element-b511b66{--width:768px}.elementor-2268 .elementor-element.elementor-element-6cb7ce9{--width:90%}}@media(max-width:1024px) and (min-width:768px){.elementor-2268 .elementor-element.elementor-element-6cb7ce9{--width:100%}.elementor-2268 .elementor-element.elementor-element-41e7cea{--content-width:90%}}.elementor-2268 .elementor-element.elementor-element-cb74ada{background:#141824;border:1px solid rgb(255 255 255 / .08);border-radius:12px;padding:32px;text-align:center;transition:all 0.3s ease}.elementor-2268 .elementor-element.elementor-element-f801ed2{background:#141824;border:1px solid rgb(255 255 255 / .08);border-radius:12px;padding:32px;text-align:center;transition:all 0.3s ease}.elementor-2268 .elementor-element.elementor-element-3c295c3{background:#141824;border:1px solid rgb(255 255 255 / .08);border-radius:12px;padding:32px;text-align:center;transition:all 0.3s ease}.list-font{list-style:none;padding-left:0}.list-font li{position:relative;padding-left:1.4rem;margin-bottom:.4rem}.list-font li::before{content:"";position:absolute;left:0;top:.55em;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background-color:#09B9BB}.list-font{list-style:none;padding-left:0}.list-font li{position:relative;padding-left:1.4rem;margin-bottom:.4rem}.list-font li::before{content:"";position:absolute;left:0;top:.55em;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background-color:#09B9BB}.list-font{list-style:none;padding-left:0}.list-font li{position:relative;padding-left:1.4rem;margin-bottom:.4rem}.list-font li::before{content:"";position:absolute;left:0;top:.55em;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background-color:#09B9BB}.list-font{list-style:none;padding-left:0}.list-font li{position:relative;padding-left:1.4rem;margin-bottom:.4rem}.list-font li::before{content:"";position:absolute;left:0;top:.55em;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background-color:#09B9BB}.elementor-2268 .elementor-element.elementor-element-aa41a86{background:#141824;border:1px solid rgb(255 255 255 / .08);border-radius:12px;padding:32px;text-align:center;transition:all 0.3s ease}.elementor-2268 .elementor-element.elementor-element-3d54268{position:relative;border:1px solid rgb(255 255 255 / .08)}.elementor-2268 .elementor-element.elementor-element-3d54268::before,.elementor-2268 .elementor-element.elementor-element-3d54268::after{position:absolute;font-size:4rem;color:#09B9BB;line-height:1;font-weight:700;font-family:serif}.elementor-2268 .elementor-element.elementor-element-3d54268::before{content:"“";top:.5rem;left:1rem}.elementor-2268 .elementor-element.elementor-element-3d54268::after{content:"”";bottom:.5rem;right:1rem}.elementor-2068 .elementor-element.elementor-element-4573a9a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:-105px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:100}.elementor-2068 .elementor-element.elementor-element-4573a9a:not(.elementor-motion-effects-element-type-background),.elementor-2068 .elementor-element.elementor-element-4573a9a>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#0000}.elementor-2068 .elementor-element.elementor-element-fc94b70{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px}.elementor-2068 .elementor-element.elementor-element-fc94b70:not(.elementor-motion-effects-element-type-background),.elementor-2068 .elementor-element.elementor-element-fc94b70>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#fff0}.elementor-2068 .elementor-element.elementor-element-d2d34b9{--display:flex;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-widget-image .widget-image-caption{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-size:var(--e-global-typography-text-font-size);font-weight:var(--e-global-typography-text-font-weight);line-height:var(--e-global-typography-text-line-height)}.elementor-2068 .elementor-element.elementor-element-8f2d334{text-align:left}.elementor-2068 .elementor-element.elementor-element-8f2d334 img{width:50%}.elementor-2068 .elementor-element.elementor-element-e71f157{--display:flex;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-size:var(--e-global-typography-primary-font-size);font-weight:var(--e-global-typography-primary-font-weight);line-height:var(--e-global-typography-primary-line-height)}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var(--e-global-color-text);fill:var(--e-global-color-text)}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var(--e-global-color-accent);fill:var(--e-global-color-accent)}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var(--e-global-color-accent)}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var(--e-global-color-accent)}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text )}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-size:var(--e-global-typography-accent-font-size);font-weight:var(--e-global-typography-accent-font-weight)}.elementor-2068 .elementor-element.elementor-element-14162ef .elementor-menu-toggle{margin-left:auto;background-color:#fff0}.elementor-2068 .elementor-element.elementor-element-14162ef .elementor-nav-menu .elementor-item{font-family:"Poppins",Sans-serif;font-size:14px;font-weight:400;line-height:27px}.elementor-2068 .elementor-element.elementor-element-14162ef .elementor-nav-menu--main .elementor-item{color:#FFF;fill:#FFF;padding-left:5px;padding-right:5px;padding-top:5px;padding-bottom:5px}.elementor-2068 .elementor-element.elementor-element-14162ef .elementor-nav-menu--main .elementor-item:hover,.elementor-2068 .elementor-element.elementor-element-14162ef .elementor-nav-menu--main .elementor-item.elementor-item-active,.elementor-2068 .elementor-element.elementor-element-14162ef .elementor-nav-menu--main .elementor-item.highlighted,.elementor-2068 .elementor-element.elementor-element-14162ef .elementor-nav-menu--main .elementor-item:focus{color:#09B9BB;fill:#09B9BB}.elementor-2068 .elementor-element.elementor-element-14162ef .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,.elementor-2068 .elementor-element.elementor-element-14162ef .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:#F4EFE5}.elementor-2068 .elementor-element.elementor-element-14162ef .e--pointer-framed .elementor-item:before,.elementor-2068 .elementor-element.elementor-element-14162ef .e--pointer-framed .elementor-item:after{border-color:#F4EFE5}.elementor-2068 .elementor-element.elementor-element-14162ef .elementor-nav-menu--main .elementor-item.elementor-item-active{color:#09B9BB}.elementor-2068 .elementor-element.elementor-element-14162ef .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:before,.elementor-2068 .elementor-element.elementor-element-14162ef .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after{background-color:#F4EFE5}.elementor-2068 .elementor-element.elementor-element-14162ef .e--pointer-framed .elementor-item.elementor-item-active:before,.elementor-2068 .elementor-element.elementor-element-14162ef .e--pointer-framed .elementor-item.elementor-item-active:after{border-color:#F4EFE5}.elementor-2068 .elementor-element.elementor-element-14162ef .e--pointer-framed .elementor-item:before{border-width:2px}.elementor-2068 .elementor-element.elementor-element-14162ef .e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 0 2px 2px}.elementor-2068 .elementor-element.elementor-element-14162ef .e--pointer-framed.e--animation-draw .elementor-item:after{border-width:2px 2px 0 0}.elementor-2068 .elementor-element.elementor-element-14162ef .e--pointer-framed.e--animation-corners .elementor-item:before{border-width:2px 0 0 2px}.elementor-2068 .elementor-element.elementor-element-14162ef .e--pointer-framed.e--animation-corners .elementor-item:after{border-width:0 2px 2px 0}.elementor-2068 .elementor-element.elementor-element-14162ef .e--pointer-underline .elementor-item:after,.elementor-2068 .elementor-element.elementor-element-14162ef .e--pointer-overline .elementor-item:before,.elementor-2068 .elementor-element.elementor-element-14162ef .e--pointer-double-line .elementor-item:before,.elementor-2068 .elementor-element.elementor-element-14162ef .e--pointer-double-line .elementor-item:after{height:2px}.elementor-2068 .elementor-element.elementor-element-14162ef{--e-nav-menu-horizontal-menu-item-margin:calc( 30px / 2 )}.elementor-2068 .elementor-element.elementor-element-14162ef .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu>li:not(:last-child){margin-bottom:30px}.elementor-2068 .elementor-element.elementor-element-14162ef div.elementor-menu-toggle{color:#FFF}.elementor-2068 .elementor-element.elementor-element-14162ef div.elementor-menu-toggle svg{fill:#FFF}.elementor-theme-builder-content-area{height:400px}.elementor-location-header:before,.elementor-location-footer:before{content:"";display:table;clear:both}@media(max-width:1024px){.elementor-2068 .elementor-element.elementor-element-4573a9a{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px}.elementor-2068 .elementor-element.elementor-element-fc94b70{--justify-content:space-between;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% )}.elementor-widget-image .widget-image-caption{font-size:var(--e-global-typography-text-font-size);line-height:var(--e-global-typography-text-line-height)}.elementor-2068 .elementor-element.elementor-element-e71f157.e-con{--order:3;--flex-grow:0;--flex-shrink:1}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-size:var(--e-global-typography-primary-font-size);line-height:var(--e-global-typography-primary-line-height)}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item{font-size:var(--e-global-typography-accent-font-size)}.elementor-2068 .elementor-element.elementor-element-14162ef{--nav-menu-icon-size:30px}}@media(max-width:767px){.elementor-2068 .elementor-element.elementor-element-4573a9a{--margin-top:0px;--margin-bottom:-74px;--margin-left:0px;--margin-right:0px}.elementor-2068 .elementor-element.elementor-element-fc94b70{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--z-index:10}.elementor-2068 .elementor-element.elementor-element-d2d34b9{--width:50%;--z-index:10}.elementor-widget-image .widget-image-caption{font-size:var(--e-global-typography-text-font-size);line-height:var(--e-global-typography-text-line-height)}.elementor-2068 .elementor-element.elementor-element-e71f157{--width:50%;--z-index:10}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-size:var(--e-global-typography-primary-font-size);line-height:var(--e-global-typography-primary-line-height)}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item{font-size:var(--e-global-typography-accent-font-size)}}@media(min-width:768px){.elementor-2068 .elementor-element.elementor-element-d2d34b9{--width:20%}.elementor-2068 .elementor-element.elementor-element-e71f157{--width:60%}}@media(max-width:1024px) and (min-width:768px){.elementor-2068 .elementor-element.elementor-element-e71f157{--width:20%}}#header-bar-wrap .header-internal-bis{border:1px solid #fff0}#header-bar-wrap.elementor-sticky--effects .header-internal-bis{background:rgb(0 0 0 / .4)!important;backdrop-filter:blur(6px);margin-top:20px;border-radius:100px;border:1px solid rgb(255 255 255 / .6);padding-right:30px;padding-left:30px}#header-bar-wrap.elementor-sticky--effects .header-internal-bis .sticky-menu-items ul li a{color:#fff!important}#header-bar.elementor-sticky--effects .header-internal-bis,#header-bar-wrap .header-internal-bis .sticky-menu-items ul li a,#header-bar-wrap .elementor-sticky--effects .header-internal-bis .header-logo,#header-bar-wrap .header-internal{transition:.3s all ease-in-out}@media (max-width:767px){#header-bar-wrap.elementor-sticky--effects .header-internal-bis{background:rgb(0 0 0 / .4)!important}.elementor-nav-menu--dropdown{margin-left:10px;margin-right:10px}}.elementor-2101 .elementor-element.elementor-element-4cd8fe3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px}.elementor-2101 .elementor-element.elementor-element-4cd8fe3:not(.elementor-motion-effects-element-type-background),.elementor-2101 .elementor-element.elementor-element-4cd8fe3>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#0D0F17}.elementor-2101 .elementor-element.elementor-element-5e88dc3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between}.elementor-widget-text-editor{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-size:var(--e-global-typography-text-font-size);font-weight:var(--e-global-typography-text-font-weight);line-height:var(--e-global-typography-text-line-height);color:var(--e-global-color-text)}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var(--e-global-color-primary)}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var(--e-global-color-primary);border-color:var(--e-global-color-primary)}.elementor-2101 .elementor-element.elementor-element-a19561d{font-family:"Poppins",Sans-serif;font-size:16px;font-weight:400;line-height:27px;color:var(--e-global-color-secondary)}.elementor-2101 .elementor-element.elementor-element-9c09454{font-family:"Poppins",Sans-serif;font-size:16px;font-weight:400;line-height:27px;color:var(--e-global-color-secondary)}.elementor-2101 .elementor-element.elementor-element-1d6fe17{font-family:"Poppins",Sans-serif;font-size:16px;font-weight:400;line-height:27px;color:var(--e-global-color-secondary)}.elementor-2101 .elementor-element.elementor-element-dc864ab{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-2101 .elementor-element.elementor-element-00c9c53{margin:0 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0;padding:0 0 0 0}.elementor-2101 .elementor-element.elementor-element-580b54f{margin:0 0 calc(var(--kit-widget-spacing, 0px) + 0px) 0;padding:0 0 0 0}.elementor-theme-builder-content-area{height:400px}.elementor-location-header:before,.elementor-location-footer:before{content:"";display:table;clear:both}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var(--e-global-typography-text-font-size);line-height:var(--e-global-typography-text-line-height)}}@media(max-width:767px){.elementor-2101 .elementor-element.elementor-element-4cd8fe3{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--flex-wrap:nowrap}.elementor-2101 .elementor-element.elementor-element-4cd8fe3.e-con{--align-self:center}.elementor-2101 .elementor-element.elementor-element-5e88dc3{--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--flex-wrap:nowrap}.elementor-2101 .elementor-element.elementor-element-5e88dc3.e-con{--align-self:center}.elementor-widget-text-editor{font-size:var(--e-global-typography-text-font-size);line-height:var(--e-global-typography-text-line-height)}.elementor-2101 .elementor-element.elementor-element-a19561d{font-size:8px}.elementor-2101 .elementor-element.elementor-element-9c09454{font-size:8px}.elementor-2101 .elementor-element.elementor-element-1d6fe17{font-size:8px}}@media(min-width:768px){.elementor-2101 .elementor-element.elementor-element-5e88dc3{--width:100%}}#back-to-top{position:fixed;top:50%;right:-70px;transform:translateY(-50%);width:50px;height:50px;background:#0e1117;color:#00E0D6;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;opacity:0;transition:all .45s cubic-bezier(.2,.8,.2,1);box-shadow:0 4px 14px rgb(0 0 0 / .35);z-index:9999}#back-to-top.show{right:20px;opacity:1}#back-to-top:hover{transform:translateY(-50%) scale(1.07);box-shadow:0 0 14px #00E0D6}@media (max-width:768px){#back-to-top{top:auto;bottom:25px;right:-70px;width:46px;height:46px;transform:none;border-radius:10px}#back-to-top.show{right:15px;opacity:1}#back-to-top:hover{transform:scale(1.05)}}.fluentform-widget-wrapper.hide-fluent-form-labels .ff-el-input--label{display:none!important}.fluentform-widget-wrapper.hide-error-message .ff-el-is-error .text-danger{display:none}.fluentform-widget-wrapper.fluentform-widget-align-left{margin:0 auto 0 0}.fluentform-widget-wrapper.fluentform-widget-align-center{float:none;margin:0 auto}.fluentform-widget-wrapper.fluentform-widget-align-right{margin:0 0 0 auto}.fluentform-widget-custom-radio-checkbox input[type=checkbox],.fluentform-widget-custom-radio-checkbox input[type=radio]{background:#ddd;height:15px;min-width:1px;outline:none;padding:3px;width:15px}.fluentform-widget-custom-radio-checkbox input[type=checkbox]:after,.fluentform-widget-custom-radio-checkbox input[type=radio]:after{border:0 solid #fff0;content:"";display:block;height:100%;margin:0;padding:0;width:100%}.fluentform-widget-custom-radio-checkbox input[type=checkbox]:checked:after,.fluentform-widget-custom-radio-checkbox input[type=radio]:checked:after{background:#999;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px}.fluentform-widget-custom-radio-checkbox input[type=radio],.fluentform-widget-custom-radio-checkbox input[type=radio]:after{border-radius:50%}.fluentform-widget-wrapper .frm-fluent-form .ff-step-header{margin-bottom:0}.ff-el-progress-bar{align-items:center;display:flex;height:100%;justify-content:flex-end}.fluent-form-widget-step-header-yes .ff-step-header .ff-el-progress-status,.fluent-form-widget-step-progressbar-yes .ff-el-progress{display:block}.fluent-form-widget-step-header-yes .frm-fluent-form .ff-step-header,.fluent-form-widget-step-progressbar-yes .frm-fluent-form .ff-step-header{margin-bottom:20px}.fluentform-widget-section-break-content-left .ff-el-group.ff-el-section-break{text-align:left}.fluentform-widget-section-break-content-center .ff-el-group.ff-el-section-break{text-align:center}.fluentform-widget-section-break-content-right .ff-el-group.ff-el-section-break{text-align:right}.fluentform-widget-submit-button-full-width .ff-btn-submit{display:block;width:100%}.fluentform-widget-submit-button-center .ff-el-group .ff-btn-submit,.fluentform-widget-submit-button-center .ff-el-group.ff-text-left .ff-btn-submit,.fluentform-widget-submit-button-center .ff-el-group.ff-text-right .ff-btn-submit{align-items:center;display:flex;justify-content:center;margin:0 auto}.fluentform-widget-submit-button-right .ff-el-group .ff-btn-submit,.fluentform-widget-submit-button-right .ff-el-group.ff-text-left .ff-btn-submit,.fluentform-widget-submit-button-right .ff-el-group.ff-text-right .ff-btn-submit{float:right}.fluentform-widget-submit-button-left .ff-el-group .ff-btn-submit,.fluentform-widget-submit-button-left .ff-el-group.ff-text-left .ff-btn-submit,.fluentform-widget-submit-button-left .ff-el-group.ff-text-right .ff-btn-submit{float:left}.fluentform-widget-wrapper.hide-placeholder input::-webkit-input-placeholder,.fluentform-widget-wrapper.hide-placeholder textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.fluentform-widget-wrapper.hide-placeholder input:-moz-placeholder,.fluentform-widget-wrapper.hide-placeholder input::-moz-placeholder,.fluentform-widget-wrapper.hide-placeholder textarea:-moz-placeholder,.fluentform-widget-wrapper.hide-placeholder textarea::-moz-placeholder{opacity:0;visibility:hidden}.fluentform-widget-wrapper.hide-placeholder input:-ms-input-placeholder,.fluentform-widget-wrapper.hide-placeholder textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.fluentform-widget-wrapper.hide-placeholder input::-ms-input-placeholder,.fluentform-widget-wrapper.hide-placeholder textarea::-ms-input-placeholder{opacity:0;visibility:hidden}.lity{z-index:9999!important}