@charset "UTF-8";
/*-----Helpers-----*/
.background-image {
  background-position: center;
  background-size: cover;
}

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

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

.unstyled {
  list-style-type: none;
  padding-left: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 1025px) {
  .hide-tablet-landscape-up {
    display: none !important;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0;
}

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

.alignnone {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5, h6 {
  line-height: 1.1;
  font-family: "playfair-display", serif;
  font-weight: 400;
  margin-bottom: 1.5rem;
  color: #323a69;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
  font-family: "semplicitapro", sans-serif;
  font-weight: 700;
  line-height: 1.35;
}

p {
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 28px;
  }
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h6 {
    font-size: 18px;
  }
}
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #222;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 0px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
}

.accordion-thumb::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button,
.site-search__submit {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 24px;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.button--primary {
  padding: 12px 46px;
  background-color: #323a69;
  border: 1px solid #323a69;
  color: #efeded;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  font-family: "semplicitapro", sans-serif;
  justify-content: center;
}
.button--primary:hover {
  color: #323a69;
  background-color: #efeded;
  border: 1px solid #323a69;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media (max-width: 768px) {
  .button--primary {
    padding: 10px 38px;
  }
}
.button--secondary {
  padding: 12px 46px;
  background-color: #efeded;
  border: 1px solid #323a69;
  color: #666666;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  font-family: "semplicitapro", sans-serif;
  justify-content: center;
}
.button--secondary:hover {
  color: #efeded;
  background-color: #323a69;
  border: 1px solid #323a69;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media (max-width: 768px) {
  .button--secondary {
    padding: 10px 38px;
  }
}
.button--link {
  transition: all 0.3s ease;
}
.button--link:hover {
  color: #E3ADCC;
  transition: all 0.3s ease;
  text-decoration: none;
}

/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper li {
  list-style-type: none;
  padding-right: 0 !important;
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper textarea,
.gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  padding: 14px !important;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: "semplicitapro", sans-serif;
  background-color: #efeded;
  border-radius: 0 !important;
  margin-top: 0 !important;
}
.gform_wrapper .gform_fields > li:first-of-type input:not([type=submit]) {
  margin-top: 0 !important;
}
.gform_wrapper .gfield--type-text label,
.gform_wrapper .gfield--type-email label,
.gform_wrapper .gfield--type-phone label,
.gform_wrapper .gfield--type-textarea label {
  clip-path: none !important;
  height: auto !important;
  width: auto !important;
  position: relative !important;
  margin-bottom: 1rem !important;
  font-size: 20px;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield--type-select label {
  display: initial !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
  height: 100px !important;
}
.gform_wrapper .gform_footer.top_label {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.gform_wrapper .button {
  margin-top: 15px !important;
  text-decoration: none;
  display: inline-block;
  padding: 8px 20px;
  background: #201f1f;
  color: #fff;
  font-weight: 700;
  font-family: "semplicitapro", sans-serif;
  -webkit-appearance: none !important;
}
.gform_wrapper .button:hover {
  background: #fff;
  color: #201f1f;
  cursor: pointer;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_confirmation_message * {
  font: 400 45px/43px "semplicitapro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #323a69 !important;
}

@media (max-width: 768px) {
  .gform_wrapper .button {
    width: auto !important;
  }
}
.site-container {
  max-width: 1400px;
  margin: auto;
}
@media (max-width: 1420px) {
  .site-container {
    padding-inline: 20px;
  }
}
.site-container--medium {
  max-width: 1000px;
}
.site-container--narrow {
  max-width: 800px;
}

.site-section {
  padding: 96px 0;
}
.site-section.no-top-padding {
  padding-top: 0;
}
.site-section.no-bottom-padding {
  padding-bottom: 0;
}
.site-section.light-top-padding {
  padding-top: 40px;
}
.site-section.light-bottom-padding {
  padding-bottom: 40px;
}
.site-section.extra-top-padding {
  padding-top: 100px;
}
.site-section.extra-bottom-padding {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .site-section {
    padding: 48px 0;
  }
}
@media (max-width: 768px) {
  .site-section {
    padding: 32px 0;
  }
}
@media (max-width: 480px) {
  .site-section {
    padding: 24px 0;
  }
}

.header {
  position: absolute;
  width: 100%;
  top: 1.5rem;
  left: 0;
  z-index: 9;
  transition: all 0.3s ease;
}
.header .aux-nav {
  padding: 0.5rem;
  background-color: #efeded;
  width: 100%;
  text-align: right;
  color: #323a69;
  font-size: 14px;
}
.header__shim {
  height: 1rem;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1.5rem;
  padding: 1rem 0rem;
  max-width: 92%;
  margin: 0 auto;
}
.header__logo {
  max-height: 45px;
}
.header__link {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  position: relative;
  z-index: 7;
}
.header__link__text {
  font-family: "semplicitapro", sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: -1.875px;
}
.header__link__text span:nth-of-type(3) {
  position: relative;
}
.header__link__text span:nth-of-type(3)::after {
  content: "Ä";
}
.header__link:hover {
  text-decoration: none;
}
.header__nav {
  border-radius: 50px;
  min-width: 755px;
}
.header__nav .menu {
  display: flex;
  justify-content: flex-end;
  column-gap: 2.5rem;
  list-style: none;
  width: auto;
  padding: 0;
  margin: 0;
}
.header__nav .menu li {
  position: relative;
  display: flex;
  column-gap: 8px;
  align-items: center;
  cursor: pointer;
  font-family: "semplicitapro", sans-serif;
  color: #fff;
}
.header__nav .menu li a {
  transition: all 0.4s ease;
  padding: 8px 0;
}
.header__nav .menu li .caret-wrapper svg {
  transition: all 0.4s ease;
}
.header__nav .menu li .caret-wrapper svg path {
  fill: #fff;
}
.header__nav .menu li:first-of-type .sub-menu {
  min-width: 175px;
}
.header__nav .menu li.nav-button a {
  padding: 12px 46px;
  background-color: #efeded;
  border: 1px solid #323a69;
  color: #666666;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  font-family: "semplicitapro", sans-serif;
  justify-content: center;
}
.header__nav .menu li.nav-button a:hover {
  color: #efeded;
  background-color: #323a69;
  border: 1px solid #323a69;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media (max-width: 768px) {
  .header__nav .menu li.nav-button a {
    padding: 10px 38px;
  }
}
.header__nav .menu li.nav-button a {
  font-weight: 700;
}
.header__nav .menu li .sub-menu {
  display: none;
  position: absolute;
  top: 55px;
  left: -1rem;
  background-color: #fff;
  padding: 20px;
  min-width: 245px;
  list-style: none;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  z-index: 4;
}
.header__nav .menu li .sub-menu li {
  padding-bottom: 12.5px;
}
.header__nav .menu li .sub-menu li:last-of-type {
  padding-bottom: 0;
}
.header__nav .menu li .sub-menu li a {
  color: #666666;
  line-height: 1;
  padding: 0;
}
.header__nav .menu li .sub-menu li a:hover {
  color: #999;
}
.header__nav .menu li:hover a {
  text-decoration: none;
  color: #b6bad5;
  transition: all 0.4s ease;
}
.header__nav .menu li.menu-item-has-children:hover .caret-wrapper {
  transition: all 0.4s ease;
}
.header__nav .menu li.menu-item-has-children:hover .caret-wrapper svg path {
  fill: #b6bad5;
  transition: all 0.4s ease;
}
.header__nav .menu li.menu-item-has-children:hover > a {
  color: #b6bad5;
  pointer-events: none;
}
.header__nav .menu li.active .caret-wrapper {
  transition: all 0.4s ease;
}
.header__nav .menu li.active .caret-wrapper svg path {
  fill: #b6bad5;
  transition: all 0.4s ease;
}
.header__toggle {
  display: none;
  z-index: 2;
  cursor: pointer;
  border: none !important;
  background: none;
  padding: 0.25rem;
}
.header__toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #efeded;
  border-radius: 15px;
  margin: 5px 0;
  transition: all 0.2s ease;
}
@media (max-width: 1260px) {
  .header__nav .menu {
    column-gap: 2rem;
  }
}
@media (max-width: 1024px) {
  .header {
    overflow: hidden;
  }
  .header__logo {
    position: relative;
    z-index: 7;
  }
  .header__toggle {
    display: block;
    position: relative;
    z-index: 7;
  }
  .header__toggle.nav-open span {
    transition: all 0.2s ease;
    position: relative;
    right: 0;
  }
  .header__toggle.nav-open span:first-of-type {
    transform: translateY(4px) rotate(45deg);
  }
  .header__toggle.nav-open span:nth-of-type(2) {
    display: none;
  }
  .header__toggle.nav-open span:last-of-type {
    transform: translateY(-3px) rotate(-45deg);
  }
  .header__nav {
    position: fixed;
    width: 100%;
    transform: translateX(-200%);
    background-color: #323a69;
    top: 0;
    left: 0;
    padding: 0;
    min-height: 100vh;
    transition: all 0.2s ease-out;
    z-index: 6;
    border-radius: 0;
    min-width: 100%;
  }
  .header__nav .menu {
    padding: 165px 0 0;
    display: block;
    display: flex;
    flex-direction: column;
  }
  .header__nav .menu li {
    padding-bottom: 20px;
    display: inline-block;
    padding-left: 1rem;
    align-self: flex-start;
  }
  .header__nav .menu li:first-of-type .sub-menu {
    min-width: auto;
  }
  .header__nav .menu li.nav-button {
    margin-left: 1.5rem;
  }
  .header__nav .menu li.nav-button a:hover {
    border: 1px solid #efeded;
  }
  .header__nav .menu li .caret-wrapper {
    position: absolute;
    top: 7px;
    left: 210px;
  }
  .header__nav .menu li a {
    min-width: 125px;
    padding-left: 25px;
    display: inline-block;
    margin-bottom: 8px;
  }
  .header__nav .menu li a:hover {
    color: #b6bad5;
  }
  .header__nav .menu li svg {
    cursor: pointer;
  }
  .header__nav .menu li .sub-menu {
    position: relative;
    display: none;
    top: 0;
    padding: 12px 25px;
    left: 1rem;
  }
  .header__nav .menu li .sub-menu li {
    display: block;
    padding-left: 0;
  }
  .header__nav .menu li .sub-menu li:last-of-type {
    padding-bottom: 0;
  }
  .header__nav .menu li .sub-menu li a {
    padding-left: 0;
    font-size: 17px;
    margin: 0;
  }
  .header__nav .menu li:hover .sub-menu {
    display: none;
  }
  .header__nav .menu li:hover svg {
    transform: none;
  }
  .header.nav-open .header__nav {
    transform: translateX(0);
    transition: all 0.3s ease-out;
  }
}
@media (max-width: 768px) {
  .header__nav .menu {
    padding-top: 125px;
  }
  .header__nav .menu li {
    padding-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .header__logo {
    max-height: 37px;
  }
  .header__link__text {
    font-size: 17px;
    padding-bottom: 0;
  }
  .header__nav .menu {
    padding-top: 125px;
  }
  .header__nav .menu li {
    padding-bottom: 12px;
  }
}

.footer {
  background-color: #323a69;
  padding: 5rem 0 2rem;
  color: #efeded;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  position: relative;
  border-radius: 8px;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  column-gap: 5rem;
}
.footer__container .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
}
.footer__container .logo img {
  max-height: 105px;
}
.footer__container .logo__name span {
  font-family: "semplicitapro", sans-serif;
}
.footer__container .logo__name span:nth-of-type(3) {
  position: relative;
}
.footer__container .logo__name span:nth-of-type(3)::after {
  content: "Ä";
}
.footer__container .logo:hover {
  text-decoration: none;
}
.footer__container #subscribe form label {
  display: none !important;
}
.footer__container #subscribe form input {
  border: none;
  outline: none;
  width: 100%;
  max-width: 400px !important;
  background-color: white;
  padding: 0.75rem;
  border-radius: 50px !important;
  font-family: "semplicitapro", sans-serif;
  font-size: 16px;
  color: gray !important;
}
.footer__container #subscribe form input::placeholder {
  color: gray !important;
}
.footer__container #subscribe form input[type=submit] {
  max-width: 200px !important;
  margin: 16px auto !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  border: 1px solid #fff;
  color: #fff !important;
  transition: all 0.3s ease;
}
.footer__container #subscribe form input[type=submit]:hover {
  background-color: #fff !important;
  color: #323a69 !important;
  transition: all 0.3s ease;
}
.footer__container .subscribe {
  text-align: center;
  flex-grow: 1;
}
.footer__container .subscribe h4 {
  margin-bottom: 1rem;
  color: #fff;
}
.footer__container .subscribe blockquote {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  align-items: center;
}
.footer__container .contact {
  min-width: 185px;
}
.footer__container .contact h4 {
  color: #fff;
}
.footer .small {
  font-size: 14px;
  padding-top: 1rem;
}
.footer__social {
  display: flex;
  list-style: none;
  margin-top: 1rem;
  column-gap: 0.75rem;
}
.footer__social li:hover svg path {
  fill: #b6bad5 !important;
  transition: all 0.3s ease;
}
.footer__social svg {
  width: 24px;
  height: 24px;
}
.footer__social svg path {
  fill: #efeded !important;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .footer {
    padding: 2.5rem 0;
  }
  .footer__container {
    justify-content: center;
    align-items: center;
    row-gap: 3rem;
    column-gap: 2rem;
    flex-wrap: wrap;
  }
  .footer__container .subscribe {
    order: 1;
  }
  .footer__container .subscribe input {
    max-width: 600px;
    width: 100%;
  }
  .footer__container .contact {
    order: 3;
    text-align: center;
    width: calc(50% - 2rem);
  }
  .footer__container .logo {
    order: 2;
    width: calc(50% - 2rem);
  }
  .footer__container .logo img {
    height: 95px;
  }
  .footer .small {
    text-align: center;
    padding-top: 1.5rem;
  }
  .footer__social {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer__container {
    row-gap: 2rem;
  }
  .footer__container #subscribe form input[type=submit] {
    width: 100% !important;
    max-width: 385px !important;
  }
}
@media (max-width: 480px) {
  .footer__container {
    row-gap: 1.5rem;
  }
  .footer__container .subscribe blockquote {
    margin-top: 1rem;
  }
}

