/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}
@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* slick-carousel */
/*  Variables For Font Weight */
/* Variables for colors */
/* linear-gradient */
/* Variables for mobile first media query */
/* only used for some spacing */
/* only used for container */
/* used for header only */
/* wordpress breakpoints */
/* wordpress breakpoints */
:root {
  /* Heading 1 */
  /* Heading 2 */
  /* Heading 3 */
  /* Heading 4 */
  /* Heading 5 */
  /* Heading 6 */
  /* Heading 6 Small */
  /* Paragraph */
  /* Small */
}
:root .has-heading-1-font-size {
  line-height: 1.2;
}
:root .has-heading-2-font-size {
  line-height: 1.3;
}
:root .has-heading-3-font-size {
  line-height: 1.2;
}
:root .has-heading-4-font-size {
  line-height: 1.21;
}
:root .has-heading-5-font-size {
  line-height: 1.2;
}
:root .has-heading-6-font-size {
  line-height: 1.7;
}
:root .has-heading-6-small-font-size {
  line-height: 1.2;
}
:root .has-paragraph-font-size {
  line-height: 1.23;
}
:root .has-small-font-size {
  line-height: 1.63;
}

@font-face {
  font-family: "Fira Sans";
  src: local("Fira Sans SemiBold"), local("FiraSans-SemiBold"), url("../fonts/FiraSans-SemiBold.woff2") format("woff2"), url("../fonts/FiraSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: local("Fira Sans ExtraLight"), local("FiraSans-ExtraLight"), url("../fonts/FiraSans-ExtraLight.woff2") format("woff2"), url("../fonts/FiraSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: local("Fira Sans ExtraBold"), local("FiraSans-ExtraBold"), url("../fonts/FiraSans-ExtraBold.woff2") format("woff2"), url("../fonts/FiraSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url("../fonts/FiraSans-Bold.woff2") format("woff2"), url("../fonts/FiraSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: local("Fira Sans Regular"), local("FiraSans-Regular"), url("../fonts/FiraSans-Regular.woff2") format("woff2"), url("../fonts/FiraSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: local("Fira Sans Light"), local("FiraSans-Light"), url("../fonts/FiraSans-Light.woff2") format("woff2"), url("../fonts/FiraSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: local("Fira Sans Medium"), local("FiraSans-Medium"), url("../fonts/FiraSans-Medium.woff2") format("woff2"), url("../fonts/FiraSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: local("Fira Sans Thin"), local("FiraSans-Thin"), url("../fonts/FiraSans-Thin.woff2") format("woff2"), url("../fonts/FiraSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  background-color: #fff;
  font-family: "Fira Sans";
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}

strong {
  font-weight: 700;
}

a,
button {
  color: inherit;
  transition: 0.3s;
}

a {
  text-decoration: none;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  overflow: visible;
  padding: 0;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

:focus {
  outline: 0;
}

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

dt,
dd {
  display: block;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  border-radius: 0;
}

[type=search] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body .container,
.woocommerce:not(.single-product),
.masthead .owl-dots,
.main-wrapper > p,
.main-wrapper > h1,
.main-wrapper > h2,
.main-wrapper > h3,
.main-wrapper > h4,
.main-wrapper > h5,
.main-wrapper > h6,
.main-wrapper > ul,
.main-wrapper > ol,
.main-wrapper > blockquote,
.main-wrapper > pre,
.main-wrapper > .wp-block-buttons,
.main-wrapper > .wp-block-cover .wp-block-cover__inner-container,
.main-wrapper > .wp-block-image,
.main-wrapper > .wp-block-gallery,
.main-wrapper > .wp-block-pullquote,
.main-wrapper > .wp-block-table,
.main-wrapper > .wp-block-media-text,
.main-wrapper > .wp-block-video,
.main-wrapper > .wp-block-columns,
.main-wrapper > .wp-block-group:not(.blogs1),
.main-wrapper > .wp-block-group.blogs1 > .wp-block-group,
.main-wrapper > .wp-block-group:not(.wp-block-columns),
.main-wrapper > .wp-block-group > .wp-block-columns,
.main-wrapper > .wp-block-spacer,
.main-wrapper > .wp-block-separator,
.main-wrapper > .page-links,
.main-wrapper > .post-thumbnail,
.main-wrapper > .wp-block-calendar,
.main-wrapper > .wp-block-post-date,
.main-wrapper > .wp-block-post-excerpt,
.main-wrapper > .wp-block-post-featured-image,
.main-wrapper > .wp-block-query,
.main-wrapper > .wp-block-latest-comments,
.main-wrapper > .wp-block-search,
.main-wrapper > .wp-block-social-links,
.main-wrapper > .wp-block-loginout,
.main-wrapper > .wp-block-embed,
.main-wrapper > .wp-block-heading,
.main-wrapper > .wp-block-tag-cloud,
.main-wrapper > .wp-block-social-links,
.main-wrapper > .wp-block-search__button-outside,
.main-wrapper > .wp-block-search__inside-wrapper,
.main-wrapper > .components-placeholder,
.main-wrapper > .wp-block-page-list,
.main-wrapper > .wp-block-latest-posts__list,
.main-wrapper > .has-avatars,
.main-wrapper > .wp-block-categories-list,
.main-wrapper > .wp-block-archives-list,
.main-wrapper > .wp-block-spacer,
.main-wrapper > .wp-block-separator,
.main-wrapper > .wp-block-file,
.main-wrapper > .is-responsive.wp-block-navigation.is-layout-flex,
.main-wrapper > .wp-block-post-author-name,
.main-wrapper > .wp-block-post-author,
.main-wrapper > .entry-content.wp-block-post-content.is-layout-flow,
.main-wrapper > .wp-block-avatar,
.main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3 > .wp-block-group,
.main-wrapper > .wp-block-group.bg-gradient > section.wp-block-group,
.main-wrapper > .wp-block-group.alignfull.img-with-3-col > .wp-block-group,
.main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3.has-bg-lt > .wp-block-group,
.main-wrapper > .wp-block-group.text-with-img.with-bg > .wp-block-group,
.main-wrapper > .wp-block-group.related-content > .wp-block-group,
.main-wrapper > .wp-block-cover:not(.our-commit),
.wp-block-cover-image,
.main-wrapper > .wp-block-group > .wp-block-group,
.main-wrapper > .wp-block-group.daifuku-management-benefits.alignfull > .wp-block-group.alignfull.daifuku-benefits-sam-include > .wp-block-group.daifuku-benefits-sam-include--container,
.main-wrapper > .um-profile.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  body .container,
  .woocommerce:not(.single-product),
  .masthead .owl-dots,
  .main-wrapper > p,
  .main-wrapper > h1,
  .main-wrapper > h2,
  .main-wrapper > h3,
  .main-wrapper > h4,
  .main-wrapper > h5,
  .main-wrapper > h6,
  .main-wrapper > ul,
  .main-wrapper > ol,
  .main-wrapper > blockquote,
  .main-wrapper > pre,
  .main-wrapper > .wp-block-buttons,
  .main-wrapper > .wp-block-cover .wp-block-cover__inner-container,
  .main-wrapper > .wp-block-image,
  .main-wrapper > .wp-block-gallery,
  .main-wrapper > .wp-block-pullquote,
  .main-wrapper > .wp-block-table,
  .main-wrapper > .wp-block-media-text,
  .main-wrapper > .wp-block-video,
  .main-wrapper > .wp-block-columns,
  .main-wrapper > .wp-block-group:not(.blogs1),
  .main-wrapper > .wp-block-group.blogs1 > .wp-block-group,
  .main-wrapper > .wp-block-group:not(.wp-block-columns),
  .main-wrapper > .wp-block-group > .wp-block-columns,
  .main-wrapper > .wp-block-spacer,
  .main-wrapper > .wp-block-separator,
  .main-wrapper > .page-links,
  .main-wrapper > .post-thumbnail,
  .main-wrapper > .wp-block-calendar,
  .main-wrapper > .wp-block-post-date,
  .main-wrapper > .wp-block-post-excerpt,
  .main-wrapper > .wp-block-post-featured-image,
  .main-wrapper > .wp-block-query,
  .main-wrapper > .wp-block-latest-comments,
  .main-wrapper > .wp-block-search,
  .main-wrapper > .wp-block-social-links,
  .main-wrapper > .wp-block-loginout,
  .main-wrapper > .wp-block-embed,
  .main-wrapper > .wp-block-heading,
  .main-wrapper > .wp-block-tag-cloud,
  .main-wrapper > .wp-block-social-links,
  .main-wrapper > .wp-block-search__button-outside,
  .main-wrapper > .wp-block-search__inside-wrapper,
  .main-wrapper > .components-placeholder,
  .main-wrapper > .wp-block-page-list,
  .main-wrapper > .wp-block-latest-posts__list,
  .main-wrapper > .has-avatars,
  .main-wrapper > .wp-block-categories-list,
  .main-wrapper > .wp-block-archives-list,
  .main-wrapper > .wp-block-spacer,
  .main-wrapper > .wp-block-separator,
  .main-wrapper > .wp-block-file,
  .main-wrapper > .is-responsive.wp-block-navigation.is-layout-flex,
  .main-wrapper > .wp-block-post-author-name,
  .main-wrapper > .wp-block-post-author,
  .main-wrapper > .entry-content.wp-block-post-content.is-layout-flow,
  .main-wrapper > .wp-block-avatar,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3 > .wp-block-group,
  .main-wrapper > .wp-block-group.bg-gradient > section.wp-block-group,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col > .wp-block-group,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3.has-bg-lt > .wp-block-group,
  .main-wrapper > .wp-block-group.text-with-img.with-bg > .wp-block-group,
  .main-wrapper > .wp-block-group.related-content > .wp-block-group,
  .main-wrapper > .wp-block-cover:not(.our-commit),
  .wp-block-cover-image,
  .main-wrapper > .wp-block-group > .wp-block-group,
  .main-wrapper > .wp-block-group.daifuku-management-benefits.alignfull > .wp-block-group.alignfull.daifuku-benefits-sam-include > .wp-block-group.daifuku-benefits-sam-include--container,
  .main-wrapper > .um-profile.container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  body .container,
  .woocommerce:not(.single-product),
  .masthead .owl-dots,
  .main-wrapper > p,
  .main-wrapper > h1,
  .main-wrapper > h2,
  .main-wrapper > h3,
  .main-wrapper > h4,
  .main-wrapper > h5,
  .main-wrapper > h6,
  .main-wrapper > ul,
  .main-wrapper > ol,
  .main-wrapper > blockquote,
  .main-wrapper > pre,
  .main-wrapper > .wp-block-buttons,
  .main-wrapper > .wp-block-cover .wp-block-cover__inner-container,
  .main-wrapper > .wp-block-image,
  .main-wrapper > .wp-block-gallery,
  .main-wrapper > .wp-block-pullquote,
  .main-wrapper > .wp-block-table,
  .main-wrapper > .wp-block-media-text,
  .main-wrapper > .wp-block-video,
  .main-wrapper > .wp-block-columns,
  .main-wrapper > .wp-block-group:not(.blogs1),
  .main-wrapper > .wp-block-group.blogs1 > .wp-block-group,
  .main-wrapper > .wp-block-group:not(.wp-block-columns),
  .main-wrapper > .wp-block-group > .wp-block-columns,
  .main-wrapper > .wp-block-spacer,
  .main-wrapper > .wp-block-separator,
  .main-wrapper > .page-links,
  .main-wrapper > .post-thumbnail,
  .main-wrapper > .wp-block-calendar,
  .main-wrapper > .wp-block-post-date,
  .main-wrapper > .wp-block-post-excerpt,
  .main-wrapper > .wp-block-post-featured-image,
  .main-wrapper > .wp-block-query,
  .main-wrapper > .wp-block-latest-comments,
  .main-wrapper > .wp-block-search,
  .main-wrapper > .wp-block-social-links,
  .main-wrapper > .wp-block-loginout,
  .main-wrapper > .wp-block-embed,
  .main-wrapper > .wp-block-heading,
  .main-wrapper > .wp-block-tag-cloud,
  .main-wrapper > .wp-block-social-links,
  .main-wrapper > .wp-block-search__button-outside,
  .main-wrapper > .wp-block-search__inside-wrapper,
  .main-wrapper > .components-placeholder,
  .main-wrapper > .wp-block-page-list,
  .main-wrapper > .wp-block-latest-posts__list,
  .main-wrapper > .has-avatars,
  .main-wrapper > .wp-block-categories-list,
  .main-wrapper > .wp-block-archives-list,
  .main-wrapper > .wp-block-spacer,
  .main-wrapper > .wp-block-separator,
  .main-wrapper > .wp-block-file,
  .main-wrapper > .is-responsive.wp-block-navigation.is-layout-flex,
  .main-wrapper > .wp-block-post-author-name,
  .main-wrapper > .wp-block-post-author,
  .main-wrapper > .entry-content.wp-block-post-content.is-layout-flow,
  .main-wrapper > .wp-block-avatar,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3 > .wp-block-group,
  .main-wrapper > .wp-block-group.bg-gradient > section.wp-block-group,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col > .wp-block-group,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3.has-bg-lt > .wp-block-group,
  .main-wrapper > .wp-block-group.text-with-img.with-bg > .wp-block-group,
  .main-wrapper > .wp-block-group.related-content > .wp-block-group,
  .main-wrapper > .wp-block-cover:not(.our-commit),
  .wp-block-cover-image,
  .main-wrapper > .wp-block-group > .wp-block-group,
  .main-wrapper > .wp-block-group.daifuku-management-benefits.alignfull > .wp-block-group.alignfull.daifuku-benefits-sam-include > .wp-block-group.daifuku-benefits-sam-include--container,
  .main-wrapper > .um-profile.container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1380px) {
  body .container,
  .woocommerce:not(.single-product),
  .masthead .owl-dots,
  .main-wrapper > p,
  .main-wrapper > h1,
  .main-wrapper > h2,
  .main-wrapper > h3,
  .main-wrapper > h4,
  .main-wrapper > h5,
  .main-wrapper > h6,
  .main-wrapper > ul,
  .main-wrapper > ol,
  .main-wrapper > blockquote,
  .main-wrapper > pre,
  .main-wrapper > .wp-block-buttons,
  .main-wrapper > .wp-block-cover .wp-block-cover__inner-container,
  .main-wrapper > .wp-block-image,
  .main-wrapper > .wp-block-gallery,
  .main-wrapper > .wp-block-pullquote,
  .main-wrapper > .wp-block-table,
  .main-wrapper > .wp-block-media-text,
  .main-wrapper > .wp-block-video,
  .main-wrapper > .wp-block-columns,
  .main-wrapper > .wp-block-group:not(.blogs1),
  .main-wrapper > .wp-block-group.blogs1 > .wp-block-group,
  .main-wrapper > .wp-block-group:not(.wp-block-columns),
  .main-wrapper > .wp-block-group > .wp-block-columns,
  .main-wrapper > .wp-block-spacer,
  .main-wrapper > .wp-block-separator,
  .main-wrapper > .page-links,
  .main-wrapper > .post-thumbnail,
  .main-wrapper > .wp-block-calendar,
  .main-wrapper > .wp-block-post-date,
  .main-wrapper > .wp-block-post-excerpt,
  .main-wrapper > .wp-block-post-featured-image,
  .main-wrapper > .wp-block-query,
  .main-wrapper > .wp-block-latest-comments,
  .main-wrapper > .wp-block-search,
  .main-wrapper > .wp-block-social-links,
  .main-wrapper > .wp-block-loginout,
  .main-wrapper > .wp-block-embed,
  .main-wrapper > .wp-block-heading,
  .main-wrapper > .wp-block-tag-cloud,
  .main-wrapper > .wp-block-social-links,
  .main-wrapper > .wp-block-search__button-outside,
  .main-wrapper > .wp-block-search__inside-wrapper,
  .main-wrapper > .components-placeholder,
  .main-wrapper > .wp-block-page-list,
  .main-wrapper > .wp-block-latest-posts__list,
  .main-wrapper > .has-avatars,
  .main-wrapper > .wp-block-categories-list,
  .main-wrapper > .wp-block-archives-list,
  .main-wrapper > .wp-block-spacer,
  .main-wrapper > .wp-block-separator,
  .main-wrapper > .wp-block-file,
  .main-wrapper > .is-responsive.wp-block-navigation.is-layout-flex,
  .main-wrapper > .wp-block-post-author-name,
  .main-wrapper > .wp-block-post-author,
  .main-wrapper > .entry-content.wp-block-post-content.is-layout-flow,
  .main-wrapper > .wp-block-avatar,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3 > .wp-block-group,
  .main-wrapper > .wp-block-group.bg-gradient > section.wp-block-group,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col > .wp-block-group,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3.has-bg-lt > .wp-block-group,
  .main-wrapper > .wp-block-group.text-with-img.with-bg > .wp-block-group,
  .main-wrapper > .wp-block-group.related-content > .wp-block-group,
  .main-wrapper > .wp-block-cover:not(.our-commit),
  .wp-block-cover-image,
  .main-wrapper > .wp-block-group > .wp-block-group,
  .main-wrapper > .wp-block-group.daifuku-management-benefits.alignfull > .wp-block-group.alignfull.daifuku-benefits-sam-include > .wp-block-group.daifuku-benefits-sam-include--container,
  .main-wrapper > .um-profile.container {
    max-width: 1290px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1499px) {
  body .container,
  .woocommerce:not(.single-product),
  .masthead .owl-dots,
  .main-wrapper > p,
  .main-wrapper > h1,
  .main-wrapper > h2,
  .main-wrapper > h3,
  .main-wrapper > h4,
  .main-wrapper > h5,
  .main-wrapper > h6,
  .main-wrapper > ul,
  .main-wrapper > ol,
  .main-wrapper > blockquote,
  .main-wrapper > pre,
  .main-wrapper > .wp-block-buttons,
  .main-wrapper > .wp-block-cover .wp-block-cover__inner-container,
  .main-wrapper > .wp-block-image,
  .main-wrapper > .wp-block-gallery,
  .main-wrapper > .wp-block-pullquote,
  .main-wrapper > .wp-block-table,
  .main-wrapper > .wp-block-media-text,
  .main-wrapper > .wp-block-video,
  .main-wrapper > .wp-block-columns,
  .main-wrapper > .wp-block-group:not(.blogs1),
  .main-wrapper > .wp-block-group.blogs1 > .wp-block-group,
  .main-wrapper > .wp-block-group:not(.wp-block-columns),
  .main-wrapper > .wp-block-group > .wp-block-columns,
  .main-wrapper > .wp-block-spacer,
  .main-wrapper > .wp-block-separator,
  .main-wrapper > .page-links,
  .main-wrapper > .post-thumbnail,
  .main-wrapper > .wp-block-calendar,
  .main-wrapper > .wp-block-post-date,
  .main-wrapper > .wp-block-post-excerpt,
  .main-wrapper > .wp-block-post-featured-image,
  .main-wrapper > .wp-block-query,
  .main-wrapper > .wp-block-latest-comments,
  .main-wrapper > .wp-block-search,
  .main-wrapper > .wp-block-social-links,
  .main-wrapper > .wp-block-loginout,
  .main-wrapper > .wp-block-embed,
  .main-wrapper > .wp-block-heading,
  .main-wrapper > .wp-block-tag-cloud,
  .main-wrapper > .wp-block-social-links,
  .main-wrapper > .wp-block-search__button-outside,
  .main-wrapper > .wp-block-search__inside-wrapper,
  .main-wrapper > .components-placeholder,
  .main-wrapper > .wp-block-page-list,
  .main-wrapper > .wp-block-latest-posts__list,
  .main-wrapper > .has-avatars,
  .main-wrapper > .wp-block-categories-list,
  .main-wrapper > .wp-block-archives-list,
  .main-wrapper > .wp-block-spacer,
  .main-wrapper > .wp-block-separator,
  .main-wrapper > .wp-block-file,
  .main-wrapper > .is-responsive.wp-block-navigation.is-layout-flex,
  .main-wrapper > .wp-block-post-author-name,
  .main-wrapper > .wp-block-post-author,
  .main-wrapper > .entry-content.wp-block-post-content.is-layout-flow,
  .main-wrapper > .wp-block-avatar,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3 > .wp-block-group,
  .main-wrapper > .wp-block-group.bg-gradient > section.wp-block-group,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col > .wp-block-group,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3.has-bg-lt > .wp-block-group,
  .main-wrapper > .wp-block-group.text-with-img.with-bg > .wp-block-group,
  .main-wrapper > .wp-block-group.related-content > .wp-block-group,
  .main-wrapper > .wp-block-cover:not(.our-commit),
  .wp-block-cover-image,
  .main-wrapper > .wp-block-group > .wp-block-group,
  .main-wrapper > .wp-block-group.daifuku-management-benefits.alignfull > .wp-block-group.alignfull.daifuku-benefits-sam-include > .wp-block-group.daifuku-benefits-sam-include--container,
  .main-wrapper > .um-profile.container {
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1699px) {
  body .container,
  .woocommerce:not(.single-product),
  .masthead .owl-dots,
  .main-wrapper > p,
  .main-wrapper > h1,
  .main-wrapper > h2,
  .main-wrapper > h3,
  .main-wrapper > h4,
  .main-wrapper > h5,
  .main-wrapper > h6,
  .main-wrapper > ul,
  .main-wrapper > ol,
  .main-wrapper > blockquote,
  .main-wrapper > pre,
  .main-wrapper > .wp-block-buttons,
  .main-wrapper > .wp-block-cover .wp-block-cover__inner-container,
  .main-wrapper > .wp-block-image,
  .main-wrapper > .wp-block-gallery,
  .main-wrapper > .wp-block-pullquote,
  .main-wrapper > .wp-block-table,
  .main-wrapper > .wp-block-media-text,
  .main-wrapper > .wp-block-video,
  .main-wrapper > .wp-block-columns,
  .main-wrapper > .wp-block-group:not(.blogs1),
  .main-wrapper > .wp-block-group.blogs1 > .wp-block-group,
  .main-wrapper > .wp-block-group:not(.wp-block-columns),
  .main-wrapper > .wp-block-group > .wp-block-columns,
  .main-wrapper > .wp-block-spacer,
  .main-wrapper > .wp-block-separator,
  .main-wrapper > .page-links,
  .main-wrapper > .post-thumbnail,
  .main-wrapper > .wp-block-calendar,
  .main-wrapper > .wp-block-post-date,
  .main-wrapper > .wp-block-post-excerpt,
  .main-wrapper > .wp-block-post-featured-image,
  .main-wrapper > .wp-block-query,
  .main-wrapper > .wp-block-latest-comments,
  .main-wrapper > .wp-block-search,
  .main-wrapper > .wp-block-social-links,
  .main-wrapper > .wp-block-loginout,
  .main-wrapper > .wp-block-embed,
  .main-wrapper > .wp-block-heading,
  .main-wrapper > .wp-block-tag-cloud,
  .main-wrapper > .wp-block-social-links,
  .main-wrapper > .wp-block-search__button-outside,
  .main-wrapper > .wp-block-search__inside-wrapper,
  .main-wrapper > .components-placeholder,
  .main-wrapper > .wp-block-page-list,
  .main-wrapper > .wp-block-latest-posts__list,
  .main-wrapper > .has-avatars,
  .main-wrapper > .wp-block-categories-list,
  .main-wrapper > .wp-block-archives-list,
  .main-wrapper > .wp-block-spacer,
  .main-wrapper > .wp-block-separator,
  .main-wrapper > .wp-block-file,
  .main-wrapper > .is-responsive.wp-block-navigation.is-layout-flex,
  .main-wrapper > .wp-block-post-author-name,
  .main-wrapper > .wp-block-post-author,
  .main-wrapper > .entry-content.wp-block-post-content.is-layout-flow,
  .main-wrapper > .wp-block-avatar,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3 > .wp-block-group,
  .main-wrapper > .wp-block-group.bg-gradient > section.wp-block-group,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col > .wp-block-group,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3.has-bg-lt > .wp-block-group,
  .main-wrapper > .wp-block-group.text-with-img.with-bg > .wp-block-group,
  .main-wrapper > .wp-block-group.related-content > .wp-block-group,
  .main-wrapper > .wp-block-cover:not(.our-commit),
  .wp-block-cover-image,
  .main-wrapper > .wp-block-group > .wp-block-group,
  .main-wrapper > .wp-block-group.daifuku-management-benefits.alignfull > .wp-block-group.alignfull.daifuku-benefits-sam-include > .wp-block-group.daifuku-benefits-sam-include--container,
  .main-wrapper > .um-profile.container {
    max-width: 1850px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
body .container.alignfull,
.woocommerce:not(.single-product).alignfull,
.masthead .owl-dots.alignfull,
.main-wrapper > p.alignfull,
.main-wrapper > h1.alignfull,
.main-wrapper > h2.alignfull,
.main-wrapper > h3.alignfull,
.main-wrapper > h4.alignfull,
.main-wrapper > h5.alignfull,
.main-wrapper > h6.alignfull,
.main-wrapper > ul.alignfull,
.main-wrapper > ol.alignfull,
.main-wrapper > blockquote.alignfull,
.main-wrapper > pre.alignfull,
.main-wrapper > .wp-block-buttons.alignfull,
.main-wrapper > .wp-block-cover .wp-block-cover__inner-container.alignfull,
.main-wrapper > .wp-block-image.alignfull,
.main-wrapper > .wp-block-gallery.alignfull,
.main-wrapper > .wp-block-pullquote.alignfull,
.main-wrapper > .wp-block-table.alignfull,
.main-wrapper > .wp-block-media-text.alignfull,
.main-wrapper > .wp-block-video.alignfull,
.main-wrapper > .wp-block-columns.alignfull,
.main-wrapper > .wp-block-group:not(.blogs1).alignfull,
.main-wrapper > .wp-block-group.blogs1 > .wp-block-group.alignfull,
.main-wrapper > .wp-block-group:not(.wp-block-columns).alignfull,
.main-wrapper > .wp-block-group > .wp-block-columns.alignfull,
.main-wrapper > .wp-block-spacer.alignfull,
.main-wrapper > .wp-block-separator.alignfull,
.main-wrapper > .page-links.alignfull,
.main-wrapper > .post-thumbnail.alignfull,
.main-wrapper > .wp-block-calendar.alignfull,
.main-wrapper > .wp-block-post-date.alignfull,
.main-wrapper > .wp-block-post-excerpt.alignfull,
.main-wrapper > .wp-block-post-featured-image.alignfull,
.main-wrapper > .wp-block-query.alignfull,
.main-wrapper > .wp-block-latest-comments.alignfull,
.main-wrapper > .wp-block-search.alignfull,
.main-wrapper > .wp-block-social-links.alignfull,
.main-wrapper > .wp-block-loginout.alignfull,
.main-wrapper > .wp-block-embed.alignfull,
.main-wrapper > .wp-block-heading.alignfull,
.main-wrapper > .wp-block-tag-cloud.alignfull,
.main-wrapper > .wp-block-social-links.alignfull,
.main-wrapper > .wp-block-search__button-outside.alignfull,
.main-wrapper > .wp-block-search__inside-wrapper.alignfull,
.main-wrapper > .components-placeholder.alignfull,
.main-wrapper > .wp-block-page-list.alignfull,
.main-wrapper > .wp-block-latest-posts__list.alignfull,
.main-wrapper > .has-avatars.alignfull,
.main-wrapper > .wp-block-categories-list.alignfull,
.main-wrapper > .wp-block-archives-list.alignfull,
.main-wrapper > .wp-block-spacer.alignfull,
.main-wrapper > .wp-block-separator.alignfull,
.main-wrapper > .wp-block-file.alignfull,
.main-wrapper > .is-responsive.wp-block-navigation.is-layout-flex.alignfull,
.main-wrapper > .wp-block-post-author-name.alignfull,
.main-wrapper > .wp-block-post-author.alignfull,
.main-wrapper > .entry-content.wp-block-post-content.is-layout-flow.alignfull,
.main-wrapper > .wp-block-avatar.alignfull,
.main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3 > .wp-block-group.alignfull,
.main-wrapper > .wp-block-group.bg-gradient > section.wp-block-group.alignfull,
.main-wrapper > .wp-block-group.alignfull.img-with-3-col > .wp-block-group.alignfull,
.main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3.has-bg-lt > .wp-block-group.alignfull,
.main-wrapper > .wp-block-group.text-with-img.with-bg > .wp-block-group.alignfull,
.main-wrapper > .wp-block-group.related-content > .wp-block-group.alignfull,
.main-wrapper > .wp-block-cover:not(.our-commit).alignfull,
.wp-block-cover-image.alignfull,
.main-wrapper > .wp-block-group > .wp-block-group.alignfull,
.main-wrapper > .wp-block-group.daifuku-management-benefits.alignfull > .wp-block-group.alignfull.daifuku-benefits-sam-include > .wp-block-group.daifuku-benefits-sam-include--container.alignfull,
.main-wrapper > .um-profile.container.alignfull {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* .main-wrapper>.wp-block-group>.wp-block-columns {
  padding: 0 !important;
  max-width: 100%;
}

.main-wrapper>.wp-block-group>.wp-block-group {
  padding: 0 !important;
} */
@media (min-width: 768px) {
  .main-wrapper > .wp-block-media-text:not(.has-media-on-the-right) {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .main-wrapper > .wp-block-media-text.has-media-on-the-right {
    padding-right: 0;
  }
}

.main-wrapper > .wp-block-gallery .blocks-gallery-item {
  padding-left: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  /*
  @media (min-width: $lg) {
    margin-left: -40px;
    margin-right: -40px;
  }

  @media (min-width: $xxl) {
    margin-left: -15px;
    margin-right: -15px;
  } */
}
@media (min-width: 768px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.container::before,
.container::after,
.row::before,
.row::after {
  content: " ";
  display: table;
}

.container::after,
.row::after {
  clear: both;
}

.align-items-center {
  align-items: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.main-wrapper {
  overflow: hidden;
}

.container-fluid {
  max-width: 100%;
}

.wp-block-group {
  overflow: visible !important;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl,
  .col-xxl-auto {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col {
  -webkit-box-flex: 1;
  flex-basis: 0;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1199px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1699px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
}

.row-reverse {
  flex-direction: row-reverse !important;
}

b,
.bold {
  font-weight: 700;
}

h1,
.h1-size {
  color: #000;
  position: relative;
  font-family: "Fira Sans";
  /* font-size: clamp(40px, 28px + 3.75vw, 100px); */
  font-size: clamp(40px, 22px + 4.0625vw, 100px);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  h1,
  .h1-size {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) and (max-height: 727px) {
  h1,
  .h1-size {
    margin-bottom: 2rem;
  }
}
h1.single-border::before,
.h1-size.single-border::before {
  content: "";
  width: calc(100vw - 40px);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  right: 0;
  position: absolute;
  bottom: 0.23em;
  z-index: -1;
}
@media (min-width: 768px) {
  h1.single-border::before,
  .h1-size.single-border::before {
    content: "";
    width: calc(100vw - 60px);
  }
}
@media (min-width: 992px) {
  h1.single-border::before,
  .h1-size.single-border::before {
    content: "";
    width: calc(100vw - 80px);
  }
}
@media (min-width: 1380px) {
  h1.single-border::before,
  .h1-size.single-border::before {
    content: "";
    width: 100vw;
    max-width: 1260px;
  }
}
@media (min-width: 1499px) {
  h1.single-border::before,
  .h1-size.single-border::before {
    content: "";
    width: 100vw;
    max-width: 1410px;
  }
}
@media (min-width: 1699px) {
  h1.single-border::before,
  .h1-size.single-border::before {
    content: "";
    width: 100vw;
    max-width: 1820px;
  }
}
h1.border span,
.h1-size.border span {
  position: relative;
  display: block;
  /* top border */
  /* below border */
}
h1.border span::after,
.h1-size.border span::after {
  content: "";
  width: calc(100vw - 40px);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  right: 0;
  position: absolute;
  top: -0.23em;
  z-index: -1;
}
h1.border span::before,
.h1-size.border span::before {
  content: "";
  width: calc(100vw - 40px);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  right: 0;
  position: absolute;
  bottom: 0.23em;
  z-index: -1;
}
@media (min-width: 768px) {
  h1.border span::before, h1.border span::after,
  .h1-size.border span::before,
  .h1-size.border span::after {
    content: "";
    width: calc(100vw - 60px);
  }
}
@media (min-width: 992px) {
  h1.border span::before, h1.border span::after,
  .h1-size.border span::before,
  .h1-size.border span::after {
    content: "";
    width: calc(100vw - 80px);
  }
}
@media (min-width: 1380px) {
  h1.border span::before, h1.border span::after,
  .h1-size.border span::before,
  .h1-size.border span::after {
    content: "";
    width: 100vw;
    max-width: 1260px;
  }
}
@media (min-width: 1499px) {
  h1.border span::before, h1.border span::after,
  .h1-size.border span::before,
  .h1-size.border span::after {
    content: "";
    width: 100vw;
    max-width: 1410px;
  }
}
@media (min-width: 1699px) {
  h1.border span::before, h1.border span::after,
  .h1-size.border span::before,
  .h1-size.border span::after {
    content: "";
    width: 100vw;
    max-width: 1820px;
  }
}
.dark-bg h1,
.dark-bg .h1-size {
  color: #fff;
}

h2,
.h2-size {
  position: relative;
  color: #133524;
  font-family: "Fira Sans";
  font-size: clamp(35px, 20px + 2.813vw, 80px);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 2rem;
  /* @media (min-width: $xxl) {
    font-size: clamp(30px, 24px + 1.875vw, 60px);
  } */
}
.dark-bg h2,
.dark-bg .h2-size {
  color: #fff;
}
h2.border::before,
.h2-size.border::before {
  content: "";
  width: calc(100vw - 40px);
  height: 1px;
  background: #CCCCCC;
  right: 0;
  position: absolute;
  bottom: 0.26em;
  z-index: -1;
}
@media (min-width: 768px) {
  h2.border::before,
  .h2-size.border::before {
    content: "";
    width: calc(100vw - 60px);
  }
}
@media (min-width: 992px) {
  h2.border::before,
  .h2-size.border::before {
    content: "";
    width: calc(100vw - 80px);
  }
}
@media (min-width: 1380px) {
  h2.border::before,
  .h2-size.border::before {
    content: "";
    width: 100vw;
    max-width: 1260px;
  }
}
@media (min-width: 1499px) {
  h2.border::before,
  .h2-size.border::before {
    content: "";
    width: 100vw;
    max-width: 1410px;
  }
}
@media (min-width: 1699px) {
  h2.border::before,
  .h2-size.border::before {
    content: "";
    width: 100vw;
    max-width: 1820px;
  }
}

h3,
.h3-size {
  position: relative;
  color: #133524;
  font-family: "Fira Sans";
  font-size: clamp(30px, 24px + 1.875vw, 60px);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2rem;
  /* @media (min-width: $xxl) {
    font-size: clamp(28px, 25.6px + 0.75vw, 40px);
  } */
}
@media (min-width: 992px) {
  h3,
  .h3-size {
    margin-bottom: 3rem;
  }
}
.dark-bg h3,
.dark-bg .h3-size {
  color: #fff;
}
h3.border::before,
.h3-size.border::before {
  content: "";
  width: calc(100vw - 40px);
  height: 1px;
  background: #CCCCCC;
  right: 0;
  position: absolute;
  bottom: 0.22em;
  z-index: -1;
}
@media (min-width: 768px) {
  h3.border::before,
  .h3-size.border::before {
    content: "";
    width: calc(100vw - 60px);
  }
}
@media (min-width: 992px) {
  h3.border::before,
  .h3-size.border::before {
    content: "";
    width: calc(100vw - 80px);
  }
}
@media (min-width: 1380px) {
  h3.border::before,
  .h3-size.border::before {
    content: "";
    width: 100vw;
    max-width: 1260px;
  }
}
@media (min-width: 1499px) {
  h3.border::before,
  .h3-size.border::before {
    content: "";
    width: 100vw;
    max-width: 1410px;
  }
}
@media (min-width: 1699px) {
  h3.border::before,
  .h3-size.border::before {
    content: "";
    width: 100vw;
    max-width: 1820px;
  }
}

h4,
.h4-size {
  color: #000;
  font-family: "Fira Sans";
  font-size: clamp(25px, 20px + 1.562vw, 50px);
  font-weight: 400;
  line-height: 1.21;
  margin-bottom: 1.5rem;
  /* @media (min-width: $xxl) {
    font-size: clamp(22px, 15px + 0.5vw, 30px);
  } */
}
@media (min-width: 992px) {
  h4,
  .h4-size {
    margin-bottom: 2rem;
  }
}
.dark-bg h4,
.dark-bg .h4-size {
  color: #fff;
}

h5,
.h5-size {
  color: #133524;
  font-family: "Fira Sans";
  font-size: clamp(20px, 18px + 0.625vw, 30px);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  /* @media (min-width: $xxl) {
    font-size: clamp(18px, 13px + 0.375vw, 24px);
  } */
}
.dark-bg h5,
.dark-bg .h5-size {
  color: #fff;
}

h6,
.h6-size {
  color: #000;
  font-family: "Fira Sans";
  font-size: clamp(18px, 16.4px + 0.5vw, 26px);
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  /* @media (min-width: $xxl) {
    font-size: clamp(16px, 12px + 0.25vw, 20px);
  } */
}
@media (min-width: 768px) {
  h6,
  .h6-size {
    margin-bottom: 2rem;
  }
}
.dark-bg h6,
.dark-bg .h6-size {
  color: #fff;
}
h6.small,
.h6-size.small {
  color: #000;
  font-family: "Fira Sans";
  font-size: clamp(16px, 15.2px + 0.25vw, 20px);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  h6.small,
  .h6-size.small {
    margin-bottom: 2rem;
  }
}

p,
.para {
  color: #000;
  font-family: "Fira Sans";
  font-size: clamp(14px, 13.2px + 0.25vw, 18px);
  font-weight: 400;
  line-height: 1.23;
  margin-bottom: 1.5rem;
  /* @media (min-width: $xxl) {
    font-size: clamp(14px, 13px + 0.125vw, 16px);
    font-weight: $normal;
  } */
}
@media (min-width: 768px) {
  p,
  .para {
    margin-bottom: 2rem;
  }
}
.dark-bg p,
.dark-bg .para {
  color: #fff;
}
p.small,
.para.small {
  color: #000;
  font-size: clamp(14px, 13.6px + 0.125vw, 16px);
  font-weight: 400;
  line-height: 1.63;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  p.small,
  .para.small {
    margin-bottom: 2rem;
  }
}

ul li,
ol li {
  color: #333333;
  font-family: "Fira Sans";
  font-size: clamp(14px, 13px + 0.125vw, 16px);
  font-weight: 400;
  line-height: 1.69;
  margin: 0 0 1rem 2rem;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  ul li,
  ol li {
    margin: 0 0 2rem 2rem;
    padding: 0;
  }
}
ul li.small,
ol li.small {
  font-size: clamp(14px, 13.6px + 0.125vw, 16px);
  line-height: 1.63;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  ul li.small,
  ol li.small {
    margin-bottom: 1.2rem;
  }
}

ul.is-style-square-list {
  list-style: none;
  list-style-type: none;
}
ul.is-style-square-list li {
  margin: 0 0 1.5rem 2.5rem;
  position: relative;
}
ul.is-style-square-list li::before {
  color: #000;
  content: "■";
  display: inline-block;
  font-weight: 300;
  left: -20px;
  position: absolute;
}

ul.is-style-check-list {
  list-style: none;
  list-style-type: none;
}
ul.is-style-check-list li {
  margin: 0 0 1.5rem 2.5rem;
  position: relative;
}
ul.is-style-check-list li::before {
  color: inherit;
  content: "✓";
  display: inline-block;
  font-weight: 300;
  left: -20px;
  position: absolute;
}

small {
  color: #000;
  display: inline-block;
  font-family: "Fira Sans";
  font-size: clamp(14px, 13.6px + 0.125vw, 16px);
  font-weight: 400;
  line-height: 1.63;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  small {
    margin-bottom: 1.2rem;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
li a {
  color: #133524;
  text-decoration: underline;
}

:where(.menu, .sub-menu) {
  list-style: none;
  list-style-type: none;
}

a.skip-to-content {
  background-color: #007bff;
  color: #fff;
  font-size: 12px;
  /* Hide the link visually but keep it accessible */
  left: 10px;
  line-height: 16px;
  padding: 10px;
  position: absolute;
  text-decoration: none;
  top: -100px;
}
@media (min-width: 768px) {
  a.skip-to-content {
    font-size: 14px;
    line-height: 20px;
  }
}

.skip-to-content:focus,
.skip-to-content:hover {
  top: 0;
}

.visually-hidden {
  background: rgb(240, 238, 238);
  border: 1px solid #b4b4b4;
  clip-path: none;
  color: black;
  display: block;
  left: 1.5rem;
  overflow: hidden;
  padding: 8px;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 99999999;
}
@media (min-width: 992px) {
  .visually-hidden {
    left: 32px;
    padding: 15px;
    top: 50px;
  }
}

.visually-hidden:not(:focus) {
  clip: rect(0 0 0 0);
}

img {
  max-width: 100%;
}

section {
  overflow: hidden;
}

body a.um-button {
  padding: 11px 20px !important;
  /* override padding */
}
@media (min-width: 768px) {
  body a.um-button {
    padding: 14px 20px !important;
    /* override padding */
  }
}

body .gform_wrapper form .gform_footer button,
.btn,
.gform_wrapper.gform-theme.gform-theme--framework.gform_wrapper button.btn.gform_button,
input[type=submit],
.wp-block-button a {
  align-items: center;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  color: #133524;
  cursor: pointer;
  display: inline-flex;
  font-family: "Fira Sans";
  font-size: clamp(14px, 13.6px + 0.125vw, 16px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.07;
  outline: 0;
  padding: 12px 18px;
  position: relative;
  text-transform: capitalize;
  white-space: nowrap;
  transition: all 300ms linear;
}
@media (min-width: 768px) {
  body .gform_wrapper form .gform_footer button,
  .btn,
  .gform_wrapper.gform-theme.gform-theme--framework.gform_wrapper button.btn.gform_button,
  input[type=submit],
  .wp-block-button a {
    padding: 15px 20px;
  }
}
@media (min-width: 768px) and (max-height: 727px) {
  body .gform_wrapper form .gform_footer button,
  .btn,
  .gform_wrapper.gform-theme.gform-theme--framework.gform_wrapper button.btn.gform_button,
  input[type=submit],
  .wp-block-button a {
    padding: 15px 20px;
  }
}
body .gform_wrapper form .gform_footer button .gp-arrow,
.btn .gp-arrow,
.gform_wrapper.gform-theme.gform-theme--framework.gform_wrapper button.btn.gform_button .gp-arrow,
input[type=submit] .gp-arrow,
.wp-block-button a .gp-arrow {
  display: none;
}
@media (max-width: 768px) {
  body .gform_wrapper form .gform_footer button .gp-arrow,
  .btn .gp-arrow,
  .gform_wrapper.gform-theme.gform-theme--framework.gform_wrapper button.btn.gform_button .gp-arrow,
  input[type=submit] .gp-arrow,
  .wp-block-button a .gp-arrow {
    height: 100%;
    width: 100%;
  }
}
body .gform_wrapper form .gform_footer button:hover,
.btn:hover,
.gform_wrapper.gform-theme.gform-theme--framework.gform_wrapper button.btn.gform_button:hover,
input[type=submit]:hover,
.wp-block-button a:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.wp-block-button,
div {
  /* Dark button with arrow */
  /* light button with arrow */
  /* outline btn */
  /* primary filled color */
  /* Read More Button */
}
.wp-block-button.is-style-outline a, .wp-block-button.is-style-link a, .wp-block-button.is-style-brochure a,
div.is-style-outline a,
div.is-style-link a,
div.is-style-brochure a {
  transition: all 300ms linear;
  padding: 12px 20px;
}
@media (min-width: 768px) {
  .wp-block-button.is-style-outline a, .wp-block-button.is-style-link a, .wp-block-button.is-style-brochure a,
  div.is-style-outline a,
  div.is-style-link a,
  div.is-style-brochure a {
    padding: 15px 20px;
  }
}
@media (min-width: 768px) and (max-height: 727px) {
  .wp-block-button.is-style-outline a, .wp-block-button.is-style-link a, .wp-block-button.is-style-brochure a,
  div.is-style-outline a,
  div.is-style-link a,
  div.is-style-brochure a {
    padding: 15px 20px;
  }
}
.wp-block-button.is-style-outline a,
div.is-style-outline a {
  background: transparent;
  border: 1px solid #133524;
  color: #133524;
}
.wp-block-button.is-style-outline a:hover,
div.is-style-outline a:hover {
  background: #133524;
  border: 1px solid #133524;
  color: #fff;
}
.wp-block-button.is-style-brochure a,
div.is-style-brochure a {
  background: #fff;
  border: 1px solid transparent;
  color: #133524;
}
.wp-block-button.is-style-brochure a:hover,
div.is-style-brochure a:hover {
  background: #133524;
  border: 1px solid #133524;
  color: #fff;
}
.wp-block-button.is-style-link a,
div.is-style-link a {
  background: transparent;
  border: none !important;
  color: #133524;
  padding: 0;
  position: relative;
}
.dark-bg .wp-block-button.is-style-link a,
.dark-bg div.is-style-link a {
  color: #fff;
}
.wp-block-button.is-style-link a .gp-arrow,
div.is-style-link a .gp-arrow {
  display: block;
  margin: 3px 0 0 8px;
  transition: all 300ms linear;
}
.wp-block-button.is-style-link a:hover,
div.is-style-link a:hover {
  background: transparent;
}
.wp-block-button.is-style-link a:hover .gp-arrow,
div.is-style-link a:hover .gp-arrow {
  transition: all 300ms linear;
  transform: translateX(8px);
}

h2 span {
  color: #133524;
}

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

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 form .wpcf7-response-output {
  border: 1px solid transparent !important;
  border-radius: 0.25rem !important;
  margin: 1rem 0 !important;
  padding: 0.75rem 1.25rem !important;
  position: relative;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #fff3cd;
  border-color: #f5c6cb !important;
  color: #133524;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #d4edda;
  border-color: #c3e6cb !important;
  color: #133524;
}

.wpcf7-not-valid {
  border: 1px solid #fff !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

::input-placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.3) !important;
}

::placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.3) !important;
}

::input-placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
}

::placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
}

/* Gform Css */
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid #fc1111 !important;
  /* override css for border */
}

.gform_wrapper form .gform_footer button {
  background: #727272;
  border: transparent;
  color: #fff;
}

.gform-theme--foundation.gform-theme--framework .gfield_error input,
.gform_wrapper.gravity-theme .gfield_error input {
  border: 1px solid #fc1111 !important;
  /* override css for border */
}

.gfield_validation_message,
.validation_message {
  color: #133524 !important;
  /* override css for color */
}

.gform_wrapper.gravity-theme * {
  overflow: visible;
}

.wp-block-query-pagination {
  padding: 3rem 0;
}
.wp-block-query-pagination .page-numbers {
  font-weight: 600;
  margin: 0 15px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers,
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
  margin-bottom: 0;
}

.gform_wrapper.gform-theme select {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  /* override css for border */
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.2509803922);
  font-family: "Fira Sans";
  font-size: 1.4rem;
  font-weight: 400;
  height: 3.2rem !important;
  line-height: 2.2rem;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0.5rem 1.2rem;
  width: 100%;
}
.gform_wrapper.gform-theme select:focus {
  box-shadow: none;
}
.gform_wrapper.gform-theme select option {
  color: #000 !important;
}

.gform-theme.gform-theme--framework input[type=email],
.gform-theme.gform-theme--framework input[type=text],
.gform-theme.gform-theme--framework input[type=password],
.gform-theme.gform-theme--framework input[type=email],
.gform-theme.gform-theme--framework input[type=number],
.gform-theme.gform-theme--framework input[type=tel],
.gform-theme.gform-theme--framework textarea,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email],
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=text],
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=password],
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email],
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=number],
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=tel],
.gform_wrapper.gravity-theme.gform-theme--no-framework textarea,
input[type=email],
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea,
select {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-family: "Fira Sans";
  font-size: clamp(14px, 13.6px + 0.125vw, 16px);
  font-weight: 400;
  height: auto;
  line-height: 1;
  margin-bottom: 0;
  max-width: 100%;
  outline: none;
  padding: 12px;
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .gform-theme.gform-theme--framework input[type=email],
  .gform-theme.gform-theme--framework input[type=text],
  .gform-theme.gform-theme--framework input[type=password],
  .gform-theme.gform-theme--framework input[type=email],
  .gform-theme.gform-theme--framework input[type=number],
  .gform-theme.gform-theme--framework input[type=tel],
  .gform-theme.gform-theme--framework textarea,
  .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email],
  .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=text],
  .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=password],
  .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email],
  .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=number],
  .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=tel],
  .gform_wrapper.gravity-theme.gform-theme--no-framework textarea,
  input[type=email],
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=number],
  input[type=tel],
  textarea,
  select {
    padding: 15px;
  }
}
.gform-theme.gform-theme--framework input[type=email]:focus,
.gform-theme.gform-theme--framework input[type=text]:focus,
.gform-theme.gform-theme--framework input[type=password]:focus,
.gform-theme.gform-theme--framework input[type=email]:focus,
.gform-theme.gform-theme--framework input[type=number]:focus,
.gform-theme.gform-theme--framework input[type=tel]:focus,
.gform-theme.gform-theme--framework textarea:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=text]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=password]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=number]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=tel]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework textarea:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  box-shadow: none;
  outline: none;
}

