:root {
  --text-dark: #222;
  --paragraph-grey: #888;
  --primary: #387d58;
  --primary-light: #fdf4f7;
  --white: white;
  --black: black;
  --gray: #e9e9e9;
  --light-gray: #f9f9fa;
  --orange: #78ac42;
  --dark-gray: #afafaf;
  --dark-gray-50: #afafaf80;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--text-dark);
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--text-dark);
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7em;
}

a {
  color: var(--primary);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: opacity .25s;
}

a:hover {
  opacity: .7;
}

ul {
  margin-top: 10px;
  padding-left: 0;
}

li {
  color: var(--text-dark);
  align-items: center;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  display: flex;
}

label {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/bxs_quote-left_1bxs_quote-left.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 20px 10px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.light-background {
  background-color: var(--primary-light);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.blog-grid-banner {
  background-color: var(--primary);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/agenda-modern-banner-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
  position: relative;
}

.section.blog-classic-banner {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/agenda-modern-banner-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
  position: relative;
}

.section.blog-sidebar-banner {
  background-color: var(--primary);
  background-image: url('../images/Orange-Banner-BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.blog-sidebar {
  position: relative;
}

.section.banner-speakers {
  background-image: linear-gradient(270deg, #78ac42 28%, #0e100be3), url('../images/about-us-section-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
  position: relative;
}

.section.banner-our-process {
  background-image: url('../images/Orange-Banner-BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.pricing-banner {
  background-color: var(--primary-light);
  background-image: url('../images/Orange-Banner-BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.contacts-2-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.section.banner-faq, .section.banner-sponsors {
  background-image: url('../images/Orange-Banner-BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.banner-testimonials {
  background-color: var(--primary-light);
  flex-direction: column;
  align-items: center;
  min-height: 500px;
  display: flex;
}

.section.image-background {
  background-image: url('../images/about-us-section-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
}

.section.blue-background {
  background-color: var(--primary);
}

.section.home-top-section {
  opacity: 1;
  object-fit: contain;
  background-image: url('../images/Untitled-min.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  padding-top: 230px;
  position: static;
}

.section.home-buy-tickets {
  background-image: url('../images/map-bg.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section.home-blog-post-bg {
  background-image: linear-gradient(to top, var(--primary-light), var(--white));
}

.section.home-sponsors-bg {
  background-color: #f1f1f1;
  background-image: url('../images/Dotted_maps.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 50px;
}

.section.home-counter-bg {
  background-color: var(--white);
  background-image: linear-gradient(to right, #f87c57cc, #f74070);
}

.section.home-tickets-bg {
  background-image: url('../images/bg-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section.home-agenta-bg {
  background-image: url('../images/BG-Grafik_new.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 50px;
}

.section.home-subscribe-bg {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/newsletter-event-new.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.home-upcoming-bg {
  background-color: var(--primary-light);
  position: relative;
  overflow: hidden;
}

.section.home-about-section {
  padding-bottom: 0;
  overflow: hidden;
}

.section.about-us-banner-big {
  background-image: linear-gradient(#0006, #0006), url('../images/about-us-banner.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  display: flex;
  position: relative;
}

.section.event-details-banner {
  background-image: url('../images/Events-BG.jpeg');
  background-position: 0%;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.black-bg {
  background-color: var(--black);
}

.section.about-us-sponsors-bg {
  background-image: url('../images/Dotted_maps.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.about-tour-bg {
  background-image: url('../images/about-bg-11.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100vw;
}

.section.agenda-simple-banner {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/map-bg.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  display: flex;
  position: relative;
}

.section.agenda-modern-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/agenda-modern-banner-01.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  display: flex;
  position: relative;
}

.section.agenda-modern-bg {
  background-image: url('../images/agenda-modern-schedule.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.blog-details {
  background-color: var(--white);
  padding-top: 150px;
}

.section.about-us-2-banner, .section.about-us-3-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/About-us-2-banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.pricing-3-banner {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.banner-licensing {
  background-image: url('../images/Orange-Banner-BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.speakers-bg {
  background-color: #f5f5f5;
  padding-bottom: 0;
  position: relative;
}

.section.home-2-banner {
  background-image: url('../images/dot-BG_1dot-BG.png'), url('../images/01.svg'), linear-gradient(100deg, var(--white) 44.9%, #fff0 45%), linear-gradient(to bottom, #ffffff80, #ffffff80), url('../images/home2-banner.jpg');
  background-position: 32% 12%, 45%, 0 0, 0 0, 50%;
  background-repeat: no-repeat, no-repeat, repeat, repeat, no-repeat;
  background-size: auto 28px, auto, auto, auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.home-2-blog-post-bg {
  background-color: var(--primary-light);
}

.section.home-2-news-bg {
  background-color: var(--primary-light);
  background-image: url('../images/background_webinar88.jpeg');
  background-position: 100%;
  background-size: cover;
  padding-top: 0;
}

.section.home-2-testimonials-bg {
  background-color: var(--primary-light);
  position: relative;
  overflow: hidden;
}

.section.home-2-registration-bg {
  background-image: linear-gradient(to bottom, var(--primary-light) 20%, white 20%);
}

.section.home-3-sponsors-bg {
  background-image: url('../images/Dotted_maps.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.home-3-news-bg {
  background-image: url('../images/home3bg.jpeg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.home-3-upcoming-bg {
  background-color: #f0eeee;
  position: relative;
  overflow: hidden;
}

.section.home-3-counter-bg {
  background-color: var(--white);
  background-image: linear-gradient(to right, #412bb2, #b363d2);
}

.section.home-3-tickets-bg {
  background-image: url('../images/about-bg-11.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section.home-3-gray-bg {
  background-color: #f3f1f1;
}

.section.home-3-agenta-bg {
  background-image: url('../images/event-schedule-02.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.home-3-subscribe-bg {
  background-image: linear-gradient(#fa39e7b3, #9038cfb3), url('../images/newsletter-event-new.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.home-3-top-section {
  background-image: url('../images/Triangle1-2.svg'), linear-gradient(#470b4554, #470b4554), linear-gradient(#9515d199, #fd17f573 20%, #fd17f5a6 44%, #fd17f599 57%, #fd17f573 82%, #9515d199), url('../images/home3-banner.jpg');
  background-position: 78% 106%, 0 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: auto 90px, auto, auto, cover;
  padding-top: 230px;
  position: relative;
  overflow: hidden;
}

.section.bkc {
  background-color: #f1f1f1;
  padding-top: 0;
  padding-bottom: 0;
}

.section.contacts-2-banner-copy {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 85px;
  padding-bottom: 50px;
  display: block;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container.flex-vertical-center {
  flex-flow: column;
  max-width: 2500px;
}

.base-container.flex-vertical-center.ticket {
  max-width: 3000px;
}

.base-container.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.base-container.high-z-index {
  z-index: 1;
  position: relative;
}

.base-container.home-top {
  z-index: 1;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.base-container.home-2-top {
  z-index: 1;
  flex: 1;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  position: relative;
}

.base-container.position-relaative {
  position: relative;
}

.base-container.contact_info {
  padding-top: 40px;
  padding-bottom: 0;
}

.grid-system-wrapper {
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.gray-style-guide {
  background-color: var(--gray);
  width: 75px;
  height: 75px;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  background-color: var(--text-dark);
  width: 75px;
  height: 75px;
}

.black-style-guide {
  background-color: var(--black);
  width: 75px;
  height: 75px;
}

.colors-container {
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 52px;
}

.h2-tablet {
  font-size: 44px;
}

.h1-mobile {
  font-size: 46px;
}

.h2-mobile {
  font-size: 40px;
}

.h3-mobile {
  font-size: 36px;
}

.h3-tablet {
  font-size: 40px;
}

.h4-mobile {
  font-size: 30px;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--orange), var(--primary));
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 20px 30px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  transition: all .3s;
}

.primary-button:hover {
  box-shadow: inset 0 0 0 2px var(--primary);
  opacity: 1;
  color: var(--primary);
  background-color: #0000;
  background-image: none;
  transform: scale(.97);
}

.primary-button.full-width {
  width: 100%;
}

.primary-button.no-gradient {
  background-color: var(--primary);
  background-image: none;
}

.primary-button.no-gradient:hover {
  background-color: #0000;
}

.primary-button.black {
  background-color: var(--black);
  background-image: none;
}

.primary-button.black:hover {
  box-shadow: inset 0 0 0 2px var(--black);
  color: var(--black);
  background-color: #0000;
}

.primary-button.white {
  background-color: var(--white);
  color: var(--black);
  background-image: none;
}

.primary-button.white:hover {
  box-shadow: inset 0 0 0 2px var(--white);
  color: var(--white);
  background-color: #fff0;
}

.primary-button.black-subscribe-block {
  background-color: var(--black);
  background-image: none;
}

.primary-button.black-subscribe-block:hover {
  box-shadow: inset 0 0 0 2px var(--black);
  color: var(--black);
  background-color: #0000;
  transform: none;
}

.primary-button.coming-soon {
  width: 100%;
}

.primary-button.coming-soon:hover {
  transform: none;
}

.primary-button.white-style {
  box-shadow: inset 0 0 0 2px var(--white);
  background-image: none;
}

.primary-button.white-style:hover {
  box-shadow: none;
  color: var(--white);
  background-color: #ffffff4d;
  background-image: none;
}

.style-guide-div {
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  margin-top: 55px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.navbar-fixed {
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  z-index: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  display: flex;
  position: relative;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  opacity: .7;
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.nav-link:hover {
  opacity: 1;
  color: var(--white);
}

.nav-link.w--current {
  opacity: 1;
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.nav-link.w--current:hover {
  opacity: .7;
}

.nav-link.event-details {
  padding-left: 12px;
  padding-right: 12px;
}

.nav-link.dark {
  color: var(--text-dark);
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
}

.nav-dropdown-toggle.event-details {
  padding-left: 12px;
  padding-right: 12px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.two-columns.w--open {
  width: 360px;
  display: flex;
}

.nav-dropdown-link-wrapper {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  transition: padding .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link-wrapper:hover {
  padding-left: 20px;
  padding-right: 10px;
}

.nav-dropdown-line {
  z-index: 9999;
  background-color: var(--text-dark);
  width: 16px;
  height: 2px;
  position: absolute;
  left: -20px;
}

.nav-dropdown-link {
  width: 100%;
  padding: 8px 5px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.body {
  font-size: 20px;
}

.tablet-menu {
  display: none;
}

.nav-item-title {
  opacity: .7;
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: opacity .25s;
}

.nav-item-title:hover {
  opacity: 1;
}

.nav-item-title.dark {
  color: var(--text-dark);
}

.style-guide-banner-section {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.logo-mobile {
  padding-left: 0;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--text-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--light-gray);
  text-align: center;
  padding-bottom: 20px;
}

.banner-title.text-dark {
  color: var(--text-dark);
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--text-dark);
}

.password-input::placeholder {
  color: #0e0e0e66;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: fixed;
  inset: 40px 0% auto;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 510px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--gray);
  min-width: 300px;
  min-height: 53px;
  margin-bottom: 0;
}

.coming-soon-input:focus {
  border: 1px solid var(--dark-gray);
}

.coming-soon-input::placeholder {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

.blog-grid-image-wrapper {
  width: 100%;
  height: 100%;
}

.blog-grid-image {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.blog-grid-item-date {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}

.blog-grid-content-wrapper {
  z-index: 1;
  background-image: url('../images/Blog-grid-hover.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog-grid-item {
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 20px #0000000f;
}

.blog-grid-item-title {
  color: var(--white);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.blog-classic-wrapper {
  max-width: 980px;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-classic-item {
  margin-bottom: 60px;
  box-shadow: 0 0 20px #00000014;
}

.blog-classic-top-content {
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 50px 35px;
  display: flex;
}

.blog-classic-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  margin-bottom: 30px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-classic-post-category:hover {
  opacity: 1;
  color: var(--primary);
  background-color: #0000;
}

.blog-classic-post-title {
  color: var(--text-dark);
  font-size: 26px;
  font-weight: 700;
}

.blog-classic-post-image {
  object-fit: cover;
  width: 100%;
  max-height: 480px;
}

.blog-classic-post-image-wrapper {
  min-width: 100%;
}

.blog-classic-bottom-content {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.blog-classic-post-description {
  margin-top: 35px;
  margin-bottom: 35px;
}

.blog-classic-post-date {
  z-index: 1;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 3px;
  margin-top: -13px;
  padding: 3px 15px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  position: relative;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper.event-details {
  justify-content: flex-end;
  padding-right: 15px;
}

.blog-grid-post-wrapper {
  width: 100%;
  height: 100%;
}

.blog-sidebar-item {
  display: inline-block;
  box-shadow: 0 0 20px #0000000f;
}

.blog-sidebar-post-title {
  color: var(--text-dark);
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 700;
  display: block;
}

.blog-sidebar-post-content {
  background-color: var(--white);
  margin-top: -15px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-sidebar-post-category {
  z-index: 1;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  margin-bottom: 25px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.blog-sidebar-post-category:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary);
}

.blog-sidebar-left {
  column-count: 2;
  flex: 1;
  column-gap: 30px;
}

.blog-sidebar-right {
  flex-direction: column;
  width: 33%;
  margin-left: 30px;
  position: sticky;
  top: 60px;
}

.blog-sidebar-wrapper {
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.sidebar-recent-post {
  align-items: center;
  display: flex;
}

.blog-recent-post-title {
  color: var(--text-dark);
  margin-top: 0;
  font-size: 16px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-recent-post-date {
  color: #969696;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-recent-posts {
  background-color: var(--white);
  margin-bottom: 30px;
  padding: 10px 20px 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-categories {
  background-color: var(--white);
  padding: 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-category-item {
  margin-bottom: 10px;
  margin-right: 10px;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-post-image, .blog-sidebar-post-image-link {
  width: 100%;
  height: 100%;
}

.sidebar-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.sidebar-category:hover {
  color: var(--primary);
  background-color: #0000;
}

.blog-template-wrapper {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 700;
}

.blog-template-pagination {
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-pagination-icon {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.next-post-arrow {
  color: #999;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-rights-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-rights {
  color: var(--paragraph-grey);
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.footer-copyright {
  color: var(--paragraph-grey);
  width: 100%;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.footer-copyright-link:hover {
  color: var(--primary);
}

.body-with-background {
  background-color: var(--light-gray);
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle {
  color: var(--dark-gray);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
}

.section-subtitle.testimonial {
  position: absolute;
  bottom: 40%;
  left: -40px;
  transform: rotate(-90deg);
}

.section-subtitle.primary-color {
  color: var(--primary);
}

.section-subtitle.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.section-subtitle.home-2-registration {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.section-subtitle.dark {
  color: var(--text-dark);
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.team-card {
  box-shadow: 0 7px 20px -11px #0003;
}

.team-card-image {
  color: var(--primary);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  min-width: 100%;
}

.team-card-content-wrapper {
  background-color: var(--light-gray);
  text-align: center;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  min-height: 190px;
  padding-top: 10px;
  padding-bottom: 0;
}

.team-member-position {
  color: #525252;
  margin-bottom: 20px;
  font-size: 18px;
}

.team-social-icon {
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.team-social-icon-wrapper {
  margin-left: 10px;
  margin-right: 10px;
  transition: all .3s;
}

.team-social-icon-wrapper:hover {
  opacity: .7;
}

.team-grid-large {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.process-item-wrapper {
  align-items: center;
  display: flex;
}

.process-image-wrapper, .process-content {
  width: 45%;
}

.process-content.reverse {
  width: 80%;
  padding-right: 70px;
}

.process-number-wrapper {
  flex: 1;
  max-width: 20%;
  padding-left: 70px;
  padding-right: 70px;
}

.process-number-wrapper.reverse {
  flex: none;
  min-width: 20%;
  max-width: none;
  padding-left: 0;
}

.process-number {
  color: var(--primary);
  font-size: 66px;
  line-height: 1;
}

.process-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.style-guide-buttons-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
  margin-bottom: 30px;
  margin-right: 40px;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button {
  color: var(--primary);
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px 0;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: all .3s;
}

.text-button:hover {
  opacity: .7;
}

.text-button.form {
  z-index: auto;
  letter-spacing: .6px;
  position: relative;
}

.text-button.form:hover {
  opacity: 1;
}

.text-button.white-style {
  color: var(--white);
}

.text-button.form-white {
  z-index: auto;
  color: var(--white);
  letter-spacing: .6px;
  font-weight: 500;
  position: relative;
}

.text-button.form-white:hover {
  opacity: 1;
}

.text-button-icon {
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 10px;
}

.text-button-icon.primary-color {
  color: var(--primary);
}

.text-button-icon.white-color {
  color: var(--white);
}

.free-trial-wrapper {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.process-image {
  object-fit: cover;
  min-height: 320px;
}

.process-content-wrapper {
  align-items: center;
  width: 55%;
  display: flex;
}

.paragraph-large {
  color: var(--paragraph-grey);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.55em;
}

.career-customer-item {
  opacity: .5;
  transition: all .3s;
}

.career-customer-item:hover {
  opacity: 1;
}

.career-customers-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  min-height: 100px;
}

.banner-title-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.banner-title-wrapper.testimonials {
  margin-top: 20px;
}

.banner-title-wrapper.agenda-simple, .banner-title-wrapper.agenda-modern {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.text-white {
  color: var(--white);
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.services-wrapper {
  display: flex;
}

.services-wrapper._40-margin-top {
  min-width: 0;
  display: block;
}

.services-item {
  box-sizing: content-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--light-gray);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  display: grid;
}

.services-item.last-child {
  margin-right: 0;
}

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-plan-item {
  background-color: var(--white);
  padding: 40px 40px 30px;
}

.pricing-plan-item.light-background {
  background-color: var(--light-gray);
}

.pricing-plan-list {
  margin-top: 20px;
  margin-bottom: 0;
}

.pricing-plan-item-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-price {
  font-size: 56px;
}

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.section-title {
  font-size: 40px;
}

.comparing-table-wrapper {
  display: flex;
}

.comparing-table-features-wrapper {
  width: 33%;
  margin-right: 20px;
  display: none;
}

.comparing-table-plans-wrapper {
  width: 100%;
  display: flex;
}

.comparing-table-features-title {
  background-color: var(--light-gray);
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-list-wrapper {
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.comparing-table-list {
  margin-bottom: 0;
  padding-left: 0;
}

.comparing-table-list-item {
  border-bottom: 1px solid #d7e5ee;
  align-items: center;
  min-height: 56px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.5em;
  list-style-type: none;
  display: flex;
}

.comparing-list-icon {
  color: var(--primary);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 8px;
}

.comparing-table-plan-title {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-plan {
  width: 33.33%;
  margin-right: 30px;
  transition: all .3s;
}

.comparing-table-plan:hover {
  box-shadow: 0 0 30px #1b354626;
}

.comparing-table-plan.last-child {
  margin-right: 0;
}

.comparing-table-content-wrapper {
  border: 1px solid #d7e5ee;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.comparing-table-content-item {
  text-align: center;
  border-bottom: 1px solid #d7e5ee;
  min-height: 56px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.comparing-table-tick-icon {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
}

.comparing-table-button-wrapper {
  padding-top: 50px;
  padding-bottom: 35px;
}

.comparing-table-content-item-title {
  margin-bottom: 0;
  font-size: 16px;
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.workflow-content-wrapper {
  width: 50%;
  padding-left: 40px;
}

.workflow-video-wrapper {
  width: 50%;
  max-height: 320px;
}

.workflow-wrapper {
  display: flex;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.workflow-profile-name {
  margin-bottom: 0;
  font-size: 18px;
}

.workflow-video {
  background-image: url('../images/Gallery-home-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 5;
  position: absolute;
}

.play-button-hover {
  z-index: 10;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.workflow-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.workflow-title-wrapper-desktop {
  display: none;
}

.workflow-quote {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: var(--white);
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

.accordion-shevron-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  width: 50%;
  margin-right: 15px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.flex-vertical-center {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mb-30 {
  margin-bottom: 30px;
}

.testimonials-wrapper {
  align-items: flex-start;
  display: flex;
}

.testimonials-item {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.33%;
  min-height: 360px;
  margin-right: 30px;
  padding: 35px;
  box-shadow: 0 0 20px #669bbc40;
}

.testimonials-item.last-child {
  margin-right: 0;
}

.testimonials-profile-wrapper {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.testimonials-profile-photo-wrapper {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.testimonials-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.testimonials-profile-title {
  margin-bottom: 0;
  font-size: 18px;
}

.testimonials-profile-positin {
  font-size: 14px;
  font-weight: 700;
}

.testimonials-star-icons {
  color: var(--primary);
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
}

.pricing-3-plans-wrapper {
  align-items: center;
  display: flex;
}

.pricing-3-plan-item {
  background-color: var(--white);
  width: 33.33%;
}

.pricing-3-plan-item.center-item {
  z-index: 10;
  box-shadow: 0 0 20px #0000000f;
}

.pricing-3-plan-title-wrapper {
  text-align: center;
  border-bottom: 1px solid #d7e5ee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-3-plan-title-wrapper.light-background {
  background-color: var(--light-gray);
  border-bottom-style: none;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.pricing-3-plan-content-wrapper {
  flex-direction: column;
  align-items: center;
  padding: 30px 40px;
  display: flex;
}

.pricing-3-plan-content-wrapper.center-item {
  padding-left: 50px;
  padding-right: 50px;
}

.pricing-3-plan-price {
  color: var(--dark-gray);
  font-size: 20px;
}

.pricing-3-plan-list {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 0;
}

.pricing-3-plan-list-item {
  border-bottom: 1px solid #d7e5ee;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  line-height: 26px;
  list-style-type: none;
}

.pricing-3-plan-list-item.last-child {
  border-bottom-style: none;
}

.light-background {
  background-color: var(--light-gray);
}

.pricing-features-wrapper {
  display: flex;
}

.pricing-features-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricing-features-item {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.pricing-features-icon {
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  min-width: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.coming-soon-image {
  max-width: 480px;
}

.link-with-icon {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

.link-with-icon:hover {
  opacity: .7;
}

.contacts-location-wrap {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph {
  color: var(--paragraph-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7em;
}

.hidden {
  display: none;
}

.contacts-textarea {
  border: 1px solid var(--white);
  min-height: 200px;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
}

.contacts-textarea::placeholder {
  color: var(--dark-gray);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contacts-input {
  border: 1px solid var(--white);
  background-color: var(--white);
  height: auto;
  padding: 16px 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid var(--primary);
}

.contacts-input::placeholder {
  color: var(--dark-gray);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contacts-title-mobile {
  text-align: center;
  margin-bottom: 60px;
  display: none;
}

.contacts-2-location-wrapper {
  margin-top: 30px;
}

.contacts-2-form-wrapper {
  background-color: var(--primary-light);
  width: 50%;
  margin-right: 40px;
  padding: 40px;
}

.contacts-2-content-wrapper {
  width: 50%;
  padding-left: 40px;
}

.contacts-2-wrapper {
  display: flex;
}

.footer-social-icons-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-wrapper {
  background-image: url('../images/BG01.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px solid #88888880;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 100px;
  display: flex;
}

.white-text {
  color: #fff;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 36%;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 20px;
}

.footer-brand:hover {
  opacity: 1;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins, sans-serif;
}

.footer-social-icon {
  color: #fff;
  border: 1px solid #8889;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-social-icon:hover {
  background-color: var(--primary);
  opacity: 1;
  border-color: #0000;
}

.footer-social-icon.last-child {
  margin-right: 0;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  font-size: 18px;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  height: auto;
  margin-top: 20px;
  padding: 16px 22px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.search-input:focus {
  border: 1px solid var(--primary);
}

.search-result-wrapper {
  margin-top: 40px;
}

.search-section {
  margin-top: 20px;
  margin-bottom: 60px;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-brand-description {
  color: var(--paragraph-grey);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.73em;
}

.customers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-gray-50);
  border-left: 1px solid var(--dark-gray-50);
  grid-template-columns: 1fr 1fr 1fr;
}

.customer-wrapper {
  border-right: 1px solid var(--dark-gray-50);
  border-bottom: 1px solid var(--dark-gray-50);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  display: flex;
}

.customer-title {
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Bitter, serif;
  font-size: 12px;
  font-weight: 700;
}

.testimonials-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.testimonials-card-item {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  box-shadow: 0 0 50px #f7407014;
}

.testimonials-card-position {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
}

.testimonials-card-icon {
  color: var(--primary);
  margin-bottom: 30px;
  font-family: "Fa solid 900", sans-serif;
}

.testimonials-card-date {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
}

.block-quote-wrapper {
  text-align: center;
  max-width: 780px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.block-quote-position {
  color: #0e0e0e99;
  font-size: 14px;
  font-weight: 700;
}

.testominials-cards-banner {
  margin-top: -200px;
}

.list-item-circle {
  background-color: var(--primary);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 15px;
  display: block;
}

.list-item-circle.home-agenda-grey {
  background-color: var(--paragraph-grey);
  flex: none;
  width: 7px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray);
  width: 75px;
  height: 75px;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
}

.service-list-item {
  position: relative;
}

.primary-button-white {
  border: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 20px 30px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  transition: all .2s;
}

.primary-button-white:hover {
  opacity: 1;
  background-color: #fff3;
  border-color: #0000;
  transform: scale(.97);
}

.style-guide-content-wrapper {
  display: flex;
}

.about-1-video {
  background-image: url('../images/Gallery-home-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-1-features-wrapper {
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.about-1-features-wrap {
  width: 33.33%;
  margin-right: 30px;
  display: flex;
}

.about-1-features-wrap.last-child {
  margin-right: 0;
}

.text-block {
  color: var(--primary);
  padding-top: 20px;
  padding-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
}

.about-1-counter-wrapper {
  display: flex;
}

.about-1-counter-number {
  color: var(--primary);
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Bitter, serif;
  font-size: 42px;
  line-height: 1;
}

.about-1-counter-icon {
  color: var(--dark-gray-50);
  font-family: "Fa 400", sans-serif;
  font-size: 32px;
  line-height: 1;
}

.about-1-counter-wrap {
  text-align: center;
  width: 33.33%;
  padding-left: 40px;
  padding-right: 40px;
}

.about-1-counter-wrap.last-child {
  margin-right: 0;
}

.about-1-clients-grid {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-1-customer-image {
  opacity: .5;
  transition: all .3s;
}

.about-1-customer-image:hover {
  opacity: 1;
}

.testimonials-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 40px;
  position: relative;
}

.testimonials-slide-item {
  flex-direction: column;
  align-items: center;
  padding: 30px 30px 40px;
  display: flex;
}

.testimonials-slider-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  display: block;
}

.testimonials-slider-profile-wraper {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.testimonials-slider-arrow-icon {
  color: var(--dark-gray-50);
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.testimonials-slider-arrow-icon:hover {
  color: var(--primary);
}

.testimonials-slider-arrow {
  width: 5%;
}

.testimonials-slider-mask {
  width: 80%;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider {
  background-color: #0000;
  max-width: 1400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px;
  position: relative;
}

.team-slide-item {
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.team-slider-image {
  object-fit: cover;
  width: 40%;
  height: 100%;
  display: block;
}

.team-slide-item-desc {
  margin-top: 30px;
  margin-bottom: 30px;
}

.team-slider-social-icon {
  color: var(--black);
  margin-right: 20px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.team-slider-social-icon:hover {
  color: var(--primary);
}

.team-slider-social-icon.last-child {
  margin-right: 0;
}

.slider-nav {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  font-size: 12px;
  display: flex;
}

.slider-nav-active-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-left: 4px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-nav-active-item {
  z-index: 10;
  background-color: var(--primary);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: relative;
}

.about-list-wrap {
  background-color: var(--white);
  max-width: 460px;
  margin-right: 60px;
  padding: 40px 60px 80px;
}

.about-1-list-wrapper {
  justify-content: flex-end;
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.progress-bar-gray-line {
  background-color: var(--dark-gray-50);
  width: 100%;
  height: 4px;
}

.progress-bar-90 {
  background-color: var(--primary);
  width: 90%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.progress-bar-wrapper {
  width: 100%;
}

.progress-bar-80 {
  background-color: var(--primary);
  width: 80%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.about-3-card-wrapper {
  display: flex;
}

.about-3-center-card {
  background-color: var(--white);
  text-align: center;
  width: 33.33%;
  padding: 80px 40px;
  position: relative;
  box-shadow: 0 10px 50px #35526317;
}

.about-3-card-description {
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-3-card-number {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 60px;
  line-height: 1;
}

.about-3-card-icon {
  color: var(--primary);
  font-family: "Fa 400", sans-serif;
  font-size: 60px;
  line-height: 1;
}

.about-3-card {
  background-color: var(--white);
  text-align: center;
  width: 33.33%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 60px 40px;
  box-shadow: 0 10px 50px #35526317;
}

.about-3-content-wrap {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.about-3-content-wrapper {
  margin-bottom: 80px;
  display: flex;
}

.about-3-card-with-image {
  background-color: var(--white);
  width: 33.33%;
  margin-top: 25px;
  margin-bottom: 25px;
  box-shadow: 0 10px 50px #35526317;
}

.about-3-card-content {
  text-align: center;
  padding: 30px 40px 40px;
}

.about-3-center-card-with-image {
  background-color: var(--white);
  width: 33.33%;
  position: relative;
  box-shadow: 0 10px 50px #35526317;
}

.about-3-card-image {
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.about-3-center-card-image {
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.about-3-image {
  width: 25%;
}

.about-3-progress-bar-wrapper {
  width: 100%;
  display: flex;
}

.about-3-progress-bar-content {
  width: 50%;
  margin-right: 40px;
}

.about-3-progress-bar {
  width: 50%;
  max-width: 480px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.about-3-tabs-menu {
  border-bottom: 2px solid #ffffff80;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
  display: flex;
}

.about-3-tab-circle {
  border: 3px solid var(--white);
  background-color: var(--white);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-top: 20px;
}

.about-3-tabs-content {
  margin-top: 60px;
  display: flex;
}

.about-3-tab-image-wrap {
  width: 40%;
}

.about-3-tab-content-wrap {
  flex-direction: column;
  justify-content: center;
  width: 60%;
  display: flex;
}

.about-3-tab-pane-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  align-items: stretch;
  display: flex;
}

.about-3-tab-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-3-progress-bar-active-element {
  background-color: var(--primary);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: auto 0% -4px auto;
}

.about-3-progress-bar-number {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  bottom: 20px;
}

.about-3-progress-bar-item {
  margin-bottom: 30px;
}

.section-with-primary-background {
  background-color: var(--primary);
}

.about-3-form-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.about-3-form {
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.about-3-form-text-field {
  border: 1px #000;
  width: 360px;
  height: 53px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.about-3-form-text-field:focus {
  border-style: none;
}

.about-3-form-text-field::placeholder {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.team-slider-content {
  width: 60%;
  margin-left: 40px;
}

.team-slider-mask {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-background {
  background-color: var(--primary);
  width: 30%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.team-slider-left-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: 20px auto auto 200px;
}

.team-slider-right-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: 20px auto auto 250px;
}

.team-slider-arrow-icon {
  color: var(--white);
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
  line-height: 1;
}

.testimonials-quote-icon {
  color: var(--primary);
  margin-bottom: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 50px;
  line-height: 1;
}

.testimonials-slider-background {
  color: var(--white);
  text-align: center;
  letter-spacing: 6px;
  font-family: Lato, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
}

.portfolio-grid-collection-item {
  position: relative;
}

.nav-menu-shadow-overlay {
  align-items: center;
  display: flex;
}

.banner-buttons-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.banner-buttons-wrapper.home-second {
  margin-top: 0;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.progress-bar-91 {
  background-color: var(--primary);
  width: 91%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.tabs-slider {
  background-color: #0000;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.tabs-slider-mask {
  position: relative;
}

.tabs-slider-arrow-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
}

.tabs-slider-left-arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: 53px auto auto 0%;
}

.tabs-slider-right-arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: 53px 0% auto auto;
}

.about-3-progress-bar-slide-1, .about-3-progress-bar-slide-2, .about-3-progress-bar-slide-3 {
  background-color: var(--white);
  height: 2px;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 78px 0% auto;
}

.paragraph-style-guide {
  background-color: var(--paragraph-grey);
  width: 75px;
  height: 75px;
}

.orange-style-guide {
  background-color: var(--orange);
  width: 75px;
  height: 75px;
}

.primary-button-grey {
  color: var(--paragraph-grey);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #88888826;
  padding: 20px 30px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  transition: all .2s;
}

.primary-button-grey:hover {
  box-shadow: inset 0 0 0 2px var(--dark-gray-50);
  opacity: 1;
  color: var(--text-dark);
  background-color: #fff3;
  transform: scale(.97);
}

.primary-button-arrow {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--orange), var(--primary));
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 20px 30px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  transition: all .2s;
}

.primary-button-arrow:hover {
  box-shadow: inset 0 0 0 2px var(--primary);
  opacity: 1;
  color: var(--primary);
  background-color: #0000;
  background-image: none;
  transform: scale(.97);
}

.text-span-footer {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.email-text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  background-color: #0000;
  width: 100%;
  min-height: 50px;
  margin-bottom: 0;
  padding: 10px 80px 10px 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  position: absolute;
  inset: 0 auto 0 0;
}

.email-text-field:focus {
  border-style: none none solid;
  border-bottom-color: var(--primary);
}

.email-text-field::placeholder {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.footer-form {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.footer-form.home-subscribe {
  padding-top: 8px;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 500px;
  min-height: 50px;
}

.form-block.home-subscribe {
  width: 50%;
}

.footer-newsletter-description {
  color: var(--paragraph-grey);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.73em;
}

.primary-button-arrow-only-navbar {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--orange), var(--primary));
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-right: 40px;
  padding: 15px 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  transition: all .2s;
  box-shadow: 0 6px 10px #ffffff4d;
}

.primary-button-arrow-only-navbar:hover {
  background-image: linear-gradient(90deg, var(--orange), var(--primary));
  box-shadow: none;
  opacity: 1;
  color: var(--white);
  -webkit-text-stroke-color: var(--primary);
  border: 0 solid #57934d;
  transform: scale(.97);
}

.primary-button-arrow-only-navbar.w--current {
  align-self: center;
}

.primary-button-arrow-only-navbar.white-style {
  box-shadow: inset 0 0 0 2px var(--white);
  background-image: none;
}

.primary-button-arrow-only-navbar.white-style:hover {
  box-shadow: none;
  color: var(--white);
  background-image: linear-gradient(#ffffff4d, #ffffff4d);
}

.brand-logo-scroll {
  position: absolute;
  left: 0;
}

.brand {
  padding-left: 0;
}

.navbar-white {
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  inset: 0% 0% auto;
}

.gradient-background {
  background-image: linear-gradient(to right, #f87c57d9, #f74070d9);
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.gradient-background.home-third {
  background-image: linear-gradient(#551a6be6, #7f159de6 48%, #551a6be6);
}

.home-buy-tickets-content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  margin-right: 40px;
  position: relative;
}

.button-block {
  margin-top: 40px;
}

.buy-tickets-position {
  align-items: center;
  display: flex;
}

.home-contact-block {
  grid-row-gap: 40px;
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 50%;
  padding: 50px;
  display: flex;
  position: relative;
}

.home-contact-map-block {
  z-index: 1;
  width: 60%;
  display: flex;
  position: relative;
}

.home-map-block {
  width: 50%;
  position: relative;
}

.map {
  height: 100%;
}

._20-margin-bottom {
  margin-bottom: 20px;
}

.grey-to-primary-paragraph-link {
  color: var(--paragraph-grey);
  font-size: 15px;
  transition-property: all;
}

.grey-to-primary-paragraph-link:hover {
  opacity: 1;
  color: var(--primary);
}

.gap-8-px-row {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.footer-licensing-link {
  color: var(--paragraph-grey);
}

.map-temporary-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-dropdown-list-1-column {
  width: 50%;
}

.nav-dropdown-list-2-column {
  width: 50%;
  padding-left: 20px;
}

.divider {
  background-color: var(--dark-gray-50);
  width: 150px;
  min-height: 1px;
  position: absolute;
  top: auto;
}

.divider.home-top {
  background-color: #afafaf33;
  width: 100%;
}

.divider.events {
  width: auto;
  min-width: 1px;
  height: 100%;
  min-height: auto;
}

.animated-divider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.animated-divider.second-style {
  align-items: flex-start;
}

.divider-primary {
  background-color: var(--primary);
  width: 30%;
  min-height: 3px;
}

.divider-primary.home-third {
  background-image: linear-gradient(to right, #6a099b, #dc17fd 49%, #6a099b 104%);
}

.divider-block {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 6px;
  margin-top: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  position: relative;
}

.divider-block.second-style {
  justify-content: flex-start;
}

.home-blog-posts {
  width: 100%;
  max-width: 730px;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-blog-card {
  background-color: var(--white);
  width: 344px;
  max-width: 344px;
  height: 566px;
  padding: 20px 25px;
  box-shadow: 0 1px 10px #0000001a;
}

.blog-label-and-date {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-latest-label {
  background-image: linear-gradient(to right, var(--orange), var(--primary));
  justify-content: center;
  align-items: center;
  width: auto;
  height: 28px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.label-name {
  color: var(--white);
  letter-spacing: .9px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.home-blog-image {
  object-fit: cover;
  width: 100%;
  min-width: 294px;
  height: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-blog-post-title {
  font-size: 22px;
}

.link-caps-style {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.home-blog-summary {
  margin-bottom: 30px;
}

.collection-list-home {
  grid-column-gap: 40px;
  margin-right: 40px;
  display: flex;
}

.home-blog-display {
  flex-wrap: nowrap;
  display: flex;
}

.home-blog-position {
  justify-content: center;
  display: flex;
}

.slider-nav-active-wrapper-copy {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-slider-second-item {
  z-index: 10;
  background-color: var(--dark-gray-50);
  cursor: pointer;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.blog-slider-first-item {
  z-index: 10;
  background-color: var(--dark-gray-50);
  cursor: pointer;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: relative;
}

.blog-slider-third-item, .blog-slider-4-item, .blog-slider-5-item {
  z-index: 10;
  background-color: var(--dark-gray-50);
  cursor: pointer;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.blog-post-publish-date {
  color: #8889;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.home-sponsors {
  margin-top: 50px;
}

.home-sponsors-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  min-height: 100px;
}

.home-sponsor-item {
  opacity: 1;
  transition: all .3s;
}

.home-sponsor-item:hover {
  opacity: 1;
  filter: none;
  font-size: 16px;
}

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

.home-link-cards-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.home-venue-card {
  width: 100%;
  height: 450px;
  position: relative;
}

.home-venue-card:hover {
  opacity: 1;
}

.card-price-label {
  z-index: 1;
  background-color: var(--white);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  top: 40px;
  right: 40px;
}

.card-price {
  color: var(--primary);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.card-price.home-third {
  color: #9013fe;
}

.card-text-from {
  color: var(--dark-gray);
  font-size: 14px;
  font-weight: 600;
}

.card-text-position {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-icon-map {
  padding-right: 15px;
  font-family: "Fa 400", sans-serif;
}

.card-location {
  color: var(--white);
  margin-top: 40px;
  font-family: Poppins, sans-serif;
}

.home-link-card-1-image {
  object-fit: cover;
  background-image: linear-gradient(#00000040, #0009), url('../images/venue-01-768x768.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.home-link-card-2-image {
  object-fit: cover;
  background-image: linear-gradient(#00000040, #0009), url('../images/venue-02-768x768.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.home-link-card-3-image {
  object-fit: cover;
  background-image: linear-gradient(#00000040, #0009), url('../images/venue-03-768x768.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.image {
  position: absolute;
  top: 0;
  left: 8px;
}

.home-counter-block {
  flex-direction: column;
  align-items: center;
  width: 210px;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.home-counter-numbers {
  z-index: 1;
  color: var(--white);
  letter-spacing: 2.6px;
  font-weight: 600;
  position: relative;
}

.home-counter-subtitle {
  z-index: 1;
  color: var(--white);
  letter-spacing: 2px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}

.home-tickets {
  margin-top: 50px;
}

.home-tickets-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-tickets-item {
  background-color: var(--white);
  width: 26%;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 1px 15px #00000014;
}

.home-tickets-item.center-card {
  width: 28.4%;
}

.home-tickets-list {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 0;
}

.home-tickets-list-item {
  color: var(--paragraph-grey);
  text-align: center;
  border-bottom: 1px solid #afafaf33;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 26px;
  list-style-type: none;
}

.home-tickets-list-item.last-child {
  border-bottom-style: none;
}

.home-tickets-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 570px;
  padding: 40px 40px 50px;
  display: flex;
}

.home-tickets-content-wrapper.center-card {
  box-shadow: inset 0 0 0 10px var(--primary);
  min-height: 560px;
  padding-top: 50px;
  padding-bottom: 60px;
}

.home-tickets-content-wrapper.center-card-home-third {
  min-height: 560px;
  padding-top: 50px;
  padding-bottom: 60px;
  box-shadow: inset 0 0 0 10px #5e3eaf;
}

.home-tickets-subtitle {
  color: var(--text-dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
}

.home-tickets-price {
  color: var(--primary);
  margin-top: 0;
  font-weight: 600;
}

.home-tickets-price.home-third {
  color: #432bb2;
}

.primary-button-arrow-with-shadow {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--orange), var(--primary));
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 20px 30px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  transition: all .2s;
  box-shadow: 0 6px 10px #f740704d;
}

.primary-button-arrow-with-shadow:hover {
  box-shadow: inset 0 0 0 2px var(--primary);
  opacity: 1;
  color: var(--primary);
  background-color: #0000;
  background-image: none;
  transform: scale(.97);
}

.home-gallery-block {
  width: 50%;
  height: 100%;
  display: flex;
}

.home-gallery-image-small {
  object-fit: cover;
  width: 100%;
  height: 400px;
  display: block;
}

.home-gallery {
  display: flex;
}

.home-gallery-image-big {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.home-gallery-lightbox-big {
  object-fit: cover;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.home-gallery-lightbox-big:hover {
  opacity: 1;
}

.home-gallery-lightbox-small {
  object-fit: cover;
  width: 100%;
  height: 400px;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-gallery-lightbox-small:hover {
  opacity: 1;
}

.home-gallery-animation {
  object-fit: cover;
  width: 100%;
  margin-bottom: -4px;
  position: relative;
}

.home-gallery-bg {
  background-color: var(--text-dark);
  position: absolute;
  inset: 0%;
}

.gallery-image-name {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-testimonial-image-block {
  justify-content: space-between;
  align-items: center;
  width: 30%;
  height: auto;
  display: flex;
  position: relative;
}

.home-testimonial-quote-block {
  width: 70%;
  overflow: hidden;
}

.home-testimonial-block {
  display: flex;
}

.home-testimonial-photo {
  object-fit: cover;
  border-radius: 100px;
  width: 100px;
  height: 100px;
}

.home-tab-1-link {
  color: var(--text-dark);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px;
  line-height: 0;
  display: flex;
}

.home-tab-1-link.w--current {
  border: 2px solid var(--primary);
  color: var(--primary);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 7px;
  font-weight: 500;
  line-height: 0;
  display: flex;
}

.home-tab-2-link {
  color: var(--text-dark);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px;
  line-height: 0;
  display: flex;
}

.home-tab-2-link.w--current {
  border: 2px solid var(--primary);
  color: var(--primary);
  background-color: #0000;
  border-radius: 100px;
  width: 40px;
  margin-left: 7px;
  margin-right: 7px;
}

.home-tab-3-link {
  color: var(--text-dark);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px;
  line-height: 0;
  display: flex;
}

.home-tab-3-link.w--current {
  border: 2px solid var(--primary);
  color: var(--primary);
  background-color: #0000;
  border-radius: 100px;
  width: 40px;
  margin-left: 7px;
  margin-right: 7px;
}

.home-tabs-menu {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-top: 20px;
  padding-left: 50px;
  display: flex;
}

.home-tab-4-link {
  color: var(--text-dark);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px;
  line-height: 0;
  display: flex;
}

.home-tab-4-link.w--current {
  border: 2px solid var(--primary);
  color: var(--primary);
  background-color: #0000;
  border-radius: 100px;
  width: 40px;
  margin-left: 7px;
}

.quote-divider-block {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 180px;
  margin-top: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  position: relative;
}

.quote-icon {
  background-image: url('../images/Quote-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 26px;
  height: 20%;
}

.quote-icon.home-third {
  background-image: url('../images/Quote-icon_1Quote-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.quote-divider-top {
  background-color: #afafaf33;
  min-width: 2px;
  height: 68px;
  position: absolute;
  top: 0;
}

.home-testimonial-person {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.quote-divider-bottom {
  background-color: #afafaf33;
  min-width: 2px;
  height: 68px;
  position: absolute;
  top: auto;
  bottom: 0;
}

.home-testimonials-quote {
  color: var(--text-dark);
  margin-bottom: 0;
  padding-left: 50px;
  font-size: 28px;
  font-weight: 500;
}

.home-testimonial-person-name {
  text-align: center;
  margin-top: 28px;
  font-size: 18px;
}

.home-testimonial-person-position {
  color: var(--dark-gray);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.tabs {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.home-agenda-tab-link {
  color: var(--text-dark);
  text-align: center;
  background-color: #f740701a;
  width: 25%;
  padding: 20px 30px;
  transition-property: all;
}

.home-agenda-tab-link:hover {
  opacity: 1;
  background-color: #f7407073;
}

.home-agenda-tab-link.w--current {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  width: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-agenda-tab-link.w--current:hover {
  opacity: 1;
}

.tabs-agenda {
  margin-top: 50px;
}

.tabs-agenda.agenda-simple {
  margin-top: 0;
}

.home-agenda-day {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.home-agenda-date {
  font-size: 14px;
  font-weight: 400;
}

.home-testimonial-info {
  flex-flow: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home-agenda-tab-icon {
  width: 16px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 11.6%;
}

.home-agenda-tab-icon.second-tab {
  left: 37%;
}

.home-agenda-tab-icon._3-tab {
  left: auto;
  right: 37%;
}

.home-agenda-tab-icon._4-tab {
  left: auto;
  right: 11.5%;
}

.home-agenda-accordion-wrapper {
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.home-agenda-accordion-item {
  border-bottom: 1px solid var(--primary);
  background-color: #0000;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 20px;
  padding-right: 30px;
  position: static;
  overflow: hidden;
}

.home-agenda-accordion-item.agenda-modern {
  border-color: #afafaf33;
  border-top-style: solid;
  border-top-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  margin-bottom: -5px;
  padding-bottom: 0;
  padding-right: 0;
}

.home-agenda-accordion-shevron-icon {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.home-agenda-accordion-shevron-icon.agenda-modern-hide {
  display: none;
}

.home-agenda-accordion-list {
  background-color: #0000;
  justify-content: flex-end;
  display: flex;
  position: static;
  overflow: hidden;
}

.home-agenda-accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.home-agenda-accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.home-agenda-accordion-toggle.agenda-modern {
  background-color: #0000;
  align-items: flex-start;
  padding: 20px 40px;
  transition: all .25s;
}

.home-agenda-accordion-toggle.agenda-modern:hover {
  background-color: var(--primary-light);
}

.home-agenda-accordion-title {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.home-agenda-accordion-title.agenda-modern {
  padding-top: 4px;
  padding-bottom: 8px;
  font-size: 15px;
  line-height: 1.4em;
}

.home-accordion-toggle-wrapper {
  align-items: center;
  display: flex;
}

.home-accordion-toggle-wrapper.agenda-modern {
  align-items: flex-start;
  padding-right: 70px;
}

.home-agenda-photo {
  object-fit: cover;
  border-radius: 100px;
  width: 64px;
  height: 63px;
}

.home-agenda-photo.agenda-modern {
  width: 40px;
  height: 40px;
  margin-right: 27px;
}

.home-agenda-accordion-list-content {
  margin-top: 10px;
  margin-bottom: 0;
}

.home-agenda-accordion-title-small {
  color: var(--primary);
  font-size: 14px;
}

.home-agenda-image-block {
  justify-content: center;
  width: 180px;
  display: flex;
}

.home-agenda-image-block.agenda-modern {
  width: auto;
}

.home-agenda-accordion-content-wrapper {
  width: 100%;
  margin-left: 180px;
}

.home-agenda-speaker-photo {
  object-fit: cover;
  border-radius: 100px;
  width: 54px;
  height: 54px;
  margin-right: 20px;
}

.home-agenda-speaker-name {
  padding-right: 2px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
}

.home-agenda-speaker-position {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1em;
}

.home-agenda-speaker-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.home-agenda-speaker-socials {
  grid-column-gap: 10px;
  margin-left: 30px;
  display: flex;
}

.home-agenda-social-icon {
  background-color: var(--black);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.home-agenda-social-icon:hover {
  background-color: var(--primary);
  opacity: 1;
  border-color: #0000;
}

.home-agenda-list-item {
  padding-left: 20px;
  font-size: 14px;
  display: block;
  position: relative;
}

.home-subscribe-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-subscribe-content {
  width: 50%;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.home-subscribe-circle {
  background-color: var(--primary);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-subscribe-heading-position {
  z-index: 1;
  color: var(--white);
  letter-spacing: .9px;
  font-size: 45px;
  position: relative;
}

.home-subscribe-circle-animated {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--white), #fff0 80%);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-talents-wrapper {
  flex-direction: row;
  display: flex;
}

.home-talents-right {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.home-talents-person-position {
  color: var(--dark-gray);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.home-talents-person-name {
  text-align: center;
  margin-top: 40px;
  font-size: 22px;
}

.home-talents-person-photo {
  box-shadow: none;
  object-fit: cover;
  max-width: 290px;
  height: 470px;
}

.home-talents-person-photo.active {
  box-shadow: 16px 25px 40px -6px #0000001a;
}

.home-talents-person-photo.tablet-active {
  box-shadow: none;
}

.home-talents-person {
  opacity: .5;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-talents-person.first-position {
  opacity: 1;
  margin-top: 0;
}

.home-talents-person.second-position {
  margin-top: 60px;
}

.home-talents-person.third-position {
  margin-top: 120px;
}

.primary-button-with-shadow {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--orange), var(--primary));
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 20px 30px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  transition: all .2s;
  box-shadow: 0 6px 10px #f740704d;
}

.primary-button-with-shadow:hover {
  box-shadow: inset 0 0 0 2px var(--primary);
  opacity: 1;
  color: var(--primary);
  background-color: #0000;
  background-image: none;
  transform: scale(.97);
}

.primary-button-with-shadow.no-gradient {
  background-color: var(--primary);
  background-image: none;
}

.primary-button-with-shadow.no-gradient:hover {
  background-color: #0000;
}

.home-talents-right-content {
  z-index: 1;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.background-text-element {
  color: var(--white);
  text-shadow: 0 0 1.5px #0000004d;
  font-family: Poppins, sans-serif;
  font-size: 160px;
  font-weight: 700;
  line-height: .86em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.background-text-element.about-section {
  font-size: 180px;
  left: 0;
  right: auto;
}

.background-text-element.events-page {
  font-size: 160px;
  top: 10%;
  left: 10%;
  right: auto;
}

.background-text-element.home-third {
  color: #f3f1f1;
  text-shadow: 0 0 1.5px #9900b399;
}

.background-text-element.about-section-home-third {
  text-shadow: 0 0 1.5px #9900b399;
  font-size: 180px;
  left: 0;
  right: auto;
}

.home-talents-bg-image {
  object-fit: cover;
  height: 440px;
  display: block;
  position: absolute;
  top: 14%;
  bottom: 0%;
}

.slide-nav-home-talents {
  opacity: 0;
  display: none;
}

.right-arrow-home-talents, .left-arrow-home-talents {
  opacity: 0;
  width: 0%;
}

.home-talents-slider {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  padding-right: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider {
  background-color: #0000;
  width: 60%;
  height: 100%;
  margin-top: 0;
  overflow: hidden;
}

.hame-talents-bg-image-position {
  width: 100px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.home-background-text-vertical {
  color: var(--primary-light);
  text-transform: uppercase;
  text-shadow: 0 0 1.5px var(--primary);
  font-family: Poppins, sans-serif;
  font-size: 160px;
  font-weight: 700;
  line-height: .86em;
  position: absolute;
  inset: 0% 8% 0% auto;
  transform: rotate(90deg);
}

.home-events-card {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 450px;
  padding: 30px;
  display: flex;
}

.card-location-grey {
  color: var(--paragraph-grey);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.card-date-grey {
  color: var(--paragraph-grey);
  text-transform: uppercase;
  margin-top: 30px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.card-icon-calendar {
  padding-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.home-events-button-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.arrow-button-grey-circle {
  box-shadow: inset 0 0 0 2px var(--dark-gray-50);
  color: var(--text-dark);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.arrow-button-grey-circle:hover {
  background-image: linear-gradient(135deg, var(--orange), var(--primary));
  opacity: 1;
  color: var(--white);
  border-style: none;
  transform: scale(.97);
  box-shadow: 0 4px 15px #f7407066;
}

.arrow-button-grey-circle.hover-black:hover {
  background-color: var(--black);
  box-shadow: none;
  background-image: none;
  transform: none;
}

.arrow-icon-button {
  margin-left: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
}

.home-events-title {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.home-events-subtitle {
  color: var(--dark-gray);
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.home-events-days-title {
  background-image: linear-gradient(135deg, var(--orange), var(--primary));
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1em;
}

.home-events-days-title.home-third {
  background-image: linear-gradient(135deg, #3e2ab2, #9856ca);
}

.home-events-address-wrapper {
  display: flex;
}

.home-events-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: grid;
}

.collection-item {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-events-date-wrapper {
  display: flex;
}

.home-about-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.home-about-left {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  margin-top: -30px;
  margin-left: -80px;
  margin-right: 80px;
  padding-top: 30px;
  padding-left: 80px;
  position: relative;
  overflow: hidden;
}

.home-about-right {
  justify-content: flex-end;
  align-items: stretch;
  width: 55%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.home-about-content {
  z-index: 1;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hame-about-bg-image-position {
  width: 300px;
  display: block;
  position: absolute;
  inset: 0% auto 0% 8%;
  overflow: hidden;
}

.home-about-bg-image {
  object-fit: cover;
  height: 440px;
  display: block;
  position: absolute;
  top: 21%;
  bottom: 0%;
}

.home-about-span {
  word-break: normal;
  font-weight: 700;
  display: block;
}

.home-about-date-place-wrapper {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.home-about-image-first {
  z-index: 1;
  object-fit: cover;
  width: 465px;
  height: 595px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-about-image-second {
  z-index: 2;
  object-fit: cover;
  width: 370px;
  height: 440px;
  box-shadow: 14px 14px 20px #0000001f;
}

.home-about-images-wrapper {
  width: 96%;
  min-width: 555px;
  height: 100%;
  max-height: 700px;
  position: relative;
}

.home-about-image-wrapper {
  z-index: 2;
  position: absolute;
  inset: auto auto 0% 0%;
}

.home-about-gradient-overlay {
  z-index: 3;
  filter: brightness(110%) saturate(200%);
  background-image: linear-gradient(167deg, #edfff770, #fff0 47%, #f5ada5d9 81%, #ffbfb7d9);
  position: absolute;
  inset: 0%;
}

.home-top-date-and-place {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
  margin-bottom: 20px;
  display: flex;
}

.home-event-date, .home-event-location {
  color: var(--white);
  letter-spacing: 2px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.home-top-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-top-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.home-play-button {
  border: 3px solid var(--white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  padding: 20px 25px 20px 30px;
  transition: all .25s;
  display: flex;
}

.home-play-button:hover {
  background-color: var(--primary);
  border-color: #0000;
}

.home-play-button-wrapper {
  z-index: 2;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 14% 0% auto;
}

.home-event-button-subtitle {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.home-top-title {
  color: var(--white);
  line-height: 1.05em;
}

.home-top-title.home-second {
  color: var(--text-dark);
}

.home-top-span {
  background-image: linear-gradient(135deg, var(--orange), var(--primary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.home-top-subtitle {
  color: var(--white);
  text-align: right;
  width: 650px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25em;
}

.home-top-social-wrapper {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.home-social-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.home-social-icon:hover {
  opacity: 1;
  color: var(--primary);
}

.home-top-social-block {
  grid-column-gap: 10px;
  display: flex;
}

.home-top-animation-block {
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.divider-block-home-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  position: relative;
}

.divider-block-home-top.home-2 {
  justify-content: flex-end;
}

.divider-primary-home-top {
  z-index: 1;
  background-color: var(--primary);
  background-image: linear-gradient(to right, var(--orange), var(--primary));
  width: 70px;
  min-height: 3px;
  position: relative;
}

.divider-primary-home-top.bigger {
  width: 100px;
}

.divider-primary-home-top.small {
  width: 30px;
}

.home-top-divider-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 36.5%;
  margin-bottom: 10px;
  display: flex;
}

.home-top-divider-wrapper.home-2 {
  margin-bottom: 60px;
}

.divider-top-wrapper {
  z-index: 1;
  grid-column-gap: 400px;
  display: flex;
  position: relative;
}

.banner-title-big {
  color: var(--light-gray);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 50px;
}

.event-banner-title {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 50px;
}

.events-title-wrapper {
  z-index: 2;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 35%;
  margin-right: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.events-top-section {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 700px;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.events-banner-image {
  opacity: .5;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.events-date-place-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.events-date-and-place {
  width: 170px;
}

.event-about-cta-wrapper {
  width: 40%;
}

.events-about {
  display: flex;
}

.events-about-content {
  width: 80%;
  padding-right: 60px;
}

.events-details-rich-text h2 {
  color: var(--white);
  margin-bottom: 30px;
}

.events-details-rich-text h3, .events-details-rich-text h5, .events-details-rich-text h6 {
  color: var(--white);
  margin-bottom: 20px;
}

.events-details-rich-text h1 {
  color: var(--white);
}

.events-details-rich-text h4 {
  margin-bottom: 20px;
}

.events-details-rich-text p {
  margin-bottom: 40px;
}

.events-date-and-place-icons {
  color: var(--primary);
  margin-bottom: 30px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 40px;
  line-height: 1em;
}

.events-top-section-overlay {
  background-color: #f7407080;
  width: 250px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.divider-block-events-top {
  justify-content: center;
  align-items: center;
  width: 4.4%;
  height: 100%;
  display: flex;
  position: relative;
}

.divider-primary-events {
  z-index: 1;
  background-color: var(--primary);
  border-radius: 20px;
  width: 30px;
  height: 30px;
  position: relative;
}

.events-button-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-top: 40px;
  display: flex;
}

.events-text-link {
  color: var(--white);
  font-size: 13px;
  text-decoration: underline;
}

.events-text-link:hover {
  text-decoration: none;
}

.collection-list-events-gallery-first-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  place-content: center;
  display: grid;
}

.collection-list-events-gallery-second-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  display: grid;
}

.events-gallery-bg {
  background-color: var(--text-dark);
  position: absolute;
  inset: 0%;
}

.events-gallery-image {
  object-fit: cover;
  width: 100%;
  height: 400px;
  display: block;
}

.events-gallery-lightbox {
  object-fit: cover;
  width: 100%;
  height: 400px;
  display: block;
  position: relative;
  overflow: hidden;
}

.events-gallery-lightbox:hover {
  opacity: 1;
}

.events-gallery-animation {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.events-download-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 280px;
  padding-right: 280px;
  display: flex;
}

._40-margin-top {
  margin-top: 40px;
}

.text-span-primary-color {
  color: var(--primary);
}

.events-banner-image-block {
  background-color: #470f1e;
  width: 72%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

._0-padding-top {
  padding-top: 0;
}

.events-speakers-first-size-photo {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 360px;
}

.events-speakers-first-row {
  grid-column-gap: 90px;
  grid-row-gap: 0px;
  width: 100%;
  display: flex;
}

.events-speaker-wrapper {
  width: 100%;
}

.events-speakers-second-size-photo {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 445px;
}

.events-speakers-third-size-photo {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 274px;
}

.events-speakers-second-row {
  grid-column-gap: 90px;
  grid-row-gap: 0px;
  align-items: flex-end;
  width: 100%;
  margin-top: -70px;
  display: flex;
}

.event-speaker-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  padding-top: 10px;
  display: flex;
}

.event-speaker-socials {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  margin-top: 15px;
  display: flex;
}

.event-speaker-socials.speaker-page {
  grid-column-gap: 15px;
}

.events-speaker-position {
  color: var(--dark-gray);
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.events-social-icon {
  background-color: var(--black);
  color: #fff;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 8px;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.events-social-icon:hover {
  background-color: var(--primary);
  opacity: 1;
  border-color: #0000;
}

.events-background-text-element {
  color: #470f1e;
  text-shadow: 0 0 1.5px var(--white);
  font-family: Poppins, sans-serif;
  font-size: 180px;
  font-weight: 700;
  line-height: .86em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.events-animated-element {
  position: absolute;
  inset: auto auto 15% 8%;
}

.events-animated-element.white {
  inset: 36% 36% auto auto;
}

.events-banner-quote {
  color: #ffffffe6;
  text-align: right;
  width: 260px;
  font-size: 17px;
  font-style: normal;
  position: absolute;
  inset: auto 10% 26% auto;
}

.text-span-events-quote {
  display: block;
}

.about-banner-animated-element {
  position: absolute;
  inset: auto auto 1% 10%;
}

.about-banner-animated-element.small {
  inset: 28% 24% auto auto;
}

.about-banner-animated-element.middle {
  inset: 45% 5% auto auto;
}

.div-block-14 {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-career-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-career-content-block {
  background-image: linear-gradient(#0000 17%, #f6386a 56%), url('../images/About-Career.jpeg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 650px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-career-text-block {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
  position: relative;
}

.about-career-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-align-center-only-mobile {
  text-align: left;
}

.about-background-text-element {
  color: #f6386a;
  text-shadow: 0 0 2px #fff;
  font-family: Poppins, sans-serif;
  font-size: 250px;
  font-weight: 700;
  line-height: 1.5em;
  position: absolute;
  inset: auto -200px 5% 30%;
}

.about-tour-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.about-tour-block {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.about-tour-cards-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  display: grid;
}

.about-tour-card {
  object-fit: cover;
  background-image: url('../images/About-Cards.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.about-tour-card.second-card {
  background-image: url('../images/About-cards-02.png');
}

.about-tour-card.third-card {
  background-image: url('../images/about-cards-03.png');
}

.about-tour-card._4-card {
  background-image: url('../images/about-cards-04.png');
}

.about-tour-subtitle {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
}

.about-tour-card-image {
  width: 96px;
  height: 96%;
}

.about-tour-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  display: flex;
}

.about-career-text {
  color: var(--white);
}

.text-span-agenda-simple-title {
  display: block;
}

.agenda-banner-animated-element {
  position: absolute;
  inset: auto auto 1% 10%;
}

.agenda-banner-animated-element.small {
  inset: 28% 24% auto auto;
}

.agenda-banner-animated-element.middle {
  inset: 45% 5% auto auto;
}

.nav-shadow {
  background-color: #fff;
  border-bottom: 4px solid #73a843;
  border-radius: 0;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.agenda-modern-schedule {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  margin-top: 50px;
  display: flex;
}

.agenda-modern-tag {
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: .9px;
  margin-top: -2px;
  padding: 5px 7px;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2em;
  position: absolute;
  inset: 20px 30px auto auto;
}

.agenda-modern-accordion-subtitle {
  color: var(--paragraph-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.text-span-primary-color-bold {
  color: var(--primary);
  font-weight: 700;
}

.agenda-modern-accordion-wrapper {
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.agenda-modern-accordion-content-wrapper {
  padding: 20px 40px;
}

.agenda-modern-accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.agenda-modern-column-header {
  background-color: #3f1e42;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 75px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.agenda-modern-header-bg-element {
  height: 75px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.agenda-modern-date-span {
  opacity: .8;
  letter-spacing: .7px;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.73em;
}

.agenda-modern-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.navbar-fixed-event-details {
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.collection-list-blog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-grid-link {
  color: var(--white);
  padding-top: 20px;
  padding-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.blog-grid-content-show-on-tablet {
  z-index: 1;
  background-color: #0003;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: none;
  position: absolute;
  inset: 0%;
}

.link-block {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.block-quote {
  background-image: url('../images/Quote-icon.svg');
}

.collection-list-2 {
  flex-wrap: wrap;
  display: flex;
}

.navbar-fixed-cta-white, .navbar-fixed-dark {
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.blog-grid-banner-animated-element {
  position: absolute;
  inset: auto auto 1% 10%;
}

.blog-grid-banner-animated-element.small {
  inset: 28% 24% auto auto;
}

.blog-grid-banner-animated-element.middle {
  inset: 45% 5% auto auto;
}

.blog-classic-banner-animated-element {
  position: absolute;
  inset: auto auto 1% 10%;
}

.blog-classic-banner-animated-element.small {
  inset: 28% 24% auto auto;
}

.blog-classic-banner-animated-element.middle {
  inset: 45% 5% auto auto;
}

.speakers-banner-animated-element {
  position: absolute;
  inset: auto auto 1% 10%;
}

.speakers-banner-animated-element.small {
  inset: 28% 24% auto auto;
}

.speakers-banner-animated-element.middle {
  inset: 45% 5% auto auto;
}

.speaker-main-photo {
  object-fit: cover;
  width: 536px;
  height: 550px;
}

.speakers-gray-block-content {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  justify-content: space-between;
  padding-left: 20px;
  display: flex;
}

.speakers-content-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.speaker-position {
  color: var(--text-dark);
  letter-spacing: 1.1px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.speaker-subtitle {
  color: var(--text-dark);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.underline-link {
  text-transform: none;
  margin-left: 5px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}

.underline-link.home-2-news {
  margin-top: 20px;
  margin-left: 0;
}

.underline-link.home-3-news {
  color: var(--white);
  margin-top: 20px;
  margin-left: 0;
}

.speakers-bg-element {
  transform-style: preserve-3d;
  width: 40px;
  position: absolute;
  inset: 8% auto auto 13%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.speakers-photo-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.speakers-bg-element-second {
  z-index: 1;
  object-fit: cover;
  width: 500px;
  height: 280px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.home-2-banner-content {
  z-index: 1;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 60%;
  display: flex;
  position: relative;
}

.home-2-banner-text {
  max-width: 500px;
}

.home-2-topic-right-content {
  z-index: 1;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home-2-topic-content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.dark-background {
  background-color: var(--text-dark);
}

.home-2-section-title-small {
  color: var(--white);
  font-size: 28px;
  line-height: 1.5em;
}

.paragraph-wrapper {
  flex-direction: column;
  display: flex;
}

.home-2-dark-block-wrapper {
  z-index: 1;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.divider-full-width {
  background-color: var(--dark-gray-50);
  width: 100%;
  min-height: 1px;
}

.div-block-15 {
  display: flex;
}

.home-2-topic-time-wrapper {
  grid-column-gap: 30px;
}

.home-2-news-slider {
  background-color: #0000;
  height: 100%;
  margin-top: 60px;
  margin-bottom: -20px;
  margin-left: -20px;
}

.home-2-news-slide-nav {
  justify-content: flex-end;
  width: 52.4%;
  margin-top: 120px;
  padding-top: 0;
  font-size: 8px;
  display: flex;
  inset: 0% auto auto 0%;
}

.home-slider-2-left-arrow {
  color: #bdbbbb;
  border-right: 2px solid #bdbbbb;
  width: 56px;
  height: 18px;
  margin-top: 0;
  margin-bottom: 80px;
  font-size: 20px;
  top: auto;
  left: auto;
  right: 51.3%;
}

.home-2-slider-right-arrow {
  color: #bdbbbb;
  width: 55px;
  height: 18px;
  margin-top: 0;
  margin-bottom: 80px;
  font-size: 20px;
  top: auto;
  left: 48.7%;
  right: auto;
}

.home-2-news-content-wrapper {
  width: 100%;
  position: relative;
}

.home-2-news-video-wrapper {
  width: auto;
  height: auto;
  margin-top: -60px;
  margin-left: 180px;
  padding-bottom: 60px;
  position: absolute;
  inset: 0% 0% 0;
}

.home-2-news-slide {
  width: 100%;
  height: 100%;
}

.home-2-news-video-lightbox {
  background-color: #301339;
  background-image: linear-gradient(#3c1746, #8d7182);
  width: 100%;
  height: 100%;
}

.home-2-news-video-lightbox:hover {
  opacity: 1;
}

.home-2-news-video-preview {
  opacity: .25;
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-2-news-post-wrapper {
  z-index: 999;
  background-color: var(--white);
  box-shadow: -3px 3px 20px 0 var(--dark-gray-50);
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/info-bg.png');
  background-position: 0 0, -40% 85%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 160px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  min-height: 570px;
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 80px 30px 90px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.home-2-news-title {
  color: var(--text-dark);
  font-size: 35px;
  font-weight: 500;
  transition-property: color;
}

.home-2-news-title:hover {
  opacity: 1;
  color: var(--primary);
}

.home-2-news-background-text-element {
  z-index: -1;
  color: var(--primary-light);
  font-family: Poppins, sans-serif;
  font-size: 160px;
  font-weight: 700;
  line-height: .86em;
  position: absolute;
  inset: 0 auto auto -17%;
}

.home-2-play-button-wrapper {
  z-index: 2;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  inset: 0% 26% 0% auto;
}

.home-2-play-button {
  border: 3px solid var(--white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding: 20px 25px 20px 30px;
  transition: all .25s;
  display: flex;
}

.home-2-play-button:hover {
  background-color: var(--primary);
  border-color: #0000;
}

.empty-state {
  color: var(--primary);
  background-color: #0000;
  padding: 40px 20px;
}

.home-2-news-button-wrapper {
  justify-content: flex-end;
  display: flex;
}

.home-2-testimonials-grid {
  z-index: 999;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.home-2-testimonials-content {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.home-2-testimonial-title {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 40px;
}

.tabs-menu {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.tabs-2 {
  flex-direction: row-reverse;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.tab-pane-tab-1 {
  width: 100%;
  height: 100%;
}

.home-2-testimonials-all-wrapp {
  flex-direction: column;
  grid-template-rows: 1fr 2fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  min-height: 600px;
  display: flex;
}

.tabs-content-3 {
  flex: 1;
}

.home-2-testimonial-active {
  grid-row-gap: 40px;
  background-color: var(--white);
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.home-2-testimonial-unactive {
  opacity: .5;
  align-items: center;
  min-height: 150px;
  padding: 40px;
  display: flex;
}

.home-2-testimonials-tab-link {
  background-color: var(--dark-gray);
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 40px;
  padding: 0;
}

.home-2-testimonials-tab-link.w--current {
  background-color: var(--black);
}

.home-2-testimonial-person-wrapper {
  grid-column-gap: 20px;
  flex-flow: row;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home-2-testimonial-person-position {
  color: var(--dark-gray);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.home-2-testimonial-person-name {
  margin-top: 0;
  font-size: 18px;
}

.home-2-testimonial-photo {
  object-fit: cover;
  border-radius: 100px;
  width: 70px;
  height: 70px;
}

.home-2-testimonial-quote {
  color: #999;
  font-size: 20px;
  font-style: italic;
}

.home-2-testimonials-bg-element {
  position: absolute;
  top: 6%;
  left: 35%;
  right: auto;
}

.home-2-testimonials-bg-2-element {
  filter: blur(8px);
  background-color: #ff9cb6;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: -8%;
}

.home-2-testimonials-bg-3-element {
  filter: blur(26px);
  background-color: #e5d1fa;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 10%;
  bottom: auto;
  right: -6%;
}

.home-2-registration-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.home-2-registration-content {
  margin-top: 78px;
  padding-left: 40px;
}

.home-2-registration-image {
  margin-top: -78px;
}

.home-3-registration-quote {
  color: var(--text-dark);
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6em;
}

.arrow-button-dark-circle {
  box-shadow: inset 0 0 0 1px var(--text-dark);
  color: var(--text-dark);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  transition: box-shadow .2s, color .2s;
  display: flex;
}

.arrow-button-dark-circle:hover {
  box-shadow: inset 0 0 0 1px var(--primary);
  opacity: 1;
  color: var(--primary);
}

.home-2-registration-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.home-2-events {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  display: grid;
}

.home-2-events-image {
  opacity: .7;
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.home-2-events-tag {
  background-image: linear-gradient(225deg, var(--primary), var(--orange));
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1em;
  position: absolute;
  inset: 0 auto auto 0;
}

.home-2-events-wrapper {
  background-color: var(--black);
  position: relative;
}

.home-2-events-title {
  color: var(--white);
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 40px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.home-3-news-background-text-element {
  z-index: -1;
  color: var(--white);
  text-shadow: 0 0 2px #9900b399;
  font-family: Poppins, sans-serif;
  font-size: 160px;
  font-weight: 700;
  line-height: .86em;
  position: absolute;
  inset: 0 auto auto -17%;
}

.home-3-news-post-wrapper {
  z-index: 999;
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--white) 71%, #6c1caacc 71%), url('../images/info-bg.png');
  box-shadow: -3px 3px 20px 0 var(--dark-gray-50);
  background-position: 0 0, -40% 85%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 160px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  min-height: 570px;
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 80px 30px 90px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.home-slider-3-left-arrow {
  color: #7233a3;
  border-right: 2px solid #7233a3;
  width: 56px;
  height: 18px;
  margin-top: 0;
  margin-bottom: 80px;
  font-size: 20px;
  top: auto;
  left: auto;
  right: 51.3%;
}

.home-3-slider-right-arrow {
  color: #7233a3;
  width: 55px;
  height: 18px;
  margin-top: 0;
  margin-bottom: 80px;
  font-size: 20px;
  top: auto;
  left: 48.7%;
  right: auto;
}

.home-3-news-title {
  color: var(--text-dark);
  font-size: 35px;
  font-weight: 500;
  transition-property: color;
}

.home-3-news-title:hover {
  opacity: 1;
  color: #8949bb;
}

.home-3-play-button {
  border: 3px solid var(--white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding: 20px 25px 20px 30px;
  transition: all .25s;
  display: flex;
}

.home-3-play-button:hover {
  background-color: #8949bb;
  border-color: #0000;
}

.home-3-tickets-list-item {
  color: var(--paragraph-grey);
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 26px;
  list-style-type: none;
}

.home-3-tab-1-link {
  color: var(--text-dark);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px;
  line-height: 0;
  display: flex;
}

.home-3-tab-1-link.w--current {
  border: 2px solid var(--black);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 7px;
  font-weight: 500;
  line-height: 0;
  display: flex;
}

.home-3-tab-2-link {
  color: var(--text-dark);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px;
  line-height: 0;
  display: flex;
}

.home-3-tab-2-link.w--current {
  border: 2px solid var(--black);
  background-color: #0000;
  border-radius: 100px;
  width: 40px;
  margin-left: 7px;
  margin-right: 7px;
}

.home-3-tab-3-link {
  color: var(--text-dark);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px;
  line-height: 0;
  display: flex;
}

.home-3-tab-3-link.w--current {
  border: 2px solid var(--black);
  background-color: #0000;
  border-radius: 100px;
  width: 40px;
  margin-left: 7px;
  margin-right: 7px;
}

.home-3-tab-4-link {
  color: var(--text-dark);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px;
  line-height: 0;
  display: flex;
}

.home-3-tab-4-link.w--current {
  border: 2px solid var(--black);
  background-color: #0000;
  border-radius: 100px;
  width: 40px;
  margin-left: 7px;
}

.home-3-top-span {
  color: #fee7b5;
}

.divider-primary-home-3-top {
  z-index: 1;
  background-color: #fee7b5;
  width: 70px;
  min-height: 3px;
  position: relative;
}

.divider-primary-home-3-top.bigger {
  width: 100px;
}

.divider-primary-home-3-top.small {
  width: 30px;
}

.home-3-banner-bg-element {
  opacity: .6;
  filter: blur(26px);
  background-image: radial-gradient(circle at 0 100%, #ff4173, #ff744b);
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 10%;
  bottom: auto;
  right: 22%;
}

.home-3-banner-bg-2-element {
  opacity: .74;
  filter: blur(6px);
  background-image: radial-gradient(circle at 60% 40%, #fff2d6, #f8dda6 45%, #ff4173 95%);
  border-radius: 100%;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 35%;
  bottom: auto;
  right: 5%;
}

.home3-about-gradient-overlay {
  z-index: 3;
  filter: brightness(110%) saturate(200%);
  background-image: linear-gradient(#d240f733, #d240f733), linear-gradient(167deg, #f6edff70, #fff0 47%, #bf50ba80 81%, #fdb0d0d9);
  position: absolute;
  inset: 0%;
}

.promotion-text-block {
  font-size: 14px;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-icon {
  margin-right: 8px;
}

.promotion-label-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.close-image {
  width: 12px;
  height: 12px;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.heading {
  font-size: 40px;
}

.tabs-menu-2 {
  text-align: center;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text-block {
  text-align: left;
  max-width: 450px;
  font-size: 8px;
  font-style: normal;
}

.paragraph-2 {
  font-weight: 700;
}

.tickets {
  box-sizing: content-box;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: inline-flex;
  overflow: visible;
}

.container {
  align-self: center;
  max-width: 1200px;
}

.code-embed {
  margin: 10px 20px 20px;
  padding-left: 0;
  display: block;
}

.div-block-17 {
  background-color: #fff;
  border-radius: 10px;
  align-self: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrapper {
  height: 170vw;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  display: flex;
  position: sticky;
  inset: 0%;
  overflow: hidden;
}

.column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 28vw;
  display: flex;
}

.column._2 {
  margin-top: 10vw;
}

.img-wrapper {
  cursor: pointer;
  border-radius: 20px;
  width: 28vw;
  height: 28vw;
  margin-bottom: 6vw;
  position: relative;
  overflow: hidden;
}

.img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.section-2 {
  overflow: hidden;
}

.content6-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 460px;
  margin-bottom: 20px;
}

.content6-pic.content6-image2 {
  background-image: none;
  height: 345px;
  margin-bottom: 0;
}

.content6-pic.content6-image1 {
  background-image: none;
  height: 320px;
}

.content6-pic.content6-image4 {
  background-image: none;
  height: 320px;
  margin-bottom: 25px;
}

.content6-pic.content6-image3 {
  background-image: none;
}

.content6-pic.content6-image4-copy {
  background-image: none;
  height: 320px;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w80-50-start {
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

._6-col {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

.content6-headline {
  margin-bottom: 45px;
  padding-right: 20px;
}

.image-3, .image-4, .image-5 {
  border-radius: 20px;
}

.image-6, .image-7 {
  border-radius: 20px;
  margin-bottom: 20px;
}

.nav-container-copy {
  z-index: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.primary-button-arrow-only-navbar-copy {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--white), var(--white));
  color: var(--text-dark);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-right: 40px;
  padding: 15px 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  transition: all .2s;
  box-shadow: 0 6px 10px #ffffff4d;
}

.primary-button-arrow-only-navbar-copy:hover {
  background-image: linear-gradient(90deg, var(--white), var(--white) 73%);
  box-shadow: none;
  opacity: 1;
  color: var(--text-dark);
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #57934d;
  transform: scale(.97);
}

.primary-button-arrow-only-navbar-copy.w--current {
  align-self: center;
}

.primary-button-arrow-only-navbar-copy.white-style {
  box-shadow: inset 0 0 0 2px var(--white);
  background-image: none;
}

.primary-button-arrow-only-navbar-copy.white-style:hover {
  box-shadow: none;
  color: var(--white);
  background-image: linear-gradient(#ffffff4d, #ffffff4d);
}

.home-about-wrapper-copy {
  flex-direction: row;
  justify-content: flex-end;
  padding-bottom: 40px;
  display: flex;
}

.base-container-copy {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container-copy.flex-vertical-center {
  flex-flow: column;
  max-width: 2500px;
}

.base-container-copy.flex-vertical-center.ticket {
  max-width: 3000px;
}

.base-container-copy.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.base-container-copy.high-z-index {
  z-index: 1;
  position: relative;
}

.base-container-copy.home-top {
  z-index: 1;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.base-container-copy.home-2-top {
  z-index: 1;
  flex: 1;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  position: relative;
}

.base-container-copy.position-relaative {
  position: relative;
}

.base-container-copy.contact_info {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-4-copy {
  border-radius: 20px;
}

.content6-pic-copy.content6-image1, .content6-pic-copy.content6-image4 {
  background-image: none;
  height: 320px;
}

.content6-pic-copy.content6-image1, .content6-pic-copy.content6-image4 {
  background-image: none;
  height: 320px;
}

.content6-pic-copy.content6-image4-copy, .content6-pic-copy.content6-image4-copy-copy {
  background-image: none;
  height: 320px;
}

.content6-pic-copy-copy.content6-image1, .content6-pic-copy-copy.content6-image4 {
  background-image: none;
  height: 320px;
}

.content6-pic-copy-copy.content6-image4-copy, .content6-pic-copy-copy.content6-image4-copy-copy {
  background-image: none;
  height: 320px;
}

.content6-pic-copy.content6-image1, .content6-pic-copy.content6-image4 {
  background-image: none;
  height: 320px;
}

.content6-pic-copy-copy.content6-image1, .content6-pic-copy-copy.content6-image4 {
  background-image: none;
  height: 320px;
}

.content6-pic-copy-copy-copy {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 460px;
  margin-bottom: 20px;
}

.content6-pic-copy-copy-copy.content6-image2 {
  background-image: none;
  height: 345px;
  margin-bottom: 0;
}

.content6-pic-copy-copy-copy.content6-image1, .content6-pic-copy-copy-copy.content6-image4 {
  background-image: none;
  height: 320px;
}

.content6-pic-copy-copy-copy.content6-image3 {
  background-image: none;
}

.content6-pic-copy-copy-copy.content6-image4-copy {
  background-image: none;
  height: 320px;
}

.content6-pic-copy-copy-copy.content6-image3-copy, .content6-pic-copy-copy-copy.content6-image3-copy-copy {
  background-image: none;
}

.content6-pic-copy-copy-copy.content6-image3-copy-copy-copy {
  background-image: none;
  height: 320px;
  margin-bottom: 10px;
}

.section-copy {
  padding-top: 20px;
  padding-bottom: 0;
}

.section-copy.light-background {
  background-color: var(--primary-light);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.section-copy.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section-copy.blog-grid-banner {
  background-color: var(--primary);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/agenda-modern-banner-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
  position: relative;
}

.section-copy.blog-classic-banner {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/agenda-modern-banner-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
  position: relative;
}

.section-copy.blog-sidebar-banner {
  background-color: var(--primary);
  background-image: url('../images/Orange-Banner-BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section-copy.blog-sidebar {
  position: relative;
}

.section-copy.banner-speakers {
  background-image: linear-gradient(270deg, #78ac42 28%, #0e100be3), url('../images/about-us-section-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
  position: relative;
}

.section-copy.banner-our-process {
  background-image: url('../images/Orange-Banner-BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section-copy.without-bottom-spacing {
  padding-bottom: 0;
}

.section-copy.pricing-banner {
  background-color: var(--primary-light);
  background-image: url('../images/Orange-Banner-BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section-copy.contacts-2-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.section-copy.banner-faq, .section-copy.banner-sponsors {
  background-image: url('../images/Orange-Banner-BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section-copy.banner-testimonials {
  background-color: var(--primary-light);
  flex-direction: column;
  align-items: center;
  min-height: 500px;
  display: flex;
}

.section-copy.image-background {
  background-image: url('../images/about-us-section-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
}

.section-copy.blue-background {
  background-color: var(--primary);
}

.section-copy.home-top-section {
  opacity: 1;
  object-fit: contain;
  background-image: url('../images/Untitled-min.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  padding-top: 230px;
  position: static;
}

.section-copy.home-buy-tickets {
  background-image: url('../images/map-bg.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section-copy.home-blog-post-bg {
  background-image: linear-gradient(to top, var(--primary-light), var(--white));
}

.section-copy.home-sponsors-bg {
  background-color: #f1f1f1;
  background-image: url('../images/Dotted_maps.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 50px;
}

.section-copy.home-counter-bg {
  background-color: var(--white);
  background-image: linear-gradient(to right, #f87c57cc, #f74070);
}

.section-copy.home-tickets-bg {
  background-image: url('../images/bg-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section-copy.home-agenta-bg {
  background-image: url('../images/BG-Grafik_new.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 50px;
}

.section-copy.home-subscribe-bg {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/newsletter-event-new.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-copy.home-upcoming-bg {
  background-color: var(--primary-light);
  position: relative;
  overflow: hidden;
}

.section-copy.home-about-section {
  padding-bottom: 0;
  overflow: hidden;
}

.section-copy.about-us-banner-big {
  background-image: linear-gradient(#0006, #0006), url('../images/about-us-banner.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  display: flex;
  position: relative;
}

.section-copy.event-details-banner {
  background-image: url('../images/Events-BG.jpeg');
  background-position: 0%;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section-copy.black-bg {
  background-color: var(--black);
}

.section-copy.about-us-sponsors-bg {
  background-image: url('../images/Dotted_maps.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-copy.about-tour-bg {
  background-image: url('../images/about-bg-11.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100vw;
}

.section-copy.agenda-simple-banner {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/map-bg.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  display: flex;
  position: relative;
}

.section-copy.agenda-modern-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/agenda-modern-banner-01.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  display: flex;
  position: relative;
}

.section-copy.agenda-modern-bg {
  background-image: url('../images/agenda-modern-schedule.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-copy.blog-details {
  background-color: var(--white);
  padding-top: 150px;
}

.section-copy.about-us-2-banner, .section-copy.about-us-3-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/About-us-2-banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section-copy.pricing-3-banner {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section-copy.banner-licensing {
  background-image: url('../images/Orange-Banner-BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section-copy.speakers-bg {
  background-color: #f5f5f5;
  padding-bottom: 0;
  position: relative;
}

.section-copy.home-2-banner {
  background-image: url('../images/dot-BG_1dot-BG.png'), url('../images/01.svg'), linear-gradient(100deg, var(--white) 44.9%, #fff0 45%), linear-gradient(to bottom, #ffffff80, #ffffff80), url('../images/home2-banner.jpg');
  background-position: 32% 12%, 45%, 0 0, 0 0, 50%;
  background-repeat: no-repeat, no-repeat, repeat, repeat, no-repeat;
  background-size: auto 28px, auto, auto, auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-copy.home-2-blog-post-bg {
  background-color: var(--primary-light);
}

.section-copy.home-2-news-bg {
  background-color: var(--primary-light);
  background-image: url('../images/background_webinar88.jpeg');
  background-position: 100%;
  background-size: cover;
  padding-top: 0;
}

.section-copy.home-2-testimonials-bg {
  background-color: var(--primary-light);
  position: relative;
  overflow: hidden;
}

.section-copy.home-2-registration-bg {
  background-image: linear-gradient(to bottom, var(--primary-light) 20%, white 20%);
}

.section-copy.home-3-sponsors-bg {
  background-image: url('../images/Dotted_maps.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-copy.home-3-news-bg {
  background-image: url('../images/home3bg.jpeg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-copy.home-3-upcoming-bg {
  background-color: #f0eeee;
  position: relative;
  overflow: hidden;
}

.section-copy.home-3-counter-bg {
  background-color: var(--white);
  background-image: linear-gradient(to right, #412bb2, #b363d2);
}

.section-copy.home-3-tickets-bg {
  background-image: url('../images/about-bg-11.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section-copy.home-3-gray-bg {
  background-color: #f3f1f1;
}

.section-copy.home-3-agenta-bg {
  background-image: url('../images/event-schedule-02.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-copy.home-3-subscribe-bg {
  background-image: linear-gradient(#fa39e7b3, #9038cfb3), url('../images/newsletter-event-new.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-copy.home-3-top-section {
  background-image: url('../images/Triangle1-2.svg'), linear-gradient(#470b4554, #470b4554), linear-gradient(#9515d199, #fd17f573 20%, #fd17f5a6 44%, #fd17f599 57%, #fd17f573 82%, #9515d199), url('../images/home3-banner.jpg');
  background-position: 78% 106%, 0 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: auto 90px, auto, auto, cover;
  padding-top: 230px;
  position: relative;
  overflow: hidden;
}

.section-copy.bkc {
  background-color: #f1f1f1;
  padding-top: 0;
}

.section-copy.contacts-2-banner-copy {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 85px;
  padding-bottom: 50px;
  display: block;
}

.image-7-copy {
  border-radius: 20px;
  margin-bottom: 20px;
}

.content6-pic-copy.content6-image1, .content6-pic-copy.content6-image4 {
  background-image: none;
  height: 320px;
}

.content6-pic-copy {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 460px;
  margin-bottom: 20px;
}

.content6-pic-copy.content6-image2 {
  background-image: none;
  height: 345px;
  margin-bottom: 0;
}

.content6-pic-copy.content6-image1, .content6-pic-copy.content6-image4 {
  background-image: none;
  height: 320px;
}

.content6-pic-copy.content6-image3 {
  background-image: none;
}

.content6-pic-copy.content6-image4-copy {
  background-image: none;
  height: 320px;
}

.content6-pic-copy.content6-image2-copy {
  background-image: none;
  height: 345px;
  margin-bottom: 0;
}

.content6-pic-copy-copy {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 460px;
  margin-bottom: 20px;
}

.content6-pic-copy-copy.content6-image2 {
  background-image: none;
  height: 345px;
  margin-bottom: 0;
}

.content6-pic-copy-copy.content6-image1, .content6-pic-copy-copy.content6-image4 {
  background-image: none;
  height: 320px;
}

.content6-pic-copy-copy.content6-image3 {
  background-image: none;
}

.content6-pic-copy-copy.content6-image4-copy {
  background-image: none;
  height: 320px;
}

.content6-pic-copy-copy.content6-image2-copy {
  background-image: none;
  height: 345px;
  margin-bottom: 0;
}

.content6-pic-copy-copy.content6-image2-copy-copy {
  background-image: none;
  height: 345px;
  margin-bottom: 380px;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.banner-testimonials {
    min-height: 530px;
  }

  .section.home-top-section {
    background-image: url('../images/Titel_QF_AdobeStock_902025567.jpg');
    background-size: cover;
  }

  .section.home-counter-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.home-subscribe-bg {
    padding-top: 86px;
    padding-bottom: 94px;
  }

  .section.home-3-counter-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.home-3-subscribe-bg {
    padding-top: 86px;
    padding-bottom: 94px;
  }

  .base-container.custom_with {
    padding-left: 0;
    padding-right: 0;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-link.event-details, .nav-dropdown-toggle.event-details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-rights-wrapper {
    margin-top: 30px;
  }

  .banner-title-wrapper {
    max-width: 100%;
  }

  .banner-title-wrapper.testimonials {
    margin-top: 0;
  }

  .banner-title-wrapper.agenda-modern {
    max-width: 1300px;
  }

  .comparing-table-features-wrapper {
    display: block;
  }

  .comparing-table-plans-wrapper {
    width: 67%;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-content-wrapper {
    padding-top: 10px;
  }

  .comparing-table-content-item-title {
    display: none;
  }

  .workflow-content-wrapper {
    padding-left: 70px;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .workflow-title-wrapper {
    display: none;
  }

  .workflow-title-wrapper-desktop {
    display: block;
  }

  .workflow-quote {
    margin-top: 20px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
  }

  .customers-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .block-quote-wrapper {
    margin-bottom: 130px;
  }

  .about-1-counter-number {
    font-size: 50px;
  }

  .about-3-content-wrapper {
    margin-bottom: 130px;
  }

  .team-slider-content {
    margin-left: 80px;
  }

  .team-slider-left-arrow {
    left: 260px;
  }

  .team-slider-right-arrow {
    left: 310px;
  }

  .primary-button-arrow-only-navbar {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 22px;
  }

  .home-blog-posts {
    max-width: 1112px;
    margin-top: 70px;
  }

  .home-link-cards-columns {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-venue-card {
    height: 650px;
  }

  .home-about-left {
    margin-left: -80px;
    padding-left: 80px;
  }

  .home-top-subtitle {
    width: 600px;
    font-size: 45px;
    line-height: 1.25em;
  }

  .home-top-social-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .events-about-content {
    width: 60%;
  }

  ._0-padding-top {
    padding-top: 0;
  }

  .home-2-registration-content {
    margin-top: 128px;
  }

  .home-2-registration-image {
    margin-top: -128px;
  }

  .nav-container-copy {
    padding-left: 50px;
    padding-right: 50px;
  }

  .primary-button-arrow-only-navbar-copy {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 22px;
  }

  .base-container-copy.custom_with {
    padding-left: 0;
    padding-right: 0;
  }

  .section-copy {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-copy.banner-testimonials {
    min-height: 530px;
  }

  .section-copy.home-top-section {
    background-image: url('../images/Titel_QF_AdobeStock_902025567.jpg');
    background-size: cover;
  }

  .section-copy.home-counter-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-copy.home-subscribe-bg {
    padding-top: 86px;
    padding-bottom: 94px;
  }

  .section-copy.home-3-counter-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-copy.home-3-subscribe-bg {
    padding-top: 86px;
    padding-bottom: 94px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.home-top-section {
    background-image: url('../images/Titel_QF_AdobeStock_902025567.jpg');
    background-size: cover;
  }

  .base-container.home-top {
    padding-left: 0;
  }

  .base-container.custom_with {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper.event-details {
    padding-right: 25px;
  }

  .footer-wrapper {
    margin-left: 80px;
    margin-right: 80px;
  }

  .team-slider-left-arrow {
    left: 300px;
  }

  .team-slider-right-arrow {
    left: 350px;
  }

  .tabs-slider-mask {
    width: 100%;
  }

  .primary-button-arrow-only-navbar {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 22px;
  }

  .gradient-background {
    width: 53%;
  }

  .home-contact-block {
    padding-top: 65px;
    padding-bottom: 65px;
    padding-right: 70px;
  }

  .footer-licensing-link {
    color: var(--paragraph-grey);
    font-size: 14px;
  }

  .home-sponsors {
    margin-top: 70px;
  }

  .home-sponsors-wrapper {
    grid-row-gap: 70px;
  }

  .home-tickets, .tabs-agenda, .home-events-collection-list {
    margin-top: 70px;
  }

  .home-top-title {
    font-size: 85px;
  }

  .home-top-title.home-second {
    font-size: 100px;
  }

  .home-top-subtitle {
    width: 900px;
    font-size: 60px;
    line-height: 1.25em;
  }

  .banner-title-big {
    font-size: 70px;
  }

  .events-title-wrapper {
    width: 25%;
  }

  .events-top-section {
    height: 100vh;
    padding-left: 200px;
  }

  .events-top-section-overlay {
    width: 230px;
  }

  .events-banner-image-block {
    width: 70%;
  }

  ._0-padding-top {
    padding-top: 0;
  }

  .agenda-modern-schedule, .agenda-modern-button-wrapper {
    margin-top: 70px;
  }

  .speakers-bg-element-second {
    left: 8%;
  }

  .primary-button-arrow-only-navbar-copy {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 22px;
  }

  .base-container-copy.home-top {
    padding-left: 0;
  }

  .base-container-copy.custom_with {
    padding-left: 0;
    padding-right: 0;
  }

  .section-copy.home-top-section {
    background-image: url('../images/Titel_QF_AdobeStock_902025567.jpg');
    background-size: cover;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.home-top-section {
    opacity: 1;
    mix-blend-mode: normal;
    background-image: url('../images/Untitled-min.png');
    background-position: 50%;
    background-size: cover;
  }

  .section.home-top-section.x {
    box-sizing: border-box;
    float: none;
    clear: none;
    aspect-ratio: auto;
    text-align: left;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
  }

  .base-container.home-top {
    padding-left: 100px;
  }

  .base-container.custom_with {
    max-width: 2000px;
    padding-right: 100px;
  }

  .nav-container {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    min-width: 60%;
    padding-left: 0;
    padding-right: 0;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .team-card-content-wrapper {
    height: 210px;
  }

  .footer-wrapper {
    display: flex;
  }

  .footer-brand-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
  }

  .primary-button-arrow-only-navbar {
    padding: 22px 30px;
    font-size: 22px;
  }

  .home-buy-tickets-content {
    margin-left: -100px;
    margin-right: 100px;
  }

  .home-contact-map-block {
    width: 65%;
    margin-right: -40px;
  }

  .home-gallery-image-small, .home-gallery-image-big, .home-gallery-lightbox-big, .home-gallery-lightbox-small {
    height: 475px;
  }

  .home-tab-1-link {
    background-color: #0000;
  }

  .home-agenda-accordion-title {
    color: var(--primary);
  }

  .home-talents-slider {
    grid-column-gap: 100px;
  }

  .home-top-content-wrapper {
    width: 30%;
  }

  .home-top-subtitle {
    width: 750px;
    font-size: 60px;
    line-height: 1.25em;
  }

  .home-top-social-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .events-gallery-image, .events-gallery-lightbox {
    height: 475px;
  }

  ._0-padding-top {
    padding-top: 0;
  }

  .home-3-tab-1-link {
    background-color: #0000;
  }

  .heading {
    font-size: 42px;
  }

  .tabs-menu-2 {
    text-align: center;
    position: relative;
  }

  .img-wrapper {
    width: 10vw;
    height: 15vw;
  }

  .img {
    width: 100%;
    height: 60%;
  }

  .content6-pic.content6-image4 {
    height: 160px;
    margin-top: 180px;
    margin-bottom: 0;
  }

  .content6-pic.content6-image3 {
    height: 170px;
  }

  .content6-pic.content6-image4-copy {
    margin-top: 180px;
    margin-bottom: 0;
  }

  .text-16.text-16-60 {
    margin-bottom: 30px;
  }

  .nav-container-copy {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 60%;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
  }

  .primary-button-arrow-only-navbar-copy {
    padding: 22px 30px;
    font-size: 22px;
  }

  .base-container-copy.home-top {
    padding-left: 100px;
  }

  .base-container-copy.custom_with {
    max-width: 2000px;
    padding-right: 100px;
  }

  .image-4-copy {
    margin-bottom: 0;
  }

  .content6-pic-copy.content6-image4-copy {
    height: 160px;
    margin-top: 170px;
    margin-bottom: 0;
  }

  .content6-pic-copy.content6-image4-copy, .content6-pic-copy.content6-image4-copy-copy, .content6-pic-copy-copy.content6-image4 {
    height: 160px;
    margin-top: 180px;
    margin-bottom: 0;
  }

  .content6-pic-copy-copy.content6-image4-copy {
    height: 160px;
    margin-top: 180px;
    margin-bottom: 0;
  }

  .content6-pic-copy-copy.content6-image4-copy-copy {
    height: 160px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .content6-pic-copy-copy-copy.content6-image4 {
    height: 160px;
    margin-top: 180px;
    margin-bottom: 0;
  }

  .content6-pic-copy-copy-copy.content6-image3 {
    height: 170px;
  }

  .content6-pic-copy-copy-copy.content6-image4-copy {
    margin-top: 180px;
    margin-bottom: 0;
  }

  .content6-pic-copy-copy-copy.content6-image3-copy, .content6-pic-copy-copy-copy.content6-image3-copy-copy, .content6-pic-copy-copy-copy.content6-image3-copy-copy-copy {
    height: 170px;
  }

  .section-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-copy.home-top-section {
    opacity: 1;
    mix-blend-mode: normal;
    background-image: url('../images/Untitled-min.png');
    background-position: 50%;
    background-size: cover;
  }

  .section-copy.home-top-section.x {
    box-sizing: border-box;
    float: none;
    clear: none;
    aspect-ratio: auto;
    text-align: left;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
  }

  .content6-pic-copy.content6-image4 {
    height: 160px;
    margin-top: 180px;
    margin-bottom: 0;
  }

  .content6-pic-copy.content6-image3 {
    height: 170px;
  }

  .content6-pic-copy.content6-image4-copy {
    margin-top: 180px;
    margin-bottom: 0;
  }

  .content6-pic-copy-copy.content6-image4 {
    height: 160px;
    margin-top: 180px;
    margin-bottom: 0;
  }

  .content6-pic-copy-copy.content6-image3 {
    height: 170px;
  }

  .content6-pic-copy-copy.content6-image4-copy {
    margin-top: 180px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 40px;
  }

  .section.light-background {
    padding-top: 0;
  }

  .section.changelog-banner, .section.blog-grid-banner, .section.blog-classic-banner, .section.blog-sidebar-banner, .section.banner-speakers, .section.banner-our-process, .section.banner-faq, .section.banner-sponsors {
    min-height: 300px;
  }

  .section.banner-testimonials {
    min-height: 420px;
  }

  .section.home-top-section {
    padding-top: 140px;
  }

  .section.about-us-banner-big {
    min-height: 600px;
  }

  .section.about-tour-bg {
    background-size: auto 30vh;
  }

  .section.agenda-simple-banner, .section.agenda-modern-banner {
    min-height: 600px;
  }

  .section.blog-details {
    padding-top: 80px;
  }

  .section.about-us-2-banner, .section.about-us-3-banner, .section.banner-licensing {
    min-height: 300px;
  }

  .section.home-2-banner {
    background-image: url('../images/dot-BG_1dot-BG.png'), linear-gradient(100deg, var(--white) 44.9%, #fff0 45%), linear-gradient(to bottom, #ffffff80, #ffffff80), url('../images/home2-banner.jpg');
    background-position: 32% 12%, 0 0, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-size: auto 28px, auto, auto, cover;
    padding-top: 140px;
  }

  .section.home-3-top-section {
    padding-top: 140px;
  }

  .base-container.home-top, .base-container.home-2-top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    max-width: 350px;
    height: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .menu-button {
    filter: invert();
    text-align: right;
    flex: 1;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-button.dark {
    filter: none;
  }

  .nav-link {
    opacity: 1;
    color: var(--text-dark);
    justify-content: flex-start;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    display: flex;
  }

  .nav-link:hover {
    opacity: .7;
    color: var(--text-dark);
  }

  .nav-link.w--current {
    color: var(--text-dark);
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
    display: flex;
  }

  .nav-dropdown-icon {
    display: block;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    max-height: 280px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    display: flex;
    position: static;
    overflow: auto;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-link-wrapper {
    justify-content: flex-start;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    padding: 10px 0;
    font-size: 15px;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 70px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 15px;
    display: flex;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-close-icon {
    align-self: stretch;
    max-width: 60%;
  }

  .nav-item-title {
    opacity: 1;
    color: var(--text-dark);
  }

  .style-guide-banner-section {
    min-height: 300px;
  }

  .logo-mobile {
    padding-bottom: 5px;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-grid-item-date {
    font-size: 24px;
  }

  .blog-grid-content-wrapper {
    display: none;
  }

  .blog-grid-item-title {
    font-size: 24px;
  }

  .blog-classic-top-content {
    padding: 30px 40px 25px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-classic-post-description {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .nav-menu-wrapper {
    display: none;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    position: static;
  }

  .blog-sidebar-wrapper {
    flex-flow: column-reverse wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-template-wrapper {
    padding: 40px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    margin-top: 60px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .section-subtitle.testimonial {
    display: none;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .process-content.reverse {
    padding-right: 40px;
  }

  .process-number-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .style-guide-button-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .process-image {
    object-fit: cover;
    display: block;
  }

  .career-customer-item {
    text-align: center;
  }

  .career-customers-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .banner-title-wrapper.testimonials {
    margin-top: 0;
  }

  .services-item {
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-button-wrapper {
    padding-top: 35px;
  }

  .testimonials-wrapper {
    flex-wrap: wrap;
  }

  .testimonials-item {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 20px;
  }

  .testimonials-item.last-child {
    margin-bottom: 0;
  }

  .pricing-3-plan-content-wrapper {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-3-plan-content-wrapper.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-features-wrapper {
    flex-wrap: wrap;
  }

  .coming-soon-image {
    display: none;
  }

  .contacts-title-mobile {
    max-width: 568px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contacts-title-desktop {
    display: none;
  }

  .contacts-2-location-wrapper {
    width: 34%;
    margin-top: 0;
  }

  .contacts-2-form-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .contacts-2-content-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .contacts-2-wrapper {
    flex-wrap: wrap-reverse;
  }

  .contacts-2-content {
    width: 66%;
    padding-right: 30px;
  }

  .footer-social-icons-wrapper {
    margin-top: 10px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    margin-left: 40px;
    margin-right: 40px;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .footer-logo-wrapper {
    width: 50%;
  }

  .customers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .testominials-cards-banner {
    margin-top: -180px;
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .about-1-video {
    width: 100%;
    min-height: 340px;
  }

  .about-1-features-wrap {
    margin-right: 20px;
  }

  .text-block {
    padding-right: 15px;
  }

  .about-1-counter-number {
    font-size: 34px;
  }

  .about-1-counter-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-slider-mask {
    width: 90%;
  }

  .team-slider-image {
    min-height: 340px;
  }

  .about-list-wrap {
    max-width: 380px;
    margin-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-3-card-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-3-center-card {
    width: 47%;
    margin-bottom: 30px;
    margin-left: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-3-card {
    width: 47%;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .about-3-card.last-child {
    margin-bottom: 0;
  }

  .about-3-card-with-image {
    width: 47%;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .about-3-card-with-image.last-child {
    margin-bottom: 0;
  }

  .about-3-center-card-with-image {
    width: 47%;
    margin-bottom: 30px;
    margin-left: 30px;
  }

  .about-3-center-card-image {
    height: 240px;
  }

  .about-3-progress-bar-content {
    margin-right: 20px;
  }

  .about-3-progress-bar {
    max-width: 360px;
  }

  .about-3-tab-pane-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
  }

  .about-3-form-text-field {
    width: 300px;
  }

  .team-slider-mask {
    width: 90%;
  }

  .team-slider-background {
    width: 35%;
  }

  .team-slider-left-arrow {
    left: 160px;
  }

  .team-slider-right-arrow {
    left: 210px;
  }

  .testimonials-slider-background {
    font-size: 80px;
  }

  .nav-menu-shadow-overlay {
    background-color: var(--white);
    flex-direction: column;
    align-items: stretch;
    width: auto;
    height: 100vh;
    box-shadow: 0 0 30px #00000026;
  }

  .email-text-field {
    width: 400px;
  }

  .email-text-field.home-subscribe {
    width: 100%;
  }

  .form-block {
    width: 400px;
  }

  .form-block.home-subscribe {
    width: 100%;
  }

  .primary-button-arrow-only-navbar {
    display: block;
  }

  .primary-button-arrow-only-navbar.w--current {
    padding-bottom: 15px;
  }

  .primary-button-arrow-only-navbar.tablet {
    font-size: 16px;
  }

  .gradient-background {
    width: 100%;
    height: 50%;
    bottom: auto;
    right: 0;
  }

  .home-buy-tickets-content {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .buy-tickets-position {
    flex-direction: column;
    align-items: center;
  }

  .home-contact-block {
    padding: 40px;
  }

  .home-contact-map-block {
    width: 100%;
  }

  .nav-dropdown-list-1-column {
    width: auto;
  }

  .nav-dropdown-list-2-column {
    width: auto;
    padding-left: 0;
  }

  .home-sponsors-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-sponsor-item {
    text-align: center;
  }

  .div-block-2 {
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .home-tickets-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .home-tickets-item, .home-tickets-item.center-card {
    width: 45%;
  }

  .home-tickets-content-wrapper {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-tickets-content-wrapper.center-card, .home-tickets-content-wrapper.center-card-home-third {
    min-height: auto;
  }

  .home-gallery-block {
    width: 100%;
  }

  .home-gallery {
    flex-wrap: wrap;
  }

  .home-tabs-menu {
    padding-left: 20px;
  }

  .quote-divider-block {
    display: none;
  }

  .home-testimonial-person {
    padding-left: 0;
  }

  .home-testimonials-quote {
    padding-left: 20px;
    font-size: 22px;
  }

  .home-agenda-speaker-position {
    display: block;
  }

  .home-subscribe-block {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .home-subscribe-content {
    width: 100%;
    padding-right: 0;
  }

  .home-subscribe-heading-position {
    font-size: 42px;
  }

  .home-talents-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .home-talents-right {
    width: 100%;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-talents-person-photo {
    max-width: 300px;
  }

  .home-talents-person-photo.active {
    box-shadow: none;
  }

  .home-talents-person-photo.tablet-active {
    box-shadow: 16px 25px 40px -6px #0000001a;
  }

  .home-talents-person.first-position {
    opacity: .5;
  }

  .home-talents-person.second-position {
    opacity: 1;
    margin-top: 0;
  }

  .home-talents-person.third-position {
    margin-top: 0;
  }

  .home-talents-right-content {
    width: 100%;
    padding-top: 50px;
    padding-left: 10px;
  }

  .background-text-element {
    display: none;
  }

  .right-arrow-home-talents, .left-arrow-home-talents {
    width: 25%;
  }

  .home-talents-slider {
    grid-column-gap: 50px;
    justify-content: center;
    width: 100%;
    padding-right: 0;
  }

  .slider {
    width: 100%;
    margin-top: 40px;
  }

  .hame-talents-bg-image-position, .home-background-text-vertical {
    display: none;
  }

  .home-events-card {
    width: 50%;
  }

  .home-events-collection-list {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .home-about-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .home-about-left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-about-right {
    width: 100%;
    padding-left: 0;
    display: none;
  }

  .home-about-content {
    width: 100%;
  }

  .hame-about-bg-image-position {
    display: none;
  }

  .home-top-content-wrapper {
    width: 60%;
  }

  .home-top-social-wrapper {
    margin-top: 10px;
  }

  .home-top-divider-wrapper {
    height: 64%;
    margin-bottom: 60px;
  }

  .banner-title-big, .event-banner-title {
    font-size: 45px;
  }

  .events-title-wrapper {
    width: 50%;
    padding-bottom: 0;
  }

  .events-top-section {
    height: 500px;
    padding-left: 20px;
  }

  .events-top-section-overlay {
    width: 120px;
  }

  .collection-list-events-gallery-first-row {
    grid-auto-columns: 1fr;
  }

  .events-download-block {
    padding-left: 100px;
    padding-right: 100px;
  }

  .events-banner-image-block {
    width: 50%;
  }

  ._0-padding-top {
    padding-top: 0;
  }

  .events-speakers-first-row {
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .events-speakers-second-row {
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -140px;
  }

  .about-banner-animated-element {
    display: none;
  }

  .about-career-grid {
    grid-template-columns: 1fr;
  }

  .about-career-content-block {
    height: 500px;
  }

  .about-career-text-block {
    align-items: center;
  }

  .about-tour-content {
    width: 100%;
  }

  .about-tour-block {
    flex-direction: column;
  }

  .about-tour-cards-grid {
    width: 100%;
  }

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

  .text-span-agenda-simple-title {
    display: inline;
  }

  .agenda-banner-animated-element {
    display: none;
  }

  .agenda-modern-schedule {
    flex-direction: column;
  }

  .collection-list-blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-grid-content-show-on-tablet {
    display: flex;
  }

  .blog-grid-banner-animated-element, .blog-classic-banner-animated-element, .speakers-banner-animated-element {
    display: none;
  }

  .speaker-main-photo {
    width: 504px;
  }

  .speakers-gray-block-content {
    flex-direction: column;
    align-items: center;
  }

  .speakers-photo-wrapper {
    justify-content: center;
  }

  .speakers-bg-element-second {
    display: none;
  }

  .home-2-topic-right-content {
    width: 100%;
  }

  .home-2-topic-content-grid {
    grid-template-columns: 1fr;
  }

  .home-2-dark-block-wrapper {
    padding-right: 0;
  }

  .home-2-news-slide-nav {
    width: 62%;
  }

  .home-slider-2-left-arrow {
    right: 42.5%;
  }

  .home-2-slider-right-arrow {
    left: 57.5%;
  }

  .home-2-news-post-wrapper {
    justify-content: center;
    width: 66%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-2-news-background-text-element {
    font-size: 120px;
    left: -6%;
  }

  .home-2-play-button-wrapper {
    right: 13%;
  }

  .home-2-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    justify-content: center;
  }

  .home-2-testimonials-all-wrapp {
    min-height: auto;
  }

  .home-2-testimonial-unactive {
    min-height: auto;
    padding-bottom: 0;
    display: none;
  }

  .home-2-testimonials-tab-link {
    margin-left: 20px;
  }

  .home-2-registration-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-2-registration-content {
    margin-top: 40px;
    padding-left: 0;
  }

  .home-2-registration-button-wrapper {
    margin-top: 40px;
  }

  .home-2-events {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .home-2-events-image {
    max-width: 317px;
  }

  .home-3-news-background-text-element {
    font-size: 120px;
    left: -6%;
  }

  .home-3-news-post-wrapper {
    justify-content: center;
    width: 66%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-slider-3-left-arrow {
    right: 42.5%;
  }

  .home-3-slider-right-arrow {
    left: 57.5%;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .promotion-label-holder, .promotion-labels-wrapper {
    display: none;
  }

  .code-embed {
    margin: 0;
  }

  .div-block-17 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content6-pic.content6-image2 {
    margin-bottom: 120px;
  }

  .content6-pic.content6-image1 {
    margin-bottom: 140px;
    padding-bottom: 20px;
  }

  .content6-pic.content6-image4 {
    margin-bottom: 140px;
  }

  .content6-pic.content6-image3 {
    margin-bottom: 0;
  }

  .content6-pic.content6-image4-copy {
    margin-bottom: 140px;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w80-50-start {
    flex-direction: column;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  .content6-headline {
    text-align: center;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .nav-container-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .primary-button-arrow-only-navbar-copy {
    display: block;
  }

  .home-about-wrapper-copy {
    flex-direction: column;
    align-items: center;
  }

  .base-container-copy.home-top, .base-container-copy.home-2-top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content6-pic-copy.content6-image4-copy, .content6-pic-copy.content6-image4-copy-copy {
    margin-bottom: 140px;
  }

  .content6-pic-copy-copy.content6-image4-copy, .content6-pic-copy-copy.content6-image4-copy-copy {
    margin-bottom: 140px;
  }

  .content6-pic-copy-copy.content6-image2 {
    margin-bottom: 120px;
  }

  .content6-pic-copy-copy-copy.content6-image2 {
    margin-bottom: 120px;
  }

  .content6-pic-copy-copy-copy.content6-image1 {
    margin-bottom: 140px;
    padding-bottom: 20px;
  }

  .content6-pic-copy-copy-copy.content6-image4 {
    margin-bottom: 140px;
  }

  .content6-pic-copy-copy-copy.content6-image3 {
    margin-bottom: 0;
  }

  .content6-pic-copy-copy-copy.content6-image4-copy {
    margin-bottom: 140px;
  }

  .content6-pic-copy-copy-copy.content6-image3-copy, .content6-pic-copy-copy-copy.content6-image3-copy-copy, .content6-pic-copy-copy-copy.content6-image3-copy-copy-copy {
    margin-bottom: 0;
  }

  .section-copy.light-background {
    padding-top: 0;
  }

  .section-copy.changelog-banner, .section-copy.blog-grid-banner, .section-copy.blog-classic-banner, .section-copy.blog-sidebar-banner, .section-copy.banner-speakers, .section-copy.banner-our-process, .section-copy.banner-faq, .section-copy.banner-sponsors {
    min-height: 300px;
  }

  .section-copy.banner-testimonials {
    min-height: 420px;
  }

  .section-copy.home-top-section {
    padding-top: 140px;
  }

  .section-copy.about-us-banner-big {
    min-height: 600px;
  }

  .section-copy.about-tour-bg {
    background-size: auto 30vh;
  }

  .section-copy.agenda-simple-banner, .section-copy.agenda-modern-banner {
    min-height: 600px;
  }

  .section-copy.blog-details {
    padding-top: 80px;
  }

  .section-copy.about-us-2-banner, .section-copy.about-us-3-banner, .section-copy.banner-licensing {
    min-height: 300px;
  }

  .section-copy.home-2-banner {
    background-image: url('../images/dot-BG_1dot-BG.png'), linear-gradient(100deg, var(--white) 44.9%, #fff0 45%), linear-gradient(to bottom, #ffffff80, #ffffff80), url('../images/home2-banner.jpg');
    background-position: 32% 12%, 0 0, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-size: auto 28px, auto, auto, cover;
    padding-top: 140px;
  }

  .section-copy.home-3-top-section {
    padding-top: 140px;
  }

  .content6-pic-copy.content6-image2 {
    margin-bottom: 120px;
  }

  .content6-pic-copy.content6-image2-copy, .content6-pic-copy.content6-image2 {
    margin-bottom: 120px;
  }

  .content6-pic-copy.content6-image1 {
    margin-bottom: 140px;
    padding-bottom: 20px;
  }

  .content6-pic-copy.content6-image4 {
    margin-bottom: 140px;
  }

  .content6-pic-copy.content6-image3 {
    margin-bottom: 0;
  }

  .content6-pic-copy.content6-image4-copy {
    margin-bottom: 140px;
  }

  .content6-pic-copy.content6-image2-copy, .content6-pic-copy-copy.content6-image2 {
    margin-bottom: 120px;
  }

  .content6-pic-copy-copy.content6-image1 {
    margin-bottom: 140px;
    padding-bottom: 20px;
  }

  .content6-pic-copy-copy.content6-image4 {
    margin-bottom: 140px;
  }

  .content6-pic-copy-copy.content6-image3 {
    margin-bottom: 0;
  }

  .content6-pic-copy-copy.content6-image4-copy {
    margin-bottom: 140px;
  }

  .content6-pic-copy-copy.content6-image2-copy, .content6-pic-copy-copy.content6-image2-copy-copy {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 30px;
  }

  blockquote {
    font-size: 18px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.light-background {
    padding-bottom: 20px;
  }

  .section.banner-testimonials {
    min-height: 380px;
  }

  .section.about-us-banner-big {
    min-height: 400px;
  }

  .section.event-details-banner {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .section.agenda-simple-banner, .section.agenda-modern-banner {
    min-height: 400px;
  }

  .section.home-3-news-bg {
    background-position: 50% 100%;
    background-size: cover;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-container {
    display: block;
  }

  .nav-dropdown-toggle {
    width: 99%;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-classic-top-content {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-sidebar-left, .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .blog-template-wrapper {
    padding: 20px 15px;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .team-grid, .team-grid-large {
    grid-template-columns: 1fr;
  }

  .process-item-wrapper {
    flex-wrap: wrap;
  }

  .process-item-wrapper.reverse {
    flex-wrap: wrap-reverse;
  }

  .process-image-wrapper, .process-content {
    width: 100%;
  }

  .process-content.reverse {
    width: 100%;
    padding-right: 0;
  }

  .process-number-wrapper {
    flex: none;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .process-number {
    margin-top: 14px;
    margin-bottom: 0;
  }

  .process-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .free-trial-title {
    margin-bottom: 20px;
  }

  .process-content-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .banner-title-wrapper.testimonials {
    margin-top: 20px;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .services-item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .services-item.last-child {
    margin-bottom: 0;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .comparing-table-plans-wrapper {
    flex-wrap: wrap;
  }

  .comparing-table-plan-title {
    min-height: 140px;
  }

  .comparing-table-plan {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .workflow-profile-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-wrapper {
    flex-wrap: wrap;
  }

  .workflow-title-wrapper {
    margin-bottom: 20px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .pricing-3-plans-wrapper {
    flex-wrap: wrap;
  }

  .pricing-3-plan-item {
    width: 100%;
    margin-bottom: 15px;
  }

  .pricing-3-plan-item.center-item {
    box-shadow: none;
  }

  .pricing-3-plan-content-wrapper, .pricing-3-plan-content-wrapper.center-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-features-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    padding-left: 60px;
    padding-right: 60px;
  }

  .contacts-title-mobile {
    margin-bottom: 40px;
  }

  .contacts-2-location-wrapper {
    width: 100%;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
  }

  .contacts-2-content {
    width: 100%;
    padding-right: 0;
  }

  .footer-social-icons-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .footer-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-brand-description {
    text-align: center;
  }

  .customer-wrapper {
    height: 240px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 360px;
  }

  .block-quote-wrapper {
    margin-bottom: 60px;
  }

  .testominials-cards-banner {
    margin-top: -100px;
  }

  .block-quote-name {
    font-size: 16px;
  }

  .about-1-video {
    min-height: 280px;
  }

  .about-1-features-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .about-1-features-wrap {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .about-1-counter-wrapper {
    flex-wrap: wrap;
  }

  .about-1-counter-number {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .about-1-counter-wrap {
    width: 100%;
    padding: 10px 100px;
  }

  .testimonials-slide-item {
    width: 100%;
    margin-right: 0;
    padding-bottom: 30px;
  }

  .team-slider {
    padding-top: 100px;
  }

  .team-slide-item {
    flex-wrap: wrap;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-slider-image {
    object-position: 50% 20%;
    width: 100%;
    min-height: auto;
    max-height: 320px;
    margin-bottom: 10px;
  }

  .team-slide-item-desc {
    margin-top: 20px;
  }

  .about-list-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .about-3-center-card {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-3-card-number, .about-3-card-icon {
    font-size: 50px;
  }

  .about-3-card {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-3-content-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .about-3-content-wrapper {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .about-3-card-with-image {
    width: 100%;
    margin-bottom: 15px;
  }

  .about-3-center-card-with-image {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .about-3-image {
    width: 50%;
  }

  .about-3-progress-bar-wrapper {
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-3-progress-bar-content {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .about-3-progress-bar {
    width: 100%;
    max-width: 330px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .about-3-tab-circle {
    inset: auto auto auto -6px;
  }

  .about-3-tab-image-wrap {
    width: 100%;
  }

  .about-3-tab-content-wrap {
    text-align: center;
    width: 100%;
  }

  .about-3-tab-pane-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .about-3-form-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-3-form {
    flex-wrap: wrap;
  }

  .team-slider-content {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .team-slider-background {
    width: 100%;
    height: 35%;
    inset: 0% 0% auto;
  }

  .team-slider-left-arrow {
    inset: 40px auto auto 72%;
  }

  .team-slider-right-arrow {
    inset: 40px auto auto 84%;
  }

  .testimonials-slider-background {
    font-size: 60px;
  }

  .tabs-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-slider-left-arrow {
    left: -20px;
  }

  .tabs-slider-right-arrow {
    right: -20px;
  }

  .footer-form {
    flex-wrap: wrap;
  }

  .footer-newsletter-description {
    text-align: center;
  }

  .primary-button-arrow-only-navbar {
    margin-top: 8px;
    margin-right: 0;
    font-size: 16px;
    display: block;
  }

  .primary-button-arrow-only-navbar.w--current {
    margin-right: 0;
    font-size: 15px;
  }

  .home-contact-block {
    width: 100%;
  }

  .home-contact-map-block {
    flex-direction: column;
    align-items: stretch;
    height: 100%;
  }

  .home-map-block {
    width: 100%;
    height: 250px;
  }

  .home-blog-posts {
    max-width: 346px;
  }

  .slider-nav-active-wrapper-copy {
    margin-top: 10px;
  }

  .card-price-label {
    top: 30px;
    right: 30px;
  }

  .card-text-position {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-tickets-item, .home-tickets-item.center-card {
    width: 100%;
  }

  .home-tickets-content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-gallery-image-small, .home-gallery-image-big, .home-gallery-lightbox-big, .home-gallery-lightbox-small {
    height: 300px;
  }

  .home-agenda-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-agenda-accordion-wrapper {
    width: 100%;
  }

  .home-agenda-accordion-item {
    padding-top: 0;
  }

  .home-agenda-accordion-toggle.agenda-modern {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-agenda-image-block {
    width: 140px;
  }

  .home-agenda-accordion-content-wrapper {
    margin-left: 140px;
  }

  .home-agenda-speaker-photo {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .home-agenda-speaker-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-agenda-speaker-socials {
    margin-top: 15px;
    margin-left: 0;
  }

  .home-subscribe-heading-position {
    font-size: 40px;
  }

  .home-talents-person-name {
    font-size: 20px;
  }

  .home-events-card {
    width: 100%;
  }

  .home-events-days-title {
    font-size: 50px;
  }

  .home-top-content-wrapper {
    width: 100%;
  }

  .home-play-button {
    width: 60px;
    height: 60px;
    padding-left: 22px;
    padding-right: 18px;
  }

  .home-play-button-wrapper {
    inset: auto 15px 60px auto;
  }

  .home-event-button-subtitle {
    display: none;
  }

  .home-top-title {
    font-size: 42px;
  }

  .home-top-subtitle {
    display: none;
  }

  .home-top-social-wrapper {
    height: 60px;
  }

  .banner-title-big {
    font-size: 34px;
  }

  .event-banner-title {
    color: var(--white);
    font-size: 34px;
  }

  .events-title-wrapper {
    align-items: center;
    width: 100%;
    height: 65%;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
  }

  .events-top-section {
    flex-direction: column;
    padding-left: 0;
  }

  .event-about-cta-wrapper {
    width: 100%;
  }

  .events-about {
    flex-direction: column;
  }

  .events-about-content {
    width: 100%;
    padding-right: 0;
  }

  .events-top-section-overlay, .divider-block-events-top {
    display: none;
  }

  .events-button-wrapper {
    width: 60%;
  }

  .collection-list-events-gallery-first-row {
    grid-template-columns: 1fr;
  }

  .collection-list-events-gallery-second-row {
    grid-template-columns: 2fr;
  }

  .events-gallery-image, .events-gallery-lightbox {
    height: 300px;
  }

  .events-download-block {
    padding-left: 0;
    padding-right: 0;
  }

  .events-banner-image-block {
    width: 100%;
    height: 100%;
  }

  ._0-padding-top {
    padding-top: 0;
  }

  .events-speakers-first-size-photo {
    height: 400px;
  }

  .events-speakers-first-row {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .events-speakers-second-size-photo, .events-speakers-third-size-photo {
    height: 400px;
  }

  .events-speakers-second-row {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .events-animated-element {
    display: none;
  }

  .events-banner-quote {
    font-size: 14px;
    top: auto;
    bottom: 22%;
    right: 15px;
  }

  .div-block-14 {
    grid-template-columns: 1fr;
  }

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

  .about-background-text-element {
    display: none;
  }

  .about-tour-cards-grid {
    grid-template-columns: 1fr;
  }

  .nav-shadow {
    background-color: #fff;
  }

  .agenda-modern-tag {
    right: 20px;
  }

  .agenda-modern-accordion-wrapper {
    width: 100%;
  }

  .agenda-modern-accordion-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list-blog-grid {
    grid-template-columns: 1fr;
  }

  .speaker-main-photo {
    width: auto;
  }

  .underline-link.home-3-news {
    color: #9756ca;
  }

  .home-2-banner-content {
    max-width: 80%;
  }

  .home-2-news-slider {
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .home-2-news-slider.home-third {
    box-shadow: 0 0 10px #a08fad4d;
  }

  .home-2-news-slide-nav {
    width: 90%;
    margin-top: 60px;
    font-size: 12px;
    left: auto;
    right: 40px;
  }

  .home-slider-2-left-arrow, .home-2-slider-right-arrow, .home-2-news-video-wrapper {
    display: none;
  }

  .home-2-news-post-wrapper {
    box-shadow: none;
    width: auto;
    min-height: 540px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .home-2-news-title {
    font-size: 30px;
  }

  .home-2-play-button-wrapper {
    inset: auto 15px 60px auto;
  }

  .home-2-play-button {
    width: 60px;
    height: 60px;
    padding-left: 22px;
    padding-right: 18px;
  }

  .home-2-news-button-wrapper {
    justify-content: flex-start;
    margin-top: 40px;
  }

  .home-2-testimonial-title {
    font-size: 36px;
  }

  .home-2-testimonial-active {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-2-testimonials-tab-link {
    width: 12px;
    height: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .home-2-testimonials-bg-3-element {
    top: 24%;
    right: -14%;
  }

  .home-2-registration-image {
    margin-top: -58px;
  }

  .home-3-registration-quote, .home-2-events-title {
    font-size: 24px;
  }

  .home-3-news-post-wrapper {
    box-shadow: none;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: auto;
    min-height: 540px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .home-slider-3-left-arrow, .home-3-slider-right-arrow {
    display: none;
  }

  .home-3-news-title {
    font-size: 30px;
  }

  .home-3-play-button {
    width: 60px;
    height: 60px;
    padding-left: 22px;
    padding-right: 18px;
  }

  .home-3-banner-bg-element {
    right: 14%;
  }

  .home-3-banner-bg-2-element {
    top: 51%;
    right: -6%;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .code-embed {
    margin: 0;
  }

  .div-block-17 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-2 {
    flex: 0 auto;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .content6-pic.content6-image2 {
    margin-bottom: 15px;
  }

  .content6-pic.content6-image1 {
    margin-bottom: 40px;
  }

  .content6-pic.content6-image4 {
    margin-bottom: 45px;
  }

  .content6-pic.content6-image4-copy {
    margin-bottom: 40px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._6-col {
    margin-right: 0;
  }

  .nav-container-copy {
    display: block;
  }

  .primary-button-arrow-only-navbar-copy {
    margin-right: 0;
    display: block;
  }

  .primary-button-arrow-only-navbar-copy.w--current {
    display: none;
  }

  .content6-pic-copy-copy.content6-image4-copy-copy, .content6-pic-copy-copy-copy.content6-image3-copy-copy-copy {
    margin-bottom: 45px;
  }

  .section-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-copy.light-background {
    padding-bottom: 20px;
  }

  .section-copy.banner-testimonials {
    min-height: 380px;
  }

  .section-copy.about-us-banner-big {
    min-height: 400px;
  }

  .section-copy.event-details-banner {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .section-copy.agenda-simple-banner, .section-copy.agenda-modern-banner {
    min-height: 400px;
  }

  .section-copy.home-3-news-bg {
    background-position: 50% 100%;
    background-size: cover;
  }

  .content6-pic-copy.content6-image2 {
    margin-bottom: 15px;
  }

  .content6-pic-copy.content6-image2-copy, .content6-pic-copy.content6-image2 {
    margin-bottom: 15px;
  }

  .content6-pic-copy.content6-image1 {
    margin-bottom: 40px;
  }

  .content6-pic-copy.content6-image4 {
    margin-bottom: 45px;
  }

  .content6-pic-copy.content6-image4-copy {
    margin-bottom: 40px;
  }

  .content6-pic-copy.content6-image2-copy, .content6-pic-copy-copy.content6-image2 {
    margin-bottom: 15px;
  }

  .content6-pic-copy-copy.content6-image1 {
    margin-bottom: 40px;
  }

  .content6-pic-copy-copy.content6-image4 {
    margin-bottom: 45px;
  }

  .content6-pic-copy-copy.content6-image4-copy {
    margin-bottom: 40px;
  }

  .content6-pic-copy-copy.content6-image2-copy, .content6-pic-copy-copy.content6-image2-copy-copy {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .section.home-top-section.x {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Untitled-min.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .base-container {
    margin-top: 170px;
  }

  .base-container.mobile2 {
    margin-top: 40px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    max-width: none;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  .banner-title.mobil {
    font-size: 35px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 10px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-grid-image {
    height: 280px;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-top-content, .blog-classic-bottom-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-sidebar-post-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-pagination-icon {
    padding-top: 0;
  }

  .blog-template-prev-button {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-template-next-button {
    flex: none;
    width: 100%;
    margin-top: 10px;
  }

  .footer {
    text-align: left;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-copyright {
    grid-row-gap: 5px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .career-customers-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .banner-title-wrapper.testimonials {
    margin-top: 0;
  }

  .pricing-plan-item {
    padding: 30px 30px 20px;
  }

  .pricing-3-plan-content-wrapper, .pricing-3-plan-content-wrapper.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-features-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-features-icon {
    margin-right: 15px;
  }

  .contacts-2-form-wrapper {
    padding: 20px;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
    margin-top: 30px;
  }

  .footer-wrapper {
    padding-bottom: 40px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .customers-grid {
    grid-template-columns: 1fr;
  }

  .testominials-cards-banner {
    margin-top: -80px;
  }

  .about-1-counter-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonials-slide-item {
    padding: 20px;
  }

  .testimonials-slider-mask {
    margin-top: 0;
  }

  .team-slider {
    padding-top: 80px;
  }

  .team-slide-item {
    width: 100%;
  }

  .about-3-center-card, .about-3-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-3-progress-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .about-3-form-wrapper {
    text-align: center;
  }

  .about-3-form {
    justify-content: center;
  }

  .about-3-form-text-field, .team-slider-mask {
    width: 100%;
  }

  .team-slider-left-arrow {
    top: 30px;
    left: 68%;
  }

  .team-slider-right-arrow {
    top: 30px;
  }

  .testimonials-quote-icon {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .testimonials-slider-background {
    display: none;
  }

  .banner-buttons-wrapper.home-second {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .email-text-field {
    width: 100%;
  }

  .footer-form {
    justify-content: flex-end;
  }

  .form-block {
    width: 100%;
  }

  .form-block.home-subscribe {
    flex-direction: column;
  }

  .primary-button-arrow-only-navbar {
    margin-top: 8px;
    margin-right: 0;
    padding: 10px 20px;
    font-size: 14px;
  }

  .primary-button-arrow-only-navbar.w--current {
    margin-right: 0;
    font-size: 14px;
  }

  .home-blog-posts {
    max-width: 308px;
  }

  .home-blog-card {
    width: 90vw;
    min-width: 260px;
    max-width: 300px;
    height: auto;
    min-height: 566px;
    max-height: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-blog-image {
    min-width: 160px;
  }

  .home-sponsors-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .home-tickets-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-gallery-block {
    flex-direction: column;
    display: flex;
  }

  .home-testimonial-image-block, .home-testimonial-quote-block {
    width: 100%;
  }

  .home-testimonial-block {
    flex-direction: column;
    align-items: center;
  }

  .home-tabs-menu {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .home-testimonial-person {
    padding-bottom: 10px;
  }

  .home-testimonials-quote {
    text-align: center;
    padding-left: 0;
  }

  .home-agenda-tab-link, .home-agenda-tab-link.w--current {
    width: auto;
  }

  .home-agenda-tab-icon {
    display: none;
  }

  .home-agenda-accordion-wrapper {
    padding-top: 0;
  }

  .home-agenda-accordion-item {
    margin-bottom: 0;
    padding-top: 20px;
    padding-right: 0;
  }

  .home-agenda-accordion-item.agenda-modern {
    padding-top: 0;
  }

  .home-agenda-accordion-list-content {
    margin-left: 0;
  }

  .home-agenda-image-block {
    display: none;
  }

  .home-agenda-accordion-content-wrapper {
    margin-left: 0;
  }

  .home-talents-person-photo {
    width: 90%;
    max-width: none;
  }

  .right-arrow-home-talents, .left-arrow-home-talents {
    width: 50%;
  }

  .home-about-date-place-wrapper {
    flex-direction: column;
  }

  .home-top-wrapper {
    margin-top: 60px;
  }

  .home-top-subtitle {
    text-align: center;
  }

  .home-top-social-wrapper {
    margin-top: 60px;
  }

  .home-top-animation-block {
    display: none;
  }

  .events-top-section {
    height: 600px;
  }

  .events-date-place-wrapper {
    flex-direction: column;
  }

  ._0-padding-top {
    padding-top: 0;
  }

  .nav-shadow {
    background-color: var(--white);
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .agenda-modern-accordion-wrapper {
    padding-top: 0;
  }

  .agenda-modern-accordion-list-content {
    margin-left: 0;
  }

  .home-2-banner-content {
    max-width: 100%;
  }

  .home-2-news-post-wrapper, .home-3-news-post-wrapper {
    min-height: 700px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .heading {
    clear: left;
    word-break: break-all;
  }

  .code-embed {
    margin: 0;
  }

  .div-block-17 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content6-pic.content6-image2 {
    height: 220px;
    margin-bottom: 45px;
  }

  .content6-pic.content6-image2.mobile_image2 {
    height: 220px;
    margin-top: 15px;
  }

  .content6-pic.content6-image1 {
    height: 220px;
    margin-bottom: 45px;
    padding-bottom: 0;
  }

  .content6-pic.content6-image4 {
    height: 220px;
  }

  .content6-pic.content6-image4-copy {
    height: 220px;
    margin-bottom: 45px;
  }

  .wrap.w80-50-start {
    padding-top: 0;
  }

  .wrap.w80-50-start.mobile_image3 {
    padding-bottom: 0;
  }

  .primary-button-arrow-only-navbar-copy {
    padding: 10px 20px;
  }

  .content6-pic-copy.content6-image4-copy {
    height: 145px;
    margin-bottom: 120px;
  }

  .content6-pic-copy-copy.content6-image4-copy-copy, .content6-pic-copy-copy-copy.content6-image3-copy-copy-copy {
    height: 220px;
  }

  .image-7-copy {
    margin-bottom: 0;
  }

  .content6-pic-copy.content6-image4, .content6-pic-copy.content6-image4-copy {
    height: 145px;
  }

  .content6-pic-copy.content6-image2-copy {
    margin-bottom: 95px;
  }

  .content6-pic-copy.content6-image2 {
    height: 170px;
  }

  .content6-pic-copy.content6-image1 {
    height: 150px;
  }

  .content6-pic-copy.content6-image4, .content6-pic-copy.content6-image4-copy {
    height: 145px;
  }

  .content6-pic-copy.content6-image2-copy, .content6-pic-copy-copy.content6-image2 {
    height: 170px;
  }

  .content6-pic-copy-copy.content6-image1 {
    height: 150px;
  }

  .content6-pic-copy-copy.content6-image4, .content6-pic-copy-copy.content6-image4-copy {
    height: 145px;
  }

  .content6-pic-copy-copy.content6-image2-copy {
    height: 170px;
  }

  .content6-pic-copy-copy.content6-image2-copy-copy {
    height: 345px;
  }
}

#w-node-_8dfcac82-ad9d-2205-2100-af62d8080648-2b293f71, #w-node-_8dfcac82-ad9d-2205-2100-af62d808065c-2b293f71, #w-node-_8dfcac82-ad9d-2205-2100-af62d8080670-2b293f71, #w-node-_8dfcac82-ad9d-2205-2100-af62d8080684-2b293f71, #w-node-_8dfcac82-ad9d-2205-2100-af62d8080698-2b293f71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51300c2e-83e6-32e9-54fe-8f07fea8a841-2b293f7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5b984663-470c-8ae8-a185-62a544ea4667-2b293f7c, #w-node-_7e11a556-8f96-0258-f74f-689feebb309e-2b293f7c, #w-node-_693ac295-cd6f-4163-fb05-03085a9a4496-2b293f7c, #w-node-_62f02d50-09e3-398e-7450-93fc8cf378ac-2b293f7c, #w-node-f4685100-18e5-f485-d85b-a68b9aada7ae-2b293f7c, #w-node-_01c5faad-2a41-b24c-f6eb-9f168c31dcab-2b293f7c, #w-node-_9cd6c61e-6704-40cd-15fe-6598545e59c1-2b293f7c, #w-node-_1c01eeca-5d9c-cce7-dbaf-54d429515dd3-2b293f7c, #w-node-_87468c32-83f5-729b-6140-32c34d9e6392-2b293f7c, #w-node-b69c3819-0367-9d70-1714-acf0303d75b4-2b293f7c, #w-node-_53b2e3c5-244e-4874-9a0d-9c601d87765f-2b293f7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-2b293f80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3649909c-d674-afa0-89e2-2510c7d48d35-2b293f80, #w-node-_534c8b5e-3f48-0397-fc6b-3c01f88029d6-2b293f80, #w-node-_66021497-e751-4514-a4c9-9c0204a67220-2b293f80, #w-node-_0f4fff61-029d-742a-5a09-cb0b9f5fa0bc-2b293f80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d148b8e-d632-a6e9-6695-9b0db312dc98-2b293f80, #w-node-_881adc26-4d57-164b-1ada-52d2e2e55960-2b293f80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e6d260c1-fbd3-1251-e4d6-9ee2bc6c51b0-2b293f80, #w-node-cd71324a-2e48-a265-cdce-a675165d3f93-2b293f80, #w-node-_34529f42-4bf8-47df-8af1-fc0cbde8cc5b-2b293f80, #w-node-b3b43e23-23a9-29a8-c549-0fc08b7a607f-2b293f80, #w-node-bf5910b9-f765-f0cc-b306-c76b633e798d-2b293f80, #w-node-db75fe2d-81d7-0104-9ca5-6ce2e608ce4a-2b293f80, #w-node-c185d1da-adf0-81f9-fe6c-e49a2b74aac5-2b293f80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a46f3d2-4395-3e0c-09d7-75f1e17eb91b-2b293f80, #w-node-_362c4c0a-3fbf-7dd1-9e22-ddc24ebd0d91-2b293f80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2933674-801f-f662-ed99-cfbccd883e57-2b293f80, #w-node-_39e1d727-7324-bfbf-f3e5-5750c6628763-2b293f80, #w-node-_365c2aed-f5d1-a730-58d3-03b2fc6551df-2b293f80, #w-node-_4b5abfed-c42d-09e5-0e2f-551209d57ee5-2b293f80, #w-node-_8a017d82-2906-f6b6-61f5-10d74416cf7b-2b293f80, #w-node-ad230890-fb56-c659-50de-26c38c20fcdd-2b293f80, #w-node-_46f26599-9ec2-16da-34fa-7e4c721238f1-2b293f80, #w-node-_0ec6c7da-0bc3-fd34-8bd6-7014646c0060-2b293f80, #w-node-ab1a74fc-9d9b-0e97-c54d-d777358a3e36-2b293f80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b21b8de8-9116-15c7-a3f2-32452ca835ee-2b293f80, #w-node-_2ff3e85c-6a70-d36e-9833-d8d954ccd157-2b293f80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_187abef9-92d1-2562-8b08-a7f2333618e7-2b293f80, #w-node-e203a7aa-af16-333e-ac02-6be5d940bf8e-2b293f80, #w-node-_52ad015d-1b52-c7b6-9393-64e64f167b5e-2b293f80, #w-node-b9bef84b-82c1-50c5-ca96-3d159f835919-2b293f80, #w-node-_285d06a4-58f4-ff34-fcc3-278a1a23ae65-2b293f80, #w-node-_36685200-63c9-7db2-cded-dc3158c1921d-2b293f80, #w-node-_15fee3c5-0a84-ec85-1468-298aef6c9350-2b293f80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29796111-9192-2740-bb87-34092eeef089-2b293f80, #w-node-ec0e25bc-db97-06e8-1b55-2c1a34403e07-2b293f80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_590aca1b-2f5c-a5a2-950d-cfa68630aa8a-2b293f80, #w-node-_94e5f082-1bcd-395b-f085-c47a6c9d1cfd-2b293f80, #w-node-_70b0a1ea-50a8-babb-01b0-58140e8a659c-2b293f80, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc39-2b293f80, #w-node-_37a43eb1-0020-f55d-a96d-61c83aa05e88-2b293f80, #w-node-a766eb74-862c-42a8-71fb-136d216e9599-2b293f80, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc47-2b293f80, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-2b293f80, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-2b293f80, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-2b293f80, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-2b293f80, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-2b293f80, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-2b293f80, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-2b293f80, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-2b293f80, #w-node-_4815e450-f72c-e7e4-5154-708ebd8a7964-2b293f80, #w-node-_1bb409e7-533d-7400-304f-c21933ac3fc1-2b293f80, #w-node-_45c2ea1c-74af-f278-6a61-8e3573a98fef-2b293f85, #w-node-c37c2b91-3057-915c-3778-0795173b056d-2b293f85, #w-node-_42ce345c-80d0-b6f7-4657-af60b1c0a764-2b293f85, #w-node-_02436e05-3b1f-7d18-2166-e98a4ac8145f-2b293f85, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-2b293f87, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-2b293f87, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-2b293f87, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-2b293f87, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-2b293f87, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-2b293f87, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-2b293f87, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-2b293f87, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-2b293f87, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-2b293f87, #w-node-deb7d05e-7dc6-6bb6-3ac3-447ca2ea1213-2b293f8a, #w-node-e9189e6d-2f14-1198-b286-4cc1876d0a16-2b293f8a, #w-node-b38012ac-8b78-89c3-896c-d0ef3c375919-2b293f8a, #w-node-_8658f13f-ba80-b1a1-3734-21ef9e1a5018-2b293f8a, #w-node-_43ff7e4b-5785-140d-0b77-c4a6f978c240-2b293f8a, #w-node-_56630d91-68b6-ac69-5f68-cc7708b19ee4-2b293f8a, #w-node-c8725c64-3306-642a-6667-0e6dcb8f2086-2b293f8e, #w-node-c0863bf2-b987-faa0-ab06-81a4dced4834-2b293f8e, #w-node-c4341874-6826-ef5a-3dfe-e5fe45ed2890-2b293f8e, #w-node-_2d984d6b-c19a-d76b-c214-8802c1919f92-2b293f8e, #w-node-_2d984d6b-c19a-d76b-c214-8802c1919f9a-2b293f8e, #w-node-_2d984d6b-c19a-d76b-c214-8802c1919fa4-2b293f8e, #w-node-_09cdc52f-6327-7c4e-f6f1-a27f7504f9b6-2b293f8e, #w-node-_09cdc52f-6327-7c4e-f6f1-a27f7504f9be-2b293f8e, #w-node-_09cdc52f-6327-7c4e-f6f1-a27f7504f9c8-2b293f8e, #w-node-b823a5d5-3102-81f6-9675-12c8b038ef7d-2b293f8e, #w-node-bc5b34da-ced8-2159-fac5-17353cce78e7-2b293f8e, #w-node-_18ecf1c1-12cf-b749-56a7-4355b853cc0b-2b293f8f, #w-node-_18ecf1c1-12cf-b749-56a7-4355b853cc19-2b293f8f, #w-node-_18ecf1c1-12cf-b749-56a7-4355b853cc27-2b293f8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_79d18c5a-c0ff-3dd2-64ff-fa0e8ffcd236-2b293f83, #w-node-af1fc167-4fd6-7492-82d3-e39d992adc14-2b293f84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_1ca7b63a-59d2-8027-0643-a76d66f2d2b2-2b293f89 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_79d18c5a-c0ff-3dd2-64ff-fa0e8ffcd236-2b293f83, #w-node-af1fc167-4fd6-7492-82d3-e39d992adc14-2b293f84 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-2b293f80, #w-node-_3649909c-d674-afa0-89e2-2510c7d48d35-2b293f80, #w-node-_534c8b5e-3f48-0397-fc6b-3c01f88029d6-2b293f80, #w-node-_66021497-e751-4514-a4c9-9c0204a67220-2b293f80, #w-node-_0f4fff61-029d-742a-5a09-cb0b9f5fa0bc-2b293f80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3d148b8e-d632-a6e9-6695-9b0db312dc98-2b293f80 {
    grid-column: span 1 / span 1;
  }

  #w-node-_881adc26-4d57-164b-1ada-52d2e2e55960-2b293f80 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cd71324a-2e48-a265-cdce-a675165d3f93-2b293f80, #w-node-_34529f42-4bf8-47df-8af1-fc0cbde8cc5b-2b293f80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf5910b9-f765-f0cc-b306-c76b633e798d-2b293f80, #w-node-c185d1da-adf0-81f9-fe6c-e49a2b74aac5-2b293f80 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1a46f3d2-4395-3e0c-09d7-75f1e17eb91b-2b293f80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_362c4c0a-3fbf-7dd1-9e22-ddc24ebd0d91-2b293f80 {
    grid-column: span 1 / span 1;
  }

  #w-node-f2933674-801f-f662-ed99-cfbccd883e57-2b293f80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_365c2aed-f5d1-a730-58d3-03b2fc6551df-2b293f80, #w-node-_8a017d82-2906-f6b6-61f5-10d74416cf7b-2b293f80, #w-node-_46f26599-9ec2-16da-34fa-7e4c721238f1-2b293f80, #w-node-ab1a74fc-9d9b-0e97-c54d-d777358a3e36-2b293f80 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b21b8de8-9116-15c7-a3f2-32452ca835ee-2b293f80, #w-node-_2ff3e85c-6a70-d36e-9833-d8d954ccd157-2b293f80, #w-node-_187abef9-92d1-2562-8b08-a7f2333618e7-2b293f80, #w-node-e203a7aa-af16-333e-ac02-6be5d940bf8e-2b293f80, #w-node-_52ad015d-1b52-c7b6-9393-64e64f167b5e-2b293f80, #w-node-b9bef84b-82c1-50c5-ca96-3d159f835919-2b293f80, #w-node-_285d06a4-58f4-ff34-fcc3-278a1a23ae65-2b293f80, #w-node-_15fee3c5-0a84-ec85-1468-298aef6c9350-2b293f80, #w-node-_29796111-9192-2740-bb87-34092eeef089-2b293f80, #w-node-ec0e25bc-db97-06e8-1b55-2c1a34403e07-2b293f80, #w-node-_590aca1b-2f5c-a5a2-950d-cfa68630aa8a-2b293f80, #w-node-_94e5f082-1bcd-395b-f085-c47a6c9d1cfd-2b293f80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc39-2b293f80 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37a43eb1-0020-f55d-a96d-61c83aa05e88-2b293f80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc47-2b293f80 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-2b293f80, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-2b293f80, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-2b293f80, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-2b293f80, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-2b293f80, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-2b293f80, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-2b293f80, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-2b293f80, #w-node-_4815e450-f72c-e7e4-5154-708ebd8a7964-2b293f80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}