/**
 * 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;-ms-touch-action:pan-Y;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;-khtml-user-select:none;-moz-user-select:none;-ms-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{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-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(/wp-content/themes/marketacross_wp_theme/dist/scripts/libraries/owl/assets/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{-ms-transform:scale(1.3,1.3);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%}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}@charset "UTF-8";

/* line 1, resources/assets/styles/home/homeCommon.scss */

.h2-title {
  font-weight: 900;
  font-family: Martel, sans-serif;
}

/* line 6, resources/assets/styles/home/homeCommon.scss */

.h1-title {
  margin: 0 0 20px;
  line-height: 140%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 48px;
  display: inline-block;
}

@media (min-width: 750px) {
  /* line 16, resources/assets/styles/home/homeCommon.scss */

  .h1-title {
    margin-top: 150px !important;
  }
}

/* line 22, resources/assets/styles/home/homeCommon.scss */

.section-wrapper h2,
.section-wrapper .h2-title {
  font-weight: 900;
  font-family: Martel, sans-serif;
  text-align: center;
  font-size: 48px;
  width: 100%;
}

/* line 31, resources/assets/styles/home/homeCommon.scss */

.home-container {
  max-width: 1600px;
  width: 100%;
}

/* line 36, resources/assets/styles/home/homeCommon.scss */

.home-container-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 3rem;
}

/* line 45, resources/assets/styles/home/homeCommon.scss */

.flex-wrapper .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 49, resources/assets/styles/home/homeCommon.scss */

.flex-wrapper .flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 53, resources/assets/styles/home/homeCommon.scss */

.flex-wrapper .flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 57, resources/assets/styles/home/homeCommon.scss */

