@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://use.typekit.net/acs6euw.css);
/* --- breakpoints --- */
/* ----- */
:root {
  --c-purple-light: #cdc9ec;
  --c-yellow: #ffa700;
  --c-line: #645c9c;
  --c-blue: #261cc2;
  --c-mediumgrey: #797979;
  --c-grey: #131313;
  --c-fgrey: #323232;
  --c-lightgrey: #f1f1f1;
  --c-darkred: #a70009;
  --c-red: #e30713;
  --c-black: black;
}

.image .cont {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.image .cont a {
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  padding: 15px 40px;
  font-size: 18px;
  line-height: 16px;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: padding 0.3s ease-in-out;
  z-index: 1;
}
.image .cont a:before {
  content: "";
  background-color: var(--c-red);
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.image .cont a:after {
  content: "";
  height: 100%;
  width: 0;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--c-grey) url(../../../images/arrow-white.svg) no-repeat 97% center;
  background-size: 28px;
  z-index: -1;
  transition: width 0.3s ease-in-out;
}
.image .cont a:hover:after {
  width: 100%;
}

.wp-block[data-type="acf/slider"] {
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 0px !important;
}

.image {
  padding: 80px 0 80px;
  box-sizing: border-box;
  background-color: white;
  position: relative;
  z-index: 1;
}
.image .cont {
  max-width: 1040px;
  display: block;
}
.image .cont h2 {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 0 0 40px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.image .cont img {
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
}
.image .cont p {
  padding: 15px 0;
}
.image .cont a {
  margin-top: 20px;
}
.image .cont a:before {
  background-color: var(--c-grey);
}
.image .cont a:after {
  background-color: var(--c-red);
}
.image .cont iframe {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 812px) {
  .intro-video .cont .col {
    width: 100% !important;
    padding: 10px 0 !important;
  }
}
/*# sourceMappingURL=image.css.map */
