@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: inherit;
}

html {
  font-family: sans-serif;
  text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  line-height: 3.25rem;
}

h2 {
  line-height: 2.25rem;
}

h3 {
  line-height: 2rem;
}

h4 {
  line-height: 1.75rem;
}

h5 {
  line-height: 1.5rem;
}

h6 {
  line-height: 1.25rem;
}

article, aside, details,
figcaption, figure, footer, header, main,
menu, nav, section, summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  display: inline-block;
  padding: 0 5px;
  background-color: #ff0;
  color: #000;
}

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;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button, input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button, html [type=button],
[type=reset], [type=submit] {
  appearance: button;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: mt-table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=search] {
  appearance: textfield;
}

html {
  font-size: 16px;
}
@media (min-width: 480px) {
  html {
    font-size: calc(16px + 0.0018726592 * (100vw - 480px));
  }
}
@media (min-width: 1548px) {
  html {
    font-size: 18px;
  }
}

::selection {
  background-color: #522a6d;
  color: #ffffff;
}

body {
  line-height: 1.25;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #1c1c1c;
  background-color: #ffffff;
}

main {
  padding-top: 95px;
}
@media (min-width: 1024px) {
  main {
    padding-top: 111px;
  }
}

ol,
ul {
  margin: 0;
  left: 0;
}

a {
  transition: all 0.15s ease;
}

p {
  line-height: 1.25;
  margin: calc(1.12 * 1.25rem) 0;
}
p a {
  color: #522a6d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  line-height: 1.25;
}

h1 {
  font-size: 1.75rem;
  margin: calc(0.67 * 1.25rem) 0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.75rem;
  }
}

h2 {
  font-size: 1.45rem;
  font-weight: 700;
  margin: calc(0.75 * 1.25rem) 0;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 1.45rem;
  font-weight: 700;
  margin: calc(0.83 * 1.25rem) 0;
}

h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: calc(1.12 * 1.25rem) 0;
}

h5 {
  font-size: 1rem;
  font-weight: 700;
  margin: calc(1.5 * 1.25rem) 0;
}

h6 {
  font-size: 0.75rem;
  font-weight: 700;
  margin: calc(1.67 * 1.25rem) 0;
}

b,
strong {
  font-weight: 700;
}

blockquote {
  position: relative;
  background-color: #f9f9f9;
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  margin: 1.25rem 0;
  z-index: 1;
}
blockquote:before {
  content: '"';
  font-size: 8rem;
  position: absolute;
  z-index: 0;
  top: 2.5rem;
  left: 2.5rem;
  color: #7f7e7f;
  opacity: 0.25;
}
blockquote:after {
  content: "";
  width: 1rem;
  height: 100%;
  background: #7f7e7f;
  position: absolute;
  top: 0;
  left: 0;
}

img {
  max-width: 100%;
  height: auto;
}

#goToTop {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 26px;
  transition: opacity 0.3s ease;
  text-decoration: none;
  z-index: 1000;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 10px rgba(255, 255, 255, 0.2); /* Soft glow for illumination and specular highlight */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3); /* Inner highlight for glassy shine */
  backdrop-filter: blur(10px); /* Frosted glass blur effect */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Subtle border for depth */
}

#goToTop.show {
  opacity: 1;
}

.offcanvas-header h1,
.offcanvas-header h2,
.offcanvas-header h3,
.offcanvas-header h4,
.offcanvas-header h5,
.offcanvas-header h6 {
  font-family: inherit;
  margin: inherit;
  line-height: inherit;
}

