@charset "UTF-8";
/**
Theme Name: Football Taverns
Theme URI: https://footballtaverns.com
Author: Godzilla
Author URI: https://wearegodzilla.com
Description: Theme for Football Taverns developed by Godzilla. This has been developed for Football Taverns and it is for their use solely.
Version: 1.0.0
*/
:root {
  --black: #000;
  --white: #fff;
  --errorRed: #f00;
  --primary: #670e36;
  --secondary: #95bfe5;
  --accent: #fee505;
  --headingBg: var(--secondary);
  --headingCol: var(--primary);
}

.ot-button {
  --ot-button-background-color: var(--accent);
  --ot-button-color: var(--black);
  --ot-button-border: var(--accent);
  --ot-button-background-color-active: var(--primary);
}
.ot-button:hover {
  --ot-button-color: var(--white);
}

:root {
  --font: "Poppins", sans-serif;
  --fontHeading: "Karantina", sans-serif;
}

:root {
  --containerWidth: 100%;
}

@media (min-width: 768px) {
  :root {
    --containerWidth: 768px;
  }
}
@media (min-width: 992px) {
  :root {
    --containerWidth: 992px;
  }
}
@media (min-width: 1240px) {
  :root {
    --containerWidth: 1240px;
  }
}
.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 748px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 972px;
  }
}
@media (min-width: 1240px) {
  .container {
    width: 1220px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1240px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.centered {
  text-align: center;
  vertical-align: middle;
}
.centered > div {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
}
.centered > div.text-center {
  text-align: center;
}
.centered > .clear {
  display: block;
}
.centered.top > div {
  vertical-align: top;
}
.centered.middle > div {
  vertical-align: middle;
}
.centered.bottom > div {
  vertical-align: bottom;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: var(--textColour, #000);
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Karantina";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  font-stretch: normal;
  src: url(../fonts/Karantina-normal-700.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  font-stretch: normal;
  src: url(../fonts/Montserrat-normal-300.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  font-stretch: normal;
  src: url(../fonts/Montserrat-normal-400.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  font-stretch: normal;
  src: url(../fonts/Montserrat-normal-500.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  font-stretch: normal;
  src: url(../fonts/Montserrat-normal-600.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  font-stretch: normal;
  src: url(../fonts/Poppins-normal-400.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  font-stretch: normal;
  src: url(../fonts/Poppins-normal-700.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.svg-inline--fa.fa-lg {
  vertical-align: -0.225em;
}

.svg-inline--fa.fa-w-1 {
  width: 0.0625em;
}

.svg-inline--fa.fa-w-2 {
  width: 0.125em;
}

.svg-inline--fa.fa-w-3 {
  width: 0.1875em;
}

.svg-inline--fa.fa-w-4 {
  width: 0.25em;
}

.svg-inline--fa.fa-w-5 {
  width: 0.3125em;
}

.svg-inline--fa.fa-w-6 {
  width: 0.375em;
}

.svg-inline--fa.fa-w-7 {
  width: 0.4375em;
}

.svg-inline--fa.fa-w-8 {
  width: 0.5em;
}

.svg-inline--fa.fa-w-9 {
  width: 0.5625em;
}

.svg-inline--fa.fa-w-10 {
  width: 0.625em;
}

.svg-inline--fa.fa-w-11 {
  width: 0.6875em;
}

.svg-inline--fa.fa-w-12 {
  width: 0.75em;
}

.svg-inline--fa.fa-w-13 {
  width: 0.8125em;
}

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

.svg-inline--fa.fa-w-15 {
  width: 0.9375em;
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}

.svg-inline--fa.fa-w-17 {
  width: 1.0625em;
}

.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}

.svg-inline--fa.fa-w-19 {
  width: 1.1875em;
}

.svg-inline--fa.fa-w-20 {
  width: 1.25em;
}

.svg-inline--fa.fa-pull-left {
  margin-right: 0.3em;
  width: auto;
}

.svg-inline--fa.fa-pull-right {
  margin-left: 0.3em;
  width: auto;
}

.svg-inline--fa.fa-border {
  height: 1.5em;
}

.svg-inline--fa.fa-li {
  width: 2em;
}

.svg-inline--fa.fa-fw {
  width: 1.25em;
}

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em;
}

.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center;
}

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: 0.25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1em;
}

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2em;
}

.fa-inverse {
  color: #fff;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

:root {
  --containerWidth: 100%;
}
@media (min-width: 768px) {
  :root {
    --containerWidth: 768px;
  }
}
@media (min-width: 992px) {
  :root {
    --containerWidth: 992px;
  }
}
@media (min-width: 1240px) {
  :root {
    --containerWidth: 1240px;
  }
}

:root {
  --fontBase: 1.3em;
  --btnFs: 2.2em;
}
@media (min-width: 992px) {
  :root {
    --fontBase: 1.6em;
  }
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

p, ul, ol {
  font-size: var(--fontBase);
  color: var(--textColour, var(--black));
  margin-bottom: 1em;
  line-height: 1.6em;
}
@media (min-width: 768px) {
  p, ul, ol {
    line-height: 1.8em;
  }
}

ul, ol {
  padding: 0;
  margin: 0 0 0 1em;
}
ul li, ol li {
  margin: 0.5em 0;
}
ul ul, ul ol, ol ul, ol ol {
  padding: 0;
  margin: 0 0 0 0.5em;
}

small, .small {
  font-size: 1.4em;
}

blockquote {
  padding: 1em;
  margin: 0 0 1em;
  font-size: var(--fontBase);
}
blockquote p {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
blockquote:before {
  content: "— ";
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--fontHeading);
  font-weight: 600;
  line-height: 1em;
  color: var(--textColour, var(--headingColour));
  margin-top: 0.2em;
  margin-bottom: 0.3em;
  font-size: var(--fontSize);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p,
.h1 p, .h2 p, .h3 p, .h4 p, .h5 p, .h6 p {
  font-size: 1em;
  line-height: 1em;
  margin: 0;
}

.bgHeading {
  --highSkew: .25em;
  --highHeight: 1.35em;
  --highOverlap: .1em;
  line-height: 0.95em;
  text-align: left;
}
.bgHeading mark {
  outline: 1px solid transparent;
  background-color: var(--headingBg, var(--secondary));
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  padding-inline: var(--highOverlap);
  padding-inline-start: calc(var(--highOverlap));
  white-space: pre-wrap;
  margin-inline: calc(var(--highOverlap) * -0.5);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--headingCol, var(--primary));
}

h1, .h1 {
  --fontSize: 4em;
}
@media (min-width: 768px) {
  h1, .h1 {
    --fontSize: 5.4em;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    --fontSize: 7.2em;
  }
}
@media (min-width: 1240px) {
  h1, .h1 {
    --fontSize: 9em;
  }
}

h2, .h2 {
  --fontSize: 3.4em;
}
@media (min-width: 768px) {
  h2, .h2 {
    --fontSize: 4.8em;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    --fontSize: 6em;
  }
}
@media (min-width: 1240px) {
  h2, .h2 {
    --fontSize: 7.5em;
  }
}

h3, .h3 {
  --fontSize: 4em;
}
@media (min-width: 768px) {
  h3, .h3 {
    --fontSize: 5.2em;
  }
}
h4, .h4 {
  --fontSize: 2.5em;
}

h5, .h5 {
  --fontSize: 2em;
}

h6, .h6 {
  --fontSize: 1.7em;
}

.text_cta .content p, .text_cta .content a {
  text-align: center;
  display: block;
  margin: 0.5em;
  transition: 0.5s ease all;
}
.text_cta .content a:hover, .text_cta .content a:focus {
  text-decoration: none;
  color: var(--secondary);
}

a {
  color: var(--textColour, var(--black));
  text-decoration: none;
}
a:visited {
  color: var(--textColour, var(--black));
}
a:hover, a:focus, a:active {
  color: var(--black);
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

pre {
  font-size: 1em;
  font-family: monospace;
  color: var(--white);
  text-align: left;
  padding: 15px;
  background: rgba(var(--black), 0.6);
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  width: 400px;
  z-index: 1000;
}

.temp {
  width: 100%;
  height: 600px;
  background-color: #f90;
}

.spacer {
  width: 100%;
  height: 600px;
  background-color: var(--white);
}

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

html {
  font-size: 10px;
}

body {
  background: var(--white);
  font-family: var(--font) !important;
  color: var(--black);
  font-size: 1em;
}
body:after {
  content: "";
  transition: 0.5s ease all;
  opacity: 0;
  pointer-events: none;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
}

.noscroll {
  overflow: hidden;
}
.noscroll:after {
  pointer-events: all;
  opacity: 0.8;
}

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

figure {
  margin: 1em 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[role=button] {
  cursor: pointer;
}

.btn:not(.nav_toggle),
.button:not(.nav_toggle),
button:not(.nav_toggle),
input[type=button]:not(.nav_toggle),
input[type=reset]:not(.nav_toggle),
input[type=submit]:not(.nav_toggle) {
  --buttonColor: var(--buttonColorFT, var(--primary));
  --buttonBg: var(--buttonBgFT, var(--secondary));
  --buttonBorder: var(--buttonBorderFT, var(--secondary));
  --buttonColorHover: var(--buttonColorHoverFT, var(--primary));
  --buttonBgHover: var(--buttonBgHoverFT, var(--white));
  --buttonBorderHover: var(--buttonBorderHoverFT, var(--secondary));
  box-sizing: border-box;
  color: var(--buttonColor, var(--white));
  border: 3px solid var(--buttonBorder, var(--red));
  background: var(--buttonBg, var(--red));
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  line-height: 1em;
  display: inline-block;
  margin-bottom: 0;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s ease all;
  font-size: 1.3rem;
  padding: 0.5em 0.6em;
}
@media (min-width: 768px) {
  .btn:not(.nav_toggle),
  .button:not(.nav_toggle),
  button:not(.nav_toggle),
  input[type=button]:not(.nav_toggle),
  input[type=reset]:not(.nav_toggle),
  input[type=submit]:not(.nav_toggle) {
    padding: 0.7em 1.2em;
    font-size: var(--fontBase);
  }
}
.btn:not(.nav_toggle):visited,
.button:not(.nav_toggle):visited,
button:not(.nav_toggle):visited,
input[type=button]:not(.nav_toggle):visited,
input[type=reset]:not(.nav_toggle):visited,
input[type=submit]:not(.nav_toggle):visited {
  color: var(--buttonColor, var(--white));
}
.btn:not(.nav_toggle):hover, .btn:not(.nav_toggle):active, .btn:not(.nav_toggle):focus, .btn:not(.nav_toggle).active .btn:not(.nav_toggle).focus,
.button:not(.nav_toggle):hover,
.button:not(.nav_toggle):active,
.button:not(.nav_toggle):focus,
.btn:not(.nav_toggle).active .button:not(.nav_toggle).focus,
button:not(.nav_toggle):hover,
button:not(.nav_toggle):active,
button:not(.nav_toggle):focus,
.btn:not(.nav_toggle).active button:not(.nav_toggle).focus,
input[type=button]:not(.nav_toggle):hover,
input[type=button]:not(.nav_toggle):active,
input[type=button]:not(.nav_toggle):focus,
.btn:not(.nav_toggle).active input[type=button]:not(.nav_toggle).focus,
input[type=reset]:not(.nav_toggle):hover,
input[type=reset]:not(.nav_toggle):active,
input[type=reset]:not(.nav_toggle):focus,
.btn:not(.nav_toggle).active input[type=reset]:not(.nav_toggle).focus,
input[type=submit]:not(.nav_toggle):hover,
input[type=submit]:not(.nav_toggle):active,
input[type=submit]:not(.nav_toggle):focus,
.btn:not(.nav_toggle).active input[type=submit]:not(.nav_toggle).focus,
.button:not(.nav_toggle).active .btn:not(.nav_toggle).focus,
.button:not(.nav_toggle).active .button:not(.nav_toggle).focus,
.button:not(.nav_toggle).active button:not(.nav_toggle).focus,
.button:not(.nav_toggle).active input[type=button]:not(.nav_toggle).focus,
.button:not(.nav_toggle).active input[type=reset]:not(.nav_toggle).focus,
.button:not(.nav_toggle).active input[type=submit]:not(.nav_toggle).focus,
button:not(.nav_toggle).active .btn:not(.nav_toggle).focus,
button:not(.nav_toggle).active .button:not(.nav_toggle).focus,
button:not(.nav_toggle).active button:not(.nav_toggle).focus,
button:not(.nav_toggle).active input[type=button]:not(.nav_toggle).focus,
button:not(.nav_toggle).active input[type=reset]:not(.nav_toggle).focus,
button:not(.nav_toggle).active input[type=submit]:not(.nav_toggle).focus,
input[type=button]:not(.nav_toggle).active .btn:not(.nav_toggle).focus,
input[type=button]:not(.nav_toggle).active .button:not(.nav_toggle).focus,
input[type=button]:not(.nav_toggle).active button:not(.nav_toggle).focus,
input[type=button]:not(.nav_toggle).active input[type=button]:not(.nav_toggle).focus,
input[type=button]:not(.nav_toggle).active input[type=reset]:not(.nav_toggle).focus,
input[type=button]:not(.nav_toggle).active input[type=submit]:not(.nav_toggle).focus,
input[type=reset]:not(.nav_toggle).active .btn:not(.nav_toggle).focus,
input[type=reset]:not(.nav_toggle).active .button:not(.nav_toggle).focus,
input[type=reset]:not(.nav_toggle).active button:not(.nav_toggle).focus,
input[type=reset]:not(.nav_toggle).active input[type=button]:not(.nav_toggle).focus,
input[type=reset]:not(.nav_toggle).active input[type=reset]:not(.nav_toggle).focus,
input[type=reset]:not(.nav_toggle).active input[type=submit]:not(.nav_toggle).focus,
input[type=submit]:not(.nav_toggle).active .btn:not(.nav_toggle).focus,
input[type=submit]:not(.nav_toggle).active .button:not(.nav_toggle).focus,
input[type=submit]:not(.nav_toggle).active button:not(.nav_toggle).focus,
input[type=submit]:not(.nav_toggle).active input[type=button]:not(.nav_toggle).focus,
input[type=submit]:not(.nav_toggle).active input[type=reset]:not(.nav_toggle).focus,
input[type=submit]:not(.nav_toggle).active input[type=submit]:not(.nav_toggle).focus {
  text-decoration: none;
  border-color: var(--buttonBorderHover, var(--red));
  background: var(--buttonBgHover, var(--white));
  color: var(--buttonColorHover, var(--red));
}
.btn:not(.nav_toggle).disabled,
.button:not(.nav_toggle).disabled,
button:not(.nav_toggle).disabled,
input[type=button]:not(.nav_toggle).disabled,
input[type=reset]:not(.nav_toggle).disabled,
input[type=submit]:not(.nav_toggle).disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn:not(.nav_toggle).disabled:focus, .btn:not(.nav_toggle).disabled:hover,
.button:not(.nav_toggle).disabled:focus,
.button:not(.nav_toggle).disabled:hover,
button:not(.nav_toggle).disabled:focus,
button:not(.nav_toggle).disabled:hover,
input[type=button]:not(.nav_toggle).disabled:focus,
input[type=button]:not(.nav_toggle).disabled:hover,
input[type=reset]:not(.nav_toggle).disabled:focus,
input[type=reset]:not(.nav_toggle).disabled:hover,
input[type=submit]:not(.nav_toggle).disabled:focus,
input[type=submit]:not(.nav_toggle).disabled:hover {
  background: var(--buttonBgHover, var(--red));
  color: var(--buttonColorHover, var(--white));
}
.btn.link,
.button.link,
button.link,
input[type=button].link,
input[type=reset].link,
input[type=submit].link {
  text-transform: none;
  background-color: transparent;
  border: 0 none;
  color: var(--primary);
  padding: 0;
  position: relative;
  padding: 0.5em 0;
  transition: 0.5s ease all;
}
.btn.link:after,
.button.link:after,
button.link:after,
input[type=button].link:after,
input[type=reset].link:after,
input[type=submit].link:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--secondary);
  transform: scaleX(0);
  transition: 0.5s ease all;
  transform-origin: left center;
}
.btn.link:hover, .btn.link:active, .btn.link:focus, .btn.link.active .btn.link.focus,
.button.link:hover,
.button.link:active,
.button.link:focus,
.btn.link.active .button.link.focus,
button.link:hover,
button.link:active,
button.link:focus,
.btn.link.active button.link.focus,
input[type=button].link:hover,
input[type=button].link:active,
input[type=button].link:focus,
.btn.link.active input[type=button].link.focus,
input[type=reset].link:hover,
input[type=reset].link:active,
input[type=reset].link:focus,
.btn.link.active input[type=reset].link.focus,
input[type=submit].link:hover,
input[type=submit].link:active,
input[type=submit].link:focus,
.btn.link.active input[type=submit].link.focus,
.button.link.active .btn.link.focus,
.button.link.active .button.link.focus,
.button.link.active button.link.focus,
.button.link.active input[type=button].link.focus,
.button.link.active input[type=reset].link.focus,
.button.link.active input[type=submit].link.focus,
button.link.active .btn.link.focus,
button.link.active .button.link.focus,
button.link.active button.link.focus,
button.link.active input[type=button].link.focus,
button.link.active input[type=reset].link.focus,
button.link.active input[type=submit].link.focus,
input[type=button].link.active .btn.link.focus,
input[type=button].link.active .button.link.focus,
input[type=button].link.active button.link.focus,
input[type=button].link.active input[type=button].link.focus,
input[type=button].link.active input[type=reset].link.focus,
input[type=button].link.active input[type=submit].link.focus,
input[type=reset].link.active .btn.link.focus,
input[type=reset].link.active .button.link.focus,
input[type=reset].link.active button.link.focus,
input[type=reset].link.active input[type=button].link.focus,
input[type=reset].link.active input[type=reset].link.focus,
input[type=reset].link.active input[type=submit].link.focus,
input[type=submit].link.active .btn.link.focus,
input[type=submit].link.active .button.link.focus,
input[type=submit].link.active button.link.focus,
input[type=submit].link.active input[type=button].link.focus,
input[type=submit].link.active input[type=reset].link.focus,
input[type=submit].link.active input[type=submit].link.focus {
  color: var(--secondary);
}
.btn.link:hover:after, .btn.link:active:after, .btn.link:focus:after, .btn.link.active .btn.link.focus:after,
.button.link:hover:after,
.button.link:active:after,
.button.link:focus:after,
.btn.link.active .button.link.focus:after,
button.link:hover:after,
button.link:active:after,
button.link:focus:after,
.btn.link.active button.link.focus:after,
input[type=button].link:hover:after,
input[type=button].link:active:after,
input[type=button].link:focus:after,
.btn.link.active input[type=button].link.focus:after,
input[type=reset].link:hover:after,
input[type=reset].link:active:after,
input[type=reset].link:focus:after,
.btn.link.active input[type=reset].link.focus:after,
input[type=submit].link:hover:after,
input[type=submit].link:active:after,
input[type=submit].link:focus:after,
.btn.link.active input[type=submit].link.focus:after,
.button.link.active .btn.link.focus:after,
.button.link.active .button.link.focus:after,
.button.link.active button.link.focus:after,
.button.link.active input[type=button].link.focus:after,
.button.link.active input[type=reset].link.focus:after,
.button.link.active input[type=submit].link.focus:after,
button.link.active .btn.link.focus:after,
button.link.active .button.link.focus:after,
button.link.active button.link.focus:after,
button.link.active input[type=button].link.focus:after,
button.link.active input[type=reset].link.focus:after,
button.link.active input[type=submit].link.focus:after,
input[type=button].link.active .btn.link.focus:after,
input[type=button].link.active .button.link.focus:after,
input[type=button].link.active button.link.focus:after,
input[type=button].link.active input[type=button].link.focus:after,
input[type=button].link.active input[type=reset].link.focus:after,
input[type=button].link.active input[type=submit].link.focus:after,
input[type=reset].link.active .btn.link.focus:after,
input[type=reset].link.active .button.link.focus:after,
input[type=reset].link.active button.link.focus:after,
input[type=reset].link.active input[type=button].link.focus:after,
input[type=reset].link.active input[type=reset].link.focus:after,
input[type=reset].link.active input[type=submit].link.focus:after,
input[type=submit].link.active .btn.link.focus:after,
input[type=submit].link.active .button.link.focus:after,
input[type=submit].link.active button.link.focus:after,
input[type=submit].link.active input[type=button].link.focus:after,
input[type=submit].link.active input[type=reset].link.focus:after,
input[type=submit].link.active input[type=submit].link.focus:after {
  transform: scaleX(1);
}

.fixed, .fixed_start {
  z-index: 5000;
  width: 100%;
}

ul, ol {
  margin: 0 0 1em 1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1em 1em;
}

.pagination {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding-left: 0;
  margin: 0 0;
  border-radius: 0;
}
.pagination > li {
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 1em;
  line-height: 0;
  text-decoration: none;
  color: var(--white);
  background-color: var(--red);
  border: 1px solid var(--white);
  margin-left: -1px;
  width: auto;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li:hover:not(.omission) span,
.pagination > li:hover:not(.omission) a, .pagination > li:focus:not(.omission) span,
.pagination > li:focus:not(.omission) a, .pagination > li.active:not(.omission) span,
.pagination > li.active:not(.omission) a {
  z-index: 2;
  color: var(--white);
  background-color: var(--green);
}

.cookies-table td {
  border: 1px solid var(--black);
  color: var(--black);
  padding: 8px;
  font-size: var(--fontBase);
  font-weight: 400;
  line-height: 1.4em;
}
.cookies-table td a {
  color: var(--red);
}
.cookies-table td a:hover {
  color: var(--green);
}

/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper {
  height: 100%;
  max-height: 100vw;
  min-height: 0;
  min-width: 0;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
}
.swiper .swiper-slide {
  width: auto;
  flex-shrink: 0;
  display: block;
  height: 100%;
  max-height: 100%;
}
.swiper .swiper-wrapper {
  max-height: 100%;
  height: 100%;
  display: flex;
}

embed,
iframe,
object {
  width: 100%;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: var(--black);
  border: 1px solid var(--primary);
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: var(--accent);
}

select {
  border: 1px solid var(--primary);
}

textarea {
  width: 100%;
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

:root {
  --column_gap: 15px;
  --sale_bg: var(--primary);
  --sale_colour: var(--white);
  --products_per_row: 2;
}
@media (min-width: 768px) {
  :root {
    --products_per_row: 3;
  }
}
@media (min-width: 992px) {
  :root {
    --products_per_row: 3;
  }
}
@media (min-width: 1240px) {
  :root {
    --products_per_row: 4;
  }
}

.related {
  width: 100%;
}

ul.products {
  list-style: none;
  margin: var(--column_gap) 0;
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: var(--column_gap);
}
ul.products .product {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
  padding: 0;
  width: calc(100% / var(--products_per_row) - (var(--column_gap)));
}
ul.products .product a {
  width: 100%;
  position: relative;
  gap: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
ul.products .product a:hover, ul.products .product a:focus {
  text-decoration: none;
  color: var(--primary);
}
ul.products .product a img {
  width: 100%;
}
ul.products .product a .onsale {
  position: absolute;
  background: var(--sale_bg);
  color: var(--sale_colour);
  float: left;
  display: block;
  border-radius: 50%;
  aspect-ratio: 1/1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.6em;
  padding: 1em;
  line-height: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  right: 0px;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  ul.products .product a .onsale {
    font-size: 0.8em;
  }
}
ul.products .product h2 {
  text-align: center;
  margin: 0;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 2em;
}
@media (min-width: 768px) {
  ul.products .product h2 {
    font-size: 2.6em;
  }
}
@media (min-width: 992px) {
  ul.products .product h2 {
    font-size: 3.2em;
  }
}
ul.products .product .button {
  font-size: var(--fontBase);
}
@media (min-width: 992px) {
  ul.products .product .button {
    width: auto;
  }
}
ul.products .product .added_to_cart {
  text-align: center;
  font-size: var(--fontBase);
  margin-top: 10px;
}
ul.products .product .price {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 1.8em;
  margin: 0;
}
@media (min-width: 768px) {
  ul.products .product .price {
    font-size: 2.3em;
  }
}
ul.products .product .price ins,
ul.products .product .price del {
  display: inline-block;
  text-decoration: none;
}
ul.products .product .price del {
  text-decoration: line-through;
  font-size: 0.85em;
  display: inline-block;
  opacity: 0.5;
}

.woocommerce-ordering {
  width: 100%;
  margin: 0;
}
.woocommerce-ordering select.orderby {
  display: none;
}
@media (min-width: 768px) {
  .woocommerce-ordering {
    width: calc(100% / var(--products_per_row));
    display: inline-block;
    vertical-align: middle;
  }
}

.woocommerce-result-count {
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-result-count {
    width: 50%;
    width: calc(100% / var(--products_per_row) * (var(--products_per_row) - 1) - (var(--column_gap)));
    display: inline-block;
    vertical-align: middle;
  }
}

.woocommerce-pagination {
  width: 100%;
  text-align: center;
  margin: 0 0 30px;
}
.woocommerce-pagination ul.page-numbers {
  list-style: none;
}
.woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}
.woocommerce-pagination ul.page-numbers li .page-numbers {
  background: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
  padding: 10px;
  margin: 0 3px;
  font-size: 1em;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background: var(--primary);
  color: var(--white);
}

div.product {
  width: 100%;
  position: relative;
  margin: 3em 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em 3em;
  flex-direction: row;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "image" "summary" "tabs" "related";
}
@media (min-width: 768px) {
  div.product {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "image summary" "image tabs" "related related";
  }
}
div.product .woocommerce-product-gallery {
  grid-area: image;
}
div.product .summary {
  grid-area: summary;
}
div.product .woocommerce-tabs {
  grid-area: tabs;
}
div.product .related.products {
  grid-area: related;
  padding-top: 3em;
}
div.product .woocommerce-product-gallery {
  width: 100%;
}
div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  aspect-ratio: 4/3.5;
  overflow: hidden;
}
div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
div.product .onsale {
  position: absolute;
  top: -20px;
  right: 50%;
  z-index: 100;
  background: var(--sale_bg);
  color: var(--sale_colour);
  float: left;
  display: block;
  font-size: 1.5em;
  padding: 1.5em 0.64em;
  border-radius: 50%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}
div.product .woocommerce-product-gallery {
  width: 100%;
  position: relative;
}
div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  width: 100%;
}
div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 2.5em;
  z-index: 100;
  background: transparent;
}
div.product .woocommerce-product-gallery .flex-control-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
div.product .woocommerce-product-gallery .flex-control-nav li {
  display: inline-block;
  width: 25%;
  margin: 0;
}
div.product .woocommerce-product-gallery .flex-control-nav li img {
  width: 100%;
}
div.product .summary {
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  div.product .summary {
    flex: 0 1 calc(50% - 3em);
  }
}
div.product .summary h1 {
  margin-top: 0.5em;
  font-size: 4em;
  margin: 0 0 0.5em;
}
div.product .summary .price {
  font-size: 2.2em;
  margin: 0px 0 15px;
}
div.product .summary .price ins,
div.product .summary .price del {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
}
div.product .summary .price ins:before {
  content: "now ";
}
div.product .summary .price del {
  text-decoration: line-through;
  font-size: 0.8em;
}
div.product .summary .price del:before {
  content: "was ";
}
div.product .summary .woocommerce-product-details__short-description {
  width: 100%;
  margin: 0 0 1em;
}
div.product .summary .woocommerce-product-details__short-description p {
  margin: 0.5em 0;
}
div.product .summary .cart {
  width: 100%;
  margin: 0em 0 3em 0;
}
div.product .summary .cart .quantity {
  display: inline-block;
  vertical-align: top;
}
div.product .summary .cart .quantity label {
  display: none;
}
div.product .summary .cart .quantity input {
  display: inline-block;
  padding: 8px 0 8px 12px;
  border-radius: 0;
  max-width: 50px;
  font-size: 1.3em;
  line-height: 1em;
}
div.product .summary .cart .button {
  vertical-align: top;
  font-size: 1.3em;
  padding: 10px 20px 9px 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-left: 1em;
}
div.product .summary .product_meta {
  font-size: 1.3em;
  margin: 1em 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
div.product .summary .product_meta > span {
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}
div.product .summary .product_meta > span > span, div.product .summary .product_meta > span > a {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
div.product .reset_variations {
  display: none !important;
}
div.product .variations {
  margin: 0 0 3em;
}
div.product .variations tr {
  margin: 0.5em 0;
  float: left;
  width: 100%;
}
div.product .variations td {
  width: 25%;
  float: left;
}
div.product .variations td.value {
  width: 75%;
}
div.product .variations .label {
  font-size: 1.3em;
  padding: 11px 10px 0 0;
  text-align: right;
}
div.product .variations .label label {
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.woocommerce-product-rating {
  float: left;
  width: 100%;
}
.woocommerce-product-rating .star-rating {
  font-size: 2em;
}
.woocommerce-product-rating .woocommerce-review-link {
  text-align: center;
  float: left;
  width: 100%;
  margin: 0.5em 0 1em;
  font-size: 1.3em;
  line-height: 1.5em;
}

.star-rating {
  display: flex;
  align-items: center;
  font-size: 1em;
  justify-content: center;
}

.back-stars {
  display: flex;
  color: var(--primary);
  position: relative;
  text-shadow: 4px 4px 10px var(--primary);
}

.front-stars {
  display: flex;
  color: var(--primary);
  overflow: hidden;
  position: absolute;
  text-shadow: 2px 2px 5px var(--primary);
  top: 0;
}

.woocommerce-accordion {
  float: right;
  width: 100%;
}
.woocommerce-accordion .woocommerce_accordion_title {
  margin: 0.3em 0 0;
  padding: 0.3em 0 0;
  float: left;
  width: 100%;
  border-top: 1px solid var(--primary);
  font-size: 2em;
  outline: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.woocommerce-accordion .woocommerce_accordion_title:first-child {
  border-top: 0;
}
.woocommerce-accordion .woocommerce_accordion_title .svg-inline--fa {
  float: right;
  font-size: 0.8em;
  vertical-align: middle;
  display: inline-block;
  color: var(--primary);
  margin: 10px 5px;
}
.woocommerce-accordion .woocommerce_accordion_title .fa-minus {
  display: none;
}
.woocommerce-accordion .woocommerce_accordion_title.ui-state-active .fa-plus {
  display: none;
}
.woocommerce-accordion .woocommerce_accordion_title.ui-state-active .fa-minus {
  display: inline-block;
}
.woocommerce-accordion .accordion_content {
  padding: 0em 0.2em;
  border-top: 0;
  overflow: auto;
  font-size: 0.8em;
}
.woocommerce-accordion .accordion_content h2 {
  display: none;
}

.woocommerce-Reviews {
  float: left;
  width: 100%;
}
.woocommerce-Reviews #comments {
  float: left;
  width: 100%;
}
.woocommerce-Reviews #comments h2 {
  display: block;
  font-size: 1.5em;
}
.woocommerce-Reviews #comments ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-Reviews #comments ol li {
  margin: 0.5em 0;
  float: left;
  width: 100%;
}
.woocommerce-Reviews #comments ol li .comment_container img {
  display: none;
}
.woocommerce-Reviews #comments ol li .comment-text {
  float: left;
  width: 100%;
}
.woocommerce-Reviews #comments ol li .comment-text .star-rating {
  float: left;
  width: 15%;
  margin: 0.5em 1em 0.5em 0.5em;
}
.woocommerce-Reviews #comments ol li .comment-text .meta {
  float: left;
  margin: 0.2em 0 0;
  font-size: 1em;
  width: 80%;
}
.woocommerce-Reviews #comments ol li .comment-text .meta .woocommerce-review__published-date {
  font-size: 0.9em;
}
.woocommerce-Reviews #comments ol li .comment-text .description {
  width: 80%;
  float: left;
  line-height: 1em;
}
.woocommerce-Reviews #comments ol li .comment-text .description p {
  margin: 0.3em 0;
  font-size: 1.1em;
  line-height: 1.3em;
}
.woocommerce-Reviews #review_form_wrapper {
  width: 100%;
  float: left;
  background: #f1f1f1;
  margin: 2em 0;
  padding: 3em 2em;
}
.woocommerce-Reviews #review_form_wrapper .comment-reply-title {
  font-size: 1.5em;
  padding: 0 2%;
}
.woocommerce-Reviews #review_form_wrapper .comment-notes {
  font-size: 1.3em;
  padding: 0 2%;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating {
  float: left;
  width: 100%;
  margin: 0.5em 0 2em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating label {
  font-size: 1.5em;
  float: left;
  width: 20%;
  padding: 0 2%;
  margin: 0;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars {
  margin: 0;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars a {
  margin: 0 0.1em;
  float: left;
  font-size: 0;
  color: var(--primary) !important;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars a .svg-inline--fa {
  font-size: 16px;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars a:before {
  display: none;
  content: "\f005";
  font-family: "Font Awesome 5 Light";
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars a.active:before, .woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars a:hover:before {
  content: "\f005";
  font-family: "Font Awesome 5 Solid";
}
.woocommerce-Reviews #review_form_wrapper .comment-form-comment {
  padding: 0 2%;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-comment textarea {
  border-radius: 0;
  padding: 8px;
  font-size: 1em;
  line-height: 1.4em;
  height: calc(4.2em + 16px);
  border-color: var(--primary);
}
.woocommerce-Reviews #review_form_wrapper .comment-form-author,
.woocommerce-Reviews #review_form_wrapper .comment-form-email {
  width: 50%;
  float: left;
  padding: 0 2%;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-author input,
.woocommerce-Reviews #review_form_wrapper .comment-form-email input {
  width: 100%;
  border-radius: 0;
  padding: 8px;
  font-size: 1em;
  line-height: 1.4em;
  border-color: var(--primary);
}
.woocommerce-Reviews #review_form_wrapper .form-submit {
  padding: 0 2%;
  width: 100%;
  float: left;
}
.woocommerce-Reviews #review_form_wrapper .form-submit .submit {
  font-size: 1em;
}

.required {
  color: var(--errorRed);
}

.value {
  position: relative;
  display: inline;
}
.value select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5em;
  background: #efefef;
  border: none;
  border-radius: 3px;
  padding: 1em 2em 1em 1em;
  font-size: 1.3em;
  width: 100%;
}
.value select:-ms-expand {
  display: none;
}
.value:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 1.5em;
  right: 1em;
  border-top: 8px solid black;
  opacity: 0.5;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  background: #f1f1f1;
  width: 100%;
  margin: 0 0 2em;
  padding: 1em 1em 1em;
  border-top: 3px solid var(--primary);
  font-size: 1.4em;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 0.5em 3em;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  flex: 100%;
}
@media (min-width: 992px) {
  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info {
    padding: 1.2em 2em 1.2em;
  }
}
.woocommerce-message pre,
.woocommerce-error pre,
.woocommerce-info pre {
  position: relative;
  background-color: var(--black) !important;
  width: auto;
}
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
  display: none;
  content: "\f058";
  font-family: "Font Awesome 5 Solid";
}
.woocommerce-message .svg-inline--fa,
.woocommerce-error .svg-inline--fa,
.woocommerce-info .svg-inline--fa {
  color: var(--primary);
  font-size: 1.4em;
  margin: 0px 10px -3px 0;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  float: right;
  margin-left: 10px;
  padding: 0.7em 2em;
  font-size: 1em;
}