.gform_wrapper.gform-theme--foundation .gform_required_legend,
.gform_wrapper.gform-theme--foundation .gform_validation_errors,
.gform_wrapper.gform-theme--foundation .gfield_validation_message {
  display: none;
}
.gform_wrapper.gform-theme--foundation .gform_footer {
  margin-top: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .gform_wrapper.gform-theme--foundation .gform_footer {
    float: right;
    margin-top: -5.5rem;
    width: calc(50% - 25px);
  }
}
.gform_wrapper.gform-theme--foundation .gform_footer button.btn.gform_button {
  justify-content: center;
  width: 100%;
  /* override css for width */
}
.gform_wrapper.gform-theme--foundation .gfield.gfield--type-phone {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .gform_wrapper.gform-theme--foundation .gfield.gfield--type-phone {
    margin-bottom: 2rem;
  }
}
.gform_wrapper.gform-theme--foundation .gfield_label {
  color: rgba(0, 0, 0, 0.8784313725);
  font-family: "Fira Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .gform_wrapper.gform-theme--foundation .gfield--type-html {
    width: calc(50% - 25px);
  }
}
.gform_wrapper.gform-theme--foundation .gfield--type-html .wp-block-button a {
  background: transparent;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .gform_wrapper.gform-theme--foundation .gfield--type-html .wp-block-button a {
    padding: 12px 18px;
  }
}
.gform_wrapper.gform-theme--foundation .gfield--type-html .wp-block-button a:hover {
  background: #133524;
}