.offcanvas-body .control-label {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.needs-validation {
  padding: 50px;
}
.needs-validation h1,
.needs-validation h2,
.needs-validation h3,
.needs-validation h4,
.needs-validation h5,
.needs-validation h6 {
  font-family: inherit;
  margin: inherit;
  line-height: inherit;
}

.app-admin-modal .modal {
  background: rgba(0, 0, 0, 0.7);
}

.modal-title {
  font-family: inherit;
  margin: inherit;
}

.tab-pane .container {
  width: 100%;
}

.search-result-container::after {
  clear: both;
  content: "";
  display: block;
}
.search-result-container {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 0) {
  .search-result-container {
    width: 90%;
  }
}
@media (min-width: 480px) {
  .search-result-container {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .search-result-container {
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .search-result-container {
    width: 944px;
  }
}
@media (min-width: 1274px) {
  .search-result-container {
    width: 1194px;
  }
}
.search-result-container {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.search-result-container .container-fluid {
  padding: 0;
}

.mt-btn {
  border: 1px solid transparent;
  background: none;
  display: inline-block;
  font-family: "Playfair Display", serif;
  line-height: 1;
  padding: 0.625rem 0.625rem;
  text-align: center;
  transition: all 0.25s ease;
}
.mt-btn--sm {
  font-size: 0.85rem;
  padding: 0.625rem 0.25rem;
}
.mt-btn--primary {
  background-color: #f7941d;
  border-color: #f7941d;
  color: #ffffff;
}
.mt-btn--primary:hover, .mt-btn--primary:focus {
  background-color: transparent;
  color: #f7941d;
}
.mt-btn--secondary {
  border-color: #2395dd;
  color: #2395dd;
}
.mt-btn--secondary:hover, .mt-btn--secondary:focus {
  background-color: #2395dd;
  color: #ffffff;
}
.mt-btn--secondary.mt-btn--light {
  border-color: #ffffff;
  color: #ffffff;
}
.mt-btn--secondary.mt-btn--light:hover, .mt-btn--secondary.mt-btn--light:focus {
  background-color: #ffffff;
  color: #000000;
}
.mt-btn--tertiary {
  background-color: #522a6d;
  border-color: #522a6d;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  padding: 0.625rem 1.25rem;
}
.mt-btn--tertiary:hover, .mt-btn--tertiary:focus {
  background-color: transparent;
  color: #522a6d;
}
.mt-btn--tertiary.mt-btn--light {
  border-color: #ffffff;
  color: #ffffff;
}
.mt-btn--tertiary.mt-btn--light:hover, .mt-btn--tertiary.mt-btn--light:focus {
  background-color: #ffffff;
  color: #522a6d;
}
.mt-hero__caption .mt-btn--tertiary:hover, .mt-hero__caption .mt-btn--tertiary:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #522a6d;
}
.mt-btn--quaternary {
  background-color: #7f7e7f;
  border-color: #7f7e7f;
  color: #ffffff;
}
.mt-btn--quaternary:hover, .mt-btn--quaternary:focus {
  background-color: #545454;
  border-color: #545454;
}
.mt-btn--search {
  background: none;
  border: none;
  padding: 0;
  width: 15px;
  height: 15px;
}
.mt-btn--search svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #522a6d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}
.mt-btn--search:hover, .mt-btn--search:focus {
  outline: none;
  opacity: 0.5;
}

a.mt-btn {
  text-decoration: none;
}

.mt-cta {
  background-color: #522a6d;
  color: #ffffff;
  padding: 1.25rem 0;
}
@media (max-width: 768px) {
  .mt-cta .col-sm-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.mt-cta ::selection {
  background-color: #ffffff;
  color: #522a6d;
}
.mt-cta__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-cta__title {
    font-size: 1.25rem;
    margin: 0;
  }
}
.mt-cta .mt-btn {
  border-color: #ffffff;
  color: #ffffff;
  width: 100%;
  padding: 0.625rem 2.5rem;
}
@media (max-width: 768px) {
  .mt-cta .mt-btn {
    max-width: 80%;
  }
}
.mt-cta .mt-btn:hover, .mt-cta .mt-btn:focus {
  background-color: #ffffff;
  color: #522a6d;
}
.mt-cta.mt-cta--alt {
  background-color: #ffffff;
  color: #2395dd;
}
.mt-cta.mt-cta--alt ::selection {
  background-color: #522a6d;
  color: #ffffff;
}
.mt-cta.mt-cta--alt .mt-btn {
  border-color: #2395dd;
  color: #2395dd;
}
.mt-cta.mt-cta--alt .mt-btn:hover, .mt-cta.mt-cta--alt .mt-btn:focus {
  background-color: #2395dd;
  color: #ffffff;
}

.mt-form-group {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .mt-form-group {
    margin-bottom: 0;
  }
}
.mt-form-group label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.mt-form-group .mt-form-fieldset {
  border: none;
  padding: 0;
}
@media (min-width: 768px) {
  .mt-form-group .mt-form-fieldset {
    display: flex;
  }
}
.mt-form-group .mt-form-fieldset legend {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}
.mt-form-group .mt-form-fieldset input[type=radio],
.mt-form-group .mt-form-fieldset input[type=checkbox] {
  margin-right: 0.3125rem;
}
.mt-form-group .mt-form-fieldset label {
  font-size: 0.675rem;
  margin: 0;
}

.mt-form-control {
  width: 100%;
  padding: 0.625rem;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  transition: all 0.25s ease;
}
.mt-form-control[required] {
  border-left: 2px solid #f61118;
}
.mt-form-control:focus {
  border-color: #522a6d;
  outline: none;
}
.mt-form-control::placeholder {
  color: #d9d9d9;
  opacity: 1;
}

.mt-form-fieldset__inner {
  padding: 0.625rem;
  border-left: 2px solid #f61118;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .mt-form-fieldset__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}
.mt-form-fieldset__inner div {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .mt-form-fieldset__inner div {
    margin-bottom: 0;
  }
}

.mt-form-instructions {
  font-size: 0.75rem;
}

.consultant-form {
  background-color: #f7f7f7;
  padding: 2.1875rem 0;
}
@media (min-width: 768px) {
  .consultant-form {
    padding: 3.125rem 0;
  }
}
.consultant-form h2 {
  margin-top: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .consultant-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    grid-template-rows: repeat(3, auto);
  }
  .consultant-form form > *:nth-child(n+8) {
    grid-column: 1/-1;
  }
}
.consultant-form form .mt-btn {
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .consultant-form form .mt-btn {
    width: 25%;
  }
}

.mt-hero {
  position: relative;
}
.mt-hero.mt-hero--alt {
  display: grid;
}
.mt-hero.mt-hero--alt h1 {
  font-size: 1.9rem;
}
@media (min-width: 480px) {
  .mt-hero.mt-hero--alt {
    grid-template-columns: 55% 1fr;
  }
}
.mt-hero.mt-hero--busy .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .mt-hero.mt-hero--busy .container {
    flex-direction: row;
    justify-content: center;
  }
}

.mt-hero__block {
  background-color: #000000;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  .mt-hero__block {
    height: 350px;
  }
}
@media (min-width: 1024px) {
  .mt-hero__block {
    height: 450px;
  }
}
@media (min-width: 1274px) {
  .mt-hero__block {
    height: 550px;
  }
}
.mt-hero__block:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.mt-hero--alt .mt-hero__block {
  background-color: inherit;
}
.mt-hero--alt .mt-hero__block:after {
  display: none;
}
@media (max-width: 480px) {
  .mt-hero--alt .mt-hero__block {
    height: auto;
  }
}
@media (min-width: 768px) {
  .mt-hero--alt .mt-hero__block {
    height: 382px;
  }
}
.mt-hero__block img {
  opacity: 0.63;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(130%);
}
@media (max-width: 768px) {
  .mt-hero--busy .mt-hero__block {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .mt-hero--busy .mt-hero__block {
    height: 350px;
  }
}
.mt-hero__block .mt-hero__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 2;
}
.mt-hero--alt .mt-hero__block .mt-hero__caption {
  padding: 0 1.25rem;
}
@media (max-width: 480px) {
  .mt-hero--alt .mt-hero__block .mt-hero__caption {
    padding: 5rem 1.25rem;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    overflow: visible;
    z-index: auto;
  }
}

.mt-hero__caption {
  color: #f5f5f5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  overflow: hidden;
  text-align: center;
  z-index: 2;
}
@media (min-width: 768px) {
  .mt-hero__caption {
    width: 100%;
  }
}
.mt-hero__caption h1 {
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
}
@media (min-width: 480px) {
  .mt-hero__caption h1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.mt-hero__caption h1 span {
  display: inline-block;
}
.mt-hero__caption h1 span.letter::first-letter {
  font-weight: 700;
}
.mt-hero__caption h1 .pipe {
  display: none;
}
@media (min-width: 480px) {
  .mt-hero__caption h1 .pipe {
    background-color: #ffffff;
    display: inline-block;
    margin: 0 0.3125rem;
    height: 3.75rem;
    width: 2px;
  }
}
@media (min-width: 768px) {
  .mt-hero__caption h1 .pipe {
    height: 5.75rem;
  }
}
.mt-hero--alt .mt-hero__caption h1 {
  display: block;
}
.mt-hero--busy .mt-hero__caption h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  margin: 0;
}

.mt-hero__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mt-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mt-hero--busy .mt-hero__image {
  max-width: 30%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .mt-hero--busy .mt-hero__image {
    flex-basis: 33.33%;
    margin: 0;
    padding: 0 1.25rem;
  }
}
@media (min-width: 768px) {
  .mt-hero--alt .mt-hero__image {
    height: 382px;
  }
}

.mt-hero__column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.625rem;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .mt-hero__column {
    flex-basis: 33.33%;
    gap: 1.25rem;
    padding: 0;
  }
}

.mt-standard {
  padding: 2.1875rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .mt-standard {
    padding: 3.125rem 0;
  }
}
.mt-standard.bg-color--primary, .mt-standard.bg-color--tertiary {
  color: #ffffff;
}
.mt-standard > :is(.mt-text-image) {
  padding: 0;
}
.mt-standard--alt {
  background-color: #2395dd;
  color: #ffffff;
  padding: 0.3125rem 0;
  text-align: center;
}
.mt-standard h2 {
  margin-top: 0;
}

.mt-product-grid {
  padding: 2.5rem 0;
}
.mt-text-image + .mt-product-grid {
  padding: 0;
}

.mt-product-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.25rem;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .mt-product-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .mt-product-list.mt-product-list--alt {
    grid-template-columns: repeat(auto-fit, minmax(200px, 350px));
  }
}
.mt-product-list ul {
  list-style-type: disc;
}

.mt-product-card {
  border: 1px solid #d9d9d9;
  border-top: 4px solid #f7941d;
  padding: 1.25rem;
  text-align: center;
}
@media (min-width: 768px) {
  .mt-product-card {
    max-width: 460px;
    width: 100%;
    justify-self: center;
  }
}
.mt-product-card article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mt-product-card .mt-btn {
  margin: auto auto 0;
  width: max-content;
}
.mt-product-card h3 {
  font-style: italic;
  font-size: 1.15rem;
  margin: 0 0 0.3125rem;
}
.mt-product-grid--alt .mt-product-card h3 {
  font-style: normal;
  margin-bottom: 1.875rem;
}
.mt-product-card h4 {
  font-size: 1.15rem;
  font-weight: 400;
  margin: 0 0 1.25rem;
}
.mt-product-card p {
  margin-top: 0;
}

.mt-text-image {
  padding: 2.1875rem 0;
}
@media (min-width: 768px) {
  .mt-text-image {
    padding: 3.125rem 0;
  }
}
.mt-text-image--reverse .container > .row {
  flex-direction: row-reverse;
}
.mt-text-image--normal h2 {
  font-size: 1.7rem;
  font-weight: normal;
}
.mt-standard .mt-text-image.mt-text-image--normal:not(:last-child) {
  margin-bottom: 0;
}
.mt-standard .mt-text-image {
  text-align: left;
}
.mt-standard .mt-text-image:not(:last-child) {
  margin-bottom: 3.125rem;
}
.mt-text-image h2 {
  color: #522a6d;
  margin: 0;
}
@media (min-width: 768px) {
  .mt-text-image p {
    margin-bottom: 0;
  }
}
.mt-text-image .mt-btn {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .mt-text-image .mt-btn {
    margin-top: 1.25rem;
    margin-bottom: 0;
  }
}

.mt-center-image {
  position: relative;
}
.mt-center-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.mt-center-image.no-shadow:after {
  display: none;
}
.mt-center-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.mt-center-image .container {
  color: #ffffff;
  text-align: center;
  padding: 3.75rem 0;
  position: relative;
  z-index: 3;
}

