/*
Theme Name: Timber
Author: Vision Tank
Author URI: http://visiontank.co.uk/
Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

html,
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus {
  outline: none;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner--thin {
  width: 960px;
  margin: 0 auto;
}

.inner--thinner {
  width: 760px;
  margin: 0 auto;
}

.inner--thinnest {
  width: 560px;
  margin: 0 auto;
}

.grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 20px;
}
.grid > [class*=grid_] {
  padding: 0 20px;
}

.grid_1-2 {
  width: 50%;
}

.grid_1-3 {
  width: 33.3333333333%;
}

.grid_2-3 {
  width: 66.6666666667%;
}

.grid_1-4 {
  width: 25%;
}

.grid_3-4 {
  width: 75%;
}

.grid_1-5 {
  width: 20%;
}

.grid_2-5 {
  width: 40%;
}

.grid_3-5 {
  width: 60%;
}

.grid_4-5 {
  width: 80%;
}

.grid_1-6 {
  width: 16.6666666667%;
}

.grid_5-6 {
  width: 83.3333333333%;
}

.grid_1-8 {
  width: 12.5%;
}

.grid_3-8 {
  width: 37.5%;
}

.grid_5-8 {
  width: 62.5%;
}

.grid_7-8 {
  width: 87.5%;
}

.grid_1-10 {
  width: 10%;
}

.grid_3-10 {
  width: 30%;
}

.grid_7-10 {
  width: 70%;
}

.grid_9-10 {
  width: 90%;
}

.grid_1-12 {
  width: 8.3333333333%;
}

.grid_5-12 {
  width: 41.6666666667%;
}

.grid_7-12 {
  width: 58.3333333333%;
}

.grid_11-12 {
  width: 91.6666666667%;
}

@media screen and (max-width: 1200px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .inner--thin {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .inner--thinner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .inner--thinnest {
    width: 100%;
    padding: 0 20px;
  }
}
body {
  color: #fbfbfb;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 32px;
  background-color: #1f1f1f;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

.content p,
.content ul,
.content blockquote {
  margin: 0 0 20px;
}
.content a {
  color: #fbfbfb;
}
.content .wp-block-button__link {
  background: green;
  color: inherit;
}
.content img {
  height: auto;
}
.content blockquote {
  padding: 0 0 0 20px;
  border-left: 4px solid #e6e6e6;
}

.alpha,
.content h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: -1.04px;
}

.bravo,
.content h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.92px;
}

.charlie,
.content h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

.delta,
.content h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
}

.echo,
.content h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0.48px;
}

.foxtrot,
.content h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: -0.4px;
}

@media screen and (max-width: 700px) {
  .alpha,
  .content h1 {
    font-size: 36px;
  }
  .bravo,
  .content h2 {
    font-size: 34px;
  }
  .charlie,
  .content h3 {
    font-size: 30px;
  }
  .delta,
  .content h4 {
    font-size: 26px;
  }
  .echo,
  .content h5 {
    font-size: 22px;
  }
  .foxtrot,
  .content h6 {
    font-size: 19px;
  }
}
.button--left,
.wp-block-button.alignleft {
  text-align: left;
}

.button--center,
.wp-block-button.aligncenter {
  text-align: center;
}

.button--right,
.wp-block-button.alignright {
  text-align: right;
}

.button, .frm_submit input,
.frm_submit button,
.wp-block-button__link {
  display: inline-block;
  position: relative;
  padding: 18px 30px;
  transition: 0.2s;
  cursor: pointer;
  color: #1f1f1f;
  background-color: #fbfbfb;
  border-radius: 50px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
  font-weight: 600;
}

.app_button {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 7px;
  padding: 11px 22px;
  border-radius: 60px;
  color: white;
  transition: 0.3s;
  text-align: left;
  background: var(--colours-Black-200, #383838);
  box-shadow: 0 -1px 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 1px 0 rgba(255, 255, 255, 0.25) inset;
}
.app_button svg {
  width: 22px;
  fill-rule: evenodd;
  fill: white;
  transition: 0.3s;
}
.app_button small {
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: -0.36px;
  display: block;
  margin-bottom: -2px;
}
.app_button p {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.6px;
  margin-bottom: 0;
}
.app_button:hover {
  background-color: #fbfbfb;
  color: #1f1f1f;
}
.app_button:hover svg {
  fill: #1f1f1f;
}

.frm_submit {
  text-align: right;
}
.frm_submit input,
.frm_submit button {
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.frm_submit img {
  display: none;
}

/***MOBILE MENU***/
.mobile_menu_button {
  display: none;
  cursor: pointer;
  vertical-align: middle;
  z-index: 21;
}
.mobile_menu_button p {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  color: #fbfbfb;
  margin: 2px 0 0;
}

