/*! locomotive-scroll v4.1.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
          transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  -webkit-transform: scaleY(1.3);
          transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fdcc00;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
  display: none;
  height: 100%;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body::-webkit-scrollbar {
  display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

a:active,
a:hover {
  outline: 0;
}

img {
  vertical-align: middle;
}

b,
strong {
  font-weight: bold;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 2 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button {
  background: transparent;
  border: 0;
  outline: 0;
}

body {
  background: #000000;
  color: #ffffff;
}

@font-face {
  font-family: "Delivery";
  src: url("/wp-content/themes/kenallen/assets/fonts/Delivery_W_CdBlk.woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Delivery";
  src: url("/wp-content/themes/kenallen/assets/fonts/Delivery_W_Bd.woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Delivery";
  src: url("/wp-content/themes/kenallen/assets/fonts/Delivery_W_Rg.woff");
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: "Delivery", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  white-space: normal;
  margin: 0;
}

h1 {
  font-size: 70px;
  font-weight: 900;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.14;
}

h1.xl {
  font-size: 124px;
}

@media screen and (max-width: 1150px) {
  h1.xl {
    font-size: 100px;
  }
}

@media screen and (max-width: 940px) {
  h1.xl {
    font-size: 80px;
  }
}

@media screen and (max-width: 768px) {
  h1.xl {
    font-size: 41px;
  }
}

h1.xlt {
  font-size: 152px;
  color: transparent;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #ffffff;
  text-transform: uppercase;
}

h1.xlt.black {
  -webkit-text-stroke-color: #000000;
}

h1.xlt.fill {
  color: #000000;
  -webkit-text-stroke: unset;
  -webkit-text-stroke-color: unset;
}

@media screen and (max-width: 1150px) {
  h1.xlt {
    font-size: 130px;
  }
}

@media screen and (max-width: 940px) {
  h1.xlt {
    font-size: 80px;
  }
}

@media screen and (max-width: 768px) {
  h1.xlt {
    font-size: 41px;
  }
}

@media screen and (max-width: 770px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 50px;
  font-weight: 900;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.2;
}

@media screen and (max-width: 1025px) {
  h2 {
    font-size: 42px;
    line-height: 41px;
    letter-spacing: -1.68px;
  }
}

@media screen and (max-width: 769px) {
  h2 {
    font-size: 28px;
    line-height: 1.29;
  }
}

h3 {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
}

@media screen and (max-width: 770px) {
  h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}

h4 {
  font-size: 30px;
  font-weight: 900;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.27;
}

h5 {
  font-size: 20px;
  line-height: 26px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.38px;
}

a.link {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
}

P {
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
}

P b {
  font-weight: bold;
}

P.small {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
}

.f_300 {
  font-weight: 300;
}

.f_400 {
  font-weight: 400;
}

.f_500 {
  font-weight: 500;
}

.f_600 {
  font-weight: 600;
}

.f_700 {
  font-weight: 700 !important;
}

.f_800 {
  font-weight: 800;
}

body {
  background: #000000;
  color: #ffffff;
}

body {
  background: #000000;
  color: #ffffff;
}

.btnPrimary {
  display: inline-block;
  padding: 10px 46px;
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  background: #fdcc00;
  color: #000000;
  border: none;
}

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

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.p__relative {
  position: relative;
}

.mbShow {
  display: none;
}

@media screen and (max-width: 1030px) {
  .mbShow {
    display: block;
  }
}

.d__block {
  display: block;
}

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

.d__iblock {
  display: inline-block;
}

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

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

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

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

.d__grid {
  display: -ms-grid;
  display: grid;
}

.w__50 {
  width: 50%;
}

.w__100 {
  width: 100%;
}

.t__center {
  text-align: center;
}

.t__left {
  text-align: left;
}

.t__right {
  text-align: right;
}

@media screen and (max-width: 1030px) {
  .mbNone {
    display: none;
  }
}

.mnFullwidth {
  min-width: 100vw;
}

.container {
  position: relative;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1150px) {
  .container {
    max-width: 940px;
  }
}

@media screen and (max-width: 940px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 24px;
  }
}

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

:root {
  --app-height: 100%;
}

.header {
  position: relative;
  padding: 17px 0;
  z-index: 999;
  background: #000000;
  -webkit-transition: all 0s;
  transition: all 0s;
}

@media screen and (max-width: 1030px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

.header.goUp {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}

.header__mobileToggle {
  display: none;
}

@media screen and (max-width: 940px) {
  .header__mobileToggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 28px;
    z-index: 9999;
  }
  .header__mobileToggle span {
    display: block;
    width: 26px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__mobileToggle span:not(:last-child) {
    margin-bottom: 7px;
  }
  .header__mobileToggle.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(13px);
            transform: rotate(45deg) translateY(13px);
  }
  .header__mobileToggle.active span:nth-child(2) {
    opacity: 0;
  }
  .header__mobileToggle.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-13px);
            transform: rotate(-45deg) translateY(-13px);
  }
}

.header__nav--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav--menu--item:not(:last-child) {
  margin-right: 60px;
}

@media screen and (max-width: 1150px) {
  .header__nav--menu--item:not(:last-child) {
    margin-right: 25px;
  }
}

@media screen and (max-width: 940px) {
  .header__nav--menu--item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.header__nav--menu--item.bookBtn a {
  padding: 13px 50px;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__nav--menu--item.bookBtn a:hover {
  background: #ffffff;
  color: #000000;
}

.header__nav--menu--item a {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}

.header__nav--menu--item a:hover {
  color: #fdcc00;
}

.header__nav--menu--item a[aria-current="page"] {
  color: #fdcc00;
}

@media screen and (max-width: 940px) {
  .header__nav--menu {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 940px) {
  .header__nav {
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.header__nav.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1030px) {
  main {
    margin-top: 80px;
  }
}

.heroBanner {
  position: relative;
  padding: 55px 0;
}

.heroBanner__video {
  position: relative;
  max-height: 100vh;
}

.heroBanner__video--inner {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}

.heroBanner__video--inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0.0001deg);
          transform: rotate(0.0001deg);
}

.heroBanner__video--inner .v_play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px !important;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  margin-top: -30px;
  margin-left: -30px;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.heroBanner__video--inner .v_play img {
  width: 24px;
}

.heroBanner__video--inner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}

.heroBanner__video--inner.playing .v_play {
  opacity: 0;
  visibility: hidden;
}

.heroBanner__video--inner.playing::after {
  opacity: 0;
  visibility: hidden;
}

.heroBanner__heading {
  margin-top: 55px;
}

.heroBanner__heading h1.xlt {
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
  .heroBanner__heading h1.xlt {
    margin-top: 0;
  }
}

.heroBanner__content {
  position: relative;
  padding-top: 150px;
}

@media screen and (max-width: 768px) {
  .heroBanner__content {
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .heroBanner__content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.heroBanner__content--left {
  position: relative;
  max-width: 585px;
  width: 100%;
}

@media screen and (max-width: 940px) {
  .heroBanner__content--left {
    max-width: 400px;
  }
}

.heroBanner__content--left h2 {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .heroBanner__content--left h2 {
    max-width: 230px;
    margin-bottom: 25px;
  }
}

.heroBanner__content--left P:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .heroBanner__content--left P:not(:last-child) {
    margin-bottom: 10px;
  }
}

.heroBanner__content--left a {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .heroBanner__content--left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
  }
}

.heroBanner__content--right {
  position: absolute;
  right: -100px;
  top: 0;
  max-width: 535px;
}

@media screen and (max-width: 1150px) {
  .heroBanner__content--right {
    right: -70px;
    top: 40px;
    max-width: 435px;
  }
}

@media screen and (max-width: 940px) {
  .heroBanner__content--right {
    right: 0px;
    top: 140px;
    max-width: 335px;
  }
}

@media screen and (max-width: 768px) {
  .heroBanner__content--right {
    position: relative;
    max-width: 100%;
    width: 100%;
    top: unset;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .heroBanner__content--right::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 130px;
    left: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0));
    z-index: 1;
  }
}

.aboutTopBanner {
  position: relative;
  padding: 70px 100px;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .aboutTopBanner {
    padding: 40px 24px;
  }
}

.aboutTopBanner__heading img {
  max-width: 635px;
  width: 100%;
  margin: 0 auto;
}

.aboutQuote,
.eventQuote {
  position: relative;
  padding: 180px 0;
  background: #fdcc00;
}

.aboutQuote__leftIcon,
.eventQuote__leftIcon {
  position: absolute;
  top: -60px;
  left: 0;
}

@media screen and (max-width: 940px) {
  .aboutQuote__leftIcon,
  .eventQuote__leftIcon {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -120px;
  }
}

.aboutQuote__rightIcon,
.eventQuote__rightIcon {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 940px) {
  .aboutQuote__rightIcon,
  .eventQuote__rightIcon {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -120px;
  }
}

.aboutQuote__text,
.eventQuote__text {
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
  color: #000000;
}

.aboutQuote__text h3,
.eventQuote__text h3 {
  margin-bottom: 35px;
}

.aboutQuote__text p,
.eventQuote__text p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.57;
}

.ourTime {
  position: relative;
  padding: 120px 0 140px 0;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .ourTime {
    padding: 70px 0;
  }
}

.ourTime__heading {
  max-width: 625px;
  width: 100%;
  margin: 0 auto 100px auto;
}

.ourTime__heading img {
  width: 100%;
}

.ourTime__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  grid-gap: 28px;
  margin-left: -24px;
  margin-right: -24px;
}

@media screen and (min-width: 575px) {
  .ourTime__content {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (min-width: 768px) {
  .ourTime__content {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin-left: 0;
    margin-right: 0;
    grid-column-gap: 28px;
  }
}

@media screen and (max-width: 768px) {
  .ourTime__content--block:not(:last-child) {
    margin-bottom: 40px;
  }
}

.ourTime__content--block--img {
  margin-bottom: 20px;
}

.ourTime__content--block--img img {
  width: 100%;
}

.ourTime__content--block--text {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  color: #000000;
}

.ourTime__content--block--text h4 {
  margin-bottom: 12px;
}

.ourTime__content--block--text p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.56;
  color: #323232;
}

.specialist {
  position: relative;
  padding: 0 0 70px 0;
  margin-top: -5px;
  background: #ffffff;
}

.specialist__heading {
  max-width: 945px;
  width: 100%;
  margin: 0 auto 140px auto;
}

@media screen and (max-width: 768px) {
  .specialist__heading {
    margin-bottom: 40px;
  }
}

.specialist__heading img {
  width: 100%;
}

.specialist__heading p {
  position: relative;
  max-width: 435px;
  width: 100%;
  margin: 40px auto 0 auto;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.56;
  color: #323232;
}

.specialist__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  grid-gap: 28px;
  margin-left: -24px;
  margin-right: -24px;
}

@media screen and (min-width: 768px) {
  .specialist__content {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.specialist__content--block {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .specialist__content--block {
    margin-bottom: 30px;
  }
}

.specialist__content--block--img {
  margin-bottom: 20px;
}

.specialist__content--block--img img {
  width: 100%;
}

.specialist__content--block--text {
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
  color: #000000;
}

.specialist__content--block--text h4 {
  margin-bottom: 12px;
}

.specialist__content--block--text p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.56;
  color: #323232;
}

.extraordinary {
  position: relative;
  padding: 0 0 130px 0;
  margin-top: -5px;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .extraordinary {
    padding-bottom: 70px;
  }
}

.extraordinary__textBlock {
  position: relative;
}

.extraordinary__textBlock h1 {
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
  .extraordinary__textBlock h1 {
    margin-top: 0;
  }
}

.extraordinary__textBlock img {
  position: absolute;
  max-width: 545px;
  width: 100%;
  top: 10%;
  left: 50%;
  margin-left: -25%;
}

@media screen and (max-width: 940px) {
  .extraordinary__textBlock img {
    max-width: 250px;
    margin-left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 15%;
  }
}

@media screen and (max-width: 768px) {
  .extraordinary__textBlock img {
    max-width: 155px;
    margin-left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 15%;
  }
}

.extraordinary__moto {
  color: #000000;
  max-width: 360px;
  width: 100%;
  margin: 0 auto 0 auto;
}

.extraordinary__moto h4 {
  margin-bottom: 10px;
}

.extraordinary__moto p {
  color: #323232;
}

.bottomContent {
  position: relative;
}

.bottomContent__banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.bottomContent__content {
  position: relative;
  padding: 100px 0;
  background: #000000;
  min-height: unset !important;
}

@media screen and (min-width: 945px) {
  .bottomContent__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .bottomContent__content {
    padding: 30px 0;
  }
}

.bottomContent__content--left {
  max-width: 460px;
  width: 100%;
}

.bottomContent__content--right {
  max-width: 556px;
  width: 100%;
}

.bottomQuote {
  position: relative;
  padding: 120px 0;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .bottomQuote {
    padding: 40px 0;
  }
}

.bottomQuote__heading {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.bottomQuote__heading img {
  width: 100%;
}

.bottomQuote__heading p {
  color: #323232;
  margin-top: 60px;
}

.pilosophyTopBanner {
  position: relative;
  padding: 80px 0 0;
  background: #ffffff;
}

.pilosophyTopBanner__heading img {
  width: 100%;
}

.bookInfo {
  position: relative;
  padding: 120px 0 0;
  background: #ffffff;
  margin-top: -5px;
}

.bookInfo__logo {
  max-width: 670px;
  width: 100%;
  margin: 0 0 60px auto;
}

@media screen and (max-width: 1140px) {
  .bookInfo__logo {
    max-width: 450px;
  }
}

@media screen and (max-width: 768px) {
  .bookInfo__logo {
    max-width: 100%;
    margin-bottom: 100px;
  }
}

.bookInfo__logo img {
  width: 100%;
}

.bookInfo__content {
  position: relative;
  background: #d40511;
  min-height: 600px;
}

@media screen and (max-width: 768px) {
  .bookInfo__content {
    min-height: auto;
  }
}

.bookInfo__content--bookImg .container {
  position: relative;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .bookInfo__content--bookImg .container {
    text-align: center;
  }
}

.bookInfo__content--bookImg .container img {
  position: absolute;
  top: -100px;
  left: -120px;
  max-width: 530px;
}

@media screen and (max-width: 768px) {
  .bookInfo__content--bookImg .container img {
    position: relative;
    left: 0%;
    top: 0;
    max-width: 100%;
    height: 320px;
    margin-top: -60px;
  }
}

.bookInfo__content--right {
  position: relative;
  max-width: 55%;
  margin-left: auto;
  padding-top: 35px;
}

@media screen and (max-width: 768px) {
  .bookInfo__content--right {
    max-width: 100%;
    padding: 0;
    margin-left: 0;
  }
}

.bookInfo__content--title {
  max-width: 620px;
  width: 100%;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .bookInfo__content--title {
    padding: 0 24px;
  }
}

.bookInfo__content--text {
  padding: 70px 90px;
  background: #ffffff;
  color: #323232;
}

@media screen and (max-width: 768px) {
  .bookInfo__content--text {
    padding: 35px 24px;
  }
}

.bookInfo__content--text p {
  max-width: 550px;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.64;
}

.mainthing {
  position: relative;
  padding: 85px 0;
}

.mainthing__banner {
  position: absolute;
  top: -75px;
  left: -95px;
  max-width: 580px;
}

@media screen and (max-width: 1140px) {
  .mainthing__banner {
    max-width: 450px;
  }
}

@media screen and (max-width: 768px) {
  .mainthing__banner {
    position: relative;
    max-width: 100%;
    left: 0;
    top: 0;
  }
  .mainthing__banner img {
    width: 100%;
  }
}

.mainthing__content {
  max-width: 635px;
  width: 100%;
  margin-left: auto;
}

@media screen and (max-width: 1140px) {
  .mainthing__content {
    max-width: 450px;
  }
}

.mainthing__content--heading {
  position: relative;
  margin-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .mainthing__content--heading {
    margin-bottom: 60px;
  }
}

.mainthing__content--heading img {
  width: 100%;
}

.mainthing__content--text p {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.64;
  color: #ffffff;
}

.selfReflection {
  position: relative;
  padding: 120px 0;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .selfReflection {
    padding: 60px 0;
  }
}

.selfReflection__heading {
  max-width: 750px;
  color: #000000;
  margin-bottom: 85px;
}

@media screen and (max-width: 768px) {
  .selfReflection__heading {
    margin-bottom: 40px;
  }
}

.selfReflection__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}

@media screen and (min-width: 768px) {
  .selfReflection__content {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 940px) {
  .selfReflection__content {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

.selfReflection__content--block h1 {
  color: #d40511;
  margin-bottom: 13px;
}

.selfReflection__content--block p {
  color: #323232;
}

.reflection {
  position: relative;
  padding-bottom: 250px;
  background: #ffffff;
  margin-top: -5px;
}

@media screen and (max-width: 768px) {
  .reflection {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 768px) {
  .reflection__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.reflection__content--left {
  max-width: 470px;
  width: 100%;
}

.reflection__content--left h1 {
  margin-bottom: 10px;
  color: #d40511;
  text-transform: uppercase;
}

.reflection__content--left p {
  max-width: 360px;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.64;
  color: #323232;
}

.reflection__content--right {
  max-width: 555px;
  width: 100%;
}

.reflection__content--right p {
  color: #323232;
}

.achievementsBanner {
  position: relative;
  padding: 80px 0 350px 0;
  z-index: 1;
  background: #fdcc00;
}

@media screen and (max-width: 768px) {
  .achievementsBanner {
    padding: 80px 0 0;
  }
  .achievementsBanner .container {
    padding: 0;
  }
}

.achievementsBanner__heading {
  position: relative;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .achievementsBanner__heading {
    padding: 0 24px;
  }
}

.achievementsBanner__video {
  position: relative;
  max-width: 948px;
  width: 100%;
  position: absolute;
  bottom: -90%;
  left: 50%;
  z-index: 1;
  margin-left: -40%;
  z-index: 1;
}

.achievementsBanner__video.show {
  opacity: 1 !important;
}

.achievementsBanner__video--inner {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}

.achievementsBanner__video--inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0.0001deg);
          transform: rotate(0.0001deg);
}

.achievementsBanner__video--inner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}

.achievementsBanner__video--inner .v_play {
  position: absolute;
  width: 95px;
  height: 95px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
}

.achievementsBanner__video--inner .v_play img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.achievementsBanner__video--inner.playing .v_play {
  opacity: 0;
  visibility: hidden;
}

.achievementsBanner__video--inner.playing::after {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1150px) {
  .achievementsBanner__video {
    margin-left: -50%;
  }
}

@media screen and (max-width: 768px) {
  .achievementsBanner__video {
    margin-top: 50px;
    position: relative;
  }
}

.achievementsToptext {
  position: relative;
  padding: 180px 0 100px 0;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .achievementsToptext {
    padding: 50px 24px 80px 24px;
  }
}

.achievementsToptext__wrapper {
  position: relative;
  max-width: 756px;
  width: 100%;
  margin: 0 auto;
  color: #000000;
}

.achievementsToptext__wrapper p {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.64;
  margin-bottom: 100px;
}

.achievementsToptext__wrapper .arrow {
  max-width: 26px;
  margin: 0 auto;
}

.year-title {
  position: relative;
  font-weight: 900;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  z-index: 1;
  letter-spacing: 1px;
}

.year-title.right {
  margin-left: auto;
  margin-right: 0;
}

.year-title::before {
  position: absolute;
  width: 100%;
  height: 18px;
  content: "";
  left: 0;
  right: 0;
  bottom: 55%;
  background-color: #fccc36;
  z-index: -1;
}

.year-title.white::before {
  background-color: #fff;
}

.year-title.xlt {
  font-size: 178px;
  color: transparent;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #ffffff;
  text-transform: uppercase;
}

.year-title.xlt.black {
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.57);
}

.year-title.xlt.fill {
  color: #000000;
  -webkit-text-stroke: unset;
  -webkit-text-stroke-color: unset;
}

@media screen and (max-width: 1150px) {
  .year-title.xlt {
    font-size: 130px;
  }
}

@media screen and (max-width: 940px) {
  .year-title.xlt {
    font-size: 80px;
  }
}

@media screen and (max-width: 768px) {
  .year-title.xlt {
    font-size: 41px;
  }
}

@media screen and (max-width: 770px) {
  .year-title {
    font-size: 50px;
  }
}

.achievemenstsFlow {
  position: relative;
  padding-bottom: 125px;
  background: #ffffff;
  margin-top: -5px;
}

@media screen and (max-width: 768px) {
  .achievemenstsFlow .container {
    padding: 0;
  }
}

.achievemenstsFlow__row {
  max-width: 1045px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .achievemenstsFlow__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 125px;
  }
}

@media screen and (max-width: 768px) {
  .achievemenstsFlow__row .morder1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
  }
  .achievemenstsFlow__row .morder2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 24px 24px 60px;
  }
}

.achievemenstsFlow__row.mx_auto {
  margin-left: auto;
  margin-right: auto;
}

.achievemenstsFlow__row.ml_auto {
  margin-left: auto;
}

.achievemenstsFlow__row--col {
  max-width: 460px;
  width: 100%;
  position: relative;
}

.achievemenstsFlow__row--col h2 {
  color: #000000;
  margin-bottom: 25px;
}

.achievemenstsFlow__row--col p {
  color: #323232;
}

.achievemenstsFlow__row--col p:not(:last-child) {
  margin-bottom: 10px;
}

.achievemenstsFlow__yearentry {
  position: relative;
  text-align: center;
}

.achievemenstsFlow__yearentry p {
  position: relative;
  color: #323232;
  text-transform: uppercase;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.achievemenstsFlow__yearentry p::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -5px;
  width: 2px;
  height: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fdcc00;
}

.achvBottomBanner {
  position: relative;
  padding: 340px 0 120px 0;
  background: #fdcc00;
}

@media screen and (max-width: 768px) {
  .achvBottomBanner {
    padding-bottom: 0;
    padding-top: 180px;
  }
}

.achvBottomBanner__wrapper {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .achvBottomBanner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .achvBottomBanner__wrapper {
    padding-bottom: 70px;
  }
}

.achvBottomBanner__img {
  position: absolute;
  top: -20%;
  max-width: 945px;
}

@media screen and (max-width: 768px) {
  .achvBottomBanner__img {
    margin-top: 15%;
  }
}

.achvBottomBanner__left {
  max-width: 420px;
  width: 100%;
}

.achvBottomBanner__left h2 {
  margin-top: 60px;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .achvBottomBanner__left {
    padding: 0 24px;
    max-width: 100%;
  }
}

.achvBottomBanner__right {
  max-width: 460px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .achvBottomBanner__right {
    padding: 24px;
    max-width: 100%;
  }
}

.achvBottomBanner__right p {
  color: #000000;
}

.eventsTopbanner {
  position: relative;
  padding: 100px 0;
  background: #fdcc00;
}

.eventsTopbanner__heading {
  max-width: 575px;
  width: 100%;
  margin: 0 auto;
}

.eventsTopbanner__heading img {
  width: 100%;
}

.businessStrategy {
  position: relative;
  padding-top: 75px;
  background: #ffffff;
}

@media screen and (max-width: 940px) {
  .businessStrategy {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .businessStrategy .container {
    padding: 0;
  }
}

.businessStrategy__topText {
  max-width: 756px;
  width: 100%;
  margin: 0 auto 85px auto;
}

@media screen and (max-width: 940px) {
  .businessStrategy__topText {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .businessStrategy__topText {
    padding: 0 24px 0;
  }
}

.businessStrategy__topText p {
  font-size: 22px;
  line-height: 1.64;
  color: #323232;
}

.businessStrategy__video {
  position: relative;
  max-width: 948px;
  width: 100%;
  margin: 0 auto -320px auto;
  z-index: 1;
}

@media screen and (max-width: 940px) {
  .businessStrategy__video {
    margin-bottom: -150px;
  }
}

.businessStrategy__video--inner {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}

.businessStrategy__video--inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0.0001deg);
          transform: rotate(0.0001deg);
}

.businessStrategy__video--inner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}

.businessStrategy__video--inner .v_play {
  position: absolute;
  width: 95px;
  height: 95px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
}

.businessStrategy__video--inner .v_play img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.businessStrategy__video--inner.playing .v_play {
  opacity: 0;
  visibility: hidden;
}

.businessStrategy__video--inner.playing::after {
  opacity: 0;
  visibility: hidden;
}

.businessStrategy__thoughts {
  padding: 350px 0 100px 0;
  background: #f9f9f9;
}

@media screen and (max-width: 768px) {
  .businessStrategy__thoughts {
    padding: 200px 24px 40px 24px;
  }
}

.businessStrategy__thoughts h4 {
  max-width: 755px;
  width: 100%;
  margin: 0 auto 30px auto;
  color: #000000;
}

.businessStrategy__thoughts--list {
  max-width: 755px;
  width: 100%;
  margin: 0 auto;
}

.businessStrategy__thoughts--list--item {
  position: relative;
  padding-left: 25px;
  color: #323232;
}

.businessStrategy__thoughts--list--item::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #323232;
}

.businessStrategy__thoughts--list--item:not(:last-child) {
  margin-bottom: 10px;
}

.businessStrategy__thoughts--list--item p {
  color: #323232;
}

.moreContent {
  position: relative;
  padding: 110px 0;
  background: #ffffff;
  margin-top: -5px;
}

@media screen and (max-width: 940px) {
  .moreContent {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .moreContent .container {
    padding: 0;
  }
}

.moreContent__row:not(:last-child) {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .moreContent__row:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .moreContent__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.moreContent__row--leftCol {
  max-width: 460px;
  width: 100%;
}

@media screen and (max-width: 940px) {
  .moreContent__row--leftCol {
    max-width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .moreContent__row--leftCol {
    max-width: 100%;
  }
}

.moreContent__row--rightCol {
  max-width: 558px;
  width: 100%;
}

@media screen and (max-width: 1150px) {
  .moreContent__row--rightCol {
    max-width: 435px;
  }
}

@media screen and (max-width: 940px) {
  .moreContent__row--rightCol {
    max-width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .moreContent__row--rightCol {
    max-width: 100%;
    margin-top: 30px;
  }
}

.moreContent__row--rightCol p {
  color: #323232;
  max-width: 460px;
}

@media screen and (max-width: 768px) {
  .moreContent__row--rightCol p {
    padding: 0 24px;
  }
}

.moreContent__row--rightCol p:not(:last-child) {
  margin-bottom: 10px;
}

.speakerSubject {
  position: relative;
  padding: 100px 0 180px 0;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .speakerSubject {
    padding: 60px 0;
  }
}

.speakerSubject__wrapper {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  color: #000000;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .speakerSubject__wrapper {
    padding: 0 24px;
  }
}

.speakerSubject__wrapper h2 {
  margin-bottom: 20px;
}

.speakerSubject__wrapper p {
  font-size: 22px;
  line-height: 1.64;
  color: #323232;
  margin-bottom: 40px;
}

.speakerSubject__heading {
  color: #000000;
  margin-bottom: 40px;
}

.speakerSubject__heading h2 {
  margin-bottom: 20px;
}

.speakerSubject__heading p {
  font-size: 22px;
  line-height: 1.64;
  color: #323232;
}

.speakerSubject__list--item {
  position: relative;
  padding-left: 25px;
}

.speakerSubject__list--item::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #323232;
}

.speakerSubject__list--item:not(:last-child) {
  margin-bottom: 10px;
}

.speakerSubject__list--item p {
  color: #323232;
}

.pressTopBanner {
  position: relative;
  padding: 95px 0 350px 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .pressTopBanner {
    padding: 70px 0 150px 0;
  }
}

@media screen and (max-width: 575px) {
  .pressTopBanner {
    padding: 70px 0 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .pressTopBanner .container {
    padding: 0;
  }
}

.pressTopBanner__heading {
  position: relative;
  max-width: 885px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pressTopBanner__heading {
    padding: 0 24px;
  }
}

.pressTopBanner__img {
  max-width: 945px;
  width: 100%;
  margin: 0 auto -60% auto;
}

@media screen and (max-width: 1030px) {
  .pressTopBanner__img {
    margin-top: 10%;
  }
}

.pressContent {
  position: relative;
  padding-top: 350px;
  padding-bottom: 105px;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .pressContent {
    padding-top: 260px;
  }
}

.pressContent__img {
  margin-bottom: 100px;
  margin-top: -220px;
}

.pressContent__text {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.pressContent__text p {
  font-size: 22px;
  line-height: 1.64;
  color: #323232;
}

.pressContent__moreContent {
  position: relative;
  margin-top: 100px;
}

.pressContent__moreContent--heading {
  position: relative;
  margin-bottom: 45px;
}

.pressContent__moreContent--heading h2 {
  color: #000000;
}

.pressContent__moreContent--heading::before {
  position: absolute;
  content: "";
  top: -20px;
  width: 100%;
  height: 2px;
  background: #fdcc00;
}

.pressContent__moreContent--row {
  margin-bottom: 110px;
}

@media screen and (min-width: 768px) {
  .pressContent__moreContent--row {
    display: -ms-grid;
    display: grid;
  }
  .pressContent__moreContent--row.article {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 28px;
  }
}

.pressContent__moreContent--row.linkedin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14px;
}

.pressContent__moreContent--row.linkedin iframe {
  width: calc(50% - 28px);
  margin: 0 14px 40px;
}

@media screen and (max-width: 768px) {
  .pressContent__moreContent--row.linkedin iframe {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pressContent__moreContent--row--block {
    margin-bottom: 40px;
  }
}

.pressContent__moreContent--row--block p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  color: #323232;
  margin: 10px 0 15px 0;
}

.pressContent__moreContent--row--block h4 {
  color: #000000;
}

.pressContent__moreContent--btn {
  position: relative;
  text-align: center;
}

.pressContent__moreContent--btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 255px;
  height: 50px;
  padding-top: 3px;
  background: #fdcc00;
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pressContent__moreContent--btn a:hover {
  background: #000000;
  color: #fdcc00;
}

.bookTopBanner {
  position: relative;
  padding: 100px 0;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .bookTopBanner {
    padding: 60px 0;
  }
}

.bookTopBanner__heading {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.bookContent {
  position: relative;
  padding: 110px 0 130px 0;
  background: url("/wp-content/themes/kenallen/assets/img/contact-bg.png");
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .bookContent {
    padding: 60px 0;
  }
}

@media screen and (min-width: 768px) {
  .bookContent__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.bookContent__contact {
  max-width: 500px;
  width: 100%;
}

.bookContent__contact h2 {
  position: relative;
  margin-bottom: 55px;
}

.bookContent__contact h2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: -20px;
  left: 0;
  background: #fdcc00;
}

.bookContent__contact--infoBlock p {
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.64;
  color: #ffffff;
  margin-bottom: 5px;
}

.bookContent__contact--infoBlock a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  font-weight: normal;
  color: #fdcc00;
}

.bookContent__contact--infoBlock:not(:last-child) {
  margin-bottom: 35px;
}

.bookContent__enquiryForm {
  max-width: 557px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bookContent__enquiryForm {
    margin-top: 40px;
  }
}

.bookContent__enquiryForm h4 {
  margin-bottom: 30px;
}

.bookContent__enquiryForm .form {
  position: relative;
}

.bookContent__enquiryForm .form p {
  margin-bottom: 20px;
}

.bookContent__enquiryForm .form p a {
  font-weight: bold;
}

.bookContent__enquiryForm .form__input {
  margin-bottom: 12px;
}

.bookContent__enquiryForm .form__input input,
.bookContent__enquiryForm .form__input textarea {
  width: 100%;
  background: #ffffff;
  padding: 10px 15px 5px 15px;
  border-radius: 3px;
  border: solid 1px #979797;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
  font-weight: normal;
  color: #323232;
}

.bookContent__enquiryForm .form__btn {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .bookContent__enquiryForm .form__btn {
    text-align: center;
  }
}

.footer {
  padding: 28px 0;
  background: #000000;
}

@media screen and (max-width: 768px) {
  .footer__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer p {
  opacity: 0.4;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer p {
    display: none;
  }
}

.footer__social li {
  width: 42px;
  height: 42px;
}

.footer__social li:not(:last-child) {
  margin-right: 30px;
}

.footer__social li img {
  width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 !important;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.wpcf7-spinner {
  display: none;
}

.video .video__link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video .video__media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video.no-owerlay::after {
  opacity: 0;
  z-index: -10;
}

.video .play {
  display: none;
}

.video .video-enabled {
  cursor: pointer;
}

.video.video-enabled .play {
  display: block;
}
/*# sourceMappingURL=app.css.map */