.mt-features-grid {
  background-color: #e0e0e0;
  padding: 2.5rem 0;
}

.mt-features-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.25rem;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .mt-features-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

.mt-features-card {
  padding: 1.25rem;
  text-align: center;
}
@media (min-width: 768px) {
  .mt-features-card {
    flex: 0 1 auto;
  }
}
@media (min-width: 1274px) {
  .mt-features-card {
    flex-basis: calc(23% - 1.25rem);
    max-width: 460px;
  }
}
.mt-features-card article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mt-features-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  margin-bottom: 0;
}
.mt-features-card img {
  max-height: 64px;
}

.mt-partners-grid {
  padding: 3.75rem 0 2.5rem;
}
@media (min-width: 768px) {
  .mt-partners-grid .row {
    align-items: flex-start;
  }
}
.mt-partners-grid img {
  display: block;
  max-height: 45px;
}
.mt-partners-grid h3 {
  color: #522a6d;
  font-style: italic;
  font-size: 1.25rem;
  margin-top: 0.4375rem;
  margin-bottom: 0.3125rem;
}
.mt-partners-grid p {
  color: #504c44;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.mt-blocks-icon-number {
  text-align: center;
  padding: 2.1875rem 0;
}
@media (min-width: 768px) {
  .mt-blocks-icon-number {
    padding: 3.125rem 0;
  }
}
.mt-blocks-icon-number > .container p {
  margin-top: 0;
}

.mt-blocks-icon-number__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 3.75rem;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .mt-blocks-icon-number__list {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    max-width: 1200px;
    margin: 0 auto;
  }
}

.mt-blocks-icon-number__card {
  text-align: center;
}
@media (min-width: 420px) and (max-width: 767px) {
  .mt-blocks-icon-number__card {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .mt-blocks-icon-number__card {
    padding: 1.25rem;
  }
}
.mt-blocks-icon-number__card h3 {
  color: #2395dd;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  margin-bottom: 0.9375rem;
}
.mt-blocks-icon-number__card p {
  margin: 0;
}

.mt-blocks-icon-number__image {
  background-color: #f0f1ef;
  border-radius: 50%;
  box-shadow: 0px 6px 12px 3px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  width: 100px;
  height: 100px;
  position: relative;
}
.mt-blocks-icon-number__image > img {
  max-height: 50px;
}
@media (min-width: 768px) {
  .mt-blocks-icon-number__image {
    width: 200px;
    height: 200px;
  }
  .mt-blocks-icon-number__image > img {
    max-height: 80px;
  }
}

.mt-blocks-icon-number__image-number {
  position: absolute;
  top: -20%;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.mt-blocks-icon-number__image-number > img {
  max-height: 20px;
}
@media (min-width: 768px) {
  .mt-blocks-icon-number__image-number {
    width: 89px;
    height: 89px;
  }
  .mt-blocks-icon-number__image-number > img {
    max-height: 30px;
  }
}

.mt-blocks-title-line {
  text-align: center;
  padding: 2.1875rem 0;
}
@media (min-width: 768px) {
  .mt-blocks-title-line {
    padding: 3.125rem 0;
  }
}
.mt-blocks-title-line--small {
  padding: 0;
}

.mt-blocks-title-line__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.25rem;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .mt-blocks-title-line__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
  .mt-blocks-title-line--small .mt-blocks-title-line__list {
    padding: 0.625rem 1.25rem;
    grid-template-rows: repeat(1, 1fr);
  }
}

.mt-blocks-title-line__card {
  text-align: center;
}
@media (min-width: 420px) and (max-width: 767px) {
  .mt-blocks-title-line__card {
    max-width: 75%;
    margin: 0 auto;
  }
  .mt-blocks-title-line__card:last-child {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .mt-blocks-title-line__card {
    padding: 1.25rem;
  }
  .mt-blocks-title-line--small .mt-blocks-title-line__card article {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .mt-blocks-title-line--small .mt-blocks-title-line__card .mt-btn {
    margin-top: auto;
  }
}
.mt-blocks-title-line--small .mt-blocks-title-line__card {
  padding: 0.625rem 1.25rem;
}
.mt-blocks-title-line__card h3 {
  border-bottom: 1px solid #000000;
  color: #522a6d;
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  margin-bottom: 0.3125rem;
  padding-bottom: 0.625rem;
}
.bg-color--primary .mt-blocks-title-line__card h3, .bg-color--tertiary .mt-blocks-title-line__card h3 {
  color: #ffffff;
}
.mt-blocks-title-line--small .mt-blocks-title-line__card h3 {
  border: none;
}
.mt-blocks-title-line__card p {
  margin: 0;
}
.mt-blocks-title-line--alt .mt-blocks-title-line__card p {
  margin-bottom: 0.625rem;
  text-align: left;
}
.bg-color--primary .mt-blocks-title-line__card p, .bg-color--tertiary .mt-blocks-title-line__card p {
  color: #ffffff;
}
.mt-blocks-title-line--small .mt-blocks-title-line__card p {
  margin-bottom: 1.875rem;
}
.mt-blocks-title-line__card img {
  max-height: 271px;
}

.mt-blocks-title-line__inner {
  margin: 0 auto;
  width: 248px;
}

.mt-blocks-title-line__nav {
  display: flex;
  gap: 10px;
}
.mt-blocks-title-line__nav .mt-btn {
  padding-top: 5px;
  padding-bottom: 5px;
}

.mt-blocks-icon-line {
  text-align: center;
  padding: 2.1875rem 0;
}
@media (min-width: 768px) {
  .mt-blocks-icon-line {
    padding: 3.125rem 0;
  }
}
.mt-blocks-icon-line > .container p {
  margin-top: 0;
}

.mt-blocks-icon-line__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.25rem;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .mt-blocks-icon-line__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.mt-blocks-icon-line__card {
  text-align: center;
}
@media (min-width: 420px) and (max-width: 767px) {
  .mt-blocks-icon-line__card {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .mt-blocks-icon-line__card {
    padding: 1.25rem;
  }
}
.mt-blocks-icon-line__card h3 {
  border-bottom: 1px solid #000000;
  color: #522a6d;
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  margin-top: 0.4375rem;
  margin-bottom: 0.3125rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .mt-blocks-icon-line__card h3 {
    margin-top: 1.0375rem;
  }
}
.mt-blocks-icon-line__card p {
  margin: 0;
}
.mt-blocks-icon-line__card img {
  max-width: 75px;
}
@media (min-width: 768px) {
  .mt-blocks-icon-line__card img {
    max-width: 90px;
  }
}

.mt-resources {
  padding: 2.1875rem 0;
}
.mt-resources h2 {
  text-align: center;
}

.mt-resources__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 0.625rem;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
@media (min-width: 1024px) {
  .mt-resources__list {
    gap: 0;
    padding: 1.25rem 0;
  }
}

.mt-resources__item {
  text-align: center;
}
.mt-resources__item:last-child {
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .mt-resources__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
  }
  .mt-resources__item:last-child {
    margin-bottom: 0;
  }
}
.mt-resources__item p {
  font-weight: 700;
  margin-bottom: 0.625rem;
}
@media (min-width: 1024px) {
  .mt-resources__item p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-right: 2.5rem;
    position: relative;
    text-align: right;
    width: 50%;
  }
  .mt-resources__item p:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #1c1c1c;
    margin-left: 2.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
  }
}
.mt-resources__item a {
  color: #2395dd;
  margin-top: 1.4rem;
  margin-bottom: 0.625rem;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .mt-resources__item a {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    text-align: left;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .mt-resources__item:first-child p {
    padding-top: 1.5625rem;
  }
}
@media (min-width: 1024px) {
  .mt-resources__item:first-child a {
    padding-top: 1.5625rem;
  }
}
@media (min-width: 1024px) {
  .mt-resources__item:last-child p {
    padding-bottom: 1.5625rem;
  }
}
@media (min-width: 1024px) {
  .mt-resources__item:last-child a {
    padding-bottom: 1.5625rem;
  }
}

.mt-boxed-icon-text__card {
  background-color: #d6cfe6;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 80%;
  margin: 0 auto 1.25rem;
  text-align: center;
}
.mt-boxed-icon-text__grid .mt-boxed-icon-text__card {
  width: 100%;
}
@media (min-width: 768px) {
  .mt-boxed-icon-text__card {
    flex-direction: row;
    max-width: 80%;
    margin: 0 auto;
    text-align: left;
  }
}
@media (min-width: 1274px) {
  .mt-boxed-icon-text__card {
    max-width: 60%;
  }
}
.mt-boxed-icon-text__card h3 {
  color: #522a6d;
  font-size: 1.7rem;
  font-weight: normal;
  margin: 0 0 0.5rem 0;
}
.mt-boxed-icon-text__grid .mt-boxed-icon-text__card h3 {
  font-size: 1rem;
  font-weight: bold;
}
.mt-boxed-icon-text__card p {
  margin: 0;
}
.mt-boxed-icon-text__list .mt-boxed-icon-text__card p {
  font-size: 0.75rem;
  margin: 0 0 0.1875rem 0;
}

.mt-boxed-icon-text__icon {
  width: 100%;
  margin: 0 auto;
}
.mt-boxed-icon-text__icon:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
}
.mt-boxed-icon-text__list .mt-boxed-icon-text__icon:before {
  height: 35%;
}
@media (min-width: 768px) {
  .mt-boxed-icon-text__icon {
    margin: 0;
    position: absolute;
    max-width: 150px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .mt-boxed-icon-text__list .mt-boxed-icon-text__icon {
    overflow: visible;
  }
  .mt-boxed-icon-text__icon:before {
    content: "";
    top: 0;
    left: 0;
    width: 49%;
    height: 100%;
  }
  .mt-boxed-icon-text__list .mt-boxed-icon-text__icon:before {
    height: 110%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .mt-boxed-icon-text__icon {
    max-width: 135px;
  }
}
.mt-boxed-icon-text__icon img {
  position: relative;
  z-index: 2;
}
.mt-boxed-icon-text__list .mt-boxed-icon-text__icon img {
  box-shadow: -5px 0px 0px 2px #a09f9f;
  border-radius: 50%;
}

.mt-boxed-icon-text__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 1.25rem 1.5625rem 1.25rem;
}
@media (min-width: 768px) {
  .mt-boxed-icon-text__text {
    background-color: transparent;
    padding-left: calc(1.25rem + 150px);
    padding-bottom: 1.25rem;
  }
  .mt-boxed-icon-text__list .mt-boxed-icon-text__text {
    padding-left: calc(1.25rem + 180px);
  }
}
@media (min-width: 1024px) {
  .mt-boxed-icon-text__text {
    padding-left: calc(1.25rem + 135px);
  }
  .mt-boxed-icon-text__list .mt-boxed-icon-text__text {
    padding-left: calc(1.25rem + 165px);
  }
}

.mt-boxed-icon-text__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.25rem;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .mt-boxed-icon-text__list {
    gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .mt-boxed-icon-text__list {
    gap: 1.25rem;
  }
}

/* Slider */
.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;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.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);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: mt-table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-prev {
  left: 15px;
  z-index: 1;
}
.slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  font-size: 2rem;
}