.gform_wrapper.gform-theme--foundation .gfield_consent_label {
  color: rgba(0, 0, 0, 0.8784313725);
  font-family: "Fira Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: none;
}
.gform_wrapper.gform-theme--foundation .gfield_consent_label a {
  text-decoration: underline;
}

.gform_wrapper.gform-theme--foundation .gfield--type-consent {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin: 2.4rem 0;
  padding-bottom: 2.4rem;
}
.gform_wrapper.gform-theme--foundation .gfield--type-consent legend {
  display: none;
}

.gform_wrapper.gform-theme--foundation .ginput_container_consent input[type=checkbox] {
  height: 16px;
  position: relative;
  top: 3px;
  width: 16px;
}
.gform_wrapper.gform-theme--foundation .ginput_container_consent input[type=checkbox]:focus {
  box-shadow: none;
}
.gform_wrapper.gform-theme--foundation .ginput_container_consent input[type=checkbox]:checked {
  background: #133524;
  border: none;
  box-shadow: none;
}
.gform_wrapper.gform-theme--foundation .ginput_container_consent input[type=checkbox]:checked::before {
  color: #fff;
}

textarea {
  min-height: 71px;
}

.gform_wrapper.gform-theme--foundation .gform_fields {
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .gform_wrapper.gform-theme--foundation .gform_fields {
    gap: 3rem;
  }
}
.gform_wrapper.gform-theme--foundation .gform_fields .ginput_container {
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .gform_wrapper.gform-theme--foundation .gform_fields .ginput_container {
    gap: 3rem;
  }
}