.woocommerce-error {
  border-color: var(--errorRed);
  list-style: none;
}
.woocommerce-error .svg-inline--fa {
  display: none;
}
.woocommerce-error:before {
  display: none;
  content: "\f057";
  font-family: "Font Awesome 5 Solid";
}
.woocommerce-error li .svg-inline--fa {
  color: var(--errorRed);
  display: inline-block;
}
.woocommerce-error li:before {
  display: none;
  content: "\f057";
  font-family: "Font Awesome 5 Solid";
}

.woocommerce-info:before {
  display: none;
  content: "\f05a";
  font-family: "Font Awesome 5 Solid";
}

.woocommerce-grouped-product-list {
  border: 1px solid var(--secondary);
}
.woocommerce-grouped-product-list tr td {
  padding: 0.7em 0;
}
.woocommerce-grouped-product-list tr .woocommerce-grouped-product-list-item__label,
.woocommerce-grouped-product-list tr .woocommerce-grouped-product-list-item__price {
  font-size: 1.4em;
}
.woocommerce-grouped-product-list tr:nth-child(even) td {
  background: var(--secondary);
}

.stock {
  text-align: center;
  margin: 0 0 1em;
}
.stock.in-stock {
  color: var(--primary);
  display: none;
}
.stock.out-of-stock {
  color: var(--errorRed);
}

