@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(2rem);
  }
}
@keyframes bounce-down {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(2rem) rotate(90deg);
  }
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

input[type=submit] {
  -webkit-appearance: none;
}

html,
body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

body {
  box-sizing: border-box;
  position: relative;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  color: #333333;
  transition: transform 0.3s ease;
  background: #fff;
}

a {
  color: black;
  text-decoration: none !important;
  display: block;
  cursor: pointer;
}

img {
  max-width: 100%;
}

input,
textarea {
  transition: all ease 0.3s;
}
input:focus, input:active,
textarea:focus,
textarea:active {
  outline: 3px solid #f6d049 !important;
  border-color: transparent !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-size: 3rem;
  color: #000000;
}

p {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  color: #3c3c3c;
}

.u-clear {
  clear: both;
}

.u-img-cover {
  position: relative;
  padding-bottom: 30%;
}

.u-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.u-cover__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.u-cover__cont {
  position: relative;
  padding-bottom: 30%;
}

.u-yellow-line {
  display: flex;
  align-items: flex-start;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 3rem;
  font-weight: 900;
  color: #000000;
}
@media (max-width: 600px) {
  .u-yellow-line {
    font-size: 1.8rem;
  }
}
.u-yellow-line:before {
  content: "";
  width: 4rem;
  height: 2px;
  background-color: #f6d049;
  margin-right: 2.2rem;
  width: 12.5rem;
  margin-top: 1rem;
}
@media (max-width: 600px) {
  .u-yellow-line:before {
    width: 8rem;
  }
}

.u-circle-link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  transition: all ease 0.3s;
  letter-spacing: 2px;
}
.u-circle-link__circle {
  width: 3.3rem;
  height: 3.3rem;
  background-color: #000000;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.2rem;
  margin-right: 2rem;
  transition: all ease 0.3s;
}
.u-circle-link__circle svg {
  stroke: white;
  fill: transparent;
  width: 3rem;
  height: 3rem;
  transition: all ease 0.3s;
}
.u-circle-link:hover, .u-circle-link:focus {
  color: #f6d049;
}
.u-circle-link:hover .u-circle-link__circle {
  background-color: #f6d049;
}
.u-circle-link:hover .u-circle-link__circle svg {
  stroke: #000000;
}
.u-circle-link--white {
  color: #ffffff;
}
.u-circle-link--white .u-circle-link__circle {
  background-color: #ffffff;
}
.u-circle-link--white .u-circle-link__circle svg {
  stroke: #000000;
}
.u-circle-link--white-yc {
  color: #ffffff;
}
.u-circle-link--white-yc .u-circle-link__circle {
  background-color: #f6d049;
}
.u-circle-link--white-yc .u-circle-link__circle svg {
  stroke: #000000;
}

.u-body-container {
  max-width: 109rem;
  margin: 0 auto;
  padding: 0 3rem;
}
@media (max-width: 1000px) {
  .u-body-container {
    max-width: 76rem;
  }
}
@media (max-width: 650px) {
  .u-body-container {
    max-width: unset;
    padding: 0;
  }
}

.u-slick-slider {
  display: none;
}
.u-slick-slider.slick-initialized {
  display: block;
}

.u-yellow-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.u-yellow-list li {
  font-size: 2rem;
  line-height: 1.7;
  padding-left: 2rem;
  position: relative;
}
.u-yellow-list li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.u-yellow-list li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #f6d049;
  position: absolute;
  top: 12px;
  left: 6px;
}
.u-yellow-list--3 ul {
  -moz-column-count: 3;
       column-count: 3;
}

.u-video {
  position: relative;
  cursor: pointer;
}
.u-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  fill: white;
  width: 8rem;
  height: 8rem;
  border: solid 2px #ffffff;
  border-radius: 100%;
  transition: all ease 0.3s;
}
.u-video:hover .u-video__play {
  border: solid 2px #f6d049;
  transform: scale(1.1) translate(-50%, -50%);
  fill: #f6d049;
}

.u-overlay {
  position: relative;
}
.u-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
}

.btn {
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  border: 2px solid #000000;
  padding: 2rem;
  display: inline-flex;
  transition: all ease 0.3s;
  align-items: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 1.2px;
}
@media (max-width: 600px) {
  .btn {
    font-size: 1.6rem;
  }
}
.btn:hover, .btn:focus {
  background-color: #f6d049;
  color: #000000;
  border: solid 2px #f6d049;
}
.btn:hover svg, .btn:focus svg {
  stroke: #000000;
}
.btn__content {
  display: flex;
  align-items: center;
}
.btn__text {
  margin-right: 1rem;
  transition: all ease 0.3s;
}
.btn__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn__arrow svg {
  fill: transparent;
  stroke: #000000;
  width: 3rem;
  height: 3rem;
  transition: all ease 0.3s;
}
@media (max-width: 850px) {
  .btn__arrow svg {
    margin-right: 1rem;
  }
}
.btn--white {
  border: solid 2px #ffffff;
}
.btn--white .btn__text {
  color: #ffffff;
}
.btn--white .btn__arrow svg {
  stroke: #ffffff;
}
.btn--white:hover, .btn--white:focus {
  background-color: #ffffff;
  border: solid 2px #ffffff;
}
.btn--white:hover .btn__text, .btn--white:focus .btn__text {
  color: #000000;
}
.btn--white:hover svg, .btn--white:focus svg {
  stroke: #000000;
}
.btn--black {
  border: solid 2px #000000;
}
.btn--black .btn__text {
  color: #000000;
}
.btn--black .btn__arrow svg {
  stroke: #000000;
}
.btn--black:hover, .btn--black:focus {
  background-color: #000000;
  border: solid 2px #000000;
}
.btn--black:hover .btn__text, .btn--black:focus .btn__text {
  color: #ffffff;
}
.btn--black:hover svg, .btn--black:focus svg {
  stroke: #ffffff;
}

