/*! normalize.css simplified version*/
hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

@font-face {
  font-family: "Merriweather";
  src: url(../fonts/Merriweather-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Merriweather";
  src: url(../fonts/Merriweather-Regular.woff2);
  src: url(../fonts/Merriweather-Regular.woff2) format("woff2"), url(../fonts/Merriweather-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Merriweather";
  src: url(../fonts/Merriweather-Bold.woff2);
  src: url(../fonts/Merriweather-Bold.woff2) format("woff2"), url(../fonts/Merriweather-Regular.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Merriweather";
  src: url(../fonts/Merriweather-Black.woff2);
  src: url(../fonts/Merriweather-Black.woff2) format("woff2"), url(../fonts/Merriweather-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
/*
@font-face {
  font-family: "NeueHaasUnicaPro";
  src: url(../fonts/NeueHaasUnicaPro-Light.woff2);
  src: url(../fonts/NeueHaasUnicaPro-Light.woff2) format("woff2"), url(../fonts/NeueHaasUnicaPro-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "NeueHaasUnicaPro";
  src: url(../fonts/NeueHaasUnicaPro-Medium.woff2);
  src: url(../fonts/NeueHaasUnicaPro-Medium.woff2) format("woff2"), url(../fonts/NeueHaasUnicaPro-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "NeueHaasUnicaPro";
  src: url(../fonts/NeueHaasUnicaPro-Bold.woff2);
  src: url(../fonts/NeueHaasUnicaPro-Bold.woff2) format("woff2"), url(../fonts/NeueHaasUnicaPro-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "NHaasGrotesk";
  src: url(../fonts/NHaasGroteskDSStd-55Rg.woff2);
  src: url(../fonts/NHaasGroteskDSStd-55Rg.woff2) format("woff2"), url(../fonts/NHaasGroteskDSStd-55Rg.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "NHaasGrotesk";
  src: url(../fonts/NHaasGroteskDSStd-65Md.woff2);
  src: url(../fonts/NHaasGroteskDSStd-65Md.woff2) format("woff2"), url(../fonts/NHaasGroteskDSStd-65Md.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "NHaasGrotesk";
  src: url(../fonts/NHaasGroteskDSStd-75Bd.woff2);
  src: url(../fonts/NHaasGroteskDSStd-75Bd.woff2) format("woff2"), url(../fonts/NHaasGroteskDSStd-75Bd.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus {
  outline: 1px solid #2d4a77 !important;
}

body.using-mouse :focus {
  outline: none !important;
}

html {
  font-size: 62.5%;
  /* Sets base to 10px */
  line-height: 1.15;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

html.open-modal {
  overflow-y: hidden;
}

html,
button,
a,
input,
select,
textarea {
  font-family: "Merriweather", sans-serif;
}

input,
select,
textarea {
  max-width: 100%;
}

body {
  margin: 0;
  font-weight: 400;
  color: #424242;
  background: #ffffff;
  overflow-x: clip;
  font-size: 1.4rem;
  line-height: 1.85714;
}

@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

@media (max-width: 992px) {
  body {
    overflow-x: hidden;
  }
}

figure {
  margin: 0;
}

img,
svg {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

nav li {
  display: inline-block;
}

ul {
  margin-top: 0;
  list-style: none;
  padding-left: 0;
}

.screen-reader-text {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  margin: -1px;
  word-wrap: normal !important;
  border: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

a.skip-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-link:focus,
a.skip-link:active {
  color: #fff;
  background-color: #000;
  left: 20px;
  top: 20px;
  width: 150px;
  height: auto;
  overflow: auto;
  margin: 0;
  padding: 5px;
  border-radius: 8px;
  border: 2px solid yellow;
  text-align: center;
  font-size: 1.6rem;
  z-index: 999;
}

.privacy-policy .page-content__wrapper {
  margin: 16rem 0;
}

.wp-block-custom-container {
  margin: 16rem 0;
}

.page-content__wrapper > h1, .page-content__wrapper > h2, .page-content__wrapper > h3, .page-content__wrapper > h4, .page-content__wrapper > h5, .page-content__wrapper > h6, .page-content__wrapper > p, .page-content__wrapper > ul, .page-content__wrapper > ol, .page-content__wrapper > a {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 1.5rem;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes btnBg {
  0% {
    opacity: 0;
    background-position: 0% 50%;
  }
  10% {
    opacity: 1;
  }
  100% {
    background-position: 100% 50%;
    opacity: 1;
  }
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

html.user-tab-nav a:focus, html.user-tab-nav
button:focus, html.user-tab-nav
input:focus, html.user-tab-nav
select:focus, html.user-tab-nav
textarea:focus {
  outline: 2px solid blue;
  outline-offset: 0;
}

a {
  font-weight: 400;
  color: #2d4a77;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.page-content a:not([class]),
.rich-text a {
  text-decoration: underline;
}

a img {
  border: 0;
}

a:focus, a:hover {
  color: #12b8d0;
}

p {
  margin: 0 0 2.4rem;
}

hr {
  margin: 4rem 0;
  border-top: 1px solid #424242;
}

::selection {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  background: #12b8d0;
}

::-moz-selection {
  color: #ffffff;
  background: #12b8d0;
}

.wp-caption {
  width: auto !important;
}

.wp-caption figure {
  width: auto !important;
  margin: 0;
}

.alignleft,
.wp-block-image .alignleft {
  float: left;
  margin: 0 2rem 2rem 0;
}

.alignright,
.wp-block-image .alignright {
  float: right;
  margin: 0 0 2rem 2rem;
}

.alignnone,
.wp-block-image .alignnone {
  display: inline-block;
  max-width: 100%;
}

.aligncenter,
.wp-block-image .aligncenter {
  clear: both;
  margin: 2rem auto;
  text-align: center;
}

.has-text-uppercase {
  text-transform: uppercase;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

.has-text-align-center {
  text-align: center;
}

.has-large-font-size {
  font-size: 2rem;
  line-height: 1.3;
}

.has-normal-font-size,
.has-regular-font-size {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
}

.is-style-subheading {
  margin-bottom: 2.4rem;
  font-weight: 600;
  color: #2d4a77;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.4;
}

.is-content-justification-top-center {
  align-items: flex-start;
  justify-content: center;
}

.is-content-justification-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.is-content-justification-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.is-content-justification-center-center {
  align-items: center;
  justify-content: center;
}

.is-content-justification-center-left {
  align-items: center;
  justify-content: flex-start;
}

.is-content-justification-center-right {
  align-items: center;
  justify-content: flex-end;
}

.is-content-justification-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.is-content-justification-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.is-content-justification-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.container {
  width: 100%;
  max-width: 720px;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1110px;
  }
}

.container.container--full {
  max-width: 100%;
}

.d-flex {
  display: flex;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.row.justify-content-end {
  justify-content: flex-end;
}

.row.justify-content-center {
  justify-content: center;
}

.row.justify-content-between {
  justify-content: space-between;
}

.row.justify-content-evenly {
  justify-content: space-evenly;
}

.row.align-items-center {
  align-items: center;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 1.5rem;
}

[class*="col-"] {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 1.5rem;
}

.col-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 768px) {
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .col-md-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .col-lg-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media (min-width: 1200px) {
  .col-xl-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.offset-0 {
  margin-left: 0%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
}

@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 8.33333%;
  }
}

@media (min-width: 768px) {
  .offset-md-2 {
    margin-left: 16.66667%;
  }
}

@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: 25%;
  }
}

@media (min-width: 768px) {
  .offset-md-4 {
    margin-left: 33.33333%;
  }
}

@media (min-width: 768px) {
  .offset-md-5 {
    margin-left: 41.66667%;
  }
}

@media (min-width: 768px) {
  .offset-md-6 {
    margin-left: 50%;
  }
}

@media (min-width: 768px) {
  .offset-md-7 {
    margin-left: 58.33333%;
  }
}

@media (min-width: 768px) {
  .offset-md-8 {
    margin-left: 66.66667%;
  }
}

@media (min-width: 768px) {
  .offset-md-9 {
    margin-left: 75%;
  }
}

@media (min-width: 768px) {
  .offset-md-10 {
    margin-left: 83.33333%;
  }
}

@media (min-width: 768px) {
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-3 {
    margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-6 {
    margin-left: 50%;
  }
}

@media (min-width: 992px) {
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-9 {
    margin-left: 75%;
  }
}

@media (min-width: 992px) {
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-3 {
    margin-left: 25%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-6 {
    margin-left: 50%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-9 {
    margin-left: 75%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 768px) {
  .order-md-1 {
    order: 1;
  }
}

@media (min-width: 768px) {
  .order-md-2 {
    order: 2;
  }
}

@media (min-width: 768px) {
  .order-md-3 {
    order: 3;
  }
}

@media (min-width: 768px) {
  .order-md-4 {
    order: 4;
  }
}

@media (min-width: 768px) {
  .order-md-5 {
    order: 5;
  }
}

@media (min-width: 768px) {
  .order-md-6 {
    order: 6;
  }
}

@media (min-width: 768px) {
  .order-md-7 {
    order: 7;
  }
}

@media (min-width: 768px) {
  .order-md-8 {
    order: 8;
  }
}

@media (min-width: 768px) {
  .order-md-9 {
    order: 9;
  }
}

@media (min-width: 768px) {
  .order-md-10 {
    order: 10;
  }
}

@media (min-width: 768px) {
  .order-md-11 {
    order: 11;
  }
}

@media (min-width: 768px) {
  .order-md-12 {
    order: 12;
  }
}

@media (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
}

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2;
  }
}

@media (min-width: 992px) {
  .order-lg-3 {
    order: 3;
  }
}

@media (min-width: 992px) {
  .order-lg-4 {
    order: 4;
  }
}

@media (min-width: 992px) {
  .order-lg-5 {
    order: 5;
  }
}

@media (min-width: 992px) {
  .order-lg-6 {
    order: 6;
  }
}

@media (min-width: 992px) {
  .order-lg-7 {
    order: 7;
  }
}

@media (min-width: 992px) {
  .order-lg-8 {
    order: 8;
  }
}

@media (min-width: 992px) {
  .order-lg-9 {
    order: 9;
  }
}

@media (min-width: 992px) {
  .order-lg-10 {
    order: 10;
  }
}

@media (min-width: 992px) {
  .order-lg-11 {
    order: 11;
  }
}

@media (min-width: 992px) {
  .order-lg-12 {
    order: 12;
  }
}

@media (min-width: 1200px) {
  .order-xl-1 {
    order: 1;
  }
}

@media (min-width: 1200px) {
  .order-xl-2 {
    order: 2;
  }
}

@media (min-width: 1200px) {
  .order-xl-3 {
    order: 3;
  }
}

@media (min-width: 1200px) {
  .order-xl-4 {
    order: 4;
  }
}

@media (min-width: 1200px) {
  .order-xl-5 {
    order: 5;
  }
}

@media (min-width: 1200px) {
  .order-xl-6 {
    order: 6;
  }
}

@media (min-width: 1200px) {
  .order-xl-7 {
    order: 7;
  }
}

@media (min-width: 1200px) {
  .order-xl-8 {
    order: 8;
  }
}

@media (min-width: 1200px) {
  .order-xl-9 {
    order: 9;
  }
}

@media (min-width: 1200px) {
  .order-xl-10 {
    order: 10;
  }
}

@media (min-width: 1200px) {
  .order-xl-11 {
    order: 11;
  }
}

@media (min-width: 1200px) {
  .order-xl-12 {
    order: 12;
  }
}

@media (max-width: 992px) {
  .container,
  [class*="col-"] {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 992px) {
  .row {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

.block-spacing--pt {
  padding-top: 5rem;
}

@media (min-width: 768px) {
  .block-spacing--pt {
    padding-top: 7rem;
  }
}

.block-spacing--pb {
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .block-spacing--pb {
    padding-bottom: 7rem;
  }
}

.block-spacing--mt {
  margin-top: 5rem;
}

@media (min-width: 768px) {
  .block-spacing--mt {
    margin-top: 7rem;
  }
}

.block-spacing--mb {
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .block-spacing--mb {
    margin-bottom: 7rem;
  }
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #f8fafd;
  border-radius: 0.6rem;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  float: left;
  font-size: 1.4rem;
  line-height: 1.14286;
  height: 3.6rem;
  outline: none;
  padding-left: 1rem;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 9.3rem;
  display: flex;
  align-items: center;
  color: #7e7e7e;
}

@media (min-width: 992px) {
  .nice-select {
    width: 16rem;
    font-size: 1.6rem;
    line-height: 1;
  }
}

.nice-select + .wpcf7-not-valid-tip {
  transform: translateY(5px);
}

.nice-select:after {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/svg/chevron.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .nice-select:after {
    width: 1.5rem;
    height: 1.5rem;
    right: 1.8rem;
  }
}

.nice-select.open:after {
  transform: translateY(-50%) rotate(180deg);
}

.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #ccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .nice-select-dropdown {
  margin-top: 4px;
  background-color: #f8fafd;
  border-radius: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(19px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
  width: 100%;
}

.nice-select .list {
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 210px;
  overflow-y: auto;
  margin-bottom: 0;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.nice-select .optgroup {
  font-weight: bold;
}

.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}

.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}

.nice-select .list::-webkit-scrollbar {
  width: 0;
}

.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}

.nice-select .has-multiple span.current {
  border: 1px solid #ccc;
  background: #eee;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}

.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}

.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 5px 5px 0 0;
}

.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 14px;
}
