body,
html {
  overflow-x: hidden !important;
}

body {
  font-family: proxima-nova, sans-serif !important;
}

::-moz-selection {
  background: #A84747;
  color: #fff;
}

::selection {
  background: #A84747;
  color: #fff;
}

a.btn, a button.btn {
  background: rgba(255, 255, 255, 0.79);
  border: 2px solid #888888;
  border-radius: 4px;
  color: #6f99d0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  padding: 12px 22px 8px;
  text-transform: uppercase;
  transition: 0.3s;
}
a.btn svg, a button.btn svg {
  color: #fff;
  margin-left: 5px;
  transition: 0.3s;
}
a.btn:hover, a button.btn:hover {
  background: #141429;
  color: #fff;
  border: 2px solid #6F99D0;
}
a.btn:hover svg, a button.btn:hover svg {
  transform: translateX(5px);
}

a.btn-primary {
  background: linear-gradient(110.1deg, #c66565 0%, rgba(208, 111, 111, 0) 100%), #a84747;
  border: 2px solid #D06F6F;
  color: #fff;
}
@media (max-width: 991px) {
  a.btn-primary {
    font-size: 12px;
  }
}
a.btn-primary:hover {
  background: #141429;
  color: #fff;
  border: 2px solid #6F99D0;
}
a.btn-primary:hover svg {
  transform: translateX(5px);
}

.show > .btn-secondary.dropdown-toggle, .btn-secondary {
  background: #fff;
  color: #8A8A8A;
  border: 2px solid #8A8A8A;
  padding: 12px 22px;
  font-weight: bold;
  min-width: 250px;
}
.show > .btn-secondary.dropdown-toggle svg, .btn-secondary svg {
  color: #A84747;
  margin-left: 10px;
  transition: 0.3s;
}
.show > .btn-secondary.dropdown-toggle:hover, .btn-secondary:hover {
  background: #141429;
  color: #fff;
  border: 2px solid #6F99D0;
}
.show > .btn-secondary.dropdown-toggle:hover svg, .btn-secondary:hover svg {
  transform: translateX(5px);
}

.target {
  transform: translateY(-88px);
}

.dropdown-menu {
  text-align: center;
  min-width: 250px;
}

.dropdown-toggle::after {
  display: none;
}

.stars {
  display: block;
  margin: 30px auto;
  position: relative;
  max-width: 174px;
}

.admin-bar header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  #wpadminbar {
    display: none;
  }

  .admin-bar header {
    top: 0;
  }
}
header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 50;
}
@media (max-width: 991px) {
  header {
    padding: 10px 0;
  }
}
header a.logo {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  z-index: 53;
}
header a.logo img {
  max-width: 100px;
}
@media (max-width: 991px) {
  header a.logo img {
    margin-top: 4px;
  }
}
header a.logo.hidden {
  display: none;
}
header.scrolledHeader {
  border-bottom: 1px solid #eee;
  background: rgba(255, 255, 255, 0.925);
  -webkit-box-shadow: 0px 0px 23px -12px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 23px -12px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 23px -12px rgba(0, 0, 0, 0.21);
}
@media (max-width: 991px) {
  header .navWrap {
    height: 0;
  }
}
header nav {
  display: inline-block;
  transition: opacity 0.5s;
}
header nav ul {
  padding: 0;
  margin: 0;
}
header nav ul li {
  display: inline-block;
  list-style-type: none;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
}
header nav ul li a {
  color: #141429;
  padding: 10px 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  background-image: linear-gradient(#A84747, #A84747);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
  display: inline-block;
}
header nav ul li a:hover, header nav ul li a:focus {
  color: #A84747;
  background-size: 100% 2px;
}
@media (max-width: 1200px) {
  header nav ul li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  header nav {
    height: 0;
    opacity: 0;
    width: 100%;
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 51;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header nav ul li {
    display: block;
    text-align: center;
  }
  header nav ul li a {
    padding: 20px 0;
    font-size: 20px;
  }
  header nav.isActive {
    top: 0;
    height: 100vh;
    opacity: 1;
    z-index: 52;
  }
}
header ul.social {
  padding: 0;
  margin: 0 20px 0 0;
  display: inline-block;
}
header ul.social li {
  display: inline-block;
  list-style-type: none;
}
header ul.social li a {
  padding: 10px;
  font-size: 20px;
}
header ul.social li a svg {
  color: #9e9e9e;
  transition: 0.3s;
}
header ul.social li a:hover svg {
  transform: scale3d(1.1, 1.1, 1.1);
  color: #141429;
}
@media (max-width: 991px) {
  header ul.social {
    opacity: 0;
    margin-right: 10px;
    transform: translateY(-200px);
    transition: 0.4s;
    flex: 1 1 auto;
  }
  header ul.social.isActive {
    opacity: 1;
    transform: translateY(0);
  }
  header ul.social li a {
    padding: 5px;
    font-size: 16px;
  }
}
header .btn {
  background: linear-gradient(110.1deg, #c66565 0%, rgba(208, 111, 111, 0) 100%), #a84747;
  border: 2px solid #D06F6F;
  color: #fff;
}
@media (max-width: 991px) {
  header .btn {
    font-size: 12px;
  }
}
header .navItems {
  position: relative;
  z-index: 52;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.action .gform_wrapper {
  transform: translateX(12px);
}
@media (max-width: 641px) {
  .action .gform_wrapper {
    transform: translateX(0);
  }
}
.action .gform_wrapper .top_label .gfield_label {
  display: none;
}
.action .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: #fff;
  border: 2px solid #eee;
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #141429;
}
.action .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  color: #8a8a8a;
}
@media (max-width: 991px) {
  .action .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 14px;
  }
}
@media (max-width: 641px) {
  .action .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    margin-bottom: 20px;
  }
}
.action .gform_wrapper ul li.gfield {
  margin-top: 0;
  padding-top: 0;
}
.action .gform_wrapper textarea {
  font-size: 18px;
  padding: 12px 20px;
  font-weight: bold;
  border-radius: 5px;
}
.action .gform_wrapper textarea::placeholder {
  color: #8a8a8a;
}
.action .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
.action .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
  margin-top: 24px;
}
@media (max-width: 641px) {
  .action .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
.action .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
    margin-top: 0;
  }
}
.action .gform_wrapper .top_label li.gfield.gf_left_half,
.action .gform_wrapper .top_label li.gfield.gf_right_half,
.action .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 24px;
}
@media (max-width: 641px) {
  .action .gform_wrapper .top_label li.gfield.gf_left_half,
.action .gform_wrapper .top_label li.gfield.gf_right_half,
.action .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
  }
}
.action .gform_wrapper .top_label div.ginput_container {
  margin-top: 24px;
}
@media (max-width: 641px) {
  .action .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
  }
}
.action .gform_wrapper .gform_footer {
  text-align: center;
  transform: translateX(-12px);
}
@media (max-width: 641px) {
  .action .gform_wrapper .gform_footer {
    transform: translateX(0);
  }
}
.action .gform_wrapper .gform_footer button {
  padding: 14px 20px 10px;
  background: linear-gradient(110.1deg, #c66565 0%, rgba(208, 111, 111, 0) 100%), #a84747;
  color: #fff;
  border: 2px solid #D06F6F;
  border-radius: 5px;
  font-size: 12px;
  margin: 0 0 0 0;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.action .gform_wrapper .gform_footer button svg {
  margin-left: 10px;
  color: #D06F6F;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .action .gform_wrapper .gform_footer button {
    font-size: 14px;
  }
}
.action .gform_wrapper .gform_footer button:hover {
  background: #6F99D0;
  border-color: #fff;
  color: #fff;
}
.action .gform_wrapper .gform_footer button:hover svg {
  color: #141429;
  transform: translateX(5px);
}
.action .gform_wrapper div.validation_error {
  color: #D06F6F;
}
.action .gform_wrapper .validation_message {
  color: red;
}

.lowerForm {
  background: url(../img/lower_form.jpg) top center;
  background-size: cover;
  padding: 70px 0;
}
.lowerForm h2 {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 90.2%;
  text-align: center;
}
@media (max-width: 1200px) {
  .lowerForm h2 {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .lowerForm h2 {
    font-size: 36px;
  }
}
.lowerForm .stars {
  display: block;
  margin: 30px auto;
  position: relative;
}
.lowerForm p {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 143.2%;
  text-align: center;
  color: #fff;
}
.lowerForm a.btn {
  background: transparent;
  text-transform: uppercase;
  border-color: #fff;
}
.lowerForm a.btn:hover {
  background: #141429;
}

.join {
  background: #2C2C3D;
}
@media (max-width: 767px) {
  .join {
    padding: 40px 0;
  }
}
.join .joinArrow {
  background: #A84747;
  background: url(../img/form_point.svg) right no-repeat;
  background-size: cover;
  padding: 40px 60px 30px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.join .joinArrow h3 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  color: #fff;
  margin: 0;
  line-height: 1;
}
@media (max-width: 1320px) {
  .join .joinArrow h3 {
    font-size: 44px;
  }
}
@media (max-width: 1200px) {
  .join .joinArrow {
    padding: 40px 60px 30px 20px;
  }
  .join .joinArrow h3 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .join .joinArrow {
    background: #2C2C3D;
    justify-content: center;
    padding: 20px 0 0;
  }
  .join .joinArrow h3 {
    font-size: 40px;
  }
}
.join .action {
  max-width: calc(90% - 150px);
  width: calc(90% - 150px);
  padding: 0 0 0 20px;
}
@media (max-width: 991px) {
  .join .action {
    padding: 20px;
    width: 100%;
    max-width: 100%;
  }
  .join .action h3 {
    font-size: 40px;
  }
}
.join .action .gform_wrapper {
  transform: translateX(0);
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .join .action .gform_wrapper {
    transform: translateX(12px);
  }
}
@media only screen and (max-width: 640px) {
  .join .action .gform_wrapper {
    transform: translateX(0);
  }
}
.join .action .gform_wrapper ul.gform_fields.top_label {
  width: 100%;
}
@media only screen and (min-width: 641px) {
  .join .action .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.join .action .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 30%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 991px) {
  .join .action .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.join .action .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 50%;
  }
}
@media only screen and (min-width: 641px) {
  .join .action .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 40%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 991px) {
  .join .action .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 641px) {
  .join .action .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.join .action .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.join .action .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    margin-bottom: 0;
  }
  .join .action .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) input,
