/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/* GENERAL RULES */

/* -variables- */
:root {
  /* site colors */
  --color1: #ecaa00;
  --color2: #b58d09;
  --color3: #70919a;
  --color4: #9a7c4e;
  --color5: #005248;
  --color6: #ffedcb;

  /* default paddings */
  --pad1: 35px;
  --pad2: 60px;
  --pad3: 95px;

  /* font sizes */
  --fsheadingL: 68px;
  --fsheadingM: 54px;
  --fsheadingS: 48px;
  --fsheadingXS: 19px;

  --greybg1: #ddd;

  /* if needed
				--gradient1: linear-gradient(270deg, #94C11F 0%, #006533 100%);
				--greybg1:  #eee;
				*/
}

/* -wp stuff- */
label {
  cursor: inherit;
}
.g-cols.via_flex.type_default {
  margin: 0;
}
a.moove-gdpr-branding {
  display: none !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
  display: block !important;
  margin: auto !important;
}
.moove-gdpr-branding-cnt {
  display: none !important;
}
a[href^="tel:"] {
  white-space: nowrap;
}
body .vc_column-inner {
  background-size: cover !important;
  background-position: center !important;
}
img {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.g-recaptcha {
  max-width: 165px;
  overflow: hidden;
  max-height: 46px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #eaeaea;
}
.g-recaptcha > div {
  margin-left: -5px;
  margin-top: 4px;
}

/* -paddings- */
.pad3 {
  padding-top: var(--pad3);
  padding-bottom: var(--pad3);
}
.pad3f {
  padding-top: var(--pad3);
  padding-bottom: var(--pad3);
}
.pad3t {
  padding-top: var(--pad3);
}
.pad3b {
  padding-bottom: var(--pad3);
}
.pad3 + .pad3 {
  padding-top: 0;
}
.pad3 + .pad3.greybg1,
.pad3 + .pad3.bg_beige {
  padding-top: var(--pad3);
}
.pad3.mml_contact11 + .pad3,
.pad3.greybg1 + .pad3,
.pad3.bg_beige + .pad3 {
  padding-top: var(--pad3);
}
.pad1 {
  padding-top: var(--pad1);
  padding-bottom: var(--pad1);
}
.pad2 {
  padding-top: var(--pad2);
  padding-bottom: var(--pad2);
}

.centerthis .g-cols {
  justify-content: center;
}
.nolink a {
  pointer-events: none;
}
.tacenter {
  text-align: center;
}
.mrgbot20 {
  margin-bottom: 20px;
}
.wpb_text_column.mrgbot42,
.mrgbot42 {
  margin-bottom: 42px;
}
.pw910 p {
  max-width: 910px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.pw710 p {
  max-width: 710px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.pw670 p {
  max-width: 670px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.overlay1:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color1);
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}
.mml_overlay06:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
}
.mml_overlay08:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
}
.mml_overlay06,
.mml_overlay08,
.overlay1 {
  position: relative;
}
.whitetxt p,
.whitetxt td,
.whitetxt li,
.whitetxt h1,
.whitetxt h2,
.whitetxt h3,
.whitetxt h4,
.whitetxt h5,
.whitetxt span,
.whitetxt strong,
.whitetxt em,
.whitetxt a {
  color: #fff;
}
.whitetxt p a {
  color: var(--color1);
}
.whitetxt .btn1 p a {
  color: #fff;
}
.shorth h2,
.shorth h3 {
  max-width: 970px;
  margin: auto;
}
.w80prc {
  width: 80%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.w70prc {
  width: 70%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.w60prc {
  width: 60%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.greybg1 {
  background: var(--greybg1);
}
.greybg2 {
  background: var(--greybg2);
}
.bg_beige {
  background: var(--color6);
}

div#bottom-links i {
  padding: 0 6px 3px 0;
}
/* animation */
.w3-animate-top {
  z-index: 2;
  position: relative;
  animation: animatetop 0.8s;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.w3-animate-left {
  z-index: 2;
  position: relative;
  animation: animateleft 0.8s;
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.w3-animate-right {
  z-index: 2;
  position: relative;
  animation: animateright 0.8s;
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.w3-animate-bottom {
  z-index: 2;
  position: relative;
  animation: animatebottom 0.8s;
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.w3-animate-right2 {
  z-index: 2;
  position: relative;
  animation: animateright2 0.8s;
}
@keyframes animateright2 {
  from {
    right: -300px;
  }
  to {
    right: 0;
  }
}
.w3-animate-bg {
  z-index: 2;
  position: relative;
  animation: animatebg 0.8s;
}
@keyframes animatebg {
  from {
    margin-top: 100%;
    opacity: 0;
  }
  to {
    margin-top: 0%;
    opacity: 1;
  }
}
div#bottom-links {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background: var(--color1);
  bottom: 0;
  opacity: 1;
  height: 45px;
  align-items: center;
}
div#bottom-links a {
  width: 50%;
  display: flex;
  justify-content: center;
  color: #fff;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
}

/*---Headers---*/
.top_contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.top_contacts a {
  color: var(--color5);
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.48px;
  display: flex;
  gap: 15px;
  align-items: center;
  font-weight: 400;
}
.top_contacts a:hover {
  color: var(--color1);
}
.top_contacts i {
  color: var(--color1);
  min-width: 16px;
  justify-content: center;
}
.w-socials-list a i {
  color: var(--color1);
}
.l-subheader.at_bottom .l-subheader-h .at_left,
.l-subheader.at_bottom > .l-subheader-h .at_right {
  display: none !important;
}
/*---Menu---*/
span.w-nav-title {
  color: var(--color3);
  font-family: var(--h1-font-family, inherit);
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.current-menu-item > a span.w-nav-title {
  color: var(--color4);
}
/*---Footer---*/

.mmlm_footer_01 {
  background-color: #fff;
  padding: 60px 0 60px 0;
}
.mmlm_footer_01 a {
  color: var(--dgrey);
}
.mmlm_footer_01 h3 {
  font-size: var(--fsheadingXS) !important;
  color: var(--color3);
  margin-bottom: 10px !important;
  text-transform: uppercase;
  margin-top: 10px;
}
.mmlm_footer_01 .mml_icons .wpb_text_column:not(.footer-title) {
  font-size: 16px;
  margin-left: 0;
  position: relative;
  padding-left: 30px;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.mmlm_footer_01 i {
  font-family: "fontawesome";
  position: absolute;
  left: 0;
  top: 5px;
  color: var(--color1);
  font-size: 18px;
}
.mmlm_footer_01 p {
  line-height: 23px;
}
.mmlm_footer_01 .mml_icons .mml_nob {
  border: none !important;
}
.footer-adress-box {
  margin-bottom: 5px;
}
#menu-footer-menu ul {
  column-count: 2;
}
.mmlm_footer_01 .w-menu.layout_ver .menu > li {
  margin: 0 0px 7px 0px;
  font-size: 16px;
}
.mmlm_footer_01 .wpb_text_column:not(.btn1) p a {
  font-weight: 400 !important;
}
.mml_bb {
  background-color: var(--color4);
  padding: 6px;
  border-top: 0px solid #d0d0d0;
  color: #b8b8b8;
}
.mml_bb :where(p, a) {
  color: #b8b8b8;
  font-size: 14px;
}
.w-toplink.active {
  bottom: 75px;
}
.mmlm_footer_01 a:hover {
  -webkit-text-stroke: 0.04rem var(--color1);
  text-stroke: 0.04rem var(--greyh);
  color: var(--color1) !important;
}
/*---PoP---*/
.close-btn {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--color3);
  font-size: 22px;
  cursor: pointer !important;
  z-index: 999;
}
.close-btn:hover i {
  color: #424242;
}
.right-form-pop {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 999;
}
a.right-pop-btn {
  opacity: 1;
  border-radius: 15px 0 0 15px;
  margin-right: 0;
  line-height: 16px;
  font-size: 16px;
  letter-spacing: 1px;
  position: absolute;
  top: 0px;
  right: -1px;
  letter-spacing: 1px;
  background: var(--color6);
  color: #fff !important;
  text-transform: uppercase;
  border: 5px solid #fff;
  border-right: 0;
  width: 146px;
  text-align: center;
  display: inline-block;
  padding: 13px;
  font-weight: 700;
  height: 110px;
  cursor: pointer;
}
a.right-pop-btn:hover {
  background: #fff;
  color: var(--color3) !important;
  border-color: var(--color3);
}
a.right-pop-btn:before {
  content: url("/wp-content/uploads/2023/12/envelopes-bulk-1-1.png");
  position: relative;
}
a.right-pop-btn:hover:before {
  content: url("/wp-content/uploads/2023/12/envelopes-bulk.png");
  position: relative;
}
a.right-pop-btn label {
  color: var(--color4);
}
a.right-pop-btn:hover label {
  color: var(--color4);
}
a.right-pop-btn img {
  margin-bottom: 0;
  max-width: 55px;
}
a.right-pop-btn:hover {
  transition: all 0.3s;
  background: #fff;
}
.right-form-container {
  display: none;
  background-color: #fff;
  padding: 50px 20px 30px;
  filter: drop-shadow(0px 4px 57px rgba(0, 0, 0, 0.16));
}
.right-form-container.w3-animate-right {
  display: block;
}
.right-form-container.w3-animate-right {
  z-index: 100;
}
.form-title-container {
  text-align: center;
}
.form-title-container span {
  color: #424242;
}
.form-title-container h2 {
  color: var(--color1);
  font-size: 37px;
  padding-top: 0;
  padding-bottom: 15px;
}
.right-form-container {
  padding-top: 25px;
  padding-bottom: 10px;
}
.right-form-pop textarea {
  max-height: 50px;
}
.right-form-pop .ff-default .ff-el-form-control {
  padding: 5px 15px !important;
  min-height: 40px;
  font-size: 16px;
}
.right-form-pop .capchahere .ff_t_c p {
  font-size: 12px;
  padding-left: 5px;
}
.right-form-pop .capchahere > .ff-t-column-1 {
  flex-basis: 100% !important;
}
.right-form-pop .form-title-container h2 {
  color: var(--color-content-heading);
}

/* GENERAL RULES */
/*---Pad LR 0---*/
.mml_textwbg37_inner_row.mml_textwbg37_1 > .vc_column_container > .vc_column-inner,
.mml_iconrows9 .img > .vc_column-inner,
.mml_iconrows9 .txt > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*---Title Animation---*/
svg .svg-elem-1 {
  stroke-dashoffset: 216px;
  stroke-dasharray: 216px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
}
svg .svg-elem-2 {
  stroke-dashoffset: 16.603081703186035px;
  stroke-dasharray: 16.603081703186035px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
}
svg .svg-elem-3 {
  stroke-dashoffset: 17.008331298828125px;
  stroke-dasharray: 17.008331298828125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
}
svg .svg-elem-4 {
  stroke-dashoffset: 16.317821502685547px;
  stroke-dasharray: 16.317821502685547px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
}
svg .svg-elem-5 {
  stroke-dashoffset: 31.390869140625px;
  stroke-dasharray: 31.390869140625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}
svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-6 {
  stroke-dashoffset: 25.05292510986328px;
  stroke-dasharray: 25.05292510986328px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}
svg.active .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-7 {
  stroke-dashoffset: 28.427703857421875px;
  stroke-dasharray: 28.427703857421875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}
svg.active .svg-elem-7 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-8 {
  stroke-dashoffset: 28.42744255065918px;
  stroke-dasharray: 28.42744255065918px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}
svg.active .svg-elem-8 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-9 {
  stroke-dashoffset: 26.169029235839844px;
  stroke-dasharray: 26.169029235839844px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}
svg.active .svg-elem-9 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-10 {
  stroke-dashoffset: 15.03840446472168px;
  stroke-dasharray: 15.03840446472168px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}
svg.active .svg-elem-10 {
  stroke-dashoffset: 0;
}
svg .svg-elem-11 {
  stroke-dashoffset: 31.750944137573242px;
  stroke-dasharray: 31.750944137573242px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}
svg.active .svg-elem-11 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-12 {
  stroke-dashoffset: 31.750524520874023px;
  stroke-dasharray: 31.750524520874023px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}
svg.active .svg-elem-12 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-13 {
  stroke-dashoffset: 31.666301727294922px;
  stroke-dasharray: 31.666301727294922px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}
svg.active .svg-elem-13 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-14 {
  stroke-dashoffset: 33.845359802246094px;
  stroke-dasharray: 33.845359802246094px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}
svg.active .svg-elem-14 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-15 {
  stroke-dashoffset: 30.187360763549805px;
  stroke-dasharray: 30.187360763549805px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}
svg.active .svg-elem-15 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-16 {
  stroke-dashoffset: 8.184658527374268px;
  stroke-dasharray: 8.184658527374268px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}
svg.active .svg-elem-16 {
  stroke-dashoffset: 0;
}
svg .svg-elem-17 {
  stroke-dashoffset: 30.102590560913086px;
  stroke-dasharray: 30.102590560913086px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
}
svg.active .svg-elem-17 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-18 {
  stroke-dashoffset: 30.102977752685547px;
  stroke-dasharray: 30.102977752685547px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}
svg.active .svg-elem-18 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-19 {
  stroke-dashoffset: 169.90530395507812px;
  stroke-dasharray: 169.90530395507812px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}
svg.active .svg-elem-19 {
  stroke-dashoffset: 0;
}
svg .svg-elem-1-1 {
  stroke-dashoffset: 216px;
  stroke-dasharray: 216px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
svg.active .svg-elem-1-1 {
  stroke-dashoffset: 0;
}
svg .svg-elem-1-2 {
  stroke-dashoffset: 16.603081703186035px;
  stroke-dasharray: 16.603081703186035px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
svg.active .svg-elem-1-2 {
  stroke-dashoffset: 0;
}
svg .svg-elem-1-3 {
  stroke-dashoffset: 17.008331298828125px;
  stroke-dasharray: 17.008331298828125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
svg.active .svg-elem-1-3 {
  stroke-dashoffset: 0;
}
svg .svg-elem-1-4 {
  stroke-dashoffset: 16.317821502685547px;
  stroke-dasharray: 16.317821502685547px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
svg.active .svg-elem-1-4 {
  stroke-dashoffset: 0;
}
svg .svg-elem-1-5 {
  stroke-dashoffset: 31.390933990478516px;
  stroke-dasharray: 31.390933990478516px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}
svg.active .svg-elem-1-5 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-6 {
  stroke-dashoffset: 25.052942276000977px;
  stroke-dasharray: 25.052942276000977px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}
svg.active .svg-elem-1-6 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-7 {
  stroke-dashoffset: 28.42774772644043px;
  stroke-dasharray: 28.42774772644043px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}
svg.active .svg-elem-1-7 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-8 {
  stroke-dashoffset: 28.427505493164062px;
  stroke-dasharray: 28.427505493164062px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}
svg.active .svg-elem-1-8 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-9 {
  stroke-dashoffset: 26.169092178344727px;
  stroke-dasharray: 26.169092178344727px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}
svg.active .svg-elem-1-9 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-10 {
  stroke-dashoffset: 15.03840446472168px;
  stroke-dasharray: 15.03840446472168px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}
svg.active .svg-elem-1-10 {
  stroke-dashoffset: 0;
}
svg .svg-elem-1-11 {
  stroke-dashoffset: 31.751041412353516px;
  stroke-dasharray: 31.751041412353516px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}
svg.active .svg-elem-1-11 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-12 {
  stroke-dashoffset: 31.750581741333008px;
  stroke-dasharray: 31.750581741333008px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}
svg.active .svg-elem-1-12 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-13 {
  stroke-dashoffset: 31.666040420532227px;
  stroke-dasharray: 31.666040420532227px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}
svg.active .svg-elem-1-13 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-14 {
  stroke-dashoffset: 33.845428466796875px;
  stroke-dasharray: 33.845428466796875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}
svg.active .svg-elem-1-14 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-15 {
  stroke-dashoffset: 30.1876277923584px;
  stroke-dasharray: 30.1876277923584px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}
svg.active .svg-elem-1-15 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-16 {
  stroke-dashoffset: 8.184658527374268px;
  stroke-dasharray: 8.184658527374268px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}
svg.active .svg-elem-1-16 {
  stroke-dashoffset: 0;
}
svg .svg-elem-1-17 {
  stroke-dashoffset: 30.102664947509766px;
  stroke-dasharray: 30.102664947509766px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
}
svg.active .svg-elem-1-17 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-18 {
  stroke-dashoffset: 30.103029251098633px;
  stroke-dasharray: 30.103029251098633px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}
svg.active .svg-elem-1-18 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-19 {
  stroke-dashoffset: 169.90538024902344px;
  stroke-dasharray: 169.90538024902344px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}
svg.active .svg-elem-1-19 {
  stroke-dashoffset: 0;
}
svg .svg-elem-1-20 {
  stroke-dashoffset: 216.00030517578125px;
  stroke-dasharray: 216.00030517578125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}
svg.active .svg-elem-1-20 {
  stroke-dashoffset: 0;
}
svg .svg-elem-1-21 {
  stroke-dashoffset: 16.603081703186035px;
  stroke-dasharray: 16.603081703186035px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
}
svg.active .svg-elem-1-21 {
  stroke-dashoffset: 0;
}
svg .svg-elem-1-22 {
  stroke-dashoffset: 17.008331298828125px;
  stroke-dasharray: 17.008331298828125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9000000000000004s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9000000000000004s;
}
svg.active .svg-elem-1-22 {
  stroke-dashoffset: 0;
}
svg .svg-elem-1-23 {
  stroke-dashoffset: 16.317821502685547px;
  stroke-dasharray: 16.317821502685547px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6399999999999997s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6399999999999997s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
}
svg.active .svg-elem-1-23 {
  stroke-dashoffset: 0;
}
svg .svg-elem-1-24 {
  stroke-dashoffset: 31.390810012817383px;
  stroke-dasharray: 31.390810012817383px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1000000000000005s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1000000000000005s;
}
svg.active .svg-elem-1-24 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-25 {
  stroke-dashoffset: 25.052703857421875px;
  stroke-dasharray: 25.052703857421875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
}
svg.active .svg-elem-1-25 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-26 {
  stroke-dashoffset: 28.427705764770508px;
  stroke-dasharray: 28.427705764770508px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
}
svg.active .svg-elem-1-26 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-27 {
  stroke-dashoffset: 28.42761993408203px;
  stroke-dasharray: 28.42761993408203px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4000000000000004s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4000000000000004s;
}
svg.active .svg-elem-1-27 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-28 {
  stroke-dashoffset: 26.16922950744629px;
  stroke-dasharray: 26.16922950744629px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2399999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2399999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
}
svg.active .svg-elem-1-28 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-29 {
  stroke-dashoffset: 15.03840446472168px;
  stroke-dasharray: 15.03840446472168px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6000000000000005s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6000000000000005s;
}
svg.active .svg-elem-1-29 {
  stroke-dashoffset: 0;
}
svg .svg-elem-1-30 {
  stroke-dashoffset: 31.75131607055664px;
  stroke-dasharray: 31.75131607055664px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s;
}
svg.active .svg-elem-1-30 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-31 {
  stroke-dashoffset: 31.751510620117188px;
  stroke-dasharray: 31.751510620117188px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5999999999999996s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5999999999999996s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s;
}
svg.active .svg-elem-1-31 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-32 {
  stroke-dashoffset: 31.666481018066406px;
  stroke-dasharray: 31.666481018066406px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7199999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9000000000000004s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7199999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9000000000000004s;
}
svg.active .svg-elem-1-32 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-33 {
  stroke-dashoffset: 33.84716033935547px;
  stroke-dasharray: 33.84716033935547px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4s;
}
svg.active .svg-elem-1-33 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-34 {
  stroke-dashoffset: 30.18731689453125px;
  stroke-dasharray: 30.18731689453125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.1000000000000005s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.1000000000000005s;
}
svg.active .svg-elem-1-34 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-35 {
  stroke-dashoffset: 8.184658527374268px;
  stroke-dasharray: 8.184658527374268px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s;
}
svg.active .svg-elem-1-35 {
  stroke-dashoffset: 0;
}
svg .svg-elem-1-36 {
  stroke-dashoffset: 30.102598190307617px;
  stroke-dasharray: 30.102598190307617px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.3s;
}
svg.active .svg-elem-1-36 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-37 {
  stroke-dashoffset: 30.102550506591797px;
  stroke-dasharray: 30.102550506591797px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.32s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.32s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s;
}
svg.active .svg-elem-1-37 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-1-38 {
  stroke-dashoffset: 169.9056396484375px;
  stroke-dasharray: 169.9056396484375px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4399999999999995s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4399999999999995s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.5s;
}
svg.active .svg-elem-1-38 {
  stroke-dashoffset: 0;
}
svg .svg-elem-2-1 {
  stroke-dashoffset: 152px;
  stroke-dasharray: 152px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
svg.active .svg-elem-2-1 {
  stroke-dashoffset: 0;
}
svg .svg-elem-2-2 {
  stroke-dashoffset: 16.603081703186035px;
  stroke-dasharray: 16.603081703186035px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
svg.active .svg-elem-2-2 {
  stroke-dashoffset: 0;
}
svg .svg-elem-2-3 {
  stroke-dashoffset: 16.317821502685547px;
  stroke-dasharray: 16.317821502685547px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
svg.active .svg-elem-2-3 {
  stroke-dashoffset: 0;
}
svg .svg-elem-2-4 {
  stroke-dashoffset: 16.317821502685547px;
  stroke-dasharray: 16.317821502685547px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
svg.active .svg-elem-2-4 {
  stroke-dashoffset: 0;
}
svg .svg-elem-2-5 {
  stroke-dashoffset: 31.390865325927734px;
  stroke-dasharray: 31.390865325927734px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}
svg.active .svg-elem-2-5 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-2-6 {
  stroke-dashoffset: 31.39092254638672px;
  stroke-dasharray: 31.39092254638672px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}
svg.active .svg-elem-2-6 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-2-7 {
  stroke-dashoffset: 28.427682876586914px;
  stroke-dasharray: 28.427682876586914px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}
svg.active .svg-elem-2-7 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-2-8 {
  stroke-dashoffset: 28.42775535583496px;
  stroke-dasharray: 28.42775535583496px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}
svg.active .svg-elem-2-8 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-2-9 {
  stroke-dashoffset: 28.427438735961914px;
  stroke-dasharray: 28.427438735961914px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}
svg.active .svg-elem-2-9 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-2-10 {
  stroke-dashoffset: 28.427783966064453px;
  stroke-dasharray: 28.427783966064453px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}
svg.active .svg-elem-2-10 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-2-11 {
  stroke-dashoffset: 15.03840446472168px;
  stroke-dasharray: 15.03840446472168px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}
svg.active .svg-elem-2-11 {
  stroke-dashoffset: 0;
}
svg .svg-elem-2-12 {
  stroke-dashoffset: 26.168964385986328px;
  stroke-dasharray: 26.168964385986328px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}
svg.active .svg-elem-2-12 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-2-13 {
  stroke-dashoffset: 31.666242599487305px;
  stroke-dasharray: 31.666242599487305px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}
svg.active .svg-elem-2-13 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-2-14 {
  stroke-dashoffset: 15.03840446472168px;
  stroke-dasharray: 15.03840446472168px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}
svg.active .svg-elem-2-14 {
  stroke-dashoffset: 0;
}
svg .svg-elem-2-15 {
  stroke-dashoffset: 31.75106430053711px;
  stroke-dasharray: 31.75106430053711px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}
svg.active .svg-elem-2-15 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-2-16 {
  stroke-dashoffset: 31.666431427001953px;
  stroke-dasharray: 31.666431427001953px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}
svg.active .svg-elem-2-16 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-2-17 {
  stroke-dashoffset: 33.84535026550293px;
  stroke-dasharray: 33.84535026550293px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
}
svg.active .svg-elem-2-17 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-2-18 {
  stroke-dashoffset: 30.10247039794922px;
  stroke-dasharray: 30.10247039794922px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}
svg.active .svg-elem-2-18 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-2-19 {
  stroke-dashoffset: 30.10296630859375px;
  stroke-dasharray: 30.10296630859375px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}
svg.active .svg-elem-2-19 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-2-20 {
  stroke-dashoffset: 30.10257911682129px;
  stroke-dasharray: 30.10257911682129px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}
svg.active .svg-elem-2-20 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-2-21 {
  stroke-dashoffset: 134.5196533203125px;
  stroke-dasharray: 134.5196533203125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
}
svg.active .svg-elem-2-21 {
  stroke-dashoffset: 0;
}
/*---Icon Anim---*/
svg .svg-elem-icon1-1 {
  stroke-dashoffset: 119.94734191894531px;
  stroke-dasharray: 119.94734191894531px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
svg.active .svg-elem-icon1-1 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-icon1-2 {
  stroke-dashoffset: 237.427978515625px;
  stroke-dasharray: 237.427978515625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
svg.active .svg-elem-icon1-2 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-icon1-3 {
  stroke-dashoffset: 282.987060546875px;
  stroke-dasharray: 282.987060546875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
svg.active .svg-elem-icon1-3 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-icon1-4 {
  stroke-dashoffset: 19.616310119628906px;
  stroke-dasharray: 19.616310119628906px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
svg.active .svg-elem-icon1-4 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon1-5 {
  stroke-dashoffset: 19.968517303466797px;
  stroke-dasharray: 19.968517303466797px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}
svg.active .svg-elem-icon1-5 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon1-6 {
  stroke-dashoffset: 91.25059509277344px;
  stroke-dasharray: 91.25059509277344px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}
svg.active .svg-elem-icon1-6 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon1-7 {
  stroke-dashoffset: 125.23963165283203px;
  stroke-dasharray: 125.23963165283203px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}
svg.active .svg-elem-icon1-7 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon2-1 {
  stroke-dashoffset: 89.5971450805664px;
  stroke-dasharray: 89.5971450805664px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
svg.active .svg-elem-icon2-1 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-icon2-2 {
  stroke-dashoffset: 374.81732177734375px;
  stroke-dasharray: 374.81732177734375px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
svg.active .svg-elem-icon2-2 {
  stroke-dashoffset: 0;
  fill: rgb(236, 170, 0);
}
svg .svg-elem-icon2-3 {
  stroke-dashoffset: 89.59532165527344px;
  stroke-dasharray: 89.59532165527344px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
svg.active .svg-elem-icon2-3 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-icon2-4 {
  stroke-dashoffset: 374.810791015625px;
  stroke-dasharray: 374.810791015625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
svg.active .svg-elem-icon2-4 {
  stroke-dashoffset: 0;
  fill: rgb(236, 170, 0);
}
svg .svg-elem-icon2-5 {
  stroke-dashoffset: 89.5933837890625px;
  stroke-dasharray: 89.5933837890625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}
svg.active .svg-elem-icon2-5 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-icon2-6 {
  stroke-dashoffset: 374.80523681640625px;
  stroke-dasharray: 374.80523681640625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}
svg.active .svg-elem-icon2-6 {
  stroke-dashoffset: 0;
  fill: rgb(236, 170, 0);
}
svg .svg-elem-icon2-7 {
  stroke-dashoffset: 89.59519958496094px;
  stroke-dasharray: 89.59519958496094px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}
svg.active .svg-elem-icon2-7 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-icon2-8 {
  stroke-dashoffset: 374.8114013671875px;
  stroke-dasharray: 374.8114013671875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}
svg.active .svg-elem-icon2-8 {
  stroke-dashoffset: 0;
  fill: rgb(236, 170, 0);
}
svg .svg-elem-icon2-9 {
  stroke-dashoffset: 317.54910594892743px;
  stroke-dasharray: 317.54910594892743px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}
svg.active .svg-elem-icon2-9 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon2-10 {
  stroke-dashoffset: 104.80354309082031px;
  stroke-dasharray: 104.80354309082031px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}
svg.active .svg-elem-icon2-10 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-icon2-11 {
  stroke-dashoffset: 104.80404663085938px;
  stroke-dasharray: 104.80404663085938px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}
svg.active .svg-elem-icon2-11 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-icon2-12 {
  stroke-dashoffset: 104.80426788330078px;
  stroke-dasharray: 104.80426788330078px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}
svg.active .svg-elem-icon2-12 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-icon2-13 {
  stroke-dashoffset: 104.80388641357422px;
  stroke-dasharray: 104.80388641357422px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}
svg.active .svg-elem-icon2-13 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-icon3-1 {
  stroke-dashoffset: 192.0369873046875px;
  stroke-dasharray: 192.0369873046875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
svg.active .svg-elem-icon3-1 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon3-2 {
  stroke-dashoffset: 57.610069274902344px;
  stroke-dasharray: 57.610069274902344px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
svg.active .svg-elem-icon3-2 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon3-3 {
  stroke-dashoffset: 227.46267997017867px;
  stroke-dasharray: 227.46267997017867px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}
svg.active .svg-elem-icon3-3 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon3-4 {
  stroke-dashoffset: 169.5455344456587px;
  stroke-dasharray: 169.5455344456587px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
}
svg.active .svg-elem-icon3-4 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon3-5 {
  stroke-dashoffset: 138.95306396484375px;
  stroke-dasharray: 138.95306396484375px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
}
svg.active .svg-elem-icon3-5 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon3-6 {
  stroke-dashoffset: 71.42414093017578px;
  stroke-dasharray: 71.42414093017578px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}
svg.active .svg-elem-icon3-6 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon3-7 {
  stroke-dashoffset: 26.2002010345459px;
  stroke-dasharray: 26.2002010345459px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s;
}
svg.active .svg-elem-icon3-7 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon3-8 {
  stroke-dashoffset: 93.28208923339844px;
  stroke-dasharray: 93.28208923339844px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s;
}
svg.active .svg-elem-icon3-8 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon4-1 {
  stroke-dashoffset: 145.09646606445312px;
  stroke-dasharray: 145.09646606445312px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
svg.active .svg-elem-icon4-1 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon4-2 {
  stroke-dashoffset: 271.1668701171875px;
  stroke-dasharray: 271.1668701171875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
svg.active .svg-elem-icon4-2 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon4-3 {
  stroke-dashoffset: 165.38575744628906px;
  stroke-dasharray: 165.38575744628906px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}
svg.active .svg-elem-icon4-3 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon5-1 {
  stroke-dashoffset: 170.2847900390625px;
  stroke-dasharray: 170.2847900390625px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
svg.active .svg-elem-icon5-1 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon5-2 {
  stroke-dashoffset: 86.6243896484375px;
  stroke-dasharray: 86.6243896484375px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
svg.active .svg-elem-icon5-2 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon5-3 {
  stroke-dashoffset: 96.92485046386719px;
  stroke-dasharray: 96.92485046386719px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
svg.active .svg-elem-icon5-3 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon5-4 {
  stroke-dashoffset: 114.18978881835938px;
  stroke-dasharray: 114.18978881835938px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
svg.active .svg-elem-icon5-4 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon5-5 {
  stroke-dashoffset: 86.62434387207031px;
  stroke-dasharray: 86.62434387207031px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}
svg.active .svg-elem-icon5-5 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon5-6 {
  stroke-dashoffset: 96.92481994628906px;
  stroke-dasharray: 96.92481994628906px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}
svg.active .svg-elem-icon5-6 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon5-7 {
  stroke-dashoffset: 114.18976593017578px;
  stroke-dasharray: 114.18976593017578px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}
svg.active .svg-elem-icon5-7 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon5-8 {
  stroke-dashoffset: 41.482200622558594px;
  stroke-dasharray: 41.482200622558594px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}
svg.active .svg-elem-icon5-8 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon5-9 {
  stroke-dashoffset: 41.482200622558594px;
  stroke-dasharray: 41.482200622558594px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}
svg.active .svg-elem-icon5-9 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon5-10 {
  stroke-dashoffset: 170.2847900390625px;
  stroke-dasharray: 170.2847900390625px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}
svg.active .svg-elem-icon5-10 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon5-11 {
  stroke-dashoffset: 86.6242904663086px;
  stroke-dasharray: 86.6242904663086px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}
svg.active .svg-elem-icon5-11 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon5-12 {
  stroke-dashoffset: 96.9248275756836px;
  stroke-dasharray: 96.9248275756836px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}
svg.active .svg-elem-icon5-12 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon5-13 {
  stroke-dashoffset: 114.18978881835938px;
  stroke-dasharray: 114.18978881835938px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}
svg.active .svg-elem-icon5-13 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon5-14 {
  stroke-dashoffset: 86.62420654296875px;
  stroke-dasharray: 86.62420654296875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}
svg.active .svg-elem-icon5-14 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon5-15 {
  stroke-dashoffset: 96.92477416992188px;
  stroke-dasharray: 96.92477416992188px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}
svg.active .svg-elem-icon5-15 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon5-16 {
  stroke-dashoffset: 114.18978118896484px;
  stroke-dasharray: 114.18978118896484px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}
svg.active .svg-elem-icon5-16 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon5-17 {
  stroke-dashoffset: 41.482200622558594px;
  stroke-dasharray: 41.482200622558594px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
}
svg.active .svg-elem-icon5-17 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon5-18 {
  stroke-dashoffset: 41.482200622558594px;
  stroke-dasharray: 41.482200622558594px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}
svg.active .svg-elem-icon5-18 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon6-1 {
  stroke-dashoffset: 105.67259979248047px;
  stroke-dasharray: 105.67259979248047px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
svg.active .svg-elem-icon6-1 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon6-2 {
  stroke-dashoffset: 133.94696044921875px;
  stroke-dasharray: 133.94696044921875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
svg.active .svg-elem-icon6-2 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon6-3 {
  stroke-dashoffset: 78.81167602539062px;
  stroke-dasharray: 78.81167602539062px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
svg.active .svg-elem-icon6-3 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon6-4 {
  stroke-dashoffset: 120.9080810546875px;
  stroke-dasharray: 120.9080810546875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
svg.active .svg-elem-icon6-4 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-icon6-5 {
  stroke-dashoffset: 120.9080810546875px;
  stroke-dasharray: 120.9080810546875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}
svg.active .svg-elem-icon6-5 {
  stroke-dashoffset: 0;
}
svg .svg-elem-icon6-6 {
  stroke-dashoffset: 82.3431167602539px;
  stroke-dasharray: 82.3431167602539px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}
svg.active .svg-elem-icon6-6 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg .svg-elem-icon6-7 {
  stroke-dashoffset: 82.3431167602539px;
  stroke-dasharray: 82.3431167602539px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}
svg.active .svg-elem-icon6-7 {
  stroke-dashoffset: 0;
}
svg .svg-elem-3-1 {
  stroke-dashoffset: 133.5px;
  stroke-dasharray: 133.5px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
svg.active .svg-elem-3-1 {
  stroke-dashoffset: 0;
}
svg .svg-elem-3-2 {
  stroke-dashoffset: 16.603081703186035px;
  stroke-dasharray: 16.603081703186035px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
svg.active .svg-elem-3-2 {
  stroke-dashoffset: 0;
}
svg .svg-elem-3-3 {
  stroke-dashoffset: 31.390884399414062px;
  stroke-dasharray: 31.390884399414062px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
svg.active .svg-elem-3-3 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-3-4 {
  stroke-dashoffset: 28.427692413330078px;
  stroke-dasharray: 28.427692413330078px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
svg.active .svg-elem-3-4 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-3-5 {
  stroke-dashoffset: 26.169050216674805px;
  stroke-dasharray: 26.169050216674805px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}
svg.active .svg-elem-3-5 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-3-6 {
  stroke-dashoffset: 15.03840446472168px;
  stroke-dasharray: 15.03840446472168px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}
svg.active .svg-elem-3-6 {
  stroke-dashoffset: 0;
}
svg .svg-elem-3-7 {
  stroke-dashoffset: 31.751232147216797px;
  stroke-dasharray: 31.751232147216797px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}
svg.active .svg-elem-3-7 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-3-8 {
  stroke-dashoffset: 31.666385650634766px;
  stroke-dasharray: 31.666385650634766px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}
svg.active .svg-elem-3-8 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-3-9 {
  stroke-dashoffset: 33.84536170959473px;
  stroke-dasharray: 33.84536170959473px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}
svg.active .svg-elem-3-9 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-3-10 {
  stroke-dashoffset: 30.18736457824707px;
  stroke-dasharray: 30.18736457824707px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}
svg.active .svg-elem-3-10 {
  stroke-dashoffset: 0;
  fill: rgb(154, 124, 78);
}
svg .svg-elem-3-11 {
  stroke-dashoffset: 8.184658527374268px;
  stroke-dasharray: 8.184658527374268px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}
svg.active .svg-elem-3-11 {
  stroke-dashoffset: 0;
}
svg .svg-elem-3-12 {
  stroke-dashoffset: 141.41928100585938px;
  stroke-dasharray: 141.41928100585938px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}
svg.active .svg-elem-3-12 {
  stroke-dashoffset: 0;
}
/*---BTN---*/
a.std-btn,
a.btn1,
.btn1 a {
  padding-left: 30px;
  padding-right: 30px;
  min-height: 40px;
  background-color: var(--color3);
  color: #fff;
  border: 1px solid var(--color3);
  min-width: 200px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.05em;
}
a.std-btn.sm-btn {
  min-width: 155px;
}
a.std-btn:hover,
body a.btn1:hover,
body .btn1 a:hover {
  background-color: var(--color6);
  color: var(--color3) !important;
  border-color: var(--color6);
  background-color: #ffffff;
  border-color: var(--color3);
  color: var(--color3);
}
.bg_beige a.std-btn:hover,
.bg_beige .btn1 a:hover {
  background-color: #ffffff;
  border-color: var(--color3);
  color: var(--color3);
}
/*---Link---*/
.wpb_text_column a:not(.std-btn) {
  font-weight: bold;
}
/*---Title---*/
.ornament-title {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 0 !important;
}
.ornament-title-1 {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 0 !important;
}
.ornament-title-2 {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 0 !important;
}
.ornament-title svg {
  margin-top: 20px;
}
.ornament-title-1 svg {
  margin-top: 20px;
}
.ornament-title-2 svg {
  margin-top: 20px;
}
.ornament-title {
  padding-bottom: 55px;
}
.ornament-title svg {
  position: absolute;
  bottom: 5px;
  left: 0;
}
.center-title.ornament-title-1 {
  padding-bottom: 55px;
}
.center-title.ornament-title-1 svg {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 241px);
}
/*---Center---*/
.centerthispls,
.centerthispls .vc_row {
  justify-content: center;
}
/*---Form---*/
body .ff-default .ff-el-form-control {
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #9a7c4e;
  font-family: var(--font-family, inherit);
  padding: 15px 15px;
}
body .ff-default .ff-el-form-control:focus,
body .ff-default .ff-el-form-control::placeholder {
  color: #7e7e7e !important;
}
body .ff-btn-submit {
  border-radius: 0 !important;
  font-weight: 700;
}
.no-touch button[type="submit"]:not(.w-btn):hover,
body .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button:hover {
  color: var(--color3);
}
/*---Home---*/
/*---Home title---*/
.mml_hero1 > .l-section-h.i-cf {
  min-height: 680px;
  align-items: center;
  display: flex;
}
body .mml_hero1 {
  background-size: cover !important;
  background-position: center !important;
}
.mml_hero1 > .l-section-h.i-cf > .g-cols {
  padding: 60px;
  width: 100%;
  text-align: center;
}
.mml_hero1 .h1txt p svg,
.hafter2 svg,
.hafter1 svg {
  display: block;
  margin-top: 15px;
}
.mml_hero1 .h1txt p svg,
.midafter svg {
  margin-left: auto;
  margin-right: auto;
}
.mml_hero1 .h1btns p {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 588px;
  margin: auto;
}
.h1btns a {
  width: 46%;
}
.hero-txt {
  font-size: var(--fsheadingL);
  font-family: var(--h1-font-family, inherit);
  font-weight: var(--h1-font-weight, inherit);
  line-height: 81px;
  text-transform: uppercase;
  line-height: 81px;
}
.mml_hero1 {
  position: relative;
}
.mml_hero1:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 70%;
  width: 100%;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 19.27%, rgba(0, 0, 0, 0) 100%);
}
/*---Top CTA---*/
.top-cta {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: var(--color6);
  text-align: center;
}
.top-cta .top-cta-txt + div {
  margin-left: 10px;
}
/*---.mml_imgrow2---*/
.mml_imgrow2 .txt {
  padding: 50px;
}
.mml_imgrow2 .txt a {
  font-weight: 700;
}
body .mml_imgrow2 * {
  background-size: cover !important;
  background-position: center !important;
}
body .mml_imgrow2 .vc_row {
  border: 2px solid var(--color4);
  box-shadow: 0px 4px 57px 0px #00000029;
}
.mml_imgrow2 .txt-btn {
  margin-top: 20px;
}
/*---contact1---*/
.mml_contact11 .fluentform .ff-el-form-check .ff_t_c {
  padding-left: 15px;
}
.fluentform .ff-el-form-check input[type="checkbox"]:before {
  display: none;
}
.mml_contact11 {
  position: relative;
}
.mml_contact11 .img:before {
  content: "";
  display: block;
  width: 80%;
  height: calc(100% + 180px);
  position: absolute;
  left: -60px;
  top: -90px;
  background: var(--color4);
}
.mml_contact11:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color6);
}
.mml_contact11 .img p {
  position: relative;
  line-height: 1;
}
.mml_contact11 .img p img {
  position: relative;
}
.mml_contact11 .img .vc_column-inner {
  padding-left: 60px !important;
  justify-content: center;
}
.mml_contact11 .txt {
  max-width: 800px;
}
.pad3.mml_contact11 {
  padding-top: 90px;
  padding-bottom: 90px;
}
/*---mml_textimagerows19---*/
.mml_textimagerows19 .g-cols .g-cols.inner-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  box-shadow: 0px 4px 57px 0px #00000029;
  border-radius: 0;
  overflow: hidden;
  border: 2px solid var(--color4);
}
.mml_textimagerows19 .mml_img1 p {
  line-height: 1;
}
.mml_textimagerows19 .txt1 {
  padding: 18px 22px;
  text-align: center;
}
.mml_textimagerows19 .btn1 {
  text-align: center;
  margin: 0 auto 32px;
}
.mml_textimagerows19 img {
  width: 100%;
}
.mml_textimagerows19 .g-cols .g-cols.inner-row > .wpb_column > .vc_column-inner {
  padding: 0 12px !important;
}
.mml_textimagerows19 .g-cols .g-cols.inner-row > .wpb_column {
  margin-bottom: 42px;
}
.mml_textimagerows19 .g-cols .g-cols.inner-row {
  justify-content: center;
}
.mml_textimagerows19 h3 {
  margin-bottom: 5px;
}
/*---mml_textiwthbackground38---*/
.mml_textiwthbackground38 {
  background-color: var(--color4);
}
.mml_textiwthbackground38:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: url(/wp-content/uploads/2024/02/oakley1.png);
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: left center;
}
.mml_textiwthbackground38:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: url(/wp-content/uploads/2024/02/oakley1.png);
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: right center;
}
.mml_textiwthbackground38 * {
  position: relative;
  z-index: 1;
}
.mml_textiwthbackground38 .wpb_text_column {
  max-width: 1000px;
  margin: auto;
}
/* imgrow3 */
.mml_imgrow3 .txt {
  padding: 75px 110px;
  background-color: var(--color6);
}
.mml_imgrow3 .txt > .vc_column-inner {
  padding: 0 !important;
}
.mml_imgrow3 .vc_col-sm-6 > .vc_column-inner {
  background-size: cover !important;
  background-position: center !important;
}
/* .mml_iconrows9 */
.mml_iconrows9 .vc_col-sm-6 > div > div {
  border: 1px solid #9a7c4e;
  background-color: #fff;
  box-shadow: 0px 4px 57px rgba(0, 0, 0, 0.16);
  padding: 42px;
  margin-bottom: 30px;
  height: 100%;
}
.mml_iconrows9 .vc_col-sm-6:last-child > div > div {
  margin-bottom: 0;
}
.mml_iconrows9 .vc_col-sm-12 {
  max-width: 1150px;
  margin: 0 auto 42px;
}
.mml_iconrows9 .img * {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mml_iconrows9 h3 {
  color: var(--color-content-heading);
}
/*---Blog Row---*/
.blog_row .post_title a {
  font-family: var(--h3-font-family, inherit);
  font-size: var(--h3-font-size, inherit);
  line-height: var(--h3-line-height, 1.4) !important;
  letter-spacing: 0.02rem;
  color: #fff;
}
.blog_row .post_title {
  padding: 33px 92px 33px 41px;
  background: var(--color4) url(/wp-content/uploads/2024/02/oakley-blog.png) no-repeat !important;
  background-position: right bottom !important;
}
.blog_row .post_date {
  color: #002f29;
  font-weight: 400;
  letter-spacing: 0.02rem;
  font-family: var(--h3-font-family, inherit);
  font-size: 24px;
}
.blog_row .post_content {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.blog_row .post_body {
  padding: 37px 51px;
  border: 1px solid #9a7c4e;
}
/*---review-row---*/
.review-row {
}
/*---Inner Page---*/
/*---page-404---*/
.page-404 {
  padding-top: 100px;
  padding-bottom: 50px;
}
/*---Login---*/
.login h1 a {
  max-height: 74px !important;
  max-width: 74px !important;
}
/*---Inner Title---*/
.inner-title {
  background-color: var(--color4);
}
.inner-title h1,
.inner-title p {
  font-size: var(--fsheadingM);
  line-height: var(--fsheadingL);
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-family: var(--h1-font-family, inherit);
}
/*---mml_textiwthbackground35---*/
.mml_textiwthbackground35 .fq1 {
  border: 2px solid var(--color4);
  border-radius: 6px;
  margin-bottom: 32px !important;
}
.mml_textiwthbackground35 .fq1:last-child {
  margin-bottom: 0 !important;
}
.mml_textiwthbackground35 .question {
  background: var(--color4);
  padding: 15px 60px;
}
.mml_textiwthbackground35 .question * {
  color: #fff !important;
}
.mml_textiwthbackground35 .fq1 .vc_column-inner {
  padding: 0 !important;
}
.mml_textiwthbackground35 .answer {
  padding: 23px 60px;
  background-color: #fff;
}
/*---Gallery---*/
.royalSlider.rsFullscreen {
  background: rgba(0, 0, 0, 0.7) !important;
}
.gallery-row .rsArrowRight,
.gallery-row .rsArrowLeft,
.gallery-row .rsNav.rsThumbs.rsThumbsHor {
  display: none !important;
}
.royalSlider.rsFullscreen .rsArrowLeft,
.royalSlider.rsFullscreen .rsArrowRight,
.gallery-row .royalSlider.rsFullscreen .rsNav.rsThumbs.rsThumbsHor {
  display: BLOCK;
}
.gallery-row .rsFullscreenBtn {
  width: 100%;
  height: 100%;
}
.gallery-column-container {
  position: relative;
  text-align: center;
}
.gallery-column-container .gallery-title {
  position: absolute;
  bottom: 50px;
  color: #fff;
  display: block;
  width: 100%;
  left: 0;
  z-index: 9;
}
.rsFullscreenBtn:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 19.27%, rgba(0, 0, 0, 0) 100%);
  content: "";
}
.gallery-row .rsFullscreenBtn {
  opacity: 1 !important;
}
.gallery-row .rsOverflow:hover .rsFullscreenBtn:after {
  background: #00000099;
}
.gallery-column-container .rsOverflow:hover .gallery-title {
  bottom: 50%;
}
.royalSlider.rsFullscreen .gallery-title {
  display: none;
}
.gallery-inner-row + .gallery-inner-row {
  margin-top: 30px !important;
}
.gallery-txt-inner-row {
  padding-bottom: 30px;
}
.royalSlider.rsFullscreen .rsThumbsContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  padding-bottom: 30px;
}
/*---Contact---*/
.mml_contact4 .wpb_column:first-child .wpb_raw_html:not(:last-child) {
  border-bottom: 1px solid #c5c5c5;
}
.mml_contact4 .contact_txt label {
  display: block;
  font-size: 24px !important;
  letter-spacing: 0.48px;
  margin-bottom: 5px !important;
  font-family: var(--h3-font-family, inherit);
  font-weight: var(--h3-font-weight, inherit);
  line-height: 38px;
  color: #70919a;
}
.mml_contact4 .wpb_column:first-child .wpb_raw_html {
  padding: 0 0 16px 0;
  margin-bottom: 0 !important;
}
.mml_contact4 .wpb_column:first-child .wpb_raw_html + .wpb_raw_html {
  padding-top: 16px;
}
.mml_contact4 .wpb_column:first-child .wpb_wrapper p {
  display: flex;
  gap: 10px; /*align-items: baseline;*/
  margin-bottom: 0;
  line-height: 30px;
}
.mml_contact4 .wpb_column:first-child a {
  color: #2b2b2b;
}
.mml_contact4 .wpb_column:first-child a:hover {
  color: var(--color1);
}
.mml_contact4 .wpb_column:first-child i {
  color: #fff;
  background: #9a7c4e;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 0;
  margin-top: 3px;
  border-radius: 50%;
}
.mml_contact4 .wpb_column:first-child a:hover i {
  background: var(--color1);
}
.mml_contact4 .wpb_column:first-child form {
  margin-top: 30px;
}
.mml_contact4 .wpb_column strong {
  font-family: var(--h3-font-family, inherit);
}

.map-row .vc_column-inner {
  padding: 0px !important;
}

.mml_iconrows9.contact_page_iconrow {
  margin-top: -15px;
}
.mml_iconrows9.contact_page_iconrow .img * {
  display: inline-block;
  margin: auto;
  text-align: center;
}
.mml_iconrows9.contact_page_iconrow .vc_col-sm-12.img {
  margin-bottom: 0px;
}
.mml_iconrows9.contact_page_iconrow .vc_col-sm-4 > div > div {
  border: 1px solid #9a7c4e;
  background-color: #fff;
  box-shadow: 0px 4px 57px rgba(0, 0, 0, 0.16);
  padding: 42px;
  margin-bottom: 30px;
  height: 100%;
}

.areas .w-grid-list {
  align-items: center;
  justify-content: center;
}
.areas .btn1 a {
  min-width: 300px;
}
/*---Single Post---*/
.inner_post_date {
  display: block !important;
}
.single-post h2 {
  font-size: 42px;
  margin-bottom: 5px;
  padding-top: 0px;
}
.single-post p {
  margin-bottom: 0px;
}
.single-post h3 {
  font-size: 34px;
  margin-bottom: 15px;
  padding-top: 20px;
}
.single-post ul {
  margin-bottom: 0px;
  margin-top: 10px;
}
/*---Event Row---*/
.event-row {
  text-align: center;
}
.event-row .wpb_row {
  margin-top: 30px !important;
}
/*---Contact---*/
.mml_contact4 .fluentform .ff-el-form-check .ff_t_c {
  padding-left: 15px !important;
}
/* .social_icons .w-socials-item.twitter { */
/* margin-top: 3px; */
/* } */
.social_icons .w-socials-item {
  width: 7%;
}
.social_icons .w-socials-list {
  margin-left: -10px;
}
.social_icons .w-socials-item.linkedin {
  margin-top: 1px;
}
/*---Menu---*/
/*---Menu 1---*/
.mml_textwbg37_1 .l-section-h {
  max-width: 1450px;
}
.mml_textwbg37_1 .title {
  background-image: url("/wp-content/uploads/2024/02/logo-menu-Oakley-House-1.png");
  background-color: var(--color4);
  color: #fff;
  padding: 30px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.mml_textwbg37_1 .title p {
  font-size: 28px;
  line-height: 110%;
  display: block;
  font-family: var(--h2-font-family, inherit);
}
.mml_textwbg37_inner_row.mml_textwbg37_1 > .vc_column_container > .vc_column-inner > .wpb_wrapper,
.mml_textwbg37_1 > .l-section-h > .g-cols > .wpb_column > .vc_column-inner > .wpb_wrapper {
  border: 1px solid var(--color4);
  box-shadow: 0px 0px 57px 0px #00524833;
  height: 100%;
  margin-bottom: 42px;
}
.mml_textwbg37_1 > .l-section-h > .g-cols > .wpb_column.menu-additional-txt-container > .vc_column-inner > .wpb_wrapper {
  border: 0px solid var(--color4);
  box-shadow: none;
  height: inherit;
  margin-bottom: 0;
}

.mml_textwbg37_1.bg_beige > .l-section-h > .g-cols > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background-color: #fff;
}
.mml_textwbg37_1 .price {
  padding: 32px 32px 0 32px;
  text-align: center;
}
.mml_textwbg37_1 .content {
  padding: 32px;
  text-align: center;
}
.mml_textwbg37_1 .price + .content {
  padding-top: 15px;
}
.mml_textwbg37_1 .borderbot p:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.mml_textwbg37_1 .borderbot p {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.mml_textwbg37_1.w_o_border .borderbot p {
  border-bottom: none;
}
.mml_textwbg37_1 .borderbot p.menu-inner-title {
  border-bottom: none;
  margin-bottom: 0;
}
.mml_textwbg37_1 .borderbot p.menu-inner-title em {
  display: block;
  margin-top: -5px;
  font-style: normal;
}
/*---New Menu---*/
.mml_textwbg37_1 .content.mml_menu1 {
  padding-top: 60px;
}
.mml_menu1 p em strong {
  position: absolute;
  background: #fff;
  line-height: 36px;
  padding: 0 10px 2px 0;
  top: -30px !important;
  z-index: 1;
}
.mml_menu1 em {
  display: block;
  font-style: normal;
  font-weight: 700;
}
.mml_menu1 p em:last-child {
  line-height: 26px;
  position: absolute;
  right: 0;
  top: -25px;
  background: #fff;
  padding: 0 0 5px 5px;
}
.mml_menu1 em:first-child strong {
  left: 0;
}
.mml_menu1 em:first-child:after {
  margin-top: -5px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #002f29;
  position: absolute;
}
.mml_menu1 p {
  position: relative;
  margin-bottom: 40px;
  min-height: 30px;
  text-align: left;
  line-height: 30px;
  font-style: italic;
}
.mml_menu1 p:last-child {
  margin-bottom: 0 !important;
}
.mml_menu_wo_description.mml_menu1 p em strong {
  font-weight: 400;
}
.mml_menu_wo_description.mml_menu1 p {
  margin-bottom: 25px;
}
/*---New Menu Title---*/
.mml_textwbg37_1 .title.new-menu-title {
  background-image: none;
  text-align: left;
}
.mml_textwbg37_1 .title.new-menu-title strong {
  position: absolute;
  right: 30px;
  font-weight: 400;
  font-size: 24px;
}

.mml_textwbg37_1 .price p {
  color: #959595;
  font-size: 19px;
  display: block;
  position: relative;
  padding-bottom: 55px;
}
.mml_textwbg37_1 .price p svg {
  position: absolute;
  bottom: 0;
  left: calc(50% - 73px);
}
.mml_textwbg37_1 .price strong {
  color: #111;
  font-size: 50px;
  display: block;
  position: relative;
  line-height: 110%;
  margin-bottom: -5px;
}
.mml_textwbg37_1 .price strong em {
  font-size: 24px;
  position: absolute;
  margin-left: -16px;
  margin-top: -12px;
}

.mml_textwbg37_1 .tal p {
  text-align: left;
}
.mml_textwbg37_1 span.s_title {
  font-size: 34px;
  color: var(--color3);
  font-family: var(--h2-font-family, inherit);
}
.mml_textwbg37_1 .title p em {
  font-size: 16px;
  display: block;
  line-height: 110%;
}
.mml_textwbg37_1 .title p br + em {
  margin-top: 10px;
}

.mml_textwbg37_1 .g-cols .g-cols.border .wpb_column:after {
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  background: #eee;
  position: absolute;
  top: 5%;
}
.mml_textwbg37_1 .g-cols .g-cols.border .wpb_column {
  position: relative;
}
.menu-separator .w-separator-h {
  color: #d9d9d9 !important;
}
.bg_beige .menu-separator .w-separator-h {
  color: #bcaf97 !important;
}
.mml_textwbg37_1 .content + .w-separator.size_large.with_line {
  height: 2px;
}

/*---Menu Terms Row---*/
.menu-terms-row .vc_row {
  background-color: var(--color4);
  padding: 40px 210px;
}
.menu-terms-inner-row {
}
.menu-terms-row .vc_row:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: url(/wp-content/uploads/2024/02/menu-Oakley-House.png);
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.menu-terms-row .vc_row:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: url(/wp-content/uploads/2024/02/menu-right-Oakley-House.png);
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
.menu-terms-row .wpb_row > .vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.menu-terms-row .vc_row .wpb_row .wpb_text_column > .wpb_wrapper p {
  display: inline-block;
  margin-bottom: 0 !important;
}
.menu-terms-row p {
  z-index: 1;
  position: relative;
}
.menu-terms-row .vc_row .wpb_row .wpb_text_column > .wpb_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}

/* responsive */
/* min*/

@media (min-width: 1660px) {
  .max-full-row > .l-section-h {
    max-width: 1620px;
  }
}

@media (min-width: 1441px) {
  .mml_iconrows9 .vc_row .vc_col-sm-6:nth-child(6) > div > div {
    margin-bottom: 0;
  }
}

@media (min-width: 1440px) {
}

@media (min-width: 1025px) {
  /*---General---*/

  /* add opacity:0 to elements with animation */
  .mml_imgrow3 .txt,
  .mml_textimagerows19 .inner-row,
  .mml_textimagerows1 .img + .txt,
  .mml_textiwthbackground38 .vc_row,
  .mml_imgrow2 .txt,
  .mml_textimagerows19 .inner-row .vc_col-sm-3,
  .mml_contact11 .txt,
  .mml_hero1 .wpb_text_column {
    opacity: 0;
  }

  .mml_textwbg37_1 .content.menu-copy-txt {
    position: absolute;
    bottom: 46px;
    left: 0;
    padding: 32px 50px;
  }
  .w-menu-copy-txt.mml_textwbg37_1 > .l-section-h > .g-cols > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding-bottom: 130px;
  }
  /*---mml_textimagerows19---*/
  .mml_textimagerows19 .g-cols .g-cols.inner-row > .wpb_column {
    margin-bottom: 0;
  }
  .page-id-709 .mml_textimagerows19 .g-cols .g-cols.inner-row > .wpb_column,
  .page-id-693 .mml_textimagerows19 .g-cols .g-cols.inner-row > .wpb_column {
    margin-bottom: 30px;
  }
  .page-id-709 .mml_textimagerows19.pad3,
  .page-id-693 .mml_textimagerows19.pad3 {
    padding-bottom: calc(var(--pad3) - 30px);
  }
}

@media (min-width: 1024px) {
  /*---Footer---*/
  .mmlm_footer_01 .vc_row > .vc_column_container {
    border-right: 1px solid #d0d0d0;
  }
  .mmlm_footer_01 .vc_row > .vc_column_container:last-child {
    border-right: none;
  }
  /*---Top Cta---*/
  .top-cta .wpb_wrapper > div > .wpb_wrapper {
    display: inline-block;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .top-cta .wpb_wrapper .top-cta-txt {
    margin-right: 30px;
  }
  /*---.mml_iconrows9---*/
  /*.mml_iconrows9 .txt{padding-left: 20px;}*/
  .mml_iconrows9 .vc_col-sm-6 > div > div {
    padding-left: 12px;
    padding-right: 20px;
  }
  .mml_iconrows9 .vc_col-sm-6 > div.vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /*---Menu---*/
  .mml_textwbg37_1.sm-mg-b-0 > .l-section-h > .g-cols > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  /* 1st row under header */
  .header_hor .l-header.pos_fixed ~ .l-main > .l-section:first-of-type > .l-section-h,
  .header_hor .l-header.pos_fixed ~ .l-main > form > .l-section:first-of-type > .l-section-h,
  .header_hor .l-header.pos_static.bg_transparent ~ .l-main > .l-section:first-of-type > .l-section-h,
  .header_hor .l-header.pos_static.bg_transparent ~ .l-main > form > .l-section:first-of-type > .l-section-h {
    padding-top: 0 !important;
  }
  .header_hor .l-header.pos_fixed ~ .l-main > .l-section:first-of-type,
  .header_hor .l-header.pos_fixed ~ .l-main > form > .l-section:first-of-type,
  .header_hor .l-header.pos_static.bg_transparent ~ .l-main > .l-section:first-of-type,
  .header_hor .l-header.pos_static.bg_transparent ~ .l-main > form > .l-section:first-of-type {
    margin-top: var(--header-height) !important;
  }
  /*---mml_contact11---*/
  .mml_contact11 .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
    margin-bottom: 0 !important;
  }
}

/*---range---*/
@media (min-width: 1440px) and (max-width: 1600px) {
  /*---Home---*/
  /*---Hero---*/
  .mml_hero1 > .l-section-h.i-cf {
    min-height: 560px;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  body .right-form-pop {
    top: 250px !important;
  }
  body.single-post .right-form-pop {
    top: 200px !important;
  }
  body .right-sticky-btn {
    top: 360px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  /*---HEader----*/
  .l-subheader-cell.at_right .w-socials {
    margin-bottom: 0 !important;
  }
  /*---General---*/
  /*---TxT---*/
  body h1 {
    font-size: 48px;
    line-height: 48px;
  }
  body h2 {
    font-size: 40px;
    line-height: 45px;
  }
  h3 {
  }
  /*---Menu---*/
  .w-menu-copy-txt.mml_textwbg37_1 > .l-section-h > .g-cols > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding-bottom: 180px;
  }
  .menu-terms-row .vc_row {
    padding: 40px 50px;
  }
  .menu-btn-row > .vc_column_container {
    width: 50%;
  }
  .menu-btn-row > .vc_column_container .btn1 a {
    min-width: 300px;
  }
  /*---Home---*/
  /*---Hero---*/
  .mml_hero1 > .l-section-h.i-cf {
    min-height: 500px;
  }
  .mml_hero1 > .l-section-h.i-cf > .g-cols {
    padding: 20px 60px;
  }
  /*---Form---*/
  .mml_contact11 .capchahere .ff-t-column-1 {
    flex-basis: 70% !important;
  }
}

@media (min-width: 990px) and (max-width: 1024px) {
  :root {
    /* default paddings */
    --pad1: 35px;
    --pad2: 60px;
    --pad3: 50px;
  }

  /*---General---*/
  /*---TxT---*/
  body h1 {
    font-size: 40px;
    line-height: 45px;
  }
  body h2 {
    font-size: 40px;
    line-height: 45px;
  }
  body h3 {
    font-size: 25px;
    line-height: 30px;
  }
  /*---Title---*/
  .center-title.ornament-title-1 svg {
  }
  .center-title.ornament-title-1 {
    padding-bottom: 55px;
  }
  .center-title.ornament-title-1 svg {
    position: absolute;
    bottom: 5px;
    left: calc(50% - 150px);
    max-width: 300px;
  }
  /*---HEader---*/
  .l-subheader-cell.at_right .w-socials {
    margin-bottom: 0 !important;
  }
  .menu-item span.w-nav-title {
    font-size: 15px;
  }
  .header_hor .w-nav.type_desktop.spread > .w-nav-list {
    justify-content: space-around;
  }
  /*---Footer---*/
  .mmlm_footer_01 h3 {
    line-height: 25px !important;
    font-size: 18px !important;
  }

  /*---Home---*/
  /*---Hero---*/
  .hero-txt {
    line-height: 50px;
  }
  .mml_hero1 > .l-section-h.i-cf {
    min-height: 500px;
  }
  .mml_hero1 img.aligncenter {
    max-width: 150px;
  }
  /*---.mml_contact11---*/
  .pad3 + .pad3.mml_contact11 {
    padding-top: var(--pad3);
  }
  .mml_contact11:before {
    height: 100%;
    top: 0;
  }
  .pad3.mml_contact11 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mml_contact11 .img:before {
    height: calc(100% + 100px);
    top: -50px;
  }
  .frm-fluent-form .ff-t-container.capchahere {
    width: 100%;
    display: block;
  }
  /*---mml_textimagerows19---*/
  .mml_textimagerows19 .inner-row .vc_col-sm-3 {
    width: 50%;
  }
  /*---.mml_imgrow2---*/
  .mml_imgrow2 .txt {
    width: 60%;
  }
  .mml_imgrow2 .img {
    width: 40%;
  }
  .mml_imgrow2.calendar-row .txt {
    width: 50%;
  }
  .mml_imgrow2.calendar-row .txt > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mml_imgrow2.calendar-row .img {
    width: 16.6666%;
  }
  .home .mml_imgrow2 .txt,
  .home .mml_imgrow2 .img {
    width: 100%;
  }
  .home .mml_imgrow2 .img {
    min-height: 500px;
  }
  body:not(.home) .mml_imgrow2 .img > .vc_column-inner {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  /*---Menu---*/
  .menu-terms-row .vc_row .wpb_row .wpb_text_column > .wpb_wrapper p {
    z-index: 1;
  }
  .menu-terms-row .vc_row .wpb_row .wpb_text_column > .wpb_wrapper p:nth-child(1),
  .menu-terms-row .vc_row .wpb_row .wpb_text_column > .wpb_wrapper p:nth-child(2) {
    padding-right: 30px;
  }
  .menu-terms-row .vc_row .wpb_row .wpb_text_column > .wpb_wrapper {
    align-items: baseline;
  }
  .menu-terms-row .vc_row {
    padding: 40px 50px;
  }
  .mml_textwbg37_1 .content.menu-copy-txt {
  }
  .mml_textwbg37_1 .content.menu-copy-txt {
    position: absolute;
    bottom: 46px;
    left: 0;
    padding: 32px 50px;
  }
  .w-menu-copy-txt.mml_textwbg37_1 > .l-section-h > .g-cols > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding-bottom: 230px;
  }
  .menu-btn-row > .vc_column_container {
    width: 50%;
  }
  .menu-btn-row > .vc_column_container .btn1 a {
    min-width: 300px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  /*---Footer---*/
  footer .mmlm_footer_01 > .l-section-h > .vc_row > .vc_column_container:nth-child(1) {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
  footer .mmlm_footer_01 > .l-section-h > .vc_row > .vc_column_container:nth-child(2),
  footer .mmlm_footer_01 > .l-section-h > .vc_row > .vc_column_container:nth-child(3) {
    width: 50%;
  }
  footer .mmlm_footer_01 > .l-section-h > .vc_row > .vc_column_container:nth-child(4) {
    width: 100%;
  }
  #menu-footer-menu ul {
    column-count: 3;
  }
  .w-toplink.active {
    bottom: 75px;
  }
  /*---mml_textimagerows1---*/
  .mml_textimagerows1 .txt > .vc_column-inner,
  .mml_textimagerows1 .img > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /*---Gallery---*/
  .gallery-inner-row > .gallery-column-container {
    width: 48%;
  }
  .gallery-inner-row .gallery-column-container:first-child {
    margin-right: 2%;
  }
  .gallery-inner-row .gallery-column-container:last-child {
    margin-left: 2%;
  }

  /*---Hero---*/
  .mml_hero1 > .l-section-h.i-cf {
    min-height: 380px;
  }
  /*---Form---*/
  .mml_contact11 .capchahere .ff-t-column-1 {
    flex-basis: 65% !important;
  }
  /*---mml_imgrow2---*/
  .page-id-746 .mml_imgrow2 .img.vc_col-sm-6 {
    min-height: 660px;
  }
  .page-id-847 .mml_imgrow2 .img.vc_col-sm-6,
  .page-id-524 .mml_imgrow2 .img.vc_col-sm-6 {
    min-height: 660px !important;
  }
  /*---Review---*/
  .ti-widget[data-layout-id="5"][data-set-id="drop-shadow"] .ti-controls {
    display: block !important;
  }
  .ti-widget[data-layout-id="5"][data-set-id="drop-shadow"] .ti-controls .ti-next {
    right: -20px !important;
  }
  .ti-widget[data-layout-id="5"][data-set-id="drop-shadow"] .ti-controls .ti-prev {
    left: -20px !important;
  }
  /*---Menu---*/
  .menu-btn-row > .vc_column_container {
    width: 50%;
  }
  .menu-btn-row > .vc_column_container .btn1 a {
    min-width: 300px;
  }
}

/* max */

@media (max-width: 1480px) {
  :root {
    --fsheadingL: 67px;
    --fsheadingM: 50px;
    --fsheadingS: 40px;
    --fsheadingXS: 22px;
  }

  /*---mml_imgrow2---*/
  .mml_imgrow2 .txt {
    padding: 32px;
  }
  /*---mml_contact11---*/
  .mml_contact11 .img .vc_column-inner {
    padding-left: 1.5rem !important;
  }
  /*---.mml_imgrow3---*/
  .mml_imgrow3 .txt {
    padding: 32px;
  }
  /* .mml_iconrows9 */
  .mml_iconrows9 .vc_col-sm-6 {
    width: 100%;
  }
  .mml_iconrows9 .vc_col-sm-6 .vc_col-sm-8 {
    width: 75%;
  }
  .mml_iconrows9 .vc_col-sm-6 .vc_col-sm-4 {
    width: 25%;
  }
  /*---MENU---*/
  /*---MENU 1---*/
  .mml_textwbg37_1 .g-cols > .wpb_column > .vc_column-inner {
    padding: 0 12px !important;
  }
  .mml_textwbg37_1 span.s_title {
    font-size: 25px;
  }
}

@media (max-width: 1280px) {
  /*---Contact---*/
  .mml_iconrows9.contact_page_iconrow .vc_col-sm-4 {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  :root {
    --fsheadingL: 50px;
    --fsheadingM: 40px;
    --fsheadingS: 40px;
    --fsheadingXS: 22px;
  }

  /*---HEader---*/
  .l-header.pos_fixed {
    top: 0;
  }
  /*---General---*/
  .tmp-br {
    display: none;
  }
  /*---mml_textimagerows19---*/
  .mml_textimagerows19 .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /*---.mml_textiwthbackground35---*/
  .mml_textiwthbackground35 .answer,
  .mml_textiwthbackground35 .question {
    padding-left: 30px;
    padding-right: 30px;
  }
  /*---mml_contact11---*/
  .mml_contact11 .ff-text-right.ff_submit_btn_wrapper {
    justify-content: flex-start !important;
  }
  /*---new-menu-row---*/
  .new-menu-row .vc_row > .vc_column_container {
    width: 100%;
  }
  a.right-pop-btn {
    right: -12px;
    transform: scale(0.7);
    width: 74px;
    height: 72px;
    border: 3px solid #fff;
    border-right: 0;
    padding: 13px 10px 13px 13px;
    background-color: var(--color3);
  }
  a.right-pop-btn:before {
    content: url(/wp-content/uploads/2024/03/envelopes-bulk-1-1.png);
    position: relative;
  }
  a.right-pop-btn img,
  a.right-pop-btn label {
    display: none;
  }
  .header_hor .ush_menu_1.type_desktop .menu-item.level_1 > a:not(.w-btn) {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media (max-width: 1023px) {
  :root {
    --fsheadingL: 57px;
    --fsheadingM: 40px;
    --fsheadingS: 30px;
    --fsheadingXS: 20px;
  }

  .twocol ul,
  .twocol ul {
    column-count: 1;
  }
  .w80prc,
  .w70prc,
  .w60prc {
    width: 100%;
    margin: auto;
  }
  #bottom-links {
    display: flex;
  }
  /*---mml_contact11---*/
  .mml_contact11 .img {
    margin-bottom: 64px !important;
  }
  .mml_contact11 .img p:before {
    height: calc(100% + 64px);
    top: -32px;
  }
  .mml_contact11 .img,
  .mml_contact11 .txt {
    width: 100%;
    text-align: center;
  }
  /*---mml_textimagerows1---*/
  .mml_textimagerows1 .txt {
    order: 2 !important;
  }
  .mml_textimagerows1 .img {
    margin-bottom: 32px;
    order: 1 !important;
  }
  .mml_textimagerows1 .txt,
  .mml_textimagerows1 .img {
    width: 100%;
    text-align: center;
  }
  /* .mml_iconrows9 */
  .mml_iconrows9 {
    padding-left: 0;
    padding-right: 0;
  }
  /*---MENU---*/
  /*---MENU 1---*/
  .mml_textwbg37_1 .g-cols > .wpb_column {
    width: 100%;
  }
}

@media (max-width: 990px) {
  :root {
    --fsheadingL: 45px;
    --fsheadingM: 35px;
    --fsheadingS: 25px;
    --fsheadingXS: 18px;
    --pad3: 70px;
  }

  /*---General---*/
  /*---PAD LR0---*/
  .event-row .vc_row > .vc_column_container > .vc_column-inner,
  .gallery-row .vc_column-inner,
  .mml_imgrow2 .txt > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .event-row.wpb_row {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .event-row.wpb_row a.std-btn {
    min-width: 170px;
  }
  /*---Title---*/
  .ornament-title {
    text-align: center;
  }
  .ornament-title svg {
    left: calc(50% - 121px);
  }
  /*---TxT---*/
  body h1 {
    font-size: 45px;
    line-height: 45px;
  }
  body.single-post h2,
  body h2 {
    font-size: 40px;
    line-height: 45px;
  }
  body.single-post h3,
  body h3 {
    font-size: 25px;
    line-height: 30px;
  }

  /*---HEader---*/
  .l-header.pos_fixed {
    top: 0;
  }
  .hd-sm-contact {
    margin-top: 30px;
  }
  ul.w-nav-list.level_1 li > a {
    padding-left: 0 !important;
  }
  .header_hor .l-subheader-cell.at_right > * {
    margin-left: 0px;
  }
  .top_contacts a {
    text-transform: none;
  }
  .ush_menu_1 .w-nav-list:not(.level_1) {
    padding-left: 10px;
  }
  .l-subheader-cell.at_right > .ush_socials_1,
  .l-subheader-cell.at_right > .hd-sm-contact {
    display: none !important;
  }
  header .w-socials-list {
    text-align: left !important;
    margin-left: -8px !important;
  }
  /*---Footer---*/
  .grecaptcha-badge {
    z-index: 9;
  }
  a.right-pop-btn {
    right: -12px;
    transform: scale(0.7);
    width: 74px;
    height: 72px;
    border: 3px solid #fff;
    border-right: 0;
    padding: 13px 10px 13px 13px;
    background-color: var(--color3);
  }
  a.right-pop-btn:before {
    content: url(/wp-content/uploads/2024/03/envelopes-bulk-1-1.png);
    position: relative;
  }
  a.right-pop-btn img,
  a.right-pop-btn label {
    display: none;
  }
  /*---Home title---*/
  body .mml_hero1 {
    background-position: center center !important;
  }
  .mml_hero1 > .l-section-h.i-cf > .g-cols {
    padding: 30px 0;
  }
  .mml_hero1 img.aligncenter {
    max-width: 150px !important;
  }
  .mml_hero1 .hero-txt {
    line-height: 60px;
  }
  /*---mml_imgrow2---*/
  .mml_imgrow2 .vc_column_container {
    width: 100%;
  }
  .mml_imgrow2 .img.vc_col-sm-6 {
    min-height: 350px;
  }
  .mml_imgrow2 .img {
    order: 1 !important;
  }
  .mml_imgrow2 .txt {
    order: 2 !important;
  }
  .mml_imgrow2.calendar-row .txt {
    order: 1 !important;
  }
  .mml_imgrow2.calendar-row .calendar-container {
    order: 3 !important;
    text-align: center;
    padding-bottom: 20px;
  }
  .mml_imgrow2.calendar-row .img {
    display: none;
  }
  .mml_imgrow2.calendar-row .txt .wpb_text_column.mrgbot42 {
    margin-bottom: 0;
  }
  /*---.mml_imgrow3---*/
  .mml_imgrow3 .vc_column_container {
    width: 100%;
  }
  .mml_imgrow3 .img {
    order: 1 !important;
  }
  .mml_imgrow3 .txt {
    order: 2 !important;
    text-align: center;
  }
  .mml_imgrow3 .img.vc_col-sm-6 {
    min-height: 350px;
  }
  body .mml_imgrow3 .img.vc_col-sm-6 .vc_column_inner {
    background-position: center !important;
  }

  /*---.mml_contact11---*/
  .pad3 + .pad3.mml_contact11 {
    padding-top: var(--pad3);
    padding-bottom: var(--pad3);
  }
  .mml_contact11:before {
    height: 100%;
    top: 0;
  }
  .mml_contact11 .img:before {
    display: none;
  }
  /*---mml_textimagerows19---*/
  .mml_textimagerows19 .inner-row .vc_col-sm-3 {
    width: 100%;
  }
  .mml_iconrows9 {
    padding-bottom: calc(var(--pad3) - 30px);
  }
  .mml_textimagerows19 .inner-row .vc_col-sm-4 {
    width: 100%;
  }
  /*---Contact---*/
  .mml_contact4 .g-cols {
    flex-direction: column-reverse;
  }
  .mml_contact4 .wpb_column {
    width: 100% !important;
  }
  /*---Menu---*/
  .mml_textwbg37_1 .g-cols .g-cols.border .wpb_column {
    margin-bottom: 0;
  }
  .sm-container-menu .content {
    padding-bottom: 0;
  }
  .mml_textwbg37_1 .sm-container-menu .borderbot p {
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .mml_textwbg37_1 .sm-container-menu + .sm-container-menu .borderbot p:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .sm-container-menu + .sm-container-menu .content {
    padding-top: 0;
    padding-bottom: 32px;
  }
  .menu-terms-row .vc_row .wpb_row .wpb_text_column > .wpb_wrapper {
    display: block;
  }
  .menu-terms-row .vc_row {
    padding: 20px 0;
    text-align: center;
  }
  .menu-terms-row .vc_row:after,
  .menu-terms-row .vc_row:before {
    opacity: 0.5;
  }
  .menu-terms-row .vc_row .wpb_row .wpb_text_column > .wpb_wrapper p {
    line-height: 1.1em;
  }
  .menu-terms-row .vc_row p strong {
    margin-bottom: 10px;
    display: block;
  }
  /*---Post---*/
  .single.single-post .wpb_text_column h2 {
    padding-bottom: 30px;
  }
  .single.single-post .wpb_text_column p + h2 {
    margin-top: 30px;
  }
  .single-post .vc_column-inner,
  .single-post .post_content .l-section {
    padding: 0px !important;
  }
}

@media (max-width: 767px) {
  :root {
    --fsheadingL: 45px;
    --fsheadingM: 35px;
    --fsheadingS: 25px;
    --fsheadingXS: 18px;
    --pad1: 25px;
    --pad2: 60px;
    --pad3: 50px;
  }
  /*---Footer---*/
  .mmlm_footer_01 {
    padding-top: 30px;
  }
  .mmlm_footer_01 .vc_row .vc_column_container:first-child {
    text-align: center;
  }
  div#bottom-links {
    display: flex;
  }
  div#bottom-links:after {
    content: "";
    position: absolute;
    left: calc(50% + 1px);
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
  .mmlm_footer_01 .mml_icons {
    margin-bottom: 0 !important;
  }
  .grecaptcha-badge {
    bottom: 80px !important;
  }
  .mml_bb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mml_bb p {
    line-height: 18px;
  }
  .w-toplink.active {
    bottom: 145px;
  }
  #page-footer {
    padding-bottom: 45px;
  }
  .right-form-pop .right-form-container {
    margin-top: -160px;
  }
  .right-form-pop .fluentform .ff-el-group {
    margin-bottom: 10px;
  }
  /*---HEader---*/
  .l-subheader-cell.at_right > .hd-sm-contact,
  .l-subheader-cell.at_right > .w-socials {
    display: none;
  }

  /*---General---*/
  /*---Padding LR 0---*/
  .new-menu-row .vc_row > .vc_column_container > .vc_column-inner,
  .sm-inner-lr-0 .vc_column-inner,
  .inner-title .vc_row > .vc_column_container > .vc_column-inner,
  .mml_textiwthbackground35 .vc_row > .vc_column_container > .vc_column-inner,
  .top-cta .vc_row > .vc_column_container > .vc_column-inner,
  .blog_row .vc_row > .vc_column_container > .vc_column-inner,
  .mml_textimagerows1 .vc_row > .vc_column_container > .vc_column-inner,
  .mml_textiwthbackground38 .vc_row > .vc_column_container > .vc_column-inner,
  .review-row .vc_row > .vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /*.sm-inner-lr-0 .mrgbot42{margin-bottom: 0!important;}*/
  .sm-inner-lr-0 .vc_column_container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /*---TxT---*/
  .mml_hero1 label.hero-txt,
  body h1 {
    font-size: 33px;
    line-height: 33px;
  }
  body.single-post h2,
  body h2 {
    font-size: 33px;
    line-height: 33px;
  }
  body.single-post h3,
  body h3 {
    font-size: 28px;
    line-height: 30px;
  }
  /*---Title---*/
  .center-title.ornament-title-1,
  .ornament-title-1 {
    padding-bottom: 55px;
  }
  .center-title.ornament-title-1 svg,
  .ornament-title-1 svg {
    position: absolute;
    bottom: 5px;
    left: calc(50% - 150px);
    max-width: 300px;
  }

  /*---Home title---*/
  .mml_hero1 > .l-section-h.i-cf > .g-cols {
    padding: 20px 0;
  }
  .mml_hero1 > .l-section-h.i-cf > .g-cols .vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mml_hero1 > .l-section-h.i-cf {
    min-height: 450px;
  }
  .mml_hero1 .hero-txt {
    line-height: 45px;
  }
  /*---Top CTA---*/
  .top-cta {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .top-cta .std-btn {
    margin-top: 10px;
  }
  .top-cta-txt {
    line-height: 22px;
  }
  /*---mml_imgrow2---*/
  .mml_imgrow2 .txt {
    margin-bottom: 0 !important;
    padding: 32px 20px;
  }
  .mml_imgrow2 .txt-btn {
    margin-top: 0;
  }
  /*---mml_textiwthbackground38---*/
  .mml_textiwthbackground38:after {
    display: none;
  }
  .mml_textiwthbackground38:before {
    width: 100%;
    background-position: center;
  }
  /*---mml_contact11---*/
  .mml_contact11 .fluentform .ff-text-right {
    text-align: center;
  }
  .mml_contact11 .fluentform .ff-el-form-check .ff_t_c {
    text-align: left;
  }
  .mml_contact11 .ff_submit_btn_wrapper {
    margin-bottom: 0 !important;
  }
  .mml_contact11 .img {
    margin-bottom: 30px !important;
  }
  /*---BlogRow---*/
  .blog_row .post_title a {
    font-size: 26px;
    line-height: 26px !important;
  }
  .blog_row .post_title {
    padding: 15px 92px 15px 41px;
  }
  .blog_row .post_body {
    padding: 30px 20px;
  }
  /*---mml_imgrow3---*/
  body .mml_imgrow3 {
  }
  body .mml_imgrow3 .txt {
    margin-bottom: 0 !important;
    padding-bottom: 50px;
  }
  body .mml_imgrow3 .wpb_text_column.mrgbot42 {
    margin-bottom: 0 !important;
  }
  /*--- mml_textimagerows19---*/
  .mml_textimagerows19 .mrgbot42.hafter1.midafter {
    margin-bottom: 0;
  }
  .mml_textimagerows19 .g-cols .g-cols.inner-row > .wpb_column > .vc_column-inner {
    padding: 0 !important;
  }
  .mml_textimagerows19 .g-cols .g-cols.inner-row > .wpb_column {
    margin-bottom: 30px;
  }
  .mml_textimagerows19 .wpb_row .vc_col-sm-1 {
    display: none;
  }
  /* .mml_iconrows9 */
  .mml_iconrows9 .vc_col-sm-6 .vc_col-sm-4,
  .mml_iconrows9 .vc_col-sm-6 .vc_col-sm-8 {
    width: 100%;
    text-align: center;
  }
  .mml_iconrows9 .vc_col-sm-6 > div > div {
    padding: 22px;
    margin-bottom: 0;
  }
  .mml_iconrows9 .txt {
    text-align: center;
  }
  .home .mml_iconrows9 .vc_row > .vc_column_container:last-child svg {
    margin-bottom: -80px;
  }
  /*---review-row---*/
  .ti-footer.source-Google.ti-clickable-link {
    margin-top: 0 !important;
  }
  .review-row .wpb_text_column.mrgbot42 {
    margin-bottom: 0 !important;
  }
  .ti-widget[data-layout-id="5"][data-set-id="drop-shadow"] .ti-widget-container,
  .ti-reviews-container {
    margin-bottom: 0 !important;
  }
  .review-row .wpb_text_column + .btn1 {
    margin-top: 0 !important;
  }
  /*---mml_textiwthbackground38---*/
  .mml_textiwthbackground38.pad1 {
    padding-top: var(--pad3);
    padding-bottom: var(--pad3);
  }
  /*---Gallery---*/
  .gallery-txt-inner-row > .vc_column_container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /*---Contact---*/
  .mml_contact4 .ff-el-group.ff-text-right.ff_submit_btn_wrapper.ff_submit_btn_wrapper_custom {
    text-align: center !important;
  }
  .social_icons .w-socials-item {
    width: 12%;
  }
  .page-id-535 .mml_iconrows9 .vc_row > .vc_col-sm-4 {
    margin-bottom: 0 !important;
  }
  /*---MENU---*/
  /*---MENU 1---*/

  /*.mml_textwbg37_1 .g-cols > .wpb_column > .vc_column-inner > .wpb_wrapper { margin-bottom: 0 !important; }*/
  .mml_textwbg37_1 .content {
    padding: 32px 15px;
  }
  .mml_textwbg37_1 .g-cols > .wpb_column > .vc_column-inner {
    padding: 0 !important;
  }
  .mml_textwbg37_1 .g-cols > .wpb_column {
    margin-bottom: 0 !important;
  }
  .mml_textwbg37_1 .g-cols .g-cols.border .wpb_column:after {
    display: none;
  }
  .mml_textwbg37_1.mob_column_menu .wpb_row > .vc_column_container + .vc_column_container .content {
    padding-top: 0;
  }
  .menu-terms-row .vc_row:before,
  .menu-terms-row .vc_row:after {
    display: none;
  }
  .menu-btn-row > .vc_column_container {
    width: 100%;
  }
  .menu-btn-row > .vc_column_container .btn1 a {
    min-width: 300px;
  }
  .menu-btn-row > .vc_column_container .btn1 {
    margin-bottom: 0 !important;
  }
  /*---New Menu---*/
  .mml_menu1 em:first-child:after {
    margin: 10px 0;
    position: initial;
  }
  .mml_menu1 p em strong {
    position: initial;
    display: block;
    line-height: 28px;
  }
  .mml_menu1 p em:last-child {
    position: initial;
    display: block;
    margin-top: 5px;
    padding: 0;
  }
  .mml_textwbg37_1 .content.mml_menu1 {
    padding-top: 30px;
  }
  .new-menu-row .mml_textwbg37_inner_row.mml_textwbg37_1:last-child > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    margin-bottom: 0;
  }
  .new-menu-row .mml_textwbg37_inner_row.mml_textwbg37_1 > .vc_column_container > .vc_column-inner > .wpb_wrapper,
  .new-menu-row .mml_textwbg37_inner_row.mml_textwbg37_1:first-child > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    margin-bottom: 30px;
  }
  /*.mml_menu1 em:first-child:after{border-top: 1px solid #002F29;}*/
  .new-menu-row .mml_textwbg37_1 .title p {
    font-size: 22px;
  }
  .mml_textwbg37_1 .title.new-menu-title strong {
    font-size: 20px;
  }
}

/*********************** Blog Posts Sidebar *******************************/
:root {
  --sidebar-primary: #ecaa00;
  --sidebar-secondary: #70919a;
}

.sidebar {
  position: sticky;
  align-self: flex-start;
  top: 180px;
  z-index: 2;
  /* padding-top: 50px; */
}

.sidebar .sidebar_hello_title,
.sidebar .sidebar_posts h2,
.sidebar .sidebar_search_row h2 {
  font: var(--the7-widget-title-font);
  font-size: 24px !important;
  line-height: 30px;
  font-weight: 600;
  color: #3d3d3d;
  margin-bottom: 15px;
  margin-top: 0;
}

.sidebar .vc_column_container > .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}
.sidebar p a {
  color: #3d3d3d !important;
  font-weight: 400 !important;
}
.sidebar span {
  color: #3d3d3d;
}
.sidebar p a i,
.sidebar p i {
  color: var(--sidebar-primary);
  position: absolute;
  margin-right: 0.5rem;
  left: -23px;
  top: 9px;
}
.sidebar a:hover {
  color: var(--sidebar-primary) !important;
}
.sidebar a {
  font-size: 16px;
  line-height: 24px;
}
.sidebar .subtitle + p {
  margin-bottom: 15px;
}
.sidebar .vc_row {
  margin: 0;
}
.r-sidebar .g-cols.via_flex.type_default > div > .vc_column-inner {
  padding: 0;
}
/************************ Sidebar hello ****************************/

.sidebar_hello_row.l-section {
  /* padding-left: 0 !important;
		  padding-right: 0 !important; */
}

.sidebar_hello_row .g-cols.via_flex.type_default > div > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sidebar .sidebar_hello_row span:hover {
  color: var(--sidebar-primary) !important;
}
.sidebar_hello_row p {
  margin-bottom: 5px;
  position: relative;
  margin-left: 23px;
  color: #3d3d3d;
}

.sidebar_hello_row a {
  margin-left: 0.25rem;
  display: inline-block;
}

.sidebar_hello_row p:last-of-type a:hover {
  color: unset !important;
}

.sidebar_hello_row p:last-of-type i {
  top: 4px;
}

body .sidebar_hello_row {
  padding: 10px;
  border: 1px solid #000;
  padding-bottom: 60px;
}
/******************* Sidebar posts ***************/

.sidebar_posts_row .g-cols.via_flex > div > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sidebar .sidebar_posts_row {
  background: #ffedcb;
  padding: 10px;
  margin-bottom: 20px;
  padding-top: 60px;
  border: 1px solid #000;
}
.sidebar_posts_row a {
  color: var(--sidebar-primary) !important;
  text-transform: capitalize;
  font-weight: 700;
}
.sidebar .sidebar_posts_row ul li:not(:last-child):after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  margin: 15px 0;
}
.l-section.sidebar_posts_row ul li:before {
  display: none !important;
}
.sidebar .sidebar_posts_row li {
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
.sidebar_posts_row .widget.widget_recent_entries {
  padding-bottom: 10px;
}
.sidebar .sidebar_posts_row a:hover {
  color: var(--sidebar-secondary) !important;
}
.sidebar_posts_row span.post-date {
  color: var(--sidebar-primary);
  font-size: 0.8rem;
  opacity: 1;
}
/********************** Sidebar search ********************/

.sidebar_search_row .g-cols.via_flex > div > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sidebar .sidebar_search_row {
  padding: 0;
  padding-bottom: 30px;
}
.sidebar_search_row input#the7-search {
  background: #9bcb52;
  border: 1px solid #3d3d3d;
}
.sidebar_search_row input#the7-search::placeholder {
  color: #000 !important;
}
.sidebar_search_row svg {
  fill: #3d3d3d !important;
}
/********************** Sidebar menu *************/

.sidebar_menu_row .g-cols.via_flex > div > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sidebar_menu_row a:hover {
  color: var(--sidebar-primary) !important;
}
.sidebar .sidebar_menu_row ul li {
  padding: 0;
  margin: 10px 0;
  border: none !important;
  display: list-item;
  position: relative;
}
.sidebar .sidebar_menu_row ul li::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sidebar-primary);
  border: none;
}
.sidebar_menu_row ul {
  list-style: none;
  margin-left: 24px !important;
  color: var(--sidebar-primary);
  border: none !important;
}
.sidebar ul#menu-sidebar-menu a {
  border: none !important;
  padding: 0;
  margin: 10px 0;
  font-weight: 400 !important;
}
.widget.widget_nav_menu {
  /* margin-left: 20px; */
}
.sidebar_menu_row ul li::marker {
  font-size: 16px;
}
.sidebar .sidebar_menu_row {
  padding: 0;
}
.sidebar_menu_title {
  font: var(--the7-widget-title-font);
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #3d3d3d;
  margin-bottom: 15px;
}
/************* Sidebar Image separator *******************/

.sidebar_separator_row {
  padding-left: 0;
  padding-right: 0;
}

.sidebar .sidebar_separator_section {
  padding: 0;
  z-index: 99;
}
.image_holder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle_holder {
  aspect-ratio: 1 / 1;
  width: 80px;
  background: #fff;
  border-radius: 80%;
  border: 3px solid var(--sidebar-primary);
  position: absolute;
  top: -25px;
  text-align: center;
  overflow: hidden;
  padding: 5px;
}
.sidebar_separator {
  display: flex;
  justify-content: center;
  background: var(--sidebar-secondary);
  position: absolute;
  top: -15px;
  width: 100%;
  height: 30px;
  left: 0;
  z-index: 99;
}

/* Sticky Buttons */

/*  sticky button */

.social_links.sticky_button {
  position: fixed;
  right: 0;
  bottom: 18%;
  display: flex;
  z-index: 999;
  padding: 5px;
  opacity: 1;
  transition: opacity 1s;
}

.share_icons {
  display: flex;
  flex-direction: column;
}

.share_icons svg.bi.bi-facebook,
.share_icons svg.bi.bi-instagram,
.share_icons svg.bi.bi-twitter-x,
.share_icons svg.bi.bi-linkedin {
  width: 25px !important;
  height: 25px !important;
}

.share_icons svg.bi.bi-facebook,
.share_icons svg.bi.bi-instagram,
.share_icons svg.bi.bi-twitter-x,
.share_icons svg.bi.bi-linkedin {
  fill: #fff;
}

.share_icons a.facebook,
.share_icons a.instagram,
.share_icons a.twitter,
.share_icons a.linkedin {
  padding: 20px;
  line-height: 0;
  margin-bottom: 5px;
}

.share_icons a.facebook:hover,
.share_icons a.instagram:hover,
.share_icons a.twitter:hover,
.share_icons a.linkedin:hover {
  opacity: 0.8;
}

.share_icons a.facebook {
  background: #4c69c7;
}

.share_icons a.instagram {
  background: #f46f65;
}

.share_icons a.linkedin {
  background: #0a66c2;
}

.share_icons a.twitter {
  background: #000;
}

/********** Sidebar end *********/

/************* Blog template quote block ***************/
.quote-block {
  text-align: center;
  padding: 10px 0;
  margin: 15px 0;
  position: relative;
}
.quote-block::before {
  content: "\201C";
  position: absolute;
  top: 40px;
  left: 0px;
  bottom: 0px;
  font-size: 95px;
  color: var(--sidebar-primary);
}
.quote-block::after {
  content: "\201D";
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 95px;
  color: var(--sidebar-primary);
}
.quote-block p {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
  margin: 0px 40px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 10px 0;
  font-weight: bold;
  color: var(--sidebar-primary);
}
@media (max-width: 767px) {
  .quote-block::after,
  .quote-block::before {
    /* bottom: 20%; */
  }
}
/*********** Blog Template cta block ****************/
.cta_block {
  background: #ffedcb;
  padding: 15px;
  margin: 20px 0;
  border-radius: 15px;
}
.cta_block .intro_text h3 {
  color: var(--sidebar-secondary);
  padding-top: 0;
}
.intro_text {
  text-align: center;
  margin-bottom: 20px;
}
.intro_text p {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 10px;
}
.cta_block button.ff-btn.ff-btn-submit.ff-btn-md.wpf_has_custom_css {
  margin-bottom: 0;
}
.cta_block .ff_submit_btn_wrapper_custom {
  margin-bottom: 0 !important;
}

.cta_block .capchahere .ff-t-cell.ff-t-column-1 {
  display: none;
}

.cta_block .ff-default .ff-el-form-control:focus {
  border-color: var(--sidebar-primary) !important;
  box-shadow: 0px 0px 0px 2px var(--sidebar-primary);
}

/*************** Sidebar Responsive ****************/
@media (max-width: 1000px) {
  .single-post .vc_col-sm-8.wpb_column.vc_column_container {
    padding-bottom: 50px;
    width: 100%;
  }
  .single-post .vc_col-sm-4.wpb_column.vc_column_container.r-sidebar {
    width: 100%;
  }
  .share_icons a.facebook,
  .share_icons a.instagram,
  .share_icons a.twitter,
  .share_icons a.linkedin {
    padding: 5px;
    /* height: 50px; */
  }
}

@media (max-width: 768px) {
  .sidebar {
    padding-top: 0;
    padding-bottom: 50px;
    width: 100% !important;
  }

  .social_links.sticky_button {
    bottom: 30%;
  }

  .single-post .pad3 {
    padding-bottom: 0;
  }

  .l-footer .wpb_row.mmlm_footer_01 {
    padding-inline: 2.5rem;
  }
}

@media (max-width: 1000px) {
  .single-post .vc_col-sm-8.wpb_column.vc_column_container {
    padding-bottom: 0;
  }
}

.single-post .w-post-elm.post_date {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w-sharing {
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .w-sharing {
    margin-bottom: 0;
  }

  .l-sidebar {
    padding-block: 1rem;
  }
}

.w-sharing.type_simple .w-sharing-item i {
  font-size: 2.25rem;
}

.fa-x-twitter::before {
  content: "";
  height: 9px;
}

/* Search Results */

/* .search #page-header {
	background-color: var(--sidebar-secondary);
  } */

.search .search-results-container {
  margin-top: 155px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
}

.search h2 {
  font-size: 1.5rem !important;
}

.search .no-results {
  margin-top: 205px;
  padding: 2rem;
}

.search .no-results input {
  margin-bottom: 1rem;
  border: 1px solid;
}

.search h1 {
  padding-block: 1.5rem;
}

/* Search Pagination */

.search .pagination .page-numbers {
  padding: 0.3rem 0.5rem;
}

@media (max-width: 599px) {
  .search .search-results-container {
    margin-top: 75px;
  }
}

@media (max-width: 768px) {
  .search h1 {
    padding-block: 1rem;
    margin-top: 5rem;
  }

  .search .no-results h2 {
    margin-top: 5rem;
  }
}

@media (max-width: 1024px) {
  .search .search-results-container {
    margin-top: 0;
  }

  .search h2 {
    margin-top: 0rem;
  }

  .search .no-results h2 {
    margin-top: 9rem;
  }

  .search h1 {
    margin-top: 9rem;
  }

  .search .no-results {
    margin-top: 0;
  }
}

@media (min-width: 1440px) {
  .search h1 {
    padding-block: 2rem !important;
  }
}

/* Homepage Hero */

.page-id-498 .mml_hero1 > .l-section-h.i-cf > .g-cols {
  padding-top: 0;
}

.page-id-498 .hero-txt {
  line-height: 70px;
}

@media (min-width: 1440px) and (max-width: 1600px) {
  .page-id-498 .mml_hero1 > .l-section-h.i-cf {
    min-height: 490px;
  }
}

/* Venue CTA */

.venue-cta p {
  display: flex;
  gap: 1rem;
}

@media (max-width: 1024px) {
  .venue-cta p {
    gap: 7px;
  }
}

@media (max-width: 768px) {
  .venue-cta p {
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
}