.gform_wrapper.gform-theme--foundation .gfield--type-address {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
}
.gform_wrapper.gform-theme--foundation .gfield--type-address .ginput_complex .gform-grid-col {
  margin-bottom: 2.4rem;
}
.gform_wrapper.gform-theme--foundation .gfield--type-address .ginput_complex .gform-grid-col.address_city {
  padding-right: 1.2rem;
}
.gform_wrapper.gform-theme--foundation .gfield--type-address .ginput_complex .gform-grid-col.address_state {
  padding-left: 1.2rem;
}
.gform_wrapper.gform-theme--foundation .gfield--type-address .ginput_complex .gform-grid-col.address_zip {
  padding-right: 1.2rem;
}
.gform_wrapper.gform-theme--foundation .gfield--type-address .ginput_complex .gform-grid-col.address_country {
  padding-left: 1.2rem;
}

.gform-theme form {
  margin: 2.5rem auto 0;
}
@media (min-width: 768px) {
  .gform-theme form {
    margin: 5rem auto 0;
  }
}
.gform-theme .gform_title {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.6rem;
  margin-bottom: 2rem;
  text-align: left;
}
@media (min-width: 768px) {
  .gform-theme .gform_title {
    font-size: 4rem;
    line-height: 4.6rem;
  }
}
@media (min-width: 1380px) {
  .gform-theme .gform_title {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 1699px) {
  .gform-theme .gform_title {
    font-size: 5rem;
    line-height: 6rem;
  }
}
.gform-theme .gform_description {
  color: #727272;
  font-family: "Fira Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .gform-theme .gform_description {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.gform-theme .gform-body .address_line_1,
.gform-theme .gform-body .address_line_2 {
  display: none;
}
.gform-theme .gform_required_legend {
  display: none;
}

/* Admin-bar Spacing Set as per Resposive Screens */
body.admin-bar .header {
  margin-top: 46px;
}
@media (width >= 782px) {
  body.admin-bar .header {
    margin-top: 32px;
  }
}
body.admin-bar .header.sticky {
  margin-top: 0;
}
@media (width >= 601px) {
  body.admin-bar .header.sticky {
    margin-top: 46px;
  }
}
@media (width >= 782px) {
  body.admin-bar .header.sticky {
    margin-top: 32px;
  }
}
body.admin-bar .main-wrapper {
  padding-top: 75.3px;
}
@media (min-width: 992px) {
  body.admin-bar .main-wrapper {
    padding-top: 110px;
  }
}
@media (min-width: 1199px) {
  body.admin-bar .main-wrapper {
    padding-top: 110px;
  }
}
body .main-wrapper {
  padding-top: 75.3px;
}
@media (min-width: 992px) {
  body .main-wrapper {
    padding-top: 110px;
  }
}
@media (min-width: 1199px) {
  body .main-wrapper {
    padding-top: 110px;
  }
}
body .fancybox__container .fancybox__carousel .fancybox__slide .fancybox__caption h5,
body .fancybox__container .fancybox__carousel .fancybox__slide .fancybox__caption p {
  color: #fff !important;
}

:has(:first-of-type.inner-masthead) .main-wrapper {
  padding-top: 0;
}

::-webkit-scrollbar {
  width: 10px;
  height: 3px;
}

/*  Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/*  Handle */
::-webkit-scrollbar-thumb {
  background: #133524;
  border-radius: 100px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.wp-block-media-text {
  background: transparent;
  padding: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 1.5rem;
}
@media (min-width: 768px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 2rem;
  }
}
@media (min-width: 1380px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 3rem;
  }
}
@media (min-width: 1699px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 5rem;
  }
}

