@font-face {
  font-family: Tofino;
  src: url('/assets/landing/fonts/Tofino-Thin.otf');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Tofino;
  src: url('/assets/landing/fonts/Tofino-ThinItalic.otf');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: Tofino;
  src: url('/assets/landing/fonts/Tofino-Light.otf');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Tofino;
  src: url('/assets/landing/fonts/Tofino-LightItalic.otf');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: Tofino;
  src: url('/assets/landing/fonts/Tofino-Book.otf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Tofino;
  src: url('/assets/landing/fonts/Tofino-BookItalic.otf');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Tofino;
  src: url('/assets/landing/fonts/Tofino-Regular.otf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Tofino;
  src: url('/assets/landing/fonts/Tofino-RegularItalic.otf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Tofino;
  src: url('/assets/landing/fonts/Tofino-Medium.otf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Tofino;
  src: url('/assets/landing/fonts/Tofino-MediumItalic.otf');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Tofino;
  src: url('/assets/landing/fonts/Tofino-Semibold.otf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Tofino;
  src: url('/assets/landing/fonts/Tofino-SemiboldItalic.otf');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: Tofino;
  src: url('/assets/landing/fonts/Tofino-Bold.otf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Tofino;
  src: url('/assets/landing/fonts/Tofino-BoldItalic.otf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Tofino;
  src: url('/assets/landing/fonts/Tofino-Black.otf');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Tofino;
  src: url('/assets/landing/fonts/Tofino-BlackItalic.otf');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: Tofino;
  src: url('/assets/landing/fonts/Tofino-Ultra.otf');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Tofino;
  src: url('/assets/landing/fonts/Tofino-UltraItalic.otf');
  font-weight: 900;
  font-style: italic;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: Tofino, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
body * {
  outline: none;
}
input::-ms-clear {
  display: none;
}
body {
  background-color: #101010;
  color: #fff;
  max-width: 100vw;
  overflow-x: hidden;
}
.wrapper {
  max-width: 1440px;
  margin: auto;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding: 0 40px;
  }
}
.image img {
  max-height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .hide-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .hide-desktop-from-tablet {
    display: none !important;
  }
}
.header {
  width: 100%;
  margin-top: 24px;
}
.header .wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header .wrapper .logo {
  height: 40px;
}
.header .wrapper .login-btn {
  font-family: Tofino, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  padding: 12px 16px;
  background-color: #E32726;
}
.hero {
  margin-top: -67px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.1%, #101010 100%);
}
@media screen and (min-width: 768px) {
  .hero {
    min-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    padding-bottom: 48px;
  }
}
.hero .background {
  height: inherit;
  min-height: inherit;
  background-image: url('/assets/landing/img/hero-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 123px;
}
.hero .background .wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .hero .background .wrapper {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .hero .background .wrapper .content,
  .hero .background .wrapper .image {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .hero .background .wrapper .content {
    padding-left: 41px;
  }
}
.hero .background .wrapper .content .title {
  font-family: Tofino, sans-serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 800;
  line-height: 64px;
  letter-spacing: -0.03em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero .background .wrapper .content .title {
    font-size: 160px;
    line-height: 160px;
    text-align: left;
  }
}
.hero .background .wrapper .content .subtitle {
  font-family: Tofino, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .hero .background .wrapper .content .subtitle {
    font-size: 42px;
    line-height: 63px;
    text-align: left;
    margin-bottom: 0;
  }
}
.hero .background .wrapper .content .subtitle span {
  display: block;
  font-style: italic;
  color: #E32726;
}
.what-happens {
  margin-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .what-happens {
    margin-top: -200px;
  }
}
@media screen and (min-width: 1100px) {
  .what-happens {
    margin-top: -50px;
  }
}
.what-happens .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .what-happens .wrapper .image,
  .what-happens .wrapper .content {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.what-happens .wrapper .image img {
  max-width: 115%;
}
@media screen and (min-width: 768px) {
  .what-happens .wrapper .content {
    padding-right: 50px;
  }
}
.what-happens .wrapper .content .title {
  font-family: Tofino, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .what-happens .wrapper .content .title {
    font-size: 42px;
    line-height: 50px;
  }
}
.what-happens .wrapper .content ul li {
  font-family: Tofino, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.what-happens .wrapper .content ul li span {
  font-family: Tofino, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  background-color: #E32726;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  min-width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .what-happens .wrapper .content ul li span {
    height: 56px;
    width: 56px;
    min-width: 56px;
    font-size: 32px;
    line-height: 32px;
    padding-left: 2px;
    padding-top: 2px;
  }
}
.what-happens .wrapper .footer {
  font-family: Tofino, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .what-happens .wrapper .footer {
    font-size: 18px;
    line-height: 27px;
    margin-top: 0;
  }
}
.image-text,
.video-text {
  margin-top: 56px;
}
@media screen and (min-width: 960px) {
  .image-text,
  .video-text {
    margin-top: 100px;
  }
}
.image-text .wrapper,
.video-text .wrapper {
  display: flex;
  position: relative;
  align-items: stretch;
}
@media screen and (max-width: 959px) {
  .image-text .wrapper,
  .video-text .wrapper {
    flex-direction: column;
  }
}
.image-text .wrapper .slider,
.video-text .wrapper .slider {
  margin-top: 0;
}
.image-text .wrapper .slider .slick-track,
.video-text .wrapper .slider .slick-track {
  display: flex !important;
}
@media screen and (min-width: 960px) {
  .image-text .wrapper .slider,
  .video-text .wrapper .slider,
  .image-text .wrapper .video,
  .video-text .wrapper .video,
  .image-text .wrapper .content,
  .video-text .wrapper .content {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
.image-text .wrapper .image,
.video-text .wrapper .image,
.image-text .wrapper .video,
.video-text .wrapper .video {
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  .image-text .wrapper .image,
  .video-text .wrapper .image,
  .image-text .wrapper .video,
  .video-text .wrapper .video {
    margin-bottom: 0;
  }
}
.image-text .wrapper .image,
.video-text .wrapper .image {
  position: relative;
  height: inherit !important;
}
@media screen and (min-width: 960px) {
  .image-text .wrapper .image,
  .video-text .wrapper .image {
    margin-right: 80px;
  }
}
.image-text .wrapper .image img,
.video-text .wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.image-text .wrapper .image .title,
.video-text .wrapper .image .title {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
  font-family: Tofino, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .image-text .wrapper .image .title,
  .video-text .wrapper .image .title {
    font-size: 32px;
    line-height: 38px;
    bottom: 32px;
    left: 32px;
    width: calc(100% - 64px);
  }
}
.image-text .wrapper .video,
.video-text .wrapper .video {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .image-text .wrapper .video,
  .video-text .wrapper .video {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .image-text .wrapper .video,
  .video-text .wrapper .video {
    margin-left: 20px;
    margin-right: 122px;
  }
}
.image-text .wrapper .video iframe,
.video-text .wrapper .video iframe {
  width: 100%;
  height: 100%;
}
.image-text .wrapper .content,
.video-text .wrapper .content {
  padding-right: 13px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.image-text .wrapper .content .title,
.video-text .wrapper .content .title {
  font-family: Tofino, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (min-width: 960px) {
  .image-text .wrapper .content .title,
  .video-text .wrapper .content .title {
    font-size: 42px;
    line-height: 50px;
  }
}
.image-text .wrapper .content p,
.video-text .wrapper .content p {
  margin-bottom: 25px;
  font-family: Tofino, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.image-text .wrapper .content p:last-child,
.video-text .wrapper .content p:last-child {
  margin-bottom: 0;
}
.video-text .wrapper {
  justify-content: space-between;
}
.video-text .wrapper .image {
  margin-right: 0;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .cta-btn .wrapper {
    max-width: 100%;
    padding: 0;
  }
}
.cta-btn .btn {
  font-family: Tofino, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  background-color: #E32726;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 51px;
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .cta-btn .btn {
    font-size: 28px;
    line-height: 34px;
    min-height: 82px;
    margin-top: 88px;
  }
}
.cta-btn .btn strong {
  font-weight: 700;
}
.slider {
  margin-top: 88px;
}
@media screen and (min-width: 960px) {
  .slider .wrapper {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 959px) {
  .slider .wrapper .slides {
    max-width: 85vw;
    overflow: visible;
  }
  .slider .wrapper .slides .slick-list {
    padding: 0 !important;
    margin-left: -12px;
    overflow: visible;
  }
}
@media screen and (min-width: 960px) {
  .slider .wrapper .slides {
    display: flex;
  }
}
.slider .wrapper .slides .item {
  position: relative;
}
@media screen and (max-width: 959px) {
  .slider .wrapper .slides .item {
    padding: 0 12px;
  }
}
.slider .wrapper .slides .item .image {
  position: relative;
}
@media screen and (max-width: 959px) {
  .slider .wrapper .slides .item .image {
    aspect-ratio: 7 / 4;
  }
}
@media screen and (min-width: 960px) {
  .slider .wrapper .slides .item .image {
    aspect-ratio: 160 / 167;
  }
}
.slider .wrapper .slides .item .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.slider .wrapper .slides .item .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  transition: all 0.5s;
}
@media screen and (max-width: 959px) {
  .slider .wrapper .slides .item .content {
    padding: 16px;
    background-color: #252525;
  }
}
@media screen and (min-width: 960px) {
  .slider .wrapper .slides .item .content {
    position: absolute;
    bottom: 0;
    width: calc(100% - 64px);
    margin: 32px;
  }
}
.slider .wrapper .slides .item .content .title {
  font-family: Tofino, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .slider .wrapper .slides .item .content .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0;
  }
}
.slider .wrapper .slides .item .content .text {
  font-family: Tofino, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 3px;
}
@media screen and (min-width: 960px) {
  .slider .wrapper .slides .item .content .text {
    font-size: 18px;
    line-height: 27px;
    max-height: 0;
    height: 0;
    transition: all 1s;
    overflow: hidden;
  }
}
@media screen and (min-width: 960px) {
  .slider .wrapper .slides .item:hover .content .text {
    margin-top: 8px;
    margin-bottom: 2px;
    max-height: 1000px;
    height: auto;
  }
}
.slider .wrapper .slides .item:hover .image .overlay {
  opacity: 1;
}
.world-class-guides {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media screen and (min-width: 960px) {
  .world-class-guides {
    grid-template-columns: 20% 20% 20% 20% 20%;
    margin-top: 120px;
    margin-bottom: 43px;
  }
}
.world-class-guides .item {
  position: relative;
}
.world-class-guides .item:hover .content {
  opacity: 1;
}
.world-class-guides .item.content {
  grid-column: span 2;
  padding: 32px 16px;
}
@media screen and (max-width: 959px) {
  .world-class-guides .item.content {
    background-color: #242424;
  }
}
@media screen and (min-width: 960px) {
  .world-class-guides .item.content {
    padding: 112px 92px;
    padding-right: 67px;
  }
}
.world-class-guides .item.content .title {
  font-family: Tofino, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .world-class-guides .item.content .title {
    font-size: 42px;
    line-height: 50px;
  }
}
.world-class-guides .item.content p {
  font-family: Tofino, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.world-class-guides .item.image {
  aspect-ratio: 63 / 85;
}
.world-class-guides .item.image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 63 / 85;
}
@media screen and (max-width: 500px) {
  .world-class-guides .item.image.thekylepeasefoundation .handle {
    font-size: 11px;
    line-height: 15px;
  }
}
.world-class-guides .item .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #E32726;
  padding: 16px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  z-index: 9;
  opacity: 0;
  transition: opacity 0.3s;
}
.world-class-guides .item .content .name {
  font-family: Tofino, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.world-class-guides .item .content .name span {
  font-weight: 700;
}
.world-class-guides .item .content p {
  font-family: Tofino, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.world-class-guides .item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.world-class-guides .item .footer {
  position: absolute;
  bottom: 0;
  padding: 16px;
}
.world-class-guides .item .footer .name {
  font-family: Tofino, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .world-class-guides .item .footer .name {
    font-size: 20px;
    line-height: 24px;
  }
}
.world-class-guides .item .footer .name span {
  font-weight: 700;
}
.world-class-guides .item .footer .handle {
  font-family: Tofino, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .world-class-guides .item .footer .handle {
    font-size: 16px;
    line-height: 19px;
  }
}
.world-class-guides .item:hover .footer {
  height: auto;
  max-height: 1000px;
}
.world-class-guides .guides-overlay {
  padding: 0 44px;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(15, 15, 15, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .world-class-guides .guides-overlay {
    padding: 0 100px;
  }
}
.world-class-guides .guides-overlay:not(.active) {
  display: none;
}
.world-class-guides .guides-overlay .content-container {
  position: relative;
  height: auto;
  width: 100%;
  background-color: #E32726;
  padding: 16px;
  padding-top: 56px;
  min-height: 40vh;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .world-class-guides .guides-overlay .content-container {
    min-height: 30vh;
  }
}
.world-class-guides .guides-overlay .content-container .close {
  position: absolute;
  top: 22px;
  right: 22px;
  background-image: url('/assets/landing/img/icon-close.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.world-class-guides .guides-overlay .content-container .content {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  z-index: 9;
  position: relative;
}
.world-class-guides .guides-overlay .content-container .content .name {
  font-family: Tofino, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .world-class-guides .guides-overlay .content-container .content .name {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.world-class-guides .guides-overlay .content-container .content .name span {
  font-weight: 700;
}
.world-class-guides .guides-overlay .content-container .content p {
  font-family: Tofino, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .world-class-guides .guides-overlay .content-container .content p {
    font-size: 18px;
  }
}
.newsletter {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .newsletter {
    min-height: 758px;
    background-image: url('/assets/landing/img/newsletter.jpg');
    background-position: top;
  }
}
/*.newsletter .image img {*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*}*/
.newsletter .wrapper {
  padding: 0;
  height: 100%;
  min-height: inherit;
}
@media screen and (min-width: 960px) {
  .newsletter .wrapper {
    padding-left: 48px;
    padding-right: 110px;
    padding-bottom: 44px;
    padding-top: 195px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.newsletter .wrapper .content {
  padding: 24px;
  background-color: #E32726;
  font-family: Tofino, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .newsletter .wrapper .content {
    margin-top: -3px;
  }
}
@media screen and (min-width: 960px) {
  .newsletter .wrapper .content {
    max-width: 452px;
    font-size: 18px;
    line-height: 27px;
  }
}
.newsletter .wrapper .content .name {
  font-weight: 700;
  margin-top: 16px;
}
.newsletter .wrapper .form {
  font-family: Tofino, sans-serif;
  background-color: #101010;
  padding: 32px 24px;
  padding-bottom: 4px;
}
@media screen and (min-width: 960px) {
  .newsletter .wrapper .form {
    max-width: 486px;
  }
}
@media screen and (max-width: 959px) {
  .newsletter .wrapper .form form {
    max-width: 100% !important;
  }
}
.newsletter .wrapper .form .title {
  font-family: Tofino, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (min-width: 960px) {
  .newsletter .wrapper .form .title {
    font-size: 36px;
    line-height: 54px;
  }
}
.newsletter .wrapper .form .text {
  font-family: Tofino, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.newsletter .wrapper .form input,
.newsletter .wrapper .form button {
  font-family: Tofino, sans-serif !important;
}
.newsletter .wrapper .form button {
  font-style: italic;
}
body > div > .needsclick {
  display: none !important;
}
.footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 959px) {
  .footer .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .wrapper .logo {
  height: 40px;
}
@media screen and (max-width: 959px) {
  .footer .wrapper .logo {
    margin-bottom: 24px;
  }
}
.footer .wrapper .menu {
  display: flex;
}
@media screen and (max-width: 959px) {
  .footer .wrapper .menu {
    flex-wrap: wrap;
  }
}
.footer .wrapper .menu a {
  font-family: Tofino, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .footer .wrapper .menu a {
    flex-basis: 50%;
    display: block;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 960px) {
  .footer .wrapper .menu a {
    font-size: 16px;
    line-height: 24px;
  }
  .footer .wrapper .menu a:not(:last-child) {
    margin-right: 76px;
  }
}