.lines-button {
  padding: 8px 0 8px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
.lines-button.x.close .lines {
  background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 2rem;
}
.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button.x2 .lines {
  -webkit-transition: background 0.3s 0.5s ease;
  transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .linesafter {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}
.lines-button.x2.close .lines {
  -webkit-transition: background 0.3s 0s ease;
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 2rem;
}
.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines {
  display: block;
  width: 25px;
  margin-right: 2px;
  height: 0.1rem;
  background: #fbfbfb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 25px;
  height: 0.1rem;
  background: #fbfbfb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.14286rem center;
  -ms-transform-origin: 0.14286rem center;
  transform-origin: 0.14286rem center;
}
.lines:before {
  top: 0.5rem;
}
.lines:after {
  top: -0.5rem;
}

@media screen and (max-width: 1000px) {
  .mobile_menu_button {
    display: flex;
    align-items: center;
  }
}
a {
  text-decoration: none;
}

ul,
ol {
  padding: 0 0 0 20px;
}

.full_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img_fill_wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.img_fill {
  object-fit: cover;
  object-position: center;
}

img {
  height: auto;
}

.header {
  padding: 20px 0;
}

.header__inner {
  display: flex;
  align-items: center;
}

.header__logo {
  display: block;
  max-width: 175px;
  width: 100%;
  transition: 0.4s;
}
.header__logo:hover {
  transform: scale(1.04);
}

.header__nav {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
  column-gap: 60px;
}

.header__menu {
  padding: 0;
}

.header__menu__items {
  display: flex;
  align-items: center;
  padding: 0;
  flex-grow: 1;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  column-gap: 40px;
}

.menu-item {
  display: inline-block;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.16px;
}
.menu-item a {
  color: inherit;
}
.header__button {
  padding: 14px 30px;
  background-color: #fff;
  transition: 0.4s;
}
.header__button:hover {
  transform: scale(1.04);
}

.header__menu__logo_wrap {
  display: none;
}

.header_menu_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1f1f1f;
  z-index: 20;
  display: none;
}

.header__button--mobile {
  display: none;
}

@media screen and (max-width: 1000px) {
  .header__menu {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 20;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
    padding: 20px 20px 0px 20px;
    overflow: hidden;
  }
  .header__menu__items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    row-gap: 30px;
    z-index: 21;
  }
  .header__menu__items.active {
    opacity: 1;
    visibility: visible;
  }
  .header__menu__logo_wrap {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
  .header__menu__logo {
    display: block;
    width: 100%;
  }
  .header__button {
    display: none;
  }
  .header__button--mobile {
    display: inline-block;
  }
}
.footer {
  background-color: #2d2d2d;
  padding: 25px 0 20px;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 90px;
}

.footer__top__left {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: space-between;
  width: 100%;
}

.footer__logo {
  display: block;
  max-width: 185px;
  width: 100%;
  transition: 0.4s;
  margin-right: 10px;
}
.footer__logo:hover {
  transform: scale(1.04);
}

.footer__top__left__buttons {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.footer__top__left__buttons .footer__button svg {
  fill: white;
  transition: 0.2s;
}
.footer__top__left__buttons .footer__button small {
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.33px;
  margin-bottom: 0;
}
.footer__top__left__buttons .footer__button p {
  font-size: 19px;
  letter-spacing: -0.59px;
}
.footer__top__left__buttons .footer__button:hover {
  background-color: #fff;
  color: #1f1f1f;
}
.footer__top__left__buttons .footer__button:hover svg {
  fill: #1f1f1f;
}

.footer__small_print {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  column-gap: 20px;
  font-size: 12px;
  line-height: 21px;
  color: #706d6d;
}
.footer__small_print a {
  color: inherit;
  transition: 0.3s;
}
.footer__small_print a:hover {
  color: #fbfbfb;
}

.footer__small_print__left {
  display: flex;
  align-items: center;
  column-gap: 25px;
}

.footer__bottom__right__logo {
  max-width: 165px;
  width: 100%;
  display: block;
  opacity: 0.8;
  transition: 0.4s;
}
.footer__bottom__right__logo:hover {
  opacity: 1;
}

@media screen and (max-width: 700px) {
  .footer__top {
    margin-bottom: 40px;
  }
  .footer__top__left__buttons {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
  }
  .footer__top__left {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  .footer__small_print {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 20px;
  }
}
.frm_form_field input[type=text],
.frm_form_field input[type=email],
.frm_form_field textarea,
.frm_form_field select {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #fbfbfb;
  border-radius: 0;
  background-color: #ffffff;
  padding: 6px 10px;
  color: #fbfbfb;
  appearance: none;
}
.frm_form_field input[type=text].placeholder,
.frm_form_field input[type=email].placeholder,
.frm_form_field textarea.placeholder,
.frm_form_field select.placeholder {
  color: #fbfbfb;
}
.frm_form_field input[type=text]:-moz-placeholder,
.frm_form_field input[type=email]:-moz-placeholder,
.frm_form_field textarea:-moz-placeholder,
.frm_form_field select:-moz-placeholder {
  color: #fbfbfb;
  opacity: 1;
}
.frm_form_field input[type=text]::-moz-placeholder,
.frm_form_field input[type=email]::-moz-placeholder,
.frm_form_field textarea::-moz-placeholder,
.frm_form_field select::-moz-placeholder {
  color: #fbfbfb;
  opacity: 1;
}
.frm_form_field input[type=text]:-ms-input-placeholder,
.frm_form_field input[type=email]:-ms-input-placeholder,
.frm_form_field textarea:-ms-input-placeholder,
.frm_form_field select:-ms-input-placeholder {
  color: #fbfbfb;
}
.frm_form_field input[type=text]::-webkit-input-placeholder,
.frm_form_field input[type=email]::-webkit-input-placeholder,
.frm_form_field textarea::-webkit-input-placeholder,
.frm_form_field select::-webkit-input-placeholder {
  color: #fbfbfb;
}
.frm_form_field input[type=text]:focus,
.frm_form_field input[type=email]:focus,
.frm_form_field textarea:focus,
.frm_form_field select:focus {
  outline: none;
}
.frm_form_field select {
  cursor: pointer;
}

.frm_hidden {
  display: none;
}

.popup_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(3, 3, 3, 0.3);
  z-index: 23;
  display: none;
}

.popup {
  position: fixed;
  top: 40px;
  right: 20px;
  left: 20px;
  margin: 0 auto;
  z-index: 24;
  transition: 0.4s;
  background-color: white;
  max-width: 700px;
  width: 100%;
  padding: 40px;
  border-radius: 12px;
  display: none;
}
.popup.active {
  display: block;
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.popup__close:hover svg {
  stroke: #000000;
}
.popup__close svg {
  width: 18px;
  stroke: #b1b1b1;
}

.section {
  padding: 60px 0;
}

.section--center {
  text-align: center;
}

.flexible_content__items {
  display: flex;
  flex-direction: column;
  row-gap: 90px;
  position: relative;
}

.flexible_content__img_wrap {
  max-width: 710px;
  min-width: 710px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0 -1px 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 1px 0 rgba(255, 255, 255, 0.25) inset;
}
.flexible_content__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 68%;
}

.flexible_content__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border: 1.2px solid var(--colours-Black-300, #2e2e2f);
}

.flexible_content {
  display: flex;
  justify-content: space-between;
  column-gap: 80px;
  align-items: center;
  position: relative;
}

.flexible_content--rev {
  flex-direction: row-reverse;
}

.flexible_content__content {
  flex-grow: 1;
}
.flexible_content__content h5 {
  text-transform: uppercase;
  color: #e0e0e5;
}
.flexible_content__content h2 {
  margin-bottom: 20px;
}
.flexible_content__content p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  color: #fbfbfb;
}
.flexible_content__content p:last-of-type {
  margin-bottom: 0;
}
.flexible_content__content .button, .flexible_content__content .frm_submit input, .frm_submit .flexible_content__content input,
.flexible_content__content .frm_submit button,
.frm_submit .flexible_content__content button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin-top: 30px;
  color: #1f1f1f;
  background: #e0e0e5;
  box-shadow: 0 -1px 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 1px 0 rgba(255, 255, 255, 0.25) inset;
}
.flexible_content__content .button svg, .flexible_content__content .frm_submit input svg, .frm_submit .flexible_content__content input svg,
.flexible_content__content .frm_submit button svg,
.frm_submit .flexible_content__content button svg {
  opacity: 0.9;
  fill: #1f1f1f;
  transition: 0.3s;
  max-width: 16px;
  width: 100%;
}
.flexible_content__content .button:hover, .flexible_content__content .frm_submit input:hover, .frm_submit .flexible_content__content input:hover,
.flexible_content__content .frm_submit button:hover,
.frm_submit .flexible_content__content button:hover {
  background-color: white;
}