.flex-wrapper .flex-fill {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 61, resources/assets/styles/home/homeCommon.scss */

.flex-wrapper .col-md-4 {
  width: 33.3%;
  padding: 1rem;
}

/* line 69, resources/assets/styles/home/homeCommon.scss */

.g-underline a {
  -webkit-transition: background-size 0.6s ease-out;
  -o-transition: background-size 0.6s ease-out;
  transition: background-size 0.6s ease-out;
  background: -webkit-linear-gradient(322deg, var(--color2) 10%, var(--color1) 70%) no-repeat left 127%/0 40%;
  background: -o-linear-gradient(322deg, var(--color2) 10%, var(--color1) 70%) no-repeat left 127%/0 40%;
  background: linear-gradient(128deg, var(--color2) 10%, var(--color1) 70%) no-repeat left 127%/0 40%;
}

/* line 77, resources/assets/styles/home/homeCommon.scss */

.g-underline a:hover {
  background-size: 97% 40%;
}

@media screen and (max-width: 1270px) {
  /* line 86, resources/assets/styles/home/homeCommon.scss */

  .section-wrapper h2 {
    font-size: 30px;
  }
}

/* line 1, resources/assets/styles/old/faq.scss */

.faq-section-tabs {
  display: inline-block;
  width: 100%;
}

/* line 6, resources/assets/styles/old/faq.scss */

.ac {
  border: 0 !important;
  border-bottom: 1px solid lightgray !important;
}

/* line 11, resources/assets/styles/old/faq.scss */

.faq-section.ser {
  padding-top: 5rem;
  padding-bottom: 10rem;
}

/*!
 * Accordion v2.8.0
 * Simple accordion created in pure Javascript.
 * https://github.com/michu2k/Accordion
 *
 * Copyright 2017-2019 Michał Strumpf
 * Published under MIT License
 */

/* line 11, resources/assets/styles/old/accordion.min.scss */

.ac {
  margin-top: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 18, resources/assets/styles/old/accordion.min.scss */

.ac > .ac-q {
  color: #111;
  padding: 10px 30px 10px 10px;
  margin: 0;
  text-decoration: none;
  display: block;
  cursor: pointer;
  position: relative;
}

/* line 28, resources/assets/styles/old/accordion.min.scss */

.ac > .ac-q::after {
  content: "+";
  text-align: center;
  width: 15px;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  position: absolute;
}

/* line 39, resources/assets/styles/old/accordion.min.scss */

.ac > .ac-a {
  overflow: hidden;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}

/* line 47, resources/assets/styles/old/accordion.min.scss */

.ac > .ac-a p {
  font-size: 16px;
  margin: 0;
  padding: 10px;
}

/* line 53, resources/assets/styles/old/accordion.min.scss */

.ac.js-enabled > .ac-a {
  visibility: hidden;
}

/* line 57, resources/assets/styles/old/accordion.min.scss */

.ac.is-active > .ac-a {
  visibility: visible;
}

/* line 61, resources/assets/styles/old/accordion.min.scss */

.ac.is-active > .ac-q::after {
  content: "\2013";
}

/* line 1, resources/assets/styles/events/_events_top.scss */

.inner-container {
  width: 100%;
  max-width: 1445px;
}

/* line 6, resources/assets/styles/events/_events_top.scss */

.poppins {
  font-family: "Poppins", "Ubuntu", sans-serif;
}

/* line 10, resources/assets/styles/events/_events_top.scss */

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

/* line 13, resources/assets/styles/events/_events_top.scss */

.events-section h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 120px auto 44px;
}

/* line 23, resources/assets/styles/events/_events_top.scss */

.events-meet-us p {
  margin-bottom: 73px;
  max-width: 718px;
  font-size: 18px;
  line-height: 1.28;
}

/* line 31, resources/assets/styles/events/_events_top.scss */

.owl-carousel-top {
  max-width: 1650px;
  text-align: center;
}

/* line 36, resources/assets/styles/events/_events_top.scss */

.events-gallery {
  margin-bottom: 150px;
}

/* line 39, resources/assets/styles/events/_events_top.scss */

.events-gallery .events-gallery-item {
  display: inline-block;
  text-align: center;
  width: 446px;
  padding: 30px 50px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-linear-gradient(322deg, #d1c2df, #e2edf9);
  background-image: -o-linear-gradient(322deg, #d1c2df, #e2edf9);
  background-image: linear-gradient(128deg, #d1c2df, #e2edf9);
}

/* line 47, resources/assets/styles/events/_events_top.scss */

.events-gallery .events-gallery-item a {
  text-decoration: none;
  color: black !important;
}

/* line 51, resources/assets/styles/events/_events_top.scss */

.events-gallery .events-gallery-item a:hover {
  text-decoration: underline;
}

/* line 56, resources/assets/styles/events/_events_top.scss */

.events-gallery .events-gallery-item .img-wrapper {
  display: inline-block;
  width: auto;
  position: relative;
  -webkit-filter: contrast(0.9) brightness(0.7) sepia(1) hue-rotate(200deg);
          filter: contrast(0.9) brightness(0.7) sepia(1) hue-rotate(200deg);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

/* line 63, resources/assets/styles/events/_events_top.scss */

.events-gallery .events-gallery-item .img-wrapper .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* line 72, resources/assets/styles/events/_events_top.scss */

.events-gallery .events-gallery-item .img-wrapper .background-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.58)), to(rgba(209, 194, 223, 0.54)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.58), rgba(209, 194, 223, 0.54));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.58), rgba(209, 194, 223, 0.54));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.58), rgba(209, 194, 223, 0.54));
  opacity: 0.3;
}

/* line 77, resources/assets/styles/events/_events_top.scss */

.events-gallery .events-gallery-item .img-wrapper img {
  display: inline-block;
  width: auto;
  opacity: 1;
}

/* line 83, resources/assets/styles/events/_events_top.scss */

.events-gallery .events-gallery-item .img-wrapper:hover {
  -webkit-filter: none;
          filter: none;
}

/* line 85, resources/assets/styles/events/_events_top.scss */

.events-gallery .events-gallery-item .img-wrapper:hover .background-top {
  display: none;
}

/* line 92, resources/assets/styles/events/_events_top.scss */

