@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.content {
  width: 100%;
  float: none;
  z-index: 2; }

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero {
  min-height: 89vh;
  max-height: none;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 2; }

.hero__video {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  background-color: #000000;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s; }
  .hero__video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.8;
    border: none; }
  .hero__video.active {
    opacity: 1;
    visibility: visible; }

.hero__video__admin {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  padding: 5px 20px;
  background: #745B99; }
  .hero__video__admin p {
    margin: 0; }

.hero__mute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  color: #fff;
  border-radius: 50%;
  position: relative;
  font-size: 25px;
  height: 53px;
  width: 53px;
  z-index: 9;
  border: 2px solid #fff;
  position: absolute;
  position: absolute;
  left: 5%;
  right: auto;
  bottom: 35px;
  display: none; }
  @media all and (min-width: 769px) {
    .hero__mute {
      bottom: 90px; } }
  .hero__mute .lte-ie8 {
    bottom: 90px; }
  .hero__mute .fa-volume {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .hero__mute .fa-volume-off {
    display: none; }
  .hero__mute.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .hero__mute.unmute .fa-volume {
    display: none; }
  .hero__mute.unmute .fa-volume-off {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

#hero__motto {
  font-size: 1.5625em;
  font-weight: 700;
  line-height: 1.15556em;
  letter-spacing: 0.02em;
  z-index: 4;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0 5%;
  margin: 250px 0 100px;
  max-width: 864px; }
  @media all and (min-width: 415px) {
    #hero__motto {
      font-size: 1.875em; } }
  #hero__motto .lte-ie8 {
    font-size: 1.875em; }
  @media all and (min-width: 769px) {
    #hero__motto {
      font-size: 2.375em; } }
  #hero__motto .lte-ie8 {
    font-size: 2.375em; }
  @media all and (min-width: 1025px) {
    #hero__motto {
      font-size: 2.5em; } }
  @media all and (min-width: 1301px) {
    #hero__motto {
      font-size: 2.8125em; } }

#hero__motto {
  font-size: 1.5625em;
  font-weight: 700;
  line-height: 1.15556em;
  letter-spacing: 0.02em;
  z-index: 4;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0 5%;
  margin: 250px 0 100px;
  max-width: 755px; }
  @media all and (min-width: 415px) {
    #hero__motto {
      font-size: 1.875em; } }
  #hero__motto .lte-ie8 {
    font-size: 1.875em; }
  @media all and (min-width: 769px) {
    #hero__motto {
      font-size: 2.375em; } }
  #hero__motto .lte-ie8 {
    font-size: 2.375em; }
  @media all and (min-width: 1025px) {
    #hero__motto {
      font-size: 2.5em; } }
  @media all and (min-width: 1301px) {
    #hero__motto {
      font-size: 2.8125em; } }

.scroll__down {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 53px;
  width: 53px;
  z-index: 9;
  border: 2px solid #ffd400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%; }
  @media all and (min-width: 769px) {
    .scroll__down {
      bottom: 90px;
      right: 5%;
      left: auto; } }
  .scroll__down .lte-ie8 {
    bottom: 90px;
    right: 5%;
    left: auto; }
  .scroll__down .scroll__inner {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .scroll__down svg {
    color: #ffd400;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 21px;
    height: 10px;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease; }
  .scroll__down:hover svg {
    -webkit-animation: arrowMove infinite ease 1.5s;
    animation: arrowMove infinite ease 1.5s; }
  .scroll__down.rotating__hover:after {
    position: absolute;
    content: '';
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    background: url("/_site/images/design/rotatingHover.svg");
    -webkit-animation: rotatingHover infinite linear 25s;
    animation: rotatingHover infinite linear 25s;
    -webkit-transform: all 0.3s ease;
    -ms-transform: all 0.3s ease;
    transform: all 0.3s ease;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .scroll__down.rotating__hover:hover:after {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }

@-webkit-keyframes arrowMove {
  0% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0); }
  20% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0); }
  50% {
    -webkit-transform: rotate(90deg) translateX(50px);
    transform: rotate(90deg) translateX(50px);
    -webkit-animation-timing-function: steps(1, end);
    animation-timing-function: steps(1, end); }
  51% {
    -webkit-transform: rotate(90deg) translateX(-50px);
    transform: rotate(90deg) translateX(-50px); }
  80% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0); }
  100% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0); } }

@keyframes arrowMove {
  0% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0); }
  20% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0); }
  50% {
    -webkit-transform: rotate(90deg) translateX(50px);
    transform: rotate(90deg) translateX(50px);
    -webkit-animation-timing-function: steps(1, end);
    animation-timing-function: steps(1, end); }
  51% {
    -webkit-transform: rotate(90deg) translateX(-50px);
    transform: rotate(90deg) translateX(-50px); }
  80% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0); }
  100% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0); } }