.flexible_content__central h2 {
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .flexible_content__img_wrap {
    min-width: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .flexible_content {
    column-gap: 40px;
  }
  .flexible_content__img_wrap {
    min-width: 450px;
  }
}
@media screen and (max-width: 800px) {
  .flexible_content__items {
    overflow: hidden;
  }
  .flexible_content {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 40px;
    text-align: center;
    overflow: hidden;
  }
  .flexible_content__img_wrap {
    max-width: 400px;
    width: 100%;
    min-width: 0;
  }
}
.slick-dots {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin-top: 40px;
  background-color: rgba(31, 31, 31, 0.09);
  border-radius: 40px;
  padding: 20px 30px;
}
.slick-dots li {
  margin: 0 5px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li.slick-active button {
  background-color: #1f1f1f;
  pointer-events: none;
  width: 60px;
}
.slick-dots li button {
  width: 11px;
  height: 11px;
  background-color: rgba(31, 31, 31, 0.34);
  border-radius: 50%;
  border: none;
  font-size: 0;
  transition: 0.2s;
  border-radius: 20px;
  padding: 0;
  cursor: pointer;
  transition: 0.5s;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  background-color: rgba(31, 31, 31, 0.5);
}

.slider {
  position: relative;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.slider .slick-track {
  display: flex;
}
.slider .slick-slide {
  height: inherit;
}
.slider .slick-slide:focus {
  outline: none;
}

.slick-arrows {
  position: relative;
  height: 52px;
  width: 52px;
  display: block;
  transition: 0.2s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 -1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  border-radius: 296px;
}
.slick-arrows svg {
  width: 11px;
  fill: #1f1f1f;
  transition: 0.2s;
  margin-left: 3px;
}
.slick-arrows:hover {
  background-color: white;
}
.slick-arrows:hover svg {
  fill: #1f1f1f;
}

.prev-arrow svg {
  transform: rotate(180deg);
  margin-left: -3px;
}

.slick-arrow {
  transition: 0.2s;
}

.slick-disabled {
  opacity: 0.1;
  cursor: auto;
  pointer-events: none;
}
.slick-disabled .slick-arrows {
  cursor: auto;
}
.slick-disabled .slick-arrows svg {
  fill: #1f1f1f;
}

.accordion {
  display: flex;
  position: relative;
  padding: 20px 30px 20px;
  min-height: 60px;
  flex-direction: column;
  text-align: left;
  cursor: pointer;
  border-radius: 30px;
  background: rgba(43, 43, 43, 0.5);
  transition: 0.3s;
}
.accordion:hover, .accordion.accordion--open {
  background: rgba(43, 43, 43, 0.8);
}
.accordion.accordion--open .accordion__button:after {
  transform: rotate(0deg);
}
.accordion:last-of-type {
  border: none;
}

.accordion__top {
  display: flex;
  column-gap: 15px;
  align-items: center;
}

.accordion__button {
  width: 21px;
  height: 21px;
  border-radius: 5px;
  background-color: transparent;
  display: block;
  transition: 0.2s;
  position: relative;
}
.accordion__button:before, .accordion__button:after {
  content: "";
  display: block;
  height: 2.4px;
  width: 21px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -3px auto 0;
  background-color: white;
  transition: 0.2s;
}
.accordion__button:after {
  transform: rotate(90deg);
}

.accordion__title {
  position: relative;
  font-size: 20px;
  color: white;
  line-height: 34px;
  letter-spacing: -0.4px;
  font-weight: 600;
}

.accordion__content {
  display: none;
  margin-top: 10px;
  position: relative;
}

.accordion--open {
  align-items: flex-start;
}
.accordion--open .accordion__arrow {
  transform: rotate(180deg);
}

@media screen and (max-width: 600px) {
  .accordion__title {
    font-size: 20px;
  }
  .accordion__button:before, .accordion__button::after {
    width: 18px;
  }
}
.front__hero {
  padding: 10px 0;
}

.front__hero__box {
  width: 100%;
  height: auto;
  aspect-ratio: 1240/645;
  border-radius: 70px;
  background: linear-gradient(270deg, rgba(68, 41, 32, 0) 46.8%, rgba(68, 41, 32, 0.25) 80.31%), #b5876f;
  box-shadow: 0 -1px 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 1px 0 rgba(255, 255, 255, 0.25) inset;
  display: flex;
  align-items: center;
  padding: 20px 90px;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.front__hero__box__content {
  max-width: 460px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.front__hero__box__content h1:first-of-type {
  color: #2d2d2d;
}
.front__hero__box__content h6 {
  margin-top: 10px;
  opacity: 0.8;
}

.front__hero__box__content__buttons {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-top: 30px;
}
.front__hero__box__content__buttons .app_button {
  background-color: #fff;
  color: #1f1f1f;
  padding: 8px 22px;
}
.front__hero__box__content__buttons .app_button svg {
  fill: #1f1f1f;
}
.front__hero__box__content__buttons .app_button:hover {
  background-color: #1f1f1f;
  color: white;
}
.front__hero__box__content__buttons .app_button:hover svg {
  fill: white;
}

.front__hero__box__slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.front__hero__box__slider__img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.front__how {
  padding-bottom: 120px;
}

.front__how__title {
  text-align: center;
  margin-bottom: 60px;
}

.front__reviews {
  position: relative;
  overflow: hidden;
  border-radius: 50px 50px 0 0;
  padding: 80px 0 70px;
}

.front__reviews__top {
  text-align: center;
  max-width: 700px;
  width: 100%;
  margin: 0 auto 50px;
  position: relative;
  z-index: 2;
}

.front__reviews__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}

.front__reviews__grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.8%, var(--colours-Black-600, rgba(31, 31, 31, 0.7)) 99.13%);
  box-shadow: 0 2px 1px 0 rgba(255, 255, 255, 0.25) inset;
}

.front__reviews__title {
  margin-bottom: 10px;
}

.front__reviews__more_link {
  display: flex;
  justify-content: center;
  color: white;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.4px;
  column-gap: 10px;
}
.front__reviews__more_link svg {
  fill: white;
  max-width: 17px;
  width: 100%;
}

.front__reviews__slider_wrap {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 50px;
}

.front__reviews__slider {
  width: 100%;
  margin: 0 -25px;
  overflow: visible;
}
.front__reviews__slider .slick-list {
  overflow: visible;
}
.front__reviews__slider .front__reviews__slider__item {
  margin: 0 25px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 -1px 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 1px 0 rgba(255, 255, 255, 0.25) inset;
  padding: 40px 40px 70px;
  color: #343735;
  position: relative;
}

.front__reviews__slider__item__content p {
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.36px;
}

.front__reviews__slider__item__citation {
  font-weight: 700;
  line-height: 30px;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.front__reviews__slider__item__stars {
  display: block;
  max-width: 135px;
  width: 100%;
  margin-bottom: 30px;
}

.front__reviews__slider__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  column-gap: 10px;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.front__begin {
  padding: 0;
  min-height: 405px;
  border-radius: 0 0 50px 50px;
  background: linear-gradient(180deg, var(--Colour-4, rgba(184, 140, 117, 0.6)) 44.18%, rgba(112, 76, 57, 0.6) 100%), linear-gradient(0deg, var(--Colour-4, #b88c75) 0%, var(--Colour-4, #b88c75) 100%);
  box-shadow: 0 -2px 1px 0 rgba(255, 255, 255, 0.25) inset;
}

.front__begin__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

.front__begin__img {
  height: 100%;
  max-width: 415px;
}

.front__begin__title {
  max-width: 400px;
  width: 100%;
  color: #2d2d2d;
}

.front__faqs {
  padding: 80px 0;
}

.front__faqs__title {
  text-align: center;
  margin-bottom: 30px;
}

.front__faqs__accordions {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

@media screen and (max-width: 1000px) {
  .front__hero__box {
    min-height: 0;
    padding: 40px 40px;
    aspect-ratio: auto;
  }
  .front__hero__box__slider__img {
    opacity: 0.2;
  }
  .front__hero__box__content {
    max-width: none;
  }
  .front__reviews__slider_wrap {
    max-width: 850px;
  }
  .front__reviews__slider {
    margin: 0 -10px;
  }
  .front__reviews__slider .front__reviews__slider__item {
    margin: 0 10px;
  }
  .front__begin {
    position: relative;
    padding: 50px 0 60px;
    min-height: 0;
  }
  .front__begin__items {
    justify-content: center;
  }
  .front__begin__left {
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .front__begin__img {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.1;
  }
}
@media screen and (max-width: 800px) {
  .front__reviews__slider_wrap {
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .front__hero__box {
    border-radius: 50px;
    padding: 40px 30px;
  }
  .front__hero__box__content {
    text-align: center;
  }
  .front__hero__box__content__buttons {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.page_top__content {
  text-align: center;
  max-width: 780px;
  width: 100%;
  margin: 0 auto 50px;
}
.page_top__content h6 {
  font-weight: 600;
  line-height: 34px;
  font-size: 20px;
  opacity: 0.8;
}

.page_top__title {
  margin-bottom: 10px;
}

.page_top__featured {
  position: relative;
  overflow: hidden;
  background-color: #1f1f1f;
  border-radius: 50px;
}
.page_top__featured:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.page_top__featured__img {
  opacity: 0.8;
}

.page_top__featured__img_wrap,
.page_top__featured__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #1f1f1f;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.play_button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  border: solid 4px white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  cursor: pointer;
  transition: 0.4s;
  z-index: 3;
}
.play_button svg {
  width: 100%;
  fill: white;
  max-width: 30px;
  display: block;
}
.play_button:hover {
  opacity: 0.8;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.holding__social {
  display: flex;
  justify-content: center;
}

.holding__social__item {
  margin: 0 5px;
  position: relative;
}
.holding__social__item svg {
  width: 34px;
  transition: 0.2s;
}

.holding__social__item--facebook svg {
  width: 16px;
}

.give {
  min-height: 740px;
}

.give__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

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

.give__title {
  margin-bottom: 10px;
}

.give__content {
  margin-bottom: 30px;
}
.give__content h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  opacity: 0.9;
}

.give__form {
  text-align: center;
}

.donate__button_options {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}

.donate__button {
  max-width: 235px;
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background: var(--white-10, rgba(255, 255, 255, 0.1));
  color: #fbfbfb;
  box-shadow: 0 -1px 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 1px 0 rgba(255, 255, 255, 0.25) inset;
}
.donate__button svg {
  width: 0;
  transition: 0.3s;
  fill: white;
  margin-top: -2px;
}
.donate__button:hover, .donate__button.active {
  background-color: white;
  color: #1f1f1f;
}
.donate__button:hover svg, .donate__button.active svg {
  fill: #1f1f1f;
}
.donate__button.active svg {
  width: 19px;
  margin-right: 5px;
}

.donate__currencies {
  display: flex;
  justify-content: center;
  margin: 30px 0 30px;
  padding-left: 0;
  column-gap: 50px;
}

.donate_currency {
  list-style: none;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.75;
  border-bottom: 2px solid transparent;
  line-height: normal;
  cursor: pointer;
  transition: 0.2s;
  padding-bottom: 2px;
}
.donate_currency:hover {
  opacity: 1;
}
.donate_currency.active {
  opacity: 1;
  border-color: white;
}

.donate__amounts_wrap {
  height: 70px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.donate__amounts {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  height: 100%;
  width: 100%;
  transition: 0.3s;
  column-gap: 20px;
}
.donate__amounts.active {
  opacity: 1;
  visibility: visible;
}

.monthly_amounts,
.once_amounts {
  display: none;
  height: 100%;
}
.monthly_amounts.active,
.once_amounts.active {
  display: block;
}

.donate_amount {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  border-radius: 50px;
  width: 154px;
  height: 80px;
  transition: 0.3s;
  background: var(--white-10, rgba(255, 255, 255, 0.1));
  color: #fbfbfb;
  box-shadow: 0 -1px 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 1px 0 rgba(255, 255, 255, 0.25) inset;
  cursor: pointer;
}
.donate_amount:hover {
  background-color: #1f1f1f;
  color: white;
}
.donate_amount.active {
  background-color: white;
  color: #1f1f1f;
  cursor: auto;
}

.give_or_text {
  display: block;
  margin: 0 auto 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: white;
}

.other_amount__input_wrap {
  background-color: transparent;
  display: flex;
  align-items: center;
  border-radius: 8px;
  width: 100%;
  padding: 0 15px;
  margin-top: 20px;
  margin: 20px auto 0;
  padding: 0 40px 0 15px;
  column-gap: 10px;
  height: 50px;
  border-radius: 6px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
}

.currency {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.75px;
  line-height: 34px;
}

.other_amount__input {
  text-align: center;
  width: 100%;
  border: none;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  font-family: "Montserrat", sans-serif;
  color: white;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  height: 100%;
  background-color: transparent;
}
.other_amount__input::-webkit-outer-spin-button, .other_amount__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.other_amount__input.placeholder {
  color: white;
}
.other_amount__input:-moz-placeholder {
  color: white;
  opacity: 1;
}
.other_amount__input::-moz-placeholder {
  color: white;
  opacity: 1;
}
.other_amount__input:-ms-input-placeholder {
  color: white;
}
.other_amount__input::-webkit-input-placeholder {
  color: white;
}

.donate_submit {
  width: 100%;
  background-color: #fff;
  display: block;
  text-align: center;
  color: #1f1f1f;
  appearance: none;
  margin-top: 30px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin: 30px auto 0;
  padding: 12px 30px;
}
.donate_submit:hover {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
  color: white;
}

.donate__more_ways {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  font-size: 18px;
  letter-spacing: -0.5px;
  color: #005244;
  margin-top: 30px;
  transition: 0.3s;
  cursor: pointer;
}
.donate__more_ways svg {
  fill: #005244;
  width: 8px;
  transition: 0.3s;
}
.donate__more_ways:hover {
  color: #1f1f1f;
}
.donate__more_ways:hover svg {
  fill: #1f1f1f;
}

.donate__amount_text_wrap {
  max-width: 370px;
  margin: 0 auto;
}

.donate__amount_text {
  display: none;
  margin-bottom: 10px;
  font-size: 20px;
}
.donate__amount_text strong {
  display: inline-block;
}
.donate__amount_text.active {
  display: block;
}

/*# sourceMappingURL=style.css.map */
