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

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.body {
  background-color: #0c0c0c;
  font-family: 'Century Gothic', sans-serif;
  color: #f0f0f0;
  font-weight: 400;
  text-align: left;
}

.speaker-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.speaker-info {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.clip-text {
  overflow: visible;
  margin-bottom: 0px;
}

.clip-text.speaker-headding {
  margin-top: 40px;
  margin-bottom: 0px;
}

.slide-nav {
  display: none;
}

.speaker-slide-mask {
  overflow: visible;
  width: 33.33%;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 5vw;
  -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;
}

.section.home-hero-section {
  overflow: hidden;
  min-height: 100vh;
  padding: 140px 0vw;
  -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: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/closeup-seamless-crocodile-black-leather-texture-background-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/closeup-seamless-crocodile-black-leather-texture-background-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.speaker-image-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  height: 101%;
  background-image: url('../images/Men--min.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: pointer;
}

.speaker-image-cover._1 {
  background-image: url('../images/Women-min.jpg');
  background-position: 50% 0%;
}

.speaker-image-cover._2 {
  background-image: url('../images/suit-fabric-min.jpg');
  background-position: 50% 0%;
}

.speaker-image-cover._3 {
  background-image: url('../images/Gift-min.jpg');
}

.speaker-image-cover._4 {
  background-image: url('../images/pexels-julia-kuzenkov-1974596.jpg');
}

.speakers-hero-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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slide-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 86%;
  height: 65vh;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.speaker-slide-content {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 36px;
  -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;
}

.speaker-name {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.speaker-arrow {
  left: auto;
  top: auto;
  right: 5vw;
  bottom: 5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 0px;
  -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;
  border-width: 1px;
  border-color: #bfa463;
  border-radius: 100px;
  background-color: transparent;
  cursor: pointer;
}

.speaker-arrow:hover {
  background-color: transparent;
}

.speaker-arrow.left {
  left: auto;
  right: 5vw;
  margin-right: 72px;
  border-style: solid;
  border-color: #bfa463;
  cursor: pointer;
}

.speaker-arrow.left.timeline {
  bottom: 15vw;
}

.speaker-arrow.timeline {
  bottom: 15vw;
}

.button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 32px;
    -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;
    border-width: 1px;
    border-color: #fff;
    border-radius: 25px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.button-bespoke{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 32px;
    -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;
    border-width: 1px;
    border-color: #8e8e8e;
    border-radius: 25px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: default;
}

.button-2:hover {
  border-color: #bfa463;
  color: #bfa463;
}

.button-2.main-slider {
  padding: 16px 30px;
}

.speaker-slider {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.home-bespoke {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  -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;
  background-color: #000;
}

.section-container-max-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 98%;
  height: 100%;
  max-width: 98%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-container-max-width.bespoke-home {
  width: 100%;
  max-width: 100%;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 90px;
  -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;
}

.div-block-2.full-wdith {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 10px;
  -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;
  background-color: #0c0c0c;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-width: auto;
  margin-bottom: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #f0f0f0;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #9d9999;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.footer-link:hover {
  color: #bfa463;
  text-decoration: underline;
}

.footer-link.no-underline {
  cursor: auto;
}

.footer-link.no-underline:hover {
  text-decoration: none;
}

.div-block-3 {
  display: none;
  -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;
}

.image-4 {
  margin-bottom: 10px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.div-block-4.responsive {
  display: none;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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;
}

.heading-2 {
  margin-top: 0px;
  color: #9d9999;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
    margin-bottom: 10px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-8 {
  width: 66%;
}

.div-block-9 {
  display: none;
  height: 2px;
  background-color: #f0f0f0;
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #9d9999;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.bespoke-animation {
  position: relative;
  display: none;
  width: 420px;
  height: 513.8px;
  margin-left: 90px;
}

.heading-4 {
  margin-top: 7px;
  margin-bottom: 20px;
  color: #9d9999;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 18px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0c0c0c;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-5.white {
  color: #f0f0f0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
}

.heading-5.white.no-cap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.2;
  text-transform: none;
}

.heading-5.white.no-cap.small {
  font-size: 16px;
}

.heading-5.white.hover {
  cursor: pointer;
}

.heading-5.white.hover:hover {
  color: #bfa463;
}

.heading-5.white.hover.selected {
  color: #f0f0f0;
}

.heading-5.white.hover.selected:hover {
  color: #bfa463;
}

.div-block-13 {
  width: 98%;
}

.div-block-13.footer-block {
  width: 85%;
}

.pc-nav-main {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.0002387286365%;
  padding-top: 20px;
  padding-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;
  background-color: #0c0c0c;
}

.non-sticky-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-nav-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*width: 352px;*/
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.left-nav-items.auto-width {
  width: auto;
}

.nav-item-container {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #f0f0f0;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.nav-item-container.more-margin {

  padding-top: 10px;
  padding-bottom: 10px;
  color: #f0f0f0;
}

.nav-item-container.more-margin.no-margin {
  margin-right: 0px;
}

.nav-item-container.more-margin.no-margin.w--current {
  color: #bfa463;
}

.nav-list {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #b3b3b3;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
}

.nav-list:hover {
  color: #bfa463;
  font-weight: 400;
  text-align: center;
  letter-spacing: normal;
}

.nav-list.big {
  color: #b3b3b3;
  font-size: 16px;
  text-transform: uppercase;
}

.nav-list.big:hover {
  color: #bfa463;
}

.dropdown-toggle {
  padding-left: 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #b3b3b3;
  font-size: 16px;
  line-height: 2;
  cursor: pointer;
}

.dropdown-toggle:hover {
  color: #bfa463;
  letter-spacing: normal;
}

.brand-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand-container.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #f0f0f0;
}

.right-nav-items {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 336.8px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-icons {
    width: 26px;
    height: 25.5px;
}

.nav-icons:hover {
  color: #bfa463;
}

.nav-icons.smaller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: auto;
  color: #f0f0f0;
  line-height: 22px;
}

.nav-icons.smaller:hover {
  color: #bfa463;
}

.nav-icons.smallest {
  width: 24px;
}

.search {
  display: none;
  margin-bottom: 0px;
}

.search-input {
  width: 216px;
  height: 40px;
  margin-bottom: 0px;
  padding-left: 27px;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: #f0f0f0 #000 #f0f0f0 #f0f0f0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: transparent;
}

.search-input:focus {
  border-width: 1px 0px 1px 1px;
  border-color: #bfa463;
}

.search-button {
  height: 40px;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #f0f0f0;
  border-radius: 0px 20px 20px 0px;
  background-color: transparent;
  color: #f0f0f0;
  cursor: pointer;
}

.search-button:hover {
  color: #bfa463;
}

.div-block-14 {
  position: relative;
}

.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-nav-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1999;
  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: #0c0c0c;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dropdown-list {
  color: #f5f5f5;
}

.dropdown-list.w--open {
  z-index: 9007199254740991;
  background-color: #0c0c0c;
  color: #000;
}

.dropdown-link-2 {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #b3b3b3;
  font-size: 14px;
  line-height: 2;
}

.dropdown-link-2:hover {
  background-color: rgba(12, 12, 12, 0.17);
  color: #bfa463;
}

.background-video {
  position: relative;
  width: 100%;
  height: 100%;
  color: #bfa463;
  -o-object-fit: fill;
  object-fit: fill;
}

.featured-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  -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;
  background-color: #fff;
}

.splide {
  position: relative;
  width: 100%;
}

.splide.slider1.phone-slide {
  display: none;
}

.splide.slider1.phone-category {
  display: none;
}

.splide__track {
  overflow: hidden;
  width: 100%;
}

.splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.splide__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -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;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}

.splide__slide:hover {
  box-shadow: 2px 4px 12px 0 #f0f0f0;
}

.splide__slide.fashion-nav {
  width: 20%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
  color: #f0f0f0;
  text-decoration: none;
}

.splide__slide.fashion-nav:hover {
  box-shadow: none;
  color: #bfa463;
}

.splide__slide.world {
  width: 33.33%;
  height: 85vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  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/30.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/30.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #f0f0f0;
  text-decoration: none;
}

.splide__slide.world:hover {
  box-shadow: none;
  -webkit-filter: none;
  filter: none;
}

.splide__slide.world.news-media {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  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/12.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/12.jpg');
}

.splide__slide.world.events {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: none;
  -webkit-filter: none;
  filter: none;
}

.splide__slide.world.collection {
  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/32.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/32.jpg');
}

.splide__slide.world.zed-aid-foundation {
  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/Charity-Picture-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Charity-Picture-1.jpg');
}

.splide__slide.testimonials {
  width: 31.5%;
  height: auto;
  min-height: 400px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #656565;
  background-color: transparent;
}

.splide__slide.testimonials:hover {
  box-shadow: none;
}

.splide__slide.testimonials.top {
  margin-left: 0px;
}.thumbnails {
     display: flex;
     margin: 1rem auto 0;
     padding: 0;
     justify-content: center;
 }

.thumbnail {
    width: 70px;
    height: 70px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
}

.thumbnail img {
    width: 100%;
    height: auto;
}

.heading-6 {
  margin-bottom: 0px;
  color: #0c0c0c;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.heading-6.white {
  color: #f0f0f0;
}

.heading-6.white.world {
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: uppercase;
}

.heading-6.white.world.bigger {
  font-size: 28px;
}

.heading-7 {
  margin-top: 4px;
  color: #0c0c0c;
  font-size: 14px;
  font-weight: 400;
}

.heading-7.white {
  color: #f0f0f0;
}

.heading-7.white.middle {
  margin-top: 16px;
  margin-bottom: 0px;
}

.image-18 {
  width: 100%;
  height: auto;
}

.image-18.nav {
  height: 304.8625183105469px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.splide__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.splide__arrow.splide__arrow--prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 0px;
  -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: 1px solid #000;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #0c0c0c;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.splide__arrow.splide__arrow--prev:hover {
  border-color: #bfa463;
  background-color: #0c0c0c;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #bfa463;
  font-size: 15px;
}

.splide__arrow.splide__arrow--prev.white {
  border-color: #f0f0f0;
  color: #f0f0f0;
}

.splide__arrow.splide__arrow--prev.white:hover {
  border-color: #bfa463;
  color: #bfa463;
}

.splide__arrow.splide__arrow--next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 0px;
  -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: 1px solid #000;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #0c0c0c;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.splide__arrow.splide__arrow--next:hover {
  border-color: #bfa463;
  background-color: #0c0c0c;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #bfa463;
  font-size: 15px;
}