/* for hero slider */
:has(:first-of-type.hero-banner) .main-wrapper {
  padding-top: 0;
}

:has(.single-service--wrapper > .wp-block-columns > .wp-block-column:last-child) .main-wrapper {
  overflow: visible !important;
}

/* for all section padding manage using flex */
body.single-post .main-wrapper > h1:first-child,
body.single-post .main-wrapper > h2:first-child,
body.single-post .main-wrapper > h3:first-child,
body.single-post .main-wrapper > h4:first-child,
body.single-post .main-wrapper > h5:first-child,
body.single-post .main-wrapper > h6:first-child {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
body.single-post .main-wrapper ul {
  margin-bottom: 2rem;
}

body.stop-scroll {
  overflow: hidden;
}

body.activebody {
  position: relative;
  overflow: hidden;
  transition: all 300ms linear;
}
body.activebody::before {
  z-index: 11;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1647058824);
  transition: all 300ms linear;
}

.header {
  background: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
}
.header.dark-bg .header--wrapper-right-content-top,
.header.dark-bg .header--wrapper-right-content-bottom {
  background: rgb(26, 23, 27);
}
.header--wrapper {
  display: flex;
  flex-direction: row;
  flex: 0 0 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #000;
  /* * {
    @include transition(300ms);
  } */
  /* 
  .col-lg-9.col-12 {
    border-bottom: 1px solid $black;

    @media (min-width: $lg) {
      border-bottom: none;
    }
  } */
}
@media (min-width: 992px) {
  .header--wrapper {
    border-bottom: none;
    justify-content: flex-start;
  }
}
.header--wrapper .col-lg-3.col-12 {
  display: flex;
  align-items: center;
}
.header--wrapper-left {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 1.5rem 0;
}
@media (min-width: 992px) {
  .header--wrapper-left {
    padding: 0;
  }
}
.header--wrapper-left-logo {
  flex: 0 0 100px;
  max-width: 100px;
  max-height: 70px;
}
@media (min-width: 992px) {
  .header--wrapper-left-logo {
    flex: 0 0 120px;
    max-width: 120px;
  }
}
@media (min-width: 1380px) {
  .header--wrapper-left-logo {
    flex: 0 0 158px;
    max-width: 158px;
  }
}
.header--wrapper-left-logo img,
.header--wrapper-left-logo svg {
  aspect-ratio: 2.257;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.header--wrapper-left-burger-icon {
  align-items: center;
  background-color: transparent;
  border: 1px solid #133524;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  float: right;
  height: 40px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 40px;
  z-index: 999;
  margin: 0 15px 0 0;
}
@media (min-width: 992px) {
  .header--wrapper-left-burger-icon {
    display: none;
  }
}
.header--wrapper-left-burger-icon svg {
  height: 22px;
  width: 22px;
}
.header--wrapper-left-burger-icon .line {
  fill: none;
  stroke: #133524;
  stroke-width: 8;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header--wrapper-left-burger-icon .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 8;
}
.header--wrapper-left-burger-icon .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 8;
}
.header--wrapper-left-burger-icon .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 8;
}
.header--wrapper-left-burger-icon.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
}
.header--wrapper-left-burger-icon.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 8;
}
.header--wrapper-left-burger-icon.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
}
.header--wrapper-right {
  display: flex !important;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 992px) {
  .header--wrapper-right {
    padding: 0;
    flex-direction: row;
  }
}
@media (max-width: 992px) {
  .header--wrapper-right.active {
    display: flex;
    opacity: 1;
    transform: translateY(0);
  }
  .header--wrapper-right:not(.active) {
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
    height: 0;
    overflow: hidden;
  }
}
.header--wrapper-right-menu {
  padding: 2rem 0 0;
}
@media (min-width: 992px) {
  .header--wrapper-right-menu {
    padding: 0;
  }
}
.header--wrapper-right-menu ul {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .header--wrapper-right-menu ul {
    align-items: center;
    flex-direction: row;
  }
}
.header--wrapper-right-menu ul li {
  margin: 0;
  line-height: 1.3;
  margin-bottom: 0.8rem;
  padding: 0 0 0.8rem 0;
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  .header--wrapper-right-menu ul li {
    margin-bottom: 0;
    border-bottom: 0;
    padding: 30px 20px;
  }
}
@media (min-width: 1380px) {
  .header--wrapper-right-menu ul li {
    padding: 35px 40px;
  }
}
@media (min-width: 1699px) {
  .header--wrapper-right-menu ul li {
    padding: 45px 50px;
  }
}
.header--wrapper-right-menu ul li a {
  white-space: nowrap;
  text-decoration: none;
  color: #333333;
  line-height: 1.3;
}
.header--wrapper-right-menu ul li a:hover {
  color: #00AA5F;
}
.header--wrapper-right-contact {
  transition: all 300ms linear;
  display: flex;
  gap: 1rem;
  padding: 1.5rem 0 2rem;
  align-items: center;
}
@media (min-width: 992px) {
  .header--wrapper-right-contact {
    flex: 0 0 170px;
  }
}
@media (min-width: 1380px) {
  .header--wrapper-right-contact {
    flex: 0 0 200px;
  }
}
.header--wrapper-right-contact:hover {
  transition: all 300ms linear;
}
.header--wrapper-right-contact:hover .header--wrapper-right-contact-img {
  background: #00AA5F;
  transition: all 300ms linear;
}
.header--wrapper-right-contact:hover a,
.header--wrapper-right-contact:hover h6.small {
  color: #00AA5F;
}
.header--wrapper-right-contact-img {
  transition: all 300ms linear;
  max-width: 3rem;
  flex: 0 0 3rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #133524;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .header--wrapper-right-contact-img {
    max-width: 4rem;
    flex: 0 0 4rem;
  }
}
@media (min-width: 1699px) {
  .header--wrapper-right-contact-img {
    max-width: 5rem;
    flex: 0 0 5rem;
  }
}
.header--wrapper-right-contact-img img,
.header--wrapper-right-contact-img svg {
  aspect-ratio: 1;
  max-width: 13px;
  max-height: 13px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1699px) {
  .header--wrapper-right-contact-img img,
  .header--wrapper-right-contact-img svg {
    max-width: 20px;
    max-height: 20px;
  }
}
.header--wrapper-right-contact a {
  color: #000;
  font-family: "Fira Sans";
  font-size: clamp(16px, 15.2px + 0.25vw, 20px);
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  margin-bottom: 0;
}
.header--wrapper-right-contact h6.small {
  margin-bottom: 0;
}