.join .action .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) input,
.join .action .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) input {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1200px) {
  .join .action .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) input::placeholder,
.join .action .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) input::placeholder,
.join .action .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) input::placeholder {
    font-size: 15px;
  }
}
.join .action .gform_wrapper .top_label li.gfield.gf_left_third .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
.join .action .gform_wrapper .top_label li.gfield.gf_middle_third .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
.join .action .gform_wrapper .top_label li.gfield.gf_right_third .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
  margin-top: 0 !important;
}
.join .action .gform_wrapper .gform_footer {
  text-align: right;
  width: 140px;
  margin-right: -150px;
  position: absolute;
  top: -16px;
  right: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .join .action .gform_wrapper .gform_footer {
    position: relative;
    margin: 0 auto 0;
    display: block;
    top: 0;
    padding: 20px 0;
  }
}
@media (max-width: 641px) {
  .join .action .gform_wrapper .gform_footer {
    margin-top: 0;
    padding: 0;
  }
}
.join .action .gform_wrapper .gform_footer button {
  padding: 14px 20px 10px;
  background: #A84747;
  color: #fff;
  border: 2px solid #D06F6F;
  border-radius: 5px;
  min-width: 100%;
  font-size: 12px;
  margin: 0 0 0 0;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.join .action .gform_wrapper .gform_footer button svg {
  margin-left: 10px;
  color: #D06F6F;
  transition: 0.3s;
}
.join .action .gform_wrapper .gform_footer button:hover {
  background: #6F99D0;
  border-color: #fff;
  color: #fff;
}
.join .action .gform_wrapper .gform_footer button:hover svg {
  color: #141429;
  transform: translateX(5px);
}
@media (max-width: 991px) {
  .join .action .gform_wrapper .gform_footer button {
    font-size: 14px;
  }
}

footer {
  padding: 70px 0;
}
footer img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
footer ul.social {
  text-align: center;
  padding: 0;
  margin: 40px 0 0;
}
footer ul.social li {
  display: inline-block;
  list-style-type: none;
}
footer ul.social li a {
  padding: 10px;
  font-size: 20px;
}
footer ul.social li a svg {
  color: #9e9e9e;
  transition: 0.3s;
}
footer ul.social li a:hover svg {
  transform: scale3d(1.1, 1.1, 1.1);
  color: #141429;
}
footer nav {
  margin: 40px 0 20px;
}
footer nav ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
footer nav ul li {
  display: inline-block;
  list-style-type: none;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
}
footer nav ul li a {
  color: #8a8a8a;
  padding: 10px 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  background-image: linear-gradient(#A84747, #A84747);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
  display: inline-block;
}
footer nav ul li a:hover, footer nav ul li a:focus {
  color: #A84747;
  background-size: 100% 2px;
}
@media (max-width: 767px) {
  footer nav ul li {
    display: block;
  }
}
footer a.donate-btn {
  background: linear-gradient(110.1deg, #c66565 0%, rgba(208, 111, 111, 0) 100%), #a84747;
  color: #fff;
  border: 2px solid #d06f6f;
  margin: 0 10px 30px;
}
footer a.donate-btn:hover {
  background: #6F99D0;
}
footer a.join-btn {
  background: #141429;
  color: #fff;
  border: 2px solid #6F99D0;
  margin: 0 10px 30px;
}
footer a.join-btn:hover {
  background: #6F99D0;
}
footer .copy {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
footer .privacy {
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #8a8a8a;
  font-size: 12px;
  margin-top: 40px;
}

.hamburger {
  padding: 0 0 0 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  border: none;
  outline: none;
  display: none;
  position: relative;
  z-index: 1000;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .hamburger {
    display: inline-flex;
    align-items: center;
  }
}
.hamburger:focus {
  outline: none;
}

.hamburger:hover {
  opacity: 0.7;
  transform: scale3d(1.1, 1.1, 1.1);
  transition: 0.3s;
}

.hamburger.isActive:hover {
  opacity: 0.7;
  transform: scale3d(1.1, 1.1, 1.1);
  transition: 0.3s;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: 0;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #141429;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.scrolledHeader .hamburger-inner,
.scrolledHeader .hamburger-inner::before,
.scrolledHeader .hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #141429;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.isActive .hamburger-inner,
.isActive .hamburger-inner::before,
.isActive .hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #141429;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.isActive .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.isActive .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.isActive .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.isActive .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.isActive .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.isActive .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.embed-container, .wp-has-aspect-ratio {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.wp-has-aspect-ratio iframe,
.wp-has-aspect-ratio object,
.wp-has-aspect-ratio embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-has-aspect-ratio .wp-block-embed__wrapper {
  position: initial !important;
}

.sub {
  padding-top: 88px;
}
.sub .hero {
  min-height: calc(60vh);
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/front_hero.jpg) left bottom;
  background-size: cover;
}
.sub .hero img {
  width: 520px;
  margin: 0 auto 40px;
  display: block;
  max-width: 100%;
}
@media (max-width: 991px) {
  .sub .hero img {
    display: none;
  }
}
.sub .hero h1 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-size: 42px;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.sub .hero h1 strong {
  color: #A84747;
  font-weight: bold;
  display: block;
  font-size: 180%;
}
.sub .hero h2 {
  font-size: 20px;
  text-align: center;
}
.sub .hero h3 {
  font-size: 20px;
}
.sub .hero .stars {
  display: block;
  margin: 30px auto;
  position: relative;
  max-width: 174px;
}
@media (max-width: 991px) {
  .sub .hero {
    min-height: auto;
    padding-bottom: 80px;
  }
  .sub .hero img {
    max-width: 360px;
  }
  .sub .hero h1 {
    font-size: 36px;
  }
  .sub .hero h1 strong {
    font-size: 110%;
  }
}
@media (max-width: 576px) {
  .sub .hero {
    min-height: auto;
    padding-bottom: 80px;
  }
  .sub .hero img {
    max-width: 240px;
  }
  .sub .hero h1 {
    font-size: 24px;
  }
  .sub .hero h1 strong {
    font-size: 110%;
  }
}
.sub main {
  padding: 70px 0;
  background: #3b3a4a;
  color: #fff;
}
