@charset "UTF-8";
/* VARS */
/* IMPORT */
/* moved to bones.php */
/* FONTS */
/* BASE */
html,
body {
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  html,
  body {
    -webkit-overflow-scrolling: touch;
    height: auto;
  }
}

html,
body,
button,
input,
select,
textarea {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2b2b2b;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

input,
select,
textarea {
  outline: none !important;
}

html {
  font-size: 18px;
}

html.menu-open {
  overflow-y: hidden;
}

html.acc-text-size-small {
  font-size: 12px;
}

html.acc-text-size-large {
  font-size: 22px;
}

body {
  background: transparent;
}

/* UTILITY */
.page-width-narrow {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-width-medium {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-width {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-width-full {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .page-width-narrow,
  .page-width-medium,
  .page-width-full,
  .page-width {
    padding: 0;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page-width-narrow,
  .page-width-medium,
  .page-width-full,
  .page-width {
    padding: 0 15px;
    max-width: 100%;
  }
}

/* TYPOGRAPHY */
p,
li {
  margin: 0 0 1.5rem 0;
  line-height: 1.3em;
}

.medium-text p, .medium-text
li {
  font-size: 1.105rem;
  line-height: 1.2em;
}

.larger-text p, .larger-text
li {
  font-size: 1.55rem;
  line-height: 1.3em;
  margin: 0 0 2.95rem 0;
}

p a {
  color: #b40082;
  text-decoration: none;
  -webkit-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
}

p a:hover {
  color: #00c7aa;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0;
}

h1 {
  text-transform: uppercase;
  color: #b40082;
  font-size: 4rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.1rem;
  }
}

h2 {
  text-transform: uppercase;
  color: #00c7aa;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
}

@media (max-width: 767px) {
  h2 {
    font-size: 2.1rem;
  }
}

h3 {
  text-transform: uppercase;
  color: #00c7aa;
  font-size: 1.65rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}

@media (max-width: 767px) {
  h3 {
    font-size: 1.35rem;
  }
}

/* PADDING and MARGINS */
.container-fluid.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid.no-gutter [class^="col"],
.container-fluid.no-gutter [class*=" col"] {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid.narrow-gutter {
  padding-left: 25px;
  padding-right: 25px;
}

.container-fluid.narrow-gutter [class^="col"],
.container-fluid.narrow-gutter [class*=" col"] {
  padding-left: 7px;
  padding-right: 7px;
}

.container-fluid.medium-gutter {
  padding-left: 20px;
  padding-right: 20px;
}

.container-fluid.medium-gutter [class^="col"],
.container-fluid.medium-gutter [class*=" col"] {
  padding-left: 12px;
  padding-right: 12px;
}

.pt-1 {
  padding-top: 1rem !important;
}

@media (max-width: 767.98px) {
  .pt-1 {
    padding-top: 0.5rem !important;
  }
}

.pb-1 {
  padding-bottom: 1rem !important;
}

@media (max-width: 767.98px) {
  .pb-1 {
    padding-bottom: 0.5rem !important;
  }
}

.mt-1 {
  margin-top: 1rem !important;
}

@media (max-width: 767.98px) {
  .mt-1 {
    margin-top: 0.5rem !important;
  }
}

.mb-1 {
  margin-bottom: 1rem !important;
}

@media (max-width: 767.98px) {
  .mb-1 {
    margin-bottom: 0.5rem !important;
  }
}

.pt-2 {
  padding-top: 2rem !important;
}

@media (max-width: 767.98px) {
  .pt-2 {
    padding-top: 1rem !important;
  }
}

.pb-2 {
  padding-bottom: 2rem !important;
}

@media (max-width: 767.98px) {
  .pb-2 {
    padding-bottom: 1rem !important;
  }
}

.mt-2 {
  margin-top: 2rem !important;
}

@media (max-width: 767.98px) {
  .mt-2 {
    margin-top: 1rem !important;
  }
}

.mb-2 {
  margin-bottom: 2rem !important;
}

@media (max-width: 767.98px) {
  .mb-2 {
    margin-bottom: 1rem !important;
  }
}

.pt-3 {
  padding-top: 3rem !important;
}

@media (max-width: 767.98px) {
  .pt-3 {
    padding-top: 1.5rem !important;
  }
}

.pb-3 {
  padding-bottom: 3rem !important;
}

@media (max-width: 767.98px) {
  .pb-3 {
    padding-bottom: 1.5rem !important;
  }
}

.mt-3 {
  margin-top: 3rem !important;
}

@media (max-width: 767.98px) {
  .mt-3 {
    margin-top: 1.5rem !important;
  }
}

.mb-3 {
  margin-bottom: 3rem !important;
}

@media (max-width: 767.98px) {
  .mb-3 {
    margin-bottom: 1.5rem !important;
  }
}

.pt-4 {
  padding-top: 4rem !important;
}

@media (max-width: 767.98px) {
  .pt-4 {
    padding-top: 2rem !important;
  }
}

.pb-4 {
  padding-bottom: 4rem !important;
}

@media (max-width: 767.98px) {
  .pb-4 {
    padding-bottom: 2rem !important;
  }
}

.mt-4 {
  margin-top: 4rem !important;
}

@media (max-width: 767.98px) {
  .mt-4 {
    margin-top: 2rem !important;
  }
}

.mb-4 {
  margin-bottom: 4rem !important;
}

@media (max-width: 767.98px) {
  .mb-4 {
    margin-bottom: 2rem !important;
  }
}

.pt-5 {
  padding-top: 5rem !important;
}

@media (max-width: 767.98px) {
  .pt-5 {
    padding-top: 2.5rem !important;
  }
}

.pb-5 {
  padding-bottom: 5rem !important;
}

@media (max-width: 767.98px) {
  .pb-5 {
    padding-bottom: 2.5rem !important;
  }
}

.mt-5 {
  margin-top: 5rem !important;
}

@media (max-width: 767.98px) {
  .mt-5 {
    margin-top: 2.5rem !important;
  }
}

.mb-5 {
  margin-bottom: 5rem !important;
}

@media (max-width: 767.98px) {
  .mb-5 {
    margin-bottom: 2.5rem !important;
  }
}

.pt-6 {
  padding-top: 6rem !important;
}

@media (max-width: 767.98px) {
  .pt-6 {
    padding-top: 3rem !important;
  }
}

.pb-6 {
  padding-bottom: 6rem !important;
}

@media (max-width: 767.98px) {
  .pb-6 {
    padding-bottom: 3rem !important;
  }
}

.mt-6 {
  margin-top: 6rem !important;
}

@media (max-width: 767.98px) {
  .mt-6 {
    margin-top: 3rem !important;
  }
}

.mb-6 {
  margin-bottom: 6rem !important;
}

@media (max-width: 767.98px) {
  .mb-6 {
    margin-bottom: 3rem !important;
  }
}

.pt-7 {
  padding-top: 7rem !important;
}

@media (max-width: 767.98px) {
  .pt-7 {
    padding-top: 3.5rem !important;
  }
}

.pb-7 {
  padding-bottom: 7rem !important;
}

@media (max-width: 767.98px) {
  .pb-7 {
    padding-bottom: 3.5rem !important;
  }
}

.mt-7 {
  margin-top: 7rem !important;
}

@media (max-width: 767.98px) {
  .mt-7 {
    margin-top: 3.5rem !important;
  }
}

.mb-7 {
  margin-bottom: 7rem !important;
}

@media (max-width: 767.98px) {
  .mb-7 {
    margin-bottom: 3.5rem !important;
  }
}

.pt-8 {
  padding-top: 8rem !important;
}

@media (max-width: 767.98px) {
  .pt-8 {
    padding-top: 4rem !important;
  }
}

.pb-8 {
  padding-bottom: 8rem !important;
}

@media (max-width: 767.98px) {
  .pb-8 {
    padding-bottom: 4rem !important;
  }
}

.mt-8 {
  margin-top: 8rem !important;
}

@media (max-width: 767.98px) {
  .mt-8 {
    margin-top: 4rem !important;
  }
}

.mb-8 {
  margin-bottom: 8rem !important;
}

@media (max-width: 767.98px) {
  .mb-8 {
    margin-bottom: 4rem !important;
  }
}

.pt-9 {
  padding-top: 9rem !important;
}

@media (max-width: 767.98px) {
  .pt-9 {
    padding-top: 4.5rem !important;
  }
}

.pb-9 {
  padding-bottom: 9rem !important;
}

@media (max-width: 767.98px) {
  .pb-9 {
    padding-bottom: 4.5rem !important;
  }
}

.mt-9 {
  margin-top: 9rem !important;
}

@media (max-width: 767.98px) {
  .mt-9 {
    margin-top: 4.5rem !important;
  }
}

.mb-9 {
  margin-bottom: 9rem !important;
}

@media (max-width: 767.98px) {
  .mb-9 {
    margin-bottom: 4.5rem !important;
  }
}

.pt-10 {
  padding-top: 10rem !important;
}

@media (max-width: 767.98px) {
  .pt-10 {
    padding-top: 5rem !important;
  }
}

.pb-10 {
  padding-bottom: 10rem !important;
}

@media (max-width: 767.98px) {
  .pb-10 {
    padding-bottom: 5rem !important;
  }
}

.mt-10 {
  margin-top: 10rem !important;
}

@media (max-width: 767.98px) {
  .mt-10 {
    margin-top: 5rem !important;
  }
}

.mb-10 {
  margin-bottom: 10rem !important;
}

@media (max-width: 767.98px) {
  .mb-10 {
    margin-bottom: 5rem !important;
  }
}

.pt-11 {
  padding-top: 11rem !important;
}

@media (max-width: 767.98px) {
  .pt-11 {
    padding-top: 5.5rem !important;
  }
}

.pb-11 {
  padding-bottom: 11rem !important;
}

@media (max-width: 767.98px) {
  .pb-11 {
    padding-bottom: 5.5rem !important;
  }
}

.mt-11 {
  margin-top: 11rem !important;
}

@media (max-width: 767.98px) {
  .mt-11 {
    margin-top: 5.5rem !important;
  }
}

.mb-11 {
  margin-bottom: 11rem !important;
}

@media (max-width: 767.98px) {
  .mb-11 {
    margin-bottom: 5.5rem !important;
  }
}

.pt-12 {
  padding-top: 12rem !important;
}

@media (max-width: 767.98px) {
  .pt-12 {
    padding-top: 6rem !important;
  }
}

.pb-12 {
  padding-bottom: 12rem !important;
}

@media (max-width: 767.98px) {
  .pb-12 {
    padding-bottom: 6rem !important;
  }
}

.mt-12 {
  margin-top: 12rem !important;
}

@media (max-width: 767.98px) {
  .mt-12 {
    margin-top: 6rem !important;
  }
}

.mb-12 {
  margin-bottom: 12rem !important;
}

@media (max-width: 767.98px) {
  .mb-12 {
    margin-bottom: 6rem !important;
  }
}

.pt-13 {
  padding-top: 13rem !important;
}

@media (max-width: 767.98px) {
  .pt-13 {
    padding-top: 6.5rem !important;
  }
}

.pb-13 {
  padding-bottom: 13rem !important;
}

@media (max-width: 767.98px) {
  .pb-13 {
    padding-bottom: 6.5rem !important;
  }
}

.mt-13 {
  margin-top: 13rem !important;
}

@media (max-width: 767.98px) {
  .mt-13 {
    margin-top: 6.5rem !important;
  }
}

.mb-13 {
  margin-bottom: 13rem !important;
}

@media (max-width: 767.98px) {
  .mb-13 {
    margin-bottom: 6.5rem !important;
  }
}

.pt-14 {
  padding-top: 14rem !important;
}

@media (max-width: 767.98px) {
  .pt-14 {
    padding-top: 7rem !important;
  }
}

.pb-14 {
  padding-bottom: 14rem !important;
}

@media (max-width: 767.98px) {
  .pb-14 {
    padding-bottom: 7rem !important;
  }
}

.mt-14 {
  margin-top: 14rem !important;
}

@media (max-width: 767.98px) {
  .mt-14 {
    margin-top: 7rem !important;
  }
}

.mb-14 {
  margin-bottom: 14rem !important;
}

@media (max-width: 767.98px) {
  .mb-14 {
    margin-bottom: 7rem !important;
  }
}

.pt-15 {
  padding-top: 15rem !important;
}

@media (max-width: 767.98px) {
  .pt-15 {
    padding-top: 7.5rem !important;
  }
}

.pb-15 {
  padding-bottom: 15rem !important;
}

@media (max-width: 767.98px) {
  .pb-15 {
    padding-bottom: 7.5rem !important;
  }
}

.mt-15 {
  margin-top: 15rem !important;
}

@media (max-width: 767.98px) {
  .mt-15 {
    margin-top: 7.5rem !important;
  }
}

.mb-15 {
  margin-bottom: 15rem !important;
}

@media (max-width: 767.98px) {
  .mb-15 {
    margin-bottom: 7.5rem !important;
  }
}

.pt-16 {
  padding-top: 16rem !important;
}

@media (max-width: 767.98px) {
  .pt-16 {
    padding-top: 8rem !important;
  }
}

.pb-16 {
  padding-bottom: 16rem !important;
}

@media (max-width: 767.98px) {
  .pb-16 {
    padding-bottom: 8rem !important;
  }
}

.mt-16 {
  margin-top: 16rem !important;
}

@media (max-width: 767.98px) {
  .mt-16 {
    margin-top: 8rem !important;
  }
}

.mb-16 {
  margin-bottom: 16rem !important;
}

@media (max-width: 767.98px) {
  .mb-16 {
    margin-bottom: 8rem !important;
  }
}

.pt-17 {
  padding-top: 17rem !important;
}

@media (max-width: 767.98px) {
  .pt-17 {
    padding-top: 8.5rem !important;
  }
}

.pb-17 {
  padding-bottom: 17rem !important;
}

@media (max-width: 767.98px) {
  .pb-17 {
    padding-bottom: 8.5rem !important;
  }
}

.mt-17 {
  margin-top: 17rem !important;
}

@media (max-width: 767.98px) {
  .mt-17 {
    margin-top: 8.5rem !important;
  }
}

.mb-17 {
  margin-bottom: 17rem !important;
}

@media (max-width: 767.98px) {
  .mb-17 {
    margin-bottom: 8.5rem !important;
  }
}

.pt-18 {
  padding-top: 18rem !important;
}

@media (max-width: 767.98px) {
  .pt-18 {
    padding-top: 9rem !important;
  }
}

.pb-18 {
  padding-bottom: 18rem !important;
}

@media (max-width: 767.98px) {
  .pb-18 {
    padding-bottom: 9rem !important;
  }
}

.mt-18 {
  margin-top: 18rem !important;
}

@media (max-width: 767.98px) {
  .mt-18 {
    margin-top: 9rem !important;
  }
}

.mb-18 {
  margin-bottom: 18rem !important;
}

@media (max-width: 767.98px) {
  .mb-18 {
    margin-bottom: 9rem !important;
  }
}

.pt-19 {
  padding-top: 19rem !important;
}

@media (max-width: 767.98px) {
  .pt-19 {
    padding-top: 9.5rem !important;
  }
}

.pb-19 {
  padding-bottom: 19rem !important;
}

@media (max-width: 767.98px) {
  .pb-19 {
    padding-bottom: 9.5rem !important;
  }
}

.mt-19 {
  margin-top: 19rem !important;
}

@media (max-width: 767.98px) {
  .mt-19 {
    margin-top: 9.5rem !important;
  }
}

.mb-19 {
  margin-bottom: 19rem !important;
}

@media (max-width: 767.98px) {
  .mb-19 {
    margin-bottom: 9.5rem !important;
  }
}

.pt-20 {
  padding-top: 20rem !important;
}

@media (max-width: 767.98px) {
  .pt-20 {
    padding-top: 10rem !important;
  }
}

.pb-20 {
  padding-bottom: 20rem !important;
}

@media (max-width: 767.98px) {
  .pb-20 {
    padding-bottom: 10rem !important;
  }
}

.mt-20 {
  margin-top: 20rem !important;
}

@media (max-width: 767.98px) {
  .mt-20 {
    margin-top: 10rem !important;
  }
}

.mb-20 {
  margin-bottom: 20rem !important;
}

@media (max-width: 767.98px) {
  .mb-20 {
    margin-bottom: 10rem !important;
  }
}

/* ACCESSIBILITY */
.acc-highlight-links section a,
.acc-highlight-links footer a {
  background: #ffff00 !important;
  border: #ffff00 solid 5px !important;
  color: #2b2b2b !important;
}

.acc-highlight-headings section h1,
.acc-highlight-headings section h2,
.acc-highlight-headings section h3,
.acc-highlight-headings section h4,
.acc-highlight-headings section h5 {
  background: #ffff00 !important;
  color: #2b2b2b !important;
}

.acc-highlight-buttons .buttons a {
  border: #ffff00 solid 10px !important;
  display: block;
}

.acc-highlight-buttons input[type="submit"] {
  border: #ffff00 solid 10px !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

.acc-images-hide section img {
  display: none !important;
}

.acc-images-hide section .image {
  background-image: none !important;
  background-color: #2b2b2b !important;
}

/* HEADER & FOOTER */
.header-height {
  min-height: 71.9688px;
}

header {
  background: #00c7aa;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
}

.home header:not(.scrolled) {
  background: transparent;
}

.home header:not(.scrolled) .logo .image {
  width: 700px;
  left: calc(50% - 350px);
  margin-top: 0;
}

@media (max-width: 1024px) {
  .home header:not(.scrolled) .logo .image {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .home header:not(.scrolled) .logo .image {
    width: 280px;
    left: calc(50% - 140px);
    margin-top: 70px;
  }
}

.accessibility-open header .accessibility-toggle,
.menu-open header .accessibility-toggle {
  display: none;
}

header .accessibility-toggle a {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  padding: 0.6rem 0.85rem;
  line-height: 1em;
  font-weight: 500;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #b40082;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

header .accessibility-toggle a:hover {
  background: #2b2b2b;
}

@media (max-width: 1024px) {
  header .accessibility-toggle a {
    font-size: 0;
    background: transparent url(../images/mobile-accessibility-button.png) center center no-repeat;
    background-size: contain;
    width: 44px;
    height: 44px;
  }
}

header .logo {
  position: relative;
}

.accessibility-open header .logo,
.menu-open header .logo {
  display: none;
}

header .logo .image {
  width: 133px;
  position: absolute;
  top: -10px;
  left: calc(50% - 66.5px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

header .logo .image img {
  width: 100%;
  height: auto;
}

header .menu-toggle {
  text-align: right;
  padding-top: 9px;
  position: relative;
}

header .menu-toggle a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  height: 22px;
  width: 50px;
}

header .menu-toggle a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: #fff;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.menu-open header .menu-toggle a:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 15px;
}

header .menu-toggle a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: #fff;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.menu-open header .menu-toggle a:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

footer {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

footer .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  footer .menu ul {
    text-align: center;
  }
}

footer .menu ul li {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  footer .menu ul li {
    margin: 0 0 0.85rem 0;
  }
}

footer .menu ul li a {
  color: #b40082;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1em;
  letter-spacing: 0.08em;
  text-decoration: none;
  -webkit-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
}

footer .menu ul li a:hover {
  color: #00c7aa;
}

@media (max-width: 767px) {
  footer .menu ul li a {
    font-size: 1.25rem;
  }
}

footer .contact {
  margin-top: 1.3rem;
}

@media (max-width: 767px) {
  footer .contact p {
    text-align: center;
  }
}

footer .contact p:first-of-type {
  font-size: 0.85rem;
  font-weight: 500;
  margin: 0 0 0.4rem 0;
}

footer .contact p:last-of-type {
  font-size: 0.7rem;
  margin: 0;
}

@media (max-width: 767px) {
  footer .contact p:last-of-type {
    font-size: 0.85rem;
  }
  footer .contact p:last-of-type span {
    display: block;
  }
  footer .contact p:last-of-type span span {
    display: none;
  }
}

footer .contact p a {
  color: #b40082;
  text-decoration: none;
  -webkit-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
}

footer .contact p a:hover {
  color: #00c7aa;
}

footer .newsletter {
  padding: 0 0 0.5rem 0;
  position: relative;
}

footer .newsletter a {
  display: block;
  background: #b40082;
  -webkit-clip-path: url(#newsletter);
          clip-path: url(#newsletter);
  background-size: 100% 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.9rem;
  padding: 2rem 2rem 2rem 2.5rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.1em;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

@media (min-width: 992px) and (max-width: 1210px) {
  footer .newsletter a {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  footer .newsletter a {
    margin-left: -20rem;
    padding-left: 20.5rem;
    padding-top: 1.2rem;
    padding-bottom: 4.2rem;
    font-size: 1.65rem;
  }
}

footer .newsletter a:hover {
  background: #2b2b2b;
}

@media (max-width: 767px) {
  footer .newsletter a br {
    display: none;
  }
}

footer .newsletter .arrows {
  position: absolute;
  bottom: 3.5rem;
  right: 1.5em;
  text-align: center;
}

footer .newsletter .arrows svg {
  width: 45px;
  height: auto;
}

footer .newsletter .arrows svg path {
  fill: #00c7aa;
}

footer .footer-logos {
  padding-top: 0.5rem;
}

@media (max-width: 767px) {
  footer .footer-logos {
    padding-top: 2rem;
  }
}

footer .sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  footer .sponsors {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  footer .sponsors {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: center;
  }
}

footer .sponsors a {
  padding: 0 20px;
}

@media (max-width: 767px) {
  footer .sponsors a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 1.5rem;
  }
}

footer .sponsors a img {
  max-height: 50px;
  max-width: 100%;
}

footer .sponsors a:first-of-type {
  padding-left: 0;
}

footer .sponsors a:last-of-type {
  padding-right: 0;
}

/* MODULES */
section.hero {
  background: url(../images/hero-bg.png) center center no-repeat;
  background-size: cover;
  min-height: 100vh;
}

@media (max-width: 767px) {
  section.hero {
    background: url(../images/hero-bg-mobile.jpg) center center no-repeat;
    background-size: cover;
  }
}

section.hero .title {
  text-align: center;
  max-width: 1000px;
  margin: 55vh auto 0 auto;
}

@media (max-width: 1024px) {
  section.hero .title {
    margin-top: 50vh;
  }
}

@media (max-width: 767px) {
  section.hero .title {
    margin-top: 48vh;
  }
}

section.hero .title h1 {
  color: #fff;
  text-transform: none;
  font-size: 3.1rem;
  letter-spacing: 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  section.hero .title h1 {
    font-size: 1.6rem;
  }
}

section.title {
  padding-top: 2rem;
  padding-bottom: 0;
}

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

section.title .title h1,
section.title .title h2,
section.title .title h3 {
  letter-spacing: 0.08em;
}

section.title .title p {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

section.title .title p.blog-author {
  color: #b40082;
  font-size: 1.6rem;
}

section.title .title p.media-author {
  color: #b40082;
  font-size: 1.6rem;
  margin-top: -0.5rem;
  margin-bottom: 2rem;
}

section.title .title p.blog-date {
  color: #b40082;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

section.title .text {
  text-align: center;
  font-size: 1.85rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  section.title .text {
    font-size: 1.3rem;
  }
}

section.blog-post-categories {
  padding-top: 1.5rem;
}

section.blog-post-categories .categories ul {
  list-style: none;
  margin: 0 0 0.2rem 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}

section.blog-post-categories .categories ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

section.blog-post-categories .categories ul li:before {
  content: "•";
  margin: 0 0.5rem;
}

section.blog-post-categories .categories ul li:first-child:before {
  display: none;
}

section.blog-post-categories .categories ul li a {
  color: #b40082;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

section.blog-post-categories .categories ul li a:hover {
  color: #00c7aa;
}

section.social-sharing {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.social-sharing-links.align-left ul {
  text-align: left;
}

@media (max-width: 767px) {
  .social-sharing-links.align-left ul {
    text-align: center;
  }
}

.social-sharing-links.align-left ul li {
  margin: 0 0.3rem 0 0;
}

@media (max-width: 767px) {
  .social-sharing-links.align-left ul li {
    margin: 0 0.15rem;
  }
}

.social-sharing-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}

.social-sharing-links ul li {
  margin: 0 0.15rem;
  padding: 0;
  display: inline-block;
  font-size: 0.6rem;
}

.social-sharing-links ul li a {
  background: #00c7aa;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
  display: inline-block;
  min-width: 55px;
  text-align: center;
  padding: 0.15rem 0.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.social-sharing-links ul li a:hover {
  background: #b40082;
}

.social-sharing-links ul li a i {
  font-size: 0.7rem;
  margin-right: 0.1rem;
  vertical-align: middle;
}

section.event-book-now {
  padding-top: 0;
  padding-bottom: 2.8rem;
}

@media (max-width: 767px) {
  section.event-book-now {
    text-align: center;
  }
}

section.event-book-now .link p {
  margin: 0 0 0.95rem 0;
  padding: 0;
}

section.event-book-now .link a {
  text-align: center;
  display: inline-block;
  background: #b40082;
  letter-spacing: 0.08rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.45rem 0.65rem;
  margin: 0 0 0 0;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

section.event-book-now .link a:hover {
  background: #2b2b2b;
}

section.artist-title {
  padding-top: 2rem;
  padding-bottom: 0;
}

section.artist-title .title {
  text-align: center;
}

section.artist-title .title h1,
section.artist-title .title h2,
section.artist-title .title h3 {
  letter-spacing: 0.08em;
}

@media (max-width: 1024px) {
  section.artist-title .title h1,
  section.artist-title .title h2,
  section.artist-title .title h3 {
    word-break: break-all;
  }
}

section.artist-title .title h1 span,
section.artist-title .title h2 span,
section.artist-title .title h3 span {
  font-size: 1.65rem;
  padding-right: 0.7rem;
  letter-spacing: 0.08em;
}

@media (max-width: 1024px) {
  section.artist-title .title h1 span,
  section.artist-title .title h2 span,
  section.artist-title .title h3 span {
    display: block;
    padding-right: 0;
  }
}

section.artist-title .title p {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

section.artist-title .title p.pronouns {
  color: #b40082;
  font-size: 1.65rem;
  margin-bottom: 0.5rem;
}

section.artist-title .title p.quote {
  color: #00c7aa;
  font-size: 1.65rem;
  margin-bottom: 0.2rem;
}

section.artist-title .title p.quote-author {
  color: #00c7aa;
  font-size: 1.65rem;
  margin-bottom: 2rem;
  text-transform: none;
}

section.artist-title .text {
  text-align: center;
  font-size: 1.85rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  section.artist-title .text {
    font-size: 1.3rem;
  }
}

section.producer-title {
  padding-top: 2rem;
  padding-bottom: 0;
}

section.producer-title .title {
  text-align: center;
}

section.producer-title .title h1,
section.producer-title .title h2,
section.producer-title .title h3 {
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  section.producer-title .title h1,
  section.producer-title .title h2,
  section.producer-title .title h3 {
    word-break: break-all;
  }
}

section.producer-title .title h1 span,
section.producer-title .title h2 span,
section.producer-title .title h3 span {
  font-size: 1.65rem;
  padding-right: 0.7rem;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  section.producer-title .title h1 span,
  section.producer-title .title h2 span,
  section.producer-title .title h3 span {
    display: block;
    padding-right: 0;
  }
}

section.producer-title .title p {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

section.producer-title .title p.pronouns {
  color: #b40082;
  font-size: 1.65rem;
  margin-bottom: 0.5rem;
}

section.producer-title .text {
  text-align: center;
  font-size: 1.85rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  section.producer-title .text {
    font-size: 1.3rem;
  }
}

section.event-title {
  padding-top: 2rem;
  padding-bottom: 0;
}

section.event-title .title {
  text-align: center;
}

section.event-title .title h1,
section.event-title .title h2,
section.event-title .title h3 {
  letter-spacing: 0.08em;
}

section.event-title .title h1 span,
section.event-title .title h2 span,
section.event-title .title h3 span {
  font-size: 1.65rem;
  padding-right: 0.7rem;
  letter-spacing: 0.08em;
}

section.event-title .title p {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

section.event-title .title p span {
  padding-left: 0.4rem;
}

section.event-title .title p.date {
  color: #b40082;
  font-size: 1.65rem;
  margin-bottom: 0rem;
}

section.event-title .title p.artist {
  color: #b40082;
  margin-bottom: 0.1rem;
}

section.event-title .title p.location {
  margin-bottom: 2rem;
}

section.event-title .text {
  text-align: center;
  font-size: 1.85rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  section.event-title .text {
    font-size: 1.3rem;
  }
}

section.post-navigation {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

@media (max-width: 767px) {
  section.post-navigation {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  section.post-navigation.producer .button a {
    width: 210px;
  }
}

section.post-navigation .link.next {
  text-align: right;
}

section.post-navigation .link a {
  text-transform: uppercase;
  color: #b40082;
  font-size: 1.3rem;
  letter-spacing: 0.09em;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

section.post-navigation .link a:hover {
  color: #00c7aa;
}

section.post-navigation .link a svg {
  height: 28px;
}

@media (max-width: 767px) {
  section.post-navigation .link {
    margin-bottom: 1.3rem;
  }
  section.post-navigation .link a {
    font-size: 1rem;
  }
}

section.post-navigation .button {
  text-align: center;
}

section.post-navigation .button a {
  display: inline-block;
  background: #00c7aa;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.45rem 0.65rem;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: 0.09em;
  margin-top: -0.5rem;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  text-decoration: none;
  line-height: 1.2em;
}

section.post-navigation .button a:hover {
  background: #2b2b2b;
}

@media (max-width: 1024px) {
  section.post-navigation .button a {
    margin-bottom: 1.7rem;
    line-height: 1.2em;
  }
}

section.buttons {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

section.buttons .links {
  text-align: center;
}

section.buttons .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

section.buttons .links ul li {
  margin: 0 0.53rem 1.06rem 0.53rem;
  padding: 0;
  display: inline-block;
  font-size: 1rem;
}

@media (max-width: 767px) {
  section.buttons .links ul li {
    display: block;
    margin: 0 0 0.8rem;
  }
}

section.buttons .links ul li a {
  display: inline-block;
  background: #b40082;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.45rem 0.65rem;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

section.buttons .links ul li a:hover {
  background: #2b2b2b;
}

@media (max-width: 767px) {
  section.buttons .links ul li a {
    display: block;
  }
}

section.events {
  padding-top: 2rem;
}

section.events .item {
  margin-bottom: 1rem;
}

section.events .item .image {
  display: block;
  position: relative;
  height: 20vw;
  min-height: 220px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 0.6rem 0;
  -webkit-clip-path: url(#feature-boxes-home-1);
          clip-path: url(#feature-boxes-home-1);
}

section.events .item .image .shape {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}

section.events .item .image .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

section.events .item .image .gradient.green {
  background: #01c2a6;
  background: -webkit-gradient(linear, left bottom, left top, from(#01c2a6), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #01c2a6 0%, rgba(0, 0, 0, 0) 70%);
}

section.events .item .image .gradient.pink {
  background: #b1027f;
  background: -webkit-gradient(linear, left bottom, left top, from(#b1027f), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #b1027f 0%, rgba(0, 0, 0, 0) 70%);
}

section.events .item .text h3 {
  margin: 0;
}

@media (max-width: 767px) {
  section.events .item .text h3 {
    text-align: center;
  }
}

section.events .item .text p {
  margin: 0;
}

section.events .item .text p.date {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 500;
}

section.events .item .text p.date span {
  font-weight: 400;
  padding-left: 10px;
}

section.events .item .text p.artist {
  margin: 0.3rem 0 0 0;
  text-transform: uppercase;
  font-weight: 500;
}

section.events .item .text p.location {
  margin: 0.3rem 0 0 0;
  text-transform: uppercase;
  font-weight: 500;
}

section.events .item .text p.price {
  margin: 0.3rem 0 0 0;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 767px) {
  section.events .item .text p.price {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  section.events .item .text p {
    text-align: center;
  }
}

section.events .item .text.pink h3,
section.events .item .text.pink p.date,
section.events .item .text.pink p.artist {
  color: #b40082;
}

section.events .item .text.green h3,
section.events .item .text.green p.date,
section.events .item .text.green p.artist {
  color: #00c7aa;
}

section.events .item .links a {
  text-align: center;
  display: block;
  background: #00c7aa;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.45rem 0.65rem;
  margin: 0 0 0.8rem 0;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

section.events .item .links a:hover {
  background: #2b2b2b;
}

@media (max-width: 1024px) {
  section.events .item .links a {
    line-height: 1.1em;
  }
}

section.events .item .links.pink a {
  background: #b40082;
}

section.events .item .links.pink a:hover {
  background: #2b2b2b;
}

section.artists,
section.producers,
section.partners {
  padding-top: 1rem;
}

section.artists .item,
section.producers .item,
section.partners .item {
  display: block;
  text-decoration: none;
  margin: 0 0 2.5rem 0;
}

section.artists .item.item-1 .image,
section.producers .item.item-1 .image,
section.partners .item.item-1 .image {
  -webkit-clip-path: url(#artists-1);
          clip-path: url(#artists-1);
}

section.artists .item.item-2 .image,
section.producers .item.item-2 .image,
section.partners .item.item-2 .image {
  -webkit-clip-path: url(#artists-2);
          clip-path: url(#artists-2);
}

section.artists .item.item-3 .image,
section.producers .item.item-3 .image,
section.partners .item.item-3 .image {
  -webkit-clip-path: url(#artists-3);
          clip-path: url(#artists-3);
}

section.artists .item.item-4 .image,
section.producers .item.item-4 .image,
section.partners .item.item-4 .image {
  -webkit-clip-path: url(#artists-4);
          clip-path: url(#artists-4);
}

section.artists .item.item-5 .image,
section.producers .item.item-5 .image,
section.partners .item.item-5 .image {
  -webkit-clip-path: url(#artists-5);
          clip-path: url(#artists-5);
}

section.artists .item.item-6 .image,
section.producers .item.item-6 .image,
section.partners .item.item-6 .image {
  -webkit-clip-path: url(#artists-6);
          clip-path: url(#artists-6);
}

section.artists .item .image,
section.producers .item .image,
section.partners .item .image {
  position: relative;
  height: 25vw;
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 0.6rem 0;
  overflow: hidden;
}

section.artists .item .image .gradient,
section.producers .item .image .gradient,
section.partners .item .image .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

section.artists .item .image .gradient.green,
section.producers .item .image .gradient.green,
section.partners .item .image .gradient.green {
  background: -webkit-gradient(linear, left bottom, left top, from(#01c2a6), color-stop(33%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #01c2a6 0%, rgba(0, 0, 0, 0) 33%);
}

section.artists .item .image .gradient.green:not(.no-hover):hover,
section.producers .item .image .gradient.green:not(.no-hover):hover,
section.partners .item .image .gradient.green:not(.no-hover):hover {
  background: rgba(1, 194, 166, 0.33);
}

section.artists .item .image .gradient.pink,
section.producers .item .image .gradient.pink,
section.partners .item .image .gradient.pink {
  background: -webkit-gradient(linear, left bottom, left top, from(#b1027f), color-stop(33%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #b1027f 0%, rgba(0, 0, 0, 0) 33%);
}

section.artists .item .image .gradient.pink:not(.no-hover):hover,
section.producers .item .image .gradient.pink:not(.no-hover):hover,
section.partners .item .image .gradient.pink:not(.no-hover):hover {
  background: rgba(177, 2, 127, 0.33);
}

section.artists .item .image .text,
section.producers .item .image .text,
section.partners .item .image .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 1rem 2rem 1rem;
  z-index: 3;
}

@media (max-width: 767px) {
  section.artists .item .image .text,
  section.producers .item .image .text,
  section.partners .item .image .text {
    padding-bottom: 1rem;
  }
}

section.artists .item .image .text h2,
section.producers .item .image .text h2,
section.partners .item .image .text h2 {
  font-size: 1.7rem;
  line-height: 1em;
  color: #fff;
  text-align: center;
  margin: 0 2rem;
}

section.artists .item .image .text h2 span,
section.producers .item .image .text h2 span,
section.partners .item .image .text h2 span {
  font-size: 1rem;
  line-height: 1.2em;
  display: block;
}

@media (max-width: 1575px) {
  section.artists .item .image .text h2,
  section.producers .item .image .text h2,
  section.partners .item .image .text h2 {
    font-size: 1.5rem;
    margin: 0 1rem;
  }
}

@media (max-width: 1375px) {
  section.artists .item .image .text h2,
  section.producers .item .image .text h2,
  section.partners .item .image .text h2 {
    font-size: 1.4rem;
    margin: 0 0.5rem;
  }
}

@media (max-width: 1250px) {
  section.artists .item .image .text h2,
  section.producers .item .image .text h2,
  section.partners .item .image .text h2 {
    font-size: 1.1rem;
    margin: 0 0.3rem;
  }
}

@media (max-width: 767px) {
  section.artists .item .image .text h2,
  section.producers .item .image .text h2,
  section.partners .item .image .text h2 {
    font-size: 1.4rem;
  }
}

section.artists .item .image .text h2 svg,
section.producers .item .image .text h2 svg,
section.partners .item .image .text h2 svg {
  margin-left: 4px;
  width: 21px;
  height: auto;
  display: inline-block;
  vertical-align: baseline;
}

section.artists .item .image .text h2 svg path,
section.producers .item .image .text h2 svg path,
section.partners .item .image .text h2 svg path {
  fill: #fff;
}

section.artists .item .text-below,
section.producers .item .text-below,
section.partners .item .text-below {
  padding: 0 1.5rem;
}

section.artists .item .text-below p,
section.producers .item .text-below p,
section.partners .item .text-below p {
  text-align: center;
  margin: 0 0 0.5rem 0;
}

section.medias .item {
  display: block;
  text-decoration: none;
}

section.medias .item.item-1 .image {
  -webkit-clip-path: url(#media-1);
          clip-path: url(#media-1);
}

section.medias .item.item-2 .image {
  -webkit-clip-path: url(#media-2);
          clip-path: url(#media-2);
}

section.medias .item.item-3 .image {
  -webkit-clip-path: url(#media-3);
          clip-path: url(#media-3);
}

section.medias .item .image {
  position: relative;
  height: 17vw;
  min-height: 220px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 0.6rem 0;
  overflow: hidden;
}

section.medias .item .image .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

section.medias .item .image .gradient:hover {
  background: #00c7aa;
  opacity: 0.7;
}

section.medias .item .image .icon {
  position: absolute;
  bottom: 1.8rem;
  width: 50px;
  left: calc(50% - 25px);
}

section.medias .item .image .icon svg {
  width: 100%;
  height: auto;
}

section.medias .item .text h2 {
  font-size: 1.75rem;
  color: #b40082;
  text-align: center;
  margin: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

@media (max-width: 1725px) {
  section.medias .item .text h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 1475px) {
  section.medias .item .text h2 {
    font-size: 1.4rem;
  }
}

@media (max-width: 1390px) {
  section.medias .item .text h2 {
    font-size: 1.2rem;
  }
}

@media (max-width: 1250px) {
  section.medias .item .text h2 {
    font-size: 1.0rem;
  }
}

@media (max-width: 767px) {
  section.medias .item .text h2 {
    font-size: 1.4rem;
  }
}

section.medias .item .text h2 svg {
  margin-left: 4px;
  width: 21px;
  height: auto;
  display: inline-block;
  vertical-align: baseline;
}

section.medias .item .text p {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  color: #b40082;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

section.medias .item:hover .text h2,
section.medias .item:hover .text p {
  color: #00c7aa;
}

section.gallery .item {
  display: block;
  text-decoration: none;
}

section.gallery .item.item-1 .image {
  -webkit-clip-path: url(#media-1);
          clip-path: url(#media-1);
}

section.gallery .item.item-2 .image {
  -webkit-clip-path: url(#media-2);
          clip-path: url(#media-2);
}

section.gallery .item.item-3 .image {
  -webkit-clip-path: url(#media-3);
          clip-path: url(#media-3);
}

section.gallery .item .image {
  position: relative;
  height: 17vw;
  min-height: 220px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 1.8rem 0;
  overflow: hidden;
}

section.gallery .item .image .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

section.gallery .item .image .gradient:hover {
  background: #00c7aa;
  opacity: 0.7;
}

.fancybox__container .fancybox__caption {
  font-size: 1.3rem;
  padding: 2rem 0 0 0;
}

.fancybox__container .fancybox__nav button {
  width: 30px;
  height: 30px;
  border-radius: 0;
}

.fancybox__container .fancybox__nav button.is-next {
  background: url(../images/gallery-next.svg) center center no-repeat;
  background-size: contain;
}

.fancybox__container .fancybox__nav button.is-prev {
  background: url(../images/gallery-prev.svg) center center no-repeat;
  background-size: contain;
}

.fancybox__container .fancybox__nav button svg {
  display: none;
}

.fancybox__container .fancybox__toolbar {
  padding: 35px;
}

.fancybox__container .fancybox__toolbar .fancybox__button--close {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: url(../images/gallery-close.svg) center center no-repeat;
  background-size: contain;
}

.fancybox__container .fancybox__toolbar .fancybox__button--close svg {
  display: none;
}

section.blogs .item {
  display: block;
  text-decoration: none;
}

section.blogs .item.item-1 .image {
  -webkit-clip-path: url(#artists-1);
          clip-path: url(#artists-1);
}

section.blogs .item.item-2 .image {
  -webkit-clip-path: url(#artists-2);
          clip-path: url(#artists-2);
}

section.blogs .item.item-3 .image {
  -webkit-clip-path: url(#artists-3);
          clip-path: url(#artists-3);
}

section.blogs .item.item-4 .image {
  -webkit-clip-path: url(#artists-4);
          clip-path: url(#artists-4);
}

section.blogs .item.item-5 .image {
  -webkit-clip-path: url(#artists-5);
          clip-path: url(#artists-5);
}

section.blogs .item.item-6 .image {
  -webkit-clip-path: url(#artists-6);
          clip-path: url(#artists-6);
}

section.blogs .item .image {
  position: relative;
  height: 26vw;
  min-height: 280px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 0.2rem 0;
  overflow: hidden;
}

section.blogs .item .image .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

section.blogs .item .image .gradient.green {
  background: -webkit-gradient(linear, left bottom, left top, from(#01c2a6), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #01c2a6 0%, rgba(0, 0, 0, 0) 70%);
}

section.blogs .item .image .gradient.green:hover {
  background: rgba(1, 194, 166, 0.7);
}

section.blogs .item .image .gradient.pink {
  background: -webkit-gradient(linear, left bottom, left top, from(#b1027f), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #b1027f 0%, rgba(0, 0, 0, 0) 70%);
}

section.blogs .item .image .gradient.pink:hover {
  background: rgba(177, 2, 127, 0.7);
}

section.blogs .item .image .date {
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.09em;
  z-index: 4;
}

section.blogs .item .text h2 {
  font-size: 1.75rem;
  color: #b40082;
  text-align: center;
  margin: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

section.blogs .item .text h2 svg {
  margin-left: 4px;
  width: 21px;
  height: auto;
  display: inline-block;
  vertical-align: baseline;
}

section.blogs .item .text p {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  color: #b40082;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

section.blogs .item:hover .text h2,
section.blogs .item:hover .text p {
  color: #00c7aa;
}

section.accessibility {
  color: #fff;
  background: #b40082;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  padding: 1rem 0 0 0;
  -webkit-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
  z-index: 25;
}

.accessibility-open section.accessibility {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

section.accessibility .accessibility-close {
  margin: 0 0 3.5rem 0;
}

@media (max-width: 767px) {
  section.accessibility .accessibility-close {
    margin: 0 0 1.7rem 0;
  }
}

section.accessibility .accessibility-close a {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  padding: 0.6rem 0.85rem;
  line-height: 1em;
  font-weight: 500;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #b40082;
  text-decoration: none;
  -webkit-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
}

section.accessibility .accessibility-close a:hover {
  background: #2b2b2b;
}

section.accessibility .item {
  margin: 0 0 3.3rem 0;
}

@media (max-width: 767px) {
  section.accessibility .item {
    margin: 0 0 1.9rem 0;
  }
}

section.accessibility .item p {
  font-size: 3.3rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
}

@media (max-width: 767px) {
  section.accessibility .item p {
    font-size: 2.1rem;
  }
}

section.accessibility .item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

section.accessibility .item ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 767px) {
  section.accessibility .item ul li {
    display: block;
    font-size: 1.45rem;
  }
}

section.accessibility .item ul li:before {
  content: "•";
  padding-left: 10px;
  padding-right: 14px;
}

@media (min-width: 768px) {
  section.accessibility .item ul li:first-child:before {
    display: none;
  }
}

section.accessibility .item ul li a {
  color: #fff;
  text-decoration: none;
}

section.accessibility .item ul li a.on {
  color: #2b2b2b;
}

section.menu {
  color: #fff;
  background: #00c7aa;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
  z-index: 10;
  text-align: right;
}

section.menu ul.menu {
  list-style: none;
  margin: 8rem 0 0 0;
  padding: 0;
}

@media (max-width: 767px) {
  section.menu ul.menu {
    margin: 4.8rem 0 0 0;
  }
}

section.menu ul.menu li {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 2.7rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}

@media (max-width: 767px) {
  section.menu ul.menu li {
    font-size: 2.1rem;
  }
}

section.menu ul.menu li a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

section.menu ul.social {
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 0;
  font-size: 0;
}

section.menu ul.social li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 2.5rem;
  padding: 0;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}

section.menu ul.social li a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

section.menu form {
  margin: 3rem 0 2rem 0;
}

section.menu form input[type="search"] {
  background: transparent;
  border: none;
  border-bottom: #fff solid 3px;
  text-align: right;
  color: #fff;
  font-size: 1.9rem;
  width: 320px;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

section.menu form input[type="search"]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

section.menu form input[type="search"]:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

section.menu form input[type="search"]::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

section.menu form input[type="search"]::placeholder {
  color: #fff;
  opacity: 1;
}

.menu-open section.menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

section.feature-boxes {
  padding-top: 4rem;
  padding-bottom: 1rem;
}

section.feature-boxes .item {
  display: block;
  text-decoration: none;
  margin: 0 0 2.5rem 0;
}

section.feature-boxes .item.item-1 .image {
  -webkit-clip-path: url(#feature-boxes-home-1);
          clip-path: url(#feature-boxes-home-1);
}

section.feature-boxes .item.item-1 .gradient {
  background: -webkit-gradient(linear, left top, right top, from(#b50483), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #b50483 0%, rgba(0, 0, 0, 0) 70%);
}

section.feature-boxes .item.item-1:hover .gradient {
  background: -webkit-gradient(linear, left top, right top, from(rgba(181, 4, 131, 0.8)), color-stop(70%, rgba(181, 4, 131, 0.8)));
  background: linear-gradient(90deg, rgba(181, 4, 131, 0.8) 0%, rgba(181, 4, 131, 0.8) 70%);
}

section.feature-boxes .item.item-1 .icon svg path {
  fill: #2b2b2b;
}

section.feature-boxes .item.item-2 .image {
  -webkit-clip-path: url(#feature-boxes-home-2);
          clip-path: url(#feature-boxes-home-2);
}

section.feature-boxes .item.item-2 .gradient {
  background: -webkit-gradient(linear, left top, right top, from(#2c2c2c), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #2c2c2c 0%, rgba(0, 0, 0, 0) 70%);
}

section.feature-boxes .item.item-2:hover .gradient {
  background: -webkit-gradient(linear, left top, right top, from(rgba(44, 44, 44, 0.8)), color-stop(70%, rgba(44, 44, 44, 0.8)));
  background: linear-gradient(90deg, rgba(44, 44, 44, 0.8) 0%, rgba(44, 44, 44, 0.8) 70%);
}

section.feature-boxes .item.item-2 .icon svg path {
  fill: #00c7aa;
}

section.feature-boxes .item.item-3 .image {
  -webkit-clip-path: url(#feature-boxes-home-3);
          clip-path: url(#feature-boxes-home-3);
}

section.feature-boxes .item.item-3 .gradient {
  background: -webkit-gradient(linear, left top, right top, from(#00c6a9), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #00c6a9 0%, rgba(0, 0, 0, 0) 70%);
}

section.feature-boxes .item.item-3:hover .gradient {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 198, 169, 0.8)), color-stop(70%, rgba(0, 198, 169, 0.8)));
  background: linear-gradient(90deg, rgba(0, 198, 169, 0.8) 0%, rgba(0, 198, 169, 0.8) 70%);
}

section.feature-boxes .item.item-3 .icon svg path {
  fill: #b40082;
}

section.feature-boxes .item.item-4 .image {
  -webkit-clip-path: url(#feature-boxes-home-4);
          clip-path: url(#feature-boxes-home-4);
}

section.feature-boxes .item.item-4 .gradient {
  background: -webkit-gradient(linear, left top, right top, from(#2b2b2b), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #2b2b2b 0%, rgba(0, 0, 0, 0) 70%);
}

section.feature-boxes .item.item-4:hover .gradient {
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 43, 43, 0.8)), color-stop(70%, rgba(43, 43, 43, 0.8)));
  background: linear-gradient(90deg, rgba(43, 43, 43, 0.8) 0%, rgba(43, 43, 43, 0.8) 70%);
}

section.feature-boxes .item.item-4 .icon svg path {
  fill: #00c7aa;
}

section.feature-boxes .item.item-5 .image {
  -webkit-clip-path: url(#feature-boxes-home-5);
          clip-path: url(#feature-boxes-home-5);
}

section.feature-boxes .item.item-5 .gradient {
  background: -webkit-gradient(linear, left top, right top, from(#16c5a8), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #16c5a8 0%, rgba(0, 0, 0, 0) 70%);
}

section.feature-boxes .item.item-5:hover .gradient {
  background: -webkit-gradient(linear, left top, right top, from(rgba(22, 197, 168, 0.8)), color-stop(70%, rgba(22, 197, 168, 0.8)));
  background: linear-gradient(90deg, rgba(22, 197, 168, 0.8) 0%, rgba(22, 197, 168, 0.8) 70%);
}

section.feature-boxes .item.item-5 .icon svg path {
  fill: #b40082;
}

section.feature-boxes .item.item-6 .image {
  -webkit-clip-path: url(#feature-boxes-home-6);
          clip-path: url(#feature-boxes-home-6);
}

section.feature-boxes .item.item-6 .gradient {
  background: -webkit-gradient(linear, left top, right top, from(#b61585), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #b61585 0%, rgba(0, 0, 0, 0) 70%);
}

section.feature-boxes .item.item-6:hover .gradient {
  background: -webkit-gradient(linear, left top, right top, from(rgba(182, 21, 133, 0.8)), color-stop(70%, rgba(182, 21, 133, 0.8)));
  background: linear-gradient(90deg, rgba(182, 21, 133, 0.8) 0%, rgba(182, 21, 133, 0.8) 70%);
}

section.feature-boxes .item.item-6 .icon svg path {
  fill: #2b2b2b;
}

section.feature-boxes .item > .image {
  position: relative;
  height: 15vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 0.6rem 0;
}

@media (max-width: 1024px) {
  section.feature-boxes .item > .image {
    min-height: 188px;
  }
}

section.feature-boxes .item > .image .shape {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

section.feature-boxes .item > .image .text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 1025px) {
  section.feature-boxes .item > .image .text {
    left: 20px;
  }
}

section.feature-boxes .item > .image .text h2 {
  font-size: 2.2rem;
  color: #fff;
  margin: 0;
}

section.feature-boxes .item > .image .text h2 span {
  font-size: 1rem;
  line-height: 1.2em;
  display: block;
}

section.feature-boxes .item > .image .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: gradient ease-in-out 0.2s;
  transition: gradient ease-in-out 0.2s;
}

section.feature-boxes .item > .image .icon {
  position: absolute;
  bottom: 1rem;
  width: 50px;
  left: 40px;
  z-index: 4;
}

@media (max-width: 1024px) {
  section.feature-boxes .item > .image .icon {
    left: 20px;
  }
}

@media (max-width: 767px) {
  section.feature-boxes .item > .image .icon {
    left: 1.1rem;
  }
}

section.feature-boxes .item > .image .icon svg {
  width: 45px;
  height: auto;
}

section.feature-boxes .item > .text {
  display: none;
}

section.feature-boxes .item > .text h2 {
  font-size: 1.75rem;
  color: #b40082;
  text-align: center;
  margin: 0;
}

section.feature-boxes .item > .text h2 svg {
  margin-left: 4px;
  width: 21px;
  height: auto;
  display: inline-block;
  vertical-align: baseline;
}

section.feature-boxes .item > .text p {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  color: #b40082;
}

section.archive .search form {
  background: #00c7aa;
  color: #fff;
  border-radius: 6px;
  position: relative;
  height: 47px;
  max-width: 700px;
  margin: 0 auto;
}

section.archive .search form input[type="search"] {
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  left: 10px;
  font-size: 2rem;
  background: transparent;
  border: none;
}

@media (max-width: 767px) {
  section.archive .search form input[type="search"] {
    font-size: 1.3rem;
  }
}

section.archive .search form input[type="search"]::-webkit-input-placeholder {
  color: #fff;
}

section.archive .search form input[type="search"]:-ms-input-placeholder {
  color: #fff;
}

section.archive .search form input[type="search"]::-ms-input-placeholder {
  color: #fff;
}

section.archive .search form input[type="search"]::placeholder {
  color: #fff;
}

section.archive .search form input[type="submit"] {
  width: 50px;
  height: 40px;
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 0;
  font-size: 0;
  background: transparent url(../images/icon-search.svg) center center no-repeat;
  background-size: contain;
  border: none;
}

section.archive .item .image-1 {
  -webkit-clip-path: url(#artists-1);
          clip-path: url(#artists-1);
}

section.archive .item .image-2 {
  -webkit-clip-path: url(#artists-2);
          clip-path: url(#artists-2);
}

section.archive .item .line {
  border-top: #b40082 solid 10px;
  margin-top: 2rem;
  padding-bottom: 1.3rem;
}

section.archive .item .line.green {
  border-top: #00c7aa solid 10px;
}

section.archive .item .year h2 {
  font-size: 3.3rem;
}

@media (max-width: 767px) {
  section.archive .item .year h2 {
    text-align: center;
  }
}

section.archive .item .year.pink h2 {
  color: #b40082;
}

section.archive .item .image {
  display: block;
  position: relative;
  height: 20vw;
  min-height: 220px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 0.6rem 0;
}

section.archive .item .image .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

section.archive .item .image .gradient.green {
  background: #01c2a6;
  background: -webkit-gradient(linear, left bottom, left top, from(#01c2a6), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #01c2a6 0%, rgba(0, 0, 0, 0) 70%);
}

section.archive .item .image .gradient.pink {
  background: #b1027f;
  background: -webkit-gradient(linear, left bottom, left top, from(#b1027f), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #b1027f 0%, rgba(0, 0, 0, 0) 70%);
}

section.archive .item .text h3 a {
  text-decoration: none;
  color: #00c7aa;
}

@media (max-width: 767px) {
  section.archive .item .text {
    text-align: center;
  }
}

section.archive .item .text.pink h3 a {
  color: #b40082;
}

section.archive .item .text p {
  font-size: 1.3rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  section.archive .item .text {
    margin-bottom: 1rem;
  }
}

section.archive .item .links {
  padding-bottom: 0.77rem;
}

section.archive .item .links.green a {
  background: #00c7aa;
}

section.archive .item .links.pink a {
  background: #b40082;
}

section.archive .item .links a {
  display: inline-block;
  background: #b40082;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.45rem 0.65rem;
  margin: 0 0 0.33rem 0;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

section.archive .item .links a:hover {
  background: #2b2b2b;
}

@media (max-width: 767px) {
  section.archive .item .links {
    text-align: center;
  }
}

section.logos-carousel .logos {
  margin-left: 60px;
  margin-right: 60px;
  position: relative;
}

section.logos-carousel .logos .slick-arrow {
  display: inline-block;
  width: 44px;
  height: 28px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: calc(50% - 15px);
}

section.logos-carousel .logos .slick-arrow.slick-prev {
  left: -60px;
  background: url("../images/gallery-prev.svg") center center no-repeat;
  background-size: contain;
}

section.logos-carousel .logos .slick-arrow.slick-next {
  right: -60px;
  background: url("../images/gallery-next.svg") center center no-repeat;
  background-size: contain;
}

section.logos-carousel .logos a {
  padding: 0 20px;
}

@media (max-width: 767px) {
  section.logos-carousel .logos a {
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}

section.logos-carousel .logos a img {
  height: 50px;
  width: auto;
}

@media (max-width: 767px) {
  section.logos-carousel .logos a img {
    max-width: 100%;
    height: auto;
    max-height: 50px;
    margin: 0 auto;
    display: block;
  }
}

section.text img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  section.text p,
  section.text h1,
  section.text h2,
  section.text h3,
  section.text h4 {
    text-align: center;
  }
}

section.text .wp-caption {
  width: 100% !important;
}

section.text .wp-caption .wp-caption-text {
  padding-top: 5px;
  font-size: 0.75rem;
}

.single-post section.text p,
.single-post section.text h1,
.single-post section.text h2,
.single-post section.text h3,
.single-post section.text h4,
.single-media section.text p,
.single-media section.text h1,
.single-media section.text h2,
.single-media section.text h3,
.single-media section.text h4 {
  text-align: center;
}

.single-post section.text .issuuembed,
.single-media section.text .issuuembed {
  margin-left: auto;
  margin-right: auto;
}

section.image-and-text {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

section.image-and-text .image img {
  max-width: 100%;
  height: auto;
}

section.image-and-text .image.shaped {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  -webkit-clip-path: url(#featured-image);
          clip-path: url(#featured-image);
}

section.image-and-text .image.shaped img {
  width: 100%;
  height: auto;
  display: block;
}

section.image-and-text .image.shaped .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#b1027f), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #b1027f 0%, rgba(0, 0, 0, 0) 70%);
}

@media (max-width: 767px) {
  section.image-and-text .image {
    margin-bottom: 1.5rem;
  }
}

section.image-and-text .text a {
  color: #b40082;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

section.image-and-text .text a:hover {
  color: #00c7aa;
}

@media (max-width: 767px) {
  section.image-and-text .text p,
  section.image-and-text .text h1,
  section.image-and-text .text h2,
  section.image-and-text .text h3,
  section.image-and-text .text h4 {
    text-align: center;
  }
}

section.text-and-image {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

section.text-and-image .image img {
  max-width: 100%;
  height: auto;
}

section.text-and-image .image.shaped {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  -webkit-clip-path: url(#featured-image);
          clip-path: url(#featured-image);
}

section.text-and-image .image.shaped img {
  width: 100%;
  height: auto;
  display: block;
}

section.text-and-image .image.shaped .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#b1027f), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #b1027f 0%, rgba(0, 0, 0, 0) 70%);
}

section.text-and-image .text a {
  color: #b40082;
}

@media (max-width: 767px) {
  section.text-and-image .text p,
  section.text-and-image .text h1,
  section.text-and-image .text h2,
  section.text-and-image .text h3,
  section.text-and-image .text h4 {
    text-align: center;
  }
}

section.text-and-text {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}

section.text-and-text .text h3 {
  color: #b40082;
}

section.text-and-text .text img {
  max-width: 100%;
  height: auto;
}

section.text-and-text .text a {
  color: #b40082;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

section.text-and-text .text a:hover {
  color: #00c7aa;
}

@media (max-width: 767px) {
  section.text-and-text .text p,
  section.text-and-text .text h1,
  section.text-and-text .text h2,
  section.text-and-text .text h3,
  section.text-and-text .text h4 {
    text-align: center;
  }
}

section.text-and-text .image {
  margin-bottom: 1.5rem;
}

section.text-and-text .image img {
  max-width: 100%;
  height: auto;
}

section.text-and-text .image.shaped {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  -webkit-clip-path: url(#featured-image);
          clip-path: url(#featured-image);
}

section.text-and-text .image.shaped img {
  width: 100%;
  height: auto;
  display: block;
}

section.text-and-text .image.shaped .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#b1027f), color-stop(33%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #b1027f 0%, rgba(0, 0, 0, 0) 33%);
}

section.discover {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #b30181;
  background: -webkit-gradient(linear, left top, left bottom, from(#b30181), color-stop(50%, #4c5680), to(#07b29d));
  background: linear-gradient(180deg, #b30181 0%, #4c5680 50%, #07b29d 100%);
}

section.discover .title {
  text-align: center;
}

section.discover .title h2 {
  font-size: 3rem;
  color: #fff;
  margin: 0 0 2.5rem 0;
}

section.discover .item {
  display: block;
  height: calc(100% - 0.5rem);
  padding: 2rem 2rem 5.5rem 2rem;
  text-decoration: none;
  position: relative;
  background: #fff;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

@media (min-width: 768px) and (max-width: 1130px) {
  section.discover .item {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }
}

section.discover .item:hover {
  background: #2b2b2b;
}

section.discover .item:hover p {
  color: #fff;
}

section.discover .item h3 {
  text-align: center;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  color: #b40082;
  font-size: 1.55rem;
}

@media (max-width: 1575px) {
  section.discover .item h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 1375px) {
  section.discover .item h3 {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  section.discover .item h3 {
    font-size: 1rem;
  }
}

section.discover .item p {
  text-align: center;
  color: #2b2b2b;
  font-size: 1.3rem;
}

section.discover .item .arrows {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  text-align: center;
}

section.discover .item .arrows svg {
  width: 45px;
  height: auto;
}

section.discover .item.item-1 {
  -webkit-clip-path: url(#discover-1);
          clip-path: url(#discover-1);
}

section.discover .item.item-2 {
  -webkit-clip-path: url(#discover-2);
          clip-path: url(#discover-2);
}

section.discover .item.item-2 h3 {
  color: #00c7aa;
}

section.discover .item.item-2 svg path {
  fill: #b40082;
}

section.discover .item.item-3 {
  -webkit-clip-path: url(#discover-3);
          clip-path: url(#discover-3);
}

section.discover .item.item-4 {
  -webkit-clip-path: url(#discover-4);
          clip-path: url(#discover-4);
}

section.discover .item.item-4 h3 {
  color: #00c7aa;
}

section.discover .item.item-4 svg path {
  fill: #b40082;
}

.image-descriptions {
  padding-top: 0.85rem;
}

.image-descriptions.image-descriptions-logos-carousel {
  padding-top: 2.6rem;
}

.image-descriptions p {
  font-size: 0.67rem;
  line-height: 1.15em;
  margin: 0;
  padding: 0;
}

/* FORMS */
::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}
::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

/* WORDPRESS */
/*# sourceMappingURL=style.css.map */