.shop_attributes {
  font-size: 1.5em;
}
.shop_attributes th {
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 0 1em;
}
.shop_attributes td p {
  font-size: 1em;
}

.wc-pao-addon-container {
  margin-bottom: 30px;
  margin-left: 15px;
  max-width: 350px;
}
.wc-pao-addon-container .form-row {
  margin-left: 0;
}
.wc-pao-addon-container .wc-pao-addon-name {
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.wc-pao-addon-container .wc-pao-addon-wrap {
  width: 75%;
  font-size: 1rem;
}
.wc-pao-addon-container .wc-pao-addon-wrap:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 1.5em;
  right: 1em;
  border-top: 8px solid black;
  opacity: 0.5;
}
.wc-pao-addon-container .wc-pao-addon-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5em;
  background: #efefef;
  border: none;
  border-radius: 3px;
  padding: 1em 2em 1em 1em;
  font-size: 1.3em;
  width: 100%;
}
.wc-pao-addon-container .wc-pao-addon-select:-ms-expand {
  display: none;
}

.product-addon-totals ul {
  font-size: 1rem;
}
.product-addon-totals ul li {
  font-weight: 400;
  font-size: 1rem;
}
.product-addon-totals ul li strong {
  font-weight: 400;
}
.product-addon-totals ul li p, .product-addon-totals ul li > div {
  font-size: 1.8em !important;
}
.product-addon-totals ul li p.price, .product-addon-totals ul li > div.price {
  font-weight: bold;
}
.product-addon-totals ul li p.price span, .product-addon-totals ul li > div.price span {
  font-size: 1em;
}

.woocommerce-cart .woocommerce {
  display: grid;
  grid-template-areas: "notices" "cart" "collaterals";
  gap: 1em 3em;
}
@media (min-width: 768px) {
  .woocommerce-cart .woocommerce {
    grid-template-areas: "notices notices" "cart collaterals";
    grid-template-columns: 7fr 3fr;
  }
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  grid-area: notices;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form {
  grid-area: cart;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  grid-area: collaterals;
}

.woocommerce-cart-form {
  width: 100%;
}
.woocommerce-cart-form h1 {
  margin: 0;
  font-size: 6em;
}
.woocommerce-cart-form .shop_table {
  font-size: 1.5em;
}
.woocommerce-cart-form .shop_table tr td, .woocommerce-cart-form .shop_table tr th {
  padding: 1em 0;
  border-top: 1px solid var(--primary);
  font-size: 0.9em;
}
@media (min-width: 768px) {
  .woocommerce-cart-form .shop_table tr td, .woocommerce-cart-form .shop_table tr th {
    font-size: 1em;
  }
}
.woocommerce-cart-form .shop_table thead th {
  text-transform: uppercase;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .woocommerce-cart-form .shop_table thead th {
    font-size: 1em;
    letter-spacing: 0.1em;
  }
}
.woocommerce-cart-form .shop_table .product-remove {
  font-size: 1.7em;
  padding: 0 0.5em;
  width: 5%;
  text-align: center;
}
@media (min-width: 768px) {
  .woocommerce-cart-form .shop_table .product-remove {
    font-size: 2em;
  }
}
.woocommerce-cart-form .shop_table .product-remove a {
  color: var(--primary);
}
.woocommerce-cart-form .shop_table .product-remove a:hover {
  text-decoration: none;
  color: var(--primary);
}
.woocommerce-cart-form .shop_table .product-thumbnail {
  text-align: center;
  width: 20%;
  display: none;
}
@media (min-width: 768px) {
  .woocommerce-cart-form .shop_table .product-thumbnail {
    display: table-cell;
  }
}
.woocommerce-cart-form .shop_table .product-thumbnail img {
  max-width: 110px;
  width: 100%;
}
.woocommerce-cart-form .shop_table .product-name {
  text-align: left;
}
.woocommerce-cart-form .shop_table .product-name .variation dt {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-right: 4px;
  font-weight: 500;
}
.woocommerce-cart-form .shop_table .product-name .variation dd p {
  font-size: 1em;
}
.woocommerce-cart-form .shop_table .product-price {
  text-align: center;
  width: 10%;
}
.woocommerce-cart-form .shop_table .product-subtotal {
  text-align: right;
  width: 10%;
}
.woocommerce-cart-form .shop_table .product-quantity {
  width: 18%;
  text-align: center;
}
.woocommerce-cart-form .shop_table .product-quantity .quantity {
  text-align: center;
}
.woocommerce-cart-form .shop_table .product-quantity .quantity label {
  display: none;
}
.woocommerce-cart-form .shop_table .product-quantity .quantity input {
  display: inline-block;
  padding: 8px 0 8px 12px;
  border-radius: 0;
  text-align: center;
  max-width: 50px;
  font-size: 1em;
  line-height: 1em;
  margin: 0 auto;
  border: 1px solid var(--secondary);
}

#order_review .ups_eu_woocommerce_container table {
  font-size: 1rem;
}

