@import url("https://fonts.googleapis.com/css?family=Work+Sans|Montserrat:300,400,500,600,700|Poppins:300,400,500,600,700|Roboto:300,400,500,700|Rubik:300,400,400i,500,500i,700&display=swap");
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {
  overflow-y: scroll; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: none; }
  *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html:not(.touch-screen)::-webkit-scrollbar,
html:not(.touch-screen) *::-webkit-scrollbar {
  width: 10px; }

html:not(.touch-screen)::-webkit-scrollbar-track,
html:not(.touch-screen) *::-webkit-scrollbar-track {
  background: #EFEFEF; }

html:not(.touch-screen)::-webkit-scrollbar-thumb,
html:not(.touch-screen) *::-webkit-scrollbar-thumb {
  background: #D81531; }

:hover, :active, :visited {
  outline: none; }

input[type="submit"],
input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  cursor: pointer;
  z-index: 1; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* main */
html {
  height: 100%; }

body {
  height: 100%;
  overflow: hidden; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

#content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%; }

.content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.overflow-hidden {
  overflow-x: hidden; }

html.overflow-hidden body {
  overflow: hidden; }

section {
  position: relative; }

.bg-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.mw1200 {
  max-width: 1200px;
  margin: 0 auto; }

.mw1040 {
  max-width: 1040px;
  margin: 0 auto; }

.mw930 {
  max-width: 930px;
  margin: 0 auto; }

.mw820 {
  max-width: 820px;
  margin: 0 auto; }

/* spacers */
.spacer {
  clear: both; }

.spacer-lg {
  height: 180px; }

.spacer-md {
  height: 90px; }

.spacer-sm {
  height: 40px; }

.spacer-xs {
  height: 20px; }

/* breakpoints */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body {
  position: relative;
  font-family: "Rubik", sans-serif;
  color: #282828;
  font-weight: 400;
  background-color: #ffffff; }

b, strong {
  font-weight: 700; }

a {
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

a:hover {
  text-decoration: none; }

ul, ol {
  list-style: none; }

html {
  font-size: 15px; }

body,
.text {
  line-height: 1.667; }

.text-sm {
  font-size: 14px;
  line-height: 20px; }

.text-lg {
  font-size: 18px;
  line-height: 30px; }

.text > * {
  margin-bottom: 15px; }

.text > *:last-child {
  margin-bottom: 0; }

.text img {
  max-width: 100%;
  height: auto;
  display: block; }

.text a {
  color: #cb0028;
  text-decoration: underline; }
      .text a:hover {
        text-decoration: none; }

.text ol {
  counter-reset: number; }

.text ol li {
  padding-left: 0; }

.text ol li:before {
  counter-increment: number;
  content: "#" counter(number);
  margin-right: 5px; }

.text ul li {
  padding-left: 20px; }

.support-text {
  color: #EEEEEE;
  font-family: "Poppins", sans-serif;
  font-size: 7.333rem;
  font-weight: 700;
  letter-spacing: 3.3px;
  line-height: .83;
  text-transform: uppercase; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #161616;
  letter-spacing: 0.7px; }

h1, .h1 {
  font-size: 4rem;
  line-height: 1.167; }

h2, .h2 {
  font-size: 2.333rem;
  line-height: 1.285; }

h3, .h3 {
  font-size: 1.666rem;
  letter-spacing: 1.39px;
  line-height: 1.04; }

h4, .h4 {
  font-size: 1.333rem;
  letter-spacing: 0.23px;
  line-height: 1.5; }

h5, .h5 {
  font-size: 1.2rem;
  line-height: 1.5; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.5; }

.text-truncate {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/* breakpoints */
@media (max-width: 1310px) {
  .support-text {
    font-size: 4rem; }
  .text-lg-left {
    text-align: left; }
  .text-lg-center {
    text-align: center; }
  .text-lg-right {
    text-align: right; } }

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2rem; }
  h3, .h3 {
    font-size: 1.3rem; }
  h4, .h4 {
    font-size: 1.2rem; }
  .support-text {
    font-size: 2.5rem; }
  .text-md-left {
    text-align: left; }
  .text-md-center {
    text-align: center; }
  .text-md-right {
    text-align: right; } }

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.2rem; }
  h2, .h2 {
    font-size: 1.8rem; }
  .text-sm-left {
    text-align: left; }
  .text-sm-center {
    text-align: center; }
  .text-sm-right {
    text-align: right; } }

@media (max-width: 575px) {
  .support-text {
    font-size: 2rem; } }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.main-menu {
  display: none; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 100;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .header.style01 .logo .img .logo-black {
    display: none; }
  .header.style01 .logo .logo-text {
    color: #FFFFFF; }
  @media (max-width: 991px) {
    .header.style01 .logo .img .logo-black {
      display: block; }
    .header.style01 .logo .img .logo-white {
      display: none; }
    .header.style01 .logo .logo-text {
      color: #404040; } }
  .header.style02 .logo .img .logo-white {
    display: none; }
  .header.style02 .logo .logo-text {
    color: #404040; }
  .header.scrolled {
    background-color: #fff;
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2); }
    .header.scrolled .logo .img .logo-black {
      display: block; }
    .header.scrolled .logo .img .logo-white {
      display: none; }
    .header.scrolled .logo .logo-text {
      color: #404040; }
  .header__inner {
    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;
    height: 95px;
    padding: 15px; }
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header__right > * {
      margin-left: 13px; }

.logo {
  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; }
  .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .logo .img {
    width: 117px; }
    .logo .img img {
      width: 100%; }
  .logo .logo-text {
    max-width: 110px;
    font-family: "Montserrat", sans-serif;
    font-size: .933rem;
    font-weight: 500;
    line-height: 1.36;
    margin-left: 13px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }

.lang-switcher {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: #676767;
  font-size: .867rem;
  font-weight: 500;
  letter-spacing: 0.43px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  @media (min-width: 992px) {
    .lang-switcher:hover {
      border-color: #676767; } }
  .lang-switcher span {
    display: none; }
    .lang-switcher span.active {
      display: block; }

.open-search {
  position: relative;
  height: 40px;
  line-height: 38px;
  width: 150px;
  color: #444444;
  font-family: "Rubik", sans-serif;
  font-size: .933rem;
  font-weight: 500;
  border: 1px solid #676767;
  border-radius: 20px;
  padding: 0 35px 0 17px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  opacity: .55;
  cursor: pointer; }
  @media (min-width: 992px) {
    .open-search:hover {
      opacity: 1; } }
  .open-search .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    padding: 5px 0; }

.open-repertoire {
  background: transparent;
	padding: 15px 0 5px 0;
}    

.open-repertoire:hover svg circle {
  fill: #df1432;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; 
}

.menu-open {
  width: 43px;
  height: 43px;
  border-radius: 43px;
  background-color: #DF1432;
  padding: 15px 12px;
  cursor: pointer; }
  @media (min-width: 992px) {
    .menu-open:hover span {
      left: 3px; }
      .menu-open:hover span:nth-child(2) {
        left: -3px; } }
  .menu-open span {
    display: block;
    position: relative;
    left: 0;
    width: 19px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 4px;
    -webkit-transition: left .2s linear;
    transition: left .2s linear; }

.header-login {
  height: 43px;
  width: 93px;
  border-radius: 43px;
  border: 2px solid #df1432;
  background: #444;
  color:#FFF;
  text-align: center;
  padding: 9px 0;
  cursor: pointer;
  -webkit-transition: .2s ease;
  transition: .2s ease; }
  @media (min-width: 992px) {
    .header-login:hover {
      background-color: #D81531;
      border-color: #D81531; }
      .header-login:hover svg path {
        fill: #FFFFFF; } }
  .header-login svg {
    display: inline-block;
    max-width: 100%;
    width: 20px;
    height: auto; }
    .header-login svg path {
      fill: #676767;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }

.open-search-wrap {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 0;
  background-color: #000000; }

@media (max-width: 991px) {
  .open-search {
    color: #C5C5C5; } }

@media (max-width: 767px) {
  .header__inner {
    position: relative;
    height: 70px;
    padding: 5px 0; }
  .header__logo {
    position: absolute;
    left: 50%;
    top: 23px;
    margin-left: -58px; }
    .header__logo .img {
      width: 116px; }
    .header__logo .logo-text {
      display: none; }
  .header__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
    .header__right > * {
      margin-left: 0; }
  .lang-switcher {
    display: none; }
  .open-search-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .open-search {
    font-size: 1.1rem;
    border-color: transparent; } }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BANNER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*breadcrumbs*/
.breadcrumbs {
  position: absolute;
  top: 100px;
  left: 30px;
  font-size: .8rem;
  color: #959595;
  line-height: 1.4; }
  .breadcrumbs li {
    display: inline-block; }
    .breadcrumbs li:after {
      content: '>';
      margin: 0 5px; }
    .breadcrumbs li:last-child {
      color: #D81531; }
      .breadcrumbs li:last-child:after {
        display: none; }
  .breadcrumbs a {
    color: #696969; }
    @media (min-width: 992px) {
      .breadcrumbs a:hover {
        text-decoration: underline; } }

/*home*/
.main-slider {
  background-color: #262626;
}

.main-slider button.swiper-pause {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: white;
  color: #333333;
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1000;
}

.main-slider button.swiper-pause:hover,
.main-slider button.swiper-pause:focus {
  background: #d60000;
  color: white;
}

.main-slider .swiper-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.main-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-family: "Poppins", sans-serif;
  pointer-events: none;
}

.main-slider .swiper-slide .photo {
  position: absolute;
  z-index: 1;
  bottom: 90px;
  left: 50%;
  height: 82%;
  max-height: 580px;
  width: 580px;
  margin-left: -290px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  -o-transition: transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
  background-color: currentColor;
}

.main-slider .swiper-slide .photo.move-left {
  -webkit-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  transform: translateX(-35%);
}

.main-slider .swiper-slide .photo.move-right {
  -webkit-transform: translateX(35%);
  -ms-transform: translateX(35%);
  transform: translateX(35%);
}

.main-slider .swiper-slide .photo img {
  display: inline-block;
  height: 100%;
  max-width: 100%;
  width: auto;
}

.main-slider .swiper-slide .photo .name {
  text-align: left;
  position: relative;
  margin-top: 40px;
  color: #fff;
  font-size: .866rem;
}

.main-slider .swiper-button-prev,
.main-slider .swiper-button-next {
  margin: 0;
  width: 140px;
  height: 170px;
  text-align: center;
  background-image: none;
  border-radius: 0 0 70px 70px;
  overflow: hidden;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

@media (min-width: 992px) {
  .main-slider .swiper-button-prev:hover,
  .main-slider .swiper-button-next:hover {
    opacity: .8;
  }
}

.main-slider .swiper-button-prev:before,
.main-slider .swiper-button-next:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 140px;
  width: 140px;
  background-color: #414141;
  border-radius: 70px;
  z-index: -1;
}

.main-slider .swiper-button-prev img,
.main-slider .swiper-button-next img {
  display: inline-block;
  max-height: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: -webkit-filter .2s ease;
  transition: -webkit-filter .2s ease;
  -o-transition: filter .2s ease;
  transition: filter .2s ease;
  transition: filter .2s ease, -webkit-filter .2s ease;
}

.main-slider .swiper-button-prev {
  left: -70px;
  top: auto;
  bottom: 70px;
}

.main-slider .swiper-button-prev:before {
  background-color: #D8D8D8;
}

.main-slider .swiper-button-next {
  right: -70px;
  top: auto;
  bottom: 70px;
}

.main-slider .swiper-button-next:before {
  background-color: #414141;
}

.ms-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.ms-content {
  text-align: center;
  position: relative;
  height: calc(100vh - 215px);
  min-height: 650px;
  max-height: 977px;
  width: 50%;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}

.ms-content.big {
  width: 70%;
}

.ms-content.big .ms-content__inner {
  padding-bottom: 130px;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.ms-content.big .ms-content__inner .v-hidden {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.ms-content.big .ms-content__inner .text {
  font-family: "Poppins", sans-serif;
  bottom: 60px;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.ms-content.big .ms-content__inner .btn-wrap {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  bottom: 0;
}

.ms-content.small {
  width: 30%;
}

.ms-content__inner {
  position: absolute;
  top: 50%;
  width: 380px;
  margin: 0 auto;
  padding-bottom: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.ms-content .v-hidden {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.ms-content .title {
  font-size: 2.133rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.96px;
  line-height: 1.218;
  text-transform: uppercase;
}

.ms-content .text {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.54px;
  line-height: 1.444;
}

.ms-content .btn-wrap {
  bottom: -120px;
}

.ms-content .btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ms-left {
  color: #ffffff;
  background-color: transparent;
}

.ms-left .ms-content__inner {
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.ms-right {
  color: #ffffff;
  background-color: transparent;
}

.ms-right .ms-content__inner {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hb-search {
  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;
  position: relative;
  height: 100px;
  padding: 0 15px;
  background-color: #222222;
  overflow: hidden; }
  .hb-search:before, .hb-search:after {
    position: absolute;
    content: ''; }
  .hb-search:before {
    left: -280px;
    bottom: -75px;
    height: 824px;
    width: 825px;
    opacity: 0.3;
    background: url("../img/oval-1.png") no-repeat center;
    background-size: 100%; }
  .hb-search:after {
    right: -20px;
    bottom: -150px;
    height: 485px;
    width: 485px;
    background: url("../img/oval-2.png") no-repeat center;
    background-size: 100%; }
  .hb-search form {
    position: relative;
    width: 280px;
    margin-left: 17px; }
  .hb-search .input-search {
    height: 40px;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 38px;
    background-color: transparent;
    border-bottom: 2px solid #FFFFFF;
    padding-right: 25px; }
    .hb-search .input-search::-webkit-input-placeholder {
      color: #FFFFFF;
      font-family: "Montserrat", sans-serif;
      font-size: 1rem;
      font-weight: 500; }
    .hb-search .input-search:-ms-input-placeholder {
      color: #FFFFFF;
      font-family: "Montserrat", sans-serif;
      font-size: 1rem;
      font-weight: 500; }
    .hb-search .input-search::-ms-input-placeholder {
      color: #FFFFFF;
      font-family: "Montserrat", sans-serif;
      font-size: 1rem;
      font-weight: 500; }
    .hb-search .input-search::placeholder {
      color: #FFFFFF;
      font-family: "Montserrat", sans-serif;
      font-size: 1rem;
      font-weight: 500; }
  .hb-search .search-btn {
    position: absolute;
    right: 0;
    top: 9px;
    height: 20px; }
    @media (min-width: 992px) {
      .hb-search .search-btn:hover {
        opacity: .7; } }

/*page banner*/
.page-banner {
  padding: 145px 0 25px;
  color: #696969; }
  .page-banner:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background: linear-gradient(225.91deg, #EDEDED 0%, #D2D2D2 100%); }
  .page-banner .h1 {
    margin-bottom: 30px; }
  .page-banner .subtitle {
    max-width: 500px;
    color: #000000;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.389;
    margin-bottom: 15px; }
  .page-banner .subtitle-big {
    color: #161616;
    font-family: "Poppins", sans-serif;
    font-size: 1.933rem;
    font-weight: 700;
    line-height: 1.379;
    margin-bottom: 15px;
    max-width: 540px; }
  .page-banner .text {
    max-width: 500px; }
    .page-banner .text strong, .page-banner .text b {
      color: #000000; }
  .page-banner .pb-list {
    max-width: 430px;
    color: #696969;
    margin: 10px 0 0; }
    .page-banner .pb-list li {
      margin-bottom: 20px; }
      .page-banner .pb-list li:last-child {
        margin-bottom: 0; }
    .page-banner .pb-list .title {
      font-weight: 500;
      color: #000000; }
  .page-banner .btn-wrap {
    margin: 20px 0 45px; }
    .page-banner .btn-wrap .btn {
      margin-bottom: 15px; }
  .page-banner .pb-img-wrap {
    position: relative; }
    .page-banner .pb-img-wrap .oval-img {
      position: absolute;
      right: -140px;
      top: -50px;
      height: 484px;
      width: 488px;
      opacity: 0.8; }
  .page-banner .pb-img {
    position: relative;
    height: 494px;
    width: 494px;
    border-radius: 247px;
    overflow: hidden;
    text-align: center;
    margin-top: 50px;
    margin-left: auto; 
    z-index: 1;}
    .page-banner .pb-img:before {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      border-radius: 247px;
      background: linear-gradient(149.94deg, #D9D9D9 0%, #7B7B7B 100%);
      z-index: 1; }
    .page-banner .pb-img:after {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      bottom: -20px;
      height: 50%;
      opacity: 0.8;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0)), to(#6A71B5));
      background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #6A71B5 100%);
      z-index: 3; }
    .page-banner .pb-img img {
      display: inline-block;
      position: relative;
      height: 100%;
      z-index: 1; }

.about-banner {
  padding-bottom: 0;
  z-index: 1; }

.about-banner-links {
  padding: 35px 0 0 60px; }
  .about-banner-links .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    border-bottom: 2px solid #ffffff;
    padding: 5px 10px; }
    @media (min-width: 992px) {
      .about-banner-links .item:hover .icon {
        opacity: .7; }
      .about-banner-links .item:hover .title {
        opacity: .48; }
      .about-banner-links .item:hover .arrow-btn {
        background-color: #161616; }
      .about-banner-links .item:hover .arrow-btn svg {
        fill: #ffffff; } }
  .about-banner-links .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 54px;
    margin-right: 35px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
  .about-banner-links .title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #161616;
    font-family: "Poppins", sans-serif;
    font-size: 1.266rem;
    font-weight: 700;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
  .about-banner-links .arrow-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: 1;
    margin-left: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    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-color: transparent;
    background-image: none;
  }
  .about-banner-links .arrow-btn svg {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    fill: #161616;
  }

.banner-video {
  position: relative;
  max-width: 945px;
  margin: 115px auto 0; }
  .banner-video:before {
    position: absolute;
    content: '';
    bottom: -55px;
    left: -55px;
    height: 185px;
    width: 185px;
    background-color: #000000; }

/*page-banner 2*/
.page-banner-2 {
  padding: 145px 0 35px;
  z-index: 2; }
  .page-banner-2 .img {
    position: absolute;
    right: 15px;
    top: -75px;
    width: 250px;
    height: 250px;
    border-radius: 100%; }

/*Rights Management*/
.right-management-banner {
  padding-bottom: 0;
  z-index: 1;
  margin-bottom: -80px; }

.performing-rights {
  position: relative;
  margin-top: 130px; }
  .performing-rights:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    background: linear-gradient(135deg, #D81531 30%, #DD2078 100%); }
  .performing-rights .support-text {
    position: absolute;
    left: 340px;
    bottom: 50px;
    opacity: 0.1;
    color: #F7F6F6;
    font-size: 13.666rem;
    letter-spacing: 2.38px;
    text-transform: none; }
  .performing-rights .pb-img-wrap {
    position: absolute;
    bottom: 55px;
    left: 65px; }

.key-numbers {
  padding: 0 0 50px 60px; }
  .key-numbers .item {
    display: block;
    position: relative;
    color: #fff;
    width:250px;
    background-color: #DA1B54;
    }
      .key-numbers .item .item-inner img{width:100%;height:auto;max-width:180px;}
      .key-numbers .item.size-2 .item-inner img{max-width:140px;margin-left: 5px;}
      .key-numbers .item .number {
        margin: 5px 15px;}
    .key-numbers .item.size-2 {
      position: absolute;
      right: -10px;
      bottom: 50px; 
      background-color: #161616;}
    .key-numbers .item-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      height: 100%;
      padding: 10px 10px 20px; }
      .key-numbers .item.size-1 .item-inner{padding-top: 75px;}
      .key-numbers .item.size-2 .item-inner{padding-top: 30px;}
    .key-numbers .item span {
      display: block;
      text-transform: uppercase; 
      color:#fff;
      font-size:14px;
      line-height:16px;
      letter-spacing:0.15px;
      margin-left: 15px;
      margin-top:20px;}
    .key-numbers .item .number {
      font-family: "Poppins", sans-serif;
      font-size: 50px;
      font-weight: 700;
      letter-spacing: 0.4px;
      line-height: 1;}
    .key-numbers .item .title {
      font-family: "Poppins", sans-serif;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0.22px;
      margin-left: 15px;
      min-height: 60px;
      line-height: 1.5em;
    }
    .right-management-banner .performing-rights{margin-top:0;}

.pr-text {
  padding: 35px 0 5px 35px; }
  .pr-text .text {
    max-width: none;
    margin: 5px 0 10px; }
  .pr-text .subtitle {
    max-width: 370px;
    color: #ffffff; }

.performing-rights .pr-img-wrap {
  position: relative;
  bottom: auto;
  left: auto;
  margin: 60px 0;
}
.performing-rights .pr-img-wrap .pb-img {
  margin: 0;
}

.international-royalties-banner {
  border-bottom: 30px solid #ffffff;
  padding-bottom: 0; }
  .international-royalties-banner:before {
    background: #D8D8D8;
    opacity: .26; }
  .international-royalties-banner .countries-list-text {
    margin: 90px 0 15px; }

.globe-img {
  position: relative;
  width: 50vw;
  left: -75px; }

.countries-list-text {
  font-size: .933rem;
  color: #3F3F3F;
  letter-spacing: 0.1px;
  text-align: center; }
  .countries-list-text a {
    color: #6A71B5;
    font-weight: 700;
    text-decoration: underline; }
    @media (min-width: 992px) {
      .countries-list-text a:hover {
        text-decoration: none; } }

.companies-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  bottom: -30px;
  padding: 20px;
  min-height: 175px;
  background-color: #161616; }
  .companies-logo .item {
    width: 11%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px; }

/*advocacy*/
.advocacy-banner:before {
  background: #D8D8D8;
  opacity: .26; }

.advocacy-banner .img-slider {
  position: relative;
  width: calc(100% + 60px);
  left: -60px; }
  .advocacy-banner .img-slider .swiper-slide .img {
    width: 100%;
    padding-bottom: 64%; }

.advocacy-banner .caption-slider .swiper-slide {
  padding: 10px;
  opacity: 0 !important; }

.advocacy-banner .caption-slider .swiper-slide-active {
  opacity: 1 !important; }

.advocacy-banner-links {
  margin: 0 0 0 45px; }
  .advocacy-banner-links .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 70px;
    max-width: 470px;
    width: 100%;
    font-size: .933rem;
    color: #282828;
    line-height: 1.357;
    padding: 5px 0;
    margin-top: 10px;
    border-bottom: 2px solid rgba(216, 216, 216, 0.5); }
    @media (min-width: 992px) {
      .advocacy-banner-links .item:hover .item-left {
        opacity: .3; }
      .advocacy-banner-links .item:hover .arrow-btn {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0); } }
    .advocacy-banner-links .item .title {
      color: #000000;
      font-weight: 700;
      letter-spacing: 0.47px;
      text-transform: uppercase; }
    .advocacy-banner-links .item .title, .advocacy-banner-links .item .text {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .advocacy-banner-links .item .item-left {
      width: calc(100% - 60px);
      margin-top: 5px;
      -webkit-transition: opacity .2s ease;
      transition: opacity .2s ease; }
    .advocacy-banner-links .item .arrow-btn {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      opacity: 0;
      margin-left: 7px;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      -webkit-transform: translateX(-7px);
      transform: translateX(-7px); }

/*socan awards*/
.socan-awards-banner {
  padding: 145px 0 40px; }
  .socan-awards-banner:before {
    display: none; }
  .socan-awards-banner .img {
    height: 352px;
    width: 352px;
    border-radius: 352px;
    overflow: hidden;
    margin: 0 auto; }

/*careers*/
.careers-banner {
  padding-bottom: 0;
  z-index: 1; }
  .careers-banner:before {
    display: none; }
  .careers-banner .banner-video:before {
    display: none; }

/*page-banner 3*/
.page-banner-3 {
  padding: 145px 0 30px;
  color: #282828; }
  .page-banner-3 .subtitle {
    max-width: 620px;
    margin: 10px auto 0; }
  .page-banner-3 .text {
    font-size: .933rem;
    margin-top: 20px; }
    .page-banner-3 .text a {
      color: #6A71B5;
      font-weight: 500; }

/*page-banner 4*/
.page-banner-4 {
  padding: 145px 0 30px; }
  .page-banner-4 .container {
    padding: 0 35px; }
  .page-banner-4 .subtitle {
    max-width: 780px;
    color: rgba(0, 0, 0, 0.6);
    font-family: "Roboto", sans-serif;
    font-size: .933rem;
    font-weight: 500;
    letter-spacing: 0.1px;
    margin: 15px 0; }
  .page-banner-4 .link-wrap a {
    color: #6A71B5;
    font-size: .933rem;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-decoration: underline; }
    @media (min-width: 992px) {
      .page-banner-4 .link-wrap a:hover {
        text-decoration: none; } }

/*contact*/
.contact-banner {
  padding: 145px 0 70px; }
  .contact-banner:before {
    background: linear-gradient(234.61deg, #EDEDED 0%, #EDEDED 56.19%, #D2D2D2 100%); }

.cb-info {
  color: #000000; }
  .cb-info a {
    color: #000000; }
    @media (min-width: 992px) {
      .cb-info a:hover {
        text-decoration: underline; } }
  .cb-info.style01 {
    margin-bottom: 20px; }
    .cb-info.style01 .mail {
      font-weight: 700; }
  .cb-info.style02 {
    margin: 158px 0 0 80px; }
    .cb-info.style02 .item {
      border-top: 2px solid #FFFFFF;
      padding: 17px 0; }
      .cb-info.style02 .item:last-child {
        border-bottom: 2px solid #FFFFFF; }
    .cb-info.style02 .title {
      font-size: 1.13rem;
      font-weight: 700; }

@media (max-width: 1600px) {
  .main-slider .swiper-slide .photo {
    max-height: 520px;
    width: 520px;
  }
}

@media (max-width: 1310px) {
  .page-banner .h1 {
    font-size: 3rem; }
  .page-banner .pb-img-wrap .oval-img {
    right: -75px;
    top: -10px;
    height: 200px;
    width: 200px; }
  .page-banner .pb-img {
    border-radius: 175px;
    height: 350px;
    width: 350px;
    margin: 50px auto 0; }
    .page-banner .pb-img:before {
      border-radius: 145px; }
  .key-numbers .item.size-2 {
    position: relative;
    display: block;
    right: 0;
    bottom: 0;
    margin-top: 15px;
    margin-left: auto; }
  .performing-rights {
    margin-top: 30px; }
  .pr-text {
    padding: 40px 0 40px 40px; }
  .advocacy-banner .img-slider {
    width: 100%;
    left: 0; }
  .about-banner-links .icon {
    width: 44px;
    margin-right: 5px; } }



@media(max-width:1199px){
  .key-numbers,.key-numbers .item{margin:0 auto;}
  .key-numbers .item.size-1 .item-inner,.key-numbers .item.size-2 .item-inner{padding:20px 10px;}
  .key-numbers .item .title{min-height:auto;}
  .key-numbers{padding:0 0 30px 30px;}
}

@media (max-width: 991px){
  .key-numbers{font-size:0;text-align: center;padding-top:30px;}
  .key-numbers .item,.key-numbers .item.size-2{display:inline-block;width: 240px;text-align: left;vertical-align: top;}
  .key-numbers .item.size-2{margin-left:15px;margin-top:0;}
  .key-numbers .item.size-1 .item-inner img{max-width:170px;}
  .main-slider {
    background: linear-gradient(225.91deg, #EDEDED 0%, #D2D2D2 100%); }
    .main-slider .swiper-button-prev,
    .main-slider .swiper-button-next {
      display: none; }
    .main-slider .swiper-wrapper {
      position: static; }
    .main-slider .swiper-slide {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding-top: 120px; }
  .main-slider .swiper-slide .photo {
    position: static;
    width: 100%;
    height: 460px;
    padding-top: 30px;
    margin-left: 0;
    max-height: none;
    left: 0;
    right: 0;
  }
  .main-slider .swiper-slide .photo img {
    display: inline-block;
  }
  .main-slider .swiper-slide .photo .name {
    position: absolute;
    left: auto;
    right: 20px;
    bottom: 20px;
    color: #ffffff;
  }
  .ms-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .ms-content {
    position: static;
    height: auto;
    min-height: auto;
    max-height: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: none;
    text-align: left; }
    .ms-content__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: static;
      width: auto;
      height: 95px;
      padding: 15px;
      margin: 0;
      -webkit-transform: none !important;
      transform: none !important; }
    .ms-content .v-hidden {
      position: static;
      opacity: 1;
      visibility: visible; }
    .ms-content .title {
      font-size: 1.2rem; }
    .ms-content .text {
      display: none; }
    .ms-content .btn {
      min-width: auto;
      width: 58px;
      height: 58px;
      border-radius: 100%;
      border-color: #161616;
      font-size: 0;
      background: #161616 url("../img/arrow-right.svg") no-repeat center;
      background-size: 28px auto;
      margin-left: 20px; }
  .ms-left {
    background: -webkit-gradient(linear, left top, right top, from(#545454), to(#222222));
    background: linear-gradient(to right, #545454 0%, #222222 100%); }
  .ms-right {
    background: -webkit-gradient(linear, left top, right top, from(#ededed), to(#d2d2d2));
    background: linear-gradient(to right, #ededed 0%, #d2d2d2 100%); }
  .performing-rights .support-text {
    bottom: 50px;
    left: 15px;
    font-size: 10rem; }
  .about-banner-links {
    position: relative;
    padding: 10px 0 30px;
    margin-top: 15px; }
    .about-banner-links:after {
      position: absolute;
      content: '';
      top: 0;
      right: auto;
      bottom: 0;
      left: 50%;
      width: 100vw;
      background: linear-gradient(225.91deg, #EDEDED 0%, #D2D2D2 100%);
      z-index: -1;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .about-banner-links .item .arrow-btn {
    background-color: #161616; }
  .about-banner-links .item .arrow-btn svg {
    fill: #ffffff; }
  .banner-video {
    margin: 50px auto 0; }
  .advocacy-banner-links {
    margin: 0; }
    .advocacy-banner-links .item .arrow-btn {
      opacity: 1;
      -webkit-transform: none;
      transform: none; }
  .cb-info.style02 {
    margin: 160px 0 0 0; } 
  .page-banner .page-banner__left .text{max-width:100%;}
  }

@media (max-width: 767px) {
  .main-slider .swiper-slide {
    padding-top: 90px; }
  .page-banner {
    padding: 100px 0 25px; }
    .page-banner:before {
      display: none; }
    .page-banner .btn-wrap {
      margin-bottom: 0; }
    .page-banner .h1 {
      font-size: 2.2rem; }
    .page-banner .pb-img {
      margin: 20px auto 0; }
  .page-banner-3, .page-banner-4 {
    padding: 100px 0 30px; }
  .right-management-banner {
    padding: 100px 0 0; }
  .page-banner-2 {
    padding: 100px 0 35px; }
    .page-banner-2 .img {
      display: none; }
  .contact-banner {
    padding: 100px 0 35px; }
  .key-numbers {
    padding: 25px 0; }
    .key-numbers .item.size-1 .item-inner img{max-width:100px;}
    .key-numbers .item.size-2 .item-inner img{max-width:100px;}
    .key-numbers .item .number{font-size:42px;}
    .key-numbers .item .title{font-size:18px;}
  .pr-text {
    padding: 25px 0 25px 15px; }
    .pr-text .text {
      margin: 15px 0; }
  .international-royalties-banner {
    border-bottom: none; }
    .international-royalties-banner .countries-list-text {
      max-width: 460px;
      margin: 0 auto 25px; }
  .globe-img {
    width: 100%;
    left: 0;
    margin: 25px 0; }
  .companies-logo {
    bottom: 0; }
    .companies-logo .item {
      width: 20%; }
  .advocacy-banner .img-slider {
    margin-top: 25px; }
  .socan-awards-banner .img {
    height: 290px;
    width: 290px;
    margin-top: 25px; }
  .banner-video {
    margin-top: 30px; }
    .banner-video:before {
      display: none; }
  .page-banner .subtitle-big {
    font-size: 1.5rem; }
  .careers-banner .subtitle {
    margin-top: 15px; }
  .cb-info.style02 {
    margin: 20px 0 0 0; }
    .cb-info.style02 .item {
      border-top: 2px solid #eee;
      padding: 10px 0; }
      .cb-info.style02 .item:last-child {
        border-bottom: 2px solid #eee; } }

@media (max-width: 575px) {
  .main-slider .swiper-slide .photo {
    height: 300px; }
  .page-banner .btn-wrap {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .page-banner .btn-wrap .btn {
      margin: 0 0 15px 0; }
      .page-banner .btn-wrap .btn:last-child {
        margin: 0; }
  .performing-rights .support-text {
    font-size: 5rem; }
  .companies-logo .item {
    width: 33%; }
  .about-banner-links .item {
    padding: 5px 0; }
  .banner-video {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -25px;
    margin-top: 0; } 
    .key-numbers .item,.key-numbers .item.size-2{display:block;margin:0 auto;}
    .key-numbers .item.size-2{margin-left:0;margin:0 auto;margin-top:15px;}
  }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BUTTONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.btn {
  display: inline-block;
  vertical-align: bottom;
  height: 45px;
  line-height: 43px;
  font-family: "Rubik", sans-serif;
  font-size: .866rem;
  font-weight: 500;
  letter-spacing: 0.43px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  border: 1.5px solid transparent;
  border-radius: 25px;
  padding: 0 12px;
  background: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transform: translateY(0);
  transform: translateY(0); }
  @media (min-width: 992px) {
    .btn:hover {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px); } }

.btn-sm {
  min-width: 125px; }

.btn-md {
  min-width: 150px; }

.btn-lg {
  min-width: 170px; }

.btn-xl {
  min-width: 200px; }

.btn-xxl {
  min-width: 240px; }

.btn-primary {
  color: #161616;
  background-color: transparent;
  border-color: #161616; }

.btn-secondary {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff; }

.btn-3 {
  color: #ffffff;
  background-color: #161616;
  border-color: #161616; }

button.close-wrap,
button.open-search,
.tabs-caption button,
button.acc-head,
button.license_content_popup {background: transparent}

.close-wrap .btn-close {
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  background-color: rgba(12, 12, 12, 0.65);
  padding: 34px;
  cursor: pointer;
  overflow: hidden; }
  @media (min-width: 992px) {
    .close-wrap .btn-close:hover:before {
      -webkit-transform: scale(1);
      transform: scale(1); }
    .close-wrap .btn-close:hover span {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
      .close-wrap .btn-close:hover span:before, .close-wrap .btn-close:hover span:after {
        background-color: #121212; } }
  .close-wrap .btn-close:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
  .close-wrap .btn-close span {
    display: block;
    position: relative;
    width: 28px;
    height: 28px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
    .close-wrap .btn-close span:before, .close-wrap .btn-close span:after {
      position: absolute;
      content: '';
      top: -4px;
      left: 13px;
      width: 2px;
      height: 37px;
      background-color: #fff;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
    .close-wrap .btn-close span:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .close-wrap .btn-close span:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .close-wrap .btn-close.style03 {
    height: 57px;
    width: 57px;
    padding: 17px; }
    .close-wrap .btn-close.style03 span {
      width: 23px;
      height: 23px; }
      .close-wrap .btn-close.style03 span:before, .close-wrap .btn-close.style03 span:after {
        top: -2px;
        left: 11px;
        height: 27px; }

.close-wrap .text {
  color: #FFFFFF;
  font-family: "Rubik", sans-serif;
  font-size: .866rem;
  font-weight: 500;
  letter-spacing: 0.43px;
  line-height: 1.15;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px; }

.btn-close.style02 {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0;
  font-size: 32px;
  color: #5D5D5D;
  font-family: Arial,Baskerville,monospace;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  cursor: pointer; }
  @media (min-width: 992px) {
    .btn-close.style02:hover {
      opacity: .65; } }

.search-btn {
  position: relative;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease; }

.t-link {
  display: inline-block;
  color: #6A71B5;
  font-size: .933rem;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-decoration: underline; }
  @media (min-width: 992px) {
    .t-link:hover {
      text-decoration: none; } }

.popup-video-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 65px;
  width: 200px;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.68px;
  line-height: 1;
  border: 2px solid #000000;
  border-radius: 40px;
  background-color: #000000;
  text-align: left;
  padding: 10px 10px 10px 18px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .popup-video-btn svg path {
    fill: #FFFFFF;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
  @media (min-width: 992px) {
    .popup-video-btn:hover,
    .popup-video-btn:focus {
      background-color: transparent;
      color: #000000; }
      .popup-video-btn:hover svg path,
      .popup-video-btn:focus svg path {
        fill: #000000; } }

.arrow-btn {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border-color: #161616;
  font-size: 0;
  background: #161616 url(../img/arrow-right.svg) no-repeat center;
  background-size: 25px auto; }

.btn-wrap .btn {
  margin-right: 10px; }
  .btn-wrap .btn:last-child {
    margin-right: 0; }

.form-btn {
  height: 50px;
  color: #FFFFFF;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 50px;
  border-radius: 35px;
  background-color: #D81531;
  border-color: #D81531;
  text-transform: uppercase; }

.form-btn > span {
  display: block;
  width: 100%; }

@media (max-width: 767px) {
  .close-wrap .btn-close {
    width: 70px;
    height: 70px;
    padding: 24px; }
    .close-wrap .btn-close span {
      width: 22px;
      height: 22px; }
      .close-wrap .btn-close span:before, .close-wrap .btn-close span:after {
        left: 10px;
        height: 29px; } }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FORM ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #222;
  opacity: 1; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #222;
  opacity: 1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #222;
  opacity: 1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #222;
  opacity: 1; }

input, textarea, select {
  border-radius: 0;
  background: none;
  border: none;
  margin: 0;
  width: 100%;
  padding: 0; }

.input-search,
input[type="search"] {
  -webkit-appearance: none; }
  .input-search::-webkit-search-decoration, .input-search::-webkit-search-cancel-button, .input-search::-webkit-search-results-button, .input-search::-webkit-search-results-decoration,
  input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration {
    display: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

input::-ms-clear,
input::-ms-reveal {
  display: none; }

input:required {
  -webkit-box-shadow: none;
  box-shadow: none; }

textarea {
  display: block;
  resize: none;
  overflow: auto; }

select::-ms-expand {
  display: none; }

.form-item {
  position: relative;
  margin-bottom: 20px; }
  .form-item > label {
    position: absolute;
    top: 13px;
    left: 0;
    color: #4C4C4C;
    font-family: "Poppins", sans-serif;
    font-size: 1.066rem;
    line-height: 1;
    pointer-events: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    .form-item > label.up {
      top: -10px;
      color: #6A71B5;
      font-family: "Rubik", sans-serif;
      font-size: .733rem;
      font-weight: 500;
      letter-spacing: 0.92px;
      text-transform: uppercase; }

.input {
  height: 42px;
  line-height: 41px;
  border: none;
  border-bottom: 1px solid #CFCFCF;
  background-color: transparent;
  color: #161616;
  font-family: "Poppins", sans-serif;
  font-size: 1.066rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .input.focused {
    border-bottom-color: #000; }

.form-select select option:first-child {
  display: none; }

.form-select .SumoSelect > .CaptionCont {
  height: 42px;
  line-height: 41px;
  border: none;
  border-bottom: 1px solid #CFCFCF;
  background-color: transparent;
  color: #4C4C4C;
  font-family: "Poppins", sans-serif;
  font-size: 1.066rem;
  margin: 0; }
  .form-select .SumoSelect > .CaptionCont > label,
  .form-select .SumoSelect > .CaptionCont > span {
    cursor: pointer; }
  .form-select .SumoSelect > .CaptionCont > label > i {
    background-image: none;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .form-select .SumoSelect > .CaptionCont > label > i:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-left-color: #000000;
      border-bottom-color: #000000;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.form-select .SumoSelect > .optWrapper > .options li.opt {
  padding: 5px 5px; }
  .form-select .SumoSelect > .optWrapper > .options li.opt:first-child {
    display: none; }

.rs-select {
  width: 275px; }
  .rs-select .SumoSelect > .CaptionCont {
    height: 40px;
    line-height: 38px;
    border: none;
    border-bottom: 2px solid #C9C9C9;
    background-color: transparent;
    color: #434343;
    font-size: 1.066rem;
    margin: 0; }
    .rs-select .SumoSelect > .CaptionCont > label,
    .rs-select .SumoSelect > .CaptionCont > span {
      padding-left: 10px;
      cursor: pointer; }
    .rs-select .SumoSelect > .CaptionCont > label > i {
      background-image: none;
      width: 15px;
      height: 15px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
      .rs-select .SumoSelect > .CaptionCont > label > i:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-left-color: #C8102E;
        border-bottom-color: #C8102E;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .rs-select .SumoSelect > .optWrapper > .options li.opt {
    padding: 5px 5px; }
    .rs-select .SumoSelect > .optWrapper > .options li.opt:first-child {
      display: none; }

.invalid {
  border-color: #D81531;
  color: #D81531; }

.checkbox {
  display: inline-block;
  color: #000000;
  font-size: .866rem;
  cursor: pointer; }
  .checkbox input {
    display: none; }
    .checkbox input:checked + span:before {
      background: url("../img/check.svg") no-repeat center;
      background-size: 10px auto; }
  .checkbox span {
    position: relative;
    padding-left: 40px; }
    .checkbox span:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      height: 14px;
      width: 14px;
      border: 1px solid #CFCFCF; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* COLORS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.color-primary {
  color: #282828; }

.color-red {
  color: #D81531; }

.color-white {
  color: #FFF; }

.color-black {
  color: #000000; }

.bg-deep-pink {
  background-color: #E3009B; }

.bg-blue {
  background-color: #046BE3; }

.bg-orange {
  background-color: #FF9F00; }

.bg-grey {
  background-color: #EEEEEE; }

.bg-black {
  background-color: #000000; }

  
a.whitelink:active, a.whitelink:visited, a.whitelink:link {
    color: #FFF;
    text-decoration:underline;
}

a.whitelink:hover {
  color: #FFF;
  text-decoration:none;
}

.impact {
  text-transform: uppercase;
}

.two-columns {
  column-count: 2;
  column-gap: 2rem;
}

.two-columns > ol {
  list-style: decimal;
  margin-left: .5rem;
  padding-left: .5rem;
}

.zoomed .header__inner,
.zoomed .open-search {
  height: auto;
  width: auto;
}

.zoomed.dark-head .header {
  background: #262626;
}

.zoomed.dark-head .header.scrolled {
  background: #ffffff;
}

.zoomed .ig-item, .zoomed .center-item,
.zoomed .how-it-work,
.zoomed .center-item,
.zoomed .s-media-list .item,
.zoomed .item .cat {
  position: static;
  height: auto;
  width: auto;
  max-height: initial;
  max-width: initial;
}

.zoomed .s-news-list,
.zoomed .s-news-list .item-bottom,
.zoomed .s-media-list,
.zoomed .s-media-list .item {
  display: block;
}

.zoomed .ms-content .v-hidden {
  position: static;
}

.zoomed .menu-secondary,
.zoomed .zoomed .menu-secondary > ul > li {
  max-width: 100%;
}
