/*
0 - 600px: phone
600 - 900px: tablet portrait
900 - 1200px: Tablet landscape
[1200 - 1800 ] normal styles apply
1800px +: Big desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desk

*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

@media (max-width: 75em) {
  html {
    font-size: 56%;
  }
}

@media (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}

@media (min-width: 110.5em) {
  html {
    font-size: 75%;
  }
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0rem;
  font-size: 1.5rem;
  font-weight: 400;
}

@media (max-width: 56.25em) {
  body {
    padding: 0;
  }
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

.heading-home {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  font-size: 10rem;
  line-height: 90%;
  text-align: right;
  margin-top: 45%;
}

@media (max-width: 37.5em) {
  .heading-home {
    margin-top: 0;
    font-size: 5rem;
    letter-spacing: 0.2rem;
    text-align: center;
  }
}

@media (min-width: 110.5em) {
  .heading-home {
    line-height: 96%;
    margin-top: 50%;
  }
}

@media (max-width: 75em) {
  .heading-home {
    font-size: 9rem;
    margin-top: 30%;
  }
}

.heading-home__line {
  margin-right: 10rem;
}

@media (max-width: 37.5em) {
  .heading-home__line {
    margin-right: 0;
    display: inline-block;
  }
}

.heading-foot {
  font-family: acumin-pro-condensed, sans-serif;
  color: #ffffff;
  font-size: 1.3rem;
  letter-spacing: 0.06rem;
}

@media (max-width: 37.5em) {
  .heading-foot {
    font-size: 2rem;
    text-align: center;
  }
}

.heading-one {
  color: #7e2956;
  text-align: left;
  margin-bottom: 2rem;
  font-size: 4rem;
  text-transform: uppercase;
  font-family: acumin-pro-condensed, sans-serif;
}

@media (max-width: 37.5em) {
  .heading-one {
    font-size: 4rem;
    margin-bottom: 1.3rem;
  }
}

.heading-two {
  font-family: acumin-pro-condensed, sans-serif;
  color: #7e2956;
  text-align: left;
  margin-bottom: 1.8rem;
  text-transform: uppercase;
  font-size: 2.1rem;
  line-height: 2.5rem;
}

.heading-three {
  font-family: acumin-pro-condensed, sans-serif;
  color: #ffffff;
  background-color: #7e2956;
  padding: 0.5rem 0.8rem;
  text-align: left;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 2.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.1rem;
}

.paragraph {
  font-size: 1.5rem;
  color: #999999;
}

.paragraph:not(:last-child) {
  margin-bottom: 1.8rem;
}

.pointed-list {
  font-size: 1.5rem;
  text-align: left;
}

.focus-text {
  font-size: 3.5rem;
  font-weight: 700;
}

.u-center-text {
  text-align: center !important;
}

.u-center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

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

@media (max-width: 56.25em) {
  .u-margin-bottom-big {
    margin-bottom: 5rem !important;
  }
}

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

@media (max-width: 56.25em) {
  .u-margin-bottom-medium {
    margin-bottom: 3rem !important;
  }
}

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important;
}

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

.u-margin-top-big {
  margin-bottom: 8rem !important;
}

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

.u-round {
  border-radius: 50%;
}

.u-white-txt {
  color: #ffffff !important;
}

@media (max-width: 37.5em) {
  .hide {
    height: 0px;
    max-height: 0px !important;
    width: 0px !important;
    font-size: 0 !important;
    display: none !important;
  }
}

.btn {
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 1rem 2.8rem 1rem 1.5rem;
  position: relative;
}

.btn::after {
  content: 'chevron_right';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  float: right;
  position: absolute;
  font-feature-settings: 'liga';
}

.btn-outline {
  background-color: transparent;
  border: #ffffff solid 1px;
}

.btn-outline:hover {
  background-color: #7e2956;
  border: #7e2956 solid 1px;
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-slider::after {
  clear: both;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.carousel-image {
  min-width: 540px;
  height: 600px;
}

@media (max-width: 56.25em) {
  .carousel-image {
    min-width: 100%;
  }
}

.form__group:not(last-child) {
  margin-bottom: 1rem;
}

.form__input {
  font-size: 1.5rem;
  font-family: inherit;
  color: inherit;
  padding: 1.5rem 2rem;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-bottom: 3px solid transparent;
  width: 90%;
  display: block;
  -webkit-transition: all, .3s;
  transition: all, .3s;
}

@media (max-width: 56.25em) {
  .form__input {
    width: 100%;
  }
}

.form__input:focus {
  outline: none;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #7e2956;
}

.form__input:focus:invalid {
  border-bottom: 3px solid #0e5b7a;
}

.form__input::-webkit-input-placeholder {
  color: #999999;
}

.form__label {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 2rem;
  margin-top: .7rem;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
}

.form__radio-group {
  width: 49%;
  display: inline-block;
}

@media (max-width: 56.25em) {
  .form__radio-group {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.focus__content {
  padding-top: 8rem;
}

@media (max-width: 37.5em) {
  .focus__content {
    padding-top: 4rem;
  }
}

.focus__content-heading {
  color: #ffffff;
  font-size: 1.8rem;
}

.focus__image {
  margin-top: -2rem;
  padding: 0 auto;
}

.focus__image img {
  width: 100%;
  height: auto;
}

.footer {
  background-color: #161616;
  background-image: url(/images/footer-image.jpg);
  background-position: right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 2rem 0;
}

@media (max-width: 37.5em) {
  .footer {
    background-image: none;
  }
}

.footer__logo-box {
  margin-bottom: 1rem;
}

@media (max-width: 37.5em) {
  .footer__logo-box {
    text-align: center;
  }
}

.footer__bottom-nav ul {
  list-style: none;
}

@media (max-width: 37.5em) {
  .footer__bottom-nav ul {
    text-align: center;
    font-size: 2rem;
  }
}

@media (max-width: 37.5em) {
  .footer__bottom-nav ul li {
    display: inline-block;
  }
}

.footer__bottom-nav ul li a {
  color: #0e5b7a;
  padding: 0.3rem;
  text-decoration: none;
}

.footer__bottom-nav ul li a:hover {
  background-color: #0e5b7a;
  color: #ffffff;
}

.footer__socials {
  margin-top: 4rem;
}

@media (max-width: 37.5em) {
  .footer__socials {
    margin-top: 0rem;
    text-align: center;
  }
}

.footer__socials a {
  color: #ffffff;
}

@media (max-width: 37.5em) {
  .footer__contacts {
    text-align: center;
    font-size: 1.5rem;
  }
}

.footer__contacts a {
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  display: block;
}

@media (max-width: 37.5em) {
  .footer__contacts a {
    text-align: center;
    display: inline;
  }
}

.header {
  padding: 3rem;
  position: relative;
}

@media (max-width: 37.5em) {
  .header {
    padding: 0;
    height: auto;
  }
}

@media (max-width: 37.5em) {
  .header__logo-box {
    text-align: center;
    padding: 3rem 0;
  }
}

.header__background {
  position: absolute;
  z-index: -2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/header_bg.jpg);
  background-repeat: repeat-x;
  background-size: auto 80%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 55%, 0 80%);
  clip-path: polygon(0 0, 100% 0, 100% 55%, 0 80%);
}

@media (max-width: 37.5em) {
  .header__background {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85vh, 0 100%);
  }
}

@media (min-width: 110.5em) {
  .header__background {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 75%);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 75%);
  }
}

.header__image {
  width: 81%;
  height: auto;
  border-radius: 50%;
  -webkit-box-shadow: 11px -11px 0px 5px rgba(255, 255, 255, 0.12);
  box-shadow: 28px -28px 0px 5px rgba(255, 255, 255, 0.12);
}

.row {
  max-width: 114rem;
  margin: 0 auto;
}

.row:not(:last-child) {
  margin-bottom: 8rem;
}

@media (max-width: 37.5em) {
  .row:not(:last-child) {
    margin-bottom: 3rem;
  }
}

@media (max-width: 56.25em) {
  .row:not(:last-child) {
    margin-bottom: 5rem;
  }
}

@media (max-width: 56.25em) {
  .row {
    max-width: 50rem;
    padding: 0 3rem;
  }
}

.row::after {
  content: '';
  display: table;
  clear: both;
}

.row [class^="col-"] {
  float: left;
}

.row [class^="col-"]:not(:last-child) {
  margin-right: 5.5rem;
}

@media (max-width: 56.25em) {
  .row [class^="col-"]:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5rem;
  }
}

@media (max-width: 56.25em) {
  .row [class^="col-"] {
    width: 100% !important;
  }
}

.row .col-1-of-2 {
  width: calc((100% - 5.5rem) / 2);
}

.row .col-1-of-3 {
  width: calc((100% - 2 * 5.5rem) / 3);
}

.row .col-2-of-3 {
  width: calc(2 * ((100% - 2 * 5.5rem) / 3) + 5.5rem);
}

.row .col-1-of-4 {
  width: calc((100% - 3 * 5.5rem) / 4);
}

.row .col-2-of-4 {
  width: calc(2 * ((100% - 3 * 5.5rem) / 4) + 5.5rem);
}

.row .col-3-of-4 {
  width: calc(3 * ((100% - 3 * 5.5rem) / 4) + 2 * 5.5rem);
}

.section-about {
  margin-bottom: 8rem;
  padding: 1rem 0;
}

.intro-photo img {
  width: 100%;
  height: auto;
}

@media (max-width: 37.5em) {
  .intro-photo img {
    display: none;
  }
}

.section-news {
  background-color: #0e5b7a;
  -webkit-transform: skewY(-7deg);
          transform: skewY(-7deg);
  padding: 5.5rem 0;
  margin-bottom: 13rem;
}

.section-news > * {
  -webkit-transform: skewY(7deg);
          transform: skewY(7deg);
}

.section-projects {
  margin-bottom: 3rem;
}

.project {
  width: 100%;
}

.project__photo {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.project__photo img {
  width: 100%;
  height: auto;
}

.project__photo::after {
  clear: both;
}

.section-artists {
  background-color: #7e2956;
  -webkit-transform: skewY(-7deg);
          transform: skewY(-7deg);
  padding: 10rem 0 14rem;
  margin-bottom: 13rem;
  border-bottom: #ffffff solid 2rem;
}

.section-artists > * {
  -webkit-transform: skewY(7deg);
          transform: skewY(7deg);
}

.artist {
  text-align: center;
  color: #ffffff;
}

.artist__name {
  font-weight: bold;
}

.artist__genre {
  font-style: oblique;
}

.section-contact-form {
  background-color: #0e5b7a;
  padding: 26rem 0 10rem;
  margin-top: -25rem;
  border-bottom: #ffffff solid 2rem;
}
/*# sourceMappingURL=main.css.map */