.actions .coupon {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.actions .coupon label {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin: 0.5em 0 1em 0;
  clear: both;
}
.actions .coupon input {
  width: calc(100% - 100px);
  margin: 0;
  border-radius: 0;
  font-size: 1em;
  padding: 8px 10px;
  line-height: 1em;
}
.actions .coupon button {
  font-size: 1em;
  padding: 8px 5px;
  line-height: 1.266667em;
  border-radius: 0 15px 15px 0;
  margin: 0;
  width: 100px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.actions .coupon .coupon-error-notice {
  width: 100%;
  font-size: 1em;
  color: var(--errorRed);
}
.actions button[name=update_cart] {
  display: none !important;
}

.cart-collaterals {
  width: 100%;
  margin: 0;
  position: relative;
  margin: 0;
}
.cart-collaterals .cart_collateral_wrapper {
  border: 1px solid var(--primary);
  padding: 2em;
  width: 100%;
  margin: 4em 0;
}
@media (min-width: 992px) {
  .cart-collaterals .cart_collateral_wrapper {
    margin: 6em 0;
  }
}
.cart-collaterals h2 {
  display: none;
}
.cart-collaterals tr > th,
.cart-collaterals tr > td {
  padding: 1em 0.5em;
  font-size: 1.35em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .cart-collaterals tr > th,
  .cart-collaterals tr > td {
    font-size: 1.5em;
  }
}
.cart-collaterals tr th {
  text-align: left;
}
.cart-collaterals tr td {
  text-align: right;
}
.cart-collaterals tr td p {
  font-size: 1em;
  text-transform: none;
  letter-spacing: 0;
  margin: 0.2em 0 0;
}
.cart-collaterals table {
  display: grid;
}
.cart-collaterals table tr {
  display: flex;
  flex-direction: row;
  gap: 1em;
  justify-content: space-between;
}
.cart-collaterals .shipping {
  vertical-align: top;
  width: 100%;
  display: table-cell;
  flex-direction: column;
  column-span: 2;
}
.cart-collaterals .shipping th {
  display: none;
}
.cart-collaterals .shipping td {
  width: 100%;
  display: table-cell;
}
.cart-collaterals .shipping td > * {
  width: 100% !important;
}
.cart-collaterals .shipping ul {
  list-style: none;
  font-size: 1em;
  margin: 0;
}
.cart-collaterals .shipping ul li {
  margin: 0 0 1em;
  text-align: left;
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  align-items: center;
}
.cart-collaterals .shipping ul li label {
  width: 100%;
  text-align: left;
}
.cart-collaterals .shipping ul li input {
  font-size: 1em;
  background: var(--primary);
  margin-right: 7px;
}
.cart-collaterals .shipping ul li input:after {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: -3px;
  left: -5px;
  position: relative;
  background-color: var(--white);
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid var(--black);
}
.cart-collaterals .shipping ul li input:checked:after {
  background-color: var(--primary);
}
.cart-collaterals .shipping .woocommerce-shipping-destination {
  width: 80%;
}
.cart-collaterals .wc-proceed-to-checkout .button {
  width: 100%;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.parallel_payment_methods {
  border-top: 1px solid var(--secondary);
  border-bottom: 1px solid var(--secondary);
  text-align: center;
  width: 100%;
  margin: 3em 0 0;
  padding: 2em 0;
}
.parallel_payment_methods h3 {
  font-size: 1.5em;
  margin: 0 0 1em 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.parallel_payment_methods .svg-inline--fa {
  font-size: 4em;
  margin: 0 10px;
  color: var(--primary);
}
.parallel_payment_methods .svg-inline--fa.fa-cc-amex {
  color: #007bc1;
}
.parallel_payment_methods .svg-inline--fa.fa-cc-diners-club {
  color: #004A97;
}
.parallel_payment_methods .svg-inline--fa.fa-cc-discover {
  color: #f68121;
}
.parallel_payment_methods .svg-inline--fa.fa-cc-jcb {
  color: #003A8F;
}
.parallel_payment_methods .svg-inline--fa.fa-cc-mastercard {
  color: #000;
}
.parallel_payment_methods .svg-inline--fa.fa-cc-paypal {
  color: #253b80;
}
.parallel_payment_methods .svg-inline--fa.fa-cc-stripe {
  color: #00afe1;
}
.parallel_payment_methods .svg-inline--fa.fa-cc-visa {
  color: #0157a2;
}
.parallel_payment_methods .svg-inline--fa.fa-cc-apple-pay {
  color: #979797;
}
.parallel_payment_methods .svg-inline--fa.fa-cc-amazon-pay {
  color: #ff9900;
}

.cart_extra {
  width: 100%;
  padding: 2em 3em;
  text-align: center;
}
.cart_extra h3 {
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.cart_extra p {
  margin: 0;
  font-size: 1.4em;
  line-height: 1.6em;
}
.cart_extra p a {
  width: 100%;
  font-weight: bold;
}

.shipping-calculator-form {
  width: 100%;
}
.shipping-calculator-form #calc_shipping_country_field {
  width: 100%;
}
.shipping-calculator-form #calc_shipping_country_field .select2-container--default .select2-selection--single {
  border-radius: 0;
  margin: 0.3em 0;
  text-align: left;
}
.shipping-calculator-form #calc_shipping_country_field .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 5px;
}
.shipping-calculator-form input {
  width: 100%;
  font-size: 1em;
  padding: 5px 8px;
  border-radius: 0;
  margin: 0.3em 0;
}
.shipping-calculator-form button {
  margin: 0.5em 0 0;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.wc-backward {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.order-total small {
  width: 100%;
  font-size: 0.8em;
}

.includes_tax {
  width: 100%;
  font-size: 0.8em;
}

.woocommerce-checkout .woocommerce {
  display: grid;
  grid-template-areas: "notices" "coupon-toggle" "coupon-form" "checkout";
  gap: 0em 3em;
}
.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper {
  grid-area: notices;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
  grid-area: coupon-toggle;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon {
  grid-area: coupon-form;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout {
  grid-area: checkout;
}

.woocommerce-checkout .woocommerce-checkout {
  margin: 1em 0;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 1em 3em;
}
@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce-checkout {
    display: grid;
    margin: 3em 0;
    grid-template-areas: "notices notices" "address details_title" "address details" "address .";
    grid-template-columns: 5fr 3fr;
  }
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  grid-area: notices;
}
.woocommerce-checkout .woocommerce-checkout #customer_details {
  grid-area: address;
}
.woocommerce-checkout .woocommerce-checkout #order_review_heading {
  grid-area: details_title;
}
.woocommerce-checkout .woocommerce-checkout #order_review {
  grid-area: details;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout {
  padding: 2em 0;
  overflow: hidden;
}
.woocommerce-checkout .woocommerce-checkout #customer_details {
  width: 100%;
}
.woocommerce-checkout .woocommerce-checkout #customer_details h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-checkout #order_review_heading {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.col-1, .col-2 {
  width: 100%;
}
.col-1 > div, .col-2 > div {
  width: 100%;
}
.col-1 > div > div, .col-2 > div > div {
  width: 100%;
}

.woocommerce-input-wrapper {
  display: block;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em 2.5em;
}
@media (min-width: 768px) {
  .woocommerce-billing-fields__field-wrapper {
    gap: 1em 3em;
  }
}
.woocommerce-billing-fields__field-wrapper .checkout-inline-error-message {
  font-size: 1em;
  margin: 0;
  color: var(--errorRed);
}

.form-row {
  width: 100%;
  margin: 0;
}
.form-row abbr {
  text-decoration: none;
  border-bottom: 0;
}
.form-row.form-row-first {
  flex: 0 1 calc(50% - 1em);
}
.form-row.form-row-last {
  flex: 0 1 calc(50% - 1em);
}
.form-row.form-row-wide {
  flex: 1 1 100%;
}
.form-row.create-account {
  padding-left: 20px;
}
.form-row label {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0.5em 0 0.2em;
}
.form-row input {
  width: 100%;
  border-radius: 0;
  padding: 5px 8px;
  font-size: 1em;
  border-color: var(--primary);
  outline: none;
}
.form-row input[type=checkbox] {
  width: auto;
}
.form-row textarea {
  width: 99%;
  border-radius: 0;
  padding: 5px 8px;
  font-size: 1em;
  border-color: var(--primary);
  line-height: 1.4em;
  height: 5.6em;
}
.form-row input::-webkit-input-placeholder, .form-row textarea::-webkit-input-placeholder {
  opacity: 0.4;
}
.form-row input:-moz-placeholder, .form-row textarea:-moz-placeholder {
  opacity: 0.4;
}
.form-row input::-moz-placeholder, .form-row textarea::-moz-placeholder {
  opacity: 0.4;
}
.form-row input:-ms-input-placeholder, .form-row textarea:-ms-input-placeholder {
  opacity: 0.4;
}
.form-row .select2-container--default .select2-selection--single {
  border-radius: 0;
  margin: 0em 0;
  text-align: left;
  padding: 1px 0px;
  height: auto;
}
.form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 8px;
}

.woocommerce-account-fields {
  background: var(--primary);
  padding: 1em 2em;
  margin: 2em 0;
}
.woocommerce-account-fields .create-account {
  width: 100%;
}

.woocommerce-additional-fields {
  margin: 3em 0 4em;
}
.woocommerce-additional-fields input::-webkit-input-placeholder, .woocommerce-additional-fields textarea::-webkit-input-placeholder {
  opacity: 0.4 !important;
}
.woocommerce-additional-fields input:-moz-placeholder, .woocommerce-additional-fields textarea:-moz-placeholder {
  opacity: 0.4 !important;
}
.woocommerce-additional-fields input::-moz-placeholder, .woocommerce-additional-fields textarea::-moz-placeholder {
  opacity: 0.4 !important;
}
.woocommerce-additional-fields input:-ms-input-placeholder, .woocommerce-additional-fields textarea:-ms-input-placeholder {
  opacity: 0.4 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--primary);
  -webkit-box-shadow: 0 0 0px 1000px var(--black) inset;
  transition: background-color 5000s ease-in-out 0s;
}

.woocommerce-password-strength {
  width: 100%;
  margin: 0px 0 5px 0;
  padding: 5px 8px;
  font-weight: bold;
  border: 1px solid var(--primary);
  text-align: center;
  border-top: 0;
}
.woocommerce-password-strength.short {
  background: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background: #ffe399;
  border-color: #ffc733;
}
.woocommerce-password-strength.strong {
  background: #c1e1b9;
  border-color: #83c373;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
  border-color: var(--errorRed);
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #83c373;
}

.woocommerce-shipping-fields h3 {
  background: var(--primary);
  padding: 1em 3em 0.5em !important;
}
.woocommerce-shipping-fields .shipping_address {
  padding: 1em 2em;
  background: var(--primary);
}
.woocommerce-shipping-fields #ship-to-different-address {
  font-size: 1.5em;
  padding-left: 20px;
  margin-top: 1em !important;
}
.woocommerce-shipping-fields #ship-to-different-address span {
  font-weight: 500;
}

#order_review {
  width: 100%;
  border: 1px solid var(--primary);
  padding: 1em 2em 0;
}

.woocommerce-checkout-review-order-table table, #order_review table {
  width: 100%;
}
.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout-review-order-table tfoot, #order_review thead,
#order_review tbody,
#order_review tfoot {
  width: 100%;
  border-top: 1px solid var(--primary);
}
.woocommerce-checkout-review-order-table thead tr th,
.woocommerce-checkout-review-order-table thead tr td,
.woocommerce-checkout-review-order-table tbody tr th,
.woocommerce-checkout-review-order-table tbody tr td,
.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout-review-order-table tfoot tr td, #order_review thead tr th,
#order_review thead tr td,
#order_review tbody tr th,
#order_review tbody tr td,
#order_review tfoot tr th,
#order_review tfoot tr td {
  padding: 0.5em 0.5em;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.woocommerce-checkout-review-order-table thead tr th,