.splide__arrow.splide__arrow--next.white {
  border-color: #f0f0f0;
  color: #f0f0f0;
}

.splide__arrow.splide__arrow--next.white:hover {
  border-color: #bfa463;
  color: #bfa463;
}

.heading__currency.testimonial {
  font-size: 12px;
}

.heading-8 {
  display: none;
}

.html-embed-3 {
  width: 100%;
  height: 100%;
  color: transparent;
}

.image-19 {
  position: absolute;
  z-index: 1;
}

.image-20 {
  position: absolute;
  left: 0px;
  z-index: 2;
}

.image-21 {
  position: absolute;
  right: 0px;
  z-index: 2;
}

.image-22 {
  position: absolute;
  z-index: 6;
}

.image-23 {
  position: absolute;
  z-index: 4;
}

.image-24 {
  position: absolute;
  z-index: 3;
}

.image-25 {
  position: absolute;
  z-index: 2;
}

.image-26 {
  position: absolute;
  z-index: 2;
}

.image-27 {
  position: absolute;
  z-index: 0;
}

.text-block-2 {
  font-size: 14px;
  text-transform: uppercase;
}

.text-block-3 {
  line-height: 1;
  font-weight: 700;
}

.text-block-4 {
  font-weight: 700;
}

.paragraph-2 {
  width: 330px;
  margin-bottom: 20px;
  color: #0c0c0c;
}

.paragraph-2.white {
  color: #f0f0f0;
}

.social-link-container {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #f0f0f0;
  cursor: pointer;
}

.social-link-container:hover {
  color: #bfa463;
}