.slick-next {
  right: 15px;
  z-index: 1;
}
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 2rem;
}

.slick-loading .slick-list {
  background: #fff url("../../src/images/icons/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  top: 35.5%;
}
@media (min-width: 768px) {
  .slick-prev,
  .slick-next {
    top: 41%;
  }
}

.mt-table h2,
.mt-table h3 {
  text-align: left;
}
.mt-table h2 i,
.mt-table h3 i {
  color: #522a6d;
  font-weight: normal;
}
@media (max-width: 480px) {
  .mt-table table,
  .mt-table thead,
  .mt-table tbody,
  .mt-table th,
  .mt-table td,
  .mt-table tr {
    display: block;
  }
}
.mt-table table {
  font-family: "Montserrat", sans-serif;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
@media (max-width: 480px) {
  .mt-table table {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .mt-table thead {
    display: none;
  }
}
.mt-table th,
.mt-table td {
  border: 1px solid #141414;
  padding: 0.9375rem;
}
.bg-color--primary .mt-table th,
.bg-color--primary .mt-table td {
  border-color: #ffffff;
}
.mt-table th {
  color: #000000;
}
@media (min-width: 480px) {
  .mt-table th {
    background-color: #d6cfe6;
    font-family: "Playfair Display", serif;
  }
  .mt-table th:nth-child(1), .mt-table th:nth-child(2) {
    width: 25%;
  }
}
.mt-table td:nth-child(1), .mt-table td:nth-child(2) {
  width: 25%;
}
@media (max-width: 480px) {
  .mt-table td {
    border: none;
    position: relative;
    padding-left: 7.5rem;
  }
  .mt-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0.625rem;
    top: 50%;
    transform: translateY(-50%);
    color: #000000;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    text-align: left;
  }
  .mt-table td:nth-child(1):before {
    content: "Type";
  }
  .mt-table td:nth-child(2):before {
    content: "Details";
  }
  .mt-table td:nth-child(3):before {
    content: "Description";
  }
  .mt-table td:nth-child(1), .mt-table td:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .mt-table tr {
    border: 1px solid #141414;
  }
}
.mt-table tr:hover {
  background-color: #f9f9f9;
  color: #000000;
}
.bg-color--primary .mt-table tr:hover .title {
  color: #000000;
}
.bg-color--primary .mt-table tr:hover .title i {
  color: #000000;
}
.mt-table .details {
  color: #6e007b;
  font-weight: 700;
}
.mt-table .mt-table__note {
  font-style: italic;
  font-size: 0.75rem;
  margin-top: 0.3125rem;
  text-align: left;
}
.mt-table .title {
  color: #522a6d;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  text-align: center;
}
.bg-color--primary .mt-table .title {
  color: #f7941d;
}
.mt-table .title i {
  font-weight: normal;
}
.bg-color--primary .mt-table .title i {
  color: #ffffff;
}
.mt-table .description {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 1024px) {
  .mt-table.mt-table--alt table {
    margin: 0 auto;
    max-width: 92%;
  }
}
@media (min-width: 480px) {
  .mt-table.mt-table--alt th:nth-child(1) {
    width: 40%;
  }
  .mt-table.mt-table--alt th:nth-child(2) {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .bg-color--primary .mt-table.mt-table--alt tr {
    border: 1px solid #ffffff;
  }
  .bg-color--primary .mt-table.mt-table--alt tr:hover td::before {
    color: #000000;
  }
}
@media (max-width: 480px) {
  .bg-color--primary .mt-table.mt-table--alt td::before {
    color: #ffffff;
  }
  .mt-table.mt-table--alt td:nth-child(1):before {
    content: "Strategies";
  }
  .mt-table.mt-table--alt td:nth-child(2):before {
    content: "Description";
  }
}

.site-footer {
  background-color: #000000;
  padding: 3.75rem 0 2.5rem;
  color: #ffffff;
}
.site-footer h3 {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 0 1.25rem;
}
@media (min-width: 768px) {
  .site-footer > .container > .row {
    align-items: start;
  }
}

.site-footer__logo-wrapper {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .site-footer__logo-wrapper {
    margin-bottom: 0;
    padding-right: 2.5rem;
  }
}

.site-footer__logo {
  display: block;
  margin: 0 auto 1.25rem;
  max-width: 350px;
}
@media (min-width: 1024px) {
  .site-footer__logo {
    margin: 0 0 1.25rem;
  }
}

.site-header__social {
  display: flex;
  gap: 0.3125rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__social a {
  background-color: #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  transition: all 0.25s ease;
}
.site-header__social a:hover, .site-header__social a:focus {
  background-color: #f7941d;
  outline: none;
}
.site-header__social a:hover svg, .site-header__social a:focus svg {
  fill: #ffffff;
}
.site-header__social svg {
  fill: #545454;
}

.site-footer__nav-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .site-footer__nav-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .site-footer__nav-wrapper {
    gap: 3.75rem;
  }
}

.site-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__nav-list li {
  margin-bottom: 0.625rem;
}
.site-footer__nav-list li a {
  color: #ffffff;
  position: relative;
  padding-left: 1.25rem;
  text-decoration: none;
  transition: all 0.25s ease;
}
.site-footer__nav-list li a:before {
  content: "\f105";
  color: #f7941d;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}
.site-footer__nav-list li a:hover, .site-footer__nav-list li a:focus {
  text-decoration: underline;
}
.site-footer__nav-list li a:hover:before, .site-footer__nav-list li a:focus:before {
  text-decoration: none;
}

.site-footer__details-wrapper {
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__details-wrapper {
    text-align: left;
  }
}
.site-footer__details-wrapper a {
  color: #ffffff;
}
.site-footer__details-wrapper p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .site-footer__details-wrapper p:last-child {
    margin: calc(1.12 * 1.25rem) 0;
  }
}

.site-footer__details-title,
.site-footer__details-time {
  margin: 0;
}

.skip-to-content {
  position: fixed;
  top: -120px;
  opacity: 0;
  z-index: 999999;
}

.site-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: #ffffff;
  top: 0;
}
.site-header .logo {
  display: block;
  width: 160px;
  height: auto;
  transition: all 0.3s ease;
}
.site-header .logo:hover, .site-header .logo:focus {
  opacity: 0.5;
}
@media (min-width: 1025px) {
  .site-header .logo {
    width: 175px;
  }
}
.site-header .logo .logo--lg {
  display: block;
}
.site-header .logo .logo--sm {
  display: none;
}
.site-header.site-header--scrolled .logo {
  width: 140px;
}
.site-header.site-header--scrolled .logo .logo--lg {
  display: none;
}
.site-header.site-header--scrolled .logo .logo--sm {
  display: block;
}
.site-header .toggle-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 3;
  text-decoration: none;
  z-index: 9;
  width: 24px;
  height: 24px;
  margin-left: 1.25rem;
}
.site-header .toggle-menu svg {
  display: block;
  fill: #522a6d;
  transition: all 300ms ease-out;
}
.site-header .toggle-menu span {
  color: #522a6d;
  font-size: 0.7rem;
  line-height: 0.5;
  text-transform: uppercase;
  transition: all 300ms ease-out;
}
.site-header .toggle-menu:hover svg, .site-header .toggle-menu:focus svg {
  fill: #f7941d;
}
.site-header .toggle-menu:hover span, .site-header .toggle-menu:focus span {
  color: #f7941d;
}
@media (min-width: 1024px) {
  .site-header .toggle-menu {
    display: none;
  }
}
.site-header .app-profile,
.site-header .app-login {
  display: none;
}
@media (min-width: 1024px) {
  .site-header .app-profile,
  .site-header .app-login {
    display: block;
  }
}