.woocommerce-checkout-review-order-table tbody tr th,
.woocommerce-checkout-review-order-table tfoot tr th, #order_review thead tr th,
#order_review tbody tr th,
#order_review tfoot tr th {
  text-align: left;
}
.woocommerce-checkout-review-order-table thead tr td,
.woocommerce-checkout-review-order-table tbody tr td,
.woocommerce-checkout-review-order-table tfoot tr td, #order_review thead tr td,
#order_review tbody tr td,
#order_review tfoot tr td {
  text-align: right;
}
.woocommerce-checkout-review-order-table thead tr td[data-title=shipping],
.woocommerce-checkout-review-order-table tbody tr td[data-title=shipping],
.woocommerce-checkout-review-order-table tfoot tr td[data-title=shipping], #order_review thead tr td[data-title=shipping],
#order_review tbody tr td[data-title=shipping],
#order_review tfoot tr td[data-title=shipping] {
  width: 70%;
}
.woocommerce-checkout-review-order-table thead tr td p,
.woocommerce-checkout-review-order-table tbody tr td p,
.woocommerce-checkout-review-order-table tfoot tr td p, #order_review thead tr td p,
#order_review tbody tr td p,
#order_review tfoot tr td p {
  font-size: 1em;
  text-transform: none;
  letter-spacing: 0;
  margin: 0.2em 0 0;
}
.woocommerce-checkout-review-order-table thead .product-name,
.woocommerce-checkout-review-order-table tbody .product-name,
.woocommerce-checkout-review-order-table tfoot .product-name, #order_review thead .product-name,
#order_review tbody .product-name,
#order_review tfoot .product-name {
  text-align: left;
}
.woocommerce-checkout-review-order-table thead .product-name .variation dt,
.woocommerce-checkout-review-order-table tbody .product-name .variation dt,
.woocommerce-checkout-review-order-table tfoot .product-name .variation dt, #order_review thead .product-name .variation dt,
#order_review tbody .product-name .variation dt,
#order_review tfoot .product-name .variation dt {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-right: 4px;
  font-weight: 500;
}
.woocommerce-checkout-review-order-table thead .product-name .variation dd p,
.woocommerce-checkout-review-order-table tbody .product-name .variation dd p,
.woocommerce-checkout-review-order-table tfoot .product-name .variation dd p, #order_review thead .product-name .variation dd p,
#order_review tbody .product-name .variation dd p,
#order_review tfoot .product-name .variation dd p {
  font-size: 1em;
}
.woocommerce-checkout-review-order-table thead .product-total,
.woocommerce-checkout-review-order-table tbody .product-total,
.woocommerce-checkout-review-order-table tfoot .product-total, #order_review thead .product-total,
#order_review tbody .product-total,
#order_review tfoot .product-total {
  text-align: right;
}
.woocommerce-checkout-review-order-table thead .cart_item td,
.woocommerce-checkout-review-order-table tbody .cart_item td,
.woocommerce-checkout-review-order-table tfoot .cart_item td, #order_review thead .cart_item td,
#order_review tbody .cart_item td,
#order_review tfoot .cart_item td {
  padding: 0.7em 0.5em;
}
.woocommerce-checkout-review-order-table thead .shipping,
.woocommerce-checkout-review-order-table tbody .shipping,
.woocommerce-checkout-review-order-table tfoot .shipping, #order_review thead .shipping,
#order_review tbody .shipping,
#order_review tfoot .shipping {
  vertical-align: top;
  display: table-row;
}
.woocommerce-checkout-review-order-table thead .shipping th, .woocommerce-checkout-review-order-table thead .shipping td,
.woocommerce-checkout-review-order-table tbody .shipping th,
.woocommerce-checkout-review-order-table tbody .shipping td,
.woocommerce-checkout-review-order-table tfoot .shipping th,
.woocommerce-checkout-review-order-table tfoot .shipping td, #order_review thead .shipping th, #order_review thead .shipping td,
#order_review tbody .shipping th,
#order_review tbody .shipping td,
#order_review tfoot .shipping th,
#order_review tfoot .shipping td {
  display: table-cell;
}
.woocommerce-checkout-review-order-table thead .shipping ul,
.woocommerce-checkout-review-order-table tbody .shipping ul,
.woocommerce-checkout-review-order-table tfoot .shipping ul, #order_review thead .shipping ul,
#order_review tbody .shipping ul,
#order_review tfoot .shipping ul {
  list-style: none;
  font-size: 1rem;
  margin: 0;
}
.woocommerce-checkout-review-order-table thead .shipping ul li,
.woocommerce-checkout-review-order-table tbody .shipping ul li,
.woocommerce-checkout-review-order-table tfoot .shipping ul li, #order_review thead .shipping ul li,
#order_review tbody .shipping ul li,
#order_review tfoot .shipping ul li {
  margin: 0 0 1em;
  text-align: left;
  display: flex;
  align-items: center;
}
.woocommerce-checkout-review-order-table thead .shipping ul li:last-of-type,
.woocommerce-checkout-review-order-table tbody .shipping ul li:last-of-type,
.woocommerce-checkout-review-order-table tfoot .shipping ul li:last-of-type, #order_review thead .shipping ul li:last-of-type,
#order_review tbody .shipping ul li:last-of-type,
#order_review tfoot .shipping ul li:last-of-type {
  margin-bottom: 0;
}
.woocommerce-checkout-review-order-table thead .shipping ul li input,
.woocommerce-checkout-review-order-table tbody .shipping ul li input,
.woocommerce-checkout-review-order-table tfoot .shipping ul li input, #order_review thead .shipping ul li input,
#order_review tbody .shipping ul li input,
#order_review tfoot .shipping ul li input {
  font-size: 1em;
  background: var(--primary);
  margin-right: 10px;
  display: inline-block;
  margin: 1px 15px 0 0;
  width: 20px;
  height: 20px;
}
.woocommerce-checkout-review-order-table thead .shipping ul li input:after,
.woocommerce-checkout-review-order-table tbody .shipping ul li input:after,
.woocommerce-checkout-review-order-table tfoot .shipping ul li input:after, #order_review thead .shipping ul li input:after,
#order_review tbody .shipping ul li input:after,
#order_review tfoot .shipping ul li input:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 15px;
  position: relative;
  background-color: var(--white);
  display: inline-block;
  visibility: visible;
  border: 1px solid var(--black);
}
.woocommerce-checkout-review-order-table thead .shipping ul li input:checked:after,
.woocommerce-checkout-review-order-table tbody .shipping ul li input:checked:after,
.woocommerce-checkout-review-order-table tfoot .shipping ul li input:checked:after, #order_review thead .shipping ul li input:checked:after,
#order_review tbody .shipping ul li input:checked:after,
#order_review tfoot .shipping ul li input:checked:after {
  background-color: var(--primary);
}
.woocommerce-checkout-review-order-table thead .shipping ul li label,
.woocommerce-checkout-review-order-table tbody .shipping ul li label,
.woocommerce-checkout-review-order-table tfoot .shipping ul li label, #order_review thead .shipping ul li label,
#order_review tbody .shipping ul li label,
#order_review tfoot .shipping ul li label {
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.5em;
}
.woocommerce-checkout-review-order-table thead .shipping ul li label[for=shipping_method_0_free_shipping14],
.woocommerce-checkout-review-order-table tbody .shipping ul li label[for=shipping_method_0_free_shipping14],
.woocommerce-checkout-review-order-table tfoot .shipping ul li label[for=shipping_method_0_free_shipping14], #order_review thead .shipping ul li label[for=shipping_method_0_free_shipping14],
#order_review tbody .shipping ul li label[for=shipping_method_0_free_shipping14],
#order_review tfoot .shipping ul li label[for=shipping_method_0_free_shipping14] {
  text-align: right;
}
.woocommerce-checkout-review-order-table thead .shipping ul li .table_ups_shipping_options,
.woocommerce-checkout-review-order-table tbody .shipping ul li .table_ups_shipping_options,
.woocommerce-checkout-review-order-table tfoot .shipping ul li .table_ups_shipping_options, #order_review thead .shipping ul li .table_ups_shipping_options,
#order_review tbody .shipping ul li .table_ups_shipping_options,
#order_review tfoot .shipping ul li .table_ups_shipping_options {
  border: none;
  flex: 1;
}
.woocommerce-checkout-review-order-table thead .shipping ul li .table_ups_shipping_options tbody tr > td:first-of-type,
.woocommerce-checkout-review-order-table tbody .shipping ul li .table_ups_shipping_options tbody tr > td:first-of-type,
.woocommerce-checkout-review-order-table tfoot .shipping ul li .table_ups_shipping_options tbody tr > td:first-of-type, #order_review thead .shipping ul li .table_ups_shipping_options tbody tr > td:first-of-type,
#order_review tbody .shipping ul li .table_ups_shipping_options tbody tr > td:first-of-type,
#order_review tfoot .shipping ul li .table_ups_shipping_options tbody tr > td:first-of-type {
  display: none;
}
.woocommerce-checkout-review-order-table thead, #order_review thead {
  border-top: none;
}

#order_review .ups_eu_woocommerce_container {
  background-color: var(--primary);
  box-shadow: none;
  border: none;
  padding: 2em;
  margin-bottom: 2em;
}
#order_review .ups_eu_woocommerce_container tbody {
  border: none;
}
#order_review .ups_eu_woocommerce_container td {
  padding: 0;
  border: none !important;
  text-align: left;
}
#order_review .ups_eu_woocommerce_container .ups_shipping_container_address table {
  border: none;
}
#order_review .ups_eu_woocommerce_container .ups_shipping_container_address table th, #order_review .ups_eu_woocommerce_container .ups_shipping_container_address table td {
  padding: 10px 0;
}
#order_review .ups_eu_woocommerce_container .ups_shipping_container_address table th img, #order_review .ups_eu_woocommerce_container .ups_shipping_container_address table td img {
  display: block;
}
#order_review .ups_eu_woocommerce_container .ups_shipping_container_address input {
  position: relative;
}
#order_review .ups_eu_woocommerce_container .ups_shipping_container_address input:after {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 15px;
  position: relative;
  background-color: var(--primary);
  display: inline-block;
  visibility: visible;
  border: 1px solid var(--primary);
}
#order_review .ups_eu_woocommerce_container .ups_shipping_container_address input:checked:after {
  background-color: var(--primary);
}

#payment {
  background: var(--white);
  width: calc(100% + 4em);
  margin: 0 -2em;
}
#payment ul {
  font-size: 1em;
  list-style: none;
  padding: 15px;
  margin: 0;
}
#payment ul li {
  margin: 0 0 0.5em;
  font-size: var(--fontBase);
  line-height: 2em;
  text-align: left;
}
#payment ul li:last-of-type {
  margin-bottom: 0;
}
#payment ul li > div {
  background: #f1f1f1;
  padding: 1em;
  margin: 1em 0 1em;
  position: relative;
}
#payment ul li > div:before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 15px;
  border: 15px solid transparent;
  border-bottom-color: var(--primary);
}
#payment ul li > div p {
  font-size: 1em;
  margin: 0;
}
#payment ul li label {
  font-size: 0.8em;
}
#payment ul li label img {
  max-height: 50px;
  margin: -15px 10px;
}
#payment ul li label a {
  padding: 0.05em 0;
  font-size: 0.85em;
  display: none;
}
#payment ul li input {
  font-size: 1em;
  background: var(--primary);
  margin-right: 10px;
}
#payment ul li input:checked:after {
  background-color: var(--primary);
}
#payment .form-row, #payment .place-order {
  font-size: 1em;
}
#payment .form-row .woocommerce-terms-and-conditions-wrapper, #payment .place-order .woocommerce-terms-and-conditions-wrapper {
  border-top: 1px solid var(--primary);
}
#payment .form-row .woocommerce-terms-and-conditions-wrapper p, #payment .place-order .woocommerce-terms-and-conditions-wrapper p {
  margin: 1em 0;
}
#payment .form-row button, #payment .place-order button {
  text-transform: uppercase;
  font-size: 1.4em;
  letter-spacing: 0.1em;
}
#payment .place-order {
  padding: 15px;
}
#payment .place-order .woocommerce-privacy-policy-text p {
  font-size: 1.4em;
}
#payment .place-order .mailchimp-newsletter {
  font-size: 1.8em;
  margin: 20px 0 30px;
  display: flex;
  align-items: center;
}
#payment .place-order .mailchimp-newsletter input {
  margin: 0 0.75em 0 0;
}
#payment .place-order .mailchimp-newsletter label {
  margin: 0;
}
#payment .woocommerce-SavedPaymentMethods li {
  display: flex;
  align-items: center;
}
#payment .woocommerce-SavedPaymentMethods li input {
  margin-top: 0;
}
#payment .woocommerce-SavedPaymentMethods li label {
  margin: 0;
}

.woocommerce-form-login-toggle,
.woocommerce-form-coupon-toggle {
  width: 100%;
}
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  margin-bottom: 0;
}

.woocommerce-form-coupon,
.woocommerce-form-login {
  width: 100%;
  background: #f1f1f1;
  margin-bottom: 2em;
  padding: 0 3em 1em;
  display: flex;
  flex-direction: row;
  gap: 0;
}
.woocommerce-form-coupon button,
.woocommerce-form-login button {
  border-radius: 0 15px 15px 0 !important;
  font-size: 1em !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1em !important;
  padding: 0.6em 1em !important;
}

p.lost_password {
  width: 100%;
  margin: 0 0 1em;
}

.stripe-source-errors:before {
  display: none !important;
}

.woocommerce-order {
  width: 100%;
  padding: 0 2em;
}
.woocommerce-order .woocommerce-thankyou-order-received {
  width: 100%;
  float: left;
  font-size: 2.5em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 2em 0 1em;
}
.woocommerce-order .woocommerce-order-overview {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0 0 1em;
  padding: 1em 0;
  background: var(--white);
  border: 2px solid var(--primary);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.woocommerce-order .woocommerce-order-overview li {
  text-align: center;
  width: 100%;
  border-left: 1px solid var(--primary);
  text-transform: uppercase;
  flex: 1 1 calc(50% - 1em);
}
@media (min-width: 768px) {
  .woocommerce-order .woocommerce-order-overview li {
    flex: 1 1 calc(25% - 1em);
  }
}
.woocommerce-order .woocommerce-order-overview li.woocommerce-order-overview__email {
  display: none !important;
}
.woocommerce-order .woocommerce-order-overview li:first-child {
  border-left: 0;
}
.woocommerce-order .woocommerce-order-overview li strong {
  text-transform: none;
  width: 100%;
  float: left;
  margin: 0.5em 0 0;
}
.woocommerce-order .woocommerce-order-details {
  border: 1px solid var(--primary);
  padding: 1em 2em;
  float: left;
  width: 100%;
  margin: 2em 0 4em;
}
.woocommerce-order .woocommerce-order-details table {
  width: 100%;
}
.woocommerce-order .woocommerce-order-details h2 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 2.5em;
  font-weight: 400;
  margin: 1em 0 1em;
}

