/*!
Theme Name:		Ben Boilerplate
Theme URI:		https://benstones.uk
Description:	The bespoke WordPress theme for Ben Boilerplate
Version:		1.0
Author:			Ben Stones
Author URI:		https://benstones.uk
Text Domain:	ben-boilerplate
*/
@import url(https://db.onlinewebfonts.com/c/9efc74f2fa7b843775280364dae07ac4?family=AmsiProNarw-Black);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, sass/base/_reset.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, sass/base/_reset.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, sass/base/_reset.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, sass/base/_reset.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, sass/base/_reset.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, sass/base/_reset.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, sass/base/_reset.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, sass/base/_reset.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, sass/base/_reset.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, sass/base/_reset.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, sass/base/_reset.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, sass/base/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, sass/base/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 137, sass/base/_reset.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, sass/base/_reset.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, sass/base/_reset.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, sass/base/_reset.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, sass/base/_reset.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, sass/base/_reset.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, sass/base/_reset.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 218, sass/base/_reset.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, sass/base/_reset.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 240, sass/base/_reset.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, sass/base/_reset.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, sass/base/_reset.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, sass/base/_reset.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, sass/base/_reset.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, sass/base/_reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, sass/base/_reset.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 308, sass/base/_reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, sass/base/_reset.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, sass/base/_reset.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, sass/base/_reset.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, sass/base/_reset.scss */
[hidden] {
  display: none;
}

/* Slider */
/* line 3, sass/vendor/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, sass/vendor/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, sass/vendor/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, sass/vendor/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, sass/vendor/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, sass/vendor/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, sass/vendor/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, sass/vendor/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, sass/vendor/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, sass/vendor/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, sass/vendor/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, sass/vendor/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, sass/vendor/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, sass/vendor/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, sass/vendor/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, sass/vendor/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, sass/vendor/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, sass/vendor/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 1, sass/base/_global.scss */
*,
*:before,
*:after {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 7, sass/base/_global.scss */
*:focus {
  outline: none;
}

/* line 8, sass/base/_global.scss */
html {
  background-color: #272751;
  /* for outside the body colour */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}

/* line 13, sass/base/_global.scss */
body {
  min-height: 100vh;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
/* line 18, sass/base/_global.scss */
body.customize-support {
  min-height: calc(100vh - 32px);
}

@media only screen and (max-width: 782px) {
  /* line 21, sass/base/_global.scss */
  body.customize-support {
    min-height: calc(100vh - 46px);
  }
}
/* line 24, sass/base/_global.scss */
.app {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}

/* line 31, sass/base/_global.scss */
img {
  max-width: 100%;
}

/* line 32, sass/base/_global.scss */
mark {
  background-color: transparent;
  color: inherit;
}

/* line 33, sass/base/_global.scss */
a {
  cursor: pointer;
  text-decoration: none;
}

/* line 38, sass/base/_global.scss */
.container {
  width: 85%;
  max-width: 1400px;
  margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
  /* line 44, sass/base/_global.scss */
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 600px) {
  /* line 58, sass/base/_global.scss */
  #wpadminbar {
    position: fixed;
  }
}
/* line 63, sass/base/_global.scss */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/* line 64, sass/base/_global.scss */
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

/* line 65, sass/base/_global.scss */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 66, sass/base/_global.scss */
.alignright {
  float: right;
}

/* line 67, sass/base/_global.scss */
.alignleft {
  float: left;
}

/* line 68, sass/base/_global.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 71, sass/base/_global.scss */
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 1, sass/base/_typography.scss */
::-moz-selection {
  background: #bad3e8;
  text-shadow: none;
}

/* line 2, sass/base/_typography.scss */
::selection {
  background: #bad3e8;
  text-shadow: none;
}

/* line 4, sass/base/_typography.scss */
html {
  color: #FFF;
  font-family: "AmsiProNarw-Black", sans-serif;
  font-size: 62.5%;
  font-size: calc(0.4vw + 4px);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

/* responsive font sizes */
@media only screen and (min-width: 1500px) {
  /* line 18, sass/base/_typography.scss */
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 782px) {
  /* line 19, sass/base/_typography.scss */
  html {
    font-size: calc(0.5vw + 5px);
  }
}
@media only screen and (max-width: 450px) {
  /* line 20, sass/base/_typography.scss */
  html {
    font-size: 9px;
  }
}
/* links */
/* line 23, sass/base/_typography.scss */
a, a:link, a:visited {
  color: #B1E900;
  cursor: pointer;
  -webkit-transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
  -moz-transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
  -o-transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
  transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
}

/* line 28, sass/base/_typography.scss */
a:hover, a:active {
  color: #FFF;
}

/* paragraphs */
/* line 31, sass/base/_typography.scss */
p {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 0 0 2.4rem 0;
  color: #FFF;
}

/* lists */
/* line 40, sass/base/_typography.scss */
ul, ol {
  margin: 2.4rem 0 2.4rem 0;
}

/* line 43, sass/base/_typography.scss */
li {
  font-size: 1.6rem;
  line-height: 1.8em;
}

/* line 48, sass/base/_typography.scss */
b, strong {
  font-weight: 700;
}

/* headings */
/* line 51, sass/base/_typography.scss */
h1 {
  font-family: "AmsiProNarw-Black", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.2em;
  margin: 0 0 1.6rem 0;
  color: #FFF;
}

/* line 52, sass/base/_typography.scss */
h2 {
  font-family: "AmsiProNarw-Black", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.2em;
  margin: 0 0 0.5em 0;
  color: #FFF;
}

/* line 53, sass/base/_typography.scss */
h3 {
  font-family: "AmsiProNarw-Black", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.2em;
  margin: 0 0 1em 0;
  color: #FFF;
}

/* line 54, sass/base/_typography.scss */
h4 {
  font-family: "AmsiProNarw-Black", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2em;
  margin: 0 0 1.6rem 0;
  color: #FFF;
}

/* line 55, sass/base/_typography.scss */
h5 {
  font-family: "AmsiProNarw-Black", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2em;
  margin: 0 0 1.6rem 0;
  color: #FFF;
}

/* line 56, sass/base/_typography.scss */
h6 {
  font-family: "AmsiProNarw-Black", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2em;
  margin: 0 0 1.6rem 0;
  color: #FFF;
  text-decoration: underline;
}

/* added with js to make tables responsive */
/* line 59, sass/base/_typography.scss */
.table_wrapper {
  width: 100%;
  overflow-y: auto;
  margin: 2.4rem 0;
}

/* line 65, sass/base/_typography.scss */
.table_wrapper table {
  margin: 0;
}

/* line 66, sass/base/_typography.scss */
.table_wrapper th, .table_wrapper td {
  min-width: 100px;
}

/* tables */
/* line 69, sass/base/_typography.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 2.4rem 0;
  width: 100%;
}

/* line 76, sass/base/_typography.scss */
table thead td, table th {
  background-color: #999;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6em;
  text-align: left;
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
}

/* line 87, sass/base/_typography.scss */
table td {
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6em;
  text-align: left;
  padding: 0.75em 0.5em;
  border-bottom: 1px solid #ccc;
}

/* line 1, sass/base/_icons.scss */
.icon::before {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: #FFF;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

/* line 11, sass/base/_icons.scss */
.icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* line 22, sass/base/_icons.scss */
.icon--twitter::before {
  -webkit-mask: url("./images/twitter.svg") center/contain no-repeat;
  mask: url("./images/twitter.svg") center/contain no-repeat;
}
/* line 26, sass/base/_icons.scss */
.icon--facebook::before {
  -webkit-mask: url("./images/facebook.svg") center/contain no-repeat;
  mask: url("./images/facebook.svg") center/contain no-repeat;
}
/* line 30, sass/base/_icons.scss */
.icon--facebook-circle::before {
  -webkit-mask: url("./images/facebook-circle.svg") center/contain no-repeat;
  mask: url("./images/facebook-circle.svg") center/contain no-repeat;
}
/* line 34, sass/base/_icons.scss */
.icon--linkedin::before {
  -webkit-mask: url("./images/linkedin.svg") center/contain no-repeat;
  mask: url("./images/linkedin.svg") center/contain no-repeat;
}
/* line 38, sass/base/_icons.scss */
.icon--youtube::before {
  -webkit-mask: url("./images/youtube.svg") center/contain no-repeat;
  mask: url("./images/youtube.svg") center/contain no-repeat;
}
/* line 42, sass/base/_icons.scss */
.icon--instagram::before {
  -webkit-mask: url("./images/instagram.svg") center/contain no-repeat;
  mask: url("./images/instagram.svg") center/contain no-repeat;
}
/* line 46, sass/base/_icons.scss */
.icon--bluesky::before {
  -webkit-mask: url("./images/bluesky.svg") center/contain no-repeat;
  mask: url("./images/bluesky.svg") center/contain no-repeat;
}
/* line 50, sass/base/_icons.scss */
.icon--menu::before {
  -webkit-mask: url("./images/menu.svg") center/contain no-repeat;
  mask: url("./images/menu.svg") center/contain no-repeat;
}
/* line 54, sass/base/_icons.scss */
.icon--tel::before {
  -webkit-mask: url("./images/tel.svg") center/contain no-repeat;
  mask: url("./images/tel.svg") center/contain no-repeat;
}
/* line 58, sass/base/_icons.scss */
.icon--email::before {
  -webkit-mask: url("./images/email.svg") center/contain no-repeat;
  mask: url("./images/email.svg") center/contain no-repeat;
}
/* line 62, sass/base/_icons.scss */
.icon--chevron::before {
  -webkit-mask: url("./images/chevron.svg") center/contain no-repeat;
  mask: url("./images/chevron.svg") center/contain no-repeat;
}
/* line 66, sass/base/_icons.scss */
.icon--arrow::before {
  -webkit-mask: url("./images/arrow.svg") center/contain no-repeat;
  mask: url("./images/arrow.svg") center/contain no-repeat;
}
/* line 70, sass/base/_icons.scss */
.icon--close::before {
  -webkit-mask: url("./images/close.svg") center/contain no-repeat;
  mask: url("./images/close.svg") center/contain no-repeat;
}
/* line 74, sass/base/_icons.scss */
.icon--search::before {
  -webkit-mask: url("./images/search.svg") center/contain no-repeat;
  mask: url("./images/search.svg") center/contain no-repeat;
}
/* line 78, sass/base/_icons.scss */
.icon--open::before {
  -webkit-mask: url("./images/open.svg") center/contain no-repeat;
  mask: url("./images/open.svg") center/contain no-repeat;
}
/* line 82, sass/base/_icons.scss */
.icon--share::before {
  -webkit-mask: url("./images/share.svg") center/contain no-repeat;
  mask: url("./images/share.svg") center/contain no-repeat;
}
/* line 86, sass/base/_icons.scss */
.icon--caret::before {
  -webkit-mask: url("./images/caret.svg") center/contain no-repeat;
  mask: url("./images/caret.svg") center/contain no-repeat;
}
/* line 91, sass/base/_icons.scss */
.icon--left {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* line 2, sass/base/_button.scss */
.btn {
  background: #DBE58F;
  color: #473D7B;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 1rem 1.6rem;
  font-weight: 900;
  cursor: pointer;
}
/* line 21, sass/base/_button.scss */
.btn--small {
  font-size: 1.6rem;
  padding: .7rem 1rem;
}

/* line 1, sass/partials/_header.scss */
.header {
  display: flex;
  justify-content: space-between;
  padding: calc(1vw + 1rem) 0;
}
/* line 5, sass/partials/_header.scss */
.header__logo {
  cursor: pointer;
  display: block;
}
/* line 8, sass/partials/_header.scss */
.header__logo img, .header__logo svg, .header__logo picture {
  height: 5rem;
  width: auto;
  display: block;
}
/* line 15, sass/partials/_header.scss */
.header h1 {
  margin: 0;
}
/* line 19, sass/partials/_header.scss */
.header__search {
  background: transparent;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background: rgba(71, 61, 123, 0);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
/* line 31, sass/partials/_header.scss */
.header__search .icon::before {
  background: #B1E900;
  width: 2.8rem;
  height: 2.8rem;
}
/* line 36, sass/partials/_header.scss */
.header__search:hover {
  background: #473D7B;
}

/* line 1, sass/partials/_block.scss */
.blocks {
  display: flex;
  flex-wrap: wrap;
  margin: calc(0% - (0.75vw + 0.75rem));
  padding-bottom: calc(1vw + 1rem);
}

/* line 8, sass/partials/_block.scss */
.block {
  padding: calc(0.75vw + 0.75rem);
  position: relative;
}
/* line 16, sass/partials/_block.scss */
.block__inner {
  position: relative;
  width: 100%;
  border-radius: 1.8rem;
  padding: calc(1.5vw + 1.5rem);
  display: flex;
  flex-direction: column;
  background: #473D7B;
  height: 100%;
  min-height: 16vw;
}
/* line 31, sass/partials/_block.scss */
.block__inner[style*="background-image"] {
  background: center/cover no-repeat;
}
/* line 35, sass/partials/_block.scss */
.block__inner h3 {
  color: #DBE58F;
}
/* line 39, sass/partials/_block.scss */
.block__inner__split {
  display: flex;
  column-gap: 1rem;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
/* line 46, sass/partials/_block.scss */
.block__inner__split__col {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
}
/* line 51, sass/partials/_block.scss */
.block__inner__split__col > *:last-child {
  margin-bottom: 0;
}
/* line 52, sass/partials/_block.scss */
.block__inner__split__col__btm {
  margin-top: auto;
}
/* line 55, sass/partials/_block.scss */
.block__inner__split__col:nth-child(2) {
  justify-content: center;
}
/* line 57, sass/partials/_block.scss */
.block__inner__split__col:nth-child(2) img {
  margin-left: auto;
}
/* line 62, sass/partials/_block.scss */
.block__inner__split__col--imgs {
  flex-direction: row;
  column-gap: 1rem;
  display: flex;
  height: 20rem;
}
/* line 67, sass/partials/_block.scss */
.block__inner__split__col--imgs img {
  flex: 0 0 calc(50% - .5rem);
  max-width: calc(50% - .5rem);
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
}
/* line 76, sass/partials/_block.scss */
.block__inner__mid {
  margin-top: auto;
}
/* line 78, sass/partials/_block.scss */
.block__inner__mid h2 {
  display: flex;
  justify-content: space-between;
}
/* line 83, sass/partials/_block.scss */
.block__inner__foot {
  margin-top: auto;
}
/* line 85, sass/partials/_block.scss */
.block__inner__foot > *:last-child {
  margin-bottom: 0;
}
/* line 88, sass/partials/_block.scss */
.block__inner__text--center {
  justify-content: center;
  text-align: center;
}
/* line 91, sass/partials/_block.scss */
.block__inner__text--center .block__inner__text__row {
  justify-content: center;
}
/* line 95, sass/partials/_block.scss */
.block__inner__text__row {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
/* line 99, sass/partials/_block.scss */
.block__inner__text__row a {
  display: block;
  font-size: 2.4rem;
  font-weight: 900;
  text-decoration: underline;
  color: #FFF;
}
/* line 105, sass/partials/_block.scss */
.block__inner__text__row a svg {
  height: 4rem;
  widows: auto;
  display: block;
}
/* line 110, sass/partials/_block.scss */
.block__inner__text__row a:hover {
  color: #B1E900;
}
/* line 115, sass/partials/_block.scss */
.block__inner__text * + .block__inner__text__row {
  margin-top: calc(0.75vw + 0.75rem);
}
/* line 119, sass/partials/_block.scss */
.block--banner {
  flex: 0 0 100%;
}
/* line 124, sass/partials/_block.scss */
.block--banner .block__inner {
  display: flex;
  min-height: 25vw;
  max-height: 45rem;
}
/* line 130, sass/partials/_block.scss */
.block--banner .block__inner[style*="background-image"] {
  background-position: top;
}
/* line 135, sass/partials/_block.scss */
.block--7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
/* line 142, sass/partials/_block.scss */
.block--6 {
  flex: 0 0 50%;
  max-width: 50%;
}
/* line 149, sass/partials/_block.scss */
.block--5 {
  flex: 0 0 41.66666%;
  max-width: 41.66666%;
}
/* line 159, sass/partials/_block.scss */
.block--4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
/* line 165, sass/partials/_block.scss */
.block--4 .block__inner {
  min-height: 12vw;
}

/* line 1, sass/partials/_misc.scss */
body .iframe-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* line 5, sass/partials/_misc.scss */
body .iframe-wrapper::before {
  content: '';
  padding-bottom: 56.25%;
  display: block;
}
/* line 10, sass/partials/_misc.scss */
body .iframe-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 19, sass/partials/_misc.scss */
.social {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding: 0;
  margin: -.4rem;
}
/* line 26, sass/partials/_misc.scss */
.social li a {
  display: block;
  padding: .4rem;
}
/* line 29, sass/partials/_misc.scss */
.social li a i::before {
  background: #FFF;
  height: 2rem;
  width: 2rem;
}

/* line 38, sass/partials/_misc.scss */
.cols--3 {
  column-count: 3;
  column-gap: 2rem;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 44, sass/partials/_misc.scss */
.cols--3 li {
  font-size: 2rem;
}
/* line 46, sass/partials/_misc.scss */
.cols--3 li a {
  color: #FFF;
  text-decoration: underline;
  line-height: 1.3em;
  font-weight: 900;
}
/* line 51, sass/partials/_misc.scss */
.cols--3 li a:hover {
  color: #B1E900;
}