.homepage {
  overflow: hidden;
}
.homepage__hero {
  padding: 0;
  position: relative;
  height: 93vh;
  padding-inline: 20px;
}
.homepage__hero::before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 195px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #323a69;
  background: linear-gradient(0deg, rgba(50, 58, 105, 0) 0%, rgba(50, 58, 105, 0.62) 53%, rgba(50, 58, 105, 0.85) 88%);
  border-radius: 8px;
}
.homepage__hero__bg-image {
  position: relative;
  height: 100%;
  width: 100%;
}
.homepage__hero__bg-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: var(--bg-img-url);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
  border-radius: 8px;
}
.homepage__hero__bg-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #323a69;
  background: linear-gradient(205deg, rgba(50, 58, 105, 0) 0%, rgba(50, 58, 105, 0.8) 100%);
  border-radius: 8px;
}
.homepage__hero__container {
  position: absolute;
  bottom: 48px;
  left: 77px;
  width: 100%;
  max-width: 785px;
  overflow: hidden;
}
.homepage__hero__container .button {
  margin-top: 1.5rem;
  transition: none;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.homepage__hero__container .button.add-transition {
  transition: all 0.3s ease;
}
.homepage__hero__container h1 {
  font-size: 64px;
  margin-bottom: 1.5rem;
  color: #fff;
}
.homepage__hero__container h1 > div {
  transform: translate(-2px, 0);
  opacity: 0;
}
.homepage__hero__container h1:first-of-type {
  margin-bottom: 0;
}
.homepage__hero__container h4 {
  font-family: "semplicitapro", sans-serif;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-4px);
  margin-bottom: 0;
  color: #fff;
}
.homepage__after-hero {
  padding: 9rem 0 6rem;
  position: relative;
}
.homepage__after-hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/rosemalling.svg");
  background-position: 50% 75%;
  background-repeat: repeat-x;
  background-size: 750px;
  z-index: -16;
  opacity: 0.025;
}
.homepage__after-hero__container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 56px;
}
.homepage__after-hero__container hr {
  width: 65%;
  margin: 0 auto;
  height: 0.25rem;
  background-color: #323a69;
  border: none;
}
.homepage__after-hero__container::after {
  content: "";
  position: absolute;
  background-color: #efeded;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 10%;
  z-index: -1;
  height: 100%;
  opacity: 0.9;
}
.homepage__after-hero__container p {
  max-width: 650px;
  margin: 1.5rem auto 0;
}
.homepage__after-hero__container blockquote {
  margin-top: 1.5rem;
  font-size: 24px;
  font-style: oblique;
  font-family: "playfair-display", serif;
}
.homepage__split {
  position: relative;
  padding: 6rem 0 15rem;
}
.homepage__split--rev .homepage__split__container__inner {
  flex-direction: row-reverse;
}
.homepage__split--rev .homepage__split__inner .image {
  right: unset;
  left: 32px;
}
.homepage__split--rev .homepage__split__inner .content {
  padding-right: 7rem;
}
.homepage__split__inner {
  position: relative;
}
.homepage__split__inner .image {
  width: 50%;
  position: absolute;
  height: 100%;
  right: 32px;
  top: 0;
}
.homepage__split__inner .image img {
  width: 100%;
  height: auto;
  max-height: calc(100% + 9rem);
  object-fit: cover;
  box-shadow: 3px 4px 15px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.homepage__split__container {
  position: relative;
  width: 100%;
  top: 56px;
}
.homepage__split__container__inner {
  display: flex;
}
.homepage__split__container__inner .content {
  width: 40%;
  padding: 96px 0;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding-left: 5rem;
}
.homepage__split__container__inner .content__button {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 1rem;
}
.homepage__split__container__inner .content__button .button--primary {
  min-width: 265px;
}
.homepage__split__container__inner .content h2 {
  margin-bottom: 0;
}
.homepage__split__container__inner .content__icons {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
}
.homepage__split__container__inner .content__icons .icon {
  max-width: 40px;
  width: 100%;
  transform: scale(0);
  transform-origin: bottom;
}
.homepage__split__container__inner .content__icons .icon svg {
  height: 45px;
}
.homepage__split__container::after {
  content: "";
  position: absolute;
  background-color: #efeded;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -5;
}
.homepage__image-bg {
  position: relative;
}
.homepage__image-bg::before {
  content: "";
  position: absolute;
  background-color: #efeded;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 10%;
  z-index: -1;
  height: 100%;
  opacity: 0.95;
  border-radius: 56px 56px 0 0;
}
.homepage__featured-events {
  padding: 6rem 5rem;
  position: relative;
  overflow: hidden;
}
.homepage__featured-events__heading h2 {
  opacity: 0;
  transform: translateY(20px);
}
.homepage__featured-events__cards {
  display: flex;
  column-gap: 56px;
  margin-top: 3rem;
}
.homepage__featured-events__cards .card {
  width: 33%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  box-shadow: 3px 4px 15px 5px rgba(0, 0, 0, 0.1);
  color: #323a69;
  border-radius: 8px 8px 0 0;
}
.homepage__featured-events__cards .card__image {
  border-radius: 8px 8px 0 0;
}
.homepage__featured-events__cards .card__image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.homepage__featured-events__cards .card__bottom {
  padding: 1rem 1.5rem 1.5rem;
  background-color: #efeded;
  display: flex;
  flex-direction: column;
}
.homepage__featured-events__cards .card__bottom .link {
  margin-top: 1.5rem;
  position: relative;
  display: inline-block;
  align-self: flex-start;
  font-family: "playfair-display", serif;
  font-weight: 700;
}
.homepage__featured-events__cards .card__bottom .link::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='15' height='15' x='0' y='0' viewBox='0 0 256 256' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M79.093 0 48.907 30.187 146.72 128l-97.813 97.813L79.093 256l128-128z' fill='%23323a69' opacity='1' data-original='%23000000'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  opacity: 0;
}
.homepage__featured-events__cards .card__bottom .link:hover {
  transition: all 0.3s ease;
}
.homepage__featured-events__cards .card__bottom .link:hover::after {
  opacity: 1;
  right: -30px;
  transition: all 0.3s ease;
}
.homepage__featured-events__cards .card:hover {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .homepage__featured-events__cards .card {
    width: 100%;
  }
}
.homepage__arts {
  padding: 6rem 0;
  position: relative;
}
.homepage__arts .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: 0%;
  background-size: contain;
  z-index: -5;
  background-color: #efeded;
}
.homepage__arts::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/logo_2.png");
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: -10% 50%;
  background-size: contain;
  z-index: -1;
  opacity: 0.05;
  transform: translateY(-50px);
}
.homepage__arts::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/logo_2.png");
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: 112% 50%;
  background-size: contain;
  z-index: -1;
  opacity: 0.05;
  transform: translateY(-50px);
}
.homepage__arts__inner__container {
  display: flex;
  align-items: center;
  column-gap: 96px;
  position: relative;
}
.homepage__arts__inner .content {
  width: 35%;
  padding-left: 5rem;
}
.homepage__arts__inner .images {
  display: flex;
  flex-direction: row;
  width: 65%;
  column-gap: 1rem;
}
.homepage__arts__inner .images div {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.homepage__arts__inner .images div:first-of-type {
  display: block;
}
.homepage__arts__inner .images div:first-of-type img {
  max-width: 100%;
  max-height: 500px;
  object-fit: cover;
  width: 100%;
}
.homepage__arts__inner .images img {
  max-width: 325px;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.homepage__testimonials {
  padding: 4rem 0 0rem;
}
.homepage__testimonials__heading {
  text-align: center;
  margin-bottom: 4rem;
}
.homepage__testimonials__slider {
  max-width: 1250px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 24px;
}
.homepage__testimonials__slider .name {
  font-weight: 700;
  margin: 1rem 0;
}
.homepage__testimonials__slider .stars {
  max-width: 80px;
}
.homepage__testimonials .slick-track {
  padding-bottom: 2rem;
}
.homepage__testimonials .slick-slide {
  padding: 2rem 3.5rem;
  background-color: #fff;
  box-shadow: 3px 14px 15px 5px rgba(0, 0, 0, 0.1);
  margin: 0 1.5rem;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.homepage__testimonials .slick-slide::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/logo_2.png");
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 120px;
  z-index: 0;
  opacity: 0.05;
  transform: translateY(32%);
}
.homepage__testimonials .slider-nav {
  display: flex;
  column-gap: 3.5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}
.homepage__testimonials .slider-nav__prev {
  position: relative;
  cursor: pointer;
  height: 25px;
  width: 25px;
}
.homepage__testimonials .slider-nav__prev::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M22 11H4.414l5.293-5.293a1 1 0 1 0-1.414-1.414l-7 7a1 1 0 0 0 0 1.414l7 7a1 1 0 0 0 1.414-1.414L4.414 13H22a1 1 0 0 0 0-2z' fill='%23323a69' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
.homepage__testimonials .slider-nav__next {
  position: relative;
  cursor: pointer;
  height: 25px;
  width: 25px;
}
.homepage__testimonials .slider-nav__next::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='m22.707 11.293-7-7a1 1 0 0 0-1.414 1.414L19.586 11H2a1 1 0 0 0 0 2h17.586l-5.293 5.293a1 1 0 1 0 1.414 1.414l7-7a1 1 0 0 0 0-1.414z' fill='%23323a69' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
.homepage__testimonials .slider-nav__dots .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
}
.homepage__testimonials .slider-nav__dots .slick-dots li {
  display: inline-flex;
}
.homepage__testimonials .slider-nav__dots .slick-dots li.slick-active {
  color: #323a69;
}
.homepage__testimonials .slider-nav__dots .slick-dots li.slick-active button {
  opacity: 1;
}
.homepage__testimonials .slider-nav__dots .slick-dots li button {
  font-size: 0;
  border: none;
  outline: none;
  width: 12px;
  height: 12px;
  background-color: #323a69;
  border-radius: 50px;
  opacity: 0.5;
}
.homepage__cta {
  padding: 6rem 0;
  position: relative;
}
.homepage__cta__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 9rem 8% 9rem 0;
}
.homepage__cta__container::after {
  content: "";
  position: absolute;
  background-color: #efeded;
  width: 100%;
  height: calc(100% - 9rem);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -5;
  box-shadow: 3px 4px 15px 5px rgba(0, 0, 0, 0.1);
}
.homepage__cta__container .image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-width: 45%;
  width: 100%;
  height: 100%;
}
.homepage__cta__container .image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 8px;
}
.homepage__cta__container .content {
  width: 45%;
}
.homepage__cta__container .content p {
  max-width: 500px;
}
.homepage__cta__container .content .button {
  margin-top: 1.5rem;
}
.homepage__map {
  padding-inline: 20px;
  margin: 1.5rem 0;
}
.homepage__map iframe {
  border-radius: 8px;
}
@media (max-width: 1365px) {
  .homepage__split__container .content {
    padding: 48px;
  }
  .homepage__arts__container .image {
    max-width: 40%;
  }
  .homepage__arts__container .content {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .homepage__hero {
    height: auto;
  }
  .homepage__hero__bg-image {
    padding-bottom: 61%;
    height: auto;
  }
  .homepage__hero__container {
    left: 42px;
  }
  .homepage__hero__container h1 {
    font-size: 64px;
  }
  .homepage__after-hero {
    padding: 4rem 0 2rem;
  }
  .homepage__split {
    padding: 3rem 0;
  }
  .homepage__split--rev .homepage__split__inner .content {
    padding: 0 0 2rem 0;
  }
  .homepage__split--rev .homepage__split__inner .image {
    left: 0;
  }
  .homepage__split__inner {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }
  .homepage__split__inner .image {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
    right: 0;
    top: 0;
  }
  .homepage__split__inner .image img {
    max-height: 550px;
    border-radius: 8px;
  }
  .homepage__split__container {
    top: 0;
    position: static;
  }
  .homepage__split__container::after {
    height: calc(100% - 32px);
  }
  .homepage__split__container__inner .content {
    width: 100%;
    padding: 2rem 0;
    row-gap: 1rem;
  }
  .homepage__image-bg {
    margin-top: 2rem;
  }
  .homepage__featured-events {
    padding: 3.5rem 0;
  }
  .homepage__featured-events h2 {
    text-align: center;
  }
  .homepage__featured-events__cards {
    flex-direction: column;
    row-gap: 2rem;
    padding: 0 1rem;
  }
  .homepage__arts {
    padding: 2rem 0;
  }
  .homepage__arts__inner__container {
    flex-direction: column;
    row-gap: 2rem;
  }
  .homepage__arts__inner__container .content {
    width: 100%;
    padding: 0;
  }
  .homepage__arts__inner__container .images {
    width: 100%;
  }
  .homepage__arts__inner__container .images div img {
    max-width: 100%;
    max-height: 242px;
    border-radius: 8px;
  }
  .homepage__cta {
    padding: 3rem 0;
  }
  .homepage__map iframe {
    max-height: 385px;
  }
}
@media (max-width: 768px) {
  .homepage__hero__container {
    max-width: 515px;
    bottom: 32px;
  }
  .homepage__hero__container h1 {
    font-size: 50px;
    margin-bottom: 1rem;
  }
  .homepage__hero__container h4 {
    max-width: 85%;
  }
  .homepage__hero__container .button {
    margin-top: 1rem;
  }
  .homepage__after-hero {
    padding: 1.5rem 0;
  }
  .homepage__split {
    padding: 1.5rem 0;
  }
  .homepage__split__inner .image img {
    max-height: 400px;
    border-radius: 8px;
  }
  .homepage__split__container__inner .content {
    text-align: center;
  }
  .homepage__split__container__inner .content__heading h2 {
    margin-bottom: 1rem;
  }
  .homepage__split__container__inner .content__icons {
    justify-content: center;
    margin-bottom: 1rem;
  }
  .homepage__split__container__inner .content__button {
    justify-content: center;
  }
  .homepage__featured-events {
    padding: 1.5rem 0;
  }
  .homepage__arts__inner .images {
    flex-direction: column;
    row-gap: 1rem;
  }
  .homepage__arts__inner .images img {
    max-height: 350px !important;
    object-fit: cover;
    border-radius: 8px;
  }
  .homepage__testimonials {
    padding: 2.5rem 0 2.5rem;
  }
  .homepage__testimonials__slider {
    padding: 0;
  }
  .homepage__testimonials__heading {
    margin-bottom: 2.5rem;
  }
  .homepage__testimonials .slider-nav {
    margin-bottom: 2.5rem;
  }
  .homepage__testimonials .slick-slide {
    padding: 1.5rem 2rem;
    margin: 0 0.75rem;
  }
  .homepage__cta__container {
    flex-direction: column-reverse;
    row-gap: 2rem;
    padding: 0 20px;
  }
  .homepage__cta__container::after {
    transform: none;
    top: -3rem;
    height: 100%;
  }
  .homepage__cta__container .image {
    position: relative;
    top: 0;
    transform: none;
    max-width: 100%;
  }
  .homepage__cta__container .content {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .homepage__hero__bg-image {
    padding-bottom: 72%;
  }
  .homepage__hero__container h1 {
    font-size: 42px;
  }
  .homepage__hero__container h4 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .homepage__hero__bg-image {
    padding-bottom: 89%;
  }
  .homepage__hero__bg-image::after {
    background-image: 0% 50%;
  }
  .homepage__hero__container {
    max-width: 396px;
  }
  .homepage__hero__container h1 {
    font-size: 35px;
  }
  .homepage__hero__container h4 {
    font-size: 20px;
  }
  .homepage__testimonials .slick-slide {
    margin: 0;
    box-shadow: none;
  }
  .homepage__testimonials .slider-nav .slick-dots {
    column-gap: 16px;
  }
  .homepage__map iframe {
    max-height: 305px;
  }
}

.checkout {
  padding: 96px 0;
}

.artists__hero {
  position: relative;
  position: relative;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 400px;
  border-radius: 8px;
  padding-inline: 20px;
}
.artists__hero h1 {
  color: #fff;
  text-align: center;
  margin: 0;
  padding-top: 65px;
}
.artists__hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 100%;
  background-color: #201f1f;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.65;
  border-radius: 8px;
}
.artists__hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-image: var(--bg-img-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
  border-radius: 8px;
  width: calc(100% - 20px);
}
.artists__main-content {
  padding: 6rem;
}
.artists__main-content .content {
  max-width: 850px;
  margin: 0 auto;
}
.artists__main-content .content p {
  margin: 0;
}
.artists__categories {
  display: flex;
  column-gap: 2rem;
  row-gap: 2rem;
  flex-wrap: wrap;
  padding-inline: 20px;
  padding-bottom: 3.5rem;
}
.artists__categories .cat-item {
  width: calc(33% - 1.5rem);
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.artists__categories .cat-item img {
  width: 100%;
  border-radius: 8px;
  max-height: 330px;
  object-fit: cover;
  transition: all 0.3s ease;
}
.artists__categories .cat-item__label {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-size: 24px;
  color: #fff;
  z-index: 5;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.artists__categories .cat-item__label .link {
  font-size: 20px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease;
  width: 150px;
}
.artists__categories .cat-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: #201f1f;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0.65;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.artists__categories .cat-item:hover::before {
  opacity: 0.5;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.artists__categories .cat-item:hover .cat-item__label {
  transform: translateY(-20px);
  transition: all 0.3s ease;
}
.artists__categories .cat-item:hover .cat-item__label .link {
  opacity: 1;
  transition: all 0.3s ease;
}
.artists__categories .cat-item:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .artists__hero {
    height: auto;
    padding: 10rem 0 7.5rem;
  }
  .artists__hero h1 {
    padding: 0;
  }
  .artists__main-content {
    padding: 3.5rem 0;
  }
}
@media (max-width: 768px) {
  .artists__hero {
    padding: 7rem 0 5.5rem;
  }
  .artists__categories {
    row-gap: 1rem;
    column-gap: 1rem;
  }
  .artists__categories .cat-item {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 480px) {
  .artists__hero {
    height: 225px;
  }
  .artists__main-content {
    padding: 2rem 0;
  }
  .artists__categories {
    padding-bottom: 1rem;
  }
  .artists__categories .cat-item {
    width: 100%;
  }
  .artists__categories .cat-item img {
    max-height: 280px;
  }
}

.medium-page {
  padding-inline: 20px;
}
.medium-page__heading {
  height: 400px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.medium-page__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 100%;
  background-color: #201f1f;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.65;
  border-radius: 8px;
}
.medium-page__heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-image: var(--bg-img-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
  border-radius: 8px;
  width: calc(100% - 20px);
}
.medium-page__heading h1 {
  color: #fff;
}
.medium-page__breadcrumb {
  padding: 1rem 0 1rem 20px;
  color: #323a69;
}
.medium-page__breadcrumb a {
  display: block;
  margin-bottom: 0.5rem;
}
.medium-page__breadcrumb hr {
  width: calc(100% - 20px);
}
.medium-page__list {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  flex-wrap: wrap;
  padding-bottom: 2rem;
}
.medium-page__list .list-item {
  width: calc(25% - 1rem);
}
.medium-page__list .list-item h4 {
  margin-bottom: 0.5rem;
}

.artist-detail__heading {
  background-color: #323a69;
  display: flex;
  align-items: center;
  padding: 10rem 0 3.5rem;
  border-radius: 8px;
  justify-content: center;
}
.artist-detail__heading h1 {
  color: #fff;
  text-align: center;
}
.artist-detail__content {
  padding-top: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
.artist-detail__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 2rem 0;
}
.artist-detail__gallery .gallery-item img {
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .artist-detail__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .artist-detail__gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.site-search {
  display: flex;
}
.site-search__field {
  line-height: 1;
  -webkit-appearance: none;
  padding: 5px 10px;
  border: 1px solid #ddd;
  height: 38px;
  border-radius: 0;
  width: calc(100% - 110px);
  font-size: 18px;
}
.site-search__result {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 2px solid #efeded;
  text-decoration: none !important;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.site-search__result h2 {
  font-size: 20px;
}
.site-search__result p {
  font-size: 15px;
}
.site-search__result * {
  text-decoration: none !important;
  margin: 0;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.from-bottom {
  opacity: 0;
  transform: translateY(100px);
}

.from-right {
  opacity: 0;
  transform: translateX(100px);
}

.animate-card {
  opacity: 0;
  transform: translateX(-50px);
}

body {
  margin: 0;
  font-family: "semplicitapro", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #666666;
  font-weight: 400;
}
body.screen-lock {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.intro {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
}
.intro__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.intro__container h1 {
  margin-bottom: 1rem;
}
.intro__container span {
  letter-spacing: -3px;
}
.intro__container p {
  margin-top: 8px;
  font-size: 20px;
}

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

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}