.woocommerce-table--order-details thead,
.woocommerce-table--order-details tbody,
.woocommerce-table--order-details tfoot {
  border-top: 1px solid var(--primary);
}
.woocommerce-table--order-details thead tr th,
.woocommerce-table--order-details thead tr td,
.woocommerce-table--order-details tbody tr th,
.woocommerce-table--order-details tbody tr td,
.woocommerce-table--order-details tfoot tr th,
.woocommerce-table--order-details tfoot tr td {
  padding: 1em 0.5em;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.woocommerce-table--order-details thead tr th,
.woocommerce-table--order-details tbody tr th,
.woocommerce-table--order-details tfoot tr th {
  text-align: left;
  width: 30%;
}
.woocommerce-table--order-details thead tr td,
.woocommerce-table--order-details tbody tr td,
.woocommerce-table--order-details tfoot tr td {
  text-align: right;
}
.woocommerce-table--order-details thead tr td[data-title=shipping],
.woocommerce-table--order-details tbody tr td[data-title=shipping],
.woocommerce-table--order-details tfoot tr td[data-title=shipping] {
  width: 70%;
}
.woocommerce-table--order-details thead tr td p,
.woocommerce-table--order-details tbody tr td p,
.woocommerce-table--order-details tfoot tr td p {
  font-size: 1em;
  text-transform: none;
  letter-spacing: 0;
  margin: 0.2em 0 0;
}
.woocommerce-table--order-details thead .product-name,
.woocommerce-table--order-details tbody .product-name,
.woocommerce-table--order-details tfoot .product-name {
  width: 4%;
  text-align: left;
}
.woocommerce-table--order-details thead .product-name .wc-item-meta,
.woocommerce-table--order-details tbody .product-name .wc-item-meta,
.woocommerce-table--order-details tfoot .product-name .wc-item-meta {
  list-style: none;
  font-size: 1em;
}
.woocommerce-table--order-details thead .product-name .wc-item-meta strong,
.woocommerce-table--order-details tbody .product-name .wc-item-meta strong,
.woocommerce-table--order-details tfoot .product-name .wc-item-meta strong {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  float: left;
  margin-right: 4px;
  font-weight: 500;
}
.woocommerce-table--order-details thead .product-name .wc-item-meta p,
.woocommerce-table--order-details tbody .product-name .wc-item-meta p,
.woocommerce-table--order-details tfoot .product-name .wc-item-meta p {
  clear: none;
  margin: 0;
  float: left;
  font-size: 1em;
}
.woocommerce-table--order-details thead .product-total,
.woocommerce-table--order-details tbody .product-total,
.woocommerce-table--order-details tfoot .product-total {
  text-align: right;
}
.woocommerce-table--order-details thead .cart_item td,
.woocommerce-table--order-details tbody .cart_item td,
.woocommerce-table--order-details tfoot .cart_item td {
  padding: 0.7em 0.5em;
}
.woocommerce-table--order-details thead .shipping,
.woocommerce-table--order-details tbody .shipping,
.woocommerce-table--order-details tfoot .shipping {
  vertical-align: top;
}
.woocommerce-table--order-details thead .shipping ul,
.woocommerce-table--order-details tbody .shipping ul,
.woocommerce-table--order-details tfoot .shipping ul {
  list-style: none;
  font-size: 0.85em;
  margin: 0;
}
.woocommerce-table--order-details thead .shipping ul li,
.woocommerce-table--order-details tbody .shipping ul li,
.woocommerce-table--order-details tfoot .shipping ul li {
  margin: 0 0 1em;
  text-align: left;
}
.woocommerce-table--order-details thead .shipping ul li label,
.woocommerce-table--order-details tbody .shipping ul li label,
.woocommerce-table--order-details tfoot .shipping ul li label {
  width: 90%;
}
.woocommerce-table--order-details thead .shipping ul li input,
.woocommerce-table--order-details tbody .shipping ul li input,
.woocommerce-table--order-details tfoot .shipping ul li input {
  font-size: 1em;
  background: var(--primary);
  margin-right: 7px;
  float: right;
}
.woocommerce-table--order-details thead .shipping ul li input:after,
.woocommerce-table--order-details tbody .shipping ul li input:after,
.woocommerce-table--order-details tfoot .shipping ul li input:after {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: -3px;
  left: -5px;
  position: relative;
  background-color: var(--primary);
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid var(--primary);
}
.woocommerce-table--order-details thead .shipping ul li input:checked:after,
.woocommerce-table--order-details tbody .shipping ul li input:checked:after,
.woocommerce-table--order-details tfoot .shipping ul li input:checked:after {
  background-color: var(--primary);
}
.woocommerce-table--order-details thead {
  border-top: none;
}

.u-columns .u-column1,
.u-columns .u-column2 {
  float: left;
  width: 50%;
  padding: 5em 4%;
  margin: 4em 0 3em;
}
.u-columns .u-column1 h2,
.u-columns .u-column2 h2 {
  text-transform: uppercase;
  font-size: 2.5em;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin: 0 0 1em;
}
.u-columns .u-column1 {
  background: var(--primary);
}
.u-columns .u-column2 {
  float: right;
}

.woocommerce-customer-details {
  float: left;
  width: 100%;
}
.woocommerce-customer-details h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 2.5em;
  font-weight: 500;
  margin: 0 0 0.5em;
}
.woocommerce-customer-details address {
  margin: auto;
  font-style: normal;
  font-size: var(--fontBase);
}
.woocommerce-customer-details address p {
  font-size: 1em;
}
.woocommerce-customer-details .woocommerce-column {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .woocommerce-customer-details .woocommerce-column {
    width: 50%;
    margin: 0em 0 5em;
    padding: 0 2em;
  }
}
.woocommerce-customer-details .woocommerce-column.col-2 {
  background: var(--primary);
}

.woocommerce-table--order-downloads {
  font-size: 1.5em;
  text-align: center;
}

.woocommerce-page .woo_overflow {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.select2-results__options {
  font-size: 1rem;
}
.select2-results__options li {
  font-size: 1.4em;
}

.cart-contents {
  font-size: var(--fontBase);
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .cart-contents {
    display: inline-block;
  }
}
.cart-contents:hover, .cart-contents:focus {
  text-decoration: none;
}
.cart-contents:hover:after, .cart-contents:focus:after {
  transform: scale(1);
}
.cart-contents:after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: var(--accent);
  width: 100%;
  transform: scaleX(0);
  transform-origin: bottom center;
  top: 100%;
  left: 0%;
  transition: 0.5s ease all;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0, 0, 0, 0);
  }
  .featherlight-previous {
    left: 25px;
    right: 80%;
  }
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal;
  }
  .featherlight-next span {
    right: 5%;
    left: auto;
  }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block;
  }
  .featherlight-swipe-aware .featherlight-next,
  .featherlight-swipe-aware .featherlight-previous {
    display: none;
  }
  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display: none;
  }
  /* Hide navigation in case of single image */
  .featherlight-first-slide.featherlight-last-slide .featherlight-previous,
  .featherlight-first-slide.featherlight-last-slide .featherlight-next {
    display: none;
  }
}
/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
@media all {
  html.with-featherlight {
    /* disable global scrolling when featherlights are visible */
    overflow: hidden;
  }
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647; /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  /* don't show these though */
  .featherlight script.featherlight-inner,
  .featherlight link.featherlight-inner,
  .featherlight style.featherlight-inner {
    display: none;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff; /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: none;
    padding: 0;
  }
  /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
  .featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* hide non featherlight items when printing */
@media print {
  @page {
    size: landscape;
  }
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
.header {
  transition: 0.5s ease background;
  z-index: 1000;
}
.header .nav_brand svg path {
  transition: 0.5s ease all;
}
.header:not(.scrolled) .nav_brand svg path {
  fill: var(--white) !important;
}
.header.scrolled {
  background-color: var(--white);
}
.header.scrolled .nav_toggle .icon-bar {
  background-color: var(--primary, var(--black));
}
.header .nav_brand {
  padding: 1em 1em 1em 0;
}
.header .nav_brand svg {
  max-width: 50vw;
  max-height: 100px;
  width: 100%;
}
.header .nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
.header .nav .nav_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
}
@media (min-width: 992px) {
  .header .nav .nav_wrapper {
    gap: 3em;
  }
}
.header .key_nav {
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: center;
}
.header .key_nav .nav_items {
  transition: 0.5s ease all;
  display: none;
  opacity: 0;
  transition: 0.5s ease all;
}
@media (min-width: 768px) {
  .header .key_nav .nav_items {
    display: flex;
  }
}
.header .key_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
  text-transform: uppercase;
}
.header .key_nav ul li {
  padding: 0;
  margin: 0;
}
.header .key_nav ul li a {
  position: relative;
}
.header .key_nav ul li a:hover, .header .key_nav ul li a:focus {
  text-decoration: none;
}
.header .key_nav ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: var(--accent);
  width: 100%;
  transform: scaleX(0);
  transform-origin: bottom center;
  top: 100%;
  left: 0%;
  transition: 0.5s ease all;
}
.header .key_nav ul li:hover a, .header .key_nav ul li:focus a {
  text-decoration: none;
}
.header .key_nav ul li:hover a:after, .header .key_nav ul li:focus a:after {
  transform: scaleX(1);
}
.header .key_nav.active .nav_items {
  opacity: 0;
}
.header .cart-contents {
  opacity: 0;
  transition: 0.5s ease all;
}
.header.scrolled .nav_items {
  opacity: 1;
}
.header.scrolled .cart-contents {
  opacity: 1;
}
.header .nav_toggle {
  width: 30px;
  aspect-ratio: 1/1;
  position: relative;
  background-color: transparent;
  outline: 0 none;
  border: 0;
}
.header .nav_toggle .icon-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 100%;
  background-color: var(--white);
  transition: 0.5s ease all;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}
.header .nav_toggle .icon-bar:nth-child(2) {
  transform: translate(-50%, -300%);
}
.header .nav_toggle .icon-bar:nth-child(3) {
  transform: translate(-50%, -50%);
}
.header .nav_toggle .icon-bar:nth-child(4) {
  transform: translate(-50%, 200%);
}
.header .nav_toggle.active .icon-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header .nav_toggle.active .icon-bar:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: 0s;
}
.header .nav_toggle.active .icon-bar:nth-child(4) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 90%;
  max-width: 400px;
  height: 100%;
  background-color: var(--primary);
  padding: 3em;
  transition: 0.5s ease all;
  transform: translateX(100%);
  padding-top: calc(var(--headerHeight) + 3em);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3em;
  z-index: 4000;
}
.navigation.active {
  transform: translateX(0);
}
.navigation .nav_items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em 1em;
}
.navigation .nav_items li {
  margin: 0;
  padding: 0;
}
.navigation .nav_items li a {
  color: var(--navColor, var(--white));
  transition: 0.5s ease all;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.navigation .nav_items li.current-menu-item a, .navigation .nav_items li:hover a, .navigation .nav_items li:focus a {
  text-decoration: none;
  color: var(--accent);
}
.navigation .base {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: flex-end;
}
.navigation .base .social_media {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 1em;
  font-size: 2em;
  justify-content: flex-end;
}
.navigation .base .social_media li {
  margin: 0;
}
.navigation .base .social_media li a {
  color: var(--accent);
  transition: 0.5s ease all;
}
.navigation .base .social_media li:hover a, .navigation .base .social_media li:focus a {
  color: var(--secondary);
}
.navigation .base .address {
  color: var(--secondary);
  font-size: calc(var(--fontBase) * 0.9);
}

#ot-reservation-widget {
  width: auto !important;
  padding: 0 !important;
}
#ot-reservation-widget .ot-powered-by {
  display: none;
}
#ot-reservation-widget .ot-button {
  font-size: 1em;
  line-height: 1em;
  transition: 0.5s ease all;
  border: 3px solid var(--ot-button-border);
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-family: var(--font);
  font-size: 1.3rem;
  padding: 0.5em 0.6em;
}
@media (min-width: 768px) {
  #ot-reservation-widget .ot-button {
    padding: 0.7em 1.2em;
    font-size: 1.6rem;
  }
}
#ot-reservation-widget .ot-button:hover {
  text-decoration: none;
}