.c-application-form {
  position: relative;
  padding: 18rem 3rem;
}
@media (max-width: 1000px) {
  .c-application-form {
    padding: 13rem 3rem;
  }
}
@media (max-width: 600px) {
  .c-application-form {
    padding: 9.5rem 0;
  }
}
.c-application-form:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #300211;
  opacity: 0.96;
}
.c-application-form__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.c-application-form__content-wrapper {
  display: flex;
  position: relative;
  z-index: 1;
  max-width: 137rem;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .c-application-form__content-wrapper {
    display: block;
    max-width: 58rem;
  }
}
.c-application-form__left {
  max-width: 52.7rem;
  margin-right: 5rem;
}
@media (max-width: 1100px) {
  .c-application-form__left {
    max-width: 42.7rem;
  }
}
@media (max-width: 1000px) {
  .c-application-form__left {
    width: 100%;
    margin-bottom: 9rem;
    max-width: unset;
  }
}
.c-application-form__yellow-line {
  color: #ffffff;
}
.c-application-form__text {
  color: #ffffff;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 900;
}
@media (max-width: 700px) {
  .c-application-form__text {
    font-size: 3rem;
  }
}
@media (max-width: 600px) {
  .c-application-form__text {
    padding: 0 3rem;
  }
}
.c-application-form__right {
  width: 53rem;
}
@media (max-width: 1000px) {
  .c-application-form__right {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .c-application-form__right {
    padding: 0 3rem;
  }
}
.c-application-form__hidden-fields {
  display: none;
}
.c-application-form label,
.c-application-form .wpcf7-response-output {
  color: #ffffff;
}
.c-application-form form p {
  width: 80%;
}
@media (max-width: 700px) {
  .c-application-form form p {
    width: 100%;
  }
}

.c-awards {
  max-width: 135rem;
  margin: 0 auto;
}
.c-awards__yellow-line {
  margin: 0 3rem 3rem;
}
@media (max-width: 800px) {
  .c-awards__yellow-line:before {
    width: 8rem;
  }
}
@media (max-width: 800px) {
  .c-awards__yellow-line {
    margin: 0 0 3rem;
  }
}
.c-awards__logos-cont {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .c-awards__logos-cont {
    display: none;
  }
}
.c-awards__logos-slideshow {
  width: 100%;
  display: none !important;
}
@media (max-width: 800px) {
  .c-awards__logos-slideshow {
    display: block !important;
  }
}
.c-awards__logos-slideshow .c-awards__logo-cont {
  outline: none;
  padding: 0 4rem;
}
@media (max-width: 500px) {
  .c-awards__logos-slideshow .c-awards__logo-cont {
    padding: 0 1rem;
  }
}

.c-base-form br {
  display: none;
}
.c-base-form p {
  margin-bottom: 3rem;
}
.c-base-form label {
  font-size: 1.8rem;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}
.c-base-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 2rem;
}
.c-base-form input,
.c-base-form select,
.c-base-form textarea {
  width: 100%;
  border: solid 1px #a3a8ac;
  padding: 1rem;
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
}
.c-base-form input:focus,
.c-base-form select:focus,
.c-base-form textarea:focus {
  border: solid 1px #000000;
  outline: none;
}
.c-base-form select {
  margin-top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.c-base-form .select-cont {
  position: relative;
  display: block;
}
.c-base-form .select-icon {
  position: absolute;
  right: 1rem;
  top: -3px;
  transform: rotate(90deg);
  pointer-events: none;
  width: 5rem;
  height: 5rem;
  stroke: #000000;
  fill: transparent;
}
.c-base-form .expansion-team-options,
.c-base-form .career-options {
  display: none;
}
.c-base-form .expansion-team-options label,
.c-base-form .career-options label {
  text-transform: unset;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 500;
}
.c-base-form .wpcf7-checkbox .wpcf7-list-item input {
  display: none;
}
.c-base-form .wpcf7-checkbox .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: initial;
  cursor: pointer;
}
.c-base-form .wpcf7-checkbox .wpcf7-list-item-label span {
  flex: 1;
}
.c-base-form .wpcf7-checkbox .wpcf7-list-item-label:after, .c-base-form .wpcf7-checkbox .wpcf7-list-item-label:before {
  content: unset;
  width: 2rem;
  height: 2rem;
  margin-left: 3px;
  border: solid 1px #a3a8ac;
  border-radius: 2px;
}
.c-base-form .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after,
.c-base-form .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before {
  background-color: #f6d049;
}
.c-base-form .submit {
  background-color: #ffffff;
  border: solid 2px #000000;
  outline: none;
  display: flex;
  align-items: center;
  padding: 1rem;
  cursor: pointer;
  transition: all ease 0.3s;
  width: 15rem;
  height: 5.4rem;
  position: relative;
  transition: all ease 0.3s;
}
.c-base-form .submit--white {
  background-color: transparent;
  border-color: #ffffff;
}
.c-base-form .submit:hover, .c-base-form .submit:focus {
  background-color: #f6d049;
}
.c-base-form .submit--white:hover input {
  color: #000000;
}
.c-base-form .submit--white:hover .submit-icon {
  stroke: #000000;
}
.c-base-form .submit input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: left;
  padding-left: 3rem;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.6rem;
  cursor: pointer;
  transition: all ease 0.3s;
}
.c-base-form .submit input:focus {
  background-color: #f6d049;
}
.c-base-form .submit--white input {
  color: #ffffff;
}
.c-base-form .submit-icon {
  fill: transparent;
  stroke: #000000;
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 1rem;
  top: 9px;
  transition: all ease 0.3s;
}
.c-base-form .submit--white .submit-icon {
  stroke: #ffffff;
}
.c-base-form .wpcf7-not-valid-tip,
.c-base-form .wpcf7-response-output {
  font-size: 1.4rem;
  margin-top: 1rem;
  text-transform: none !important;
}
.c-base-form__file-upload input {
  display: none;
}
.c-base-form__file-ui {
  background-color: #ffffff;
  display: block;
  width: 100%;
  padding: 1rem;
  font-size: 1.8rem;
  border: solid 1px #a3a8ac;
  color: #ffffff;
  margin-top: 2rem;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.c-base-form__file-ui.filled {
  color: #000000;
}
.c-base-form__file-name {
  color: white;
}
.c-base-form__file-name.filled {
  color: #000000;
}
.c-base-form__file-ui:hover .c-base-form__upload-icon, .c-base-form__file-upload:focus .c-base-form__upload-icon {
  stroke: #f6d049;
}
.c-base-form__upload-icon {
  position: absolute;
  right: 1rem;
  top: 0.6rem;
  width: 3rem;
  height: 3rem;
  fill: transparent;
  stroke: #000000;
  transition: all ease 0.3s;
}
.c-base-form hr {
  width: 100%;
  background-color: #f0f0f0;
  opacity: 0.4;
}
.c-base-form__term {
  margin-bottom: 3rem;
}
@media (max-width: 800px) {
  .c-base-form__term {
    margin-bottom: 3.5rem;
  }
}
.c-base-form__term .wpcf7-list-item {
  margin: 0;
}
.c-base-form__term .wpcf7-list-item-label {
  position: relative;
  text-transform: initial;
  padding-left: 4rem;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
}
.c-base-form__term .wpcf7-list-item-label:before, .c-base-form__term .wpcf7-list-item-label:after {
  position: absolute;
  content: unset !important;
}
.c-base-form__term .wpcf7-list-item-label:before {
  content: "" !important;
  left: 0;
}
.c-base-form__term .wpcf7-list-item-label:after {
  content: unset !important;
  right: 0;
}
.c-base-form__yellow-circle {
  background-color: #f6d049;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 2.15rem;
  height: 2.15rem;
  cursor: pointer;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 500;
}
.c-base-form__dropdown {
  position: relative;
}
.c-base-form__drop-dwn-arrow {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 2.4rem;
  height: 2.4rem;
  fill: transparent;
  stroke: #000000;
  pointer-events: none;
  transition: all ease 0.3s;
}
.c-base-form__dropdown:hover .c-base-form__drop-dwn-arrow {
  stroke: #f6d049;
}
.c-base-form__hidden-fields {
  display: none;
}

.c-camp-gallery {
  padding-bottom: 3rem;
}
.c-camp-gallery h2 {
  margin-bottom: 3rem;
}
.c-camp-gallery .__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media (max-width: 650px) {
  .c-camp-gallery .__images {
    grid-template-columns: 1fr;
  }
}
.c-camp-gallery .__image {
  display: flex;
}
.c-camp-gallery .__image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.c-center-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 3rem;
}
.c-center-text__top {
  position: relative;
}
.c-center-text__logo {
  position: absolute;
  left: 50%;
  top: -5rem;
  transform: translateX(-50%);
  max-width: 30rem;
  z-index: 0;
}
.c-center-text__super {
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
@media (max-width: 650px) {
  .c-center-text__super {
    font-size: 1.8rem;
  }
}
.c-center-text__super--maroon {
  color: #541027;
}
.c-center-text__text {
  text-align: center;
  max-width: 100rem;
  margin: 0 auto 2rem;
  line-height: 1.5;
  font-size: 3.6rem;
  font-weight: 900;
}
@media (max-width: 650px) {
  .c-center-text__text {
    font-size: 2.8rem;
  }
}
.c-center-text__link {
  align-self: center;
}
.c-center-text__bouncing-circle {
  align-self: center;
  width: 45px;
  height: 45px;
  background-color: #000000;
  border-radius: 100%;
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce infinite ease 2s alternate;
}
.c-center-text__bouncing-circle svg {
  stroke: #ffffff;
  width: 100%;
  height: 100%;
  fill: none;
  transform: rotate(90deg);
}
.c-center-text--white .c-center-text__super, .c-center-text--white .c-center-text__text {
  color: #ffffff;
  transition: all ease 0.3s;
}

.c-companies {
  display: flex;
  padding-left: 23rem;
  padding-right: 14.4rem;
  justify-content: space-between;
  max-width: 192rem;
  margin: 0 auto;
}
@media (max-width: 1750px) {
  .c-companies {
    padding-right: 5rem;
  }
}
@media (max-width: 1500px) {
  .c-companies {
    padding-left: 10rem;
  }
}
@media (max-width: 1350px) {
  .c-companies {
    padding-right: 2.8rem;
  }
}
@media (max-width: 1300px) {
  .c-companies {
    flex-direction: column;
    padding: 0 8rem;
  }
}
@media (max-width: 1000px) {
  .c-companies {
    padding: 0 5rem;
  }
}
@media (max-width: 800px) {
  .c-companies {
    padding: 0;
  }
}
.c-companies__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  max-width: 67.2rem;
  margin-right: auto;
  flex: 1;
}
.c-companies__left--no-flex {
  flex: unset;
}
@media (max-width: 1300px) {
  .c-companies__left {
    width: 100%;
    flex: unset;
    margin-right: 0;
    max-width: unset;
    position: unset;
    margin-bottom: 6rem;
  }
}
@media (max-width: 800px) {
  .c-companies__left {
    padding-right: 3rem;
  }
}
.c-companies__phrase {
  transform: translateY(3rem);
  font-weight: 900;
  font-size: 9rem;
  color: #a3a8ac;
  opacity: 0.13;
  letter-spacing: 7px;
}
@media (max-width: 600px) {
  .c-companies__phrase {
    font-size: 5rem;
  }
}
.c-companies__super {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 3rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.c-companies__super:before {
  width: 12.4rem;
}
@media (max-width: 550px) {
  .c-companies__super:before {
    width: 8rem;
  }
}
@media (max-width: 1300px) {
  .c-companies__text-wrapper {
    max-width: 91rem;
  }
}
@media (max-width: 1000px) {
  .c-companies__text-wrapper {
    max-width: 71rem;
  }
}
@media (max-width: 800px) {
  .c-companies__text-wrapper {
    padding-left: 3rem;
  }
}
.c-companies__text-wrapper h1,
.c-companies__text-wrapper h2,
.c-companies__text-wrapper h3,
.c-companies__text-wrapper h4,
.c-companies__text-wrapper h5,
.c-companies__text-wrapper h6,
.c-companies__text-wrapper p {
  font-size: 4.6rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.3;
}
@media (max-width: 1000px) {
  .c-companies__text-wrapper h1,
  .c-companies__text-wrapper h2,
  .c-companies__text-wrapper h3,
  .c-companies__text-wrapper h4,
  .c-companies__text-wrapper h5,
  .c-companies__text-wrapper h6,
  .c-companies__text-wrapper p {
    font-size: 3.5rem;
  }
}
@media (max-width: 600px) {
  .c-companies__text-wrapper h1,
  .c-companies__text-wrapper h2,
  .c-companies__text-wrapper h3,
  .c-companies__text-wrapper h4,
  .c-companies__text-wrapper h5,
  .c-companies__text-wrapper h6,
  .c-companies__text-wrapper p {
    font-size: 3rem;
  }
}
.c-companies__text-wrapper h1 strong,
.c-companies__text-wrapper h2 strong,
.c-companies__text-wrapper h3 strong,
.c-companies__text-wrapper h4 strong,
.c-companies__text-wrapper h5 strong,
.c-companies__text-wrapper h6 strong,
.c-companies__text-wrapper p strong {
  font-weight: 900;
  color: #f6d049;
}
.c-companies__quote {
  position: relative;
  margin-top: 10rem;
}
@media (max-width: 800px) {
  .c-companies__quote {
    margin: 8rem 0 0 3rem;
  }
}
.c-companies__quote p {
  font-size: 2.6rem;
  color: #ffffff;
  line-height: 1.7;
  font-style: italic;
}
@media (max-width: 550px) {
  .c-companies__quote p {
    font-size: 2rem;
  }
}
.c-companies__quote-icon {
  position: absolute;
  top: -1rem;
  left: -1rem;
  fill: #ffffff;
  opacity: 0.13;
  width: 6.8rem;
  height: 4rem;
}
.c-companies__circle-link {
  margin-top: 5rem;
}
@media (max-width: 800px) {
  .c-companies__circle-link {
    padding-left: 3rem;
  }
}
.c-companies__right {
  display: flex;
  flex-wrap: wrap;
  width: 68rem;
  margin-left: 3rem;
}
@media (max-width: 1650px) {
  .c-companies__right {
    width: 60rem;
  }
}
@media (max-width: 1600px) {
  .c-companies__right {
    width: 50rem;
  }
}
@media (max-width: 1500px) {
  .c-companies__right {
    width: 60rem;
  }
}
@media (max-width: 1450px) {
  .c-companies__right {
    width: 50rem;
  }
}
@media (max-width: 1300px) {
  .c-companies__right {
    width: 100%;
    max-width: 130rem;
    margin: 0;
    padding: 0 3rem;
  }
}
@media (max-width: 1000px) {
  .c-companies__right {
    padding: 0 0.7rem;
  }
}
.c-companies__item {
  width: 50%;
  padding: 1rem;
  min-height: 25rem;
}
@media (max-width: 1300px) {
  .c-companies__item {
    width: 33.3333%;
  }
}
@media (max-width: 750px) {
  .c-companies__item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .c-companies__item {
    padding: 0.5rem;
    min-height: unset;
  }
}
.c-companies__logo-link {
  height: 100%;
}
.c-companies__item-inner-box {
  background-color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 4rem;
  transition: all ease 0.3s;
}
@media (max-width: 1650px) {
  .c-companies__item-inner-box {
    padding: 2rem 0;
  }
}
.c-companies__item-inner-box:hover, .c-companies__item-inner-box:focus {
  background-color: #f6d049;
}
.c-companies__logo-wrapper {
  width: 80%;
  height: 20rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  .c-companies__logo-wrapper {
    height: 11rem;
  }
}
.c-companies__link {
  display: flex;
  justify-content: center;
}
.c-companies__item--link {
  flex: 1;
}
.c-companies__item--link .c-companies__link {
  color: #ffffff;
  line-height: 1.5;
  display: block;
  height: 100%;
}
.c-companies__item--link .c-companies__item-inner-box {
  background-color: #541027;
}
@media (max-width: 1600px) {
  .c-companies__item--link .c-companies__item-inner-box {
    flex-direction: column-reverse;
    padding-left: 5rem;
    align-items: flex-start;
  }
}
@media (max-width: 1300px) {
  .c-companies__item--link .c-companies__item-inner-box {
    flex-direction: row;
    align-items: center;
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .c-companies__item--link .c-companies__item-inner-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 3rem;
  }
}
.c-companies__item--link .c-companies__item-inner-box:hover, .c-companies__item--link .c-companies__item-inner-box:focus {
  background-color: #3f0c1d;
}
@media (max-width: 1600px) {
  .c-companies__item--link .c-companies__link-circle {
    margin-right: 0;
    margin-top: 2rem;
  }
}
@media (max-width: 1300px) {
  .c-companies__item--link .c-companies__link-circle {
    margin-right: 2rem;
    margin-top: 0;
  }
}
.c-companies__item--link .c-companies__link-text {
  display: block;
  max-width: 10rem;
  font-size: 1.8rem;
  margin-top: 1rem;
  letter-spacing: 1.2px;
}
.c-companies__right-text-wrapper {
  align-self: center;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
  max-width: 40rem;
  line-height: 1.7;
}
@media (max-width: 1300px) {
  .c-companies__right-text-wrapper {
    display: none;
  }
}
@media (max-width: 800px) {
  .c-companies__right-text-wrapper {
    padding-left: 3rem;
  }
}
.c-companies__right-text-wrapper--mobile {
  display: none;
}
@media (max-width: 1300px) {
  .c-companies__right-text-wrapper--mobile {
    display: block;
    max-width: 53rem;
    margin-top: 3rem;
  }
}

.c-education-hero {
  height: 100vh;
  min-height: 100rem;
  max-height: 110rem;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .c-education-hero {
    min-height: 76rem;
    max-height: unset;
  }
}
.c-education-hero__image-cont {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.c-education-hero__content {
  position: relative;
  z-index: 2;
  max-width: 136rem;
  margin-left: 29rem;
}
@media (max-width: 1750px) {
  .c-education-hero__content {
    margin-left: 10rem;
    margin-right: 3rem;
  }
}
@media (max-width: 1200px) {
  .c-education-hero__content {
    margin-left: 3rem;
  }
}
.c-education-hero__yellow-line {
  color: #ffffff;
}
.c-education-hero__header {
  color: #ffffff;
  font-size: 11rem;
  font-weight: 900;
  margin-bottom: 1.6rem;
  line-height: 1;
}
@media (max-width: 1100px) {
  .c-education-hero__header {
    font-size: 9rem;
  }
}
@media (max-width: 800px) {
  .c-education-hero__header {
    font-size: 4rem;
  }
}
.c-education-hero__sub-text {
  font-size: 2.4rem;
  font-weight: 400;
  color: #ffffff;
  max-width: 62rem;
  line-height: 1.5;
}

.c-hero-banner {
  display: flex;
  max-width: 192rem;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .c-hero-banner {
    flex-wrap: wrap;
  }
}
.c-hero-banner .c-social-links {
  padding: 2rem 5rem 2rem 7.3rem;
}
@media (max-width: 1800px) {
  .c-hero-banner .c-social-links {
    padding: 2rem 5rem;
  }
}
@media (max-width: 1500px) {
  .c-hero-banner .c-social-links {
    padding: 2rem;
  }
}
@media (max-width: 1200px) {
  .c-hero-banner .c-social-links {
    width: 10%;
    max-width: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 650px) {
  .c-hero-banner .c-social-links {
    display: none;
  }
}
.c-hero-banner__white-space {
  width: 14rem;
}
@media (max-width: 1200px) {
  .c-hero-banner__white-space {
    display: none;
  }
}
.c-hero-banner__text {
  background-color: #300211;
  padding: 0 7rem;
  max-width: 51rem;
  box-sizing: content-box;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media (max-width: 1600px) {
  .c-hero-banner__text {
    max-width: 40rem;
  }
}
@media (max-width: 1400px) {
  .c-hero-banner__text {
    max-width: 26rem;
  }
}
@media (max-width: 1200px) {
  .c-hero-banner__text {
    min-width: 40rem;
    max-width: unset;
    flex: 1;
    padding: 6.4rem 7rem;
  }
}
@media (max-width: 500px) {
  .c-hero-banner__text {
    min-width: unset;
    width: 100%;
    padding: 4rem 3rem;
    flex: unset;
  }
}
.c-hero-banner__text h1,
.c-hero-banner__text h2,
.c-hero-banner__text h3,
.c-hero-banner__text h4,
.c-hero-banner__text h5,
.c-hero-banner__text h6,
.c-hero-banner__text p {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .c-hero-banner__text h1,
  .c-hero-banner__text h2,
  .c-hero-banner__text h3,
  .c-hero-banner__text h4,
  .c-hero-banner__text h5,
  .c-hero-banner__text h6,
  .c-hero-banner__text p {
    max-width: 50rem;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  .c-hero-banner__text h1,
  .c-hero-banner__text h2,
  .c-hero-banner__text h3,
  .c-hero-banner__text h4,
  .c-hero-banner__text h5,
  .c-hero-banner__text h6,
  .c-hero-banner__text p {
    max-width: 41rem;
  }
}
@media (max-width: 500px) {
  .c-hero-banner__text h1,
  .c-hero-banner__text h2,
  .c-hero-banner__text h3,
  .c-hero-banner__text h4,
  .c-hero-banner__text h5,
  .c-hero-banner__text h6,
  .c-hero-banner__text p {
    max-width: unset;
    font-size: 1.8rem;
  }
}
.c-hero-banner__text h1 strong,
.c-hero-banner__text h2 strong,
.c-hero-banner__text h3 strong,
.c-hero-banner__text h4 strong,
.c-hero-banner__text h5 strong,
.c-hero-banner__text h6 strong,
.c-hero-banner__text p strong {
  color: #f6d049;
}
.c-hero-banner__links {
  display: flex;
  padding: 5.5rem 1rem;
  flex: 1;
  justify-content: center;
  max-width: 100rem;
}
@media (max-width: 1400px) {
  .c-hero-banner__links {
    padding: 7rem 1rem;
  }
}
@media (max-width: 1200px) {
  .c-hero-banner__links {
    width: 100%;
    max-width: unset;
    flex: unset;
    padding: 5rem 1rem;
  }
}
@media (max-width: 700px) {
  .c-hero-banner__links {
    display: block;
    padding: 2.5rem 4rem;
  }
}
@media (max-width: 500px) {
  .c-hero-banner__links {
    padding: 4rem 3rem;
  }
}
.c-hero-banner__link-wrapper {
  max-width: 34rem;
  display: flex;
  justify-content: center;
  padding: 1rem 6rem;
}
.c-hero-banner__link-wrapper:not(:last-child) {
  border-right: 1px solid #000000;
}
@media (min-width: 2000px) {
  .c-hero-banner__link-wrapper {
    align-items: center;
  }
}
@media (max-width: 1750px) {
  .c-hero-banner__link-wrapper {
    padding: 1rem 3rem;
  }
}
@media (max-width: 1400px) {
  .c-hero-banner__link-wrapper {
    padding: 1rem 2rem;
    align-items: center;
  }
}
@media (max-width: 750px) {
  .c-hero-banner__link-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 700px) {
  .c-hero-banner__link-wrapper {
    max-width: unset;
    justify-content: unset;
    padding: 2rem 1rem 2rem 0;
  }
  .c-hero-banner__link-wrapper:not(:last-child) {
    border: none;
    border-bottom: solid 1px #000000;
  }
}
.c-hero-banner__link {
  display: flex;
  color: #000000;
  font-weight: 900;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  position: relative;
  align-items: unset;
}
@media (max-width: 700px) {
  .c-hero-banner__link {
    align-items: center;
  }
}
.c-hero-banner__link-text {
  max-width: 15rem;
  flex: 1;
  line-height: 1.4;
}
@media (max-width: 700px) {
  .c-hero-banner__link-text {
    max-width: unset;
  }
}
@media (max-width: 450px) {
  .c-hero-banner__link-text {
    max-width: 22rem;
  }
}
.c-hero-banner__link-circle {
  margin-right: 3rem;
  margin-top: 0.5rem;
}
@media (max-width: 700px) {
  .c-hero-banner__link-circle {
    margin-top: 0;
  }
}

.c-hero-image {
  min-height: 60rem;
  height: 80vh;
  position: relative;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 55% 0%;
  background-size: cover;
}
.c-hero-image:before {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
}
.c-hero-image__image {
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 700px) {
  .c-hero-image__image {
    display: none;
  }
}
.c-hero-image__text-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 23rem;
}
@media (max-width: 1500px) {
  .c-hero-image__text-wrapper {
    padding-left: 10rem;
  }
}
@media (max-width: 1000px) {
  .c-hero-image__text-wrapper {
    padding-left: 7rem;
  }
}
@media (max-width: 750px) {
  .c-hero-image__text-wrapper {
    padding-left: 3rem;
  }
}
.c-hero-image__header {
  font-size: 14rem;
  font-weight: 900;
  color: white;
  line-height: 0.9;
  margin-bottom: 4rem;
}
@media (max-width: 1000px) {
  .c-hero-image__header {
    font-size: 12rem;
  }
}
@media (max-width: 850px) {
  .c-hero-image__header {
    font-size: 10rem;
  }
}
@media (max-width: 750px) {
  .c-hero-image__header {
    font-size: 8rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 600px) {
  .c-hero-image__header {
    font-size: 5.3rem;
  }
}
.c-hero-image__subtext {
  font-weight: 700;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #ffffff;
}
.c-hero-image__subtext:before {
  width: 10rem;
}

.c-hero-logo-image {
  display: flex;
  background-color: #300211;
  align-items: flex-end;
  position: relative;
  height: 100vh;
  min-height: 100rem;
  max-height: 110rem;
}
@media (max-width: 1200px) {
  .c-hero-logo-image {
    min-height: 90rem;
    max-height: 90rem;
  }
}
@media (max-width: 1000px) {
  .c-hero-logo-image {
    height: unset;
    min-height: unset;
    max-height: unset;
    display: block;
  }
}
.c-hero-logo-image__content {
  margin-left: auto;
  margin-right: 5rem;
  margin-bottom: 1rem;
  padding-left: 5rem;
  max-width: 68rem;
  box-sizing: content-box;
}
@media (max-width: 1500px) {
  .c-hero-logo-image__content {
    max-width: 59rem;
  }
}
@media (max-width: 1000px) {
  .c-hero-logo-image__content {
    margin: 0;
    max-width: unset;
    padding: 0 6rem;
  }
}
@media (max-width: 600px) {
  .c-hero-logo-image__content {
    padding: 0 3rem;
  }
}
.c-hero-logo-image__yellow-line {
  color: white;
  margin-bottom: 2rem;
}
.c-hero-logo-image__header {
  font-size: 9rem;
  color: white;
  margin-bottom: 7rem;
}
@media (max-width: 1200px) {
  .c-hero-logo-image__header {
    font-size: 7rem;
    max-width: 44rem;
  }
}
@media (max-width: 1000px) {
  .c-hero-logo-image__header {
    max-width: unset;
    font-size: 9rem;
  }
}
@media (max-width: 950px) {
  .c-hero-logo-image__header {
    max-width: 63rem;
  }
}
@media (max-width: 800px) {
  .c-hero-logo-image__header {
    font-size: 7rem;
  }
}
@media (max-width: 750px) {
  .c-hero-logo-image__header {
    max-width: 49rem;
  }
}
@media (max-width: 600px) {
  .c-hero-logo-image__header {
    font-size: 5rem;
    margin-bottom: 3rem;
  }
}
.c-hero-logo-image__contact {
  display: flex;
}
@media (max-width: 600px) {
  .c-hero-logo-image__contact {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.c-hero-logo-image__number, .c-hero-logo-image__address {
  display: flex;
  align-items: center;
  margin-right: 3rem;
}
.c-hero-logo-image__number p, .c-hero-logo-image__address p {
  color: #ffffff;
}
.c-hero-logo-image__number a {
  color: #ffffff;
  font-size: 2rem;
}
@media (max-width: 600px) {
  .c-hero-logo-image__number {
    margin-bottom: 1.5rem;
  }
}
.c-hero-logo-image__icon {
  stroke: #ffffff;
  fill: transparent;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 2.4rem;
}
.c-hero-logo-image__left {
  width: 50%;
  position: relative;
}
@media (max-width: 1000px) {
  .c-hero-logo-image__left {
    width: 100%;
    padding-top: 20rem;
  }
}
.c-hero-logo-image__logo {
  width: 90%;
  display: block;
}
@media (max-width: 1000px) {
  .c-hero-logo-image__logo {
    margin: 0;
    padding: 0 6rem;
  }
}
@media (max-width: 600px) {
  .c-hero-logo-image__logo {
    padding: 0 3rem;
  }
}
.c-hero-logo-image__right {
  width: 50%;
  height: 100%;
}
@media (max-width: 1000px) {
  .c-hero-logo-image__right {
    width: 100%;
    height: unset;
  }
}
.c-hero-logo-image__image-wrapper {
  padding-bottom: 0;
  height: 100%;
}
@media (max-width: 1000px) {
  .c-hero-logo-image__image-wrapper {
    height: unset;
    padding-bottom: 86%;
  }
}
.c-hero-logo-image__back-link {
  margin-bottom: 4rem;
}
.c-hero-logo-image__back-link .u-circle-link__circle {
  transform: rotate(-180deg);
}

.c-image-by-text {
  display: flex;
  max-width: 192rem;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .c-image-by-text {
    flex-direction: column;
  }
}
.c-image-by-text--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .c-image-by-text--reverse {
    flex-direction: column-reverse;
  }
}
.c-image-by-text--reverse .c-image-by-text__right {
  padding: 13rem 3rem 0 25rem;
}
@media (max-width: 1750px) {
  .c-image-by-text--reverse .c-image-by-text__right {
    padding-right: 5rem;
  }
}
@media (max-width: 1550px) {
  .c-image-by-text--reverse .c-image-by-text__right {
    padding-left: 10rem;
  }
}
@media (max-width: 1350px) {
  .c-image-by-text--reverse .c-image-by-text__right {
    padding-right: 2.8rem;
  }
}
@media (max-width: 1200px) {
  .c-image-by-text--reverse .c-image-by-text__right {
    padding-left: 3rem;
  }
}
@media (max-width: 900px) {
  .c-image-by-text--reverse .c-image-by-text__right {
    padding-left: 0;
    padding-bottom: 0rem;
  }
}
@media (max-width: 950px) {
  .c-image-by-text--reverse .c-image-by-text__img-wrapper {
    height: 100%;
    padding-bottom: unset;
  }
}
@media (max-width: 900px) {
  .c-image-by-text--reverse .c-image-by-text__img-wrapper {
    height: unset;
    padding-bottom: 63%;
  }
}
.c-image-by-text__left, .c-image-by-text__right {
  width: 50%;
}
@media (max-width: 900px) {
  .c-image-by-text__left, .c-image-by-text__right {
    width: 100%;
  }
}
.c-image-by-text__left .btn {
  margin: 25px 30px 0 0;
  float: right;
}
@media (max-width: 900px) {
  .c-image-by-text__left {
    padding-left: 3rem;
  }
}
.c-image-by-text__img-wrapper {
  padding-bottom: 63%;
  min-height: 100%;
}
.c-image-by-text__right {
  padding: 5rem 3rem 0 15rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1500px) {
  .c-image-by-text__right {
    padding-left: 10rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1150px) {
  .c-image-by-text__right {
    padding-left: 5rem;
  }
}
@media (max-width: 900px) {
  .c-image-by-text__right {
    padding-left: 0;
  }
}
.c-image-by-text__content-wrapper {
  max-width: 52.5rem;
}
.c-image-by-text__super:before {
  width: 15rem;
}
@media (max-width: 1100px) {
  .c-image-by-text__super:before {
    width: 8rem;
    margin-right: 1.3rem;
  }
}
.c-image-by-text__header {
  font-weight: 900;
  font-size: 4.4rem;
  margin-bottom: 3rem;
  color: #000000;
}
.c-image-by-text__header span {
  color: #541027;
}
@media (max-width: 1100px) {
  .c-image-by-text__header {
    font-size: 3.2rem;
  }
}
@media (max-width: 600px) {
  .c-image-by-text__header {
    font-size: 2.8rem;
  }
}
.c-image-by-text__text {
  margin-bottom: 3rem;
  line-height: 1.7;
}
.c-image-by-text__link {
  margin-top: 1rem;
}
@media (max-width: 900px) {
  .c-image-by-text__header, .c-image-by-text__text {
    padding-left: 6rem;
  }
}
@media (max-width: 600px) {
  .c-image-by-text__header, .c-image-by-text__text {
    padding-left: 3rem;
  }
}
@media (max-width: 900px) {
  .c-image-by-text__link {
    margin-left: 6rem;
  }
}
@media (max-width: 600px) {
  .c-image-by-text__link {
    margin-left: 3rem;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  display: none;
}
.modal.active {
  display: flex;
}
.modal__close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  max-width: 3.5rem;
  max-height: 3.5rem;
  cursor: pointer;
  transition: all ease 0.3s;
}
.modal__close:hover {
  fill: #f6d049;
}
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6 {
  font-size: 3.6rem;
  font-weight: 800;
  margin-bottom: 2rem;
}
.modal p,
.modal li {
  font-size: 1.8rem;
  margin-bottom: 3.5rem;
}
.modal li::marker {
  color: #f6d049;
}
.modal a {
  font-weight: 900;
  text-decoration: underline !important;
  display: inline;
  transition: all ease 0.3s;
}
.modal a:hover, .modal a:focus {
  color: #f6d049;
}

.accredited-investor {
  width: 108rem;
  max-height: 85rem;
  overflow-y: scroll;
  background-color: #ffffff;
  padding: 7.6rem 10rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1100px) {
  .accredited-investor {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .accredited-investor {
    height: 90%;
  }
}
@media (max-width: 700px) {
  .accredited-investor {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.c-newsletter-1 {
  display: flex;
  max-width: 150rem;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 950px) {
  .c-newsletter-1 {
    flex-direction: column;
  }
}
.c-newsletter-1__left, .c-newsletter-1__right {
  width: 50%;
  position: relative;
  z-index: 1;
  min-width: 40rem;
}
@media (max-width: 1250px) {
  .c-newsletter-1__left, .c-newsletter-1__right {
    width: 40%;
  }
}
@media (max-width: 1000px) {
  .c-newsletter-1__left, .c-newsletter-1__right {
    width: 100%;
    min-width: unset;
  }
}
@media (max-width: 950px) {
  .c-newsletter-1__left, .c-newsletter-1__right {
    max-width: 70rem;
    margin: 0 auto;
    padding: 0 3rem;
  }
}
.c-newsletter-1__left {
  margin-right: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1450px) {
  .c-newsletter-1__left {
    width: unset;
    flex: 1;
    margin-right: 10rem;
  }
}
@media (max-width: 1000px) {
  .c-newsletter-1__left {
    width: 100%;
    flex: unset;
  }
}
@media (max-width: 950px) {
  .c-newsletter-1__left {
    margin: 0;
    padding: 0;
    padding-right: 3rem;
    max-width: unset;
    margin-bottom: 4rem;
  }
}
.c-newsletter-1__left .ctct-form-embed.form_0 .ctct-form-defaults {
  background-color: unset;
  padding: 0;
}
.c-newsletter-1__left .ctct-form-embed.form_0 .ctct-form-defaults form #email_address_label_0 {
  color: #fff;
  display: none;
}
.c-newsletter-1__left .ctct-form-embed.form_0 .ctct-form-defaults form #gdpr_text {
  display: none;
}
.c-newsletter-1__left .ctct-form-embed.form_0 .ctct-form-defaults form #first_name_field_0, .c-newsletter-1__left .ctct-form-embed.form_0 .ctct-form-defaults form #last_name_field_0 {
  display: none;
}
.c-newsletter-1__left .ctct-form-embed.form_0 .ctct-form-defaults form #email_address_field_0 {
  margin: 0;
}
.c-newsletter-1__left .ctct-form-embed.form_0 .ctct-form-defaults form #email_address_field_0 input.ctct-form-element {
  border: none;
  background-color: transparent;
  color: #ffffff;
  padding: 1rem 0;
  border-bottom: solid 1px white;
  transition: all ease 0.3s;
  margin-bottom: 3rem;
  min-width: 24rem;
  width: 100%;
  -webkit-appearance: none;
  border-radius: unset;
  font-size: 1.8rem;
  height: unset;
  box-shadow: unset;
  line-height: unset;
}
.c-newsletter-1__left .ctct-form-embed.form_0 .ctct-form-defaults form #email_address_field_0 input.ctct-form-element:focus {
  border-bottom: solid 1px #f6d049;
  outline: none;
}
.c-newsletter-1__left .ctct-form-embed.form_0 .ctct-form-defaults form button {
  background-color: unset;
  border: unset;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0;
}
.c-newsletter-1__left .ctct-form-embed.form_0 .ctct-form-defaults form button:hover {
  background-color: unset;
  border: unset;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  color: #f6d049;
}
.c-newsletter-1__left .ctct-form-embed.form_0 .ctct-form-defaults form button:before {
  content: "";
  display: inline-block;
  background: url(../images/icons/arrow.svg) center no-repeat #f6d049;
  background-size: 6px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 10px;
}
.c-newsletter-1__super {
  margin-bottom: 3rem;
  color: #ffffff;
}
.c-newsletter-1__super:before {
  width: 12.5rem;
}
@media (max-width: 1000px) {
  .c-newsletter-1__super:before {
    width: 8rem;
  }
}
.c-newsletter-1__text-wrapper {
  color: #ffffff;
  margin-bottom: 8.5rem;
  max-width: 58.4rem;
}
@media (max-width: 950px) {
  .c-newsletter-1__text-wrapper {
    padding-left: 6rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 600px) {
  .c-newsletter-1__text-wrapper {
    padding-left: 3rem;
  }
}
.c-newsletter-1__text-wrapper h1,
.c-newsletter-1__text-wrapper h2,
.c-newsletter-1__text-wrapper h3,
.c-newsletter-1__text-wrapper h4,
.c-newsletter-1__text-wrapper h5,
.c-newsletter-1__text-wrapper h6 {
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 1.3rem;
  color: #ffffff;
}
@media (max-width: 1450px) {
  .c-newsletter-1__text-wrapper h1,
  .c-newsletter-1__text-wrapper h2,
  .c-newsletter-1__text-wrapper h3,
  .c-newsletter-1__text-wrapper h4,
  .c-newsletter-1__text-wrapper h5,
  .c-newsletter-1__text-wrapper h6 {
    font-size: 3.6rem;
  }
}
@media (max-width: 1100px) {
  .c-newsletter-1__text-wrapper h1,
  .c-newsletter-1__text-wrapper h2,
  .c-newsletter-1__text-wrapper h3,
  .c-newsletter-1__text-wrapper h4,
  .c-newsletter-1__text-wrapper h5,
  .c-newsletter-1__text-wrapper h6 {
    font-size: 3rem;
  }
}
@media (max-width: 600px) {
  .c-newsletter-1__text-wrapper h1,
  .c-newsletter-1__text-wrapper h2,
  .c-newsletter-1__text-wrapper h3,
  .c-newsletter-1__text-wrapper h4,
  .c-newsletter-1__text-wrapper h5,
  .c-newsletter-1__text-wrapper h6 {
    font-size: 2.6rem;
  }
}
.c-newsletter-1__text-wrapper p {
  color: #ffffff;
  line-height: 1.5;
  font-size: 3rem;
}
@media (max-width: 1450px) {
  .c-newsletter-1__text-wrapper p {
    font-size: 2rem;
  }
}
.c-newsletter-1__text-wrapper p em {
  font-weight: 700;
}
.c-newsletter-1__temp-input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: solid 2px #ffffff;
  color: #ffffff;
  font-size: 1.8rem;
  padding: 1rem 0;
  transition: all ease 0.3s;
  margin-bottom: 3rem;
}
@media (max-width: 950px) {
  .c-newsletter-1__temp-input {
    margin-left: 6rem;
    width: 85%;
  }
}
@media (max-width: 600px) {
  .c-newsletter-1__temp-input {
    margin-left: 3rem;
  }
}
.c-newsletter-1__temp-input:focus {
  outline: 0;
  border-bottom: solid 2px #f6d049;
}
.c-newsletter-1__link {
  border-color: white;
  display: inline-flex;
  align-items: center;
  color: white;
  margin-top: 3rem;
}
@media (max-width: 375px) {
  .c-newsletter-1__link {
    font-size: 1.4rem;
  }
}
.c-newsletter-1__link svg {
  width: 3rem;
  height: 3rem;
  fill: transparent;
  stroke: white;
}
.c-newsletter-1__image-cont {
  padding-bottom: 100%;
}

.c-section-header {
  padding: 0 2rem;
  margin-bottom: 7rem;
}
.c-section-header__text {
  font-size: 15rem;
  opacity: 0.1;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 1800px) {
  .c-section-header__text {
    font-size: 12rem;
  }
}
@media (max-width: 1500px) {
  .c-section-header__text {
    font-size: 10rem;
  }
}
@media (max-width: 1200px) {
  .c-section-header__text {
    font-size: 8rem;
  }
}
@media (max-width: 1000px) {
  .c-section-header__text {
    font-size: 7rem;
  }
}
@media (max-width: 900px) {
  .c-section-header__text {
    font-size: 6rem;
  }
}
@media (max-width: 800px) {
  .c-section-header__text {
    font-size: 5rem;
  }
}
@media (max-width: 700px) {
  .c-section-header__text {
    font-size: 7rem;
  }
}

.c-side-by-side-hero {
  display: flex;
  height: 100vh;
  min-height: 90rem;
  max-height: 160rem;
}
@media (max-width: 1150px) {
  .c-side-by-side-hero {
    flex-direction: column;
    height: unset;
    min-height: unset;
    max-height: unset;
  }
}
.c-side-by-side-hero__left, .c-side-by-side-hero__right {
  width: 50%;
}
@media (max-width: 1150px) {
  .c-side-by-side-hero__left, .c-side-by-side-hero__right {
    width: 100%;
  }
}
.c-side-by-side-hero__left {
  background-color: #000000;
  display: flex;
  align-items: center;
}
@media (max-width: 1150px) {
  .c-side-by-side-hero__left {
    padding: 20rem 0 6rem;
  }
}
.c-side-by-side-hero__content-wrapper {
  max-width: 66rem;
  margin-left: auto;
  margin-right: 12rem;
  padding-left: 6rem;
}
@media (max-width: 1150px) {
  .c-side-by-side-hero__content-wrapper {
    margin: 0;
  }
}
@media (max-width: 750px) {
  .c-side-by-side-hero__content-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.c-side-by-side-hero__yellow-line {
  color: #ffffff;
}
.c-side-by-side-hero__title {
  font-size: 9rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 1550px) {
  .c-side-by-side-hero__title {
    font-size: 8rem;
  }
}
@media (max-width: 1400px) {
  .c-side-by-side-hero__title {
    font-size: 7rem;
  }
}
@media (max-width: 1150px) {
  .c-side-by-side-hero__title {
    font-size: 9rem;
    max-width: 80rem;
  }
}
@media (max-width: 750px) {
  .c-side-by-side-hero__title {
    font-size: 5rem;
  }
}
.c-side-by-side-hero__hero-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.c-side-by-side-hero__list-item {
  color: #a3a8ac;
  font-size: 2.4rem;
  display: flex;
  align-items: flex-end;
}
.c-side-by-side-hero__list-item:last-child span {
  display: none !important;
}
@media (max-width: 750px) {
  .c-side-by-side-hero__list-item {
    font-size: 2.2rem;
  }
}
.c-side-by-side-hero__spacer {
  width: 1rem;
  height: 1rem;
  background-color: #f6d049;
  border-radius: 100%;
  margin: 0 1rem 0.7rem;
  display: inline-block;
}
.c-side-by-side-hero__img-container {
  height: 100%;
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 1150px) {
  .c-side-by-side-hero__img-container {
    height: unset;
    padding-bottom: 100%;
  }
}
.c-side-by-side-hero__logo {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 40rem;
  z-index: 1;
}
@media (max-width: 1700px) {
  .c-side-by-side-hero__logo {
    width: 30rem;
  }
}
@media (max-width: 700px) {
  .c-side-by-side-hero__logo {
    width: 25rem;
    top: 3rem;
  }
}
@media (max-width: 550px) {
  .c-side-by-side-hero__logo {
    width: 20rem;
  }
}
@media (max-width: 450px) {
  .c-side-by-side-hero__logo {
    width: 15rem;
  }
}

.c-six-photos__photos-cont {
  max-width: 174rem;
  padding: 0 6rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .c-six-photos__photos-cont {
    padding: 0 2rem;
  }
}
@media (max-width: 700px) {
  .c-six-photos__photos-cont {
    display: none;
  }
}
.c-six-photos__photo-cont {
  width: 33.333%;
  padding: 1rem;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .c-six-photos__photo-cont {
    width: 50%;
  }
}
.c-six-photos__image-cont {
  padding-bottom: 62%;
}
.c-six-photos__slideshow-cont {
  display: none !important;
}
@media (max-width: 700px) {
  .c-six-photos__slideshow-cont {
    display: block !important;
  }
}
.c-six-photos__slide {
  padding: 0 1rem;
  max-width: 36rem;
  outline: none;
}
@media (max-width: 550px) {
  .c-six-photos__slide {
    max-width: 31rem;
  }
}

.c-slideshow {
  display: flex;
  max-width: 200rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1000px) {
  .c-slideshow--module .c-slideshow__image-wrapper {
    padding-bottom: 0;
  }
}
@media (max-width: 1000px) {
  .c-slideshow--module .c-slideshow__image-wrapper img {
    position: relative;
  }
}
@media (max-width: 1000px) {
  .c-slideshow {
    flex-direction: column;
  }
}
.c-slideshow__left {
  position: relative;
}
@media (max-width: 1500px) {
  .c-slideshow__left {
    margin-bottom: 5rem;
  }
}
@media (max-width: 1300px) {
  .c-slideshow__left {
    width: 60%;
  }
}
@media (max-width: 1000px) {
  .c-slideshow__left {
    width: 50%;
  }
}
@media (max-width: 1300px) {
  .c-slideshow__right {
    width: 40%;
  }
}
@media (max-width: 1000px) {
  .c-slideshow__right {
    width: 50%;
  }
}
.c-slideshow__left, .c-slideshow__right {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) {
  .c-slideshow__left, .c-slideshow__right {
    width: 100%;
    max-width: 70rem;
    margin: 0 auto 5rem;
  }
}
.c-slideshow__buttons {
  display: flex;
  position: absolute;
  bottom: -25px;
  right: 4rem;
  z-index: 10;
}
.c-slideshow__button {
  width: 5.1rem;
  height: 5.1rem;
  border-radius: 100%;
  background-color: #f6d049;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color ease 0.3s;
  cursor: pointer;
}
.c-slideshow__button:first-child {
  margin-right: 1.5rem;
}
.c-slideshow__button:hover, .c-slideshow__button:focus {
  background-color: #f4c318;
}
.c-slideshow__button svg {
  width: 3rem;
  height: 3rem;
  transition: all ease 0.3s;
  fill: transparent;
  stroke: #000000;
}
.c-slideshow__prev svg {
  transform: rotate(-180deg);
}
.c-slideshow__image-slides,
.c-slideshow .slick-list,
.c-slideshow .slick-track {
  height: 100%;
}
.c-slideshow__image-wrapper {
  padding-bottom: unset;
}
@media (max-width: 1000px) {
  .c-slideshow__image-wrapper {
    padding-bottom: 85%;
  }
}
.c-slideshow__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.c-slideshow__right-top {
  width: 100%;
  min-height: 19rem;
}
@media (max-width: 1000px) {
  .c-slideshow__right-top {
    display: none;
  }
}
.c-slideshow__logo-cont {
  padding-bottom: 26%;
  width: 85%;
}
.c-slideshow__wrapper {
  width: 100%;
  padding: 14rem 3rem 10rem 15rem;
  position: relative;
  display: flex;
}
@media (max-width: 1650px) {
  .c-slideshow__wrapper {
    padding-left: 5rem;
  }
}
@media (max-width: 1500px) {
  .c-slideshow__wrapper {
    padding-top: 5rem;
  }
}
@media (max-width: 1300px) {
  .c-slideshow__wrapper {
    padding: 7rem 3rem;
  }
}
@media (max-width: 1000px) {
  .c-slideshow__wrapper {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.c-slideshow__container {
  width: 100%;
  position: relative;
}
.c-slideshow .slick-dots {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  transform: rotate(90deg);
}
@media (max-width: 1750px) {
  .c-slideshow .slick-dots {
    right: -9rem;
  }
}
@media (max-width: 1400px) {
  .c-slideshow .slick-dots {
    right: -13rem;
  }
}
@media (max-width: 1300px) {
  .c-slideshow .slick-dots {
    display: none !important;
  }
}
.c-slideshow .slick-dots li {
  width: 5rem;
  height: 4px;
  background-color: #a3a8ac;
  position: relative;
  margin: 0.5rem;
  display: flex;
  flex-direction: column-reverse;
  transition: all ease 0.3s;
  cursor: pointer;
}
.c-slideshow .slick-dots li.slick-active {
  background-color: #f6d049;
}
.c-slideshow .slick-dots li.slick-active button {
  opacity: 1;
}
.c-slideshow .slick-dots li button {
  background-color: transparent;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 900;
  color: #3c3c3c;
  outline: none;
  border: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity ease 0.3s;
}
.c-slideshow__content-wrapper {
  outline: none;
}
.c-slideshow__header {
  font-weight: 900;
  font-size: 3.6rem;
  margin-bottom: 4rem;
}
@media (max-width: 700px) {
  .c-slideshow__header {
    font-size: 2.8rem;
  }
}
.c-slideshow__super {
  font-size: 2.2rem;
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.2px;
}
.c-slideshow__super:before {
  width: 12.5rem;
}
@media (max-width: 1000px) {
  .c-slideshow__super:before {
    width: 8rem;
  }
}
.c-slideshow__text-wrapper {
  margin-bottom: 5rem;
  max-width: 53.6rem;
}
@media (max-width: 1000px) {
  .c-slideshow__text-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 600px) {
  .c-slideshow__text-wrapper {
    padding-left: 3rem;
  }
}
.c-slideshow__text-wrapper h1,
.c-slideshow__text-wrapper h2,
.c-slideshow__text-wrapper h3,
.c-slideshow__text-wrapper h4,
.c-slideshow__text-wrapper h5,
.c-slideshow__text-wrapper h6 {
  font-size: 3.6rem;
  font-weight: 900;
  margin-bottom: 3rem;
}
@media (max-width: 1300px) {
  .c-slideshow__text-wrapper h1,
  .c-slideshow__text-wrapper h2,
  .c-slideshow__text-wrapper h3,
  .c-slideshow__text-wrapper h4,
  .c-slideshow__text-wrapper h5,
  .c-slideshow__text-wrapper h6 {
    font-size: 3rem;
  }
}
.c-slideshow__text-wrapper p {
  line-height: 1.8;
}
@media (max-width: 1300px) {
  .c-slideshow__text-wrapper p {
    font-size: 1.8rem;
  }
}
.c-slideshow__text-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-slideshow__text-wrapper li {
  font-size: 2rem;
  line-height: 1.7;
  padding-left: 2rem;
  position: relative;
}
.c-slideshow__text-wrapper li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.c-slideshow__text-wrapper li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #f6d049;
  position: absolute;
  top: 12px;
  left: 0;
}
.c-slideshow__slide-icon {
  position: absolute;
  top: 0;
  right: 0rem;
}
@media (max-width: 1550px) {
  .c-slideshow__slide-icon {
    width: 10rem;
  }
}
@media (max-width: 1000px) {
  .c-slideshow__link {
    margin-left: 6rem;
  }
}
@media (max-width: 600px) {
  .c-slideshow__link {
    margin-left: 3rem;
  }
}
.c-slideshow__mobile-logo {
  display: none;
  background-color: #000000;
}
@media (max-width: 1000px) {
  .c-slideshow__mobile-logo {
    display: block;
    padding: 5rem 7rem;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .c-slideshow__mobile-logo {
    padding: 5rem 0;
  }
}
.c-slideshow--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1100px) {
  .c-slideshow--reverse {
    flex-direction: column;
  }
}
.c-slideshow--reverse .slick-dots {
  transform-origin: left;
  transform: rotate(-90deg);
  right: unset;
  left: -6rem;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 1100px) {
  .c-slideshow--reverse .slick-dots {
    display: flex !important;
  }
}
@media (max-width: 750px) {
  .c-slideshow--reverse .slick-dots {
    display: none !important;
  }
}
.c-slideshow--reverse .c-slideshow__right {
  min-width: 89rem;
  flex: 1;
}
@media (max-width: 1650px) {
  .c-slideshow--reverse .c-slideshow__right {
    min-width: unset;
  }
}
@media (max-width: 1100px) {
  .c-slideshow--reverse .c-slideshow__right {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 700px) {
  .c-slideshow--reverse .c-slideshow__right {
    align-items: flex-start;
    margin-bottom: 0;
  }
}
@media (max-width: 1100px) {
  .c-slideshow--reverse .c-slideshow__right-top {
    display: none;
  }
}
@media (max-width: 1700px) {
  .c-slideshow--reverse .c-slideshow__left {
    width: 45%;
  }
}
@media (max-width: 1100px) {
  .c-slideshow--reverse .c-slideshow__left {
    width: 100%;
    margin: 0;
    padding-left: 7rem;
    margin-bottom: 5rem;
    max-width: unset;
  }
}
@media (max-width: 700px) {
  .c-slideshow--reverse .c-slideshow__left {
    padding-left: 0;
  }
}
@media (max-width: 1100px) {
  .c-slideshow--reverse .c-slideshow__image-slides {
    height: 76rem;
  }
}
@media (max-width: 700px) {
  .c-slideshow--reverse .c-slideshow__image-slides {
    height: 36rem;
  }
}
@media (max-width: 1000px) {
  .c-slideshow--reverse .c-slideshow__image-wrapper {
    padding-bottom: 0;
  }
}
.c-slideshow--reverse .c-slideshow__wrapper {
  padding-left: 20rem;
}
@media (max-width: 1800px) {
  .c-slideshow--reverse .c-slideshow__wrapper {
    padding-left: 20rem;
  }
}
@media (max-width: 1650px) {
  .c-slideshow--reverse .c-slideshow__wrapper {
    padding-left: 3rem;
    margin-left: auto;
    max-width: 65rem;
  }
}
@media (max-width: 1100px) {
  .c-slideshow--reverse .c-slideshow__wrapper {
    padding-top: 0;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .c-slideshow--reverse .c-slideshow__wrapper {
    margin-right: 10rem;
  }
}
@media (max-width: 900px) {
  .c-slideshow--reverse .c-slideshow__wrapper {
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  .c-slideshow--reverse .c-slideshow__wrapper {
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 700px) {
  .c-slideshow--reverse .c-slideshow__header {
    padding-left: 3rem;
  }
}
.c-slideshow--reverse .c-slideshow__text-wrapper {
  max-width: unset;
  margin-right: 12rem;
}
@media (max-width: 700px) {
  .c-slideshow--reverse .c-slideshow__text-wrapper {
    padding-left: 3rem;
  }
}
@media (max-width: 500px) {
  .c-slideshow--reverse .c-slideshow__text-wrapper {
    margin-right: 0;
  }
}
.c-slideshow--reverse .c-slideshow__buttons {
  right: unset;
  left: 4rem;
}
@media (max-width: 1100px) {
  .c-slideshow--reverse .c-slideshow__buttons {
    left: unset;
    right: 4rem;
  }
}
.c-slideshow-v2 {
  display: flex;
  position: relative;
  z-index: 1;
  max-width: 200rem;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .c-slideshow-v2 {
    display: block;
  }
}
.c-slideshow-v2__left, .c-slideshow-v2__right {
  width: 50%;
  position: relative;
}
@media (max-width: 1400px) {
  .c-slideshow-v2__left {
    width: 55%;
  }
}
@media (max-width: 1100px) {
  .c-slideshow-v2__left {
    width: 90%;
  }
}
@media (max-width: 700px) {
  .c-slideshow-v2__left {
    margin-left: 3rem;
    width: 100%;
  }
}
.c-slideshow-v2__slideshow-cont {
  position: relative;
  height: 100%;
}
.c-slideshow-v2__slides {
  height: 100%;
}
.c-slideshow-v2__buttons {
  position: absolute;
  bottom: -2rem;
  right: 3rem;
  display: flex;
  z-index: 1;
}
.c-slideshow-v2__prev {
  transform: rotate(180deg);
}
.c-slideshow-v2__img-cont {
  position: relative;
}
.c-slideshow-v2 .slick-track,
.c-slideshow-v2 .slick-list {
  height: 100%;
}
.c-slideshow-v2__slide-image-cont {
  padding-bottom: 63%;
}
@media (max-width: 1400px) {
  .c-slideshow-v2__slide-image-cont {
    padding-bottom: 0;
    height: 100%;
  }
}
@media (max-width: 1100px) {
  .c-slideshow-v2__slide-image-cont {
    padding-bottom: 63%;
  }
}
.c-slideshow-v2__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid #ffffff 2px;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}
.c-slideshow-v2__play svg {
  fill: #ffffff;
  stroke: transparent;
  transition: all ease 0.3s;
}
.c-slideshow-v2__right {
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .c-slideshow-v2__right {
    width: 45%;
  }
}
@media (max-width: 1100px) {
  .c-slideshow-v2__right {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .c-slideshow-v2__content-slides {
    display: none !important;
  }
}
.c-slideshow-v2__content-slides--mobile {
  display: none !important;
}
@media (max-width: 1100px) {
  .c-slideshow-v2__content-slides--mobile {
    display: block !important;
    margin-bottom: 5rem;
  }
}
.c-slideshow-v2__text-cont {
  padding: 5rem 3rem 0rem 15rem;
  width: 100%;
}
@media (max-width: 1400px) {
  .c-slideshow-v2__text-cont {
    padding: 8rem 3rem;
    max-width: unset;
  }
}
@media (max-width: 1100px) {
  .c-slideshow-v2__text-cont {
    margin: 0 auto;
    max-width: 70rem;
    padding-top: 5rem;
  }
}
@media (max-width: 700px) {
  .c-slideshow-v2__text-cont {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 2rem;
  }
}
.c-slideshow-v2__text {
  font-size: 3.6rem;
  font-weight: 900;
  color: #000000;
  margin-bottom: 5rem;
}
@media (max-width: 700px) {
  .c-slideshow-v2__text {
    padding-left: 3rem;
    font-size: 2.8rem;
    margin-bottom: 0;
  }
}
@media (max-width: 700px) {
  .c-slideshow-v2 .u-yellow-line:before {
    width: 8rem;
    margin-right: 1.3rem;
  }
}
.c-slideshow-v2__description {
  font-style: italic;
  color: #a3a8ac;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
@media (max-width: 700px) {
  .c-slideshow-v2__description {
    padding-left: 3rem;
    font-size: 1.8rem;
  }
}
.c-slideshow-v2 .j-video-popup {
  cursor: pointer;
}
.c-slideshow-v2 .j-video-popup:hover .c-slideshow-v2__play, .c-slideshow-v2 .j-video-popupfocus .c-slideshow-v2__play {
  transform-origin: center;
  width: 8rem;
  height: 8rem;
  border-color: #f6d049;
}
.c-slideshow-v2 .j-video-popup:hover .c-slideshow-v2__play svg, .c-slideshow-v2 .j-video-popupfocus .c-slideshow-v2__play svg {
  fill: #f6d049;
}

.c-social-links {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-social-links__social-item:not(:last-child) {
  margin-bottom: 1.8rem;
}
.c-social-links__social-link svg {
  width: 1.8rem;
  height: 1.8rem;
  transition: all ease 0.3s;
}
.c-social-links__social-item:hover .c-social-links__social-link svg {
  fill: #f6d049;
}
.c-social-links--white .c-social-links__social-link svg {
  fill: #ffffff;
}
.c-social-links--horizontal {
  flex-direction: row;
}
.c-social-links--horizontal .c-social-links__social-item {
  margin-bottom: 0;
}
.c-social-links--horizontal .c-social-links__social-item:not(:last-child) {
  margin-right: 1.8rem;
}

.c-video-by-text {
  display: flex;
  max-width: 192rem;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .c-video-by-text {
    flex-direction: column-reverse;
  }
}
.c-video-by-text__left {
  width: 50%;
  align-self: center;
}
@media (max-width: 1000px) {
  .c-video-by-text__left {
    width: 100%;
    padding-right: 7rem;
  }
}
@media (max-width: 650px) {
  .c-video-by-text__left {
    padding-right: 0;
    padding-left: 3rem;
  }
}
.c-video-by-text__image-wrapper {
  padding-bottom: 55%;
  position: relative;
  cursor: pointer;
}
.c-video-by-text__image-wrapper--b {
  cursor: default;
}
.c-video-by-text__image-wrapper:hover .c-video-by-text__play {
  fill: #f6d049;
  border-color: #f6d049;
  transform: scale(1.1) translate(-50%, -50%);
}
.c-video-by-text__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  transform: translate(-50%, -50%);
  border: solid 2px #ffffff;
  border-radius: 100%;
  fill: #ffffff;
  width: 8rem;
  height: 8rem;
  transition: all ease 0.3s;
  pointer-events: none;
}
.c-video-by-text__right {
  flex: 1;
  padding-left: 15rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1500px) {
  .c-video-by-text__right {
    padding-left: 10rem;
    padding-right: 3rem;
  }
}
@media (max-width: 1400px) {
  .c-video-by-text__right {
    padding-left: 5rem;
  }
}
@media (max-width: 1000px) {
  .c-video-by-text__right {
    width: 100%;
    margin-bottom: 6rem;
  }
}
@media (max-width: 650px) {
  .c-video-by-text__right {
    padding-left: 3rem;
  }
}
.c-video-by-text__content-wrapper {
  max-width: 54.6rem;
  position: relative;
}
@media (max-width: 1000px) {
  .c-video-by-text__content-wrapper {
    margin: 0 auto;
    max-width: 55.6rem;
  }
}
.c-video-by-text__content-wrapper h1,
.c-video-by-text__content-wrapper h2,
.c-video-by-text__content-wrapper h3,
.c-video-by-text__content-wrapper h4,
.c-video-by-text__content-wrapper h5,
.c-video-by-text__content-wrapper h6 {
  font-size: 4.6rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
@media (max-width: 1300px) {
  .c-video-by-text__content-wrapper h1,
  .c-video-by-text__content-wrapper h2,
  .c-video-by-text__content-wrapper h3,
  .c-video-by-text__content-wrapper h4,
  .c-video-by-text__content-wrapper h5,
  .c-video-by-text__content-wrapper h6 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1000px) {
  .c-video-by-text__content-wrapper h1,
  .c-video-by-text__content-wrapper h2,
  .c-video-by-text__content-wrapper h3,
  .c-video-by-text__content-wrapper h4,
  .c-video-by-text__content-wrapper h5,
  .c-video-by-text__content-wrapper h6 {
    font-size: 4.6rem;
  }
}
@media (max-width: 650px) {
  .c-video-by-text__content-wrapper h1,
  .c-video-by-text__content-wrapper h2,
  .c-video-by-text__content-wrapper h3,
  .c-video-by-text__content-wrapper h4,
  .c-video-by-text__content-wrapper h5,
  .c-video-by-text__content-wrapper h6 {
    font-size: 3rem;
  }
}
.c-video-by-text__content-wrapper p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.7;
}
.c-video-by-text__logo {
  position: absolute;
  top: -3rem;
  left: -3rem;
  max-width: 20rem;
  opacity: 0.2;
}
@media (max-width: 650px) {
  .c-video-by-text__logo {
    left: -1rem;
    top: -5rem;
  }
}
.c-video-by-text__bouncing-arrow {
  background-color: #000000;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  fill: transparent;
  stroke: white;
  transform: rotate(90deg);
  margin-top: 3rem;
  animation: bounce-down infinite ease alternate 1s;
}
.c-video-by-text__link {
  margin-top: 30px;
  font-size: 18px;
  padding: 10px 20px;
}

.video-item {
  width: 50%;
  padding: 5rem;
}
@media (max-width: 1250px) {
  .video-item {
    padding: 2rem;
  }
}
@media (max-width: 700px) {
  .video-item {
    padding: 2rem 3rem;
    width: 100%;
  }
}
.video-item.three-col {
  width: 33.333%;
  padding: 3rem;
}
@media (max-width: 850px) {
  .video-item.three-col {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .video-item.three-col {
    width: 100%;
  }
}
.video-item__img-cont {
  padding-bottom: 100%;
  margin-bottom: 2.7rem;
}
.video-item__wrapper:hover .video-item__circle, .video-item__wrapper:focus .video-item__circle {
  opacity: 1;
}
.video-item__topic {
  font-size: 1.8rem;
  color: #a3a8ac;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 1000px) {
  .video-item__topic {
    font-size: 1.6rem;
  }
}
.video-item__description {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
  padding-right: 3rem;
}
@media (max-width: 1000px) {
  .video-item__description {
    font-size: 2rem;
  }
}
.video-item__circle-cont {
  position: relative;
}
.video-item__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f6d049;
  fill: transparent;
  stroke: #000000;
  border-radius: 100%;
  margin-left: 1.5rem;
  opacity: 0;
  transition: opacity ease 0.3s;
}

.c-video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease 0.3s;
}
.c-video-modal.active {
  opacity: 1;
  z-index: 100;
}
.c-video-modal__close-container {
  position: absolute;
  right: 3rem;
  top: 3rem;
  cursor: pointer;
}
.c-video-modal__close-container i {
  color: white;
  transition: all ease 0.3s;
}
.c-video-modal__close-container:hover i {
  color: #f6d049;
}
.c-video-modal__video-cont {
  width: 95%;
  max-width: 150rem;
}
.c-video-modal__container {
  width: 100%;
  padding-bottom: 56.3%;
  position: relative;
}
.c-video-modal__iframe, .c-video-modal__video-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.c-positions {
  background-color: #000000;
  padding: 30rem 10rem 20rem;
}
@media (max-width: 1000px) {
  .c-positions {
    padding: 15rem 0rem 9rem;
  }
}
@media (max-width: 700px) {
  .c-positions {
    padding-top: 15rem;
    padding-bottom: 7rem;
  }
}
.c-positions__content {
  max-width: 110rem;
  margin: 0 auto;
}
.c-positions__title-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 7rem;
}
@media (max-width: 1000px) {
  .c-positions__title-bar {
    padding: 0 7rem 7rem;
  }
}
@media (max-width: 800px) {
  .c-positions__title-bar {
    padding: 0 3rem 7rem;
  }
}
@media (max-width: 650px) {
  .c-positions__title-bar {
    display: block;
    padding-bottom: 4rem;
  }
}
.c-positions__title-bar .btn {
  padding: 1rem 2rem;
}
.c-positions__logo {
  position: absolute;
  bottom: -3rem;
  left: -13rem;
  opacity: 0.13;
  width: 84rem;
  pointer-events: none;
}
@media (max-width: 650px) {
  .c-positions__logo {
    width: 100%;
    max-width: 30rem;
    top: -10rem;
    left: 3rem;
    bottom: unset;
  }
}
.c-positions__title {
  font-size: 4.6rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 2px;
}
@media (max-width: 800px) {
  .c-positions__title {
    font-size: 3.6rem;
  }
}
@media (max-width: 650px) {
  .c-positions__title {
    margin-bottom: 1.5rem;
  }
}
.c-positions__dropdown-filter {
  position: relative;
  z-index: 1;
  display: none;
  max-width: 30rem;
  margin: 0 auto;
}
@media (max-width: 650px) {
  .c-positions__dropdown-filter {
    display: block;
  }
}
@media (max-width: 500px) {
  .c-positions__dropdown-filter {
    margin: 0 3rem;
  }
}
.c-positions__dropdown-filter .facetwp-dropdown {
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #f6d049;
  background-image: none !important;
  background-color: #111;
  border: #111 1px solid;
  border: none;
  padding: 1.8rem 1.2rem;
  font-size: 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  outline: none;
  cursor: pointer;
}
.c-positions__dropdown-filter .facetwp-dropdown::-ms-expand {
  display: none;
}
.c-positions__dropdown-filter .facetwp-dropdown:focus {
  border: #f6d049 1px solid;
}
.c-positions__dropdown-filter .facetwp-dropdown option {
  text-indent: 10px;
}
.c-positions__dropdown-circle {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 3rem;
  height: 3rem;
  background-color: #f6d049;
  border-radius: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: transparent;
  stroke: #000000;
  z-index: 1;
}
@media (max-width: 650px) {
  .c-positions__filter-cont {
    display: none;
  }
}
.c-positions__filter-cont .facetwp-facet-departments {
  display: flex;
}
@media (max-width: 1100px) {
  .c-positions__filter-cont .facetwp-facet-departments {
    overflow-x: scroll;
    padding: 0 7rem;
  }
}
@media (max-width: 800px) {
  .c-positions__filter-cont .facetwp-facet-departments {
    padding: 0 3rem;
  }
}
.c-positions__filter-cont .facetwp-facet-departments .facetwp-radio {
  background: none !important;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  color: #ffffff;
  padding: 0;
  margin-right: 5rem;
  white-space: nowrap;
}
.c-positions__filter-cont .facetwp-facet-departments .facetwp-radio:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 0.5rem;
  background-color: #f6d049;
  opacity: 0;
  transition: all ease 0.3s;
}
.c-positions__filter-cont .facetwp-facet-departments .facetwp-radio.checked {
  color: #f6d049;
}
.c-positions__filter-cont .facetwp-facet-departments .facetwp-radio.checked:after {
  opacity: 1;
}
.c-positions__filter-cont .facetwp-facet-departments .facetwp-radio .facetwp-counter {
  display: none;
}
@media (max-width: 1000px) {
  .c-positions__filter-cont .facetwp-facet-departments .facetwp-radio:last-child {
    padding-right: 7rem;
    margin-right: 0;
  }
}
.c-positions__positions-list {
  transition: height 0.3s ease;
}
@media (max-width: 1000px) {
  .c-positions__positions-list {
    padding: 0 7rem;
  }
}
@media (max-width: 800px) {
  .c-positions__positions-list {
    padding: 0 3rem;
  }
}
.c-positions__position-cont {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
  border-bottom: solid 2px #a3a8ac;
  border-color: rgba(163, 168, 172, 0.3);
}
@media (max-width: 650px) {
  .c-positions__position-cont {
    display: block;
    justify-content: unset;
  }
}
@media (max-width: 650px) {
  .c-positions__position-info-cont {
    margin-bottom: 2.3rem;
  }
}
.c-positions__position-company, .c-positions__position-job {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.c-positions__position-job {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: unset;
}
.c-positions__footer-text {
  margin-top: 5rem;
}
@media (max-width: 1000px) {
  .c-positions__footer-text {
    padding: 0 7rem;
  }
}
@media (max-width: 800px) {
  .c-positions__footer-text {
    padding: 0 3rem;
  }
}
.c-positions__footer-text p {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 1000px) {
  .c-positions__footer-text p {
    font-size: 2rem;
  }
}
.c-positions__footer-text a {
  display: inline-block;
  color: #f6d049;
  font-style: italic;
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .c-positions__footer-text a {
    font-size: 2rem;
  }
}
.c-positions__footer-text a:hover, .c-positions__footer-text a:focus {
  text-decoration: underline !important;
}

.become-sponsor {
  background-color: #000000;
  padding: 13rem 3rem;
}
.become-sponsor__cont {
  display: flex;
  max-width: 160rem;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 1250px) {
  .become-sponsor__cont {
    flex-direction: column;
  }
}
.become-sponsor__block {
  max-width: 67rem;
}
@media (max-width: 1250px) {
  .become-sponsor__block {
    margin: 0 auto;
  }
}
.become-sponsor__left {
  padding-top: 8rem;
}
@media (max-width: 1250px) {
  .become-sponsor__left {
    padding-top: 0;
  }
}
.become-sponsor__line {
  color: white;
}
.become-sponsor__left-text {
  color: white;
  font-size: 4.6rem;
  font-weight: 900;
  margin-bottom: 5rem;
}
@media (max-width: 500px) {
  .become-sponsor__left-text {
    font-size: 3.5rem;
  }
}
.become-sponsor__buttons {
  display: flex;
  margin: 0 -1rem;
  font-size: 1.8rem;
}
@media (max-width: 750px) {
  .become-sponsor__buttons {
    flex-direction: column;
    margin: 0;
  }
}
.become-sponsor__button {
  width: 50%;
  padding: 1.4rem 3rem;
  border-color: white;
  color: white;
  margin: 0 1rem;
  position: relative;
}
@media (max-width: 750px) {
  .become-sponsor__button {
    width: 100%;
    margin: 1rem 0;
    max-width: 40rem;
  }
}
.become-sponsor__button span svg {
  width: 4rem;
  height: 4rem;
  fill: transparent;
  stroke: white;
}
.become-sponsor__right {
  background-color: white;
  padding: 9rem 7rem 10.9rem;
  margin-left: 3rem;
}
@media (max-width: 1350px) {
  .become-sponsor__right {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 1250px) {
  .become-sponsor__right {
    padding: 9rem 7rem 10.9rem;
    margin: 8rem auto 0;
  }
}
@media (max-width: 600px) {
  .become-sponsor__right {
    padding: 7rem 3rem;
  }
}
.become-sponsor__right-text {
  margin-bottom: 6rem;
}
.become-sponsor__right-text p {
  margin-bottom: 4.5rem;
}
.become-sponsor__right-text h2 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 8rem;
}
.become-sponsor__right-text h3 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 3rem;
}
.become-sponsor__right-link {
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
.become-sponsor__right-link:hover span svg, .become-sponsor__right-link:focus span svg {
  stroke: #000000;
}

.c-bullet-list {
  background-color: #300211;
  padding: 14rem;
}
@media (max-width: 1700px) {
  .c-bullet-list {
    padding: 14rem 7rem;
  }
}
@media (max-width: 700px) {
  .c-bullet-list {
    padding: 7rem 3rem;
  }
}
.c-bullet-list__content {
  max-width: 192rem;
  margin: 0 auto;
}
.c-bullet-list__content h1,
.c-bullet-list__content h2,
.c-bullet-list__content h3,
.c-bullet-list__content h4,
.c-bullet-list__content h5,
.c-bullet-list__content h6 {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 5rem;
  text-transform: uppercase;
}
.c-bullet-list__content ul {
  margin: 0;
  padding: 0;
  -moz-column-count: 3;
       column-count: 3;
  list-style: none;
}
@media (max-width: 1300px) {
  .c-bullet-list__content ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 700px) {
  .c-bullet-list__content ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.c-bullet-list__content ul li {
  color: #ffffff;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1.7;
  margin-right: 6rem;
  position: relative;
  font-weight: 400;
  margin-left: 2rem;
}
@media (max-width: 1300px) {
  .c-bullet-list__content ul li {
    margin-right: 3rem;
  }
}
@media (max-width: 700px) {
  .c-bullet-list__content ul li {
    margin-right: 0;
  }
}
.c-bullet-list__content ul li::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #f6d049;
  position: absolute;
  top: 10px;
  left: -2rem;
}

.c-call-to-actions {
  max-width: 140rem;
  padding: 0 3rem;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .c-call-to-actions__super:before {
    width: 4rem;
    margin-right: 0.9rem;
  }
}
.c-call-to-actions__blocks-cont {
  display: flex;
  margin: 0 -2.5rem;
}
@media (max-width: 900px) {
  .c-call-to-actions__blocks-cont {
    flex-direction: column;
  }
}
.c-call-to-actions__block {
  padding: 2.5rem;
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .c-call-to-actions__block {
    width: 100%;
    margin: 0 auto 3rem;
    max-width: 70rem;
  }
}
.c-call-to-actions__img-cont {
  padding-bottom: 63%;
  margin-bottom: 3rem;
}
.c-call-to-actions__text-cont {
  margin-bottom: auto;
}
.c-call-to-actions__text-cont h1,
.c-call-to-actions__text-cont h2,
.c-call-to-actions__text-cont h3,
.c-call-to-actions__text-cont h4,
.c-call-to-actions__text-cont h5,
.c-call-to-actions__text-cont h6 {
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #000000;
  transition: all ease 0.3s;
}
@media (max-width: 650px) {
  .c-call-to-actions__text-cont h1,
  .c-call-to-actions__text-cont h2,
  .c-call-to-actions__text-cont h3,
  .c-call-to-actions__text-cont h4,
  .c-call-to-actions__text-cont h5,
  .c-call-to-actions__text-cont h6 {
    font-size: 2.2rem;
  }
}
.c-call-to-actions__text-cont p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
  max-width: 50rem;
}
@media (max-width: 650px) {
  .c-call-to-actions__text-cont p {
    font-size: 1.6rem;
  }
}
.c-call-to-actions__text-cont:hover h1,
.c-call-to-actions__text-cont:hover h2,
.c-call-to-actions__text-cont:hover h3,
.c-call-to-actions__text-cont:hover h4,
.c-call-to-actions__text-cont:hover h5,
.c-call-to-actions__text-cont:hover h6, .c-call-to-actions__text-cont:focus h1,
.c-call-to-actions__text-cont:focus h2,
.c-call-to-actions__text-cont:focus h3,
.c-call-to-actions__text-cont:focus h4,
.c-call-to-actions__text-cont:focus h5,
.c-call-to-actions__text-cont:focus h6 {
  color: #f6d049;
}
.c-call-to-actions__link {
  margin-top: 1.5rem;
}

.c-template-hero {
  position: relative;
  height: 100vh;
  min-height: 90rem;
  display: flex;
  flex-direction: column;
}
.c-template-hero:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
}
@media (max-width: 800px) {
  .c-template-hero {
    height: unset;
    max-height: unset;
  }
}
.c-template-hero__top {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
}
@media (max-width: 800px) {
  .c-template-hero__top {
    padding: 20rem 0;
  }
}
.c-template-hero__text-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 28rem;
  max-width: 136.4rem;
  box-sizing: content-box;
}
@media (max-width: 1750px) {
  .c-template-hero__text-wrapper {
    padding-left: 10rem;
    padding-right: 5rem;
  }
}
@media (max-width: 800px) {
  .c-template-hero__text-wrapper {
    padding: 0 3rem;
  }
}
.c-template-hero__super {
  font-size: 2rem;
  font-weight: 900;
  color: #ffffff;
}
.c-template-hero__header {
  font-size: 11rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}
@media (max-width: 1400px) {
  .c-template-hero__header {
    font-size: 9rem;
  }
}
@media (max-width: 800px) {
  .c-template-hero__header {
    font-size: 7rem;
  }
}
@media (max-width: 600px) {
  .c-template-hero__header {
    font-size: 5rem;
  }
}
.c-template-hero__banner {
  min-height: 10rem;
  background-color: #300211;
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 850px) {
  .c-template-hero__banner {
    flex-direction: column;
  }
}
.c-template-hero__banner-text {
  align-self: center;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 3rem 3rem 3rem 28rem;
}
@media (max-width: 1700px) {
  .c-template-hero__banner-text {
    padding: 3rem 3rem 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .c-template-hero__banner-text {
    padding-left: 3rem;
  }
}
@media (max-width: 850px) {
  .c-template-hero__banner-text {
    width: 100%;
    flex: unset;
  }
}
.c-template-hero__banner-text p {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
}
.c-template-hero__banner-text p em {
  font-weight: 700;
}
.c-template-hero__banner-text a {
  display: inline-flex;
  color: #ffffff;
  font-style: italic;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  transition: all ease 0.3s;
}
.c-template-hero__banner-text a:hover, .c-template-hero__banner-text a:focus {
  color: #f6d049;
}
.c-template-hero__banner-text a:hover .circle, .c-template-hero__banner-text a:focus .circle {
  background-color: #000000;
}
.c-template-hero__circle-link {
  margin-left: 1rem;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 700;
  text-transform: unset;
}
.c-template-hero__circle-link .u-circle-link__circle {
  margin: 0;
  margin-left: 2rem;
  background-color: #f6d049 !important;
}
.c-template-hero__circle-link .u-circle-link__circle svg {
  stroke: #300211 !important;
}
.c-template-hero__link-cont {
  background-color: #541027;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.7rem 6.6rem;
  max-width: 52rem;
  min-width: 48rem;
}
@media (max-width: 1200px) {
  .c-template-hero__link-cont {
    padding: 2.7rem 3rem;
  }
}
@media (max-width: 850px) {
  .c-template-hero__link-cont {
    max-width: unset;
    min-width: unset;
  }
  .c-template-hero__link-cont .btn {
    padding-right: 0;
    font-size: 1.4rem;
  }
}
.c-template-hero__link {
  padding: 1rem 2rem;
}
.c-list-with-photo {
  padding: 0 7rem 0 3rem;
}
@media (max-width: 1100px) {
  .c-list-with-photo {
    padding: 0 3rem;
  }
}
.c-list-with-photo__content-cont {
  max-width: 140rem;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 1100px) {
  .c-list-with-photo__content-cont {
    flex-direction: column;
  }
}
.c-list-with-photo__left {
  flex: 1;
  max-width: 67rem;
  margin-right: 15rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1550px) {
  .c-list-with-photo__left {
    margin-right: auto;
  }
}
@media (max-width: 1350px) {
  .c-list-with-photo__left {
    max-width: 55rem;
  }
}
@media (max-width: 1100px) {
  .c-list-with-photo__left {
    width: 100%;
    margin: 0 auto 3rem;
    max-width: 80rem;
  }
}
.c-list-with-photo__yellow-line-text {
  font-size: 4.6rem;
  font-weight: 900;
  margin-bottom: auto;
  color: #000000;
}
@media (max-width: 650px) {
  .c-list-with-photo__yellow-line-text {
    font-size: 3.5rem;
  }
}
.c-list-with-photo__yellow-line-text:before {
  content: "";
  display: block;
  width: 10rem;
  height: 2px;
  background-color: #f6d049;
  margin-bottom: 2rem;
}
.c-list-with-photo__image-cont {
  padding-bottom: 62%;
  margin-top: 6rem;
}
.c-list-with-photo__right {
  max-width: 53.6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 8rem;
}
@media (max-width: 1200px) {
  .c-list-with-photo__right {
    padding-left: 5rem;
    max-width: 50rem;
  }
}
@media (max-width: 1100px) {
  .c-list-with-photo__right {
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.c-list-with-photo__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list-with-photo__list-item {
  margin-bottom: 3rem;
  font-size: 2.6rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  padding-left: 2.3rem;
  position: relative;
}
@media (max-width: 1100px) {
  .c-list-with-photo__list-item {
    max-width: 64rem;
  }
}
.c-list-with-photo__list-item:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  background-color: #f6d049;
}
.c-list-with-photo__link {
  align-self: flex-start;
}
.c-list-with-photo__link .btn__text {
  margin-right: auto;
}

.c-newsletter-coming-soon {
  padding: 0 3rem;
}
@media (max-width: 1000px) {
  .c-newsletter-coming-soon {
    padding: 0;
  }
}
.c-newsletter-coming-soon__content-cont {
  max-width: 160rem;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 1000px) {
  .c-newsletter-coming-soon__content-cont {
    display: block;
    max-width: 69.5rem;
  }
}
.c-newsletter-coming-soon__left, .c-newsletter-coming-soon__right {
  width: 50%;
}
@media (max-width: 1000px) {
  .c-newsletter-coming-soon__left, .c-newsletter-coming-soon__right {
    width: 100%;
  }
}
.c-newsletter-coming-soon__left {
  padding: 13rem 14rem 4rem 4rem;
}
@media (max-width: 1500px) {
  .c-newsletter-coming-soon__left {
    padding-right: 4rem;
  }
}
@media (max-width: 1000px) {
  .c-newsletter-coming-soon__left {
    padding: 0 0 9.2rem 5rem;
  }
}
@media (max-width: 700px) {
  .c-newsletter-coming-soon__left {
    padding-left: 0;
  }
}
.c-newsletter-coming-soon__left-text-wrapper {
  margin-left: auto;
}
@media (max-width: 1000px) {
  .c-newsletter-coming-soon__left-text-wrapper {
    margin: 0;
  }
}
@media (max-width: 700px) {
  .c-newsletter-coming-soon__left-text {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.c-newsletter-coming-soon__left-text h1,
.c-newsletter-coming-soon__left-text h2,
.c-newsletter-coming-soon__left-text h3,
.c-newsletter-coming-soon__left-text h4,
.c-newsletter-coming-soon__left-text h5,
.c-newsletter-coming-soon__left-text h6 {
  font-weight: 900;
  font-size: 4.6rem;
  line-height: 1.2;
  color: #000000;
}
@media (max-width: 600px) {
  .c-newsletter-coming-soon__left-text h1,
  .c-newsletter-coming-soon__left-text h2,
  .c-newsletter-coming-soon__left-text h3,
  .c-newsletter-coming-soon__left-text h4,
  .c-newsletter-coming-soon__left-text h5,
  .c-newsletter-coming-soon__left-text h6 {
    font-size: 3rem;
  }
}
.c-newsletter-coming-soon__left-text p {
  font-size: 2rem;
  color: #000000;
}
.c-newsletter-coming-soon__left-text ul {
  margin-top: 3rem;
}
@media (max-width: 700px) {
  .c-newsletter-coming-soon__left-text ul {
    margin-left: 2rem;
  }
}
.c-newsletter-coming-soon__left-text li {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.c-newsletter-coming-soon__left-text li::marker {
  color: #f6d049;
}
.c-newsletter-coming-soon__right-text {
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.7;
}
@media (max-width: 600px) {
  .c-newsletter-coming-soon__right-text {
    font-size: 2.8rem;
  }
}
.c-newsletter-coming-soon__right {
  background-color: #300211;
  padding: 11rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1500px) {
  .c-newsletter-coming-soon__right {
    padding: 11rem 7rem;
  }
}
@media (max-width: 1100px) {
  .c-newsletter-coming-soon__right {
    padding: 11rem 4rem;
  }
}
@media (max-width: 1000px) {
  .c-newsletter-coming-soon__right {
    padding: 9rem;
  }
}
@media (max-width: 600px) {
  .c-newsletter-coming-soon__right {
    padding: 9rem 3rem;
  }
}
.c-newsletter-coming-soon__right .ctct-inline-form {
  width: 100%;
}
.c-newsletter-coming-soon__right .ctct-form-embed.form_0 .ctct-form-defaults {
  background-color: unset;
  padding: 0;
}
.c-newsletter-coming-soon__right .ctct-form-embed.form_0 .ctct-form-defaults form {
  width: 100%;
  margin: 0;
}
.c-newsletter-coming-soon__right .ctct-form-embed.form_0 .ctct-form-defaults form #email_address_label_0, .c-newsletter-coming-soon__right .ctct-form-embed.form_0 .ctct-form-defaults form #first_name_label_0, .c-newsletter-coming-soon__right .ctct-form-embed.form_0 .ctct-form-defaults form #last_name_label_0 {
  color: #fff;
  display: none;
}
.c-newsletter-coming-soon__right .ctct-form-embed.form_0 .ctct-form-defaults form #gdpr_text {
  display: none;
}
.c-newsletter-coming-soon__right .ctct-form-embed.form_0 .ctct-form-defaults form #email_address_field_0, .c-newsletter-coming-soon__right .ctct-form-embed.form_0 .ctct-form-defaults form #first_name_field_0, .c-newsletter-coming-soon__right .ctct-form-embed.form_0 .ctct-form-defaults form #last_name_field_0 {
  margin: 0;
}
.c-newsletter-coming-soon__right .ctct-form-embed.form_0 .ctct-form-defaults form #email_address_field_0 input.ctct-form-element, .c-newsletter-coming-soon__right .ctct-form-embed.form_0 .ctct-form-defaults form #first_name_field_0 input.ctct-form-element, .c-newsletter-coming-soon__right .ctct-form-embed.form_0 .ctct-form-defaults form #last_name_field_0 input.ctct-form-element {
  border: none;
  background-color: transparent;
  color: #ffffff;
  padding: 1rem 0;
  border-bottom: solid 1px white;
  transition: all ease 0.3s;
  margin-bottom: 3rem;
  min-width: 24rem;
  width: 100%;
  -webkit-appearance: none;
  border-radius: unset;
  font-size: 1.8rem;
  height: unset;
  box-shadow: unset;
  line-height: unset;
}
.c-newsletter-coming-soon__right .ctct-form-embed.form_0 .ctct-form-defaults form #email_address_field_0 input.ctct-form-element:focus, .c-newsletter-coming-soon__right .ctct-form-embed.form_0 .ctct-form-defaults form #first_name_field_0 input.ctct-form-element:focus, .c-newsletter-coming-soon__right .ctct-form-embed.form_0 .ctct-form-defaults form #last_name_field_0 input.ctct-form-element:focus {
  border-bottom: solid 1px #f6d049;
  outline: none;
}
.c-newsletter-coming-soon__right .ctct-form-embed.form_0 .ctct-form-defaults form button {
  background-color: unset;
  border: unset;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0;
}
.c-newsletter-coming-soon__right .ctct-form-embed.form_0 .ctct-form-defaults form button:hover {
  background-color: unset;
  border: unset;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  color: #f6d049;
}
.c-newsletter-coming-soon__right .ctct-form-embed.form_0 .ctct-form-defaults form button:before {
  content: "";
  display: inline-block;
  background: url(../images/icons/arrow.svg) center no-repeat #f6d049;
  background-size: 6px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 10px;
}
.c-newsletter-coming-soon__right-text-wrapper {
  margin-bottom: 5rem;
}
.c-newsletter-coming-soon__right-text {
  color: #ffffff;
}
.c-newsletter-coming-soon__yellow-line--right {
  color: #ffffff;
  margin-bottom: 3rem;
  font-weight: 900;
}
.c-newsletter-coming-soon form {
  width: 90%;
  align-self: flex-start;
}
.c-newsletter-coming-soon input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #ffffff;
  transition: all ease 0.3s;
  padding: 1rem 0;
  color: #ffffff;
  font-size: 1.7rem;
  font-family: ff-tisa-sans-web-pro, sans-serif;
}
.c-newsletter-coming-soon input:not(:last-child) {
  margin-bottom: 5rem;
}
.c-newsletter-coming-soon input:hover, .c-newsletter-coming-soon input:focus {
  border-bottom: solid 1px #f6d049;
  outline: none;
}

.sponsors-images {
  padding: 0 3rem;
}
.sponsors-images__content-cont {
  max-width: 160rem;
  margin: 0 auto;
}
.sponsors-images__title {
  font-size: 4.6rem;
  font-weight: 700;
  color: black;
  margin-bottom: 3rem;
}
.sponsors-images__sponsors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -2.5rem;
}
@media (max-width: 1200px) {
  .sponsors-images__sponsors {
    justify-content: center;
  }
}
.sponsors-images__sponsor-cont {
  width: 20%;
  padding: 2.5rem;
}
@media (max-width: 1350px) {
  .sponsors-images__sponsor-cont {
    padding: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .sponsors-images__sponsor-cont {
    width: 25%;
  }
}
@media (max-width: 800px) {
  .sponsors-images__sponsor-cont {
    padding: 1rem;
  }
}
@media (max-width: 600px) {
  .sponsors-images__sponsor-cont {
    width: 33.3333%;
  }
}
@media (max-width: 450px) {
  .sponsors-images__sponsor-cont {
    width: 50%;
  }
}
.sponsors-images__sponsor {
  display: block;
  border: solid 1px #a3a8ac;
  padding: 1rem;
  transition: all ease 0.3s;
  height: 19rem;
}
@media (max-width: 1200px) {
  .sponsors-images__sponsor {
    height: 15rem;
  }
}
.sponsors-images__sponsor:hover, .sponsors-images__sponsor:focus {
  border: solid 1px #f6d049;
}
.sponsors-images__sponsor-image {
  width: 100%;
  height: 100%;
}

@media (max-width: 650px) {
  .c-testimonials {
    padding: 0;
  }
}
.c-testimonials__slideshow-cont {
  background-color: #300211;
  min-height: 47rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10rem 4rem;
}
@media (max-width: 650px) {
  .c-testimonials__slideshow-cont {
    padding: 7rem 3rem;
  }
}
.c-testimonials__button-cont {
  position: absolute;
  bottom: -20px;
  right: 4rem;
  display: flex;
}
.c-testimonials__button {
  width: 4rem;
  height: 4rem;
  background-color: #f6d049;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease 0.3s;
  outline: none;
  border: none;
}
.c-testimonials__button:first-child {
  margin-right: 1.1rem;
  transform: rotate(180deg);
}
.c-testimonials__button:hover, .c-testimonials__button:focus {
  background-color: #f4c318;
}
.c-testimonials__button svg {
  width: 90%;
  height: 100%;
  fill: transparent;
  stroke: #000000;
}
.c-testimonials__slides-container {
  max-width: 89rem;
  overflow: hidden;
}
.c-testimonials__yellow-line {
  color: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 650px) {
  .c-testimonials__yellow-line:before {
    width: 5rem;
  }
}
.c-testimonials__quote {
  color: #ffffff;
  font-weight: 700;
  font-size: 3.6rem;
  margin-bottom: 3rem;
}
@media (max-width: 650px) {
  .c-testimonials__quote {
    font-size: 2.5rem;
  }
}
.c-testimonials__author {
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
}
.c-two-text-block-and-image {
  background-color: #000000;
  padding-top: 13rem;
  position: relative;
}
@media (max-width: 1150px) {
  .c-two-text-block-and-image {
    padding-bottom: 7rem;
    padding-top: 7rem;
  }
}
.c-two-text-block-and-image:before {
  content: "";
  width: 100%;
  height: 10rem;
  background-color: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1150px) {
  .c-two-text-block-and-image:before {
    content: unset;
  }
}
.c-two-text-block-and-image__content-cont {
  display: flex;
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .c-two-text-block-and-image__content-cont {
    flex-direction: column;
  }
}
.c-two-text-block-and-image__left, .c-two-text-block-and-image__right {
  width: 50%;
  position: relative;
  z-index: 1;
}
.c-two-text-block-and-image__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 8rem;
}
@media (max-width: 1150px) {
  .c-two-text-block-and-image__left {
    margin-bottom: 5rem;
    width: 100%;
    max-width: 80rem;
    padding-top: 0;
  }
}
.c-two-text-block-and-image__main-text-cont {
  max-width: 67rem;
  margin-left: auto;
  margin-bottom: 15rem;
  padding-left: 5rem;
}
@media (max-width: 1000px) {
  .c-two-text-block-and-image__main-text-cont {
    margin-left: 6rem;
  }
}
@media (max-width: 800px) {
  .c-two-text-block-and-image__main-text-cont {
    margin-bottom: 5rem;
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  .c-two-text-block-and-image__main-text-cont {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.c-two-text-block-and-image__yellow-line {
  color: #ffffff;
}
@media (max-width: 500px) {
  .c-two-text-block-and-image__yellow-line:before {
    width: 4rem;
  }
}
.c-two-text-block-and-image__main-text {
  font-size: 4.6rem;
  font-weight: 900;
  color: #ffffff;
}
@media (max-width: 1300px) {
  .c-two-text-block-and-image__main-text {
    font-size: 4rem;
  }
}
@media (max-width: 700px) {
  .c-two-text-block-and-image__main-text {
    font-size: 3.5rem;
  }
}
@media (max-width: 600px) {
  .c-two-text-block-and-image__main-text {
    font-size: 3rem;
  }
}
.c-two-text-block-and-image__link {
  margin-top: 3rem;
}
.c-two-text-block-and-image__image-cont {
  padding-bottom: 61%;
}
.c-two-text-block-and-image__right {
  padding-left: 15rem;
  padding-right: 5rem;
}
@media (max-width: 1500px) {
  .c-two-text-block-and-image__right {
    padding-left: 5rem;
    padding-right: 8rem;
  }
}
@media (max-width: 1300px) {
  .c-two-text-block-and-image__right {
    padding: 0 3rem;
  }
}
@media (max-width: 1150px) {
  .c-two-text-block-and-image__right {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .c-two-text-block-and-image__right {
    padding: 0 1.5rem;
  }
}
.c-two-text-block-and-image__white-box {
  max-width: 67rem;
  padding: 8rem 5rem 8rem 8rem;
  background-color: #ffffff;
}
@media (max-width: 1550px) {
  .c-two-text-block-and-image__white-box {
    padding: 8rem 3rem 8rem 5rem;
  }
}
@media (max-width: 1150px) {
  .c-two-text-block-and-image__white-box {
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .c-two-text-block-and-image__white-box {
    padding: 5rem 2rem;
  }
}
.c-two-text-block-and-image__white-box h1,
.c-two-text-block-and-image__white-box h2,
.c-two-text-block-and-image__white-box h4,
.c-two-text-block-and-image__white-box h5,
.c-two-text-block-and-image__white-box h6 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
.c-two-text-block-and-image__white-box h3 {
  font-size: 2rem;
  margin-bottom: 5rem;
}
@media (max-width: 700px) {
  .c-two-text-block-and-image__white-box h3 {
    margin-bottom: 3rem;
  }
}
.c-two-text-block-and-image__white-box p {
  font-size: 1.8;
  line-height: 1.7;
  margin-bottom: 3rem;
}
.c-two-text-block-and-image__white-box ul {
  list-style: none;
  padding: 0 0 0 2rem;
  margin: 0;
}
.c-two-text-block-and-image__white-box ul li {
  font-size: 1.8rem;
  line-height: 1.7;
  position: relative;
}
.c-two-text-block-and-image__white-box ul li:not(:last-child) {
  margin-bottom: 4rem;
}
@media (max-width: 1300px) {
  .c-two-text-block-and-image__white-box ul li:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.c-two-text-block-and-image__white-box ul li:before {
  position: absolute;
  top: 10px;
  left: -2rem;
  width: 1rem;
  height: 1rem;
  background-color: #f6d049;
  content: "";
  border-radius: 100%;
  margin-right: 3rem;
}
.c-two-text-block-and-image__spacer {
  padding-bottom: 20rem;
  width: 100%;
}
@media (max-width: 1300px) {
  .c-two-text-block-and-image__spacer {
    padding-bottom: 15rem;
  }
}
@media (max-width: 1150px) {
  .c-two-text-block-and-image__spacer {
    display: none;
  }
}

.video {
  padding: 0 7rem;
}
@media (max-width: 600px) {
  .video {
    padding: 0 3rem;
  }
}
.video__cont {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
.video__cont .video-container {
  width: 100%;
  padding-bottom: 56.5%;
  position: relative;
}
.video__cont .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.award-scroller .__wrapper {
  max-width: 160rem;
  padding: 0 7rem;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .award-scroller .__wrapper {
    padding: 0;
  }
}
.award-scroller .__img {
  height: 100%;
}
.award-scroller .__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.award-scroller .__title {
  font-weight: 900;
  font-size: 4.4rem;
  margin-bottom: 3rem;
}
@media (max-width: 700px) {
  .award-scroller .__title {
    padding: 0 3rem;
  }
}
.award-scroller .__awards {
  display: none;
}
.award-scroller .__awards.slick-initialized {
  display: block;
}
.award-scroller .__award-slideshow {
  position: relative;
}
.award-scroller .__nav {
  width: 110%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 700px) {
  .award-scroller .__nav {
    display: none !important;
  }
}
.award-scroller .__nav button {
  background: url(../images/icons/arrow.svg) center no-repeat #f6d049;
  border: none;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}
.award-scroller .__nav button.__btn--prev {
  transform: rotate(180deg);
}
.award-scroller .slick-track {
  display: flex;
}
.award-scroller .slick-track .slick-slide {
  height: inherit !important;
}
@media (max-width: 700px) {
  .award-scroller .slick-list {
    padding: 0 20vw !important;
  }
}
.award-scroller .__award-wrapper {
  height: 100%;
  padding: 2rem;
}

.c-company-hero {
  display: flex;
}
@media (max-width: 1000px) {
  .c-company-hero {
    flex-direction: column;
  }
}
.c-company-hero__left {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1400px) {
  .c-company-hero__left {
    width: 40%;
  }
}
@media (max-width: 1000px) {
  .c-company-hero__left {
    width: 100%;
    min-height: 60rem;
  }
}
.c-company-hero__left:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 1;
}
.c-company-hero__logo {
  position: relative;
  z-index: 1;
  max-width: 60rem;
  width: 90%;
}
@media (max-width: 1400px) {
  .c-company-hero__logo {
    max-width: 80%;
  }
}
@media (max-width: 1000px) {
  .c-company-hero__logo {
    max-width: 43rem;
  }
}
@media (max-width: 650px) {
  .c-company-hero__logo {
    max-width: 70%;
  }
}
.c-company-hero__bg-image {
  z-index: 0;
}
.c-company-hero__right {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 16rem;
  padding-right: 3rem;
  padding-bottom: 17rem;
  background-color: #f0f0f0;
}
@media (max-width: 1650px) {
  .c-company-hero__right {
    padding-left: 10rem;
  }
}
@media (max-width: 1400px) {
  .c-company-hero__right {
    padding-left: 5rem;
  }
}
@media (max-width: 1000px) {
  .c-company-hero__right {
    padding: 7rem 3rem;
    display: block;
    flex: unset;
    align-items: unset;
  }
}
.c-company-hero__content-wrapper {
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .c-company-hero__content-wrapper {
    margin: 0;
  }
}
.c-company-hero .u-circle-link {
  font-weight: 800;
  margin-bottom: 5rem;
}
.c-company-hero .u-circle-link__circle {
  transform: rotate(-180deg);
}
.c-company-hero__header {
  font-size: 4.6rem;
  font-weight: 900;
  margin-bottom: 1.6rem;
}
@media (max-width: 650px) {
  .c-company-hero__header {
    font-size: 3.6rem;
  }
}
.c-company-hero__url {
  color: #541027;
  margin-bottom: 4.5rem;
  font-size: 2rem;
  font-weight: 700;
  transition: all ease 0.3s;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.c-company-hero__url:hover, .c-company-hero__url:focus {
  color: #300211;
}
.c-company-hero__description {
  margin-bottom: 4rem;
  line-height: 1.5;
  max-width: 65rem;
}
.c-company-hero__awards-header {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
@media (max-width: 650px) {
  .c-company-hero__awards-header {
    font-size: 1.8rem;
  }
}
.c-company-hero__awards-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-company-hero__awards-list li {
  font-size: 1.8rem;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.c-company-hero__awards-list li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #f6d049;
  margin-right: 1rem;
}

.c-company-info {
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) {
  .c-company-info {
    margin-bottom: 6rem;
  }
}
@media (max-width: 700px) {
  .c-company-info {
    flex-direction: column;
    max-width: 60rem;
    margin: 0 auto 6rem;
    padding: 0 3rem;
  }
}
.c-company-info__block {
  width: 33.333%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 6rem 2rem;
}
@media (max-width: 700px) {
  .c-company-info__block {
    width: 100%;
    padding: 5rem 2rem;
  }
}
.c-company-info__block:nth-child(1) {
  background-color: #541027;
}
.c-company-info__block:nth-child(2) {
  background-color: #420519;
}
.c-company-info__block:nth-child(3) {
  background-color: #340012;
}
.c-company-info__block-title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.2rem;
  margin-bottom: 1.6rem;
  letter-spacing: 1.5px;
}
@media (max-width: 800px) {
  .c-company-info__block-title {
    font-size: 1.8rem;
  }
}
.c-company-info__block-text {
  color: #ffffff;
  font-size: 2rem;
}

.c-company-flexible {
  margin: 0 -1.5rem;
}
@media (max-width: 650px) {
  .c-company-flexible {
    padding: 0 2.2rem;
  }
}
.c-company-flexible__block {
  display: flex;
}
@media (max-width: 700px) {
  .c-company-flexible__block {
    flex-direction: column;
  }
}
.c-company-flexible__item-cont {
  flex: 1;
  padding: 1.5rem;
  position: relative;
}
@media (max-width: 650px) {
  .c-company-flexible__item-cont {
    padding: 1rem;
  }
}
.c-company-flexible__image-cont {
  padding-bottom: 52%;
}
.c-company-flexible__image-cont--2 {
  padding-bottom: 100%;
}
@media (max-width: 700px) {
  .c-company-flexible__image-cont--2 {
    padding-bottom: 52%;
  }
}
.c-company-flexible__play-button {
  color: #ffffff;
  text-transform: uppercase;
  border: solid 2px #ffffff;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  pointer-events: none;
}
.c-company-flexible__play-icon {
  width: 16px;
  height: 22px;
  fill: #ffffff;
  stroke: #ffffff;
  transition: all ease 0.3s;
}
.c-company-flexible__block--video {
  cursor: pointer;
}
.c-company-flexible__block--video:hover .c-company-flexible__play-button {
  width: 80px;
  height: 80px;
  border-color: #f6d049;
}
.c-company-flexible__block--video:hover .c-company-flexible__play-icon {
  fill: #f6d049;
  stroke: #f6d049;
}

.c-next-company {
  position: relative;
  padding: 30rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .c-next-company {
    padding: 16rem 3rem;
  }
}
@media (max-width: 650px) {
  .c-next-company {
    padding: 10rem 3rem;
  }
}
.c-next-company__img-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.c-next-company__img-cont:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.c-next-company__content {
  position: relative;
  z-index: 1;
}
.c-next-company__up-next {
  display: flex;
  justify-content: center;
  color: #ffffff;
  font-size: 2rem;
}
@media (max-width: 650px) {
  .c-next-company__up-next:before {
    width: 7rem;
  }
}
.c-next-company__link {
  font-weight: 900;
  font-size: 4.6rem;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: all ease 0.3s;
}
@media (max-width: 650px) {
  .c-next-company__link {
    font-size: 3.6rem;
  }
}
.c-next-company__link .circle {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6d049;
  border-radius: 100%;
  margin-top: 5rem;
}
@media (max-width: 650px) {
  .c-next-company__link .circle {
    margin-top: 3rem;
  }
}
.c-next-company__link:hover, .c-next-company__link:focus {
  color: #f6d049;
}
.c-next-company__icon {
  width: 3rem;
  height: 3rem;
  stroke: #000000;
  fill: transparent;
}

.c-work-hard {
  padding: 15rem 3rem;
}
@media (max-width: 700px) {
  .c-work-hard {
    padding: 10rem 3rem;
  }
}
.c-work-hard__super {
  color: #541027;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 3rem;
}
.c-work-hard__text {
  color: #000000;
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 6rem;
}
.c-work-hard__link-cont {
  display: flex;
  justify-content: center;
}
.c-work-hard__link {
  font-weight: 900;
}

.c-video-podcast-hero {
  height: 100vh;
  min-height: 90rem;
  display: flex;
  max-height: 110rem;
}
@media (max-width: 1050px) {
  .c-video-podcast-hero {
    display: block;
    min-height: unset;
    max-height: unset;
    height: unset;
  }
}
.c-video-podcast-hero__left, .c-video-podcast-hero__right {
  width: 50%;
}
@media (max-width: 1050px) {
  .c-video-podcast-hero__left, .c-video-podcast-hero__right {
    width: 100%;
  }
}
.c-video-podcast-hero__img-cont {
  padding-bottom: 0;
  height: 100%;
}
@media (max-width: 1050px) {
  .c-video-podcast-hero__img-cont {
    height: unset;
    padding-bottom: 100%;
  }
}
.c-video-podcast-hero__right {
  background-color: #300211;
  display: flex;
  align-items: center;
}
@media (max-width: 1050px) {
  .c-video-podcast-hero__right {
    padding: 8rem 7rem;
  }
}
@media (max-width: 750px) {
  .c-video-podcast-hero__right {
    padding: 8rem 3rem;
  }
}
@media (max-width: 650px) {
  .c-video-podcast-hero__right {
    padding: 5.5rem 3rem;
  }
}
.c-video-podcast-hero__cont {
  margin-left: 15rem;
  max-width: 61rem;
  margin-right: 3rem;
}
@media (max-width: 1600px) {
  .c-video-podcast-hero__cont {
    margin-left: 7rem;
  }
}
@media (max-width: 1250px) {
  .c-video-podcast-hero__cont {
    margin-left: 3rem;
  }
}
@media (max-width: 1050px) {
  .c-video-podcast-hero__cont {
    margin: 0;
    max-width: 70rem;
  }
}
.c-video-podcast-hero__back-link {
  margin-bottom: 9rem;
}
.c-video-podcast-hero__back-link .u-circle-link__circle {
  transform: rotate(-180deg);
}
@media (max-width: 1050px) {
  .c-video-podcast-hero__back-link {
    margin-bottom: 3rem;
  }
}
.c-video-podcast-hero__yellow-line {
  color: #ffffff;
  margin-bottom: 3rem;
}
.c-video-podcast-hero__header {
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 8.5rem;
}
@media (max-width: 1050px) {
  .c-video-podcast-hero__header {
    font-size: 5rem;
    margin-bottom: 6rem;
  }
}
@media (max-width: 800px) {
  .c-video-podcast-hero__header {
    font-size: 4.6rem;
  }
}
@media (max-width: 650px) {
  .c-video-podcast-hero__header {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.3;
  }
}
.c-video-podcast-hero__share-cont {
  display: flex;
  align-items: center;
}
.c-video-podcast-hero__share-cont p {
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.c-video-podcast-hero__social-icons {
  opacity: 0;
  transition: all ease 0.3s;
}
.c-video-podcast-hero__social-icons.active {
  opacity: 1;
}
.c-video-podcast-hero__social-icons .norm_row {
  width: unset !important;
}
.c-video-podcast-hero__social-icons .sfsi_widget {
  min-height: unset;
}
.c-video-podcast-hero__social-icons .inerCnt {
  height: 100%;
}
.c-video-podcast-hero__social-icons .sficn {
  height: 100%;
}
.c-video-podcast-hero__social-icons .sfsi_wicons {
  width: 3rem !important;
  height: 3rem !important;
}
.c-video-podcast-hero__social-icons .sfsi_wicons img {
  height: 100%;
}

.c-video-podcast-share {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
@media (max-width: 650px) {
  .c-video-podcast-share {
    display: block;
  }
}
.c-video-podcast-share__text {
  text-transform: uppercase;
  font-size: 2.2rem;
  color: #000000;
  font-weight: 900;
  margin-right: 2.5rem;
}
@media (max-width: 650px) {
  .c-video-podcast-share__text {
    margin-bottom: 2rem;
  }
}
.c-video-podcast-share__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-video-podcast-share__item {
  display: inline-block;
  width: 5.7rem;
  height: 5.7rem;
  margin-right: 1.2rem;
}
@media (max-width: 600px) {
  .c-video-podcast-share__item {
    width: 4.3rem;
    height: 4.3rem;
    margin-right: 7px;
  }
}
.c-video-podcast-share__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 8px;
  transition: all ease 0.3s;
}
.c-video-podcast-share__link:hover, .c-video-podcast-share__link:focus {
  background-color: #f6d049;
}
.c-video-podcast-share__svg {
  width: 60%;
  height: 60%;
  fill: #ffffff;
  transition: all ease 0.3s;
}
@media (max-width: 600px) {
  .c-video-podcast-share__svg {
    width: 60%;
  }
}
.c-video-podcast-share__link:hover .c-video-podcast-share__svg, .c-video-podcast-share__link:focus .c-video-podcast-share__svg {
  fill: #000000;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 4rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header.announce-active {
  margin-top: 65px;
}
@media (max-width: 500px) {
  .header {
    padding: 2rem;
  }
}
.header__logo {
  min-width: 15rem;
}
.header__logo--black {
  display: none;
}
.header__slide-menu {
  position: absolute;
  right: -200vw;
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  background-color: #ffffff;
  transition: all ease 0.5s;
  z-index: -1;
  display: flex;
}
@media (max-width: 750px) {
  .header__slide-menu {
    flex-direction: column;
  }
}
.header__slide-right-side {
  flex: 1;
}
@media (max-width: 750px) {
  .header__slide-right-side {
    display: none;
  }
}
.header__slide-image-cont {
  height: 100%;
  position: relative;
  z-index: 0;
}
.header__slide-image-cont:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.header__navigation {
  width: 40%;
  min-width: 60rem;
  background-color: #300211;
  padding-top: 12rem;
  padding-left: 15rem;
  padding-right: 5rem;
  overflow: hidden;
  position: relative;
  overflow-y: scroll;
}
@media (max-width: 1000px) {
  .header__navigation {
    min-width: 40rem;
    padding: 23rem 5rem 18rem;
  }
}
@media (max-width: 750px) {
  .header__navigation {
    width: 100%;
    padding: 18rem 5rem 18rem;
    flex: 1;
  }
}
.header__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__nav-list--dropdown {
  padding: 0;
  padding-top: 1rem;
  display: none;
  list-style: none;
  margin: 0;
}
.header__nav-item {
  margin-bottom: 3rem;
  position: relative;
}
.header__nav-item.faded a {
  opacity: 0.3;
}
.header__nav-link {
  color: white;
  font-size: 4rem;
  font-weight: 900;
  display: inline-block;
  transition: all ease 0.3s;
  cursor: pointer;
  position: relative;
}
@media (max-width: 600px) {
  .header__nav-link {
    font-size: 3.6rem;
  }
}
.header__nav-link:before {
  content: "";
  width: 21rem;
  height: 2px;
  background-color: #f6d049;
  opacity: 0;
  position: absolute;
  left: -23rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}
.header__nav-link--dropdown {
  font-size: 3.6rem;
  margin-bottom: 1rem;
  opacity: 1 !important;
}
.header__nav-link:hover, .header__nav-link:focus {
  color: #f6d049;
}
.header__nav-link:hover:before, .header__nav-link:focus:before {
  opacity: 1;
}
.header__social {
  position: absolute;
  bottom: 6rem;
  right: 10rem;
}
@media (max-width: 750px) {
  .header__social {
    bottom: 7rem;
    right: 3rem;
  }
}
.header__checkbox {
  display: none;
}
.header__hamburger-container {
  position: relative;
}
.header__hamburger {
  cursor: pointer;
  position: relative;
  height: 36px;
}
.header__hamburger-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.header__hamburger-line {
  width: 5rem;
  height: 5px;
  background-color: #ffffff;
  transition: all ease 0.3s;
}
.header__hamburger-line--4 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header__hamburger-line:nth-child(2) {
  margin: 1rem 0;
}
.header__hamburger:hover .header__hamburger-line {
  background-color: #f6d049 !important;
}
#menu:checked ~ .header__slide-menu {
  right: 0;
  pointer-events: all;
}
.header__hamburger--black .header__hamburger-line {
  background-color: #000000;
}
@media (max-width: 1000px) {
  .header__hamburger--black .header__hamburger-line {
    background-color: #ffffff;
  }
}
.header__hamburger--whitebackground .header__hamburger-line {
  background-color: #000000;
}
.header__hamburger.active .header__hamburger-line {
  background-color: #ffffff;
}
.header__hamburger.active .header__hamburger-line--1, .header__hamburger.active .header__hamburger-line--3 {
  opacity: 0;
}
.header__hamburger.active .header__hamburger-line--2 {
  transform-origin: center;
  transform: rotate(45deg);
}
.header__hamburger.active .header__hamburger-line--4 {
  transform-origin: center;
  transform: translateY(-50%) rotate(-45deg);
}

.announce {
  padding: 15px;
  background: #300211;
  text-align: center;
  position: relative;
  z-index: 9000;
}
.announce a {
  font-size: 1.6rem;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.announce a:hover {
  color: #f6d049;
}

.grecaptcha-badge {
  opacity: 0;
  pointer-events: none;
}

.ctct-inline-form h2,
.ctct-inline-form p {
  color: white !important;
}
.ctct-inline-form .ctct-form-custom {
  margin-left: 0 !important;
  max-width: 300px;
}
.ctct-inline-form .ctct-form-success .ctct-form-text {
  max-width: 270px;
}

.footer {
  background-color: #000000;
  padding: 9.5rem 7.2rem 1.7rem;
  position: relative;
}
@media (max-width: 1600px) {
  .footer {
    padding: 9.5rem 3rem 1.7rem;
  }
}
@media (max-width: 700px) {
  .footer {
    padding-left: 0;
  }
}
.footer__top {
  display: flex;
  margin-bottom: 7.2rem;
}
@media (max-width: 1100px) {
  .footer__top {
    flex-wrap: wrap;
  }
}
@media (max-width: 850px) {
  .footer__top {
    margin-bottom: 15rem;
  }
}
@media (max-width: 700px) {
  .footer__top {
    display: block;
  }
}
.footer__column p,
.footer__column a {
  color: #ffffff;
  font-family: ff-tisa-sans-web-pro, sans-serif;
}
.footer__yellow-line {
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  letter-spacing: 1.5px;
}
.footer__yellow-line:before {
  width: 5rem;
}
.footer__contact-column {
  margin-right: 11rem;
}
@media (max-width: 1750px) {
  .footer__contact-column {
    margin-right: 3rem;
  }
}
@media (max-width: 1100px) {
  .footer__contact-column {
    width: 50%;
    margin: 0;
    padding-right: 3rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 700px) {
  .footer__contact-column {
    width: 100%;
    margin-bottom: 8rem;
  }
}
.footer__number, .footer__address {
  display: flex;
  align-items: center;
  padding-left: 7.2rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
@media (max-width: 450px) {
  .footer__number, .footer__address {
    padding-left: 3rem;
  }
}
.footer__icon {
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.footer__icon svg {
  stroke: #ffffff;
  width: 100%;
  height: 100%;
}
.footer__quicklinks-column {
  margin-right: 9rem;
}
@media (max-width: 1750px) {
  .footer__quicklinks-column {
    margin-right: 2rem;
  }
}
@media (max-width: 1100px) {
  .footer__quicklinks-column {
    width: 50%;
    margin-right: 0;
    padding-right: 2rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 700px) {
  .footer__quicklinks-column {
    width: 100%;
    margin-bottom: 7rem;
  }
}
.footer__link-list {
  list-style: none;
  margin: 0;
  padding-left: 7.2rem;
  -moz-columns: 2;
       columns: 2;
}
@media (max-width: 450px) {
  .footer__link-list {
    padding-left: 3rem;
  }
}
.footer__link-item {
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 2.2rem;
  margin-right: 4rem;
  word-wrap: initial;
}
.footer__link {
  transition: all ease 0.3s;
  letter-spacing: 1.5px;
}
.footer__link:hover, .footer__link:focus {
  color: #f6d049;
}
.footer__newsletter-column {
  width: 25%;
}
@media (max-width: 1100px) {
  .footer__newsletter-column {
    width: 45%;
  }
}
@media (max-width: 850px) {
  .footer__newsletter-column {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .footer__newsletter-column {
    width: 100%;
    max-width: 50rem;
  }
}
.footer__newsletter-column input {
  border: none;
  background-color: transparent;
  color: #ffffff;
  padding: 1rem 0;
  border-bottom: solid 1px white;
  transition: all ease 0.3s;
  margin-bottom: 3rem;
  min-width: 24rem;
  width: 100%;
  font-size: 1.8rem;
}
.footer__newsletter-column input:focus {
  border-bottom: solid 1px #f6d049;
  outline: none;
}
.footer__newsletter-column .ctct-form-embed.form_0 .ctct-form-defaults {
  background-color: unset;
  padding: 0;
}
.footer__newsletter-column .ctct-form-embed.form_0 .ctct-form-defaults form #email_address_label_0 {
  color: #fff;
  display: none;
}
.footer__newsletter-column .ctct-form-embed.form_0 .ctct-form-defaults form #gdpr_text {
  display: none;
}
.footer__newsletter-column .ctct-form-embed.form_0 .ctct-form-defaults form #first_name_field_0,
.footer__newsletter-column .ctct-form-embed.form_0 .ctct-form-defaults form #last_name_field_0 {
  display: none;
}
.footer__newsletter-column .ctct-form-embed.form_0 .ctct-form-defaults form #email_address_field_0 {
  margin: 0;
}
.footer__newsletter-column .ctct-form-embed.form_0 .ctct-form-defaults form #email_address_field_0 input.ctct-form-element {
  border: none;
  background-color: transparent;
  color: #ffffff;
  padding: 1rem 0;
  border-bottom: solid 1px white;
  transition: all ease 0.3s;
  margin-bottom: 3rem;
  min-width: 24rem;
  width: 100%;
  -webkit-appearance: none;
  border-radius: unset;
  font-size: 1.8rem;
  height: unset;
  box-shadow: unset;
  line-height: unset;
}
.footer__newsletter-column .ctct-form-embed.form_0 .ctct-form-defaults form #email_address_field_0 input.ctct-form-element:focus {
  border-bottom: solid 1px #f6d049;
  outline: none;
}
.footer__newsletter-column .ctct-form-embed.form_0 .ctct-form-defaults form button {
  background-color: unset;
  border: unset;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0;
}
.footer__newsletter-column .ctct-form-embed.form_0 .ctct-form-defaults form button:hover {
  background-color: unset;
  border: unset;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  color: #f6d049;
}
.footer__newsletter-column .ctct-form-embed.form_0 .ctct-form-defaults form button:before {
  content: "";
  display: inline-block;
  background: url(../images/icons/arrow.svg) center no-repeat #f6d049;
  background-size: 6px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 10px;
}
.footer__newsletter-content {
  padding-left: 7.2rem;
}
@media (max-width: 450px) {
  .footer__newsletter-content {
    padding-left: 3rem;
  }
}
.footer__newsletter-text {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 4.5rem;
}
.footer__submit {
  display: flex;
}
.footer__copyright {
  color: white;
  display: flex;
  align-items: center;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  padding-left: 7.2rem;
}
@media (max-width: 850px) {
  .footer__copyright {
    padding: 0;
    margin-left: 5rem;
  }
}
@media (max-width: 900px) {
  .footer__copyright {
    flex-wrap: wrap;
  }
}
@media (max-width: 550px) {
  .footer__copyright {
    margin-left: 3rem;
    font-size: 1.5rem;
  }
}
.footer__copyright a {
  color: #ffffff;
  transition: all ease 0.3s;
  font-weight: 700;
  margin-left: 0.5rem;
  display: inline;
}
.footer__copyright a:focus, .footer__copyright a:hover {
  color: #f6d049;
}
.footer__copyright-line {
  width: 1.5rem;
  margin: 0 1rem;
  height: 3px;
  background-color: #ffffff;
}
@media (max-width: 900px) {
  .footer__copyright-line {
    display: none;
  }
  .footer__copyright-line--mobile {
    display: block;
    margin-top: 1rem;
  }
}
@media (max-width: 900px) {
  .footer__copyright-text {
    width: 100%;
  }
}
.footer__site-by {
  display: inline-block;
}
@media (max-width: 900px) {
  .footer__site-by {
    display: block;
    margin-top: 1rem;
  }
}
.footer__privacy-policy {
  margin: 0 !important;
}
@media (max-width: 900px) {
  .footer__privacy-policy {
    margin-top: 1rem !important;
  }
}
@media (max-width: 850px) {
  .footer__floating-elements {
    margin-left: 5rem;
    position: relative;
    margin-bottom: 2rem;
  }
}
@media (max-width: 550px) {
  .footer__floating-elements {
    margin-left: 1rem;
  }
}
.footer__logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60rem;
  pointer-events: none;
}
@media (max-width: 1850px) {
  .footer__logo {
    width: 50rem;
  }
}
@media (max-width: 850px) {
  .footer__logo {
    position: relative;
    bottom: unset;
    right: unset;
  }
}
.footer__tagline {
  color: #f6d049;
  font-size: 3.6rem;
  font-weight: 900;
  position: absolute;
  top: 54%;
  right: 5rem;
  transform: translateY(-50%);
  max-width: 40rem;
  line-height: 1.5;
}
@media (min-width: 2050px) {
  .footer__tagline {
    right: 13rem;
  }
}
@media (max-width: 1999px) {
  .footer__tagline {
    top: 86%;
    right: 15rem;
  }
}
@media (max-width: 1550px) {
  .footer__tagline {
    font-size: 3rem;
    right: 1rem;
  }
}
@media (max-width: 1500px) {
  .footer__tagline {
    display: none;
  }
}
@media (max-width: 1100px) {
  .footer__tagline {
    display: block;
    top: 75%;
  }
}
@media (max-width: 850px) {
  .footer__tagline {
    right: unset;
    left: 5rem;
    top: -2rem;
    transform: unset;
  }
}
@media (max-width: 550px) {
  .footer__tagline {
    left: 3rem;
    font-size: 2.7rem;
  }
}
.footer__social {
  position: absolute;
  bottom: 3rem;
  right: 6rem;
}
@media (max-width: 1100px) {
  .footer__social {
    right: 4rem;
  }
}
@media (max-width: 950px) {
  .footer__social {
    bottom: 5rem;
  }
}
@media (max-width: 900px) {
  .footer__social {
    bottom: 3rem;
  }
}
@media (max-width: 600px) {
  .footer__social {
    right: 3rem;
    bottom: 0;
  }
}
@media (max-width: 450px) {
  .footer__social {
    display: none;
  }
}
@media (max-width: 1400px) {
  .footer__social .c-social-links {
    flex-direction: row;
  }
  .footer__social .c-social-links__social-item {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media (max-width: 1100px) {
  .footer__social .c-social-links {
    flex-direction: column;
  }
  .footer__social .c-social-links__social-item {
    margin-bottom: 1.8rem;
    margin-right: 0;
  }
}

.about-s1 .c-template-hero__text-wrapper {
  display: flex;
  flex-direction: column-reverse;
  max-width: 96.6rem;
}
.about-s1 .c-template-hero__super {
  margin: 0;
  margin-top: 3rem;
}
@media (max-width: 1750px) {
  .about-s1 .c-template-hero__banner-text {
    padding-left: 10rem;
  }
}
@media (max-width: 1550px) {
  .about-s1 .c-template-hero__banner-text {
    display: block;
    padding-left: 10rem;
  }
}
@media (max-width: 1350px) {
  .about-s1 .c-template-hero__banner-text {
    padding-left: 3rem;
  }
}
@media (max-width: 850px) {
  .about-s1 .c-template-hero__banner-text {
    display: flex;
  }
}
@media (max-width: 700px) {
  .about-s1 .c-template-hero__banner-text {
    display: block;
  }
}
@media (max-width: 1250px) {
  .about-s1 .c-template-hero__banner-text p {
    max-width: 37rem;
  }
}
@media (max-width: 1500px) {
  .about-s1 .c-template-hero__circle-link {
    margin-left: 0;
    margin-top: 1rem;
  }
}
@media (max-width: 850px) {
  .about-s1 .c-template-hero__circle-link {
    margin-left: 1rem;
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .about-s1 .c-template-hero__circle-link {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.about-s2 {
  padding: 17rem 0;
}
@media (max-width: 1000px) {
  .about-s2 {
    padding: 12rem 0;
  }
}
@media (max-width: 700px) {
  .about-s2 {
    padding: 8rem 0 0;
  }
}
.about-s2 .c-image-by-text__content-wrapper {
  max-width: 55.5rem;
}
.about-s3 {
  padding: 17rem 0;
}
@media (max-width: 1000px) {
  .about-s3 {
    padding: 0 0 12rem;
  }
}
@media (max-width: 700px) {
  .about-s3 {
    padding: 0 0 8rem;
  }
}
.about-s3 .c-image-by-text__content-wrapper {
  max-width: 56.5rem;
}
@media (max-width: 1000px) {
  .about-s3 .c-image-by-text__right {
    padding-top: 0;
  }
}
@media (max-width: 1650px) {
  .about-s4 .c-slideshow__right-top {
    display: none;
  }
}
@media (max-width: 1000px) {
  .about-s4 .c-slideshow__image-wrapper {
    padding-bottom: 9%;
  }
}
@media (max-width: 650px) {
  .about-s5 .u-yellow-line {
    max-width: 40rem;
  }
}
@media (max-width: 600px) {
  .about-s5 .u-yellow-line {
    max-width: 31rem;
  }
}
.about-s6 {
  padding: 20rem 0;
}
@media (max-width: 1000px) {
  .about-s6 {
    padding: 15rem 0;
  }
}
@media (max-width: 900px) {
  .about-s6 {
    padding-top: 5rem;
  }
}
@media (max-width: 700px) {
  .about-s6 {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .about-s7 {
    padding: 15rem 0 6rem;
  }
}
.about-s7 .c-center-text__super {
  color: #541027;
}
.about-s8 {
  padding: 20rem 0;
}
@media (max-width: 1000px) {
  .about-s8 {
    padding: 15rem 0;
  }
}
@media (max-width: 700px) {
  .about-s8 {
    padding: 5rem 0 0;
  }
}
.about-s8 .c-image-by-text__content-wrapper {
  max-width: 55.5rem;
}
.about-s10 {
  padding: 20rem 0 16rem;
}
@media (max-width: 1000px) {
  .about-s10 {
    padding: 15rem 0;
  }
}
@media (max-width: 700px) {
  .about-s10 {
    padding: 8rem 0;
  }
}
@media (max-width: 600px) {
  .about-s10 {
    padding: 5rem 0;
  }
}

.careers-s1 h1 {
  font-size: 11rem;
  max-width: 130rem;
}
@media (max-width: 900px) {
  .careers-s1 h1 {
    font-size: 9rem;
  }
}
@media (max-width: 700px) {
  .careers-s1 h1 {
    font-size: 4rem;
  }
}
@media (max-width: 1000px) {
  .careers-s1 .c-hero-image {
    min-height: 80rem;
  }
}
@media (max-width: 600px) {
  .careers-s1 .c-hero-image {
    min-height: unset;
  }
}
.careers-s1 .c-hero-banner__link-text {
  max-width: 10rem;
}
@media (max-width: 700px) {
  .careers-s1 .c-hero-banner__link-text {
    max-width: unset;
  }
}
.careers-s1 .c-hero-banner__link-circle {
  transform: rotate(90deg);
}
.careers-s2 {
  background-color: #000000;
  padding: 16rem 0;
}
@media (max-width: 1000px) {
  .careers-s2 {
    padding: 11.7rem 0 10.5rem;
  }
}
.careers-s2 .c-companies__left {
  margin-bottom: 0;
}
.careers-s2 .c-companies__phrase {
  font-size: 7.8rem;
  max-width: unset;
  top: 0;
}
@media (max-width: 800px) {
  .careers-s2 .c-companies__phrase {
    font-size: 6.2rem;
  }
}
@media (max-width: 600px) {
  .careers-s2 .c-companies__phrase {
    font-size: 5.8rem;
    transform: unset;
  }
}
.careers-s3 {
  position: relative;
}
.careers-s3:before {
  width: 100%;
  height: 19rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
}
@media (min-width: 2000px) {
  .careers-s3:before {
    content: "";
  }
}
@media (max-width: 1100px) {
  .careers-s3:before {
    content: "";
  }
}
.careers-s3 .c-slideshow__header {
  max-width: 50rem;
}
.careers-s3 .c-slideshow__right-top {
  background-color: #000000;
}
.careers-s4 {
  background-color: #300211;
  padding: 16rem 0 3rem;
}
@media (max-width: 1000px) {
  .careers-s4 {
    padding-top: 15rem;
  }
}
@media (max-width: 700px) {
  .careers-s4 {
    padding-top: 11rem;
  }
}
@media (max-width: 1150px) {
  .careers-s4 .c-center-text__text {
    max-width: 76rem;
  }
}
.careers-s5 {
  background-color: #300211;
  padding: 7rem 3rem 22rem;
}
@media (max-width: 1000px) {
  .careers-s5 {
    padding: 7rem 7rem 10rem;
  }
}
@media (max-width: 800px) {
  .careers-s5 {
    padding: 5rem 3rem;
  }
}
.careers-s5__container {
  max-width: 133rem;
  margin: 0 auto;
}
.careers-s5__container li {
  color: #ffffff;
}
@media (max-width: 750px) {
  .careers-s5__container li {
    margin-right: 1rem;
  }
}
@media (max-width: 550px) {
  .careers-s5__container li {
    margin-right: 0;
  }
}
@media (max-width: 1100px) {
  .careers-s5 .u-yellow-list--3 ul {
    max-width: 75rem;
    margin: 0 auto;
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 550px) {
  .careers-s5 .u-yellow-list--3 ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.careers-s6 {
  position: relative;
}
.careers-s6:before {
  content: "";
  width: 100%;
  height: 5rem;
  background-color: #300211;
  position: absolute;
  top: 0;
  left: 0;
}
.careers-s7 {
  padding: 18rem 3rem;
}
@media (max-width: 1100px) {
  .careers-s7 {
    padding: 0 3rem 12rem;
  }
}
@media (max-width: 800px) {
  .careers-s7 {
    padding: 0 0 12rem;
  }
}
@media (max-width: 700px) {
  .careers-s7 {
    padding: 11rem 0;
  }
}
.careers-s8 {
  position: relative;
}
.careers-s8:before {
  content: "";
  width: 100%;
  height: 18rem;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 700px) {
  .careers-s8:before {
    height: 7rem;
  }
}
.careers-s9 {
  padding: 20rem 0;
}
@media (max-width: 1000px) {
  .careers-s9 {
    padding: 15rem 0;
  }
}
@media (max-width: 700px) {
  .careers-s9 {
    padding: 11rem 0 10rem;
  }
}
.careers-s9 .c-center-text__super {
  color: #541027;
}
.careers-s9 .c-center-text__text {
  font-weight: 900;
}

.companies-s1 .c-hero-image {
  min-height: 80rem;
}
.companies-s1 .btn {
  display: none;
  color: #fff;
  border: 2px solid #fff;
}
.companies-s1 .btn:hover, .companies-s1 .btn:focus {
  border: solid 2px #f6d049;
}
@media (max-width: 1500px) {
  .companies-s1 .btn {
    display: inline-block;
  }
}
@media (max-width: 1050px) {
  .companies-s1 .btn {
    display: none;
  }
}
@media (max-width: 700px) {
  .companies-s1 .btn {
    display: inline-block;
  }
}
.companies-s1 .btn svg {
  stroke: #fff;
}
.companies-s1 .mobile-btn {
  margin-top: 2rem;
}
.companies-s2__filter {
  background: #000;
  height: 108px;
  width: 100%;
  display: flex;
}
@media (max-width: 600px) {
  .companies-s2__filter {
    height: unset;
  }
}
.companies-s2__filter .left {
  width: 80%;
  margin-left: 5%;
  display: flex;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 1500px) {
  .companies-s2__filter .left {
    width: 100%;
    padding-right: 5%;
  }
}
@media (max-width: 600px) {
  .companies-s2__filter .left {
    flex-wrap: wrap;
    margin: 0;
    padding: 30px 0;
    height: unset;
  }
}
.companies-s2__filter .left h3 {
  font-size: 2rem;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .companies-s2__filter .left h3 {
    width: 100%;
    margin-bottom: 13px;
  }
}
.companies-s2__filter .left h3:before {
  content: none !important;
  display: none !important;
  /*display: inline-block;
  width: 124px;
  height: 2px;
  background: #f6d049;
  margin-right: 13px;
  @include respond(1200) {
    display: none;
  }
  @include respond(1050) {
    display: inline-block;
    width: 8rem;
  }*/
}
.companies-s2__filter .left .dropdown-filter {
  position: relative;
  z-index: 1;
  display: none;
  max-width: 30rem;
  margin: 0 auto;
  display: none;
  margin: 0 0 0 30px;
  align-items: center;
}
@media (max-width: 1050px) {
  .companies-s2__filter .left .dropdown-filter {
    display: flex;
  }
}
@media (max-width: 600px) {
  .companies-s2__filter .left .dropdown-filter {
    width: 100%;
    max-width: 100%;
    margin: 0 5%;
  }
}
.companies-s2__filter .left .dropdown-filter .facetwp-facet {
  margin: 0;
  width: 220px;
}
@media (max-width: 600px) {
  .companies-s2__filter .left .dropdown-filter .facetwp-facet {
    width: 100%;
    max-width: 100%;
  }
}
.companies-s2__filter .left .dropdown-filter .facetwp-dropdown {
  display: block;
  width: 100%;
  margin: 0;
  color: #f6d049;
  background-image: none !important;
  background-color: #111;
  border: #111 1px solid;
  border: none;
  padding: 1.8rem 1.2rem;
  font-size: 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  outline: none;
  cursor: pointer;
}
.companies-s2__filter .left .dropdown-filter .facetwp-dropdown::-ms-expand {
  display: none;
}
.companies-s2__filter .left .dropdown-filter .facetwp-dropdown:focus {
  border: #f6d049 1px solid;
}
.companies-s2__filter .left .dropdown-filter .facetwp-dropdown option {
  text-indent: 10px;
}
.companies-s2__filter .left .dropdown-circle {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 3rem;
  height: 3rem;
  background-color: #f6d049;
  border-radius: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: transparent;
  stroke: #000000;
  z-index: 1;
}
.companies-s2__filter .left .facetwp-facet.facetwp-type-radio {
  display: flex;
  height: 108px;
  margin: 0;
}
@media (max-width: 1050px) {
  .companies-s2__filter .left .facetwp-facet.facetwp-type-radio {
    display: none;
  }
}
.companies-s2__filter .left .facetwp-facet.facetwp-type-radio .facetwp-radio {
  margin-left: 43px;
  margin-bottom: 0;
  background: unset !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  border-bottom: 6px solid #000;
  padding: 0;
}
@media (max-width: 1700px) {
  .companies-s2__filter .left .facetwp-facet.facetwp-type-radio .facetwp-radio {
    font-size: 1.8rem;
  }
}
@media (max-width: 1600px) {
  .companies-s2__filter .left .facetwp-facet.facetwp-type-radio .facetwp-radio {
    font-size: 1.6rem;
  }
}
.companies-s2__filter .left .facetwp-facet.facetwp-type-radio .facetwp-radio .facetwp-counter {
  display: none;
}
.companies-s2__filter .left .facetwp-facet.facetwp-type-radio .facetwp-radio.checked, .companies-s2__filter .left .facetwp-facet.facetwp-type-radio .facetwp-radio:hover, .companies-s2__filter .left .facetwp-facet.facetwp-type-radio .facetwp-radio:focus {
  color: #f6d049;
  border-bottom: 6px solid #f6d049;
}
.companies-s2__filter .right {
  width: 20%;
  background: #300211;
  padding-right: 5%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1500px) {
  .companies-s2__filter .right {
    display: none;
  }
}
@media (max-width: 1050px) {
  .companies-s2__filter .right {
    display: flex;
    width: 38rem;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 700px) {
  .companies-s2__filter .right {
    display: none;
  }
}
.companies-s2__company-list {
  padding: 140px 5% 0;
}
.companies-s2__company-list .facetwp-template {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.companies-s2__company-list .company {
  width: 30%;
  margin-bottom: 140px;
}
@media (max-width: 1000px) {
  .companies-s2__company-list .company {
    width: 48%;
    margin-bottom: 100px;
  }
}
@media (max-width: 750px) {
  .companies-s2__company-list .company {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.companies-s2__company-list .company .image-container {
  width: 100%;
  padding-bottom: 77%;
  position: relative;
  border: 2px solid #541027;
  margin-bottom: 25px;
  transition: all ease 0.3s;
}
.companies-s2__company-list .company .image-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.companies-s2__company-list .company h3 {
  font-size: 2.5rem;
  position: relative;
  padding-left: 70px;
}
@media (max-width: 1400px) {
  .companies-s2__company-list .company h3 {
    font-size: 2.2rem;
  }
}
.companies-s2__company-list .company h3:before {
  content: "";
  width: 57px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 15px;
  transition: all ease 0.3s;
}
.companies-s2__company-list .company p {
  padding-left: 70px;
  margin: 0;
  color: #3c3c3c;
  font-size: 1.8rem;
  margin-top: 10px;
}
.companies-s2__company-list .company:hover .image-container, .companies-s2__company-list .company:focus .image-container {
  border-color: #f6d049;
}
.companies-s2__company-list .company:hover h3:before, .companies-s2__company-list .company:focus h3:before {
  background-color: #f6d049;
}
.companies-s3 {
  padding-bottom: 160px;
}

.contact-s2 {
  padding: 11.7rem 3rem 14.5rem 3rem;
}
@media (max-width: 700px) {
  .contact-s2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.contact-s2__content-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 155rem;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .contact-s2__content-wrapper {
    flex-direction: column;
    justify-content: unset;
    align-items: center;
  }
}
.contact-s2__form-container {
  width: 54rem;
  margin-left: auto;
  margin-right: 14rem;
}
@media (max-width: 1450px) {
  .contact-s2__form-container {
    margin-right: 7rem;
  }
}
@media (max-width: 1200px) {
  .contact-s2__form-container {
    margin: 0;
    margin-bottom: 8.5rem;
  }
}
@media (max-width: 700px) {
  .contact-s2__form-container {
    width: 90%;
  }
}
.contact-s2__form br {
  display: none;
}
.contact-s2__form p {
  margin-bottom: 3rem;
}
.contact-s2__form label,
.contact-s2__form p {
  font-size: 1.8rem;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}
.contact-s2__form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 2rem;
}
.contact-s2__form input,
.contact-s2__form select,
.contact-s2__form textarea {
  width: 100%;
  border: solid 1px #a3a8ac;
  padding: 1rem;
  font-size: 1.8rem;
}
.contact-s2__form input:focus,
.contact-s2__form select:focus,
.contact-s2__form textarea:focus {
  border: solid 1px #000000;
  outline: none;
}
.contact-s2__form select {
  margin-top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.contact-s2__form .select-cont {
  position: relative;
  display: block;
}
.contact-s2__form .select-icon {
  position: absolute;
  right: 1rem;
  top: -3px;
  transform: rotate(90deg);
  pointer-events: none;
  width: 5rem;
  height: 5rem;
  stroke: #000000;
  fill: transparent;
}
.contact-s2__form .expansion-team-options,
.contact-s2__form .career-options,
.contact-s2__form .book-options {
  display: none;
}
.contact-s2__form .expansion-team-options label,
.contact-s2__form .career-options label,
.contact-s2__form .book-options label {
  text-transform: unset;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 500;
}
.contact-s2__form .wpcf7-checkbox .wpcf7-list-item input {
  display: none;
}
.contact-s2__form .wpcf7-checkbox .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contact-s2__form .wpcf7-checkbox .wpcf7-list-item-label:after, .contact-s2__form .wpcf7-checkbox .wpcf7-list-item-label:before {
  width: 2rem;
  height: 2rem;
  margin-left: 3px;
  border: solid 1px #a3a8ac;
  border-radius: 2px;
}
.contact-s2__form .wpcf7-checkbox .wpcf7-list-item-label:before {
  content: unset;
}
.contact-s2__form .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  background-color: #f6d049;
}
.contact-s2__form .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before {
  background-color: #f6d049;
}
.contact-s2__form .submit {
  background-color: #ffffff;
  border: solid 2px #000000;
  outline: none;
  display: flex;
  align-items: center;
  padding: 1rem;
  cursor: pointer;
  transition: all ease 0.3s;
  width: 15rem;
  height: 5.4rem;
  position: relative;
  transition: all ease 0.3s;
}
.contact-s2__form .submit:hover, .contact-s2__form .submit:focus {
  background-color: #f6d049;
}
.contact-s2__form .submit input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: left;
  padding-left: 3rem;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.6rem;
  cursor: pointer;
  transition: all ease 0.3s;
}
.contact-s2__form .submit input:focus {
  background-color: #f6d049;
}
.contact-s2__form .submit-icon {
  fill: transparent;
  stroke: #000000;
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 1rem;
  top: 9px;
}
.contact-s2__form .wpcf7-not-valid-tip,
.contact-s2__form .wpcf7-response-output {
  font-size: 1.4rem;
  margin-top: 1rem;
  text-transform: none !important;
}
.contact-s2__phrase-cont {
  width: 50%;
  margin: auto 0;
  position: relative;
  min-width: 77rem;
}
@media (max-width: 1450px) {
  .contact-s2__phrase-cont {
    min-width: 65rem;
  }
}
@media (max-width: 700px) {
  .contact-s2__phrase-cont {
    width: 90%;
    min-width: unset;
  }
}
.contact-s2__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 15rem;
}
@media (max-width: 1200px) {
  .contact-s2__wrapper {
    padding: 0;
  }
}
.contact-s2__links-cont {
  max-width: 60rem;
  padding-left: 5rem;
}
@media (max-width: 700px) {
  .contact-s2__links-cont {
    padding: 0;
    padding-bottom: 3rem;
  }
}
.contact-s2__link-block:not(:last-child) {
  margin-bottom: 5rem;
}
.contact-s2__link-block:not(:last-child):after {
  content: "";
  margin-top: 5rem;
  display: block;
  width: 15rem;
  height: 2px;
  background-color: #f6d049;
}
.contact-s2__link-text {
  margin-bottom: 3rem;
}
.contact-s2__link-text h1,
.contact-s2__link-text h2,
.contact-s2__link-text h3,
.contact-s2__link-text h4,
.contact-s2__link-text h5,
.contact-s2__link-text h6 {
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 2.4rem;
}
@media (max-width: 700px) {
  .contact-s2__link-text h1,
  .contact-s2__link-text h2,
  .contact-s2__link-text h3,
  .contact-s2__link-text h4,
  .contact-s2__link-text h5,
  .contact-s2__link-text h6 {
    font-size: 2.5rem;
  }
}
.contact-s2__link-text p {
  font-size: 2rem;
  font-family: ff-tisa-sans-web-pro, sans-serif;
}
@media (max-width: 700px) {
  .contact-s2__link-text p {
    font-size: 1.8rem;
  }
}
.contact-s2__link-text ul li {
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 2rem;
  color: #000000;
}
@media (max-width: 700px) {
  .contact-s2__link-text ul li {
    font-size: 2.5rem;
  }
}
.contact-s2__link-text ul li::marker {
  color: #f6d049;
}
.contact-s2__link {
  font-weight: 900;
}
.contact-s2__link .u-circle-link__text {
  max-width: 30rem;
}
.contact-s2__phrase {
  font-size: 11rem;
  color: #000000;
  opacity: 0.05;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 8px;
}
@media (max-width: 1450px) {
  .contact-s2__phrase {
    font-size: 9rem;
  }
}
@media (max-width: 700px) {
  .contact-s2__phrase {
    font-size: 7rem;
  }
}
.contact-s2 .c-social-links {
  position: absolute;
  right: 0;
  bottom: 0;
}
.contact-s2 .book-options {
  display: none;
}
.contact-s2 .book-options__sub-text {
  font-style: italic;
}
.contact-s2 .book-options .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  display: block;
  margin-bottom: 2rem;
}
.contact-s2 .book-options .wpcf7-checkbox .wpcf7-list-item-label {
  display: flex;
  justify-content: flex-start;
}
.contact-s2 .book-options .wpcf7-checkbox .wpcf7-list-item-label:after {
  content: unset;
}
.contact-s2 .book-options .wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  margin-right: 1rem;
}

.education-s2 {
  padding: 16rem 0 18rem;
}
@media (max-width: 1000px) {
  .education-s2 {
    padding: 10.5rem 0;
  }
}
@media (max-width: 700px) {
  .education-s2 {
    padding: 7.5rem 0;
  }
}
.education-s2 .c-newsletter-coming-soon__left-text-wrapper {
  max-width: 55.2rem;
}
@media (max-width: 700px) {
  .education-s2 .c-newsletter-coming-soon__left-text-wrapper {
    max-width: 46.2rem;
  }
}
.education-s3 {
  padding-bottom: 13rem;
}
.education-s3 .c-image-by-text__left {
  width: 45%;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .education-s3 .c-image-by-text__left {
    width: 100%;
  }
}
.education-s3 .c-image-by-text__right {
  flex: 1;
}
.education-s3 .c-image-by-text__img-wrapper {
  width: 100%;
  padding-bottom: 100%;
  height: unset;
  min-height: unset;
}

.equity-s1 .c-template-hero__banner-text {
  padding-left: 38rem;
}
@media (max-width: 1700px) {
  .equity-s1 .c-template-hero__banner-text {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1250px) {
  .equity-s1 .c-template-hero__banner-text {
    padding-left: 29rem;
  }
}
@media (max-width: 900px) {
  .equity-s1 .c-template-hero__banner-text {
    padding-left: 23rem;
  }
}
@media (max-width: 850px) {
  .equity-s1 .c-template-hero__banner-text {
    padding-left: 3rem;
  }
}
.equity-s1 .c-template-hero__banner-text p {
  font-weight: 400;
}
@media (max-width: 1400px) {
  .equity-s1 .c-template-hero__banner-text p {
    max-width: 34rem;
  }
}
.equity-s1 .c-template-hero__link-cont {
  min-width: unset;
}
@media (max-width: 1700px) {
  .equity-s1 .c-template-hero__circle-link {
    margin: 0;
    margin-top: 1rem;
  }
}
.equity-s1 .c-template-hero__company-logo {
  position: absolute;
  top: 50%;
  left: 10rem;
  transform: translateY(-50%);
}
@media (max-width: 1250px) {
  .equity-s1 .c-template-hero__company-logo {
    left: 3rem;
  }
}
@media (max-width: 900px) {
  .equity-s1 .c-template-hero__company-logo {
    max-width: 17rem;
  }
}
@media (max-width: 850px) {
  .equity-s1 .c-template-hero__company-logo {
    position: relative;
    transform: unset;
    left: unset;
    top: unset;
    margin-bottom: 1rem;
    max-width: 20rem;
  }
}
.equity-s2 {
  padding: 10rem 0 18rem 0;
}
@media (max-width: 1000px) {
  .equity-s2 {
    padding-bottom: 6rem;
  }
}
.equity-s3 {
  padding-bottom: 16rem;
}
@media (max-width: 1000px) {
  .equity-s3 {
    padding-bottom: 6rem;
  }
}

.c-equity-projects {
  max-width: 142rem;
  margin: 0 auto;
}
.c-equity-projects__yellow-line {
  font-size: 8rem;
  font-weight: 900;
  color: #000000;
  text-transform: uppercase;
  padding: 0 3.25rem;
  align-items: center;
}
@media (max-width: 1000px) {
  .c-equity-projects__yellow-line {
    font-size: 6rem;
  }
}
@media (max-width: 800px) {
  .c-equity-projects__yellow-line {
    font-size: 4rem;
    padding-left: 0;
    align-items: flex-start;
  }
}
.c-equity-projects__yellow-line:before {
  margin: 0 2rem 0 0;
}
@media (max-width: 800px) {
  .c-equity-projects__yellow-line:before {
    width: 9.4rem;
    margin: 2.5rem 2rem 0 0;
  }
}
.c-equity-projects__wrapper .facetwp-template, .c-equity-projects__wrapper--no-facet {
  max-width: 142.5rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .c-equity-projects__wrapper .facetwp-template, .c-equity-projects__wrapper--no-facet {
    margin: 0 3rem;
  }
}
@media (max-width: 800px) {
  .c-equity-projects__wrapper .facetwp-template, .c-equity-projects__wrapper--no-facet {
    margin: 0 1.6rem;
  }
}
.c-equity-projects__project-cont {
  width: 50%;
  padding: 3.25rem;
  display: flex;
}
@media (max-width: 1100px) {
  .c-equity-projects__project-cont {
    padding: 1.25rem;
  }
}
@media (max-width: 900px) {
  .c-equity-projects__project-cont {
    width: 100%;
    max-width: 60rem;
    margin: 0 auto;
    padding: 1.25rem 0;
  }
}
.c-equity-projects__project-content {
  box-shadow: 0px 11px 14px 0px rgba(0, 0, 0, 0.1);
}
.c-equity-projects__img-cont {
  padding-bottom: 78%;
}
.c-equity-projects__property-info {
  background-color: #fbfbfb;
  padding: 5rem;
}
@media (max-width: 1100px) {
  .c-equity-projects__property-info {
    padding: 5rem 3rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 500px) {
  .c-equity-projects__property-info p {
    font-size: 1.6rem;
  }
}
.c-equity-projects__project-name {
  font-size: 3.6rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
@media (max-width: 500px) {
  .c-equity-projects__project-name {
    font-size: 2.5rem !important;
  }
}
.c-equity-projects__name {
  font-size: 2rem;
  font-family: ff-tisa-sans-web-pro, sans-serif;
}
.c-equity-projects__spacer {
  width: 8rem;
  height: 2px;
  background-color: #541027;
  margin: 2.5rem 0;
}
.c-equity-projects__info {
  display: flex;
  flex-wrap: wrap;
}
.c-equity-projects__info-item {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  margin-right: 3rem;
}
.c-equity-projects__info-item span {
  font-weight: 600;
}
.c-equity-projects__link {
  margin-top: 6rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.c-equity-projects .facetwp-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8rem;
}
.c-equity-projects .facetwp-pager .facetwp-page {
  font-size: 2rem;
  transition: all ease 0.3s;
  font-weight: 900;
  margin: 0 1.5rem;
}
.c-equity-projects .facetwp-pager .facetwp-page:hover, .c-equity-projects .facetwp-pager .facetwp-page:focus {
  color: #541027;
}
.c-equity-projects .facetwp-pager .facetwp-page.active {
  color: #541027;
  position: relative;
}
.c-equity-projects .facetwp-pager .facetwp-page.active:before {
  content: "";
  width: 100%;
  background-color: #541027;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.c-equity-projects .facetwp-pager .facetwp-page.next, .c-equity-projects .facetwp-pager .facetwp-page.prev {
  background-color: black;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 100%;
  color: #ffffff;
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  font-size: 2.5rem;
}
.c-equity-projects .facetwp-pager .facetwp-page.next:hover, .c-equity-projects .facetwp-pager .facetwp-page.next:focus, .c-equity-projects .facetwp-pager .facetwp-page.prev:hover, .c-equity-projects .facetwp-pager .facetwp-page.prev:focus {
  background-color: #f6d049;
  color: #000000;
}
.c-equity-projects__coming-soon {
  font-size: 4rem;
  font-weight: 700;
  width: 100%;
  padding: 0 3.25rem;
}
@media (max-width: 500px) {
  .c-equity-projects__coming-soon {
    max-width: 34rem;
  }
}

.home-s1 .c-hero-image {
  height: 80vh;
}
@media (max-width: 1200px) {
  .home-s1 .c-hero-image {
    height: unset;
    min-height: 80rem;
  }
}
.home-s1 .c-hero-image__header {
  max-width: 96.6rem;
}
@media (max-width: 600px) {
  .home-s1 .c-hero-image__subtext {
    max-width: 31rem;
  }
}
.home-s1 .c-hero-banner {
  min-height: 20vh;
}
@media (min-width: 2000px) {
  .home-s1 .c-hero-banner {
    min-height: 25rem;
  }
}
@media (max-width: 1200px) {
  .home-s1 .c-hero-banner {
    height: unset;
  }
}
.home-s2 {
  background-color: #000000;
  padding-top: 14rem;
  padding-bottom: 9rem;
  position: relative;
}
@media (max-width: 1300px) {
  .home-s2 {
    padding-top: 11rem;
  }
}
@media (max-width: 900px) {
  .home-s2 {
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .home-s2 {
    padding-top: 5rem;
  }
}
.home-s3 {
  position: relative;
}
@media (max-width: 900px) {
  .home-s3 {
    padding-bottom: 7rem;
    margin: 0;
  }
}
@media (min-width: 2000px) {
  .home-s3:before {
    content: "";
    width: 100%;
    height: 33rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #000000;
  }
}
.home-s3 .c-slideshow__right-top {
  background-color: #000000;
}
.home-s4 {
  padding: 24rem 0;
  background-color: #300211;
}
@media (max-width: 1500px) {
  .home-s4 {
    padding: 14rem 0;
  }
}
@media (max-width: 800px) {
  .home-s4 {
    padding: 10rem 0;
  }
}
.home-s4 .c-center-text__text {
  max-width: 91rem;
}
.home-invest {
  margin-bottom: 20rem;
  position: relative;
}
@media (max-width: 1000px) {
  .home-invest {
    margin-bottom: 12rem;
  }
}
@media (max-width: 700px) {
  .home-invest {
    margin-bottom: 7rem;
  }
}
.home-invest::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 10%;
  background-color: #300211;
  z-index: -1;
}
@media (max-width: 900px) {
  .home-invest::before {
    content: unset;
  }
}
.home-newsletter {
  margin-bottom: 6rem;
  background-color: #000000;
  position: relative;
  padding: 11.7rem 5rem 11.7rem 10rem;
}
@media (max-width: 1150px) {
  .home-newsletter {
    padding-left: 5rem;
  }
}
@media (max-width: 950px) {
  .home-newsletter {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5rem;
    padding-top: 7.5rem;
  }
}
.home-s5 {
  margin-bottom: 13rem;
}
.home-s5 .c-image-by-text__img-wrapper {
  padding-bottom: 100%;
}
@media (max-width: 700px) {
  .home-s5 {
    margin-bottom: 7rem;
  }
}
@media (max-width: 700px) {
  .home-s5 .c-section-header {
    max-width: 36rem;
    margin: 0 auto 6rem;
    text-align: left;
  }
}
.home-s5 .c-image-by-text__header {
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 3rem;
  color: #000000;
}
.home-s5 .c-image-by-text__header span {
  color: #541027;
}
@media (max-width: 1100px) {
  .home-s5 .c-image-by-text__header {
    font-size: 2.8rem;
  }
}
@media (max-width: 600px) {
  .home-s5 .c-image-by-text__header {
    font-size: 2.4rem;
  }
}
.home-s5 .c-image-by-text__link {
  font-size: 2.8rem;
}
.home-s5 .c-image-by-text__circle {
  width: 5rem;
  height: 5rem;
}
.home-s5 .c-image-by-text__circle svg {
  width: 100%;
  height: 100%;
}
.home-award {
  margin-bottom: 5rem;
}

.page-template__flexible-block {
  padding: 11rem 0;
}
@media (max-width: 1500px) {
  .page-template__flexible-block {
    padding: 8rem 0;
  }
}
@media (max-width: 700px) {
  .page-template__flexible-block {
    padding: 4rem 0;
  }
}
.page-template-s2 {
  padding-top: 8rem;
}

@media (max-width: 900px) {
  .speaking-s1 .c-template-hero__header {
    font-size: 7.5rem;
  }
}
@media (max-width: 700px) {
  .speaking-s1 .c-template-hero__header {
    font-size: 6rem;
  }
}
@media (max-width: 600px) {
  .speaking-s1 .c-template-hero__header {
    font-size: 4.5rem;
  }
}
@media (max-width: 450px) {
  .speaking-s1 .c-template-hero__header {
    font-size: 3.5rem;
  }
}
@media (max-width: 1750px) {
  .speaking-s1 .c-template-hero__banner-text {
    padding-left: 10rem;
  }
}
@media (max-width: 1550px) {
  .speaking-s1 .c-template-hero__banner-text {
    display: block;
    padding-left: 10rem;
  }
}
@media (max-width: 1350px) {
  .speaking-s1 .c-template-hero__banner-text {
    padding-left: 3rem;
  }
}
@media (max-width: 850px) {
  .speaking-s1 .c-template-hero__banner-text {
    display: flex;
  }
}
@media (max-width: 700px) {
  .speaking-s1 .c-template-hero__banner-text {
    display: block;
  }
}
@media (max-width: 1250px) {
  .speaking-s1 .c-template-hero__banner-text p {
    max-width: 37rem;
  }
}
@media (max-width: 1500px) {
  .speaking-s1 .c-template-hero__circle-link {
    margin-left: 0;
    margin-top: 1rem;
  }
}
@media (max-width: 850px) {
  .speaking-s1 .c-template-hero__circle-link {
    margin-left: 1rem;
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .speaking-s1 .c-template-hero__circle-link {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.privacy-policy {
  padding: 20rem 3rem;
}
.privacy-policy__container {
  max-width: 81rem;
  margin: 0 auto;
}
.privacy-policy__super {
  margin-bottom: 0;
}
@media (max-width: 400px) {
  .privacy-policy__super {
    margin-bottom: 2rem;
  }
}
@media (max-width: 550px) {
  .privacy-policy__super:before {
    width: 8rem;
  }
}
.privacy-policy__header {
  font-size: 11rem;
  font-weight: 900;
}
@media (max-width: 900px) {
  .privacy-policy__header {
    font-size: 8rem;
  }
}
@media (max-width: 600px) {
  .privacy-policy__header {
    font-size: 5rem;
  }
}
@media (max-width: 400px) {
  .privacy-policy__header {
    font-size: 4rem;
  }
}
.privacy-policy__content h1,
.privacy-policy__content h2,
.privacy-policy__content h3,
.privacy-policy__content h4,
.privacy-policy__content h5,
.privacy-policy__content h6 {
  font-size: 3.6rem;
  margin-bottom: 1rem;
}
@media (max-width: 900px) {
  .privacy-policy__content h1,
  .privacy-policy__content h2,
  .privacy-policy__content h3,
  .privacy-policy__content h4,
  .privacy-policy__content h5,
  .privacy-policy__content h6 {
    font-size: 3rem;
  }
}
.privacy-policy__content p {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media (max-width: 600px) {
  .privacy-policy__content p {
    font-size: 1.8rem;
  }
}

.recommendations-page .c-side-by-side-hero__content-wrapper {
  max-width: unset;
  padding-right: 20px;
}
@media (max-width: 1650px) {
  .recommendations-page .c-side-by-side-hero__title {
    font-size: 8rem;
  }
}
@media (max-width: 1450px) {
  .recommendations-page .c-side-by-side-hero__title {
    font-size: 7rem;
  }
}
@media (max-width: 1300px) {
  .recommendations-page .c-side-by-side-hero__title {
    font-size: 6rem;
  }
}
@media (max-width: 550px) {
  .recommendations-page .c-side-by-side-hero__title {
    font-size: 5rem;
  }
}
@media (max-width: 450px) {
  .recommendations-page .c-side-by-side-hero__title {
    font-size: 4rem;
  }
}
@media (max-width: 375px) {
  .recommendations-page .c-side-by-side-hero__title {
    font-size: 2.7rem;
    word-wrap: break-word;
  }
}
.recommendations-page .videos-s3 {
  padding-top: 140px;
}
@media (max-width: 1000px) {
  .recommendations-page .videos-s3 {
    padding-top: 75px;
  }
}

.company-s2 {
  transform: translateY(-8rem);
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) {
  .company-s2 {
    transform: unset;
  }
  .company-s2:before {
    content: "";
    width: 100%;
    height: 50%;
    background-color: #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.equity-project-s2 {
  padding-top: 15.5rem;
}
@media (max-width: 1450px) {
  .equity-project-s2 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (max-width: 1150px) {
  .equity-project-s2 {
    padding: 0 7rem 15rem;
  }
}
@media (max-width: 600px) {
  .equity-project-s2 {
    padding: 0 0 7rem;
  }
}
.equity-project-s2 .ep-content__container {
  display: flex;
  justify-content: space-between;
  max-width: 125rem;
  margin: 0 auto 6rem;
}
@media (max-width: 1150px) {
  .equity-project-s2 .ep-content__container {
    display: block;
  }
}
.equity-project-s2 .ep-content__left {
  max-width: 47.5rem;
  padding-top: 7.5rem;
  margin-right: 7rem;
}
@media (max-width: 1150px) {
  .equity-project-s2 .ep-content__left {
    margin: 0 auto 7rem;
    max-width: 67.2rem;
  }
}
@media (max-width: 600px) {
  .equity-project-s2 .ep-content__left {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.equity-project-s2 .ep-content__right {
  max-width: 53.6rem;
}
@media (max-width: 1150px) {
  .equity-project-s2 .ep-content__right {
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  .equity-project-s2 .ep-content__right .u-yellow-line:before {
    width: 10rem;
  }
}
@media (max-width: 650px) {
  .equity-project-s2 .ep-content__right #wpcf7-f810-o1 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.equity-project-s2 .ep-content__phrase {
  font-size: 15rem;
  font-weight: 900;
  color: #000000;
  opacity: 0.03;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1000px) {
  .equity-project-s2 .ep-content__phrase {
    font-size: 10rem;
    max-width: 70rem;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .equity-project-s2 .ep-content__phrase {
    font-size: 7rem;
  }
}

.c-base-form form {
  display: flex;
  flex-wrap: wrap;
}
.c-base-form form .c-base-form__term, .c-base-form form .c-base-form__full {
  width: 100%;
  margin-bottom: 3rem;
}
.c-base-form form .c-base-form__half {
  width: 50%;
  margin-bottom: 3rem;
  padding-left: 3rem;
}
@media (max-width: 600px) {
  .c-base-form form .c-base-form__half {
    width: 100%;
    padding: 0;
  }
}
.c-base-form form .c-base-form__half--first {
  padding: 0;
}
.c-base-form .accred-investor .wpcf7-list-item-label:after {
  content: "";
}

.job-posting__info {
  position: relative;
  margin: 20rem 14rem;
  position: relative;
}
@media (max-width: 1400px) {
  .job-posting__info {
    margin: 20rem 7rem;
  }
}
@media (max-width: 600px) {
  .job-posting__info {
    margin: 15rem 3rem;
  }
}
.job-posting__back-link {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 22rem;
}
.job-posting__back-link .u-circle-link__circle {
  transform: rotate(-180deg);
}
@media (max-width: 1250px) {
  .job-posting__back-link {
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 5rem;
    max-width: unset;
  }
}
.job-posting__content-wrapper {
  max-width: 80.9rem;
  margin: 0 auto;
}
.job-posting__yellow-line {
  margin-bottom: 1.8rem;
}
.job-posting__header {
  font-size: 4.6rem;
  font-weight: 900;
  margin-bottom: 1.3rem;
  color: #000000;
}
.job-posting__location {
  font-size: 2rem;
  color: #3c3c3c;
  margin-bottom: 4.4rem;
}
.job-posting__details h1,
.job-posting__details h2,
.job-posting__details h3,
.job-posting__details h4,
.job-posting__details h5,
.job-posting__details h6 {
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 2rem;
  font-weight: 900;
}
.job-posting__details p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 3.5rem;
}
.job-posting__details ul {
  margin-left: 2rem;
  margin-bottom: 3.5rem;
}
.job-posting__details li {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.job-posting__details li::marker {
  color: #f6d049;
}

.podcast__content,
.videos__content {
  max-width: 85rem;
  margin: 0 auto;
  line-height: 1.7;
}
.podcast-s2,
.videos-s2 {
  padding: 10rem 3rem 6rem;
}
.podcast--video,
.videos--video {
  margin-bottom: 8rem;
}
.podcast--video__image-cont,
.videos--video__image-cont {
  max-width: 136.4rem;
  margin: 0 auto;
  padding-bottom: 80rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 1550px) {
  .podcast--video__image-cont,
  .videos--video__image-cont {
    max-width: 100rem;
    padding-bottom: 55rem;
  }
}
@media (max-width: 1000px) {
  .podcast--video__image-cont,
  .videos--video__image-cont {
    max-width: 95%;
    padding-bottom: 51%;
  }
}
.podcast-audio,
.videos-audio {
  padding: 0 3rem;
  margin-bottom: 5rem;
}
.podcast__nav,
.videos__nav {
  padding: 0 3rem 14rem;
  margin-bottom: auto;
}
@media (max-width: 1050px) {
  .podcast__nav,
  .videos__nav {
    padding: 0 3rem 12rem;
  }
}
@media (max-width: 650px) {
  .podcast__nav,
  .videos__nav {
    padding: 0 3rem 6rem;
  }
}
.podcast__nav .videos__content,
.podcast__nav .podcast__content,
.videos__nav .videos__content,
.videos__nav .podcast__content {
  display: flex;
  border-top: solid 1px #000000;
  padding: 2rem 0;
}
.podcast__nav-next,
.videos__nav-next {
  font-weight: 900;
  margin-left: auto;
  text-align: right;
}
.podcast__nav-next .u-circle-link__circle,
.videos__nav-next .u-circle-link__circle {
  margin: 0;
  margin-left: 2rem;
}
.podcast__nav-prev,
.videos__nav-prev {
  font-weight: 900;
  padding-right: 6rem;
}
@media (max-width: 450px) {
  .podcast__nav-prev,
  .videos__nav-prev {
    padding-right: 1rem;
  }
}
.podcast__nav-prev .u-circle-link__circle,
.videos__nav-prev .u-circle-link__circle {
  transform: rotate(180deg);
}

.videos-s2 {
  padding: 16rem 0;
}
@media (max-width: 1000px) {
  .videos-s2 {
    padding: 12rem 0 8rem;
  }
}
@media (max-width: 650px) {
  .videos-s2 {
    padding: 10rem 0 6rem;
  }
}
@media (max-width: 950px) {
  .videos-s2 .videos__content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.videos-s3__cont {
  padding: 0 5rem;
  max-width: 144rem;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .videos-s3__cont {
    padding: 0 1rem;
  }
}
@media (max-width: 700px) {
  .videos-s3__cont {
    padding: 0;
  }
}
.videos-s3__cont .facetwp-template {
  display: flex;
  flex-wrap: wrap;
}
.videos-s3__cont .facetwp-type-pager {
  display: flex;
  justify-content: center;
}
@media (max-width: 500px) {
  .videos-s3__cont .facetwp-type-pager {
    justify-content: flex-start;
  }
}
.videos-s3__cont .facetwp-type-pager button {
  border: solid 2px #000000;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  padding: 1.6rem 3rem;
  text-transform: uppercase;
  background-color: #ffffff;
  cursor: pointer;
  transition: all ease 0.3s;
  -webkit-appearance: none;
  color: black;
}
.videos-s3__cont .facetwp-type-pager button:hover, .videos-s3__cont .facetwp-type-pager button:focus {
  background-color: #f6d049;
}
@media (max-width: 500px) {
  .videos-s3__cont .facetwp-type-pager button {
    margin-left: 3rem;
  }
}
.videos-s3 .facet-sort {
  margin-left: 3rem;
  margin-top: 140px;
}
@media (max-width: 1000px) {
  .videos-s3 .facet-sort {
    margin-top: 75px;
  }
}
.videos-s3 .facet-sort div {
  margin: 0;
  padding: 0;
}
.videos-s3 .facet-sort .facetwp-facet {
  display: flex;
}
.videos-s3 .facet-sort .facetwp-radio {
  font-size: 22px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  margin: 0 25px;
  background: none !important;
  transition: all ease 0.3s;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: black;
  text-decoration: none;
}
@media (max-width: 500px) {
  .videos-s3 .facet-sort .facetwp-radio {
    font-size: 18px;
    margin: 0 15px;
  }
}
@media (max-width: 400px) {
  .videos-s3 .facet-sort .facetwp-radio {
    font-size: 16px;
  }
}
.videos-s3 .facet-sort .facetwp-radio::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #541027;
  opacity: 0;
  transition: all ease 0.3s;
}
.videos-s3 .facet-sort .facetwp-radio:hover, .videos-s3 .facet-sort .facetwp-radio:active, .videos-s3 .facet-sort .facetwp-radio:focus {
  color: #541027;
}
.videos-s3 .facet-sort .facetwp-radio:hover::after, .videos-s3 .facet-sort .facetwp-radio:active::after, .videos-s3 .facet-sort .facetwp-radio:focus::after {
  opacity: 1;
}
.videos-s3 .facet-sort .facetwp-radio:first-child {
  margin-left: 0;
}
.videos-s3 .facet-sort .facetwp-radio.checked {
  color: #541027;
  font-weight: 700;
}
.videos-s3 .facet-sort .facetwp-radio.checked::after {
  opacity: 1;
}
.videos-s3 .facet-sort .facetwp-radio .facetwp-counter {
  display: none;
}
.videos-s4 {
  padding: 16rem 0;
  background-color: #300211;
}

main.gallery .s2-gallery {
  padding: 0 5rem 3rem;
  max-width: 144rem;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  main.gallery .s2-gallery {
    padding: 0 1rem;
  }
}
main.gallery .s2-gallery .facetwp-type-pager {
  display: flex;
  justify-content: center;
}
@media (max-width: 500px) {
  main.gallery .s2-gallery .facetwp-type-pager {
    justify-content: flex-start;
  }
}
main.gallery .s2-gallery .facetwp-type-pager button {
  border: solid 2px #000000;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  padding: 1.6rem 3rem;
  text-transform: uppercase;
  background-color: #ffffff;
  cursor: pointer;
  transition: all ease 0.3s;
  -webkit-appearance: none;
  color: black;
}
main.gallery .s2-gallery .facetwp-type-pager button:hover, main.gallery .s2-gallery .facetwp-type-pager button:focus {
  background-color: #f6d049;
}
@media (max-width: 500px) {
  main.gallery .s2-gallery .facetwp-type-pager button {
    margin-left: 3rem;
  }
}
main.gallery .s2-gallery .facet-sort {
  margin-top: 140px;
  margin-bottom: 3rem;
}
@media (max-width: 1000px) {
  main.gallery .s2-gallery .facet-sort {
    margin-top: 75px;
  }
}
main.gallery .s2-gallery .facet-sort .facetwp-display-value {
  padding: 0;
}
main.gallery .s2-gallery .facet-sort div {
  margin: 0;
  padding: 0;
}
main.gallery .s2-gallery .facet-sort .facetwp-facet {
  display: flex;
}
main.gallery .s2-gallery .facet-sort .facetwp-radio {
  font-size: 22px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  margin: 0 25px;
  background: none !important;
  transition: all ease 0.3s;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: black;
  text-decoration: none;
}
@media (max-width: 500px) {
  main.gallery .s2-gallery .facet-sort .facetwp-radio {
    font-size: 18px;
    margin: 0 15px;
  }
}
@media (max-width: 400px) {
  main.gallery .s2-gallery .facet-sort .facetwp-radio {
    font-size: 16px;
  }
}
main.gallery .s2-gallery .facet-sort .facetwp-radio::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #541027;
  opacity: 0;
  transition: all ease 0.3s;
}
main.gallery .s2-gallery .facet-sort .facetwp-radio:hover, main.gallery .s2-gallery .facet-sort .facetwp-radio:active, main.gallery .s2-gallery .facet-sort .facetwp-radio:focus {
  color: #541027;
}
main.gallery .s2-gallery .facet-sort .facetwp-radio:hover::after, main.gallery .s2-gallery .facet-sort .facetwp-radio:active::after, main.gallery .s2-gallery .facet-sort .facetwp-radio:focus::after {
  opacity: 1;
}
main.gallery .s2-gallery .facet-sort .facetwp-radio:first-child {
  margin-left: 0;
}
main.gallery .s2-gallery .facet-sort .facetwp-radio.checked {
  color: #541027;
  font-weight: 700;
}
main.gallery .s2-gallery .facet-sort .facetwp-radio.checked::after {
  opacity: 1;
}
main.gallery .s2-gallery .facet-sort .facetwp-radio .facetwp-counter {
  display: none;
}
main.gallery .s2-gallery .-row {
  max-width: 1670px;
  margin: 0 auto;
  padding: 0 7%;
}
@media (min-width: 2000px) {
  main.gallery .s2-gallery .-row {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  main.gallery .s2-gallery .-row {
    padding: 0 5%;
  }
}
@media (max-width: 992px) {
  main.gallery .s2-gallery .-row {
    padding: 0 3rem;
  }
}
@media (max-width: 500px) {
  main.gallery .s2-gallery .-row {
    padding: 0 2rem;
  }
}
main.gallery .s2-gallery .-row--inset {
  padding: 0 13%;
}
@media (min-width: 2000px) {
  main.gallery .s2-gallery .-row--inset {
    padding: 0 10%;
  }
}
@media (max-width: 1200px) {
  main.gallery .s2-gallery .-row--inset {
    padding: 0 5%;
  }
}
main.gallery .s2-gallery .-row .base-slideshow {
  margin: 2rem;
  max-width: 163rem;
}
@media (min-width: 2000px) {
  main.gallery .s2-gallery .-row .base-slideshow {
    margin: 2rem auto;
  }
}
@media (max-width: 992px) {
  main.gallery .s2-gallery .-row .base-slideshow {
    margin: 1rem;
  }
}
@media (max-width: 640px) {
  main.gallery .s2-gallery .-row .base-slideshow {
    margin: 1rem -3rem;
  }
}
main.gallery .s2-gallery .images-row {
  display: flex;
  position: relative;
}
@media (min-width: 2000px) {
  main.gallery .s2-gallery .images-row {
    justify-content: center;
  }
}
@media (max-width: 640px) {
  main.gallery .s2-gallery .images-row {
    display: block;
  }
}
main.gallery .s2-gallery .images-row__image-container {
  padding: 2rem;
  position: relative;
}
@media (max-width: 992px) {
  main.gallery .s2-gallery .images-row__image-container {
    padding: 1rem;
  }
}
@media (max-width: 640px) {
  main.gallery .s2-gallery .images-row__image-container {
    padding: 1rem 0;
  }
}
main.gallery .s2-gallery .images-row__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.gallery .s2-gallery .s1-gallery .c-hero-image {
  min-height: 80rem;
}
main.gallery .s2-gallery .s1-gallery .btn {
  display: none;
  color: #fff;
  border: 2px solid #fff;
}
main.gallery .s2-gallery .s1-gallery .btn:hover, main.gallery .s2-gallery .s1-gallery .btn:focus {
  border: solid 2px #f6d049;
}
@media (max-width: 1500px) {
  main.gallery .s2-gallery .s1-gallery .btn {
    display: inline-block;
  }
}
@media (max-width: 1050px) {
  main.gallery .s2-gallery .s1-gallery .btn {
    display: none;
  }
}
@media (max-width: 700px) {
  main.gallery .s2-gallery .s1-gallery .btn {
    display: inline-block;
  }
}
main.gallery .s2-gallery .s1-gallery .btn svg {
  stroke: #fff;
}
main.gallery .s2-gallery .s1-gallery .mobile-btn {
  margin-top: 2rem;
}
main.gallery .s2-gallery .s2-gallery {
  padding: 100px 0;
}

.speaking-new-s2 {
  padding: 140px 28rem;
}
@media (max-width: 1800px) {
  .speaking-new-s2 {
    padding: 140px 20rem;
  }
}
@media (max-width: 1700px) {
  .speaking-new-s2 {
    padding: 140px 10rem;
  }
}
@media (max-width: 1300px) {
  .speaking-new-s2 {
    padding: 140px 5rem;
  }
}
@media (max-width: 1200px) {
  .speaking-new-s2 {
    padding: 100px 3rem;
  }
}
@media (max-width: 600px) {
  .speaking-new-s2 {
    padding: 60px 3rem;
  }
}
.speaking-new-s2 .event {
  display: flex;
  margin-top: 60px;
  box-shadow: 0px 4px 4px 0px rgba(185, 179, 179, 0.25);
}
@media (max-width: 1100px) {
  .speaking-new-s2 .event {
    flex-wrap: wrap;
  }
}
.speaking-new-s2 .event:first-child {
  margin-top: 0;
}
.speaking-new-s2 .event .image-container {
  width: 40%;
  padding-bottom: 40%;
  position: relative;
}
@media (max-width: 1100px) {
  .speaking-new-s2 .event .image-container {
    width: 100%;
    padding-bottom: 50%;
  }
}
@media (max-width: 600px) {
  .speaking-new-s2 .event .image-container {
    padding-bottom: 100%;
  }
}
.speaking-new-s2 .event .image-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.speaking-new-s2 .event .info {
  background: #FBFBFB;
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  padding: 60px;
}
@media (max-width: 1100px) {
  .speaking-new-s2 .event .info {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .speaking-new-s2 .event .info {
    padding: 30px;
  }
}
.speaking-new-s2 .event .info .title {
  width: 100%;
}
.speaking-new-s2 .event .info .title h3 {
  font-size: 3.6rem;
  font-weight: 800;
  max-width: 365px;
  margin: 0 0 15px;
}
.speaking-new-s2 .event .info .left {
  width: 65%;
}
@media (max-width: 650px) {
  .speaking-new-s2 .event .info .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.speaking-new-s2 .event .info .left p {
  line-height: 1.5;
}
.speaking-new-s2 .event .info .left .text {
  position: relative;
}
.speaking-new-s2 .event .info .left .text:after {
  content: "";
  background: #541027;
  height: 2px;
  width: 83px;
  margin: 30px 0;
  display: block;
  position: relative;
}
.speaking-new-s2 .event .info .left .text p {
  margin: 0;
}
.speaking-new-s2 .event .info .right {
  width: 30%;
}
@media (max-width: 650px) {
  .speaking-new-s2 .event .info .right {
    width: 100%;
  }
}
.speaking-new-s2 .event .info .right strong {
  display: block;
}
.speaking-new-s2 .event .info .right p {
  line-height: 1.8;
}
.speaking-new-s2 .event .info .bottom {
  width: 100%;
}
.speaking-new-s2 .event .info .bottom .btn {
  margin-top: 45px;
}/*# sourceMappingURL=main.css.map */