.events-gallery .title-wrapper {
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

/* line 99, resources/assets/styles/events/_events_top.scss */

.events-gallery .title {
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 210px;
}

@media (max-width: 1000px) {
  /* line 109, resources/assets/styles/events/_events_top.scss */

  .owl-carousel-top {
    margin-bottom: 58px;
  }

  /* line 113, resources/assets/styles/events/_events_top.scss */

  .events-section h2 {
    font-size: 17px;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  /* line 120, resources/assets/styles/events/_events_top.scss */

  .events-meet-us p {
    font-size: 10px;
    margin-bottom: 23px;
  }

  /* line 126, resources/assets/styles/events/_events_top.scss */

  .events-gallery .title-wrapper {
    min-height: 30px;
  }

  /* line 130, resources/assets/styles/events/_events_top.scss */

  .events-gallery .title {
    font-size: 9px;
  }

  /* line 134, resources/assets/styles/events/_events_top.scss */

  .events-gallery .events-gallery-item {
    max-width: 180px;
    padding: 20px;
    padding-bottom: 10px;
  }

  /* line 139, resources/assets/styles/events/_events_top.scss */

  .events-gallery .events-gallery-item img {
    max-width: 125%;
  }
}

/* line 2, resources/assets/styles/events/_events_case_studies.scss */

.events-case-study-items h2 {
  margin-top: 0;
}

/* line 7, resources/assets/styles/events/_events_case_studies.scss */

.owl-carousel-case-studies {
  margin-top: 30px;
  min-height: 200px;
  min-width: 420px;
  text-align: center;
}

/* line 13, resources/assets/styles/events/_events_case_studies.scss */

.owl-carousel-case-studies .case-study-item {
  width: 420px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
}

/* line 20, resources/assets/styles/events/_events_case_studies.scss */

.owl-carousel-case-studies .case-study-item .event-coming-details {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 25, resources/assets/styles/events/_events_case_studies.scss */

.owl-carousel-case-studies .case-study-item .event-coming-details > div {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  vertical-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 35, resources/assets/styles/events/_events_case_studies.scss */

.owl-carousel-case-studies .case-study-item .hover-inner {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: solid 1px transparent;
}

/* line 42, resources/assets/styles/events/_events_case_studies.scss */

.owl-carousel-case-studies .case-study-item .event-inner {
  padding: 35px;
  overflow: hidden;
  border-radius: 8px;
  border: solid 1px #f0f0f0;
}

/* line 49, resources/assets/styles/events/_events_case_studies.scss */

.owl-carousel-case-studies .case-study-item .service-btn-wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

/* line 55, resources/assets/styles/events/_events_case_studies.scss */

.owl-carousel-case-studies .case-study-item .service-btn-wrap .btn {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 59, resources/assets/styles/events/_events_case_studies.scss */

.owl-carousel-case-studies .case-study-item .service-btn-wrap .btn:before,
.owl-carousel-case-studies .case-study-item .service-btn-wrap .btn:after {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 65, resources/assets/styles/events/_events_case_studies.scss */

.owl-carousel-case-studies .case-study-item .hover-common {
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 252px;
  position: relative;
}

/* line 72, resources/assets/styles/events/_events_case_studies.scss */

.owl-carousel-case-studies .case-study-item .hover-common .separator {
  position: absolute;
  top: 50%;
  height: 2px;
  width: 60%;
  left: 20%;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: -1px;
}

/* line 83, resources/assets/styles/events/_events_case_studies.scss */

.owl-carousel-case-studies .case-study-item .hover-bottom {
  position: absolute;
  height: 100%;
  z-index: 1;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: center;
}

/* line 93, resources/assets/styles/events/_events_case_studies.scss */

.owl-carousel-case-studies .case-study-item .hover-wrapper {
  position: relative;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(209, 194, 223, 0.92)), to(rgba(226, 237, 249, 0.92)));
  background-image: -webkit-linear-gradient(top, rgba(209, 194, 223, 0.92), rgba(226, 237, 249, 0.92));
  background-image: -o-linear-gradient(top, rgba(209, 194, 223, 0.92), rgba(226, 237, 249, 0.92));
  background-image: linear-gradient(180deg, rgba(209, 194, 223, 0.92), rgba(226, 237, 249, 0.92));
  display: inline-block;
}

/* line 100, resources/assets/styles/events/_events_case_studies.scss */

.owl-carousel-case-studies .case-study-item img {
  width: auto;
  display: inline-block;
  margin: auto;
}

/* line 107, resources/assets/styles/events/_events_case_studies.scss */

.owl-carousel-case-studies .case-study-item .event-coming-top p {
  font-size: 28px;
  font-weight: 300;
}

/* line 111, resources/assets/styles/events/_events_case_studies.scss */

.owl-carousel-case-studies .case-study-item .event-coming-top p span.case-study-name {
  font-weight: bold;
}

/* line 118, resources/assets/styles/events/_events_case_studies.scss */

.owl-carousel-case-studies .case-study-item .event-coming-down p {
  margin: 0;
  font-size: 22px;
  line-height: 1.45;
}

/* line 123, resources/assets/styles/events/_events_case_studies.scss */

.owl-carousel-case-studies .case-study-item .event-coming-down p.event-date-soon {
  font-weight: bold;
}

@media (max-width: 1000px) {
  /* line 132, resources/assets/styles/events/_events_case_studies.scss */

  .owl-carousel-case-studies {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: inherit;
    padding: 1rem;
    min-height: inherit;
  }

  /* line 139, resources/assets/styles/events/_events_case_studies.scss */

  .owl-carousel-case-studies .case-study-item {
    width: inherit;
    max-width: 200px;
  }

  /* line 143, resources/assets/styles/events/_events_case_studies.scss */

  .owl-carousel-case-studies .case-study-item .event-coming-details {
    height: 85px;
  }

  /* line 147, resources/assets/styles/events/_events_case_studies.scss */

  .owl-carousel-case-studies .case-study-item .hover-common {
    min-height: 85px;
  }

  /* line 152, resources/assets/styles/events/_events_case_studies.scss */

  .owl-carousel-case-studies .case-study-item .event-coming-top p {
    font-size: 14px;
  }

  /* line 157, resources/assets/styles/events/_events_case_studies.scss */

  .owl-carousel-case-studies .case-study-item .event-coming-down p {
    font-size: 10px;
  }

  /* line 161, resources/assets/styles/events/_events_case_studies.scss */

  .owl-carousel-case-studies .case-study-item .service-btn-wrap {
    font-size: 10px;
    margin-top: 0.5rem;
    --padding: 8px 12px;
  }

  /* line 167, resources/assets/styles/events/_events_case_studies.scss */

  .owl-carousel-case-studies .case-study-item .event-inner {
    padding: 15px;
  }

  /* line 171, resources/assets/styles/events/_events_case_studies.scss */

  .owl-carousel-case-studies .case-study-item img {
    max-width: 100%;
    height: auto;
    max-height: 50px;
    width: auto;
  }

  /* line 179, resources/assets/styles/events/_events_case_studies.scss */

  .owl-carousel-case-studies {
    margin-top: 0;
  }

  /* line 183, resources/assets/styles/events/_events_case_studies.scss */

  .events-case-study-items h2 {
    margin-bottom: 1rem !important;
  }
}

/* line 1, resources/assets/styles/events/_events_faq.scss */

.events-faq {
  text-align: left;
}

/* line 4, resources/assets/styles/events/_events_faq.scss */

.events-faq h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  padding: 0 !important;
  margin-bottom: 20px !important;
}

/* line 12, resources/assets/styles/events/_events_faq.scss */

.events-faq p {
  font-size: 18px !important;
  padding: 0 !important;
  margin-bottom: 10px !important;
}

/* line 18, resources/assets/styles/events/_events_faq.scss */

.events-faq .ac {
  padding: 30px 35px;
}

/* line 21, resources/assets/styles/events/_events_faq.scss */

.events-faq .ac:nth-last-child(1) {
  border-bottom: none !important;
}

/* line 25, resources/assets/styles/events/_events_faq.scss */

.events-faq .ac p,
.events-faq .ac a,
.events-faq .ac span {
  font-family: Ubuntu, sans-serif;
}

@media (max-width: 1000px) {
  /* line 32, resources/assets/styles/events/_events_faq.scss */

  .events-faq .ac {
    padding: 0;
  }

  /* line 36, resources/assets/styles/events/_events_faq.scss */

  .events-faq .ac > .ac-a > p:nth-last-child(1) {
    min-height: 1px;
    margin-bottom: 2rem !important;
  }

  /* line 42, resources/assets/styles/events/_events_faq.scss */

  .events-faq .ac > .ac-q {
    font-size: 16px;
    margin-bottom: 0 !important;
  }

  /* line 47, resources/assets/styles/events/_events_faq.scss */

  .events-faq .ac p,
  .events-faq .ac a,
  .events-faq .ac span {
    font-size: 10px !important;
  }

  /* line 52, resources/assets/styles/events/_events_faq.scss */

  .events-faq.ser {
    padding-top: 0 !important;
    padding-bottom: 3rem !important;
  }
}

/* line 3, resources/assets/styles/events/_events_bottom.scss */

.events-gallery-bottom .owl-item .img {
  width: 100%;
  min-height: 387px;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1000px) {
  /* line 13, resources/assets/styles/events/_events_bottom.scss */

  .events-gallery-bottom {
    margin-bottom: 2px;
  }

  /* line 16, resources/assets/styles/events/_events_bottom.scss */

  .events-gallery-bottom .owl-item .img {
    min-height: 148px;
  }
}

@media (max-width: 500px) {
  /* line 24, resources/assets/styles/events/_events_bottom.scss */

  .events-gallery-bottom .owl-item .img {
    min-height: 88px;
  }
}

/* line 1, resources/assets/styles/events/_events_modal.scss */

.page-content-wrapper {
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 9, resources/assets/styles/events/_events_modal.scss */

.modal-background {
  position: absolute;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}

/* line 22, resources/assets/styles/events/_events_modal.scss */

.modal-background.hidden {
  display: none;
}

/* line 26, resources/assets/styles/events/_events_modal.scss */

.modal-background .modal-inner {
  width: 929px;
  height: 1305px;
  padding: 0;
  -webkit-box-shadow: 6.6px 7.5px 23.5px 0.5px rgba(0, 0, 0, 0.75);
          box-shadow: 6.6px 7.5px 23.5px 0.5px rgba(0, 0, 0, 0.75);
  position: relative;
}

/* line 33, resources/assets/styles/events/_events_modal.scss */

.modal-background .modal-inner .modal-close-button {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -3.1rem;
}

/* line 40, resources/assets/styles/events/_events_modal.scss */

.modal-background .modal-inner iframe {
  width: 100%;
  height: 100%;
}

/* line 46, resources/assets/styles/events/_events_modal.scss */

.modal-background .modal-close-button-fixed {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}

/* line 52, resources/assets/styles/events/_events_modal.scss */

.modal-background .modal-close-button {
  padding: 0.5rem;
  background-color: var(--color1);
  cursor: pointer;
}

/* line 57, resources/assets/styles/events/_events_modal.scss */

.modal-background .modal-close-button:hover {
  opacity: 0.8;
}

/* line 61, resources/assets/styles/events/_events_modal.scss */

.modal-background .modal-close-button img {
  width: 1.7rem;
  height: 1.7rem;
}

/* line 67, resources/assets/styles/events/_events_modal.scss */

.modal-background .download-btn {
  display: none;
}

@media (max-width: 1000px) {
  /* line 74, resources/assets/styles/events/_events_modal.scss */

  .modal-background {
    position: fixed;
    padding: 2rem;
    padding-bottom: 7rem;
  }

  /* line 79, resources/assets/styles/events/_events_modal.scss */

  .modal-background .modal-inner {
    width: 96%;
    height: auto;
    min-height: 300px;
    margin: 2%;
  }

  /* line 87, resources/assets/styles/events/_events_modal.scss */

  .modal-background .modal-inner .modal-close-button {
    margin-right: -2rem;
  }

  /* line 92, resources/assets/styles/events/_events_modal.scss */

  .modal-background .modal-close-button-fixed {
    display: none;
  }

  /* line 96, resources/assets/styles/events/_events_modal.scss */

  .modal-background .download-btn {
    display: inherit;
    position: absolute;
    bottom: -4rem;
    left: 50%;
    width: 168px;
    margin-left: -84px;
  }

  /* line 105, resources/assets/styles/events/_events_modal.scss */

  .modal-background .download-btn .btn-font .btn {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  /* line 107, resources/assets/styles/events/_events_modal.scss */

  .modal-background .download-btn .btn-font .btn,
  .modal-background .download-btn .btn-font .btn:before,
  .modal-background .download-btn .btn-font .btn:after {
    width: 120px;
    text-align: center;
    font-size: 2.5vw !important;
  }

  /* line 116, resources/assets/styles/events/_events_modal.scss */

  .modal-background .modal-close-button {
    padding: 0.2rem;
    background-color: var(--color1);
    cursor: pointer;
  }

  /* line 121, resources/assets/styles/events/_events_modal.scss */

  .modal-background .modal-close-button:hover {
    opacity: 0.8;
  }

  /* line 125, resources/assets/styles/events/_events_modal.scss */

  .modal-background .modal-close-button img {
    width: 1.3rem;
    height: 1.3rem;
  }
}


/*# sourceMappingURL=events.css.map*/