footer {
  background: var(--primary);
  display: grid;
  grid-template-areas: "layer";
  z-index: 100;
}
footer .logo svg {
  max-width: 80%;
  max-height: 100px;
}
footer .logo svg path {
  fill: var(--white) !important;
}
footer .bgHeading mark {
  --highOverlap: .5em;
}
footer .content {
  z-index: 100;
  padding: 3em 0;
}
@media (min-width: 992px) {
  footer .content {
    padding: 5em 0;
  }
}
footer > * {
  grid-area: layer;
}
footer p, footer a, footer a:visited, footer address {
  color: var(--textColour, var(--white));
}
footer a {
  transition: 0.5s ease all;
}
footer a:focus, footer a:hover {
  color: var(--accent);
  text-decoration: none;
}
footer .contact {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding: 2em 0;
}
footer .contact p {
  margin: 0;
  display: flex;
  gap: 1em;
  align-items: center;
}
footer .contact p .svg-inline--fa {
  transition: 0.5s ease all;
}
footer .contact p address {
  font-size: 1em;
}
footer .contact p:hover .svg-inline--fa {
  color: var(--accent);
  transform: rotate(4deg) scale(1.1);
}
footer .social_media {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 1em;
}
footer .social_media li {
  margin: 0;
}
footer .opening_times h3 {
  font-size: var(--fontBase);
  margin: 0 0 0.5em;
  text-transform: uppercase;
  color: var(--textColour, var(--white));
}
footer .opening_times p {
  margin: 0;
}
footer .legal_nav {
  margin: 2em 0;
}
footer .legal_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0em 1em;
  font-size: 1em;
}
footer .legal_nav ul li {
  border-left: 1px solid var(--textColour, var(--white));
  padding: 0 0 0 1em;
  white-space: nowrap;
}
footer .legal_nav ul li:first-of-type {
  border: 0;
  padding: 0;
}
footer .legal p {
  margin: 0;
  font-size: 1em;
}
footer .footer_image {
  width: 100%;
  position: relative;
  z-index: 1000;
  text-align: right;
  pointer-events: none;
}
footer .footer_image .image {
  overflow: hidden;
  position: absolute;
  width: 100%;
  width: calc(100% - var(--footerContainerWidth, 50%));
  right: 0;
  height: 100%;
}
footer .footer_image .image img {
  filter: grayscale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
footer .footer_image .overlay {
  position: absolute;
  inset: 0 0 0 0;
  background-color: var(--secondary);
  opacity: 0.4;
}
footer .footer_image .pattern {
  position: absolute;
  inset: 0 0 0 0;
  --patternFill: var(--accent);
}
footer .footer_image .pattern svg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
footer .footer_image .strapline {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 50;
  transform: translate(0, -50%);
  font-family: var(--fontHeading);
  --textColour: var(--headingCol, var(--accent));
}

section {
  width: 100%;
}

.flex-row {
  display: flex;
  flex-direction: column;
  gap: 2em;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .flex-row {
    flex-direction: row;
  }
}

.grid-row {
  display: grid;
  justify-content: center;
  align-items: center;
}

.minor,
.error-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - var(--headerHeight) - var(--footerHeight));
}

#error {
  display: none !important;
}

.kuula_embed {
  margin: 3em 0;
}

.page-template-freshworks #wpadminbar,
.page-template-freshworks .fixed,
.page-template-freshworks .footer {
  display: none;
}

.flexible {
  display: grid;
  grid-template-areas: "layers";
  position: relative;
}
.flexible .content {
  z-index: 100;
}
.flexible .overlay {
  z-index: 20;
}
.flexible .symbols {
  z-index: 50;
}
.flexible .background {
  z-index: 10;
}
.flexible > * {
  width: 100%;
  grid-area: layers;
}
.flexible.missing {
  background-color: #ccc;
  min-height: 500px;
}
.flexible.missing h3 {
  color: #f90;
}
.flexible.missing .warning {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.home_banner {
  min-height: 100vh;
}
.home_banner .content {
  padding: calc(var(--headerHeight) + 3em) 3em;
  align-self: center;
}
.home_banner .content .info {
  display: flex;
  flex-direction: column;
  gap: 3em 0;
  text-align: center;
}
@media (min-width: 768px) {
  .home_banner .content .info {
    text-align: left;
  }
}
.home_banner .content .info h1 {
  color: var(--white);
  margin: 0;
}
.home_banner .content .info p {
  color: var(--white);
  font-size: calc(var(--fontBase) * 1.3);
  margin: 0;
}
.home_banner .overlay {
  background-color: var(--black);
  opacity: 0.3;
}
.home_banner .background {
  min-height: 100vh;
}
.home_banner .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ctas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em 2em;
  justify-content: center;
}
@media (min-width: 768px) {
  .ctas {
    justify-content: flex-start;
  }
}

.sub_banner {
  grid-template-areas: "title" "image";
}
@media (min-width: 768px) {
  .sub_banner {
    min-height: 40vh;
  }
}
.sub_banner .title_bar {
  background-color: var(--secondary);
  grid-area: title;
  z-index: 100;
  padding: 2em 0;
}
.sub_banner .title_bar h1 {
  margin: 0;
  color: var(--primary);
  font-family: var(--font);
  font-size: 3em;
}
@media (min-width: 992px) {
  .sub_banner .title_bar h1 {
    font-size: 5em;
  }
}
.sub_banner .image_bar {
  grid-area: image;
  display: grid;
  position: relative;
  grid-template-areas: "layer";
  background-color: var(--primary);
}
.sub_banner .image_bar > * {
  grid-area: layer;
}
.sub_banner .image_bar .content {
  padding: 3em 0 var(--overlapHeight);
}
@media (min-width: 992px) {
  .sub_banner .image_bar .content {
    padding: 6em 0 calc(var(--overlapHeight));
  }
}
.sub_banner .image_bar .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 65% calc(100% - (var(--overlapHeight))), 0 100%);
}
.sub_banner .image_bar .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sub_banner .content {
  padding: calc(var(--headerHeight) + 3em) 3em;
  align-self: center;
}
.sub_banner .content .info {
  display: flex;
  flex-direction: column;
  gap: 3em 0;
}
.sub_banner .content .info h1 {
  color: var(--white);
  margin: 0;
}
.sub_banner .content .info p {
  color: var(--white);
  font-size: calc(var(--fontBase) * 1.3);
  margin: 0;
}
.sub_banner .overlay {
  background-color: var(--black);
  opacity: 0.3;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 65% calc(100% - (var(--overlapHeight))), 0 100%);
}

.ctas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em 2em;
}

.mini_banner {
  background-color: var(--miniBannerBg, var(--secondary));
}
.mini_banner .content .flex-row {
  align-items: initial;
  gap: 0 2em;
}
.mini_banner .content .title {
  padding: 1em 0;
}
@media (min-width: 768px) {
  .mini_banner .content .title {
    padding: 2em 0;
  }
}
@media (min-width: 992px) {
  .mini_banner .content .title {
    padding: 5em 0;
  }
}
.mini_banner .content h1 {
  margin: 0;
  color: var(--miniBannerColor, var(--primary));
  font-family: var(--font);
  font-size: 2.6em;
}
@media (min-width: 768px) {
  .mini_banner .content h1 {
    font-size: 3.6em;
  }
}
@media (min-width: 992px) {
  .mini_banner .content h1 {
    font-size: 5em;
  }
}
.mini_banner .pattern {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.mini_banner .pattern .wrapper {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.mini_banner .pattern svg {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(2);
  --patternFill: var(--miniBannerColor, var(--primary));
}

:root {
  --overlapHeight: 30px;
}
@media (min-width: 768px) {
  :root {
    --overlapHeight: 60px;
  }
}
@media (min-width: 992px) {
  :root {
    --overlapHeight: 100px;
  }
}

.intro_text_image {
  z-index: 100;
  clip-path: polygon(0 calc(var(--overlapHeight) * -3), 100% calc(var(--overlapHeight) * -3), 100% 100%, 55% calc(100% - (var(--overlapHeight))), 0 100%);
}
.intro_text_image .background {
  pointer-events: none;
  margin-top: calc(var(--overlapHeight) * -1);
  padding-top: calc(var(--overlapHeight) * 0.5);
  background-color: var(--primary);
  clip-path: polygon(0 var(--overlapHeight), 45% 0, 100% calc(var(--overlapHeight) / 4 * 3), 100% 100%, 55% calc(100% - (var(--overlapHeight))), 0 100%);
}
.intro_text_image .content .info {
  padding: 3em 0 calc(var(--overlapHeight));
}
@media (min-width: 992px) {
  .intro_text_image .content .info {
    padding-top: 6em;
  }
}
.intro_text_image .content .info .bgHeading {
  --textColour: var(--headingCol);
}
.intro_text_image .content .info p {
  color: var(--white);
}
.intro_text_image .content .flex {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.intro_text_image .image_wrapper {
  align-self: flex-end;
  text-align: center;
  position: relative;
  margin-top: calc(var(--overlapHeight) * -0.5);
  height: 500px;
}
@media (min-width: 768px) {
  .intro_text_image .image_wrapper {
    height: auto;
  }
}
.intro_text_image .image_wrapper .image {
  position: relative;
  z-index: 50;
}
@media (min-width: 768px) {
  .intro_text_image .image_wrapper .image {
    scale: 1.2;
  }
}
.intro_text_image .image_wrapper .pattern {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  --patternFill: var(--accent);
  display: flex;
  flex-direction: column;
  justify-content: center;
  translate: 5% -10%;
}

.text_image {
  margin: 3em 0;
}
@media (min-width: 992px) {
  .text_image {
    margin: 6em 0;
  }
}
.text_image .flex {
  display: flex;
  flex-direction: column;
  gap: 0em;
  justify-content: center;
}
.text_image .title {
  max-width: 400px;
}
.text_image .image, .text_image .text {
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  .text_image .image, .text_image .text {
    flex: 0 0 50%;
  }
}
.text_image .image {
  width: 100%;
}
.text_image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.text_image .text_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 3em 3em;
  margin-top: -3em;
}
@media (min-width: 768px) {
  .text_image .text_inner {
    margin-top: 0;
    padding: 3em;
    max-width: calc(var(--containerWidth) / 2 - 3em);
  }
}
@media (min-width: 992px) {
  .text_image .text_inner {
    padding: 6em;
  }
}
.text_image .text_inner .ctas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1em 2em;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .text_image.right .flex {
    flex-direction: row;
  }
  .text_image.right .flex .title {
    transform: translateX(-50%);
  }
  .text_image.right .flex .text_inner {
    justify-self: flex-start;
  }
}
@media (min-width: 768px) {
  .text_image.left .flex {
    flex-direction: row-reverse;
  }
  .text_image.left .flex .title {
    transform: translateX(100%);
  }
  .text_image.left .flex .text_inner {
    justify-self: flex-end;
  }
}

.signpost_banner.contained {
  margin: 3em 0;
}
@media (min-width: 768px) {
  .signpost_banner.contained {
    margin: 6em 0;
  }
}
.signpost_banner.contained .content .flex {
  display: grid;
  grid-template-columns: 1fr;
  border: 10px solid var(--secondary);
}
@media (min-width: 768px) {
  .signpost_banner.contained .content .flex {
    grid-template-columns: 1fr 1fr;
  }
}
.signpost_banner.contained .content .flex h2 {
  text-transform: none;
}
.signpost_banner.contained .content .flex .image {
  align-self: stretch;
  flex: 1 0 50%;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .signpost_banner.contained .content .flex .image {
    min-height: 480px;
  }
}
.signpost_banner.contained .content .flex .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.signpost_banner.contained .content .flex .info {
  flex: 1 0 50%;
  padding: 3em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: center;
  align-items: flex-start;
  background-color: var(--primary);
}
@media (min-width: 1240px) {
  .signpost_banner.contained .content .flex .info {
    padding: 6em;
  }
}
.signpost_banner.contained .content .flex .info h2, .signpost_banner.contained .content .flex .info p {
  margin: 0;
  color: var(--white);
}
.signpost_banner.full .background {
  height: 100%;
  overflow: hidden;
}
.signpost_banner.full .background .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  transition: 0.5s ease all;
}
.signpost_banner.full .background img {
  transition: 0.5s ease all;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.signpost_banner.full .overlay {
  background-color: var(--black);
  opacity: 0.4;
}
.signpost_banner.full .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  padding: 3em 0;
  text-align: center;
  color: var(--white);
  transition: 0.5s ease all;
}
@media (min-width: 992px) {
  .signpost_banner.full .content {
    padding: 6em 0;
  }
}
.signpost_banner.full:hover .content, .signpost_banner.full:focus .content {
  color: var(--accent);
  text-decoration: none;
}
.signpost_banner.full:hover .background .image, .signpost_banner.full:focus .background .image {
  transform: rotate(-2deg) scale(1.15);
}