.site-header__utility-mobile {
  display: flex;
}
@media (min-width: 1024px) {
  .site-header__utility-mobile {
    display: none;
  }
}
.site-header__utility-mobile > span {
  flex: 1 1 33.33%;
}
.site-header__utility-mobile .btn {
  border: 1px solid transparent;
  border-radius: 0;
  background: none;
  display: inline-block;
  font-family: "Playfair Display", serif;
  line-height: 1;
  padding: 0.625rem 0.625rem;
  text-align: center;
  transition: all 0.25s ease;
}
.site-header__utility-mobile .btn--primary {
  background-color: #f7941d;
  border-color: #f7941d;
  color: #ffffff;
}
.site-header__utility-mobile .btn--primary:hover, .site-header__utility-mobile .btn--primary:focus {
  background-color: transparent;
  color: #f7941d;
}
.site-header__utility-mobile .btn--secondary {
  border-color: #2395dd;
  color: #2395dd;
}
.site-header__utility-mobile .btn--secondary:hover, .site-header__utility-mobile .btn--secondary:focus {
  background-color: #2395dd;
  color: #ffffff;
}
.site-header__utility-mobile .btn--secondary.btn--light {
  border-color: #ffffff;
  color: #ffffff;
}
.site-header__utility-mobile .btn--secondary.btn--light:hover, .site-header__utility-mobile .btn--secondary.btn--light:focus {
  background-color: #ffffff;
  color: #000000;
}
.site-header__utility-mobile .btn--tertiary {
  background-color: #522a6d;
  border-color: #522a6d;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  padding: 0.625rem 1.25rem;
}
.site-header__utility-mobile .btn--tertiary:hover, .site-header__utility-mobile .btn--tertiary:focus {
  background-color: transparent;
  color: #522a6d;
}
.site-header__utility-mobile .btn--tertiary.btn--light {
  border-color: #ffffff;
  color: #ffffff;
}
.site-header__utility-mobile .btn--tertiary.btn--light:hover, .site-header__utility-mobile .btn--tertiary.btn--light:focus {
  background-color: #ffffff;
  color: #522a6d;
}
.site-header__utility-mobile .btn--quaternary {
  background-color: #7f7e7f;
  border-color: #7f7e7f;
  color: #ffffff;
}
.site-header__utility-mobile .btn--quaternary:hover, .site-header__utility-mobile .btn--quaternary:focus {
  background-color: #545454;
  border-color: #545454;
}
.site-header__utility-mobile .btn--search {
  background: none;
  border: none;
  padding: 0;
  width: 15px;
  height: 15px;
}
.site-header__utility-mobile .btn--search svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #522a6d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}
.site-header__utility-mobile .btn--search:hover, .site-header__utility-mobile .btn--search:focus {
  outline: none;
  opacity: 0.5;
}
.site-header__utility-mobile a.btn {
  text-decoration: none;
}
.site-header__utility-mobile .btn {
  width: 100%;
}
.site-header__utility-mobile .btn:hover, .site-header__utility-mobile .btn:focus {
  text-decoration: underline;
}
.site-header__utility-mobile .btn--login {
  margin-left: 0 !important;
}
.site-header__utility-mobile .btn--login:hover, .site-header__utility-mobile .btn--login:focus {
  background-color: #f7941d;
  border-color: #f7941d;
  color: #ffffff;
}
.site-header__utility-mobile .app-profile .btn {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.site-header__utility-mobile .form-select {
  background-color: #7f7e7f;
  border: 1px solid #7f7e7f;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-family: "Playfair Display", serif;
  line-height: 1;
  padding: 0.625rem 1.25rem 0.625rem 0.625rem;
  text-align: center;
  transition: all 0.25s ease;
  appearance: none; /* Standard */
  /* Add custom arrow using background image */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="white" d="M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8H32c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.site-header__utility-mobile .form-select:hover, .site-header__utility-mobile .form-select:focus {
  background-color: #7f7e7f;
  border-color: #7f7e7f;
}
.site-header__utility-mobile .app-profile,
.site-header__utility-mobile .app-login {
  display: block;
}

.site-header__controls {
  padding: 0.9375rem 0;
}
@media (min-width: 1024px) {
  .site-header__controls {
    padding: 1.25rem 0 0.625rem;
  }
}
.site-header--scrolled .site-header__controls {
  padding: 0.3125rem 0;
}
@media (min-width: 1024px) {
  .site-header--scrolled .site-header__controls {
    padding: 0.9375rem 0 0.4375rem;
  }
}
.site-header__controls > .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.site-header__controls a {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
}

.site-header__utility {
  margin-left: auto;
}
.site-header__utility .mt-btn--language {
  display: none;
}
@media (min-width: 1024px) {
  .site-header__utility {
    display: flex;
    align-items: center;
  }
  .site-header__utility .mt-btn--language {
    display: block;
    text-decoration: none;
  }
  .site-header__utility .mt-btn--language:hover, .site-header__utility .mt-btn--language:focus {
    text-decoration: underline;
  }
}
.site-header__utility > span:not(.app-search) select {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  border: none;
  outline: none;
  display: none;
}
@media (min-width: 1024px) {
  .site-header__utility > span:not(.app-search) select {
    display: block;
  }
}
.site-header__utility .app-search {
  display: none;
  margin-left: 1.25rem;
}
@media (min-width: 1024px) {
  .site-header__utility .app-search {
    display: block;
  }
}
.site-header__utility .app-search .form-control {
  border-color: #d9d9d9;
}
.site-header__utility .app-search .oi-magnifying-glass:before {
  color: #522a6d;
}
.site-header__utility .app-search + .app-form-inline {
  margin-left: 0.625rem;
}

.site-header__search {
  display: none;
  position: relative;
  padding-left: 1.875rem;
}
@media (min-width: 1024px) {
  .site-header__search {
    display: inline-block;
  }
}
.site-header__search input {
  border-color: transparent;
  width: 115px;
}
.site-header__search input:focus {
  border: 1px solid #d9d9d9;
}
.site-header__search input::placeholder {
  color: #000000;
}
.site-header__search input + button {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
}
.site-header__search.opened input {
  width: 200px;
}

.site-header__nav {
  background-color: #000000;
}
.site-header__nav .btn {
  border: 1px solid transparent;
  border-radius: 0;
  background: none;
  display: inline-block;
  font-family: "Playfair Display", serif;
  line-height: 1;
  padding: 0.625rem 0.625rem;
  text-align: center;
  transition: all 0.25s ease;
}
.site-header__nav .btn--primary {
  background-color: #f7941d;
  border-color: #f7941d;
  color: #ffffff;
}
.site-header__nav .btn--primary:hover, .site-header__nav .btn--primary:focus {
  background-color: transparent;
  color: #f7941d;
}
.site-header__nav .btn--secondary {
  border-color: #2395dd;
  color: #2395dd;
}
.site-header__nav .btn--secondary:hover, .site-header__nav .btn--secondary:focus {
  background-color: #2395dd;
  color: #ffffff;
}
.site-header__nav .btn--secondary.btn--light {
  border-color: #ffffff;
  color: #ffffff;
}
.site-header__nav .btn--secondary.btn--light:hover, .site-header__nav .btn--secondary.btn--light:focus {
  background-color: #ffffff;
  color: #000000;
}
.site-header__nav .btn--tertiary {
  background-color: #522a6d;
  border-color: #522a6d;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  padding: 0.625rem 1.25rem;
}
.site-header__nav .btn--tertiary:hover, .site-header__nav .btn--tertiary:focus {
  background-color: transparent;
  color: #522a6d;
}
.site-header__nav .btn--tertiary.btn--light {
  border-color: #ffffff;
  color: #ffffff;
}
.site-header__nav .btn--tertiary.btn--light:hover, .site-header__nav .btn--tertiary.btn--light:focus {
  background-color: #ffffff;
  color: #522a6d;
}
.site-header__nav .btn--quaternary {
  background-color: #7f7e7f;
  border-color: #7f7e7f;
  color: #ffffff;
}
.site-header__nav .btn--quaternary:hover, .site-header__nav .btn--quaternary:focus {
  background-color: #545454;
  border-color: #545454;
}
.site-header__nav .btn--search {
  background: none;
  border: none;
  padding: 0;
  width: 15px;
  height: 15px;
}
.site-header__nav .btn--search svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #522a6d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}
.site-header__nav .btn--search:hover, .site-header__nav .btn--search:focus {
  outline: none;
  opacity: 0.5;
}
.site-header__nav a.btn {
  text-decoration: none;
}

.main-nav-holder {
  position: fixed;
  transition: all 300ms ease-out;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: -100%;
  z-index: 99;
  background: #522a6d;
}
.main-nav-holder .toggle-menu {
  position: absolute;
  top: 27px;
  right: 27px;
  z-index: 99;
}
.main-nav-holder .toggle-menu svg {
  fill: #ffffff;
}
.main-nav-holder.opened {
  right: 0;
}
.main-nav-holder nav {
  width: 90%;
}
.main-nav-holder nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav-holder nav ul li {
  margin: 0 0 10px;
  min-height: 45px;
  display: flex;
  align-items: center;
}
.main-nav-holder nav ul li:last-of-type {
  margin: 0;
}
.main-nav-holder nav ul li.current_page_item > a, .main-nav-holder nav ul li.current_page_parent > a {
  color: #f7941d;
}
.main-nav-holder nav ul li a {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  text-decoration: none;
}
.main-nav-holder nav ul li a:hover, .main-nav-holder nav ul li a:focus {
  color: #f7941d;
}
.main-nav-holder nav ul li.sub-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-nav-holder nav ul li.menu-item-has-children {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-nav-holder nav ul li .expand-menu {
  padding: 2px 12px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.main-nav-holder nav ul li .expand-menu svg {
  width: 20px;
  height: 21px;
  margin: 7px 0 0;
  fill: #ffffff;
}
.main-nav-holder nav ul li .expand-menu:hover svg, .main-nav-holder nav ul li .expand-menu:focus svg {
  fill: #f7941d;
}
.main-nav-holder nav ul li .sub-menu {
  position: absolute;
  top: 0;
  padding-bottom: 100px;
  background: #522a6d;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 20px;
  transition: all 300ms ease-out;
  left: 100%;
}
.main-nav-holder nav ul li .sub-menu.opened {
  display: block;
  left: 0;
}
.main-nav-holder nav ul li .sub-menu .back-header {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  min-height: 0;
}
.main-nav-holder nav ul li .sub-menu .back-header .back-tab svg {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  fill: #ffffff;
  margin-top: -3px;
}
.main-nav-holder nav ul li .sub-menu .back-header .back-tab:hover svg {
  fill: #f7941d;
}
.main-nav-holder .mt-btn--login {
  display: none;
}
@media (min-width: 1024px) {
  .main-nav-holder {
    position: initial;
    background: none;
    order: 1;
    justify-content: center;
    max-width: 100%;
    width: auto;
    flex-grow: 1;
  }
  .main-nav-holder .mt-btn--login {
    display: block;
  }
  .main-nav-holder .mt-btn--login:hover, .main-nav-holder .mt-btn--login:focus {
    background-color: #f7941d;
    border-color: #f7941d;
    color: #ffffff;
    text-decoration: underline;
  }
  .main-nav-holder nav {
    width: 100%;
  }
  .main-nav-holder nav ul {
    display: flex;
  }
  .main-nav-holder nav ul li {
    display: inline-block;
    padding: 0.4375rem 0.625rem;
    margin-bottom: 0;
    position: relative;
    min-height: 0;
  }
  .main-nav-holder nav ul li.sub-menu .expand-menu {
    display: none;
  }
  .main-nav-holder nav ul li:first-of-type {
    padding-left: 0;
  }
  .main-nav-holder nav ul li:last-of-type {
    padding-right: 0;
  }
  .main-nav-holder nav ul li a {
    font-size: 0.85rem;
  }
  .main-nav-holder nav ul li a.nav-link {
    display: inline;
    padding: 0;
  }
  .main-nav-holder nav ul li:hover.sub-menu:after, .main-nav-holder nav ul li:focus.sub-menu:after {
    color: #f7941d;
  }
  .main-nav-holder nav ul li:hover ul, .main-nav-holder nav ul li:focus ul {
    display: block;
  }
  .main-nav-holder nav ul li:hover ul.sub-menu, .main-nav-holder nav ul li:focus ul.sub-menu {
    opacity: 1;
    height: auto;
    overflow: visible;
    transform: translateY(0px);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .main-nav-holder nav ul li:hover ul.sub-menu li:after, .main-nav-holder nav ul li:focus ul.sub-menu li:after {
    display: none;
  }
}
@media (min-width: 1024px) {
  .main-nav-holder nav ul li.current_page_item > a, .main-nav-holder nav ul li.current_page_parent > a, .main-nav-holder nav ul li.current-menu-ancestor > a {
    color: #f7941d;
  }
  .main-nav-holder nav ul li.current_page_item:after, .main-nav-holder nav ul li.current_page_parent:after, .main-nav-holder nav ul li.current-menu-ancestor:after {
    color: #f7941d;
  }
  .main-nav-holder nav ul li ul {
    position: absolute;
    top: 100%;
    width: 325px;
    left: -20px;
    background: #ffffff;
    height: auto;
    overflow: visible;
  }
  .main-nav-holder nav ul li ul.sub-menu {
    width: 325px;
    height: 0;
    padding-bottom: 0;
    overflow: hidden;
    background: #ffffff;
    left: -10px;
    top: 95%;
    padding: 0;
    opacity: 0;
    transition: all 300ms ease-out;
    transform: translateY(-10px);
    margin: 0;
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.1);
  }
  .main-nav-holder nav ul li ul.sub-menu.open {
    opacity: 1;
    height: auto;
    overflow: visible;
    transform: translateY(0px);
  }
  .main-nav-holder nav ul li ul li {
    display: block;
    border: none;
    padding: 0;
  }
  .main-nav-holder nav ul li ul li.sub-menu {
    display: block;
  }
  .main-nav-holder nav ul li ul li.sub-menu a:after {
    display: none;
  }
  .main-nav-holder nav ul li ul li.sub-menu ul {
    display: none;
    left: 100%;
    top: 0;
  }
  .main-nav-holder nav ul li ul li.sub-menu:hover ul, .main-nav-holder nav ul li ul li.sub-menu:focus ul {
    display: block;
  }
  .main-nav-holder nav ul li ul li.back-header {
    display: none !important;
  }
  .main-nav-holder nav ul li ul li a {
    color: #000000;
    text-transform: none;
    text-align: left;
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 20px;
  }
  .main-nav-holder nav ul li ul li a:hover, .main-nav-holder nav ul li ul li a:focus {
    background-color: #522a6d;
    color: #ffffff;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .main-nav-holder nav ul > li:not(:last-child) {
    position: relative;
  }
  .main-nav-holder nav ul > li:not(:last-child):after {
    content: "";
    display: inline-block;
    border: none;
    border-right: 1px solid #ffffff;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    height: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .main-nav-holder nav ul .sub-menu [aria-current=page],
  .main-nav-holder nav ul .sub-menu .current-menu-parent > a {
    color: #f7941d;
  }
  .main-nav-holder nav ul > li.menu-item-has-children {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
  }
  .main-nav-holder nav ul > li.menu-item-has-children > a:after {
    content: "\f107";
    color: #f7941d;
    font-family: "Font Awesome 6 Free";
    font-size: 0.5625rem;
    font-weight: 900;
    margin-left: 0.3125rem;
  }
  .main-nav-holder nav ul > li.menu-item-has-children .expand-menu {
    display: none;
  }
}

.sub-menu {
  display: none;
}

.sub-menu[style*=block] {
  display: block;
}

.sub-menu:focus-within .sub-menu {
  display: block;
}

.main--styleguide h2 {
  text-align: left;
}
.main--styleguide .row:not(:last-child) {
  margin-bottom: 5rem;
}

.styleguide__title {
  color: #522a6d;
  font-size: 1.45rem;
  margin-bottom: 1.875rem;
}

.styleguide__subtitle {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  margin-top: 1.875rem;
  margin-bottom: 0.8333333333rem;
}

.styleguide__font-family {
  font-weight: normal;
  font-style: normal;
}

.styleguide__font-weights {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}

.styleguide__colors {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .styleguide__colors {
    justify-content: flex-start;
  }
}
.styleguide__colors:not(:last-child) {
  margin-bottom: 2.5rem;
}

.styleguide__color {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .styleguide__color {
    margin-right: 1.25rem;
  }
}

.styleguide__color__box {
  display: flex;
  width: 7.5rem;
  height: 7.5rem;
  padding: 1.25rem;
}
.styleguide__color__box.bg-color--black-pearl {
  border: 1px solid #ffffff;
}

.styleguide__color__hex {
  margin-top: auto;
}
.bg-color--white .styleguide__color__hex {
  color: #000000;
}

.styleguide__color__variable-name {
  font-weight: 900;
}

.styleguide__mt-btn-wrapper {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .styleguide__mt-btn-wrapper {
    margin-right: 1.25rem;
  }
}

.styleguide__icon {
  width: 1.5625rem;
  margin-bottom: 0.625rem;
}
.styleguide__icon:not(:last-child) {
  margin-right: 0.625rem;
}

.styleguide__logo {
  margin-bottom: 1.875rem;
}
.styleguide__logo:not(:last-child) {
  margin-right: 1.875rem;
}

.styleguide__logos-tech {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.styleguide__logo-tech {
  margin-bottom: 0.625rem;
}
.styleguide__logo-tech:not(:last-child) {
  margin-right: 1.875rem;
}

.styleguide__mt-heros {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.styleguide__mt-hero {
  margin-bottom: 1.875rem;
}
.styleguide__mt-hero.mt-hero-daniel {
  width: 12.5rem;
}
.styleguide__mt-hero.mt-hero-websites {
  width: 12.5rem;
}
.styleguide__mt-hero.mt-hero-designs {
  width: 12.5rem;
}
.styleguide__mt-hero:not(:last-child) {
  margin-right: 1.875rem;
}

.styleguide__shis {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.styleguide__shi {
  margin-bottom: 1.875rem;
}
.styleguide__shi.shi-desktop {
  width: 25rem;
}
.styleguide__shi.shi-mobile {
  width: 12.5rem;
}
.styleguide__shi:not(:last-child) {
  margin-right: 1.875rem;
}

.styleguide__bg {
  width: 380px;
  margin-bottom: 1.875rem;
}
.styleguide__bg:last-child {
  width: 207px;
}
.styleguide__bg:not(:last-child) {
  margin-right: 1.875rem;
}

.styleguide__bg-img {
  width: 380px;
  margin-bottom: 1.875rem;
}
.styleguide__bg-img:not(:last-child) {
  margin-right: 1.875rem;
}

.styleguide__section {
  border-bottom: 1px solid #e0e0e0;
  padding: 2.5rem 0;
}
.styleguide__section:not(:last-child) {
  margin: 2.5rem 0;
}

.container::after {
  clear: both;
  content: "";
  display: block;
}
.container {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 0) {
  .container {
    width: 90%;
  }
}
@media (min-width: 480px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 944px;
  }
}
@media (min-width: 1274px) {
  .container {
    width: 1194px;
  }
}
.alpha {
  padding-left: 0 !important;
}

.omega {
  padding-right: 0 !important;
}

.row {
  margin-left: -1vw;
  margin-right: -1vw;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

[class*=col-] > [class*=col-] {
  padding: 0 !important;
}

.col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 1vw;
  padding-right: 1vw;
}

@media (min-width: 0) {
  .col-1 {
    width: 8.3333333333%;
  }
  .col-2 {
    width: 16.6666666667%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.3333333333%;
  }
  .col-5 {
    width: 41.6666666667%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.3333333333%;
  }
  .col-8 {
    width: 66.6666666667%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.3333333333%;
  }
  .col-11 {
    width: 91.6666666667%;
  }
  .col-12 {
    width: 100%;
  }
  .push-0 {
    left: auto;
  }
  .push-1 {
    left: 8.3333333333%;
  }
  .push-2 {
    left: 16.6666666667%;
  }
  .push-3 {
    left: 25%;
  }
  .push-4 {
    left: 33.3333333333%;
  }
  .push-5 {
    left: 41.6666666667%;
  }
  .push-6 {
    left: 50%;
  }
  .push-7 {
    left: 58.3333333333%;
  }
  .push-8 {
    left: 66.6666666667%;
  }
  .push-9 {
    left: 75%;
  }
  .push-10 {
    left: 83.3333333333%;
  }
  .push-11 {
    left: 91.6666666667%;
  }
  .push-12 {
    left: 100%;
  }
  .pull-0 {
    right: auto;
  }
  .pull-1 {
    right: 8.3333333333%;
  }
  .pull-2 {
    right: 16.6666666667%;
  }
  .pull-3 {
    right: 25%;
  }
  .pull-4 {
    right: 33.3333333333%;
  }
  .pull-5 {
    right: 41.6666666667%;
  }
  .pull-6 {
    right: 50%;
  }
  .pull-7 {
    right: 58.3333333333%;
  }
  .pull-8 {
    right: 66.6666666667%;
  }
  .pull-9 {
    right: 75%;
  }
  .pull-10 {
    right: 83.3333333333%;
  }
  .pull-11 {
    right: 91.6666666667%;
  }
  .pull-12 {
    right: 100%;
  }
  .offset-0 {
    margin-left: 0%;
  }
  .offset-1 {
    margin-left: 8.3333333333%;
  }
  .offset-2 {
    margin-left: 16.6666666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.3333333333%;
  }
  .offset-5 {
    margin-left: 41.6666666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.3333333333%;
  }
  .offset-8 {
    margin-left: 66.6666666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.3333333333%;
  }
  .offset-11 {
    margin-left: 91.6666666667%;
  }
  .offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 480px) {
  .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%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .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%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .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%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1274px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1548px) {
  .col-xxl-1 {
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-4 {
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-7 {
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-10 {
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .push-xxl-0 {
    left: auto;
  }
  .push-xxl-1 {
    left: 8.3333333333%;
  }
  .push-xxl-2 {
    left: 16.6666666667%;
  }
  .push-xxl-3 {
    left: 25%;
  }
  .push-xxl-4 {
    left: 33.3333333333%;
  }
  .push-xxl-5 {
    left: 41.6666666667%;
  }
  .push-xxl-6 {
    left: 50%;
  }
  .push-xxl-7 {
    left: 58.3333333333%;
  }
  .push-xxl-8 {
    left: 66.6666666667%;
  }
  .push-xxl-9 {
    left: 75%;
  }
  .push-xxl-10 {
    left: 83.3333333333%;
  }
  .push-xxl-11 {
    left: 91.6666666667%;
  }
  .push-xxl-12 {
    left: 100%;
  }
  .pull-xxl-0 {
    right: auto;
  }
  .pull-xxl-1 {
    right: 8.3333333333%;
  }
  .pull-xxl-2 {
    right: 16.6666666667%;
  }
  .pull-xxl-3 {
    right: 25%;
  }
  .pull-xxl-4 {
    right: 33.3333333333%;
  }
  .pull-xxl-5 {
    right: 41.6666666667%;
  }
  .pull-xxl-6 {
    right: 50%;
  }
  .pull-xxl-7 {
    right: 58.3333333333%;
  }
  .pull-xxl-8 {
    right: 66.6666666667%;
  }
  .pull-xxl-9 {
    right: 75%;
  }
  .pull-xxl-10 {
    right: 83.3333333333%;
  }
  .pull-xxl-11 {
    right: 91.6666666667%;
  }
  .pull-xxl-12 {
    right: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0%;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .offset-xxl-12 {
    margin-left: 100%;
  }
}
.block {
  display: block;
}
@media (min-width: 0) {
  .block--xs {
    display: block;
  }
}
@media (min-width: 480px) {
  .block--sm {
    display: block;
  }
}
@media (min-width: 768px) {
  .block--md {
    display: block;
  }
}
@media (min-width: 1024px) {
  .block--lg {
    display: block;
  }
}

.inline {
  display: inline;
}
@media (min-width: 0) {
  .inline--xs {
    display: inline;
  }
}
@media (min-width: 480px) {
  .inline--sm {
    display: inline;
  }
}
@media (min-width: 768px) {
  .inline--md {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .inline--lg {
    display: inline;
  }
}

.visible {
  display: block !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.hidden {
  display: none !important;
}

@media (max-width: 0) {
  .hidden--xs {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .hidden--sm {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden--md {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .hidden--lg {
    display: none !important;
  }
}

@media (max-width: 1274px) {
  .hidden--xl {
    display: none !important;
  }
}

@media (max-width: 1548px) {
  .hidden--xxl {
    display: none !important;
  }
}

.bg-color--primary {
  background-color: #522a6d;
}

.text-color--primary {
  color: #522a6d;
}

.bg-color--secondary {
  background-color: #f7941d;
}

.text-color--secondary {
  color: #f7941d;
}

.bg-color--tertiary {
  background-color: #2395dd;
}

.text-color--tertiary {
  color: #2395dd;
}

.bg-color--black {
  background-color: #000000;
}

.text-color--black {
  color: #000000;
}

.bg-color--white {
  background-color: #ffffff;
}

.text-color--white {
  color: #ffffff;
}

.bg-color--gray-light {
  background-color: #e0e0e0;
}

.text-color--gray-light {
  color: #e0e0e0;
}

.bg-color--gray-light-2 {
  background-color: #f0f1ef;
}

.text-color--gray-light-2 {
  color: #f0f1ef;
}

.bg-color--gray-light-3 {
  background-color: #f5f5f5;
}

.text-color--gray-light-3 {
  color: #f5f5f5;
}

.bg-color--gray-light-4 {
  background-color: #f7f7f7;
}

.text-color--gray-light-4 {
  color: #f7f7f7;
}

.bg-color--gray-lightest {
  background-color: #f9f9f9;
}

.text-color--gray-lightest {
  color: #f9f9f9;
}

.bg-color--gray-medium {
  background-color: #d9d9d9;
}

.text-color--gray-medium {
  color: #d9d9d9;
}

.bg-color--gray {
  background-color: #7f7e7f;
}

.text-color--gray {
  color: #7f7e7f;
}

.bg-color--gray-brown {
  background-color: #504c44;
}

.text-color--gray-brown {
  color: #504c44;
}

.bg-color--gray-dark-light {
  background-color: #545454;
}

.text-color--gray-dark-light {
  color: #545454;
}

.bg-color--gray-dark {
  background-color: #1c1c1c;
}

.text-color--gray-dark {
  color: #1c1c1c;
}

.bg-color--gray-dark-dark {
  background-color: #141414;
}

.text-color--gray-dark-dark {
  color: #141414;
}

.bg-color--purple-dark {
  background-color: #522a6d;
}

.text-color--purple-dark {
  color: #522a6d;
}

.bg-color--purple {
  background-color: #662d91;
}

.text-color--purple {
  color: #662d91;
}

.bg-color--purple-neon {
  background-color: #7234a1;
}

.text-color--purple-neon {
  color: #7234a1;
}

.bg-color--purple-light {
  background-color: #7132a0;
}

.text-color--purple-light {
  color: #7132a0;
}

.bg-color--purple-lightest {
  background-color: #d6cfe6;
}

.text-color--purple-lightest {
  color: #d6cfe6;
}

.bg-color--pink-neon {
  background-color: #722f8b;
}

.text-color--pink-neon {
  color: #722f8b;
}

.bg-color--pink-neon-dark {
  background-color: #6e007b;
}

.text-color--pink-neon-dark {
  color: #6e007b;
}

.bg-color--orange-dark {
  background-color: #f47b37;
}

.text-color--orange-dark {
  color: #f47b37;
}

.bg-color--orange {
  background-color: #f7941d;
}

.text-color--orange {
  color: #f7941d;
}

.bg-color--orange-light {
  background-color: #fffaf0;
}

.text-color--orange-light {
  color: #fffaf0;
}

.bg-color--azure {
  background-color: #2395dd;
}

.text-color--azure {
  color: #2395dd;
}

.font-size--sm {
  font-size: 0.75rem;
}

.font-size--md {
  font-size: 1rem;
}

.font-size--lg {
  font-size: 1.45rem;
}

.font-size--xl {
  font-size: 1.75rem;
}

.font-size--xxl {
  font-size: 2.75rem;
}

.bg-color--purple-lightest a {
  color: #662d91;
  font-weight: 700;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.font-family--playfair {
  font-family: "Playfair Display", serif;
}

.font-family--montserrat {
  font-family: "Montserrat", sans-serif;
}

.font-title {
  font-family: "Playfair Display", serif;
}

.font-body {
  font-family: "Montserrat", sans-serif;
}

.font-weight--light {
  font-weight: 300;
}

.font-weight--regular {
  font-weight: 400;
}

.font-weight--medium {
  font-weight: 500;
}

.font-weight--bold {
  font-weight: 700;
}

.font-weight--black {
  font-weight: 900;
}

.font-style--italic {
  font-style: italic;
}

.justify-center {
  justify-content: center;
}

.img-responsive {
  width: 100%;
  display: block;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.m-6 {
  margin: 2rem !important;
}

.mt-6 {
  margin-top: 2rem !important;
}

.mr-6 {
  margin-right: 2rem !important;
}

.mb-6 {
  margin-bottom: 2rem !important;
}

.ml-6 {
  margin-left: 2rem !important;
}

.mx-6 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-6 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.p-6 {
  padding: 2rem !important;
}

.pt-6 {
  padding-top: 2rem !important;
}

.pr-6 {
  padding-right: 2rem !important;
}

.pb-6 {
  padding-bottom: 2rem !important;
}

.pl-6 {
  padding-left: 2rem !important;
}

.px-6 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-6 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

/*# sourceMappingURL=style.css.map */