.page-template-template-authentication .header {
  background: transparent;
}
.page-template-template-authentication .header .header__burger {
  display: none;
}
.page-template-template-authentication .header .nav-main {
  align-items: center;
  background: none;
  display: flex !important;
  gap: 15px;
  height: auto;
  max-width: none;
  padding: 0;
  position: static;
  width: auto;
}
@media (min-width: 768px) {
  .page-template-template-authentication .header .nav-main {
    gap: 30px;
  }
}

.footer--wrapper-left-img {
  height: 100%;
  width: 100%;
  max-height: 300px;
  z-index: 5;
  position: relative;
}
@media (min-width: 992px) {
  .footer--wrapper-left-img {
    max-width: 616px;
    max-height: 1100px;
  }
}
.footer--wrapper-left-img img,
.footer--wrapper-left-img svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer--wrapper-right {
  padding: 3rem 0 0;
}
@media (min-width: 992px) {
  .footer--wrapper-right {
    padding: 5rem 0 5rem 2rem;
  }
}
@media (min-width: 1380px) {
  .footer--wrapper-right {
    padding: 8rem 0 8rem 5rem;
  }
}
@media (min-width: 1699px) {
  .footer--wrapper-right {
    padding: 15rem 0 15rem 7rem;
  }
}
.footer--wrapper-right h2,
.footer--wrapper-right p.small {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer--wrapper-right h2,
  .footer--wrapper-right p.small {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1380px) {
  .footer--wrapper-right h2,
  .footer--wrapper-right p.small {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1699px) {
  .footer--wrapper-right h2,
  .footer--wrapper-right p.small {
    margin-bottom: 5rem;
  }
}
.footer--wrapper-right-contact {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 576px) {
  .footer--wrapper-right-contact {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer--wrapper-right-contact-details {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .footer--wrapper-right-contact-details {
    gap: 3.5rem;
  }
}
@media (min-width: 1380px) {
  .footer--wrapper-right-contact-details {
    gap: 5rem;
  }
}
@media (min-width: 1699px) {
  .footer--wrapper-right-contact-details {
    gap: 7rem;
  }
}
.footer--wrapper-right-contact-details-box {
  display: flex;
  gap: 1rem;
  transition: all 300ms linear;
}
@media (min-width: 992px) {
  .footer--wrapper-right-contact-details-box {
    gap: 2rem;
  }
}
.footer--wrapper-right-contact-details-box:hover {
  transition: all 300ms linear;
}
.footer--wrapper-right-contact-details-box:hover .footer--wrapper-right-contact-details-box-content h5 {
  transition: all 300ms linear;
  color: #00AA5F;
}
.footer--wrapper-right-contact-details-box:hover .footer--wrapper-right-contact-details-box-img {
  transition: all 300ms linear;
}
.footer--wrapper-right-contact-details-box:hover .footer--wrapper-right-contact-details-box-img img,
.footer--wrapper-right-contact-details-box:hover .footer--wrapper-right-contact-details-box-img svg path {
  transition: all 300ms linear;
  fill: #00AA5F;
}
.footer--wrapper-right-contact-details-box-img {
  max-height: 2.5rem;
  max-width: 2.5rem;
  flex: 0 0 2.5rem;
  transition: all 300ms linear;
}
@media (min-width: 768px) {
  .footer--wrapper-right-contact-details-box-img {
    max-height: 3rem;
    max-width: 3rem;
    flex: 0 0 3rem;
  }
}
@media (min-width: 1380px) {
  .footer--wrapper-right-contact-details-box-img {
    max-height: 4rem;
    max-width: 4rem;
    flex: 0 0 4rem;
  }
}
@media (min-width: 1699px) {
  .footer--wrapper-right-contact-details-box-img {
    max-height: 5rem;
    max-width: 5rem;
    flex: 0 0 5rem;
  }
}
.footer--wrapper-right-contact-details-box-img img,
.footer--wrapper-right-contact-details-box-img svg {
  transition: all 300ms linear;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.footer--wrapper-right-contact-details-box-content h5 {
  margin-bottom: 1rem;
  transition: all 300ms linear;
}
.footer--wrapper-right-contact-details-box-content-text {
  max-width: 280px;
}
.footer--wrapper-right-contact-details-box-content-text p.small {
  margin-bottom: 0;
  color: #333333;
  font-style: italic;
}
.footer--wrapper-right-contact-details-box-content-text p.small span {
  font-weight: 600;
}
.footer--wrapper-right-contact-details-box-content a.small {
  text-decoration: none;
  margin-bottom: 0;
  font-style: italic;
}
.footer--wrapper-right-contact-form {
  padding: 2rem;
  background: #133524;
}
@media (min-width: 768px) {
  .footer--wrapper-right-contact-form {
    padding: 3rem;
  }
}
@media (min-width: 1380px) {
  .footer--wrapper-right-contact-form {
    padding: 4rem;
  }
}
@media (min-width: 1699px) {
  .footer--wrapper-right-contact-form {
    padding: 5rem;
  }
}
.footer--wrapper-right-contact-form .gform_confirmation_message {
  color: #fff;
}
.footer--wrapper-right-contact-form h5 {
  color: #fff;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .footer--wrapper-right-contact-form h5 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1380px) {
  .footer--wrapper-right-contact-form h5 {
    margin-bottom: 3rem;
  }
}
.footer--wrapper-right-contact-form .gform_wrapper form {
  margin: 0;
}
.footer--wrapper-right-contact-form .gform_wrapper form .gform-body .gform_fields {
  gap: 2rem;
}
.footer--wrapper-right-contact-form .gform_wrapper form .gform-body .gform_fields .gfield--type-phone {
  margin: 0;
}
.footer--wrapper-right-contact-form .gform_wrapper form .gform-body .gform_fields .gfield--type-textarea textarea {
  max-block-size: 10rem;
  min-block-size: 10rem;
}
.footer--wrapper-right-contact-form .gform_wrapper form .gform-footer {
  margin-top: 2rem;
  float: left;
}
@media (min-width: 992px) {
  .footer--wrapper-right-contact-form .gform_wrapper form .gform-footer {
    margin-top: 3rem;
  }
}
.footer--wrapper-copyright {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.5rem;
  background: #E8F3F5;
  padding: 3.15rem 3rem;
}
@media (min-width: 576px) {
  .footer--wrapper-copyright {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .footer--wrapper-copyright {
    flex-direction: row;
  }
}
.footer--wrapper-copyright-content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.footer--wrapper-copyright-content p.small {
  color: #333333;
  margin-bottom: 0;
}
.footer--wrapper-copyright-content-powered-by {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer--wrapper-copyright-content-sync-logo {
  display: flex;
  align-items: center;
  flex: 0 0 4rem;
  max-width: 4rem;
  max-height: 1.3rem;
}
.footer--wrapper-copyright-content-sync-logo img,
.footer--wrapper-copyright-content-sync-logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer--wrapper-copyright-menu ul {
  display: flex;
  gap: 3rem;
}
@media (min-width: 768px) {
  .footer--wrapper-copyright-menu ul {
    gap: 4rem;
  }
}
.footer--wrapper-copyright-menu ul li {
  margin: 0;
  position: relative;
  /* padding-right: 2rem;
  margin-right: 2rem; */
  /* border-right: 1px solid $dark-gray; */
}
.footer--wrapper-copyright-menu ul li::before {
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  content: "";
  background: #333333;
}
@media (min-width: 768px) {
  .footer--wrapper-copyright-menu ul li::before {
    right: -2rem;
  }
}
.footer--wrapper-copyright-menu ul li:last-child::before {
  display: none;
}
.footer--wrapper-copyright-menu ul li a {
  white-space: nowrap;
  color: #333333;
  text-decoration: none;
}
.footer--wrapper-copyright-menu ul li a:hover {
  color: #133524;
}

.footer .footer__three section:last-child a svg,
img {
  display: block;
}

/* Popup Background */
.popup {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.popup-content {
  background: #000 !important;
  border-radius: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  left: 50%;
  padding: 20px;
  padding: 2rem;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  width: 100%;
}
@media (min-width: 768px) {
  .popup-content {
    padding: 5rem;
    width: 699px;
  }
}
.popup.active {
  display: block;
}

/* Close Button */
.close-btn {
  color: #333;
  cursor: pointer;
  float: right;
  font-size: 18px;
}

.single-post .related--post-cont {
  display: grid;
  gap: 2rem;
}
@media (min-width: 781px) {
  .single-post .related--post-cont {
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1499px) {
  .single-post .related--post-cont {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1699px) {
  .single-post .related--post-cont {
    gap: 5rem;
  }
}
.single-post .related--post-cont img {
  aspect-ratio: 1.71;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: relative;
}
.single-post .related--post-cont-inner {
  padding: 1rem 1.5rem 1.5rem;
}
@media (min-width: 1499px) {
  .single-post .related--post-cont-inner {
    padding: 1rem 2rem 2rem;
  }
}
@media (min-width: 1499px) {
  .single-post .related--post-cont-inner {
    padding: 2rem 3rem 3rem;
  }
}
.single-post .related--post-cont-ent {
  position: relative;
}
.single-post .related--post-cont-ent:before {
  border: 1px solid #727272;
  border-radius: 2rem;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.single-post .related--post .wp-block-post-author-name,
.single-post .related--post .wp-block-post-date {
  color: #727272;
  float: left;
  width: 50%;
  font-size: clamp(14px, 13.6px + 0.125vw, 16px);
  line-height: 1.56;
}
.single-post .related--post .wp-block-post-date {
  white-space: nowrap;
  text-align: right;
}
.single-post .related--post .wp-block-post-title h5 {
  color: #133524;
  display: inline-block;
  font-weight: 400;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .single-post .related--post .wp-block-post-title h5 {
    margin-top: 2rem;
  }
}
.single-post .related--post .wp-block-post-excerpt__excerpt {
  font-size: clamp(14px, 13px + 0.125vw, 16px);
  line-height: 1.75;
  margin-bottom: 1rem;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .single-post .related--post .wp-block-post-excerpt__excerpt {
    margin-bottom: 2rem;
  }
}
.single-post .related--post .wp-block-post-excerpt__more-text a {
  transition: all 200ms linear;
  color: #133524;
  cursor: pointer;
  display: inline-block;
  font-family: "Fira Sans";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-right: 30px;
  position: relative;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .single-post .related--post .wp-block-post-excerpt__more-text a {
    font-size: 15px;
  }
}
@media (min-width: 1499px) {
  .single-post .related--post .wp-block-post-excerpt__more-text a {
    font-size: 16px;
  }
}
.single-post .related--post .wp-block-post-excerpt__more-text a:after {
  transition: all 200ms linear;
  background: url(../icons/primary-button-arrow.svg) no-repeat transparent;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  top: 58%;
  transform: translate(0, -50%);
  width: 20px;
}
.single-post .related--post .wp-block-post-excerpt__more-text a:hover::after {
  transition: all 200ms linear;
  transform: translate(5px, -50%);
}
.single-post .related--post .container {
  border-top: 1px solid #727272;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .single-post .related--post .container {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 1499px) {
  .single-post .related--post .container {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 1699px) {
  .single-post .related--post .container {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}
.single-post .related--post h2 {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .single-post .related--post h2 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1699px) {
  .single-post .related--post h2 {
    margin-bottom: 5rem;
  }
}
.single-post h3 {
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .single-post h3 {
    margin-top: 3rem;
  }
}
@media (min-width: 1699px) {
  .single-post h3 {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
}
.single-post .wp-block-post-featured-image {
  margin-bottom: 2rem;
}
.single-post .wp-block-post-featured-image img {
  border-radius: 2rem;
  aspect-ratio: 1.612;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.single-post .wp-block-post-featured-image + .wp-block-group {
  margin-bottom: 1rem;
  display: flex;
}
@media (min-width: 992px) {
  .single-post .wp-block-post-featured-image + .wp-block-group {
    margin-bottom: 2rem;
  }
}
.single-post .wp-block-post-author-name,
.single-post .wp-block-post-date {
  color: #727272;
  float: left;
  width: 50%;
  font-weight: 700;
  text-transform: capitalize;
}
.single-post .wp-block-post-date {
  white-space: nowrap;
  text-align: right;
}
.single-post .woocommerce:not(.single-product),
.single-post .masthead .owl-dots,
.single-post .main-wrapper > p,
.single-post .main-wrapper > h1,
.single-post .main-wrapper > h2,
.single-post .main-wrapper > h3,
.single-post .main-wrapper > h4,
.single-post .main-wrapper > h5,
.single-post .main-wrapper > h6,
.single-post .main-wrapper > ul,
.single-post .main-wrapper > blockquote,
.single-post .main-wrapper > pre,
.single-post .main-wrapper > .wp-block-buttons,
.single-post .main-wrapper > .wp-block-cover .wp-block-cover__inner-container,
.single-post .main-wrapper > .wp-block-image,
.single-post .main-wrapper > .wp-block-gallery,
.single-post .main-wrapper > .wp-block-pullquote,
.single-post .main-wrapper > .wp-block-table,
.single-post .main-wrapper > .wp-block-media-text,
.single-post .main-wrapper > .wp-block-video,
.single-post .main-wrapper > .wp-block-columns,
.single-post .main-wrapper > .wp-block-group:not(.who-we-are, .media-text, .process),
.single-post .main-wrapper > .wp-block-group.who-we-are > .wp-block-group,
.single-post .main-wrapper > .wp-block-group.media-text > .wp-block-group,
.single-post .main-wrapper > .wp-block-group.process > .wp-block-group,
.single-post .main-wrapper > .wp-block-spacer,
.single-post .main-wrapper > .wp-block-separator,
.single-post .main-wrapper > .page-links,
.single-post .main-wrapper > .post-thumbnail,
.single-post .main-wrapper > .wp-block-calendar,
.single-post .main-wrapper > .wp-block-post-date,
.single-post .main-wrapper > .wp-block-post-excerpt,
.single-post .main-wrapper > .wp-block-post-featured-image,
.single-post .main-wrapper > .wp-block-query,
.single-post .main-wrapper > .wp-block-latest-comments,
.single-post .main-wrapper > .wp-block-search,
.single-post .main-wrapper > .wp-block-social-links,
.single-post .main-wrapper > .wp-block-loginout,
.single-post .main-wrapper > .wp-block-embed,
.single-post .main-wrapper > .wp-block-heading,
.single-post .main-wrapper > .wp-block-tag-cloud,
.single-post .main-wrapper > .wp-block-social-links,
.single-post .main-wrapper > .wp-block-search__button-outside,
.single-post .main-wrapper > .wp-block-search__inside-wrapper,
.single-post .main-wrapper > .components-placeholder,
.single-post .main-wrapper > .wp-block-page-list,
.single-post .main-wrapper > .wp-block-latest-posts__list,
.single-post .main-wrapper > .has-avatars,
.single-post .main-wrapper > .wp-block-categories-list,
.single-post .main-wrapper > .wp-block-archives-list,
.single-post .main-wrapper > .wp-block-spacer,
.single-post .main-wrapper > .wp-block-separator,
.single-post .main-wrapper > .wp-block-file,
.single-post .main-wrapper > .is-responsive.wp-block-navigation.is-layout-flex,
.single-post .main-wrapper > .wp-block-post-author-name,
.single-post .main-wrapper > .wp-block-post-author,
.single-post .main-wrapper > .entry-content.wp-block-post-content.is-layout-flow,
.single-post .main-wrapper > .wp-block-avatar,
.single-post .main-wrapper > .wp-block-cover:not(.our-commit),
.single-post .wp-block-cover-image {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single-post .woocommerce:not(.single-product),
  .single-post .masthead .owl-dots,
  .single-post .main-wrapper > p,
  .single-post .main-wrapper > h1,
  .single-post .main-wrapper > h2,
  .single-post .main-wrapper > h3,
  .single-post .main-wrapper > h4,
  .single-post .main-wrapper > h5,
  .single-post .main-wrapper > h6,
  .single-post .main-wrapper > ul,
  .single-post .main-wrapper > blockquote,
  .single-post .main-wrapper > pre,
  .single-post .main-wrapper > .wp-block-buttons,
  .single-post .main-wrapper > .wp-block-cover .wp-block-cover__inner-container,
  .single-post .main-wrapper > .wp-block-image,
  .single-post .main-wrapper > .wp-block-gallery,
  .single-post .main-wrapper > .wp-block-pullquote,
  .single-post .main-wrapper > .wp-block-table,
  .single-post .main-wrapper > .wp-block-media-text,
  .single-post .main-wrapper > .wp-block-video,
  .single-post .main-wrapper > .wp-block-columns,
  .single-post .main-wrapper > .wp-block-group:not(.who-we-are, .media-text, .process),
  .single-post .main-wrapper > .wp-block-group.who-we-are > .wp-block-group,
  .single-post .main-wrapper > .wp-block-group.media-text > .wp-block-group,
  .single-post .main-wrapper > .wp-block-group.process > .wp-block-group,
  .single-post .main-wrapper > .wp-block-spacer,
  .single-post .main-wrapper > .wp-block-separator,
  .single-post .main-wrapper > .page-links,
  .single-post .main-wrapper > .post-thumbnail,
  .single-post .main-wrapper > .wp-block-calendar,
  .single-post .main-wrapper > .wp-block-post-date,
  .single-post .main-wrapper > .wp-block-post-excerpt,
  .single-post .main-wrapper > .wp-block-post-featured-image,
  .single-post .main-wrapper > .wp-block-query,
  .single-post .main-wrapper > .wp-block-latest-comments,
  .single-post .main-wrapper > .wp-block-search,
  .single-post .main-wrapper > .wp-block-social-links,
  .single-post .main-wrapper > .wp-block-loginout,
  .single-post .main-wrapper > .wp-block-embed,
  .single-post .main-wrapper > .wp-block-heading,
  .single-post .main-wrapper > .wp-block-tag-cloud,
  .single-post .main-wrapper > .wp-block-social-links,
  .single-post .main-wrapper > .wp-block-search__button-outside,
  .single-post .main-wrapper > .wp-block-search__inside-wrapper,
  .single-post .main-wrapper > .components-placeholder,
  .single-post .main-wrapper > .wp-block-page-list,
  .single-post .main-wrapper > .wp-block-latest-posts__list,
  .single-post .main-wrapper > .has-avatars,
  .single-post .main-wrapper > .wp-block-categories-list,
  .single-post .main-wrapper > .wp-block-archives-list,
  .single-post .main-wrapper > .wp-block-spacer,
  .single-post .main-wrapper > .wp-block-separator,
  .single-post .main-wrapper > .wp-block-file,
  .single-post .main-wrapper > .is-responsive.wp-block-navigation.is-layout-flex,
  .single-post .main-wrapper > .wp-block-post-author-name,
  .single-post .main-wrapper > .wp-block-post-author,
  .single-post .main-wrapper > .entry-content.wp-block-post-content.is-layout-flow,
  .single-post .main-wrapper > .wp-block-avatar,
  .single-post .main-wrapper > .wp-block-cover:not(.our-commit),
  .single-post .wp-block-cover-image {
    max-width: 800px;
  }
}
@media (min-width: 1199px) {
  .single-post .woocommerce:not(.single-product),
  .single-post .masthead .owl-dots,
  .single-post .main-wrapper > p,
  .single-post .main-wrapper > h1,
  .single-post .main-wrapper > h2,
  .single-post .main-wrapper > h3,
  .single-post .main-wrapper > h4,
  .single-post .main-wrapper > h5,
  .single-post .main-wrapper > h6,
  .single-post .main-wrapper > ul,
  .single-post .main-wrapper > blockquote,
  .single-post .main-wrapper > pre,
  .single-post .main-wrapper > .wp-block-buttons,
  .single-post .main-wrapper > .wp-block-cover .wp-block-cover__inner-container,
  .single-post .main-wrapper > .wp-block-image,
  .single-post .main-wrapper > .wp-block-gallery,
  .single-post .main-wrapper > .wp-block-pullquote,
  .single-post .main-wrapper > .wp-block-table,
  .single-post .main-wrapper > .wp-block-media-text,
  .single-post .main-wrapper > .wp-block-video,
  .single-post .main-wrapper > .wp-block-columns,
  .single-post .main-wrapper > .wp-block-group:not(.who-we-are, .media-text, .process),
  .single-post .main-wrapper > .wp-block-group.who-we-are > .wp-block-group,
  .single-post .main-wrapper > .wp-block-group.media-text > .wp-block-group,
  .single-post .main-wrapper > .wp-block-group.process > .wp-block-group,
  .single-post .main-wrapper > .wp-block-spacer,
  .single-post .main-wrapper > .wp-block-separator,
  .single-post .main-wrapper > .page-links,
  .single-post .main-wrapper > .post-thumbnail,
  .single-post .main-wrapper > .wp-block-calendar,
  .single-post .main-wrapper > .wp-block-post-date,
  .single-post .main-wrapper > .wp-block-post-excerpt,
  .single-post .main-wrapper > .wp-block-post-featured-image,
  .single-post .main-wrapper > .wp-block-query,
  .single-post .main-wrapper > .wp-block-latest-comments,
  .single-post .main-wrapper > .wp-block-search,
  .single-post .main-wrapper > .wp-block-social-links,
  .single-post .main-wrapper > .wp-block-loginout,
  .single-post .main-wrapper > .wp-block-embed,
  .single-post .main-wrapper > .wp-block-heading,
  .single-post .main-wrapper > .wp-block-tag-cloud,
  .single-post .main-wrapper > .wp-block-social-links,
  .single-post .main-wrapper > .wp-block-search__button-outside,
  .single-post .main-wrapper > .wp-block-search__inside-wrapper,
  .single-post .main-wrapper > .components-placeholder,
  .single-post .main-wrapper > .wp-block-page-list,
  .single-post .main-wrapper > .wp-block-latest-posts__list,
  .single-post .main-wrapper > .has-avatars,
  .single-post .main-wrapper > .wp-block-categories-list,
  .single-post .main-wrapper > .wp-block-archives-list,
  .single-post .main-wrapper > .wp-block-spacer,
  .single-post .main-wrapper > .wp-block-separator,
  .single-post .main-wrapper > .wp-block-file,
  .single-post .main-wrapper > .is-responsive.wp-block-navigation.is-layout-flex,
  .single-post .main-wrapper > .wp-block-post-author-name,
  .single-post .main-wrapper > .wp-block-post-author,
  .single-post .main-wrapper > .entry-content.wp-block-post-content.is-layout-flow,
  .single-post .main-wrapper > .wp-block-avatar,
  .single-post .main-wrapper > .wp-block-cover:not(.our-commit),
  .single-post .wp-block-cover-image {
    max-width: 1030px;
  }
}
.single-post .main-wrapper .wp-block-spacer {
  height: 3rem !important;
}
@media (min-width: 992px) {
  .single-post .main-wrapper .wp-block-spacer {
    height: 7rem !important;
  }
}
@media (min-width: 1499px) {
  .single-post .main-wrapper .wp-block-spacer {
    height: 10rem !important;
  }
}
@media (min-width: 1699px) {
  .single-post .main-wrapper .wp-block-spacer {
    height: 14rem !important;
  }
}

.blogs {
  padding: 3rem 0 3rem;
}
@media (min-width: 992px) {
  .blogs {
    padding: 7rem 0 7rem;
  }
}
@media (min-width: 1499px) {
  .blogs {
    padding: 10rem 0 0;
  }
}
@media (min-width: 1699px) {
  .blogs {
    padding: 14rem 0 0;
  }
}
.blogs ul {
  gap: 2rem;
}
@media (min-width: 781px) {
  .blogs ul {
    gap: 3rem;
  }
}
@media (min-width: 576px) {
  .blogs ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .blogs ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1699px) {
  .blogs ul {
    gap: 5rem;
  }
}
.blogs ul li {
  position: relative;
}
.blogs ul li:before {
  border: 1px solid #727272;
  border-radius: 2rem;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.blogs ul li img {
  aspect-ratio: 1.71;
  border-radius: 2rem;
}
.blogs ul li > .wp-block-group {
  padding: 1rem 1.5rem 1.5rem;
}
@media (min-width: 1499px) {
  .blogs ul li > .wp-block-group {
    padding: 1rem 2rem 2rem;
  }
}
@media (min-width: 1499px) {
  .blogs ul li > .wp-block-group {
    padding: 2rem 3rem 3rem;
  }
}
.blogs ul li .wp-block-post-author-name,
.blogs ul li .wp-block-post-date {
  color: #727272;
  float: left;
  width: 50%;
  font-weight: 700;
  text-transform: capitalize;
}
.blogs ul li .wp-block-post-date {
  white-space: nowrap;
  text-align: right;
}
.blogs ul li .wp-block-post-title {
  color: #133524;
  display: inline-block;
  font-weight: 500;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .blogs ul li .wp-block-post-title {
    margin-top: 2rem;
  }
}
.blogs ul li .wp-block-post-title a:hover {
  color: #133524;
}
.blogs ul li .wp-block-post-excerpt__excerpt {
  margin-bottom: 1rem;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blogs ul li .wp-block-post-excerpt__excerpt {
    margin-bottom: 2rem;
  }
}
.blogs ul li .wp-block-post-excerpt__more-text a {
  transition: all 200ms linear;
  color: #133524;
  cursor: pointer;
  display: inline-block;
  font-family: "Fira Sans";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-right: 30px;
  position: relative;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .blogs ul li .wp-block-post-excerpt__more-text a {
    font-size: 15px;
  }
}
@media (min-width: 1499px) {
  .blogs ul li .wp-block-post-excerpt__more-text a {
    font-size: 16px;
  }
}
.blogs ul li .wp-block-post-excerpt__more-text a:after {
  transition: all 200ms linear;
  background: url(../icons/primary-button-arrow.svg) no-repeat transparent;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  top: 58%;
  transform: translate(0, -50%);
  width: 20px;
}
.blogs ul li .wp-block-post-excerpt__more-text a:hover::after {
  transition: all 200ms linear;
  transform: translate(5px, -50%);
}
.blogs + .contactus-form {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .blogs + .contactus-form {
    padding: 7rem 0;
  }
}
@media (min-width: 1499px) {
  .blogs + .contactus-form {
    padding: 10rem 0;
  }
}
@media (min-width: 1699px) {
  .blogs + .contactus-form {
    padding: 14rem 0;
  }
}

/* patterns css */
.services .wp-block-columns {
  padding: 3rem 0 !important;
}
@media (min-width: 768px) {
  .services .wp-block-columns {
    padding: 7rem 0 !important;
  }
}
@media (min-width: 1380px) {
  .services .wp-block-columns {
    padding: 10rem 0 !important;
  }
}
@media (min-width: 1699px) {
  .services .wp-block-columns {
    padding: 15rem 0 !important;
  }
}
.services .wp-block-columns .wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services .wp-block-columns .wp-block-column h1.single-border {
  z-index: 1;
  width: 100%;
  padding: 0 1.5rem;
}
@media (max-width: 576px) {
  .services .wp-block-columns .wp-block-column h1.single-border::before {
    bottom: 10.5%;
  }
}
.services .wp-block-columns .wp-block-column p.small {
  max-width: 700px;
  margin: 1rem 0 3rem;
  padding: 0 1.5rem;
}
@media (min-width: 992px) {
  .services .wp-block-columns .wp-block-column p.small {
    margin: 2rem 0 4rem;
  }
}
@media (min-width: 1699px) {
  .services .wp-block-columns .wp-block-column p.small {
    margin: 2rem 0 5rem;
  }
}
.services .wp-block-columns .wp-block-column .wp-block-image {
  width: 50px;
  height: 50px;
  padding: 1.2rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms linear;
}
@media (min-width: 768px) {
  .services .wp-block-columns .wp-block-column .wp-block-image {
    width: 80px;
    height: 80px;
    padding: 2.5rem;
  }
}
@media (min-width: 1699px) {
  .services .wp-block-columns .wp-block-column .wp-block-image {
    width: 150px;
    height: 150px;
    padding: 5rem;
  }
}
.services .wp-block-columns .wp-block-column .wp-block-image a {
  width: 100%;
  height: 100%;
}
.services .wp-block-columns .wp-block-column .wp-block-image a img,
.services .wp-block-columns .wp-block-column .wp-block-image a svg {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.services .wp-block-columns .wp-block-column .wp-block-image:hover {
  transition: all 300ms linear;
  background: #fff;
}
.services .wp-block-columns .wp-block-column .wp-block-image:hover svg g path {
  transition: all 300ms linear;
  fill: #133524;
}