.signpost_grid .content {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .signpost_grid .content {
    padding: 6em 0 18em;
  }
}
.signpost_grid .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3em 0;
}
@media (min-width: 992px) {
  .signpost_grid .flex {
    gap: 6em 0em;
  }
}
@media (min-width: 1240px) {
  .signpost_grid .flex {
    gap: 6em 0em;
  }
}
@media (min-width: 992px) {
  .signpost_grid .signpost_wrapper {
    padding: 0 3em;
  }
  .signpost_grid .signpost_wrapper:nth-of-type(2n) {
    margin-top: 12em;
    margin-bottom: -12em;
  }
}
@media (min-width: 1240px) {
  .signpost_grid .signpost_wrapper {
    padding: 0 6em;
  }
}
.signpost_grid .signpost_wrapper:nth-child(2n) .image_wrapper .pattern {
  transform: translate(-50%, -50%) rotate(-1deg);
}
.signpost_grid .signpost {
  display: flex;
  flex-direction: column;
  gap: 3em 1em;
}
.signpost_grid .signpost .image_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  position: relative;
}
.signpost_grid .signpost .image_wrapper .pattern {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 105%;
  transform: translate(-50%, -50%) rotate(3deg);
  z-index: 1;
  opacity: 0.6;
  --patternFill: var(--accent);
}
.signpost_grid .signpost .image_wrapper .pattern svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.signpost_grid .signpost .image_wrapper .image {
  --r: 0px; /* the radius */
  --s: 80px; /* size of inner curve */
  --x: 0px; /* horizontal offset (no percentage) */
  --y: 0px; /* vertical offset (no percentage) */
  transition: 0.5s ease all;
  position: relative;
  z-index: 20;
  grid-column: 1/4;
  grid-row: 1/1;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.signpost_grid .signpost .image_wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.signpost_grid .signpost .image_wrapper .title {
  position: relative;
  z-index: 50;
  grid-column: 3/-1;
  grid-row: 1/1;
}
.signpost_grid .signpost .info {
  padding: 0em 1em;
}
@media (min-width: 768px) {
  .signpost_grid .signpost .info {
    padding: 0em 3em;
  }
}
@media (min-width: 992px) {
  .signpost_grid .signpost .info {
    padding: 0em 6em;
  }
}
.signpost_grid .signpost:hover, .signpost_grid .signpost:focus {
  text-decoration: none;
}
.signpost_grid .signpost:hover .image, .signpost_grid .signpost:focus .image {
  transform: scale(1.1) rotate(4deg);
}
.signpost_grid .signpost:hover .btn.link:after, .signpost_grid .signpost:focus .btn.link:after {
  transform: scaleX(1);
}
.signpost_grid .form_popup {
  display: none;
}

.signpost_row .content {
  padding: 3em 0 0;
}
@media (min-width: 992px) {
  .signpost_row .content {
    padding: 6em 0 0;
  }
}
.signpost_row .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3em;
}
@media (min-width: 992px) {
  .signpost_row .flex {
    gap: 6em 3em;
  }
}
.signpost_row .signposts_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3em;
}
@media (min-width: 992px) {
  .signpost_row .signposts_wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.signpost_row .signposts_wrapper .signpost {
  flex: 1 1 100%;
  position: relative;
  text-decoration: none;
  aspect-ratio: 4/4;
}
@media (min-width: 768px) {
  .signpost_row .signposts_wrapper .signpost {
    aspect-ratio: 4/6;
    max-height: 37.5vw;
    flex: 1 1 25%;
  }
}
.signpost_row .signposts_wrapper .signpost .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.signpost_row .signposts_wrapper .signpost .image img {
  transform-origin: bottom center;
  transition: 0.5s ease all;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.signpost_row .signposts_wrapper .signpost .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, transparent 0%, var(--black) 100%);
  background-position: 50% 0%;
  opacity: 0.8;
  transition: 0.5s ease all;
}
.signpost_row .signposts_wrapper .signpost .info {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 3em;
  align-items: center;
}
.signpost_row .signposts_wrapper .signpost .info h3 {
  color: var(--white);
  font-family: var(--font);
  text-transform: none;
  text-align: center;
  font-size: 2em;
  transition: 0.5s ease all;
  position: relative;
}
.signpost_row .signposts_wrapper .signpost .info h3:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 2px;
  background-color: var(--accent);
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: 0.5s ease all;
}
.signpost_row .signposts_wrapper .signpost .info p {
  color: var(--white);
  font-size: calc(var(--fontBase) * 0.9);
  text-align: center;
}
.signpost_row .signposts_wrapper .signpost .info .link {
  color: var(--white);
  transition: 0.5s ease all;
  font-size: var(--fontBase);
  text-align: center;
  font-weight: 700;
}
.signpost_row .signposts_wrapper .signpost .info .link:hover, .signpost_row .signposts_wrapper .signpost .info .link:focus {
  color: var(--accent);
}
.signpost_row .signposts_wrapper .signpost:hover, .signpost_row .signposts_wrapper .signpost:focus {
  text-decoration: none;
}
.signpost_row .signposts_wrapper .signpost:hover .image img, .signpost_row .signposts_wrapper .signpost:focus .image img {
  transform: scale(1.1);
}
.signpost_row .signposts_wrapper .signpost:hover .overlay, .signpost_row .signposts_wrapper .signpost:focus .overlay {
  background-position: 50% 100%;
}
.signpost_row .signposts_wrapper .signpost:hover h3,
.signpost_row .signposts_wrapper .signpost:hover .link, .signpost_row .signposts_wrapper .signpost:focus h3,
.signpost_row .signposts_wrapper .signpost:focus .link {
  color: var(--accent);
}
.signpost_row .signposts_wrapper .signpost:hover h3:after, .signpost_row .signposts_wrapper .signpost:focus h3:after {
  transform: translateX(-50%) scaleX(1);
}

.sponsorships {
  margin: 3em 0;
}
.partner_carousel_wrapper .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  max-width: 180px;
}
@media (min-width: 992px) {
  .partner_carousel_wrapper .logo {
    height: 180px;
    max-width: 300px;
  }
}
.partner_carousel_wrapper .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.social_callout {
  margin: 3em 0;
}
.social_callout .content {
  text-align: center;
}
.social_callout .content .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.social_callout .content .row .info {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.social_callout .content .row .svg-inline--fa {
  font-size: 4em;
  color: var(--primary);
  transition: 0.5s ease all;
}
.social_callout .content .row .svg-inline--fa:hover, .social_callout .content .row .svg-inline--fa:focus {
  color: var(--secondary);
}
.social_callout .content .row p {
  margin: 0;
}
.social_callout .content .row a {
  color: var(--primary);
  font-weight: 700;
  transition: 0.5s ease all;
}
.social_callout .content .row a:hover, .social_callout .content .row a:focus {
  text-decoration: none;
  color: var(--secondary);
}

.contact_form {
  margin: 3em 0;
}
@media (min-width: 1240px) {
  .contact_form {
    margin: 6em 0;
  }
}
.contact_form a {
  transition: 0.5s ease all;
}
.contact_form a:focus, .contact_form a:hover {
  color: var(--accent);
  text-decoration: none;
}
.contact_form .contact {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding: 2em 0;
}
.contact_form .contact p {
  margin: 0;
  display: flex;
  gap: 1em;
  align-items: center;
}
.contact_form .contact p .svg-inline--fa {
  transition: 0.5s ease all;
}
.contact_form .contact p address {
  font-size: 1em;
}
.contact_form .contact p:hover .svg-inline--fa {
  color: var(--accent);
  transform: rotate(4deg) scale(1.1);
}
.contact_form .social_media {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 1em;
  font-size: 2em;
}
.contact_form .social_media li {
  margin: 0;
}
.contact_form .opening_times h3 {
  margin: 0 0 0.1em;
  text-transform: uppercase;
  color: var(--primary);
}
.contact_form .opening_times p {
  margin: 0;
}
.contact_form .form_wrapper {
  margin: 3em 0;
}
.contact_form .acf-form {
  --buttonColor: var(--white);
  --buttonBorder: var(--primary);
  --buttonBg: var(--primary);
  --buttonBgHover: var(--white);
  --buttonColorHover: var(--primary);
}
.contact_form .acf-form > .acf-notice.acf-error-message {
  background-color: #af271d;
}
.contact_form .acf-form .af-fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  gap: 3em;
}
.contact_form .acf-form .af-fields .acf-field {
  flex: 1 1 45%;
  padding: 0;
  margin: 0;
}
.contact_form .acf-form .af-fields .acf-field.acf-field-textarea {
  flex: 1 0 100%;
}
.contact_form .acf-form .af-field-type-group .acf-fields.-border {
  border: 0;
}
.contact_form .acf-form .acf-field {
  border-top: 0 none !important;
  position: relative;
}
.contact_form .acf-form .acf-field .acf-label {
  position: absolute;
  top: 0;
  left: 0.75rem;
  pointer-events: none;
  transition: 0.5s ease all;
  transform: translateY(0rem);
}
.contact_form .acf-form .acf-field .acf-label .acf-required {
  color: #af271d;
}
.contact_form .acf-form .acf-field.acf-field-textarea .af-label {
  padding-left: 0.5em;
  display: inline-block;
  visibility: initial;
  color: var(--greyDark);
  opacity: 0.7;
  transform: translateY(0.75em);
}
.contact_form .acf-form .acf-field.acf-field-select .acf-label {
  transform: translateY(-2rem);
}
.contact_form .acf-form .acf-field .acf-input input, .contact_form .acf-form .acf-field .acf-input textarea {
  width: 100%;
  border-bottom: 1px solid var(--black);
  color: var(--black);
  background-color: transparent;
  outline: none;
  transition: 0.5s ease all;
}
.contact_form .acf-form .acf-field .acf-input textarea {
  padding: 1em;
  resize: none;
  border: 1px solid var(--black);
}
.contact_form .acf-form .acf-field.focus .acf-input input {
  border-color: var(--cream);
  box-shadow: 0 0 5px var(--cream);
}
.contact_form .acf-form .acf-field.focus .acf-label {
  transform: translateY(-2rem);
}
.contact_form .acf-form .acf-field.value .acf-label {
  transform: translateY(-2rem);
}
.contact_form .acf-form .acf-field.value .acf-label .acf-required {
  color: var(--black);
}
.contact_form .acf-form .acf-field.value.invalid .acf-label {
  transform: translateY(-2rem);
}
.contact_form .acf-form .acf-field.value.invalid .acf-label .acf-required {
  color: #af271d;
}
.contact_form .acf-form .acf-field.value.invalid .acf-input input, .contact_form .acf-form .acf-field.value.invalid .acf-input select {
  color: #af271d;
}
.contact_form .acf-form .acf-field .af-label {
  font-size: var(--fontBase);
}
.contact_form .acf-form .acf-field input, .contact_form .acf-form .acf-field textarea {
  font-size: var(--fontBase);
}
.contact_form .acf-form .acf-field input {
  border: 0 none;
  border-bottom: 1px solid var(--greyDark);
}
.contact_form .acf-form .acf-field select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--black);
  outline: none;
}
.contact_form .acf-form .acf-field textarea {
  border-radius: 1rem;
}
.contact_form .acf-form .acf-field .acf-notice.-error {
  color: #af271d;
  border-color: #af271d;
}
.contact_form .acf-form .af-submit {
  padding: 0;
}
.contact_form .acf-form .af-submit button {
  margin: 0;
}

.map .content .mediaWrapper {
  height: 300px;
}
@media (min-width: 992px) {
  .map .content .mediaWrapper {
    height: 600px;
  }
}
.map .content .mediaWrapper iframe {
  height: 100%;
}

.newsletter_signup .content {
  padding: 3em 0;
}
.newsletter_signup .content h2 {
  color: var(--secondary);
}
.newsletter_signup .content p {
  color: var(--white);
}
.newsletter_signup .content .btn {
  --buttonColorFT: var(--secondary);
  --buttonBgFT: var(--accent);
  --buttonBorderFT: var(--accent);
  --buttonColorHoverFT: var(--primary);
  --buttonBgHoverFT: var(--white);
  --buttonBorderHoverFT: var(--primary);
}
.newsletter_signup .form_popup {
  display: none;
}
.newsletter_signup .background {
  background-color: var(--primary);
}

.featherlight.form_embed .featherlight-close-icon {
  background-color: var(--secondary);
}
.featherlight.form_embed .featherlight-content {
  overflow: scroll;
  max-width: 750px;
  border-radius: 3em;
}
.featherlight.form_embed .featherlight-content .featherlight-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.featherlight.form_embed .featherlight-content .featherlight-inner > * {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .featherlight.form_embed .featherlight-content .featherlight-inner > * {
    flex: 1 1 350px;
  }
}

.notification_bar {
  background-color: var(--black);
}
.notification_bar .swiper-wrapper {
  align-items: center;
}
.notification_bar p, .notification_bar a {
  color: var(--white);
}
.notification_bar a:hover, .notification_bar a:focus {
  text-decoration: none;
  color: var(--accent);
}
.notification_bar.marquee span {
  padding: 0 5em;
}

.marquee {
  padding: 1em 0;
  white-space: nowrap;
  display: flex;
  align-items: flex-start;
  will-change: transform;
  overflow: hidden;
  position: relative;
  background-color: var(--background, var(--black));
}
.marquee p {
  margin: 0;
  max-width: none;
  will-change: transform;
  animation: marquee var(--animationSpeed, 30s) linear infinite;
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.4em;
  color: var(--textColour, var(--white));
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .marquee p {
    font-size: 1.8em;
  }
}
.marquee p span {
  padding: 0 0.5em;
  color: var(--textColour, var(--white));
}
.marquee p span a {
  color: var(--textColour, var(--white));
  transition: 0.5s ease all;
}
.marquee p span a:hover, .marquee p span a:focus {
  text-decoration: none;
  color: var(--textColourHover, var(--accent));
}

@keyframes marquee {
  from {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(var(--animationDistance, -50%), 0, 0);
  }
}
.gallery {
  margin: 3em 0;
}

.partners_grid .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em 3em;
}
.partners {
  margin: 3em 0;
}
@media (min-width: 992px) {
  .partners {
    margin: 3em 0 6em;
  }
}
.partners .flex_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em 3em;
}
@media (min-width: 1240px) {
  .partners .flex_row {
    gap: 3em 6em;
  }
}
.partners .flex_row .partner {
  flex: 0 1 400px;
}
.partners .flex_row .partner .image {
  width: 100%;
  aspect-ratio: 1/1;
  padding: 2em;
}
.partners .flex_row .partner .image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  transition: 0.5s ease all;
  z-index: 1;
}
.partners .flex_row .partner .image:hover, .partners .flex_row .partner .image:focus {
  cursor: pointer;
}
.partners .flex_row .partner .image:hover img, .partners .flex_row .partner .image:focus img {
  transform: scale(1.1) rotate(2deg);
}
.partners .flex_row .partner .info {
  position: relative;
  z-index: 100;
  margin-top: -6em;
}
.partners .partner_popup {
  display: none;
}

.featherlight.partner .featherlight-close-icon {
  background-color: var(--secondary);
}
.featherlight.partner .featherlight-content {
  overflow: initial;
  max-width: 750px;
  border-radius: 3em;
}
.featherlight.partner .featherlight-content .featherlight-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.featherlight.partner .featherlight-content .featherlight-inner > * {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .featherlight.partner .featherlight-content .featherlight-inner > * {
    flex: 1 1 350px;
  }
}
.featherlight.partner .featherlight-content .image {
  width: 100%;
  aspect-ratio: 1/1;
  padding: 3em;
}
.featherlight.partner .featherlight-content .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}
/*# sourceMappingURL=style.css.map */