@-webkit-keyframes rotatingHover {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotatingHover {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@media all and (min-width: 1050px) {
  .hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #hero__motto {
    padding: 0;
    margin: 240px 22.14286% 70px; } }

.welcome__container {
  padding: 50px 0;
  position: relative; }
  .welcome__container .curve__svg:last-child {
    bottom: 0; }

.welcome__row {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.welcome__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1; }
  .welcome__content .button__link {
    margin: 20px 0 40px; }

.welcome__title {
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #444444;
  position: relative;
  margin: 0; }
  @media all and (min-width: 415px) {
    .welcome__title {
      font-size: 2.8125em; } }
  .welcome__title .lte-ie8 {
    font-size: 2.8125em; }
  @media all and (min-width: 769px) {
    .welcome__title {
      font-size: 3em; } }
  .welcome__title .lte-ie8 {
    font-size: 3em; }
  @media all and (min-width: 1025px) {
    .welcome__title {
      font-size: 3.0625em; } }
  @media all and (min-width: 1301px) {
    .welcome__title {
      font-size: 3.125em; } }
  .welcome__title span {
    font-size: 0.48em;
    font-weight: 600;
    display: block;
    color: #444444; }

.welcome__text {
  letter-spacing: 0.02em;
  font-size: 17px;
  line-height: 1.76471em; }
  .welcome__text p {
    margin: 20px 0; }

.welcome__image__container {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1/1; }
  .welcome__image__container img {
    border-radius: 50%;
    z-index: 1; }
  .welcome__image__container.rotating__hover:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("/_site/images/design/rotatingHover.svg");
    -webkit-animation: rotatingHover infinite linear 200s;
    animation: rotatingHover infinite linear 200s;
    animation-direction: reverse;
    -webkit-transform: all 0.3s ease;
    -ms-transform: all 0.3s ease;
    transform: all 0.3s ease;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .welcome__image__container:before {
    position: absolute;
    content: '';
    top: -110px;
    right: -110px;
    bottom: -110px;
    left: -110px;
    background: #ceb539;
    opacity: 0.07;
    border-radius: 50%;
    z-index: 0; }

.welcome__image {
  position: absolute !important;
  border-radius: 50%;
  overflow: hidden;
  margin: clamp(55px, 15vw, 85px);
  max-width: 288px; }

@media all and (min-width: 415px) {
  .welcome__image {
    max-width: none; } }

.lte-ie8 .welcome__image {
  max-width: none; }

@media all and (min-width: 769px) {
  .welcome__container {
    padding: 100px 0; }
  .welcome__image__container {
    margin-left: 72px; }
    .welcome__image__container:before {
      position: absolute;
      content: '';
      top: -300px;
      right: -300px;
      bottom: -300px;
      left: -300px; } }

.lte-ie8 .welcome__container {
  padding: 100px 0; }

.lte-ie8 .welcome__image__container {
  margin-left: 72px; }
  .lte-ie8 .welcome__image__container:before {
    position: absolute;
    content: '';
    top: -300px;
    right: -300px;
    bottom: -300px;
    left: -300px; }

@media all and (min-width: 1025px) {
  .welcome__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

.news__container {
  position: relative;
  padding: 90px 0 0;
  background: #ffd400; }
  .news__container .curve__svg:first-child {
    bottom: 100%;
    z-index: 0; }
  .news__container:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 160px;
    left: 0;
    background: #ffd400; }
  .news__container .curve__svg:last-child {
    top: calc(100% - 160px);
    z-index: 0; }
  .news__container .owl-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .news__container .owl-item.active {
      opacity: 1;
      visibility: visible; }

.home__updates__top__links {
  min-height: 340px; }

.news__row {
  max-width: 1124px;
  width: 90%;
  margin: 0 auto;
  z-index: 1;
  position: relative; }

.news__header {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: 0.02em; }
  .news__header h3 {
    font-size: 1.125em;
    color: #000000;
    margin: 0;
    font-weight: 500; }
    @media all and (min-width: 415px) {
      .news__header h3 {
        font-size: 1.1875em; } }
    .news__header h3 .lte-ie8 {
      font-size: 1.1875em; }
    @media all and (min-width: 769px) {
      .news__header h3 {
        font-size: 1.25em; } }
    .news__header h3 .lte-ie8 {
      font-size: 1.25em; }
  .news__header h2 {
    font-size: 2.5em;
    color: #444444;
    margin: 0;
    font-weight: 700; }
    @media all and (min-width: 415px) {
      .news__header h2 {
        font-size: 2.8125em; } }
    .news__header h2 .lte-ie8 {
      font-size: 2.8125em; }
    @media all and (min-width: 769px) {
      .news__header h2 {
        font-size: 3em; } }
    .news__header h2 .lte-ie8 {
      font-size: 3em; }
    @media all and (min-width: 1025px) {
      .news__header h2 {
        font-size: 3.0625em; } }
    @media all and (min-width: 1301px) {
      .news__header h2 {
        font-size: 3.125em; } }
  .news__header .button__link a {
    color: #000000; }
  .news__header .button__link:hover a {
    color: #ffd400; }

.desktop__news__button {
  display: none; }

.mobile__news__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 112px; }

@media all and (min-width: 415px) {
  .mobile__news__button {
    margin-top: 20px; } }

.lte-ie8 .mobile__news__button {
  margin-top: 20px; }

@media all and (min-width: 769px) {
  .desktop__news__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .mobile__news__button {
    display: none; } }

.lte-ie8 .desktop__news__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.lte-ie8 .mobile__news__button {
  display: none; }

.mixed__authorise a {
  font-size: 14px;
  color: #fff; }

.owl__nav {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  visibility: hidden; }
  .owl__nav > div {
    visibility: visible;
    height: 53px;
    width: 53px;
    z-index: 9;
    border: 2px solid #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 30px 20px 50px 20px; }
    .owl__nav > div:hover {
      -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
      transform: scale(0.95); }
    .owl__nav > div:not(.disabled):hover {
      cursor: pointer; }
    .owl__nav > div.disabled {
      opacity: 0.5; }
      .owl__nav > div.disabled span {
        opacity: 0.5; }
        .owl__nav > div.disabled span.rotating__hover:after {
          opacity: 0; }
    .owl__nav > div span {
      width: 21px;
      height: 10px;
      background: url("/_site/images/design/arrow.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transform: all 0.3s ease;
      -ms-transform: all 0.3s ease;
      transform: all 0.3s ease; }
      .owl__nav > div span.rotating__hover:after {
        position: absolute;
        content: '';
        top: -20px;
        right: -20px;
        bottom: -20px;
        left: -20px;
        background: url("/_site/images/design/rotatingHover.svg");
        -webkit-animation: rotatingHover infinite linear 25s;
        animation: rotatingHover infinite linear 25s;
        -webkit-transform: all 0.3s ease;
        -ms-transform: all 0.3s ease;
        transform: all 0.3s ease;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .owl__nav > div span.rotating__hover:hover:after {
        -webkit-animation-play-state: paused;
        animation-play-state: paused; }
    .owl__nav > div:first-child {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
      .owl__nav > div:first-child:hover {
        -webkit-transform: rotate(180deg) scale(0.95);
        -ms-transform: rotate(180deg) scale(0.95);
        transform: rotate(180deg) scale(0.95); }
  .owl__nav svg {
    color: #000000;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 21px;
    height: 10px;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease; }
  .owl__nav:hover svg {
    -webkit-animation: arrowMove infinite ease 1.5s;
    animation: arrowMove infinite ease 1.5s; }

@media all and (min-width: 415px) {
  .owl__nav {
    top: 115px;
    left: -60px;
    right: -60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .owl__nav > div {
      margin: 0; }
  .home__updates__top {
    width: calc(100% - 50px); } }

.lte-ie8 .owl__nav {
  top: 115px;
  left: -60px;
  right: -60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .lte-ie8 .owl__nav > div {
    margin: 0; }

.lte-ie8 .home__updates__top {
  width: calc(100% - 50px); }

@media all and (min-width: 769px) {
  .owl__nav {
    left: -80px;
    right: -80px; }
  .news__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 46px; } }

.lte-ie8 .owl__nav {
  left: -80px;
  right: -80px; }

.lte-ie8 .news__header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 46px; }

.home__updates__top {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2; }
  @media all and (min-width: 415px) {
    .home__updates__top {
      width: calc(100% - 100px);
      z-index: 1; } }
  .home__updates__top .lte-ie8 {
    width: calc(100% - 100px);
    z-index: 1; }
  @media all and (min-width: 1301px) {
    .home__updates__top {
      width: 100%; } }

.social__item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 50px rgba(4, 65, 56, 0.2);
  box-shadow: 0px 0px 50px rgba(4, 65, 56, 0.2);
  border-radius: 5px; }
  .social__item h3 {
    font-size: 21px;
    letter-spacing: 0.04em;
    color: #444444;
    font-weight: 700; }
  .social__item .lazy--fallback img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 100px; }

.social__item__date {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px; }

@media all and (min-width: 850px) {
  .social__item__group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(100px, 1fr))[1];
    grid-template-columns: repeat(1, minmax(100px, 1fr));
    grid-gap: 40px;
    grid-auto-rows: 0;
    width: 100%;
    -ms-grid-columns: (minmax(100px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr; } }

@media all and (min-width: 1100px) {
  .social__item__group {
    -ms-grid-columns: (minmax(100px, 1fr))[3];
    grid-template-columns: repeat(3, minmax(100px, 1fr)); } }

.social__item__block > a {
  min-height: 200px;
  display: block;
  border-radius: 6px 6px 0px 0px; }
  .social__item__block > a:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: 76px;
    border-radius: 6px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #000 100%);
    z-index: 1; }
  .social__item__block > a img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .social__item__block > a:hover .lazy--fallback img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1); }
  .social__item__block > a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.social__item__handle {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none; }
  .social__item__handle:not(span) {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.09em;
    text-transform: uppercase; }
  .social__item__handle span {
    width: 50px;
    height: 50px;
    border-radius: 5px 0px 12px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: currentColor;
    margin-right: 16px; }
    .social__item__handle span svg {
      font-size: 18px; }
    .social__item__handle span .fa-rss {
      color: #fff; }

.twitter__item .social__item__handle span,
.facebook__item .social__item__handle span,
.instagram__item .social__item__handle span {
  background: #fff; }
  .twitter__item .social__item__handle span .fa-twitter,
  .facebook__item .social__item__handle span .fa-twitter,
  .instagram__item .social__item__handle span .fa-twitter {
    color: #1da1f2; }
  .twitter__item .social__item__handle span .fa-instagram,
  .facebook__item .social__item__handle span .fa-instagram,
  .instagram__item .social__item__handle span .fa-instagram {
    color: #c32aa3; }
  .twitter__item .social__item__handle span .fa-facebook-f,
  .facebook__item .social__item__handle span .fa-facebook-f,
  .instagram__item .social__item__handle span .fa-facebook-f {
    color: #1877f2; }

.social__item__info {
  padding: 20px 30px 40px; }

.social__item__intro {
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 28px;
  word-wrap: break-word;
  color: #444444;
  overflow: hidden;
  max-height: 140px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }
  .social__item__intro a {
    color: #444444;
    text-decoration: none;
    font-weight: 500; }

.instagram__item {
  background: #000;
  height: 435px; }
  .instagram__item img {
    opacity: 0.6; }
  .instagram__item .grid__block,
  .instagram__item .social__item__block,
  .instagram__item .social__item__block a {
    height: 100%; }

.instagram__item__date {
  position: absolute;
  bottom: 0;
  color: #fff; }

.social__item__group .social__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
  .active .social__item__group .social__item {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .social__item__group .social__item:nth-child(1) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  .social__item__group .social__item:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .social__item__group .social__item:nth-child(3) {
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s; }
  .social__item__group .social__item:nth-child(5) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .social__item__group .social__item:nth-child(4) {
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s; }
  .social__item__group .social__item:nth-child(6) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s; }

.image__links__container {
  position: relative;
  padding-bottom: 147px;
  padding-top: 100px; }
  .image__links__container .curve__svg {
    bottom: 0; }
  .image__links__container.background__watermark:after {
    top: 0; }

.image__links__row {
  margin: 0 auto;
  max-width: 1230px;
  width: 90%;
  z-index: 1;
  position: relative; }

.image__links__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.image__links__item {
  min-height: 230px;
  width: 100%;
  margin: 15px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  background: #ffd400; }
  .image__links__item img {
    opacity: 0.6;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .image__links__item:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    border-radius: 6px;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease; }
  .image__links__item:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    margin: auto 0;
    width: 157px;
    height: 157px;
    -webkit-transform: translateX(-50%) scale(0.55);
    -ms-transform: translateX(-50%) scale(0.55);
    transform: translateX(-50%) scale(0.55);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background: transparent;
    border: 10px solid #000000;
    border-radius: 50%;
    opacity: 0.3;
    z-index: 0; }
  .image__links__item:hover:before {
    background: #ffd400; }
  .image__links__item:hover img {
    opacity: 0.1;
    mix-blend-mode: luminosity; }
  .image__links__item:hover:after {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1); }
  .image__links__item:hover .image__links__item__title {
    margin-top: 0;
    margin-bottom: 20px;
    color: #000000; }
    .image__links__item:hover .image__links__item__title:after {
      opacity: 1; }

.image__links__item__title {
  z-index: 1;
  position: relative;
  font-weight: 700;
  font-size: 1.75em;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 10px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .image__links__item__title:after {
    position: absolute;
    content: '';
    top: auto;
    right: 0;
    bottom: -25px;
    left: 0;
    width: 21px;
    height: 10px;
    margin: 0 auto;
    opacity: 0;
    background: url("/_site/images/design/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

@media all and (min-width: 769px) {
  .image__links__item {
    min-width: 300px;
    width: 30%;
    margin: 15px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px; } }

.lte-ie8 .image__links__item {
  min-width: 300px;
  width: 30%;
  margin: 15px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px; }
