.container-basic {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #cecece;
}

.container-basic.container-narrower {
  max-width: 1200px;
}

.section-basic {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-basic.section-color-bg-02 {
  background-color: #000;
}

.section-basic.image-section {
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.section-basic.big-text-section {
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.navbar-origi {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navbar-container {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.body {
  height: 100%;
  background-color: #000;
  font-family: AvantGarde, sans-serif;
  color: #5f5e60;
  font-size: 18px;
  line-height: 1.75em;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 750px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section.hero-section-66 {
  height: 30%;
  min-height: 400px;
}

.hero-section._80 {
  height: 80vh;
}

.hero-section.subhero {
  height: 60vh;
  min-height: 500px;
}

.main-menu-logo-image {
  display: block;
  width: 100%;
  padding-left: 0px;
}

.main-menu-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 140px;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom-right-radius: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  text-decoration: none;
}

.navbar-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none;
  border-width: 4px;
  border-color: transparent #ee131c;
  color: #414042;
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
}

.navbar-link.w--current {
  border-bottom-color: #ee131c;
}

.hero-content-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-content-container.center-hero-content-container-about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-content-container.center-hero-content-container-measure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/merunk.jpg');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

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

.hero-content-wrapper.center-hero-content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.regular-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 30px;
  background-color: #ee131c;
  opacity: 1;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Rubik, sans-serif;
  color: #f8f8f8;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.regular-button:hover {
  background-color: #af0d13;
}

.regular-button.ghost-button-white {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
  background-color: transparent;
  text-shadow: 6px 0 8px rgba(0, 0, 0, 0.3);
}

.regular-button.ghost-button-white:hover {
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
}

.regular-button.ghost-button {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
  color: #cecece;
}

.regular-button.ghost-button-color {
  border: 1px solid #ee131c;
  background-color: transparent;
  color: #ee131c;
}

.regular-button.button-big-margin {
  margin-top: 60px;
}

.multi-col-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding: 0px 15px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.multi-col-column.mcc-2-col {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.multi-col-column.hd {
  display: none;
}

.teaser-image-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.teaser-image-wrapper.smallecu {
  width: 33%;
}

.teaser-text-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  color: #cecece;
  text-align: center;
}

.teaser-text-wrapper.teaser-text-centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.teaser-text-wrapper.fullimage-bg {
  padding-top: 160px;
  padding-bottom: 160px;
  border-style: none;
  background-color: #000;
  color: #fff;
}

.teaser-text-wrapper.fullimage-bg.c2 {
  background-image: none;
}

.teaser-text-wrapper.fullimage-bg.image-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/profoto.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/profoto.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.teaser-text-wrapper.fullimage-bg.image-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/_0007_Layer-7.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/_0007_Layer-7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.teaser-text-wrapper.c2 {
  border-style: none;
}

.teaser-regular-image {
  position: relative;
  width: 100%;
}

.teaser-regular-image.smallecupic {
  width: 100%;
  padding-bottom: 60px;
}

.full-image-teaser-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.multi-col-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 15px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.teaser-text {
  margin-bottom: 30px;
  color: #cecece;
}

.bg-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../images/morning-breakfast-workspace-setup-picjumbo-com.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.bg-image.hero-bg-01 {
  background-image: url('../images/MaxxECU_SPORT_kit_in_a_box.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.bg-image.hero-background-3 {
  background-image: url('../images/budapest-photo.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.bg-image.subpage-background-budapest {
  background-image: url('../images/budapest-chain-bridge-hungary_l.jpg');
  background-position: 2px 115%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-image.subpage-background-cars {
  background-image: url('../images/ST7_0831.jpg');
  background-position: 50% 100%;
  background-attachment: scroll;
}

.bg-image.subpage-background-about {
  background-image: url('../images/about.jpg');
  background-position: 0% 367%;
  background-size: cover;
}

.bg-image.subpage-background-leanback {
  background-image: url('../images/1291_ro_02_p_2048x1536.jpg');
}

.bg-image.subpage-background-contact {
  background-image: url('../images/contact.jpg');
  background-repeat: no-repeat;
}

.bg-image.subpage-background-intense {
  background-image: url('../images/ST7_0831.jpg');
}

.bg-image.subpage-foot-message-leanback-bg {
  background-image: none;
}

.bg-image-color-overlay {
  position: absolute;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.bg-image-color-overlay.c-overlay-2 {
  background-color: rgba(0, 0, 0, 0.3);
}

.navbar-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.halfbleed-img-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.halfbleed-img-section.halfbleed-img-section-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.halfbleed-img-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.big-img-bg-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #232527;
  background-image: url('../images/adamfi.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.big-img-bg-image.big-img-img-2 {
  background-image: url('../images/_0001_Layer-6.jpg');
}

.halfbleed-img-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 120px 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordeon-section {
  border-top: 2px solid #fff;
}

.halfbleed-imgtext-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  background-color: #000;
}

.halfbleed-imgtext-col.halfbleed-img-col-reverse {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Rubik, sans-serif;
  color: #cecece;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 15px;
  background-color: #232323;
}
.text-button:hover{
  background-color: #414042;
  transition-duration: 0.7s;
  
}

.text-button.white {
  color: #f8f8f8;
}

.text-button.nogap {
  margin-top: 20px;
}

.textlink-icon {
  width: 18px;
  margin-right: 20px;
}

.center-lightbox-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-icon {
  width: 80px;
  margin-bottom: 20px;
}

.hero-icon-text {
  color: #f8f8f8;
  font-size: 26px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0em;
  text-transform: none;
}

.center-lightbox {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.horizontal-nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #414042;
  font-size: 30px;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0em;
  text-decoration: none;
}

.horizontal-nav-button.w--current {
  background-color: #ee131c;
  color: #fff;
}

.horizontal-navigation-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.accordion-expanding-block {
  overflow: hidden;
  border-bottom: 2px solid #fff;
}

.accordion-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.accordion-icon {
  width: 20px;
  margin-right: 20px;
  opacity: 0.15;
}

.teaser-full-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  border-radius: 5px;
}

.teaser-full-image-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/veniceblt.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.teaser-full-image-bg.teaser-full-image-3 {
  background-image: url('../images/businessman-ceo-making-a-phone-call-in-office-picjumbo-com.jpg');
}

.teaser-full-image-bg.teaser-full-image-2 {
  background-image: url('../images/office-desk-gear-smartphone-tablet-picjumbo-com.jpg');
}

.teaser-full-image-bg.teaser-full-image-4 {
  background-image: url('../images/work-in-progress-web-design-layout-ideas-picjumbo-com.jpg');
}

.fullbleed-teaser-text-contteaser-b-text-cont {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-col-narrow {
  width: 33%;
  min-width: 360px;
  padding: 40px;
}

.contact-col-wide {
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-wrapper {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.field-label {
  width: 100%;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.text-field {
  overflow: hidden;
  width: 100%;
  height: 70px;
  margin-bottom: 10px;
  padding: 25px 15px 25px 25px;
  border-style: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #414042;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.text-field.text-area {
  height: auto;
  min-height: 300px;
}

.submit-button {
  height: 50px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 50px;
  background-color: #ee131c;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.contact-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  padding: 120px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.paragraph-1 {
  width: 100%;
  margin-bottom: 10px;
  color: #cecece;
}

.paragraph-1.link-row {
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ee131c;
  font-size: 26px;
  line-height: 25px;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-1.img-bg-text {
  color: #f8f8f8;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.paragraph-1.hero-subhead {
  color: #fff;
  font-size: 24px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.paragraph-1.last {
  margin-bottom: 30px;
}

.hamburger-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 30px solid #000;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
  border-bottom-left-radius: 15px;
}

.hamburger-icon {
  width: 60%;
  border: 1px solid transparent;
  border-radius: 0px;
}

.overlay-menu-close-area {
  display: none;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.overlay-menu-panel {
  display: none;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #019247;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
}

.overlay-menu-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.overlay-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 62px;
  line-height: 1em;
  font-weight: 600;
  text-decoration: none;
}

.overlay-menu-link.inactive {
  color: #ba1118;
}

.ooverlay-menu-footer {
  padding: 80px 40px 40px;
}

.overlay-menu-footer-txt {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.overlay-menu-sm-logos {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay-menu-sm-link {
  width: 40px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.overlay-menu-sm-link-icon {
  width: 100%;
}

.overlay-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 120px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-col {
  margin-right: 100px;
  margin-bottom: 0px;
}

.footer-cols-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footel-col-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-link {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #9d9d9d;
  font-size: 14px;
  line-height: 1.25em;
  text-decoration: none;
}

.footer-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo-img {
  display: block;
  width: 90px;
}

.footer-sm-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-sm-icon {
  width: 28px;
}

.footer-sm-link {
  margin-left: 30px;
  opacity: 0.25;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-sm-link:hover {
  opacity: 0.6;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-sub-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 80px 240px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subfooter-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subfooter-text {
  color: #5f5e60;
  font-size: 13px;
  line-height: 18px;
}

.subfooter-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block-7 {
  margin-right: 15px;
  color: #f8f8f8;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}

.input-field {
  height: 50px;
  margin-bottom: 0px;
  padding: 10px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-radius: 5px 0px 0px 5px;
  background-color: #f6f6f6;
  font-size: 14px;
  line-height: 1em;
}

.big-input-form-wrapper {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

.login-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.submit-button-2 {
  height: 50px;
  padding: 10px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ee131c;
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  padding: 160px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-wrapper {
  width: 100%;
}

.text-block-image {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 5px;
}

._2-col-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._2-col-wrapper.reverse-2-col {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

._2-col-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._2-col-text-block-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 160px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navbar-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #778390;
  color: #fff;
  font-size: 13px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: AvantGarde, sans-serif;
  color: #cecece;
  font-size: 50px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
}

.heading.hero-heading {
  border: 1px none #000;
  color: #f8f8f8;
  font-size: 95px;
  line-height: 0.9em;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.heading.teaser {
  margin-bottom: 40px;
  color: #cecece;
  font-size: 25px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.heading.accordion-head {
  max-width: 100%;
  margin-bottom: 0px;
  font-size: 30px;
}

.heading.footer-block-head {
  color: #f8f8f8;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: none;
}

.heading.white-heading {
  color: #f8f8f8;
}

.heading.person {
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 1em;
  font-weight: 500;
}

.heading.full-image-teaser {
  color: #fff;
  font-size: 70px;
  text-align: center;
  text-shadow: 6px 0 8px rgba(0, 0, 0, 0.3);
}

.heading.contact-block-head {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 600;
}

.heading.multi-row-title {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 500;
}

.heading.subpage-foot-message-head {
  margin-bottom: 10px;
  color: #fff;
  font-size: 40px;
}

.col-list-item {
  margin-bottom: 40px;
  background-color: #fff;
}

.col-list-content-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-list-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-list-image-img {
  width: 40px;
  margin-right: 60px;
}

.tab-container {
  width: 100%;
}

.tabs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.tab-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  height: 160px;
  padding: 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  color: #cecece;
  font-size: 35px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0em;
}

.tab-link-2.w--current {
  background-color: #e9eef1;
}

.tab-panes {
  height: auto;
}

.video-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #232527;
}

.video-section-content-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  padding: 160px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.teaser-icon {
  width: 80px;
}

.person-image {
  position: relative;
  width: 100%;
  max-width: 240px;
  border-style: solid;
  border-width: 20px;
  border-color: rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-bottom: 0px;
}

.list-item.tabbed {
  margin-bottom: 0px;
  padding-left: 60px;
}

.list {
  padding-left: 16px;
  font-weight: 600;
  list-style-type: disc;
}

.list.numbered-list {
  list-style-type: decimal;
}

._2-col-end-pic-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 80px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-2col {
  width: 100%;
  max-width: 540px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.multi-button-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.brands-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.brands-link {
  width: 12.5%;
  padding: 20px;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: opacity 200ms ease, -webkit-filter 200ms ease;
  transition: opacity 200ms ease, -webkit-filter 200ms ease;
  transition: filter 200ms ease, opacity 200ms ease;
  transition: filter 200ms ease, opacity 200ms ease, -webkit-filter 200ms ease;
}

.brands-link:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.brands-img {
  width: 100%;
}

.regular-teaser-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-paragraph {
  color: #cecece;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 200;
}

.accordeon-multi-column-text {
  width: 100%;
  margin-bottom: 0px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

.person-title {
  line-height: 1.2em;
}

.tab-contents {
  width: 100%;
}

.accordeon-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 80px 80px 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navbar-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 75px;
  background-color: #fff;
}

.navbar-bg-trigger {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 2px;
  background-color: transparent;
}

._2-col-pic-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.lightbox {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.gallery-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 50px 0 transparent;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}

.gallery-overlay:hover {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 50px 0 #000;
}

.gallery-overlay.image-gallery {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.gallery-overlay-icon {
  width: 90px;
}

.gallery-overlay-icon.image-gallery-icon {
  width: 32px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-heading-2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
}

.text-block-paragraph {
  margin-bottom: 20px;
}

.text-block-heading-1 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #414042;
  font-size: 28px;
  line-height: 1.5em;
  font-weight: 300;
}

.col-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  min-height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.centered-video-container {
  display: none;
  padding: 60px 43px 0px 80px;
}

.multi-column-text {
  width: 100%;
  margin-bottom: 0px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

._2-row-wrapper {
  width: 100%;
  padding: 160px 80px;
}

.text-block-heading-3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 400;
}

.mega-text {
  color: #cecece;
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 600;
}

.tab-text-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-line {
  width: 80px;
  height: 1px;
  max-height: 1px;
  min-height: 1px;
  margin-top: 15px;
  margin-right: 20px;
  background-color: #c1c9d1;
}

.horizontal-nav-icon {
  width: 32px;
}

.mega-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  text-align: center;
}

.mozaik-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 400px;
  padding: 20px 20px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mozaik-item-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #414042;
  text-decoration: none;
}

.mozaik-image-container {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

.mozaik-image {
  width: 100%;
}

.hero-content-box {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2-col-image {
  width: 100%;
  border-radius: 5px;
}

.full-prop-image-cont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.full-prop-image {
  position: relative;
  z-index: 10;
  width: 100%;
  min-width: 1400px;
}

.floating-nav-button-container {
  position: fixed;
  left: 0px;
  top: 0px;
  padding: 40px;
}

.floating-nav-button {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.floating-nav-button.floating-close {
  background-color: #0d87ff;
}

.floating-nav-button-icn {
  width: 26px;
}

.isolated-col-image {
  margin-top: -60px;
  margin-bottom: -60px;
}

._2-col-image-wrapper {
  padding: 80px;
}

.bg-video-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #232323;
  background-image: url('../images/05.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.background-video-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.mozaik-item-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mozaik-item-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 1.25em;
  font-weight: 500;
}

.mozaik-item-description {
  font-size: 17px;
  line-height: 1.25em;
}

.multi-row-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.multi-row-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.multi-row-info {
  color: #cecece;
  font-weight: 400;
}

.multi-row-image-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 180px;
  margin-right: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.multi-row-image {
  position: relative;
  width: 100%;
  border-radius: 5px;
}

.logos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px 60px 80px 70px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo-item-wrapper {
  width: 20%;
  padding: 10px;
}

.logo-image {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.logo-image-wrapper {
  width: 100%;
}

.fullscreen-nav-panel {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #ee131c;
}

.fullscreen-nav-panel-menu-links {
  padding: 40px;
  text-align: left;
}

.fullscreen-nav-panel-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fullscreen-nav-panel-link {
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 35px;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
}

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

.multi-row-nav-width-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.multi-row-nav-width-wrapper.multi-row-nav-leftright {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row-navbar-upper-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e9eef1;
}

.row-navbar-middle-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.multi-row-nav-bottom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ee131c;
}

.multi-row-nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.multi-row-nav-link-wrapper {
  height: 100%;
}

.multi-row-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f8f8f8;
  text-decoration: none;
}

.multi-row-nav-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.multi-row-nav-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.multi-row-nav-logo-img {
  width: 120px;
}

.multi-row-nav-top-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.multi-row-nav-top-link-wrapper {
  height: 100%;
}

.multi-row-nav-top-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #414042;
  text-decoration: none;
}

.hero-play-icon {
  width: 12px;
  margin-right: 20px;
}

.mega-text-icon {
  width: 280px;
  margin-bottom: 60px;
}

.textlink-line-icon {
  width: 50px;
  height: 0px;
  max-height: 1px;
  max-width: 50px;
  min-height: 1px;
  min-width: 50px;
  margin-right: 25px;
  margin-bottom: 4px;
  background-color: #ee131c;
}

.teaser-text-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  text-decoration: none;
}

.lightbox-link {
  text-decoration: none;
}

.background-video-4 {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ee131c;
  text-decoration: none;
}

.interested {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: AvantGarde, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 1.1em;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
}

.contact-section {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-footer-section {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.book-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 40px 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #af0d13;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Rubik, sans-serif;
  color: #f8f8f8;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}

.book-button:hover {
  background-color: #6e080d;
}

.subpage-text-wrapper {
  width: 100%;
  max-width: 1000px;
  padding: 80px;
  color: #cecece;
}

.subpage-text {
  width: 100%;
  margin-bottom: 40px;
  font-family: AvantGarde, sans-serif;
  color: #5f5e60;
  font-size: 18px;
  line-height: 2em;
  font-weight: 400;
}

.subpage-text.list-version {
  margin-bottom: 0px;
  color: #cecece;
  font-weight: 600;
}

.subpage-text.subpage-text-bold {
  color: #cecece;
  font-weight: 600;
}

.video {
  width: 100%;
  margin-bottom: 80px;
}

.subpage-main-text {
  width: 100%;
  margin-bottom: 60px;
  color: #cecece;
  font-size: 32px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.link-box {
  width: 100%;
  margin-bottom: 15px;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: hsla(0, 0%, 100%, 0.4);
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  color: #414042;
  text-decoration: none;
}

.link-box:hover {
  border-color: #ee131c;
  background-color: hsla(0, 0%, 100%, 0.7);
}

.link-box-head {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.2em;
}

.subpage-image-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subpage-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70%;
  min-height: 500px;
  padding: 30px;
}

.div-block-8 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 32px;
}

.interested-wrapper {
  padding: 40px;
  border-top: 80px transparent;
}

.list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-bullet-cont {
  width: 60px;
}

.list-text-cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-bullet {
  width: 12px;
  height: 12px;
  margin-top: 14px;
  background-color: #ee131c;
}

.subpage-head-undedrline {
  width: 80px;
  height: 10px;
  margin-top: 20px;
  background-color: #ee131c;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.full-section {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subpage-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subpage-content-section {
  width: 50%;
  padding: 15px;
}

.subpage-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.subpage-text-container.container-narrower {
  max-width: 1200px;
}

.full-image-teaser-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-img-teaser-text-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-paragraph {
  width: 100%;
  margin-bottom: 60px;
}

.contact-paragraph.link-row {
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ee131c;
  font-size: 40px;
  line-height: 35px;
  font-weight: 600;
  text-decoration: none;
}

.contact-paragraph.img-bg-text {
  color: #f8f8f8;
}

.contact-paragraph.hero-subhead {
  color: #fff;
  font-size: 24px;
}

.contact-paragraph.nospacing {
  margin-bottom: 0px;
}

.courses-intro-text {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #414042;
  font-size: 32px;
  line-height: 1.5em;
  font-weight: 600;
}

.courses-intro-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 160px 80px;
}

.courses-icon {
  margin-right: 40px;
  color: rgba(65, 64, 66, 0.2);
  font-size: 100px;
  line-height: 1em;
  font-weight: 600;
}

.subpage-foot-message-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subpage-foot-message-container.center-hero-content-container {
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subpage-foot-message-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subpage-foot-message-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.subpage-foot-message-text.center-hero-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.subpage-foot-message-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-3 {
  position: relative;
  bottom: 300px;
  overflow: visible;
  width: 0%;
}

.image-4 {
  position: relative;
  bottom: 292px;
  width: 100%;
}

.h1-heading-2 {
  color: #cecece;
  font-size: 70px;
}

.hero-container-2 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-content-container2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/IMG_20200909_143428.jpg');
  background-position: 0px -250px;
  background-size: 100%;
}

.hero-content-container2.center-hero-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
}

.image-5 {
  width: 100%;
}

.image-6 {
  width: 100%;
}

.overlay-menu-1 {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.overlay-menu-close-area-2 {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.overlay-menu-panel-2 {
  display: block;
  width: 30%;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #af0d13;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);

}

.overlay-menu-footer-txt-2 {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.overlay-menu-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  line-height: 1em;
  font-weight: 600;
  text-decoration: none;
}
.overlay-menu-link-2:hover{
  background-color: #232323 ;
  transition-duration:0.7s ;
}
.overlay-menu-link-2:not(hover){

  transition-duration:0.7s ;
}

.image-frame {
  position: relative;
  width: 100%;
  padding-top: 75%;
}

.image-frame.background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  padding-top: 0%;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-fit {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-color: rgba(35, 37, 39, 0.6);
}

.image-overlay.lighter {
  display: block;
  background-color: rgba(35, 37, 39, 0.3);
}

.text-block-4 {
  color: #af0d13;
}

.text-block-5 {
  color: #af0d13;
}

.text-block-6 {
  color: #cecece;
}

.paragraph-2 {
  margin-bottom: 60px;
  color: #cecece;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.submit-button-3 {
  background-color: #af0d13;
}

html.w-mod-js *[data-ix="accordion-initial"] {
  height: 0px;
}

html.w-mod-js *[data-ix="overlay-menu-init"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="navbar-bg-initial"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .container-basic {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-section {
    max-height: 1200px;
  }

  .hero-section.hero-section-66 {
    max-height: 1080px;
  }

  .hero-content-wrapper {
    max-width: 100%;
  }

  .multi-col-column {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .multi-col-column.mcc-2-col {
    width: 100%;
    text-align: left;
  }

  .multi-col-column._4-col {
    width: 50%;
  }

  .halfbleed-img-section {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .halfbleed-img-section.halfbleed-img-section-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .halfbleed-img-col {
    width: 100%;
    height: 400px;
  }

  .halfbleed-img-content {
    max-width: 100%;
    min-height: auto;
  }

  .halfbleed-imgtext-col {
    width: 100%;
  }

  .horizontal-nav-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .teaser-full-image {
    height: 450px;
  }

  .contact-col-narrow {
    width: 100%;
  }

  .contact-col-wide {
    width: 100%;
  }

  .cta-content {
    max-width: 100%;
  }

  .overlay-menu-panel {
    width: 66%;
  }

  .ooverlay-menu-footer {
    padding-top: 60px;
  }

  .contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer-container {
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-7 {
    margin-top: 80px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

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

  ._2-col-text-block-column {
    width: 100%;
  }

  .heading.hero-heading {
    font-size: 65px;
  }

  .col-list-content-cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col-list-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .video-section {
    max-height: 1024px;
  }

  ._2-col-end-pic-column {
    width: 100%;
    padding-top: 20px;
  }

  .brands-link {
    width: 25%;
  }

  ._2-col-pic-column {
    width: 100%;
    padding-top: 0px;
  }

  .lightbox {
    max-width: 100%;
  }

  .col-content-wrapper {
    max-width: 100%;
  }

  .hero-content-box {
    width: 100%;
  }

  .multi-row-block-wrapper {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .interested {
    font-size: 45px;
    text-align: center;
  }

  .contact-section {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sub-footer-section {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .subpage-image-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .full-section {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .subpage-text-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .subpage-foot-message-wrapper {
    width: 100%;
  }

  .subpage-foot-message-text {
    max-width: 100%;
  }

  .overlay-menu-panel-2 {
    width: 66%;
  }
}

@media screen and (max-width: 767px) {
  .section-basic.section-color-bg-02 {
    border-right-width: 15px;
    border-left-width: 15px;
  }

  .section-basic.image-section {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .section-basic.big-text-section {
    border-right-width: 15px;
    border-left-width: 15px;
  }

  .body {
    font-size: 13px;
    line-height: 21px;
  }

  .hero-section {
    height: 100%;
    max-height: 940px;
    min-height: 420px;
    padding: 15px;
    border-width: 15px;
  }

  .hero-section.hero-section-66 {
    max-height: 800px;
  }

  .main-menu-logo-container {
    width: 145px;
    height: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-content-container.center-hero-content-container-about-us {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-content-container.center-hero-content-container-measure {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .regular-button {
    height: 35px;
    margin-top: 10px;
    margin-right: 5px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 10px;
  }

  .regular-button.ghost-button {
    margin-top: 10px;
  }

  .multi-col-column {
    margin-bottom: 15px;
    padding: 0px;
  }

  .teaser-text-wrapper {
    padding: 40px;
  }

  .teaser-text-wrapper.fullimage-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .multi-col-wrapper {
    padding: 0px 15px;
  }

  .teaser-text {
    margin-bottom: 15px;
  }

  .halfbleed-img-section {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .halfbleed-img-section.halfbleed-img-section-reverse {
    padding-right: 15px;
    padding-left: 15px;
  }

  .halfbleed-img-col {
    height: 250px;
  }

  .halfbleed-img-content {
    padding: 30px 15px;
  }

  .text-button {
    margin-top: 30px;
    padding: 10px;
  }

  .text-button.white {
    margin-top: 10px;
  }

  .textlink-icon {
    width: 14px;
    margin-right: 10px;
  }

  .hero-icon {
    width: 50px;
    margin-bottom: 15px;
  }

  .hero-icon-text {
    font-size: 9px;
  }

  .horizontal-nav-button {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 12px;
  }

  .horizontal-navigation-section {
    height: auto;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .accordion-title {
    padding: 15px;
  }

  .accordion-icon {
    width: 15px;
    margin-right: 15px;
  }

  .teaser-full-image {
    height: 300px;
  }

  .fullbleed-teaser-text-contteaser-b-text-cont {
    padding: 20px;
  }

  .contact-col-narrow {
    width: 100%;
    min-width: auto;
    padding: 60px 15px;
  }

  .contact-col-wide {
    padding: 60px 15px;
  }

  .field-label {
    margin-bottom: 10px;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 2px;
  }

  .text-field {
    height: 40px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .submit-button {
    height: 40px;
  }

  .contact-info-block {
    margin-bottom: 20px;
  }

  .cta-content {
    padding: 60px 30px;
  }

  .paragraph-1 {
    margin-bottom: 10px;
    line-height: 1.75em;
  }

  .paragraph-1.link-row {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .paragraph-1.hero-subhead {
    font-size: 14px;
    line-height: 1.5em;
  }

  .hamburger-button {
    width: 60px;
    height: 60px;
    border-width: 15px;
  }

  .hamburger-icon {
    width: 14px;
  }

  .overlay-menu-panel {
    min-width: 260px;
  }

  .overlay-menu-link {
    height: 32px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 30px;
  }

  .ooverlay-menu-footer {
    padding: 40px 20px 15px;
  }

  .overlay-menu-footer-txt {
    font-size: 11px;
    line-height: 14px;
  }

  .overlay-menu-sm-logos {
    margin-bottom: 20px;
  }

  .overlay-menu-sm-link {
    width: 25px;
    margin-right: 15px;
  }

  .contact-container {
    padding: 0px 15px;
  }

  .footer-container {
    padding: 40px 30px;
  }

  .footer-col {
    margin-bottom: 30px;
  }

  .footer-link {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 11px;
    line-height: 16px;
  }

  .footer-logo-link {
    margin-bottom: 10px;
  }

  .footer-logo-img {
    width: 70px;
  }

  .footer-sm-icon {
    width: 18px;
  }

  .footer-sm-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-7 {
    margin-top: 30px;
  }

  .footer-sub-container {
    padding: 20px 30px 40px;
  }

  .subfooter-text {
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 13px;
  }

  .link-block-7 {
    font-size: 11px;
    line-height: 14px;
  }

  .input-field {
    height: 40px;
    padding: 7px 15px;
    font-size: 13px;
    line-height: 14px;
  }

  .big-input-form-wrapper {
    margin-top: 10px;
    padding: 5px;
    border-radius: 8px;
  }

  .login-field {
    height: 40px;
  }

  .submit-button-2 {
    height: 40px;
    font-size: 10px;
  }

  .text-block {
    padding: 90px 30px;
  }

  .text-block-image {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  ._2-col-text-block-column {
    padding: 60px 15px;
  }

  .heading {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .heading.hero-heading {
    margin-bottom: 15px;
    font-size: 40px;
  }

  .heading.teaser {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .heading.accordion-head {
    font-size: 15px;
  }

  .heading.footer-block-head {
    font-size: 13px;
  }

  .heading.white-heading {
    margin-bottom: 15px;
  }

  .heading.person {
    font-size: 14px;
  }

  .heading.full-image-teaser {
    margin-bottom: 5px;
    font-size: 50px;
  }

  .heading.contact-block-head {
    font-size: 14px;
  }

  .heading.multi-row-title {
    font-size: 18px;
  }

  .col-list-icon {
    width: 60px;
  }

  .col-list-image-img {
    width: 28px;
  }

  .tab-container {
    padding-top: 30px;
  }

  .tabs-menu-2 {
    height: 30px;
  }

  .tab-link-2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 11px;
  }

  .video-section {
    max-height: 800px;
    min-height: 240px;
  }

  .video-section-content-wrapper {
    padding: 80px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .teaser-icon {
    width: 60px;
  }

  .person-image {
    max-width: 120px;
    border-width: 10px;
  }

  .list-item {
    padding-left: 10px;
  }

  ._2-col-end-pic-column {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .multi-button-cont {
    margin-top: 20px;
  }

  .brands-wrapper {
    padding: 10px;
  }

  .brands-link {
    padding: 10px;
  }

  .list-paragraph {
    font-size: 13px;
    line-height: 1.75em;
  }

  .accordeon-multi-column-text {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .person-title {
    font-size: 12px;
  }

  .accordeon-content-wrapper {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .navbar-bg {
    height: 50px;
  }

  ._2-col-pic-column {
    padding: 15px;
  }

  .gallery-overlay-icon {
    width: 60px;
  }

  .text-block-heading-2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .text-block-heading-1 {
    font-size: 17px;
  }

  .col-content-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .centered-video-container {
    padding: 60px 15px 15px;
  }

  .multi-column-text {
    -webkit-column-count: 1;
    column-count: 1;
  }

  ._2-row-wrapper {
    padding: 90px 30px;
  }

  .text-block-heading-3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .mega-text {
    font-size: 22px;
  }

  .tab-line {
    width: 40px;
  }

  .horizontal-nav-icon {
    width: 18px;
  }

  .mega-text-wrapper {
    padding: 80px 40px;
  }

  .mozaik-container {
    padding: 10px;
  }

  .mozaik-item-container {
    padding: 10px;
  }

  .hero-content-box {
    padding-right: 40px;
    padding-left: 40px;
  }

  ._2-col-image-wrapper {
    padding: 20px;
  }

  .mozaik-item-title {
    font-size: 13px;
  }

  .mozaik-item-description {
    font-size: 13px;
  }

  .multi-row-block-wrapper {
    padding: 0px;
  }

  .multi-row-image-wrapper {
    margin-right: 30px;
  }

  .mega-text-icon {
    width: 60px;
    margin-bottom: 40px;
  }

  .textlink-line-icon {
    width: 25px;
    max-width: 25px;
    min-width: 25px;
  }

  .teaser-text-items {
    min-height: 0px;
  }

  .interested {
    font-size: 22px;
  }

  .contact-section {
    border-width: 15px;
  }

  .footer-wrapper {
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .book-button {
    height: 35px;
    padding: 20px 40px;
    font-size: 10px;
  }

  .subpage-text-wrapper {
    width: 100%;
    padding: 26px;
  }

  .subpage-text {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .video {
    margin-bottom: 40px;
  }

  .subpage-main-text {
    width: 100%;
    margin-bottom: 40px;
    font-size: 22px;
  }

  .link-box {
    margin-bottom: 10px;
    padding: 15px;
  }

  .link-box-head {
    font-size: 22px;
  }

  .subpage-image-wrapper {
    min-height: 310px;
    padding: 15px;
  }

  .div-block-8 {
    width: 70px;
    height: 70px;
  }

  .image {
    width: 16px;
  }

  .interested-wrapper {
    padding: 40px;
  }

  .subpage-head-undedrline {
    width: 50px;
    height: 7px;
    margin-top: 15px;
  }

  .full-section {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-width: 15px;
  }

  .full-img-teaser-text-items {
    min-height: 0px;
  }

  .contact-paragraph {
    margin-bottom: 10px;
    line-height: 1.75em;
  }

  .contact-paragraph.link-row {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .contact-paragraph.hero-subhead {
    font-size: 14px;
    line-height: 1.5em;
  }

  .courses-intro-text {
    width: 100%;
    margin-bottom: 40px;
    font-size: 22px;
  }

  .courses-intro-text-wrapper {
    width: 100%;
    padding: 26px;
  }

  .subpage-foot-message-container.center-hero-content-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .subpage-foot-message-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .subpage-foot-message-buttons {
    margin-top: 20px;
  }

  .hero-content-container2.center-hero-content-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .overlay-menu-panel-2 {
    min-width: 260px;
  }

  .overlay-menu-footer-txt-2 {
    font-size: 11px;
    line-height: 14px;
  }

  .overlay-menu-link-2 {
    height: 32px;
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 30px;
  }

  .contact-form {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    max-height: 660px;
    min-height: 500px;
  }

  .hero-section.hero-section-66 {
    max-height: 440px;
    min-height: 320px;
  }

  .hero-content-container.center-hero-content-container-about-us {
    height: auto;
  }

  .halfbleed-img-col {
    height: 200px;
  }

  .horizontal-nav-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .accordion-title {
    padding-right: 15px;
    padding-left: 15px;
  }

  .paragraph-1.link-row {
    text-align: center;
  }

  .overlay-menu-panel {
    width: 80%;
    min-width: 200px;
  }

  .contact-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-cols-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-sub-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .subfooter-text-block {
    margin-bottom: 20px;
  }

  .heading.hero-heading {
    overflow: visible;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 30px;
  }

  .heading.full-image-teaser {
    font-size: 30px;
  }

  .col-list-icon {
    width: 50px;
  }

  .col-list-image-img {
    width: 24px;
  }

  .video-section {
    max-height: 560px;
  }

  .multi-button-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brands-link {
    padding: 10px 5px;
  }

  ._2-col-pic-column {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .mozaik-container {
    padding: 10px;
  }

  .mozaik-item-container {
    width: 100%;
  }

  ._2-col-image-wrapper {
    padding: 15px;
  }

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

  .multi-row-image-wrapper {
    margin-bottom: 30px;
  }

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

  .subpage-text-wrapper {
    max-width: none;
  }

  .subpage-main-text {
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    min-height: auto;
    font-size: 20px;
    text-align: center;
  }

  .subpage-image-container {
    height: auto;
  }

  .subpage-image-wrapper {
    height: 30%;
  }

  .subpage-foot-message-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h1-heading-2 {
    font-size: 30px;
  }

  .overlay-menu-panel-2 {
    width: 80%;
    min-width: 200px;
  }

  .text-block-4 {
    overflow: visible;
    font-size: 15px;
  }

  .text-block-5 {
    font-size: 30px;
  }
}

#w-node-c9368720-0b17-4378-6a19-7fe8fb8dceed-ba20d701 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-c9368720-0b17-4378-6a19-7fe8fb8dcedd-ba20d701 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c9368720-0b17-4378-6a19-7fe8fb8dcee1-ba20d701 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c9368720-0b17-4378-6a19-7fe8fb8dcee5-ba20d701 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c9368720-0b17-4378-6a19-7fe8fb8dcee9-ba20d701 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'AvantGarde';
  src: url('../fonts/ITCAvantGardePro-Bk.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AvantGarde';
  src: url('../fonts/ITCAvantGardePro-Demi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
.kontakt:link{
  color: orange;
}
.kontakt{
  margin-left: 25%;
  font-size: 25px;
}
.mapa{
  padding-top: 50px;
}
.kontakt:visited{
  color: white;
}