.centered-container {
  max-width: 950px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.subscribe-form-flex {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.subscribe-form-input {
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #f0f0f0;
  background-color: transparent;
  font-family: 'Century Gothic', sans-serif;
  color: #fff;
  line-height: 1;
}

.subscribe-form-input:focus {
  border-color: #bfa463;
}

.subscribe-form-input::-webkit-input-placeholder {
  font-size: 12px;
}

.subscribe-form-input:-ms-input-placeholder {
  font-size: 12px;
}

.subscribe-form-input::-ms-input-placeholder {
  font-size: 12px;
}

.subscribe-form-input::placeholder {
  font-size: 12px;
}

.submit-button {
  padding: 8px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  border-radius: 20px;
  background-color: transparent;
  font-family: 'Century Gothic', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button:hover {
  border-color: #bfa463;
  background-color: transparent;
  color: #bfa463;
}

.html-embed-5 {
  width: 100%;
  max-width: 370px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #f0f0f0;
}

.html-embed-5:hover {
  color: #bfa463;
}

.grid-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.div-block-18.phone {
  display: none;
}

.slider {
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.slide {
  background-image: url('../images/Bespoke-Optimized.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/benjamin-rascoe-Eav5V0COmQ4-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/benjamin-rascoe-Ci_fZ5cL9Jo-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.div-block-19 {
  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;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.div-block-21 {
  margin-top: 40px;
  color: #f0f0f0;
  font-size: 12px;
  text-transform: none;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #bfa463;
  font-size: 24px;
  line-height: 1;
}

.body-2 {
  background-color: #0c0c0c;
  font-family: 'Century Gothic', sans-serif;
}

.faq-hero {
  width: 100%;
  height: 600px;
}

.div-block-22 {
  width: 100%;
  height: 100%;
  background-image: url('../images/man-standing-against-wall-and-shadow-falling-on-face-min-min.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-22.t-c {
  background-image: url('../images/Man-walking-on-zebra-crossing-optimized-min.png');
  background-position: 50% 50%;
}

.div-block-22.privacy {
  background-image: url('../images/privacy-min.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.div-block-22.cookie {
  background-image: url('../images/Cookie-min.jpg');
  background-position: 100% 100%;
}

.div-block-22.return {
  background-image: url('../images/refund-min.jpg');
  background-position: 100% 0%;
}

.div-block-22.event {
  background-image: url('../images/man_standing_against_wall_and_shadow_falling_on_face-min-min.jpg');
  background-position: 50% 0%;
}

.div-block-22.career {
  background-image: url('../images/Man-opening-taxi-door-optimized.jpg');
  background-position: 100% 100%;
}

.div-block-22.zed-aid {
  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/banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-22.zed-aid.news {
  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/Global_Capsule_Announcements_Hero_Picture.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Global_Capsule_Announcements_Hero_Picture.jpg');
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 950px;
  -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;
}

.outer-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid rgba(92, 92, 92, 0.6);
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f0f0f0;
  font-size: 22px;
  font-weight: 400;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 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;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #f0f0f0;
  cursor: pointer;
}

.div-block-26:hover {
  color: #bfa463;
}

.html-embed-6 {
  width: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.div-block-27 {
  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;
}

.paragraph-container {
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.paragraph-3 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 28px;
  color: #f0f0f0;
  font-size: 14px;
  line-height: 1.5;
}

.paragraph-3.header {
  padding-top: 28px;
  padding-bottom: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-weight: 700;
}

.paragraph-3.header:hover {
  color: #bfa463;
}

.inner-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
}

.inner-header-wrap {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  cursor: pointer;
}

.div-block-28 {
  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;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 240px;
  -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;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #f0f0f0;
  text-decoration: none;
  cursor: pointer;
}

.link-block:hover {
  color: #bfa463;
}

.link-block.w--current {
  color: #bfa463;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.body-3 {
  background-color: #0c0c0c;
  font-family: 'Century Gothic', sans-serif;
}

.div-block-30 {
  width: 100%;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 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;
}

.heading-12 {
  color: #f0f0f0;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}

.list-item-4 {
  margin-bottom: 6px;
  color: #f0f0f0;
  font-size: 14px;
  line-height: 1.7;
}

.body-paragraph {
  margin-bottom: 0px;
  color: #f0f0f0;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

.body-4 {
  background-color: #0c0c0c;
  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/Fabric-Pattern.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Fabric-Pattern.svg');
  background-position: 0px 0px, 0px 0px;
  font-family: 'Century Gothic', sans-serif;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding-top: 100px;
  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: 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;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 950px;
  margin-bottom: 100px;
  padding-top: 0px;
  -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;
}

.div-block-32.top {
  margin-bottom: 0px;
}

.horizontal-image-wrapper {
  position: static;
  top: 40px;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 60px;
  -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;
}

.horizontal-image-wrapper.reversed {
  position: static;
  top: 40px;
  bottom: 20px;
  display: none;
  height: 535.9666748046875px;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-35 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 65%;
  height: auto;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-35.left {
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  -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;
}

.paragraph-4 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #f0f0f0;
  font-size: 14px;
  line-height: 1.5;
}

.vertical-image-wrapper {
  position: static;
  top: 140px;
  bottom: 0px;
  width: 100%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0px;
}

.vertical-image-wrapper._2 {
  display: none;
}

.grid-3 {
  overflow: hidden;
  width: 100%;
  height: auto;
  grid-column-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-37 {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-link-3 {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.html-embed-7 {
  width: 100%;
  height: 420px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.body-5 {
  background-color: #0c0c0c;
  font-family: 'Century Gothic', sans-serif;
}

.section-3 {
  display: none;
  width: 100%;
  -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;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  padding-top: 0px;
  padding-bottom: 100px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-wrapper-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20%;
  padding-right: 0px;
  -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;
}

.image-wrapper-2 {
  width: 20%;
}

.image-wrapper-3 {
  width: 20%;
}

.image-wrapper-4 {
  width: 20%;
}

.image-wrapper-5 {
  width: 20%;
}

.lightbox-link-4 {
  position: static;
  margin-right: 10px;
  margin-bottom: 10px;
}

.body-6 {
  background-color: #0c0c0c;
  font-family: 'Century Gothic', sans-serif;
  color: #f0f0f0;
}

.announcement-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 950px;
  padding-top: 0px;
  padding-bottom: 10px;
  -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;
}

.heading-13 {
  font-weight: 400;
}

.paragraph-5 {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #c8c8c8;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}

.text-span {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #c8c8c8;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
}

.text-span:hover {
  color: #bfa463;
  letter-spacing: normal;
}

.event-details-section {
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.event-details-section.zed-aid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.event-details-section.team {
  padding-top: 0px;
  padding-bottom: 0px;
}

.event-details-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.events-grid-2 {
  width: 100%;
  max-width: 950px;
  margin-top: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-top: 60px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-55.no-padding {
  width: 100%;
  max-width: 950px;
  padding-top: 0px;
}

.career-main-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  -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;
}

.heading-14 {
  color: #f0f0f0;
  font-weight: 400;
  text-transform: capitalize;
}

.careers-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  -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;
}

.careers-section {
  width: 100%;
  height: auto;
  min-height: 100vh;
}

.careers-section.about {
  min-height: auto;
}

.paragraph-6 {
  width: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #c8c8c8;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-57 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-2 {
  color: #2e2e2e;
  text-decoration: none;
}

.grid-6 {
  width: 100%;
  max-width: 950px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-6.faq {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-15 {
  margin-bottom: 0px;
  line-height: 1;
  font-weight: 400;
}

.heading-15.margin10 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.heading-16 {
  margin-top: 0px;
  line-height: 1;
  font-weight: 400;
}

.div-block-48 {
  width: 30%;
  padding-left: 20px;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 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;
}

.div-block-45.less-margin {
  margin-top: 20px;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 950px;
  -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;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-17 {
  color: #acacac;
  font-weight: 400;
  text-transform: capitalize;
}

.heading-17.nogap {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
}

.paragraph-7 {
  width: 70%;
  color: #c8c8c8;
}

.paragraph-8 {
  color: #c8c8c8;
}

.job-details-section {
  width: 100%;
  height: auto;
  min-height: 100vh;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -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;
}

.div-block-47.left-padding {
  width: 100%;
  padding-left: 0px;
}

.job-details-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  -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;
}

.paragraph-9 {
  color: #c8c8c8;
}

.div-block-59 {
  display: none;
  width: 200px;
  height: auto;
  -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;
  background-color: transparent;
}

.html-embed-10 {
  width: 240px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #f0f0f0;
}

.html-embed-10:hover {
  color: #bfa463;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f0f0f0;
  text-decoration: none;
  cursor: pointer;
}

.html-embed-11 {
  display: none;
}

.image-31 {
  -o-object-fit: fill;
  object-fit: fill;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.grid-7 {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-7.smaller {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.container-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/10.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/10.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #f0f0f0;
  text-decoration: none;
}

.container-grid:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/10.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/10.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-filter: none;
  filter: none;
}

.container-grid.news {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/12.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/12.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.container-grid.news:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/12.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/12.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  -webkit-filter: none;
  filter: none;
}

.container-grid.news.parties {
  width: 100%;
  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/883632_457742534426450_4706454398318635681_o.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/883632_457742534426450_4706454398318635681_o.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-grid.news.parties:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/883632_457742534426450_4706454398318635681_o.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/883632_457742534426450_4706454398318635681_o.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.container-grid.news.parties.campaign {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/8.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/8.jpg');
}

.container-grid.fashion-shows {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/12.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/12.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.container-grid.fashion-shows:hover {
  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/12.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/12.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown:hover {
  color: #bfa463;
}

.div-block-64 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 29.9375px;
  margin-left: 17px;
  -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;
}

.div-block-64.left-one {
  margin-left: 0px;
}

.div-block-64.middle-one {
  margin-left: 14px;
}

.notification-box {
  position: absolute;
  left: 11px;
  top: 20px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 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-radius: 50%;
  background-color: #f0f0f0;
}

.notification-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0c0c0c;
  font-size: 12px;
  line-height: 1;
}

.div-block-66 {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.html-embed-12 {
  margin-left: 20px;
}

.new-in {
  position: static;
  top: 0px;
  z-index: 1999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -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: #222;
}

.div-block-67 {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.div-block-67:hover {
  color: #bfa463;
}

.html-embed-13 {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.div-block-68 {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  height: 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;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slide-nav-3 {
  display: none;
}

.slider-2 {
  height: 100%;
  background-color: transparent;
}

.slide-4 {
  width: 100%;
  height: 40px;
}

.mask {
  height: 100%;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.link-3 {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #f0f0f0;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.link-3:hover {
  color: #bfa463;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  margin-bottom: 10px;
  -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;
  cursor: pointer;
}

.div-block-75 {
  position: absolute;
  z-index: 1;
  width: 2px;
  height: 14px;
  background-color: #f0f0f0;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery {
  padding-top: 60px;
  padding-bottom: 100px;
}

.gallery.off {
  display: none;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-32 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 80% 50%;
  object-position: 80% 50%;
}

.lightbox-link-6 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-33 {
  width: 100%;
  height: 100%;
}

.cookie-warning-container {
  position: fixed;
  bottom: 0px;
  z-index: 1999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 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;
  background-color: transparent;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 30px;
  margin-top: 15px;
  padding: 10px;
  -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;
  border-width: 1px;
  border-color: #f0f0f0;
  border-radius: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.div-block-87:hover {
  border-color: #bfa463;
  color: #bfa463;
}

.heading-19 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: #f0f0f0;
}

.link-4 {
  color: #bfa463;
  text-decoration: none;
  cursor: pointer;
}

.paragraph-10 {
  margin-right: 20px;
  margin-bottom: 0px;
  line-height: 22px;
}

.fashion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/35.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/35.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #f0f0f0;
  text-decoration: none;
  cursor: pointer;
}

.fashion:hover {
  -webkit-filter: none;
  filter: none;
}

.parties {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/883632_457742534426450_4706454398318635681_o.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/883632_457742534426450_4706454398318635681_o.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #f0f0f0;
  text-decoration: none;
  cursor: pointer;
}

.parties:hover {
  -webkit-filter: none;
  filter: none;
}

.line-ver {
  width: 10px;
  height: 200px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #bfa463;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.line-ver.first {
  height: 100px;
  background-color: #bfa463;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.line-ver.first.aniamation {
  height: 100px;
  background-color: #bfa463;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.line-ver.short-copy {
  height: 100px;
  margin-top: 0px;
  margin-bottom: -10px;
}

.line-ver.long {
  height: 400px;
}

.line-ver.med {
  height: 250px;
  background-color: #bfa463;
}

.line-ver.extra-short {
  height: 40px;
  background-color: #bfa463;
}

.line-ver.margin-top {
  margin-top: -10px;
}

.line-ver.origin-botttom {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.line-ver.short {
  height: 100px;
  margin-top: -10px;
  background-color: #bfa463;
}

.line-ver.short-bottom {
  height: 100px;
  margin-bottom: -10px;
}

.text {
  overflow: hidden;
  color: #e0cffe;
}

.text.wrap {
  padding: 8px 16px 8px 24px;
  background-color: #5c511d;
  color: #e5c945;
  text-align: center;
}

.text.margin-right {
  margin-right: 20px;
  text-align: right;
}

.text.margin-right.top {
  width: 45%;
}

.text.margin-left {
  margin-left: 20px;
}

.text.margin-left.top {
  width: 45%;
}

.text.margin-5-right {
  margin-right: 5px;
  margin-left: 0px;
  padding-right: 7px;
  padding-left: 7px;
  text-align: right;
}

.text.margin-5-left {
  margin-left: 5px;
  padding-right: 12px;
  padding-left: 7px;
}

.sec {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cc-scroll {
  display: inline-block;
  color: #bfa463;
}

.scroll {
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 30px;
  -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;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.line-container-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  max-width: 100%;
  padding: 0px 10px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: transparent;
}

.wrapper.off {
  display: none;
}

.rotation-hero-text {
  position: relative;
  z-index: 2;
}

.rotation-hero-text-bg {
  position: absolute;
  bottom: 33%;
  z-index: 1;
  opacity: 0.66;
  -webkit-filter: blur(14px) brightness(0%);
  filter: blur(14px) brightness(0%);
}

.heading-20 {
  color: #bfa463;
  text-transform: uppercase;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex.ver {
  -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;
}

.flex.ver.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e0cffe;
}

.flex.ver.half-right {
  width: 49%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex.ver.half-right.down {
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex.ver.half {
  width: 50%;
}

.flex.ver.margin-24 {
  margin-right: 24px;
}

.flex.ver.left {
  width: 100%;
}

.flex.ver.quarter {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex.half {
  width: 51.4%;
}

.flex.right {
  margin-left: 0%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.flex.center-2 {
  padding-right: 0px;
  -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;
}

.flex.hor {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.hor.space-bwtween {
  -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;
}

.flex.hor.space-bwtween.top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.hor.left {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.hor.middle {
  -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;
}

.flex.hor.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-scrolling {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -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;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.scroll-text {
  overflow: hidden;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.line-hor {
  width: 100%;
  height: 10px;
  background-color: #bfa463;
}

.line-hor.origin-left {
  background-color: #bfa463;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.line-hor.quarter-2 {
  width: 51.3%;
}

.line-hor.quarter-2.origin-right {
  width: 50%;
}

.line-hor.quarter {
  width: 51.2%;
}

.line-hor.quarter.origin-right {
  width: 50%;
}

.line-hor.quarter-2-copy {
  width: 51.4%;
}

.line-hor.quarter-2-copy.origin-right {
  width: 50%;
}

.line-hor.origin-right {
  background-color: #bfa463;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.line-hor.extra-short-3 {
  width: 30px;
  margin-right: 20px;
}

.line-hor.extra-short-2 {
  width: 50px;
}

.line-hor.extra-short-2.origin-left {
  background-color: #bfa463;
}

.line-hor.extra-short-2.origin-right {
  background-color: #bfa463;
}

.line-container {
  width: 42%;
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 220px;
  -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;
}

.line-ver-copy {
  width: 10px;
  height: 200px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.heading-21 {
  color: #bfa463;
}

.paragraph-11 {
  color: #bfa463;
}

.heading-22 {
  color: #bfa463;
}

.heading-23 {
  color: #bfa463;
}

.section-6.off {
  display: none;
}

.div-block-92 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 620px;
  margin-left: 0px;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #222;
}

.feature-image-1 {
  display: block;
  width: 100%;
  height: 340px;
  max-width: 540px;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-text-block {
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 25px;
}

.feature-text-block-2 {
  padding: 25px 0px;
}

.features-grid-wrapper {
  margin-top: 0px;
  padding-bottom: 100px;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.div-block-117 {
  margin-bottom: 6px;
}

.timeline-item-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  -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;
}

.dot-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7.69%;
  height: 300px;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeline-label {
  margin-top: 0px;
  font-size: 12px;
}

.timeline-label.smaller {
  overflow: hidden;
  height: auto;
  margin-top: 36px;
  opacity: 0;
  font-size: 14px;
  line-height: 1;
}

.big-dot {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #656565;
}

.big-dot.smaller {
  width: 8px;
  height: 8px;
  background-color: #bfa463;
}

.big-dot.smaller.inactive {
  display: none;
  background-color: #656565;
}

.timeline-content-wrapper {
  position: absolute;
  left: 50%;
  top: -81%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 300px;
  height: auto;
  padding: 20px 20px 20px 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #222;
}

.div-block-118 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20px;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-119 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -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;
  cursor: pointer;
}

.cross-icon {
  width: 10px;
  height: 10px;
}

.image-35 {
  width: 100%;
  height: 140px;
  max-width: none;
  margin-top: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.paragraph-13 {
  width: 100%;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 1.3;
}

.div-block-120 {
  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;
}

.div-block-121 {
  width: 100%;
  height: 2px;
  margin-top: 0px;
  background-color: #656565;
}

.div-block-122 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.grid-10 {
  width: 100%;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 432px;
  min-height: 0px;
  -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;
}

.div-block-123.mehruz-munir {
  width: 100%;
  height: 432px;
  min-height: auto;
  background-image: url('../images/Mehruz-Munir.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-123.sc {
  background-image: url('../images/SC.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-123.jd {
  background-image: url('../images/SC.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-124 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -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;
}

.div-block-125 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48.80000114440918px;
  margin-top: 10px;
  -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;
}

.div-block-126 {
  width: 100%;
}

.div-block-126.sc {
  position: relative;
}

.div-block-126.jd {
  position: relative;
}

.div-block-126.mm {
  position: relative;
}

.team-tint {
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 0.7);
}

.team-tint.mm {
  opacity: 1;
  cursor: pointer;
}

.team-tint.sc {
  opacity: 1;
  cursor: pointer;
}

.team-tint.jd {
  opacity: 1;
  cursor: pointer;
}

.team-text-tint {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(12, 12, 12, 0.7);
}

.team-text-tint.mm {
  background-color: #0c0c0c;
  opacity: 1;
}

.team-text-tint.sc {
  background-color: #0c0c0c;
  opacity: 1;
}

.team-text-tint.jd {
  background-color: #0c0c0c;
  opacity: 1;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-5 {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.slide-5 {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.slide-nav-6 {
  display: none;
}

.mask-3 {
  overflow: visible;
  width: 34%;
  max-width: 316.6666666666667px;
}

.div-block-129 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-picture {
  overflow: hidden;
  width: 140px;
  height: 140px;
  margin-bottom: 30px;
  border-style: none;
  border-width: 1px;
  border-color: #bfa463;
  border-radius: 100%;
}

.image-36 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.phonebespoke {
  display: none;
}

@media screen and (min-width: 1280px) {
    .splide__slide{
        padding-right: 0px;
        padding-left: 0px;
    }
  .slide-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .careers-section-container {
    padding-top: 20px;
  }

  .job-details-section-container {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .section.home-hero-section {
    min-height: 60vh;
  }

  .speaker-image-cover {
    width: 86%;
    background-position: 50% 50%;
  }

  .slide-image {
    width: 86%;
  }

  .div-block-6 {
    border-left: 0px solid #000;
  }

  .div-block-9 {
    display: none;
  }

  .heading-5.white {
    color: #f0f0f0;
  }

  /*.left-nav-items {*/
  /*  width: 361px;*/
  /*}*/

  /*.nav-item-container.more-margin {*/
  /*  margin-right: 40px;*/
  /*}*/

  .nav-item-container.more-margin.no-margin.w--current {
    color: #bfa463;
  }

  .nav-list {
    font-size: 16px;
  }

  .nav-list.big {
    font-size: 16px;
  }

  .right-nav-items {
    width: 336.8px;
  }

  .nav-icons {
    width: 25px;
    height: 25.6px;
  }

  .nav-icons.smaller {
    width: 26px;
  }

  .div-block-15 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .featured-products {
    height: auto;
  }

  .splide__slide.testimonials {
    width: 32%;
    height: auto;
    min-height: 500px;
  }

  .image-18.nav {
    height: 380px;
  }

  .image-20 {
    left: 0px;
  }

  .image-21 {
    right: 0px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .centered-container {
    max-width: 1200px;
  }

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

  .subscribe-form-input-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input {
    border-width: 0px 0px 1px;
    border-color: #f0f0f0;
    font-family: 'Century Gothic', sans-serif;
  }

  .subscribe-form-input:hover {
    border-color: #bfa463;
  }

  .subscribe-form-input:focus {
    border-color: #bfa463;
  }

  .submit-button {
    padding-bottom: 8px;
    border-width: 1px;
    background-color: transparent;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: 'Century Gothic', sans-serif;
    color: #f0f0f0;
    font-weight: 400;
  }

  .submit-button:hover {
    background-color: transparent;
    color: #bfa463;
  }

  .outer-dropdown {
    border-bottom-width: 0.5px;
    border-bottom-color: rgba(92, 92, 92, 0.6);
  }

  .div-block-32 {
    max-width: 1200px;
  }

  .horizontal-image-wrapper.reversed {
    height: 538.7833862304688px;
  }

  .div-block-35 {
    position: static;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-36 {
    max-width: 90%;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .html-embed-7 {
    width: 100%;
    height: 480px;
  }

  .announcement-wrapper {
    max-width: 1200px;
  }

  .paragraph-5 {
    color: #c8c8c8;
  }

  .text-span {
    color: #c8c8c8;
    cursor: pointer;
  }

  .text-span:hover {
    color: #f0f0f0;
    letter-spacing: normal;
  }

  .events-grid-2 {
    max-width: 1200px;
  }

  .div-block-55.no-padding {
    max-width: 1200px;
  }

  .careers-section {
    padding-top: 100px;
  }

  .grid-6 {
    max-width: 1200px;
  }

  .div-block-44 {
    max-width: 1200px;
  }

  .job-details-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-64 {
    width: 27px;
    height: 33.6875px;
  }

  .notification-box {
    left: 13px;
    top: 24px;
  }

  .div-block-67 {
    color: #f0f0f0;
  }

  .timeline-item-wrapper {
    padding-top: 40px;
  }

  .timeline-content-wrapper {
    z-index: 10;
  }

  .mask-3 {
    max-width: 400px;
  }
}

@media screen and (min-width: 1920px) {
  .heading-5.white.no-cap {
    font-size: 36px;
  }

  .body-paragraph {
    font-size: 20px;
    line-height: 1.7;
  }

  .body-4 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .horizontal-image-wrapper.reversed {
    height: 701.7833862304688px;
  }

  .div-block-35 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-35.left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .vertical-image-wrapper {
    height: auto;
  }

  .html-embed-7 {
    width: 100%;
    height: 650px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 60vh;
  }

  .speaker-info {
    max-width: 470px;
  }

  .clip-text.speaker-headding {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .speaker-slide-mask {
    width: 60%;
  }

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

  .section.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .slide-image {
    height: 55vh;
    min-height: 500px;
  }

  .speaker-name {
    font-size: 52px;
  }

  .home-bespoke {
    height: 900px;
  }

  .div-block-2 {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-heading {
    margin-bottom: 0px;
    font-size: 18px;
  }

  .footer-link {
    margin-top: 6px;
    margin-bottom: 8px;
  }

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

  .div-block-5 {
    margin-bottom: 34px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-6 {
    width: 40%;
  }

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

  .div-block-7 {
    margin-bottom: 20px;
  }

  .div-block-8 {
    width: 90%;
  }

  .div-block-10 {
    width: 60%;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .div-block-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .bespoke-animation {
    margin-bottom: 60px;
    margin-left: 0px;
  }

  .heading-4 {
    margin-top: 6px;
    margin-bottom: 14px;
  }

  .heading-5 {
    margin-bottom: 0px;
    font-size: 22px;
  }

  .div-block-13.footer-block {
    width: 98%;
  }

  .pc-nav-main {
    display: none;
  }

  .nav-item-container.more-margin {
    margin-right: 0px;
  }

  .nav-list {
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-toggle {
    padding-left: 20px;
  }

  .brand-container {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .sticky-nav-container {
    display: none;
  }

  .featured-products {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .splide.slider1 {
    margin-top: 20px;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__slide:hover {
    box-shadow: none;
  }

  .heading-8 {
    margin-bottom: 0px;
  }

  .html-embed-3 {
    margin-bottom: 0px;
  }

  .paragraph-2 {
    width: 500px;
  }

  .subscribe-form-input {
    padding-bottom: 2px;
  }

  .subscribe-form-input::-webkit-input-placeholder {
    line-height: 1;
  }

  .subscribe-form-input:-ms-input-placeholder {
    line-height: 1;
  }

  .subscribe-form-input::-ms-input-placeholder {
    line-height: 1;
  }

  .subscribe-form-input::placeholder {
    line-height: 1;
  }

  .grid-2 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 0.6fr;
    grid-template-rows: 1fr 0.6fr;
  }

  .div-block-19 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .faq-hero {
    height: 340px;
  }

  .div-block-23 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-23.faq {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-29 {
    display: none;
  }

  .heading-12 {
    font-size: 18px;
  }

  .list-item-4 {
    font-size: 16px;
  }

  .body-paragraph {
    width: auto;
    font-size: 16px;
  }

  .div-block-32 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .horizontal-image-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-34 {
    width: 100%;
  }

  .div-block-35 {
    width: 100%;
  }

  .div-block-36 {
    max-width: 100%;
  }

  .vertical-image-wrapper {
    margin-top: 0px;
  }

  .announcement-wrapper {
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .announcement-wrapper.about {
    padding-right: 0px;
    padding-left: 0px;
  }

  .event-details-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .event-details-container.news {
    padding-right: 20px;
    padding-left: 20px;
  }

  .events-grid-2 {
    width: 100%;
    grid-column-gap: 40px;
  }

  .div-block-55.no-padding {
    width: 100%;
    max-width: none;
  }

  .careers-section-container {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-6 {
    width: 100%;
    max-width: none;
  }

  .div-block-44 {
    width: 100%;
    max-width: none;
  }

  .job-details-section-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-61 {
    margin-bottom: 0px;
  }

  .section-4 {
    height: auto;
    min-height: 100vh;
  }

  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-7.smaller {
    min-height: 100vh;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .container-grid {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .container-grid.news {
    background-position: 50% 0%;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .line-container {
    width: 55%;
  }

  .feature-image-1 {
    max-width: none;
  }

  .feature-text-block-2 {
    padding-left: 0px;
  }

  .feature-image-block {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .features-grid-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .div-block-117 {
    margin-bottom: 40px;
  }

  .div-block-117.no-margin {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .clip-text.speaker-headding {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .slide-image {
    height: 50vh;
    min-height: 400px;
  }

  .speaker-name {
    font-size: 48px;
  }

  .footer {
    padding: 40px 20px;
  }

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

  .div-block-6 {
    width: 100%;
  }

  .div-block-10 {
    width: 100%;
  }

  .featured-products {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .splide__slide.fashion-nav {
    width: 33.33%;
  }

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

  .div-block-21 {
    margin-top: 20px;
  }

  .faq-hero {
    height: 45vh;
  }

  .div-block-23.faq {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-2 {
    padding-top: 120px;
  }

  .div-block-32 {
    margin-bottom: 0px;
  }

  .div-block-32.top {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .horizontal-image-wrapper {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-34 {
    width: 100%;
    margin-top: 16px;
  }

  .div-block-35 {
    width: 100%;
  }

  .div-block-36 {
    max-width: 100%;
  }

  .vertical-image-wrapper {
    margin-top: 40px;
  }

  .html-embed-7 {
    height: 300px;
    min-height: auto;
  }

  .announcement-wrapper {
    padding-bottom: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-5 {
    text-align: left;
  }

  .div-block-55 {
    width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-55.no-padding {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .career-main-content-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-14 {
    margin-bottom: 0px;
    line-height: 16px;
  }

  .paragraph-6 {
    font-size: 14px;
    text-align: left;
  }

  .div-block-56 {
    -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;
  }

  .grid-6 {
    width: 100%;
  }

  .heading-15 {
    font-size: 16px;
  }

  .heading-16 {
    margin-top: 2px;
  }

  .div-block-48 {
    padding-left: 0px;
  }

  .div-block-45 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-44 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-46 {
    -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;
  }

  .heading-17 {
    margin-bottom: 0px;
    line-height: 16px;
  }

  .paragraph-7 {
    text-align: left;
  }

  .paragraph-8 {
    text-align: left;
  }

  .div-block-47 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-61 {
    margin-bottom: 10px;
  }

  .section-4 {
    height: auto;
  }

  .grid-7.smaller {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .cookie-warning-container {
    height: auto;
  }

  .line-ver.first {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .sec {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cc-scroll {
    margin-bottom: 0px;
  }

  .wrapper {
    padding-top: 60px;
  }

  .container-scrolling {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .scroll-text {
    -webkit-transform: translate(24px, 0px) rotate(90deg);
    -ms-transform: translate(24px, 0px) rotate(90deg);
    transform: translate(24px, 0px) rotate(90deg);
  }

  .line-container {
    width: 60%;
  }

  .div-block-92 {
    width: auto;
  }

  .feature-text-block {
    padding-top: 0px;
  }

  .feature-text-block-2 {
    padding-top: 0px;
    padding-left: 0px;
  }

  .feature-image-block {
    margin-bottom: 0px;
  }

  .paragraph-12 {
    font-size: 14px;
  }

  .features-grid-wrapper {
    grid-row-gap: 29px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-10 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .div-block-126.sc {
    padding-bottom: 60px;
  }

  .div-block-126.jd {
    padding-bottom: 60px;
  }

  .div-block-126.mm {
    padding-bottom: 60px;
  }

  .team-tint.sc {
    opacity: 0;
  }

  .team-tint.jd {
    opacity: 0;
  }

  .team-text-tint.sc {
    opacity: 0;
  }

  .team-text-tint.jd {
    opacity: 0;
  }

  .mask-3 {
    width: 100%;
    max-width: 320px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 60vh;
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .speaker-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .clip-text {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 64px;
    padding: 0px 0px 20px;
    -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;
    box-shadow: none;
  }

  .clip-text.speaker-headding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    box-shadow: none;
  }

  .speaker-slide-mask {
    width: 100%;
  }

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

  .section.home-hero-section {
    height: 90vh;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .speaker-image-cover {
    z-index: -1;
    width: 100%;
    height: 100%;
  }

  .speaker-image-cover._3 {
    width: 100%;
  }

  .speaker-image-cover._4 {
    width: 100%;
  }

  .speakers-hero-wrapper {
    display: none;
    width: auto;
    height: 100%;
  }

  .slide-image {
    width: 100%;
    height: 90vh;
    min-height: 300px;
  }

  .speaker-slide-content {
    margin-left: 0px;
    padding-bottom: 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .speaker-name {
    margin-bottom: 0px;
    color: #f0f0f0;
    font-size: 28px;
    margin-top: 20px;
  }

  .speaker-arrow {
    left: auto;
    top: auto;
    right: 10%;
    bottom: 70px;
    width: 30px;
    height: 30px;
    border-color: #f0f0f0;
    color: #f0f0f0;
  }

  .speaker-arrow.left {
    left: 10%;
    top: auto;
    right: auto;
    bottom: 70px;
    width: 30px;
    height: 30px;
    margin-right: 60px;
    border-color: #f0f0f0;
  }

  .speaker-arrow.left.timeline {
    left: auto;
    top: auto;
    right: 25%;
    bottom: 0%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .speaker-arrow.timeline {
    left: auto;
    top: auto;
    right: 12%;
    bottom: 0%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-2 {
    position: relative;
    z-index: 10;
    margin-right: 0px;
    margin-left: 0px;
    padding: 8px 14px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button-2:hover {
    background-color: #0c0c0c;
    color: #bfa463;
  }

  .button-2.main-slider {
    border-color: #f0f0f0;
    color: #f0f0f0;
  }

  .button-2.main-slider:hover {
    border-color: #bfa463;
    background-color: #0c0c0c;
    color: #bfa463;
  }

  .home-bespoke {
    height: 92vh;
    padding-top: 0px;
  }

  .div-block-2 {
    width: 86%;
    height: auto;
    margin-bottom: 100px;
    -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;
  }

  .div-block-2.full-wdith {
    margin-bottom: 0px;
  }

  .footer {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

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

  .footer-heading {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .footer-link {
    margin-bottom: 8px;
  }

  .footer-link.no-underline {
    margin-bottom: 8px;
  }

  .div-block-4 {
    display: none;
  }

  .div-block-4.responsive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-5 {
    margin-bottom: 0px;
  }

  .div-block-6 {
    width: 100%;
  }

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

  .div-block-7 {
    margin-top: 2px;
    margin-bottom: 20px;
  }

  .div-block-8 {
    width: 80%;
  }

  .div-block-10 {
    display: none;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .heading-4 {
    margin-top: 6px;
    margin-bottom: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
  }

  .heading-5 {
    font-size: 18px;
  }

  .heading-5.white {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 22px;
  }

  .heading-5.white.no-cap {
    font-size: 16px;
    line-height: 1.2;
  }

  .div-block-13.footer-block {
    width: 90%;
  }

  .pc-nav-main {
    display: none;
  }

  .nav-item-container.more-margin {
    margin-right: 0px;
  }

  .nav-icons {
    height: auto;
  }

  .nav-icons.smaller {
    width: auto;
    height: 24.48750114440918px;
  }

  .sticky-nav-container {
    display: none;
  }

  .featured-products {
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .splide.slider1.phone-slide {
    display: block;
  }

  .splide.slider1.testimonialslider {
    margin-top: 0px;
  }

  .splide.slider1.phone-category {
    position: relative;
    display: block;
    height: 100%;
    margin-top: 0px;
  }

  .splide__track.phone-category {
    display: block;
    height: 100%;
  }

  .splide__list.testimonial-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .splide__list.phone-category {
    overflow: visible;
    height: 100%;
  }

  .splide__slide {
    width: 100%;
  }

  .splide__slide:hover {
    box-shadow: none;
  }

  .splide__slide.fashion-nav {
    width: 100%;
  }

  .splide__slide.world {
    width: 100%;
  }

  .splide__slide.testimonials {
    width: 280px;
    min-height: 450px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .splide__slide.testimonials.top {
    margin-top: 0px;
  }

  .splide__slide.phone-category {
    position: relative;
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-18.nav {
    height: 460px;
  }

  .image-18.nav.landscape {
    height: 300px;
  }

  .image-18.phone-cat {
    position: relative;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .splide__arrows {
    margin-top: 20px;
  }

  .splide__arrows.world {
    height: 60px;
  }

  .splide__arrows.testimonials {
    display: none;
  }

  .splide__arrows.phone-category {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
    margin-bottom: 70px;
    padding: 0px 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .splide__arrow.splide__arrow--prev.white.phone-category {
    width: 36px;
    height: 36px;
    margin-right: 0px;
    padding-bottom: 3px;
    font-size: 16px;
  }

  .splide__arrow.splide__arrow--next.white.phone-category {
    width: 36px;
    height: 36px;
    padding-bottom: 3px;
    font-size: 16px;
  }

  .html-embed-3 {
    margin-bottom: 0px;
  }

  .text-block-3 {
    font-size: 10px;
  }

  .text-block-4 {
    font-size: 10px;
  }

  .paragraph-2.white {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }

  .centered-container {
    text-align: left;
  }

  .subscribe-form-input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input {
    width: 100%;
    padding-bottom: 2px;
    border-top-color: #0c0c0c;
    border-right-color: #0c0c0c;
    border-left-color: #0c0c0c;
    border-radius: 0px;
  }

  .subscribe-form-input::-webkit-input-placeholder {
    font-size: 11px;
    line-height: 1;
  }

  .subscribe-form-input:-ms-input-placeholder {
    font-size: 11px;
    line-height: 1;
  }

  .subscribe-form-input::-ms-input-placeholder {
    font-size: 11px;
    line-height: 1;
  }

  .subscribe-form-input::placeholder {
    font-size: 11px;
    line-height: 1;
  }

  .submit-button {
    font-size: 12px;
  }

  .html-embed-5 {
    margin-bottom: 0px;
  }

  .grid-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-grid-rows: 1.8fr;
    grid-template-rows: 1.8fr;
  }

  .div-block-18 {
    display: none;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-18.phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .slider {
    display: none;
  }

  .slide {
    width: 100%;
    height: 100%;
    background-position: 0% 0%;
  }

  .heading-9 {
    display: block;
    padding-bottom: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f0f0f0;
    font-size: 16px;
    font-weight: 400;
  }

  .faq-hero {
    height: 30vh;
  }

  .div-block-23 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-23.faq {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-10 {
    font-size: 18px;
  }

  .html-embed-6 {
    width: 16px;
  }

  .inner-header-wrap {
    border-bottom: 0px solid rgba(92, 92, 92, 0.6);
  }

  .div-block-31 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .heading-12 {
    font-size: 16px;
  }

  .list-item-4 {
    font-size: 14px;
    text-align: left;
  }

  .body-paragraph {
    padding-left: 20px;
    font-size: 16px;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(92, 92, 92, 0.7);
  }

  .div-block-32 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-32.top {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-34 {
    margin-top: 40px;
  }

  .paragraph-4 {
    margin-top: 20px;
    text-align: left;
  }

  .grid-3 {
    display: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .html-embed-7 {
    height: 180px;
  }

  .announcement-wrapper {
    width: 100%;
    max-width: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .announcement-wrapper.about {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-5 {
    font-size: 14px;
    text-align: left;
  }

  .event-details-section {
    padding-top: 0px;
  }

  .event-details-section.zed-aid {
    padding-top: 0px;
  }

  .event-details-container {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .events-grid-2 {
    width: 100%;
    max-width: 478px;
  }

  .careers-section-container {
    padding-top: 60px;
  }

  .heading-15.margin10 {
    line-height: 1.2;
  }

  .paragraph-7 {
    width: 100%;
  }

  .job-details-section-container {
    padding-top: 60px;
  }

  .div-block-61 {
    margin-bottom: 0px;
  }

  .section-4 {
    height: auto;
    min-height: auto;
  }

  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-7.smaller {
    min-height: 60vh;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .container-grid.fashion-shows {
    min-height: 30vh;
  }

  .list {
    padding-left: 20px;
    text-align: left;
  }

  .div-block-64 {
    width: auto;
    height: auto;
    margin-left: 0px;
  }

  .div-block-73 {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .div-block-75 {
    position: static;
    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;
    -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: transparent;
  }

  .section-5 {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(92, 92, 92, 0.7);
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .cookie-warning-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 0px;
    -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;
  }

  .paragraph-10 {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .line-ver.short-bottom {
    height: 120px;
  }

  .wrapper {
    max-width: 100%;
  }

  .flex.hor.space-bwtween {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .line-container {
    width: 98%;
  }

  .container-flex {
    max-width: 90%;
  }

  .section-6 {
    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;
  }

  .div-block-92 {
    width: auto;
  }

  .feature-text-block {
    padding-top: 0px;
  }

  .features-grid-wrapper {
    grid-row-gap: 25px;
  }

  .dot-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-124 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .team-tint.mm {
    opacity: 0;
  }

  .team-text-tint.mm {
    opacity: 0;
  }

  .slider-5 {
    width: 300px;
    max-width: 478px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .mask-3 {
    width: 100%;
    max-width: 478px;
  }

  .phonebespoke {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }

  .phonebg {
    width: 100%;
    height: 100%;
    background-image: url('../images/Bespoke-Optimized.jpg');
    background-position: 0% 0%;
    background-size: cover;
  }

  .div-block-130 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

#w-node-_332fcdc6-2a2a-20b0-fae7-8f697ad98a5f-5ddb6c9d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5b47b727-a25a-7b8a-55c8-046d7f2e4515-5ddb6c9d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_20e50623-69dc-b745-afc5-a6e36d0656a4-5ddb6c9d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_81af2f8b-f85c-29a2-68ed-d605e168eb0f-eb83e1af {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_81af2f8b-f85c-29a2-68ed-d605e168eb17-eb83e1af {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_81af2f8b-f85c-29a2-68ed-d605e168eb1d-eb83e1af {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_4ba87b4b-a338-cef0-9170-b7afd9836181-de6d1d99 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_81af2f8b-f85c-29a2-68ed-d605e168eb17-eb83e1af {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1948e9bb-0145-5125-9bd7-a6d98f5d007c-8522f224 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_91cf06f7-504b-5116-a118-59dfd41c7160-8522f224 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_81af2f8b-f85c-29a2-68ed-d605e168eb0f-eb83e1af {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_81af2f8b-f85c-29a2-68ed-d605e168eb17-eb83e1af {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/911Fonts.com_CenturyGothicRegular__-_911fonts.com_fonts_mhpY.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/Century-Gothic-_911fonts.com_fonts_pMgo.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
