/*======================================
  Selectric v1.13.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

*{padding:0;margin:0;outline:0;box-sizing:border-box}*:focus{outline:3px solid -webkit-focus-ring-color;outline-offset:2px}*:before,*:after{box-sizing:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,main{display:block}template{display:none}html{-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0)}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-size-adjust:none}img,iframe,video,audio,object{max-width:100%}img,iframe{border:0 none}img{height:auto;display:inline-block;vertical-align:middle}img,[style*=background-image]{image-rendering:-webkit-optimize-contrast}b,strong{font-weight:bold}address{font-style:normal}svg:not(:root){overflow:hidden}a,button,input[type=submit],input[type=button],input[type=reset],input[type=file],input[type=image],label[for]{cursor:pointer}a[href^=tel],button[disabled],input[disabled],textarea[disabled],select[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input[type=text],input[type=password],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=week],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=time],input[type=url],input[type=color],textarea,a[href^=tel]{appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{appearance:none}textarea{overflow:auto;-webkit-overflow-scrolling:touch;overflow-scrolling:touch}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;color:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}button,select{text-transform:none}table{width:100%;border-collapse:collapse;border-spacing:0}nav ul,nav ol{list-style:none outside none}input::placeholder{color:inherit;opacity:1}textarea::placeholder{color:inherit;opacity:1}input:-webkit-autofill{-webkit-text-fill-color:inherit;-webkit-box-shadow:0 0 0 1000px #fff inset}input[type=text],input[type=button],input[type=tel],input[type=email],input[type=submit],input[type=date],input[type=search],textarea{appearance:none}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}input{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input::placeholder{opacity:1 !important}select::-ms-expand{display:none}select{-webkit-appearance:none;-moz-appearance:none;background-color:rgba(0,0,0,0)}textarea{border-radius:0}@font-face{font-family:"Bravura tall";src:url(6acdb8d1cbc670728367.woff2) format("woff2"),url(4ec8d3ede7857b0d6a7e.woff) format("woff")}@font-face{font-family:"Uniform Condensed";src:url(3b485a54f62f57899611.woff2) format("woff2"),url(6b5c482082d34da487fd.woff) format("woff");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"Uniform Condensed";src:url(f4536b1d31c12dd7fbb5.woff2) format("woff2"),url(d443284e8a899a0f5daa.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Uniform Condensed";src:url(82fe23ffa1234518d6d5.woff2) format("woff2"),url(6f8271c8caae5fee65ba.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Uniform Condensed";src:url(19829fb1230d5667d576.woff2) format("woff2"),url(8128350b5bc504190e45.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Uniform Condensed";src:url(aa234b07c5caffd99115.woff2) format("woff2"),url(b32c4ac1227ce30e77cb.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}html{font-size:62.5%}body{min-width:320px;background:#fff;font-family:"Uniform Condensed",sans-serif;font-weight:400;font-size:2rem;line-height:1.55;color:#000}@media(max-width: 1023px){body{font-size:1.6rem;line-height:1.56}}a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}a[href^=tel]{text-decoration:none}.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6{margin-bottom:calc(1.55em/2);line-height:1.2}.h1,h1{font-size:5rem}.h2,h2{font-size:3.6rem}.h3,h3{font-size:2.5rem}.h4,h4{font-size:2rem}.h5,h5{font-size:1.8rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.h1,h1{font-size:3rem}.h2,h2{font-size:3rem;line-height:1.03}.h3,h3{font-size:2rem}.h4,h4{font-size:1.8rem}.h5,h5{font-size:1.6rem}}p,ul,ol,dl,hr,table,blockquote{margin-bottom:1.55em}h1[class],h2[class],h3[class],h4[class],h5[class],h6[class],h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child,ul:last-child,ol:last-child,dl:last-child,table:last-child,blockquote:last-child{margin-bottom:0}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.img-desktop{display:none}}.img-mobile{display:none}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.img-mobile{display:block}}.hero__background .img-mobile{min-width:unset !important;min-height:unset !important;width:100% !important;height:auto !important;object-fit:cover !important;max-width:812px !important}.specialtitle{transform:rotatez(356deg);font-family:"Bravura tall",sans-serif;line-height:150px;letter-spacing:0;color:#cc252c;font-size:180px;margin-bottom:3rem}@media(max-width: 1023px){.specialtitle{font-size:120px;line-height:100px}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.specialtitle{font-size:74px;line-height:65px}}.clear:after{content:"";line-height:0;display:table;clear:both}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.notext{white-space:nowrap;text-indent:100%;text-shadow:none;overflow:hidden}.notext-old{font-size:0;line-height:0;text-indent:-4000px}[hidden],.hidden{display:none}[disabled],.disabled{cursor:default}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hidden-xs{display:none !important}.visible-xs-block{display:block !important}.visible-xs-inline{display:inline !important}.visible-xs-inline-block{display:inline-block !important}}@media(min-width: 767.02px)and (max-width: 1023px){.hidden-sm{display:none !important}.visible-sm-block{display:block !important}.visible-sm-inline{display:inline !important}.visible-sm-inline-block{display:inline-block !important}}@media(min-width: 1023.02px)and (max-width: 1199px){.hidden-md{display:none !important}.visible-md-block{display:block !important}.visible-md-inline{display:inline !important}.visible-md-inline-block{display:inline-block !important}}@media(min-width: 1199.02px){.hidden-lg{display:none !important}.visible-lg-block{display:block !important}.visible-lg-inline{display:inline !important}.visible-lg-inline-block{display:inline-block !important}}@keyframes shaking{0%{transform:rotate(0deg) scale(1)}25%{transform:rotate(-4deg) scale(1.15, 1.3)}50%{transform:rotate(0deg) scale(1)}75%{transform:rotate(4deg) scale(1.15, 1.3)}100%{transform:rotate(0deg) scale(1)}}@keyframes pulse{0%{transform:scale(0.97)}70%{transform:scale(1)}100%{transform:scale(0.97)}}.article{overflow:hidden;margin-top:1.5rem}.article .article_title{padding:1.9rem 0 .5rem 5.4rem;max-width:67rem}@media(max-width: 1023px){.article .article_title{padding:0}}@media(max-width: 1024px){.article .article_title{padding:0}}@media(max-width: 1500px){.article .article_title{padding:0}}.article .article_title h3{text-transform:uppercase;color:#61207a;margin-top:6.5rem;margin-bottom:-2rem}.article .article__inner{position:relative;padding:4.5 0 0}.page-template-front-page-php .article .article__inner{padding:30rem 0 0}@media(max-width: 1550px){.article .article__inner{padding:0}}.article .article__inner *{position:relative;z-index:2;height:auto}.article .article__width{position:relative;padding:4.5 0 0;width:100%;margin-inline:auto;max-width:1092px}.article .article__width_text{position:relative;padding:4.5 0 0;width:100%;margin-inline:auto;max-width:112.6rem}.article .article__bg{position:absolute;bottom:150px;left:0;width:100vw;height:100%}@media(max-width: 1550px){.article .article__bg{bottom:7.5%}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.article .article__bg{height:100%;left:-1.9rem;right:-1.9rem;bottom:0}}.article .grid{margin:0 -1.6rem}@media(max-width: 1023px){.article .grid{margin:3.5rem -0.8rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.article .grid{display:block;margin:3.5rem -0.8rem}}.article .grid .grid__col{padding:0 1.6rem}@media(max-width: 1023px){.article .grid .grid__col{padding:0 .8rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.article .grid .grid__col{max-width:100%;flex:0 0 100%}}.article .article__content{padding:1.9rem 0 10rem 5.4rem;max-width:67rem}@media(max-width: 1500px){.article .article__content{padding-left:0}}@media(max-width: 1023px){.article .article__content{padding-bottom:6rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.article .article__content{padding:0rem 0 4.9rem}}.article .article__content p{margin-bottom:.2rem}.article .article__content h1{color:#61207a}.article .article__content h2{color:#cc252c;text-transform:uppercase}@media(max-width: 1399px){.article .article__content h2{margin-bottom:.5rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.article .article__content h2{text-align:center;margin-bottom:1.3rem}}.article .article__content h3{text-transform:uppercase;color:#61207a;margin-bottom:.4rem;margin-top:2.5rem}.article .article__content--social-list{list-style:none;display:flex}.article .article__content--social-list li{margin-right:2rem}.article .article__image{height:100%;display:flex;align-items:flex-start}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.article .article__image{margin:0 -1.9rem}}.article .article__image img{flex:1}.article .article__image--full{height:20em;display:flex;align-items:flex-end;overflow:hidden}.article .article__image--full img{width:100%;object-fit:cover}.article .article__actions{margin-top:2.3rem}@media(max-width: 1023px){.article .article__actions{margin-top:.5rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.article .article__actions{margin-top:2rem}}.article--alt .article__bg{top:0;bottom:0;left:8.4%;height:auto}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.article--alt .article__bg{position:absolute;top:50%;left:50%;width:150%;height:100%;transform:translate(-50%, -50%);bottom:auto;right:auto}}.article--alt .article__inner{padding:9.4rem 0 0}@media(max-width: 1023px){.article--alt .article__inner{padding-top:4rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.article--alt .article__inner{padding-top:0}}.article--alt .article__content{padding:1.2rem 0 1.2rem 2.9rem;max-width:50rem}@media(max-width: 1023px){.article--alt .article__content{padding-left:0}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.article--alt .article__content{padding:4.2rem 0 1.2rem}}.article--alt .article__content h3{font-size:2.3rem;color:#61207a;margin-bottom:.5rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.article--alt .article__content h3{font-size:1.8rem}}.article--alt .article__content .article__text{margin-bottom:2rem}.article--alt .article__content p{margin-bottom:3rem}@media(max-width: 1023px){.article--alt .article__content p{margin-bottom:1.5rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.article--alt .article__content p{margin-bottom:2.5rem}}.article--alt .article__content p:last-child{margin-bottom:0}.breadcrumbs{padding:1.1rem 0 0}.breadcrumbs .shell>span{display:flex;justify-content:flex-start;align-items:center;list-style-type:none;margin:0 -0.65rem;color:#7f599a;font-size:1.4rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.breadcrumbs .shell>span{font-size:1.1rem;margin:0 -0.5rem}}.breadcrumbs span>span{margin:0 .65rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.breadcrumbs span>span{margin:0 .5rem}}.breadcrumbs a{text-decoration:none;position:relative}.breadcrumbs a:before{content:"";width:0;border-bottom:.1rem solid;position:absolute;bottom:0;left:0;transition:.4s linear}@media(hover: hover)and (pointer: fine){.breadcrumbs a:hover:before{width:100%}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.breadcrumbs a:hover:before{width:100%}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.breadcrumbs--alt{position:absolute;top:0;left:0;z-index:4}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.breadcrumbs--alt ul{color:#fff;padding:0 1rem}}.hero--image+.breadcrumbs{padding:2.8rem 0 0}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero--image+.breadcrumbs{padding:.4rem 0 0}}.hero-dev+.breadcrumbs{padding:2.8rem 0 0}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero-dev+.breadcrumbs{padding:.4rem 0 0}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero-dev+.breadcrumbs--alt{padding:1.1rem 0 0}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero-dev+.breadcrumbs--alt ul{padding-left:0}}.btn{display:inline-block;vertical-align:middle;text-align:center;cursor:pointer;text-decoration:none;appearance:none;position:relative;color:#fff;padding:1rem 1.8rem 0;white-space:nowrap;font-size:2.5rem;font-weight:700;text-transform:uppercase;border:none;text-shadow:1px 1px 2px rgba(0,0,0,.5)}@media(max-width: 1023px){.btn{font-size:1.8rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.btn{padding:.7rem 1.1rem 0;font-size:2rem;width:100%}}@media(hover: hover)and (pointer: fine){.btn:hover{transition:color .4s .4s}.btn:hover:before{animation:shaking .6s;background:#cc252c;transition:.4s .4s}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.btn:hover{transition:color .4s .4s}.btn:hover:before{animation:shaking .6s;background:#cc252c;transition:.4s .4s}}.btn:before{content:"";width:100%;height:100%;background-color:#61207a;position:absolute;top:.2rem;left:0;transform:skew(-2deg, -1deg);transition:.4s}.btn span{position:relative;z-index:2}.btn--margin--right{margin-right:1rem}.btn--blue{padding:1rem 1.3rem 0}.btn--blue:before{background-color:#3bc5c0}.btn--border--blue{padding:1rem 1.3rem 0;color:#3bc5c0}.btn--border--blue:before{background-color:#fff;border:#3bc5c0 3px solid}.btn--border--blue:hover{color:#fff}.btn--border--blue:hover:before{background-color:#cc252c;border:0}.btn--red{padding:1rem 1.3rem 0}.btn--red:before{background-color:#cc252c}.btn--pink{padding:1rem 1.3rem 0}.btn--pink:before{background-color:#c5b0d1}.btn--white{padding:1rem 1.3rem 0;color:#61207a}.btn--white:before{background-color:#fff}@media(hover: hover)and (pointer: fine){.btn--white:hover{color:#fff}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.btn--white:hover{color:#fff}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.btn--lpurple-mobile:before{background-color:#c5b0d1}}.btn--block{display:block;padding-left:0;padding-right:0}.btn--active{padding:1rem 1.3rem 0}.btn--active:before{background-color:#61207a}.card-news{display:flex;justify-content:center;align-items:center;flex-direction:column;flex-wrap:wrap;margin:0 auto}.card-news .card__content{position:relative;z-index:4;padding:4rem 1.3rem 3rem 2.3rem;overflow:hidden;max-width:100%;padding:1.9rem 2.3rem 2.5rem 2.3rem;width:100%}.card-news .card__content *{position:relative;z-index:2}.card-news .card__content:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;color:#dacee5;border-bottom:25px solid rgba(0,0,0,0);border-top:0 rgba(0,0,0,0);border-left:1000px solid;pointer-events:none}.card-news .card__content h5,.card-news .card__content .h5{font-weight:400;color:#cc252c;letter-spacing:.13em;line-height:1.11;margin-bottom:1.8rem;display:block}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.card-news .card__content h5,.card-news .card__content .h5{margin-bottom:.9rem}}.card-news .card__content h5 strong,.card-news .card__content .h5 strong{font-weight:800;display:block}.card-news .card__content h3{text-transform:uppercase;color:#61207a;line-height:1.16;margin-bottom:1.7rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.card-news .card__content h3{margin-bottom:.7rem}}.card-news .card__content p{margin-bottom:1rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.card-news .card__content p{font-size:1.6rem}}.card-news .card__image{flex:1;margin-left:-13.7%;max-width:100%;flex:0 0 100%;order:-1;margin:0;padding-top:69%;position:relative;overflow:hidden;height:100%;width:100%}.card-news .card__image img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:100%;min-height:100%;width:100%;height:auto;object-fit:cover}.card-news--dark .card__content{color:#fff}.card-news--dark .card__content:before{color:#61207a}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.card-news--dark .card__content:before{border-left:none;border-right:500px solid;left:auto;right:0}}.card-news--dark .card__content h3{color:#fff}.card-news-alt{width:100%}.card-news-alt .card__image{padding-top:69.7%;position:relative;overflow:hidden;z-index:3}.card-news-alt .card__image img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:100%;min-height:100%;width:100%;height:auto;object-fit:cover}.card-news-alt .card__content{padding:2.3rem 3.3rem 5.4rem;position:relative}@media(max-width: 1023px){.card-news-alt .card__content{padding:2.3rem 1.8rem 4rem}}.card-news-alt .card__content *{position:relative;z-index:2}.card-news-alt .card__content h3{text-transform:uppercase;color:#61207a}.card-news-alt .card__content p{margin-bottom:1rem}.card-news-alt .card__content:before{content:"";width:100%;height:100%;transform:skew(0, 2.5deg);background-color:#dacee5;position:absolute;top:-2rem;left:0;pointer-events:none}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.card-news-alt .card__content:before{transform:skew(0, 3.5deg)}}.card-news-alt--def .card__content:before{transform:skew(0, -2.5deg)}.title{text-decoration:none}.dropdown{position:relative}.dropdown .dropdown__head{border:none;background:none;position:relative;color:#fff;padding:0rem 1rem;cursor:pointer;z-index:2;max-height:120px;display:flex;align-items:center;justify-content:center;width:fit-content;margin-inline:auto}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.dropdown .dropdown__head{padding:1.3rem 1rem .2rem}}@media(hover: hover)and (pointer: fine){.dropdown .dropdown__head:hover:before{background-color:#cc252c}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.dropdown .dropdown__head:hover:before{background-color:#cc252c}}.dropdown .dropdown__head *{position:relative;z-index:2}.dropdown .dropdown__head:before{content:"";width:100%;height:100%;background-color:#3bc5c0;position:absolute;top:0;left:0;transform:skew(2deg, 1deg);transition:.4s}.dropdown .dropdown__head h3{text-transform:uppercase;line-height:1.16;hyphens:auto;margin-top:5px;text-shadow:1px 1px 2px rgba(0,0,0,.3)}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.dropdown .dropdown__head h3{font-size:1.8rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.dropdown .dropdown__head br{display:none}}.dropdown .dropdown_height{height:80px;width:260px}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.dropdown .dropdown_height{display:inline-block;height:auto;width:auto}}@media(max-width: 1023px){.dropdown .dropdown_height{display:inline-block;height:auto;width:auto}}.dropdown .dropdown__body{background-color:#dacee5;text-align:left;transform:scaleY(0);transform-origin:top;margin-top:-0.4rem;transition:.4s;position:absolute;top:100%;left:0;width:100%}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.dropdown .dropdown__body{margin-top:-1.4rem;position:relative;max-height:1px}}.dropdown .dropdown__body ul{list-style-type:none;font-size:1.5rem;line-height:1.67;padding:2.2rem 1.7rem 1rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.dropdown .dropdown__body ul{font-size:1.6rem;line-height:1.4;padding:3.9rem 2.8rem 1rem}}.dropdown .dropdown__body li{position:relative;padding-left:1.8rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.dropdown .dropdown__body li{margin-bottom:.3rem}}.dropdown .dropdown__body li:before{content:"";width:1.1rem;height:1.1rem;background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfMTc0MiIgZGF0YS1uYW1lPSJHcm91cCAxNzQyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2Ljg4OSIgaGVpZ2h0PSIxMC43NzciIHZpZXdCb3g9IjAgMCA2Ljg4OSAxMC43NzciPgogIDxwYXRoIGlkPSJQYXRoXzI1MzYyIiBkYXRhLW5hbWU9IlBhdGggMjUzNjIiIGQ9Ik0xLjIxLDEuNWEuMjQ2LjI0NiwwLDAsMSwwLC4yNiwzLjI4LDMuMjgsMCwwLDEtLjk2NS45MTVjLjAxMy4wMDguMTc1LS4wNDYuMTYxLS4wMjlhMS44LDEuOCwwLDAsMS0uMjg5LjMxN0EyMC4wMzMsMjAuMDMzLDAsMCwxLTEuNzExLDQuNWMtLjEzMy4wODgtLjI1Ni4xOTEtLjM5MS4yNzJzLS4yNjUuMTMtLjQuMmMtLjE1Ni4wODItLjI4OS4yLS40NS4yODFhLjE4OS4xODksMCwwLDAtLjA3Ny4wNzhjLS4wMTcuMDI1LS4wNDEuMDUsMCwuMDc1cy4wNDUuMDQ1LjA4NS4wMTdhMy4zMjksMy4zMjksMCwwLDAsLjMtLjE4NGMuMDE3LS4wMTUuMDM1LS4wNDMuMDY3LS4wMDdhLjYyOC42MjgsMCwwLDEtLjE0NC4xMTNjLS4wMzguMDMxLS4wOTUuMDgtLjA3My4xMTMuMDU5LjA4OS0uMDE4LjEwOS0uMDU5LjE0NWEuNS41LDAsMCwwLS4xMzguMTQ3LjYuNiwwLDAsMCwuMzE2LS4xMzFjLjAzOC0uMDIxLjA5Mi0uMTI5LjEzNCwwLC4wMDcuMDIxLjAyOS0uMDA4LjA0NS0uMDEzcy4wNDYtLjAyMS4wNDktLjAxN2MuMDYuMDg5LjEuMDA4LjE0Mi0uMDE4YTEuOTQyLDEuOTQyLDAsMCwxLC40MTktLjI0Yy0uMS4xNTktLjI4MS4yNDktLjQwOC40MkEuODg4Ljg4OCwwLDAsMC0yLDUuNTI5Yy4xODMtLjE1OC4xODItLjE2MS4yOTItLjE4Mi0uMDUuMjI1LS4yNjQuMzE5LS4zODcuNDgxLjA5MS4wMzYuMTMzLS4wMzUuMTg3LS4wODIuMDE1LS4wMTMuMDM1LS4wMzUuMDU2LS4wMTFzMCwuMDM2LS4wMS4wNS0uMDI5LjA1Ni0uMDYzLjA2Yy0uMDU5LjAwNy0uMDY3LjA1Ny0uMDc0LjFhLjIuMiwwLDAsMS0uMDg5LjE1OGMtLjAxOC4wMS0uMDQyLjAzMS0uMDE3LjA1MnMuMDM5LS4wMDguMDUyLS4wMjhhLjE4MS4xODEsMCwwLDEsLjE2NS0uMDgxYy0uMDA4LjA1LS4wMTUuMDkxLS4wMjQuMTQ3TC0xLjgsNi4xMWMtLjA0My4xLS4xNDIuMTYxLS4yMDguMjc0LjExNi0uMDc3LjExNi0uMDc3LjE3LS4wNzUtLjEyNi4yMDUtLjEyNi4yMDUtLjAyOS4yNzguMDctLjE1Mi4xLS4xNzIuMi0uMTQ1LS4wMTUuMDM4LS4wNTMuMDE3LS4wNzguMDI5cy0uMDQyLjAzMS0uMDI1LjAzNWMuMDk1LjAyNSwwLC4wNDYsMCwuMDY2LS4wMjEuMDg4LS4xNjEuMDgyLS4xNTQuMTk0LjA3My4wMjUuMTQ1LS4wODIuMTkzLS4wMzFzLjE4NiwwLC4xLjEzNGMuMDY4LDAsLjA5MS0uMTEuMTU1LS4wNzFzLS4wMzIuMDg1LS4wMTguMTMzYy4xMTUtLjA0Mi4xMTUtLjA0Mi4xMzMuMDYzLjA4Mi0uMDU5LjE2Mi0uMTIuMjQ2LS4xNzIuMTgyLS4xMS4zMjMtLjI3Ny41LS4zODZBNy41NTQsNy41NTQsMCwwLDAsLjQxNiw1LjY1NWExNS4zODQsMTUuMzg0LDAsMCwwLDEuNC0xLjM4LDQuMDIxLDQuMDIxLDAsMCwxLC41NzQtLjU4LDcuMzg3LDcuMzg3LDAsMCwwLC41Ni0uNTA4Yy4wNzUtLjA3MS4xNzktLjEyNC4yMjEtLjIzNWExLjEzNywxLjEzNywwLDAsMC0uMy4yLjU0OS41NDksMCwwLDEsLjEtLjExM2MuMTMzLS4xMTYuMjc3LS4yMjQuNC0uMzQ5YTEuOCwxLjgsMCwwLDAsLjQwOC0uNTQxYy4wMzQtLjA4NC4xLS4xOC4wMi0uMjY3YS4xNDIuMTQyLDAsMCwxLS4wMjQtLjE4NGMuMDM1LS4wNzMsMC0uMTctLjA1Ni0uMTgyLS4wNzQtLjAxNS0uMDU5LS4wNDktLjA1OS0uMDg5YTEuMDc1LDEuMDc1LDAsMCwwLC4wMDctLjE4N2MtLjEzNC0uMDMxLS4wNTMtLjE3Ni0uMTMxLS4yMjlDMy41MjcsMSwzLjUxOC45NzgsMy41MDguOTc5Yy0uMTQyLjAwNi0uMi0uMTE2LS4yNzktLjE5M0MzLjIuNzYyLDMuMTg0LjcyMiwzLjEzOC43MzYsMy4wNjIuNzYsMy4wMTcuNzE1LDIuOTYzLjY3MiwyLjg4My42MDYsMi44OTQuNTA5LDIuODUuNDM2Yy4wMzktLjAyOC4wNTIuMDI3LjA4OC4wMTFhMS4wNTksMS4wNTksMCwwLDAtLjA5NC0uMkMyLjcuMDQzLDIuNTEzLS4xMzEsMi4zNTQtLjMyN2MtLjI4Mi0uMzQ5LS42MS0uNjU4LS45MjEtLjk4Mi0uMTI0LS4xMjktLjI1My0uMjUzLS4zOC0uMzc5LjA3LjE2OC4yMjYuMjcuMzA3LjQyOS0uMDQyLS4wMi0uMDcxLS4wNTMtLjEwOC0uMDczYTEuNTMzLDEuNTMzLDAsMCwxLS41MzItLjQ2LDYuMDMxLDYuMDMxLDAsMCwwLS40NzItLjU2QS44NTcuODU3LDAsMCwxLC4wOC0yLjZjLS4wMzYtLjA4MiwwLS4wNzcuMDctLjA0MUMuMDg4LTIuNzQzLS4wMS0yLjgtLjA1Ni0yLjkxNGE5LjIwNiw5LjIwNiwwLDAsMSwuODczLjcxOUE0Ljc5LDQuNzksMCwwLDAsLjMtMi43NzZhMS4yMDksMS4yMDksMCwwLDEtLjM0MS0uNDQ4Yy0uMDU0LS4xODQtLjI1LS4yODQtLjQwOC0uNC4wMzIuMDY2LjEuMTEuMDk1LjE4N2EuNDQuNDQsMCwwLDEtLjIzNS0uMkEuNDY5LjQ2OSwwLDAsMC0uNy0zLjczN2MtLjAzMi0uMDIyLS4wNy0uMDc0LS4xMTItLjAyOXMuMDA3LjA4MS4wMzUuMTE2bC4yMS4yNThhLjIzNy4yMzcsMCwwLDEtLjE1NS0uMTE3LjQ0MS40NDEsMCwwLDAtLjExMy0uMTIuMDYxLjA2MSwwLDAsMC0uMDgtLjAxYy0uMDQyLjAyOSwwLC4wNS4wMTEuMDczcy4wNTcuMDY3LjAzMS4xMzhBLjgzMy44MzMsMCwwLDAtMS40LTMuNjc5Yy4wNzguMDgyLS4wMTQuMTE5LS4wNjMuMTQ1LS4wNjguMDM4LS4wOC0uMTA4LS4xODMtLjA2Ny4xMTkuMDY0LjA1Ny4yMDcuMTU4LjI4NS0uMDYxLS4wMjUtLjEyLS4wNy0uMTU2LjAxOGEuMDQxLjA0MSwwLDAsMS0uMDMxLDBjLS4xMTMtLjEwNi0uMjU0LS4wMTMtLjQtLjA2OC4wNTQuMDc3LjA2OC4xNDIuMTE5LjE4OS4wMTQuMDExLjAzMi4wMjkuMDExLjA0NVMtMS45NzgtMy4xNjMtMi0zLjE0M2MuMDI4LjA2MS4xLjA5NC4xMjMuMTctLjA3OC0uMDA4LS4xMTYtLjA4OS0uMi0uMDg3YTEuNDQ0LDEuNDQ0LDAsMCwwLC4xMy4yODZjLjAwNy4wMTcuMDE3LjAyOC4wMDYuMDQ1YS4wMzEuMDMxLDAsMCwxLS4wNDcuMDExLjE2OC4xNjgsMCwwLDAtLjExNy0uMDMyYy0uMDIxLjE2MS4wODIuMjQ0LjIuMzE2LS4wOC4wNjctLjE0NC4wMzUtLjIxOS0uMDA4LS4xMS0uMDY0LS4yMjktLjExNS0uMzQ1LS4xNy4wODkuMTE1LjIzNi4xMzcuMzQ2LjIyOWEuMTM5LjEzOSwwLDAsMS0uMTI0LS4wMjVsLS41NTUtLjI4MWMtLjA0Ny0uMDI0LS4xLS4wNDktLjEzNi4wMWEuMjU4LjI1OCwwLDAsMCwuMDQyLjM2Mi4yNzEuMjcxLDAsMCwwLC4wNjYuMDQ3LDEuNzQ3LDEuNzQ3LDAsMCwxLC4zNzkuMywxLjU3MSwxLjU3MSwwLDAsMS0uMzE5LS4yLDUuMDcxLDUuMDcxLDAsMCwwLC42NjUuNmMtLjEzOC0uMDQxLS4yMDgtLjE0LS4zMi0uMTU5LjI3NS4yNDIuNTQ4LjQ4NS44MzguNzA4LjIzOS4xODQuNS4zNDQuNzQ2LjUxNGEuMi4yLDAsMCwxLC4xLjE1MWwtLjQyLS4yMDdDLS43NTItLjIxMS0uMjkxLjA3Ni4xMjIuNDYzLjA5MS4zMDgtLjAzMi4yNjEtLjEuMTY1YS44ODguODg4LDAsMCwxLC40MzcuNEEuMjY2LjI2NiwwLDAsMSwuMi41Qy4xNDguNDcuMTQ5LjUzMS4xMjMuNTQ1QTIuOCwyLjgsMCwwLDEsLjQzMi43ODcsNC44MjYsNC44MjYsMCwwLDEsMS4yMSwxLjVNMi43LjU5Yy0uMDE1LS4wMzUsMC0uMDUuMDM2LS4wNDFhLjQzMy40MzMsMCwwLDEsLjE3Ni4zQS42MDcuNjA3LDAsMCwxLDIuNy41OU0yLjM0NC43MThBLjQ5My40OTMsMCwwLDEsMi42MTQsMWEuMjE4LjIxOCwwLDAsMC0uMDI4LjAyMmMtLjA4MS0uMS0uMTYxLS4yLS4yNDItLjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuMDQ4IDMuNzg0KSIgZmlsbD0iI2U2MmEzMSIvPgo8L3N2Zz4K);position:absolute;top:1.6rem;left:0;background-position:center;background-repeat:no-repeat}.dropdown .dropdown__body a{text-decoration:none;transition:.4s;padding:10px 0 10px 12px;min-height:44px;min-width:44px;display:inline-block}@media(hover: hover)and (pointer: fine){.dropdown .dropdown__body a:hover{color:#61207a}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.dropdown .dropdown__body a:hover{color:#61207a}}.dropdown.open .dropdown__body{transform:scaleY(1);max-height:100vh}.dropdown.open .dropdown__head:before{background-color:#cc252c}.feature{text-align:center}.feature .feature__image{margin-bottom:-2.5rem}.feature--large{padding:9.7rem 5.6rem 7.8rem;position:relative;height:100%}@media(max-width: 1023px){.feature--large{padding:9.7rem 3rem 7.8rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.feature--large{padding:7.5rem 0 6.6rem}}.feature--large *{position:relative;z-index:2}.feature--large .feature__bg{width:999rem;height:100%;background-color:#61207a;position:absolute;top:0;right:0}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.feature--large .feature__bg{position:absolute;top:50%;left:50%;right:auto;transform:translate(-50%, -50%)}}.feature--large .feature__entry{color:#fff;text-align:left}.feature--large .feature__entry p{margin-bottom:.5rem;font-weight:500}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.feature--large .feature__entry p{margin-bottom:0}}.feature--large .feature__image{margin-bottom:-3.2rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.feature--large .feature__image{margin-bottom:-2rem}}.feature--large .feature__image img{width:26.1rem;height:auto}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.feature--large .feature__image img{width:21.3rem}}.feature--large .feature__content{margin-bottom:4.6rem;z-index:4}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.feature--large .feature__content{margin-bottom:5.3rem}}.feature--copy-dark .feature__entry{color:#000}.feature-alt{position:relative;padding:10rem 6.5rem;background-size:cover;background-position:right center;text-align:center;height:100%}@media(max-width: 1023px){.feature-alt{padding:5.2rem 2rem;background-position:center}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.feature-alt{padding:5.2rem 2rem 5rem;margin:0 -2rem;background-position:45% -4.2rem}}.feature-alt h2{color:#cc252c;text-transform:uppercase;margin-bottom:2rem}@media(max-width: 1023px){.feature-alt h2{font-size:3rem;margin-bottom:1.5rem}}.feature-alt figure{min-height:22rem;margin-bottom:1.2rem}@media(max-width: 1023px){.feature-alt figure{max-width:15rem;min-height:14rem;margin:0 auto 1.2rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.feature-alt figure{min-height:22.4rem;max-width:25.6rem;padding-left:2.7rem}}.feature-alt p{margin-bottom:3.7rem}@media(max-width: 1023px){.feature-alt p{font-size:1.6rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.feature-alt p{font-size:1.6rem;font-weight:500;margin-bottom:2.3rem}}.feature-alt--dev{color:#fff}.feature-alt--dev *{position:relative;z-index:2}.feature-alt--dev:before{content:"";width:999rem;height:100%;background-color:#7f599a;position:absolute;top:0;right:0}.feature-alt--dev h2{color:#61207a}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.feature-alt--dev figure{position:absolute;bottom:0;right:0;transform:translate(-1%, 43%);max-width:15rem;padding-left:0}}.footer{position:relative;background-color:#61207a;color:#fff;padding:10.5rem 0 8rem;margin-top:15em}@media(max-width: 1023px){.footer{padding:4rem 0;margin-top:13em}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.footer{padding:5rem 0 1.6rem}}.footer .section__shape{position:absolute;top:-12em;right:8vw}@media(max-width: 1023px){.footer .section__shape{max-width:30.8rem;width:87%;top:-37%;top:-11em}}.footer .section__shape .section__callout{position:absolute;right:1em;top:47%}.footer .footer__logo{transition:.4s;backface-visibility:hidden;display:inline-block;margin-bottom:4rem;position:relative;z-index:0}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.footer .footer__logo{width:19.3rem;margin-bottom:3.9rem}}@media(hover: hover)and (pointer: fine){.footer .footer__logo:hover{opacity:.6}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.footer .footer__logo:hover{opacity:.6}}.footer .footer__inner{max-width:136.5rem;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start}@media(max-width: 1023px){.footer .footer__inner{display:block}}.footer .footer__navbar{max-width:95.1rem;flex:1;margin:-0.5rem 0 0;padding-right:12%}@media(max-width: 1399px){.footer .footer__navbar{padding-right:0;padding-left:4rem}}@media(max-width: 1023px){.footer .footer__navbar{padding-left:0}}.footer .footer__navbar .grid{margin:0 -2rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.footer .footer__navbar .grid{margin:0 -1.8rem}}.footer .footer__navbar .grid .grid__col{padding:0 2rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.footer .footer__navbar .grid .grid__col{padding:0 1.8rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.footer .footer__navbar .grid .grid__col--1of3{max-width:50%;flex:0 0 50%}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.footer .footer__navbar .grid .grid__col--1of3:last-child{max-width:100%;flex:0 0 100%}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.footer .footer__navbar .grid .grid__col--1of3:last-child .footer__nav *{flex:1}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.footer .footer__nav{margin:0 -1.8rem 1.8rem}}.footer .footer__nav h5,.footer .footer__nav .h5{text-transform:uppercase;line-height:1.72;margin-bottom:.2rem;font-weight:700}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.footer .footer__nav h5,.footer .footer__nav .h5{font-size:1.4rem;margin-bottom:0;padding:0 1.8rem}}.footer .footer__nav ul{list-style-type:none;font-size:1.8rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.footer .footer__nav ul{font-size:1.4rem;line-height:1.2;padding:0 1.8rem}}.footer .footer__nav li{margin-bottom:.3rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.footer .footer__nav li{margin-bottom:.35rem}}.footer .footer__nav a{text-decoration:none;position:relative;transition:.4s;padding:10px 0 10px12px;min-height:44px;min-width:44px;display:inline-block}@media(hover: hover)and (pointer: fine){.footer .footer__nav a:hover{color:#dacee5}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.footer .footer__nav a:hover{color:#dacee5}}.footer .footer__nav+.footer__socials{margin-top:6.1rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.footer .footer__nav+.footer__socials{margin-top:-0.3rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.footer .footer__socials{text-align:center}}.footer .footer__socials h5,.footer .footer__socials .h5{text-transform:uppercase;line-height:1.72;margin-bottom:1rem;font-weight:700}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.footer .footer__socials h5,.footer .footer__socials .h5{font-size:1.4rem;margin-bottom:.5rem}}.footer .footer__socials ul{display:flex;justify-content:flex-start;align-items:center;list-style-type:none;margin:0 -0.75rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.footer .footer__socials ul{justify-content:center}}.footer .footer__socials li{padding:0 .75rem}.footer .footer__socials a{transition:.4s}@media(hover: hover)and (pointer: fine){.footer .footer__socials a:hover{opacity:.6}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.footer .footer__socials a:hover{opacity:.6}}.footer-bar{text-align:center;background-color:#7a438e;color:#dacee5;font-size:1.2rem;font-weight:600;padding:2rem 0}.page-template-contact .footer{margin-top:-15em}.grid{display:flex;flex-flow:row wrap}.grid .grid__col{max-width:100%;flex:1}.grid .grid__col--1of2{max-width:50%;flex:0 0 50%}.grid .grid__col--1of3{max-width:33.3333333333%;flex:0 0 33.3333333333%}.grid .grid__col--1of4{max-width:25%;flex:0 0 25%}.header{position:relative;z-index:999;height:180px}.header__container{position:fixed;left:0;right:0;background:#fff;box-shadow:0px -20px 20px 5px #000;height:180px}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.header__container{padding:2.1rem 0 1.4rem}}.header .header__inner{display:flex;justify-content:space-between;align-items:center;padding:3.3rem 0;position:relative}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.header .header__inner{display:block;padding:0}}.header .header__logo{transition:.4s;backface-visibility:hidden;max-width:25%;flex:0 0 25%}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.header .header__logo{max-width:19.4rem;width:54.8%;position:absolute;top:0;left:0}}@media(hover: hover)and (pointer: fine){.header .header__logo:hover{opacity:.6}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.header .header__logo:hover{opacity:.6}}.header .header__sticker{position:absolute;top:62%;left:99%}@media(max-width: 1850px){.header .header__sticker{left:auto;right:-1rem}}@media(min-width: 1023.02px)and (max-width: 1199px){.header .header__sticker{top:90%;right:-1.8rem}}@media(max-width: 1023px){.header .header__sticker{top:99%;right:-1.8rem}}.header .header__sticker a{width:11.6rem;height:11.2rem;position:relative;color:#fff;text-decoration:none;text-align:center;display:inline-flex;justify-content:center;align-items:center;text-transform:uppercase;padding:.4rem 1.8rem .8rem 1.1rem;letter-spacing:.02em;line-height:1;font-size:1.9rem;font-weight:700}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.header .header__sticker a{font-size:1.2rem;width:7.9rem;height:7.7rem;padding:.7rem 1.7rem .8rem .6rem}}@media(hover: hover)and (pointer: fine){.header .header__sticker a:hover img{opacity:0;transform:translate(-50%, -50%) scale(1.1)}.header .header__sticker a:hover img+img{opacity:1}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.header .header__sticker a:hover img{opacity:0;transform:translate(-50%, -50%) scale(1.1)}.header .header__sticker a:hover img+img{opacity:1}}.header .header__sticker a img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);transition:.4s;backface-visibility:hidden}.header .header__sticker a img+img{opacity:0}.header .header__sticker a span{position:relative;z-index:2;display:block}.header .header__content{display:flex;justify-content:flex-end;align-items:center;flex:1;padding:.3rem 0 0 2rem}@media(min-width: 1023.02px)and (max-width: 1199px){.header .header__content{flex-wrap:wrap;justify-content:flex-end}}@media(max-width: 1023px){.header .header__content{flex-wrap:wrap;justify-content:flex-end}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.header .header__content{padding-left:0}}.header .header__content .menu-lng{margin-right:4.8rem;margin-left:.7rem}@media(max-width: 1399px){.header .header__content .menu-lng{margin-right:1.7rem}}.header .header__content .menu-lng .select{min-width:44px;min-height:44px}.header .header__content .menu-lng .select a{display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;line-height:1.2;color:#cc252c;background-color:rgba(0,0,0,0);margin:0;padding:.5rem 1rem;min-width:44px;min-height:44px;width:auto;height:auto;text-align:center;box-sizing:border-box}.header .header__content-actions{display:flex;justify-content:center;align-items:center}@media(min-width: 1023.02px)and (max-width: 1199px){.header .header__content-actions{justify-content:flex-end;max-width:100%;flex:0 0 100%;order:-1}}@media(max-width: 1023px){.header .header__content-actions{justify-content:flex-end;max-width:100%;flex:0 0 100%;order:-1}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.header .header__content-actions{margin-bottom:4.9rem}}.header .header__content-search{max-width:75%;flex:0 0 100%;display:flex;justify-content:center;align-items:center}@media(min-width: 1023.02px)and (max-width: 1199px){.header .header__content-search{max-width:100%;flex:0 0 100%}}@media(max-width: 1023px){.header .header__content-search{max-width:100%;flex:0 0 100%}}.header .header__content-search .search-container{margin-left:auto;margin-right:1.7rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.header .header__content-search .search-container{margin-right:.6rem}}.header .header__nav{position:absolute;top:100%;right:0;color:#fff;width:100%;display:flex;justify-content:center;align-items:center;height:82vh;transform:translateX(-150%);transform:rotate(-180deg) scale(0);transform-origin:top right;transition:.4s}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.header .header__nav{right:-1.9rem;top:calc(100% + 1.4rem);height:81vh;padding:.5rem 0 0rem}}.header .header__nav *{position:relative;z-index:2}.header .header__nav:before{content:"";width:9999rem;height:100%;background-color:rgba(59,197,192,.95);position:absolute;top:0;right:0}.header .header__nav .grid{margin:0 -1rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.header .header__nav .grid{gap:3rem}}.header .header__nav .grid .grid__col{padding:0 1rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.header .header__nav .grid .grid__col{max-width:100%;flex:0 0 100%}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.header .header__nav .grid .grid__col:last-child .header__nav-menu{margin-bottom:0}}.header .header__nav-inner{max-width:124.5rem;width:100%}.header .header__nav-menu{max-width:28rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.header .header__nav-menu{max-width:29.2rem;margin:0 auto 1.7rem}}.header .header__nav-menu a{text-decoration:none;position:relative;display:inline-block;transition:.4s}@media(hover: hover)and (pointer: fine){.header .header__nav-menu a:hover{color:#61207a}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.header .header__nav-menu a:hover{color:#61207a}}.header .header__nav-menu h2{text-transform:uppercase;margin-bottom:.3rem;line-height:1}.header .header__nav-menu ul{list-style-type:none;font-size:2.3rem;font-weight:500;line-height:1.25}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.header .header__nav-menu ul{font-size:1.8rem}}.header .header__nav-menu li{margin-bottom:.3rem}.header.is-open .header__nav{transform:rotate(0) scale(1)}.header_search-col{display:none}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.header_search-col{display:block}}.header__search-container{display:block}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.header__search-container{display:none}}.hero{color:#fff}.hero .hero__inner{position:relative;padding:7.8rem 0;min-height:90rem}@media(max-width: 1023px){.hero .hero__inner{min-height:auto}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero .hero__inner{padding:0}}.hero .hero__background{position:absolute;top:0;right:0;height:100%;left:calc((-100vw + 164rem)*.5);overflow:hidden}@media(max-width: 1640px){.hero .hero__background{left:-1.9rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero .hero__background{right:-1.9rem}}.hero .hero__background img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:100%;min-height:100%;width:100%;height:auto;object-fit:cover}.hero .hero__content{position:relative;z-index:1;max-width:83rem;width:55%;margin-left:auto}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero .hero__content{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;min-height:67.7rem;max-height:100vh;padding-bottom:4.5rem}}.hero .hero__content img{margin-bottom:3rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero .hero__content img{max-width:28.8rem;margin-left:1.5rem}}.hero .hero__title{transform:rotatez(356deg);font-family:"Bravura tall",sans-serif;line-height:150px;letter-spacing:0;color:#cc252c;font-size:180px;margin-bottom:3rem;text-shadow:2px 2px 4px rgba(0,0,0,.6)}@media(max-width: 1023px){.hero .hero__title{font-size:120px;line-height:100px}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero .hero__title{font-size:74px;line-height:65px}}.hero .hero__entry{max-width:51.6rem;margin:0 auto}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero .hero__entry{text-align:center}}.hero .hero__entry h3{font-weight:500;font-size:2.3rem;line-height:1.35}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero .hero__entry h3{font-size:1.8rem;line-height:1.39}}.hero .hero__entry *+.btn{margin-top:1.4rem}.hero--dev .hero__inner{padding:12.2rem 0 0}.hero--dev .hero__content{min-height:55.6rem}.hero--dev .hero__content img{margin:0 auto 3rem}.hero--image .hero__inner{min-height:31.2rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero--image .hero__inner{min-height:24.7rem}}.hero-alt{padding:8.1rem 0 11.7rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero-alt{padding:5.7rem 0 3.7rem}}.hero-alt .hero__inner{position:relative}.hero-alt .hero__shape{position:absolute;top:0;left:0;transform:translate(42%, -15%);pointer-events:none}@media(max-width: 1500px){.hero-alt .hero__shape{transform:translate(0, -15%)}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero-alt .hero__shape{transform:translate(-25.7%, -46.2%) scale(1.15)}}.hero-alt .hero__content{max-width:80.9rem;margin:0 auto;text-align:center}.hero-alt .hero__content h3{margin-bottom:3.5rem;font-size:2.3rem;line-height:1.35}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero-alt .hero__content h3{font-size:1.8rem;margin-bottom:3.1rem}}.hero-alt .hero__content p{text-align:left}.hero-alt .hero__content img{margin-bottom:4rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero-alt .hero__content img{margin-bottom:6.9rem}}.hero-dev{color:#fff}.hero-dev .hero__inner{max-width:109rem;margin:0 auto;display:flex;justify-content:center;align-items:flex-end;padding:10.3rem 0 6.2rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero-dev .hero__inner{display:block;text-align:center}}.hero-dev h2{text-transform:uppercase;color:#3bc5c0;margin-bottom:1.4rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero-dev h2{margin-bottom:3.5rem}}.hero-dev h3{font-size:2.3rem;font-weight:500;line-height:1.35}.hero-dev .hero__image{max-width:26rem;flex:0 0 26rem;margin:.9rem 0 -0.9rem}.hero-dev .hero__image img{width:100%;height:auto}.hero-dev .hero__content{padding-right:6rem}@media(max-width: 1023px){.hero-dev .hero__content{padding-right:2.5rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero-dev .hero__content{padding-right:0}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero-dev .hero__content h3{padding-left:0;font-size:1.6rem;font-weight:500;line-height:1.56;text-align:left}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero-dev .hero__content img{margin:0 auto 2.1rem;max-width:26rem;width:100%}}.item-calendar{display:flex;overflow:hidden}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.item-calendar{align-items:flex-start;margin-left:-1.5rem}}.item-calendar .item__date{color:#fff;position:relative;max-width:26.1rem;flex:0 0 26.1rem;display:flex;justify-content:center;align-items:center;padding:1.7rem 0 0}@media(max-width: 1199px){.item-calendar .item__date{max-width:22rem;flex:0 0 22rem}}@media(max-width: 1023px){.item-calendar .item__date{max-width:18rem;flex:0 0 18rem;padding:1rem 0 .7rem 1rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.item-calendar .item__date{max-width:8.6rem;flex:0 0 8.6rem}}.item-calendar .item__date .h1{color:#fff;font-weight:500;line-height:1;text-align:center}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.item-calendar .item__date .h1{font-size:2.2rem}}.item-calendar .item__date .h1 span{font-weight:300;font-size:7.6rem;display:block}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.item-calendar .item__date .h1 span{font-size:3.5rem}}.item-calendar .item__date *{position:relative;z-index:2}.item-calendar .item__date:before{content:"";width:100%;height:100%;position:absolute;top:0;left:1rem;transform:skew(0.007turn, 0);background-color:#7a438e;transition:all .3s ease-in-out}.item-calendar .item__image{max-width:29.3rem;flex:0 0 29.3rem;position:relative;overflow:hidden;height:inherit}@media(max-width: 1199px){.item-calendar .item__image{max-width:22rem;flex:0 0 22rem}}@media(max-width: 1023px){.item-calendar .item__image{max-width:18rem;flex:0 0 18rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.item-calendar .item__image{display:none}}.item-calendar .item__image img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:101%;min-height:101%;width:100%;height:auto;object-fit:cover}.item-calendar .item__content{padding:2.9rem 2.3rem 2rem 3.2rem;background-color:#dacee5;position:relative;z-index:3}@media(max-width: 1199px){.item-calendar .item__content{padding:2rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.item-calendar .item__content{padding:2.4rem 2rem}}@media(max-width: 374px){.item-calendar .item__content{padding:1.2rem 1rem}}.item-calendar .item__content h3{transition:all .3s ease-in-out;color:#7a438e;text-transform:uppercase;margin-bottom:.4rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.item-calendar .item__content h3{font-size:1.8rem;margin-bottom:1rem}}.item-calendar .item__content p{margin-bottom:1.6rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.item-calendar .item__content p{margin-bottom:1rem}}.item-calendar .item__foot{display:flex;justify-content:space-between;align-items:center;min-height:4.7rem}@media(max-width: 1023px){.item-calendar .item__foot{min-height:0}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.item-calendar .item__foot{display:block;text-align:right}}.item-calendar .item__foot ul{display:flex;justify-content:flex-start;align-items:center;margin:.8rem -1.05rem 0;font-size:2.3rem;line-height:1.2;font-weight:500;list-style-type:none}@media(max-width: 1023px){.item-calendar .item__foot ul{font-size:1.6rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.item-calendar .item__foot ul{font-weight:600;margin-bottom:1rem}}.item-calendar .item__foot li{padding:0 1.05rem}.item-calendar .item__foot li+li{position:relative}.item-calendar .item__foot li+li:before{content:"/";position:absolute;top:50%;left:-0.5rem;transform:translate(0, -50%)}.item-calendar .item__foot a{text-decoration:none}.item-calendar:hover .item__date:before{transition:all .3s ease-in-out;background-color:#cc252c}.item-calendar:hover .item__content h3{transition:all .3s ease-in-out;color:#cc252c}.item-calendar--alt .item__date:before{transform:skew(-0.007turn, 0)}.link{text-decoration:none;display:inline-block;color:#cc252c;font-weight:600}.link i,.link span{display:inline-block;vertical-align:middle;transition:.4s}@media(hover: hover)and (pointer: fine){.link:hover i{margin-left:.5rem}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.link:hover i{margin-left:.5rem}}.link--white{color:#fff}.link--white svg path{fill:#fff}.link--black{color:#000}.link--black svg path{fill:#000}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.link--red-mobile{color:#cc252c}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.link--red-mobile svg path{fill:#cc252c}}.main{overflow:hidden;position:relative}.nav-btn{display:inline-block;min-width:44px;min-height:44px;position:relative}.nav-btn span{width:100%;height:8px;background:#61207a;position:absolute;left:0;transition:top .2s .25s,left .2s .25s,opacity .2s .25s,transform .2s 0s}.nav-btn span:first-child{top:1.2rem;transform:skew(0, -2deg)}.nav-btn span:last-child{top:2.6rem;transform:skew(0, 2deg)}.nav-btn.is-active span{transition:background .2s,top .2s,left .2s,opacity .2s,transform .2s .25s}.nav-btn.is-active span:first-child{top:1.8rem;transform:rotate(45deg)}.nav-btn.is-active span:last-child{top:1.8rem;transform:rotate(-45deg)}.search-container{max-width:53.5rem;width:100%;padding:.4rem 0 0}.search-container form{position:relative}.search-container form label{width:100%;height:100%;background-color:rgba(97,32,122,.2);transform:skew(2deg, 0.5deg);position:absolute;top:0;left:0;font-size:0;color:rgba(0,0,0,0);transition:.4s}.search-container input{height:5rem;border:none;padding:.5rem 1.5rem;width:100%;position:relative;z-index:2;background:rgba(0,0,0,0)}@media(max-width: 1023px){.search-container input{height:4rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.search-container input{height:3.8rem}}.search-container input:focus+label{transform:skew(-2deg, -0.5deg)}.search-container .search__btn{position:absolute;top:50%;right:0;transform:translate(0, -50%);background-color:rgba(97,32,122,.2);font-size:0;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAuMTk4IiBoZWlnaHQ9IjMwLjE5OCIgdmlld0JveD0iMCAwIDMwLjE5OCAzMC4xOTgiPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzExNiIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTE2IiB3aWR0aD0iMzAuMTk4IiBoZWlnaHQ9IjMwLjE5OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0iY3VycmVudENvbG9yIi8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KICA8ZyBpZD0iR3JvdXBfMjI0IiBkYXRhLW5hbWU9Ikdyb3VwIDIyNCIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgPHBhdGggaWQ9IlBhdGhfMTA1MiIgZGF0YS1uYW1lPSJQYXRoIDEwNTIiIGQ9Ik0yOS40NDQsMjUuNzk0LDIxLjksMTguNjE4YTExLjk3NiwxMS45NzYsMCwxLDAtMy4yNzQsMy4yNzRMMjUuOCwyOS40MzlhMi41NzcsMi41NzcsMCwwLDAsMy42NDUtMy42NDVNMTEuOTYxLDIwLjgxMmE4Ljg1Niw4Ljg1NiwwLDEsMSw2LjI2Mi0yLjU5NCw4LjgsOC44LDAsMCwxLTYuMjYyLDIuNTk0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuMDA1KSIgZmlsbD0iY3VycmVudENvbG9yIi8+CiAgPC9nPgo8L3N2Zz4K) center no-repeat;mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAuMTk4IiBoZWlnaHQ9IjMwLjE5OCIgdmlld0JveD0iMCAwIDMwLjE5OCAzMC4xOTgiPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzExNiIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTE2IiB3aWR0aD0iMzAuMTk4IiBoZWlnaHQ9IjMwLjE5OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0iY3VycmVudENvbG9yIi8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KICA8ZyBpZD0iR3JvdXBfMjI0IiBkYXRhLW5hbWU9Ikdyb3VwIDIyNCIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgPHBhdGggaWQ9IlBhdGhfMTA1MiIgZGF0YS1uYW1lPSJQYXRoIDEwNTIiIGQ9Ik0yOS40NDQsMjUuNzk0LDIxLjksMTguNjE4YTExLjk3NiwxMS45NzYsMCwxLDAtMy4yNzQsMy4yNzRMMjUuOCwyOS40MzlhMi41NzcsMi41NzcsMCwwLDAsMy42NDUtMy42NDVNMTEuOTYxLDIwLjgxMmE4Ljg1Niw4Ljg1NiwwLDEsMSw2LjI2Mi0yLjU5NCw4LjgsOC44LDAsMCwxLTYuMjYyLDIuNTk0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuMDA1KSIgZmlsbD0iY3VycmVudENvbG9yIi8+CiAgPC9nPgo8L3N2Zz4K) center no-repeat;width:6.5rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.search-container .search__btn{width:2.4rem;height:2.4rem;mask-size:2.3rem auto;right:1.1rem}}.search-result{display:flex;justify-content:center;align-items:center;margin:4rem auto;width:1120px;max-width:100%}.search-result__left-col{width:30%;flex-shrink:0}.search-result .search-result__title{color:#61207a}.search-result .search-result__image{height:0;padding-bottom:66.66%;position:relative;overflow:hidden;margin-right:4rem}.search-result .search-result__image>img{object-fit:cover;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;right:0}.search-result .search-result__entry{flex:1;padding:4rem}.search-result .search-result__excerpt{margin:4rem 0}@media(max-width: 768px){.search-result{display:flex;flex-direction:column;align-items:start;margin:2rem auto;width:100%}.search-result__left-col{width:100%;flex-shrink:0}.search-result .search-result__title{color:#61207a}.search-result .search-result__image{height:0;padding-bottom:66.66%;position:relative;overflow:hidden;margin-right:2rem}.search-result .search-result__image>img{object-fit:cover;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;right:0}.search-result .search-result__entry{flex:1;padding:2rem}.search-result .search-result__excerpt{margin:2rem 0}.search-result .search-result__image{margin-right:0}}.header__nav-search-container{background-color:hsla(0,0%,100%,.5);color:#000;max-width:29.2rem;margin:0 auto}.header__nav-search-container .search-result__image{margin-right:0;background-color:#3bc5c0}.header__nav-search-container form{display:flex;align-items:center}.section-alt{padding:4.2rem 0}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-alt{padding:7.3rem 0 3rem}}.section-alt .section__inner{max-width:122.2rem;margin:0 auto;display:flex;align-items:center}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-alt .section__inner{display:block}}.section-alt .section__image{max-width:32.8rem;flex:0 0 32.8rem;text-align:center;padding:0 1.5rem 0 3.5rem}.section-alt .section__image img{width:100%}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-alt .section__image{margin-bottom:1.5rem}}.section-alt .section__content{padding:1rem 1.5rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-alt .section__content{padding:1rem 0}}.section-alt .section__content h3{text-transform:uppercase;color:#cc252c;margin-bottom:.4rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-alt .section__content h3{font-size:2.5rem;text-align:center;padding:0 2rem;margin-bottom:3.4rem}}.section-alt .section__content h4{line-height:1.55;margin-bottom:3.4rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-alt .section__content h4{font-size:1.6rem;line-height:1.56;margin-bottom:2.8rem}}.section-alt .section__entry{max-width:80.8rem}.section-alt--dev{padding:10.8rem 0 0}.section-article .section__wrapper{position:relative;top:40px}.section-article .section__shape{position:absolute;top:1.2rem;right:4.1%;opacity:.2;pointer-events:none}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-article .section__shape{right:-20.7%;top:2.2rem;width:19rem}}.section-article .section__inner{max-width:108.8rem;margin:0 auto;padding:4.7rem 0 .8rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-article .section__inner{padding:5.4rem 0 .8rem}}.section-article .section__head{text-align:center;max-width:80rem;margin:0 auto 0rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-article .section__head{margin:0 auto 2.9rem}}.section-article .section__head h1{text-transform:uppercase;color:#61207a}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-article .section__head h1{margin-bottom:1.3rem}}.section-article .section__head h3{font-size:2.3rem;line-height:1.35;font-weight:500}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-article .section__head h3{font-size:1.8rem;line-height:1.38}}.section-article .section__copy{columns:2;column-gap:8.7rem}@media(max-width: 1199px){.section-article .section__copy{column-gap:2rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-article .section__copy{columns:1}}.section-article .section__copy h4{line-height:1.55;margin-bottom:3.3rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-article .section__copy h4{font-size:1.6rem;font-weight:400;margin-bottom:2.8rem}}.section-article .section__copy h3{font-size:2.3rem;color:#61207a;margin-bottom:.4rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-article .section__copy h3{font-size:1.8rem}}.section-article .section__copy p+img{margin-top:1.3rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-article .section__copy p+img{margin-top:0}}.section-article .section__copy img+.btn{margin-top:1.2rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-article .section__copy img+.btn{margin-top:1.9rem}}.section-article--alt .section__inner{max-width:100%}.section-article--alt .section__head{max-width:100rem}.section-article--alt .section__head h3{max-width:80rem;margin:0 auto}.section-article--dev{padding-bottom:8.9rem}@media(max-width: 1023px){.section-article--dev{padding-bottom:4rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-article--dev{padding-bottom:6.7rem}}.section-calendar .section__wrapper{position:relative}.section-calendar .section__shape{position:absolute;top:1.2rem;right:4.1%;opacity:.2;pointer-events:none}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-calendar .section__shape{right:-20.7%;top:2.2rem;width:19rem}}.section-calendar .section__inner{margin:0 auto;padding:10.2rem 0 30.6rem}@media(max-width: 1023px){.section-calendar .section__inner{padding:5rem 0 20.6rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-calendar .section__inner{padding:3rem 0 20rem}}.section-calendar .section__inner:last-of-type{padding-bottom:unset}.section-calendar .section__head{text-align:center;max-width:100rem;margin:0 auto 2.8rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-calendar .section__head{margin:0 auto 5.6rem}}.section-calendar .section__head h1{text-transform:uppercase;color:#61207a;margin-bottom:3rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-calendar .section__head h1{margin-bottom:1.7rem;line-height:1.03}}.section-calendar .section__head h2{text-transform:uppercase;color:#cc252c}.section-calendar .section__head p{max-width:80rem;margin:0 auto;font-size:2.3rem;line-height:1.35;font-weight:500}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-calendar .section__head p{font-size:1.8rem;line-height:1.38}}.section-calendar .section__body{max-width:136.8rem;margin:0 auto}.section-calendar .section__list h2{padding-left:1.8rem;color:#cc252c;margin-bottom:2.3rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-calendar .section__list h2{padding-left:0}}.section-calendar .section__list>ul{list-style-type:none;margin:-0.8rem 0}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-calendar .section__list>ul{margin:-0.6rem 0}}.section-calendar .section__list>ul>li{padding:.8rem 0}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-calendar .section__list>ul>li{padding:.6rem 0}}.section-calendar .section__list+.section__list{margin-top:13.2rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-calendar .section__list+.section__list{margin-top:6rem}}.section-calendar .section__foot{text-align:center;padding:3.5rem 0 0}.section-calendar--alt .section__inner{padding:9.4rem 0 9.25rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-calendar--alt .section__inner{padding:8.2rem 0 3.8rem}}.section-calendar--alt .section__head{margin:0 auto 1rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-calendar--alt .section__head{margin-bottom:1.7rem}}.section-calendar--alt .section__head h2{margin-bottom:4rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-calendar--alt .section__head h2{margin-bottom:1.8rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-calendar--alt .section__head h3{font-size:1.6rem;line-height:1.56;font-weight:400}}.section-callout{position:relative;z-index:2}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-callout{background-color:#dacee5}}.section-callout .section__inner{padding-bottom:27.7rem;max-width:136.3rem;margin:0 auto;position:relative}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-callout .section__inner{padding-bottom:14rem}}.section-callout .section__shape{position:absolute;bottom:-45.8%;right:-8.8%}@media(max-width: 1610px){.section-callout .section__shape{right:-2rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-callout .section__shape{max-width:30.8rem;width:100%;position:absolute;bottom:-66.4%;left:51.1%;transform:translate(-50%, 0)}}.section-callout .section__callout{position:absolute;bottom:2.4rem;right:-7.6%}@media(max-width: 1610px){.section-callout .section__callout{right:0}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-callout .section__callout{position:absolute;bottom:1.2rem;left:65.2%;transform:translate(-50%, 0)}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-callout--alt{background-color:rgba(0,0,0,0)}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-callout--alt .section__inner{padding-bottom:23.5rem}}.section-callout--alt .section__shape{bottom:-39.4%}.section-copy .section__inner{position:relative;padding:10.2rem 0}@media(max-width: 1023px){.section-copy .section__inner{padding:5rem 0 20.6rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-copy .section__inner{padding:3rem 0 17rem}}.section-copy .section__inner:last-of-type{padding-bottom:unset}.section-copy .section__content{max-width:81rem;margin:0 auto}.section-copy .section__content h3{color:#61207a;font-size:2.3rem;margin-bottom:.3rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-copy .section__content h3{font-size:1.8rem}}.section-copy .section__content ul{margin-left:.95em}.section-copy .section__shape{position:absolute;bottom:0;transform:translate(-4.4%, 34%);right:0}@media(max-width: 1610px){.section-copy .section__shape{transform:translate(5%, 34%)}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-copy .section__shape{max-width:30.8rem;width:87%;position:absolute;bottom:-9.9%;left:51.5%;transform:translate(-50%, 0)}}.section-copy .section__callout{position:absolute;bottom:2.2rem;right:2.2%}@media(max-width: 1610px){.section-copy .section__callout{right:0}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-copy .section__callout{position:absolute;bottom:1.2rem;left:65%;transform:translate(-50%, 0)}}.section-copy .article__image{height:100%;display:flex;align-items:flex-end}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-copy .article__image{margin:0 -1.9rem}}.section-copy .article__image img{flex:1}.section-copy .article__image--full{height:30em;display:flex;align-items:flex-end;overflow:hidden}.section-copy .article__image--full img{width:100%;object-fit:cover;align-self:center}.section-copy .article__image--max{min-height:20em;display:flex;align-items:flex-end;overflow:hidden}.section-copy .article__image--max img{width:100%;object-fit:cover}.section-def .section__wrapper{position:relative}.section-def .section__inner{padding:9.2rem 2rem 5.3rem;max-width:112.6rem;margin:0 auto}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-def .section__inner{padding:7.5rem 0 5.3rem 2.2rem}}.section-def .section__inner *{position:relative;z-index:2}.section-def .section__bg{position:absolute;top:0;left:0;width:9999rem;height:100%}.section-def .section__head{display:flex;margin:0 auto 2.6rem;align-items:center}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-def .section__head{flex-wrap:wrap}}.section-def .section__head h3{color:#cc252c;text-transform:uppercase;margin-bottom:.4rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-def .section__head h3{font-size:2.5rem;text-align:center;margin-bottom:4rem;padding-right:2.2rem}}.section-def .section__head h4{line-height:1.55}.section-def .section__head-content{padding-right:2rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-def .section__head-content{max-width:100%;flex:0 0 100%;padding-right:0}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-def .section__head-content h4{font-size:1.6rem;line-height:1.56}}.section-def .section__head-image{max-width:32.8rem;flex:0 0 32.8rem;text-align:center;padding:0 1.5rem 0 3.5rem}.section-def .section__head-image img{width:100%}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-def .section__head-image{margin-bottom:1.5rem}}.section-def .section__body{columns:2;column-gap:8.6rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-def .section__body{columns:1}}.section-def .section__body h3{font-size:2.3rem;color:#61207a;margin-bottom:0}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-def .section__body h3{font-size:1.8rem}}.section-def .section__body h3+p{margin-top:.5rem}.section-def .section__body p+h3{margin-top:1rem}a{text-decoration:none}.section-features{padding:7rem 0 9.8rem;position:relative;z-index:4}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-features{padding:7.6rem 0 6.1rem}}.section-features .specialtitle{margin-bottom:4rem;text-align:center}.section-features .section__head{text-align:center;max-width:78rem;margin:0 auto 3.6rem}.section-features .section__head h4{font-weight:500;font-size:2.3rem;line-height:1.35}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-features .section__head h4{font-size:1.8rem;line-height:1.4}}.section-features .section__head h4 strong{font-weight:800;letter-spacing:.072em}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-features .section__head h4 br{display:none}}.section-features .section__inner{max-width:109rem;margin:0 auto}.section-features .grid{margin:-2.1rem -0.7rem;justify-content:center}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-features .grid{margin:-2.9rem -0.7rem}}.section-features .grid .grid__col{padding:2.1rem .7rem;min-width:27.6rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-features .grid .grid__col{min-width:36.6rem;padding:2.9rem .7rem}}@media(max-width: 1199px){.section-features .grid .grid__col--1of4{max-width:50%;flex:0 0 50%}}.section-features--alt{padding:0}.section-features--alt .section__inner{max-width:150rem}.section-features--alt .grid{margin:0}.section-features--alt .grid .grid__col{min-width:0;padding:0}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-features--alt .grid .grid__col{max-width:100%;flex:0 0 100%}}.section-features--alt .grid .grid__col:nth-child(even) .feature--large .feature__bg{right:auto;left:0}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-features-alt .grid{display:block}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-features-alt .grid .grid__col--1of2{max-width:100%}}.section-list{padding:10.1rem 0 5.4rem}@media(max-width: 1023px){.section-list{padding:5.4rem 0}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-list{padding:8.2rem 0 3.9rem}}.section-list .section__inner{max-width:108.7rem;margin:0 auto}.section-list .section__head{text-align:center;margin-bottom:3.4rem}.section-list .section__head h2{text-transform:uppercase;color:#cc252c}.section-list .section__body{display:flex;margin:0 -2.5rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-list .section__body{display:block;margin:0}}.section-list .section__entry{max-width:52%;flex:0 0 52%;padding:0 2.5rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-list .section__entry{max-width:100%;padding:0;margin-bottom:2.6rem}}.section-list .section__entry ul{margin-left:1em}.section-list .section__list{max-width:48%;flex:0 0 48%;padding:0 2.5rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-list .section__list{max-width:100%;padding:0}}.section-list .section__list h4{font-size:2.3rem;margin-bottom:.2rem;color:#61207a}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-list .section__list h4{font-size:1.8rem}}.section-list .section__list ul{margin-left:1em;font-weight:600}.section-news{position:relative;overflow:hidden;padding-bottom:2em}.section-news .section__inner{padding:10.8rem 0 18.4rem;max-width:136.3rem;margin:0 auto}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news .section__inner{padding:7.5rem 0 23.6rem}}.section-news .section__inner:last-of-type{padding-bottom:unset}.section-news *{position:relative;z-index:2}.section-news .section__bg{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:100%;min-height:100%;width:100%;height:auto;object-fit:cover;pointer-events:none}.section-news .section__head{text-align:center;margin-bottom:4.2rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news .section__head{margin-bottom:2.1rem}}.section-news .section__head h2{color:#cc252c;text-transform:uppercase}.section-news .grid{margin:-3.6rem -0.8rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news .grid{display:block;margin:-1.4rem 0}}.section-news .grid .grid__col{padding:3.6rem .8rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news .grid .grid__col{padding:1.4rem 0}}@media(max-width: 1199px){.section-news .grid .grid__col--1of2{max-width:100%;flex:0 0 100%}}@media(max-width: 1199px){.section-news .grid .grid__col--1of3{max-width:50%;flex:0 0 50%}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news .grid .grid__col--1of3{max-width:100%;flex:0 0 100%}}.section-news .section__foot{text-align:center;padding-top:3.5rem;z-index:4}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news .section__foot{padding:2.7rem 0}}.section-news .section__shape{position:absolute;bottom:0;transform:translate(27.4%, 34%);right:0}@media(max-width: 1610px){.section-news .section__shape{transform:translate(5%, 34%)}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news .section__shape{max-width:30.8rem;width:87%;position:absolute;bottom:-9.9%;left:51.5%;transform:translate(-50%, 0)}}.section-news .section__callout{position:absolute;bottom:2.4rem;right:-7.6%}@media(max-width: 1610px){.section-news .section__callout{right:0}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news .section__callout{position:absolute;bottom:1.2rem;left:65%;transform:translate(-50%, 0)}}.section-news .section__filter{display:flex;justify-content:space-between;align-items:center;padding-left:2.2rem;margin-bottom:8.8rem}@media(max-width: 1199px){.section-news .section__filter{padding-left:0}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news .section__filter{display:block;margin-bottom:4.8rem}}.section-news .section__filter ul{list-style-type:none;display:flex;justify-content:center;align-items:center}.section-news .section__filter .section__content{display:flex;justify-content:center;align-items:center;margin-top:.2rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news .section__filter .section__content{margin-bottom:2.4rem}}.section-news .section__filter .section__content h3{margin-bottom:0;font-size:2.3rem;font-weight:600;color:#61207a;margin-right:2.3rem;margin-top:1rem}@media(max-width: 1023px){.section-news .section__filter .section__content h3{margin-right:1.6rem}}@media(max-width: 1023px){.section-news .section__filter .section__content h3{font-size:1.8rem;margin-right:.4rem}}.section-news .section__filter .section__content ul{font-size:2.5rem;font-weight:600;text-transform:uppercase;transform:skew(4deg, -1deg);border:.1rem solid #61207a}@media(max-width: 1023px){.section-news .section__filter .section__content ul{font-size:1.8rem}}.section-news .section__filter .section__content li{overflow:hidden}.section-news .section__filter .section__content a{text-decoration:none;display:inline-block;padding:.5rem 1.2rem 0;position:relative;transform:skew(-4deg, 1deg);color:#61207a}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news .section__filter .section__content a{padding:.5rem .9rem 0}}.section-news .section__filter .section__content a:before{content:"";width:150%;height:150%;background-color:#61207a;opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.section-news .section__filter .section__content .current a{background-color:#61207a;color:#fff}.section-news .section__filter .section__content .current a:before{opacity:1}.section-news .section__filter .section__actions{display:flex;justify-content:space-between;align-items:center;margin:0 -1.2rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news .section__filter .section__actions{margin:0 -0.3rem}}.section-news .section__filter .section__actions ul{margin:0}.section-news .section__filter .section__actions li{padding:0 1.2rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news .section__filter .section__actions li{padding:0 .3rem}}.section-news--alt .section__inner{padding:4.6rem 0 29rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news--alt .section__inner{padding-bottom:20.6rem}}.section-news--alt .section__shape{bottom:0;transform:translateY(35%)}@media(max-width: 1610px){.section-news--alt .section__shape{right:-2rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news--alt .section__shape{transform:translate(-50%, 35%)}}.section-news--alt .section__head{max-width:81.2rem;margin:0 auto 9.8rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news--alt .section__head{margin:0 auto 3.3rem}}.section-news--alt .section__head img{margin-bottom:3.2rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news--alt .section__head img{max-width:26.8rem;margin-bottom:4.6rem}}.section-news--alt .section__head h3{font-size:2.3rem;font-weight:500;line-height:1.35}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news--alt .section__head h3{font-size:1.8rem;line-height:1.39}}.section-news--dev .section__inner{padding:2rem 0 29.2rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news--dev .section__inner{padding:2rem 0 23.3rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news--dev .section__shape{bottom:-12.6%}}.section-news--def .section__inner{padding:9.5rem 0 7rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news--def .section__inner{padding:5.6rem 0 4.5rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news--def .section__head{margin-bottom:2.8rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news--def .section__foot{padding-bottom:0}}.section-news--primary .section__inner{padding:9.2rem 0 21rem}@media(max-width: 1023px){.section-news--primary .section__inner{padding:6rem 0 21rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news--primary .section__inner{padding:7.7rem 0 21.1rem}}.section-news--primary .section__head{max-width:81.2rem;margin:0 auto 3.6rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news--primary .section__head{margin:0 auto 3.2rem}}.section-news--primary .section__head h2{margin-bottom:4.2rem}@media(max-width: 1023px){.section-news--primary .section__head h2{margin-bottom:3.3rem}}.section-news--primary .section__head h2:last-child{margin-bottom:0}.section-news--primary .section__body{max-width:108.9rem;margin:0 auto}.section-news--primary .section__foot{padding:2.8rem 0}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news--primary .section__foot{padding:3.3rem 0}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news--primary .section__shape{bottom:-8.2%}}.section-news--primary .grid{margin:-1.6rem -0.8rem}.section-news--primary .grid .grid__col--1of2{padding:1.6rem .8rem}@media(max-width: 1199px){.section-news--primary .grid .grid__col--1of2{max-width:70%;margin:0 auto;flex:0 0 50%;display:flex !important}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news--primary .grid .grid__col--1of2{max-width:100%;flex:0 0 100%}}.page-template-professional .section-news--primary{display:none}.section-news-article{padding:5.8rem 0 3rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news-article{padding:0 0 3rem}}.section-news-article .section__inner{max-width:108.8rem;margin:0 auto}.section-news-article .section__head{margin-bottom:7.2rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news-article .section__head{margin-bottom:4.5rem}}.section-news-article .section__head figure{position:relative;z-index:2}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news-article .section__head figure{padding-top:69.1%}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news-article .section__head figure img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:100%;min-height:100%;width:100%;height:auto;object-fit:cover}}.section-news-article .section__head-entry{padding:6.6rem 6.6rem 4.7rem;text-align:center;position:relative}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news-article .section__head-entry{padding:2.3rem 2rem 3.1rem;text-align:left}}.section-news-article .section__head-entry *{position:relative;z-index:2}.section-news-article .section__head-entry:after{content:"";width:100%;background-color:#dacee5;position:absolute;top:-4rem;bottom:0;left:0;transform:skew(0, -1deg)}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news-article .section__head-entry:after{transform:skew(0, -3deg)}}.section-news-article .section__head-entry h3{font-weight:400;color:#cc252c;letter-spacing:.13em;line-height:1.11;margin-bottom:.8rem;font-size:2.3rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news-article .section__head-entry h3{margin-bottom:1.1rem;font-size:1.6rem}}.section-news-article .section__head-entry h3 strong{font-weight:800}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news-article .section__head-entry h3 strong{display:block}}.section-news-article .section__head-entry h1{text-transform:uppercase;color:#61207a;margin-bottom:2.7rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news-article .section__head-entry h1{font-size:2rem;margin-bottom:.7rem}}.section-news-article .section__head-entry p{margin-bottom:1rem;max-width:79rem;margin:0 auto 1rem;font-size:2.3rem;font-weight:500;line-height:1.35}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news-article .section__head-entry p{font-size:1.8rem;line-height:1.39}}.section-news-article .section__head-entry p:last-child{margin-bottom:0}.section-news-article .section__body{max-width:81.6rem;margin:0 auto 5.1rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news-article .section__body{margin-bottom:2rem}}.section-news-article .section__actions{padding:4rem 0 0;text-align:center}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-news-article .section__actions{padding:1rem 0 0}}.section-simple{background-color:#7f599a;color:#fff;padding:10.5rem 0 11rem;text-align:center}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-simple{padding:5.2rem 0 5.1rem}}.section-simple .section__inner{position:relative;margin:0 auto;max-width:112.7rem}.section-simple .section__extension{position:absolute;top:-16%;right:0}@media(max-width: 1023px){.section-simple .section__extension{opacity:.5}}.section-simple .section__content{max-width:81.2rem;margin:0 auto;position:relative;z-index:2}@media(max-width: 1023px){.section-simple .section__content{max-width:75%}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-simple .section__content{max-width:100%}}.section-simple .section__content h2{color:#2f0a3a;text-transform:uppercase;margin-bottom:3.4rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-simple .section__content h2{margin-bottom:1.6rem}}.section-simple .section__content p{margin-bottom:1.7rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-simple .section__content p{margin-bottom:2.2rem}}.section-tiles{padding:10.7rem 0;position:relative;z-index:3}@media(max-width: 1023px){.section-tiles{padding:10.7rem 0 4rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-tiles{padding:8.3rem 0 5.3rem;min-height:370px}}.page-template-front-page .section-tiles{position:relative;margin-bottom:-32rem}.section-tiles .section__head{max-width:79rem;margin:0 auto 6rem;text-align:center}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-tiles .section__head{margin:0 auto 1.8rem}}.section-tiles .section__head .h2,.section-tiles .section__head h2{color:#cc252c;text-transform:uppercase;margin-bottom:3.4rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-tiles .section__head .h2,.section-tiles .section__head h2{margin-bottom:1.3rem}}.section-tiles .section__head p{font-size:2rem}@media(max-width: 1023px){.section-tiles .section__head p{font-size:1.6rem}}.section-tiles .grid{margin:-2.4rem -0.8rem;justify-content:center}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-tiles .grid{margin:-1rem -0.8rem}}.section-tiles .grid .grid__col{padding:2.4rem .8rem;min-width:34rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-tiles .grid .grid__col{min-width:31.5rem;padding:1rem .8rem}}.select select::-ms-expand{display:none}.select a{font-size:2.5rem;color:#cc252c;font-weight:700;background-color:rgba(0,0,0,0);margin:0;line-height:1.2;height:auto;padding:.8rem .8rem 0;width:100%}.select{min-width:5rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.select{min-width:3.7rem}}.select .selectric{background-color:rgba(0,0,0,0);background:rgba(0,0,0,0);border:none;display:flex;justify-content:flex-start;align-items:center;height:5rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.select .selectric{height:3rem}}.select .label{font-size:2.5rem;color:#cc252c;font-weight:700;background-color:rgba(0,0,0,0);margin:0;line-height:1.2;height:auto;padding:.8rem .8rem 0;width:100%}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.select .label{height:3rem;line-height:3rem;padding:0 .8rem}}.select .button{display:none}.select .selectric-items{border:none;box-shadow:none;width:initial;height:auto}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.select .selectric-items{text-align:center}}.select .selectric-items li{color:#cc252c;font-size:2rem;font-weight:700;padding:0;padding:.8rem;background-color:rgba(0,0,0,0);background-color:rgba(230,42,49,.2)}.shell{max-width:calc(164rem + 1.8rem*2);padding-left:1.8rem;padding-right:1.8rem;margin:auto;width:100%}.shell--fluid{max-width:none}.slider .slider__inner{padding:10.2rem 0}@media(max-width: 1023px){.slider .slider__inner{padding:6rem 0}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.slider .slider__inner{padding:8.3rem 0 4.6rem}}.slider .slider__head{max-width:81.2rem;margin:0 auto 1.1rem;text-align:center}.slider .slider__head h2{text-transform:uppercase;color:#cc252c;margin-bottom:3.6rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.slider .slider__head h2{margin-bottom:3.3rem}}.slider .slider__foot{text-align:center;padding:5.5rem 0 0}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.slider .slider__foot{padding:1rem 0 0}}.slider .slider__slides{padding:0 10.4rem;position:relative}@media(max-width: 1023px){.slider .slider__slides{padding:0 6rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.slider .slider__slides{padding:0}}.slider .slider__slide{padding:0 1.6rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.slider .slider__slide{padding:0 2.5rem}}.slider .slick-track{display:flex !important}.slider .slick-slide{height:inherit !important}.slider .slick-slide div{height:100%}.slider .slider__image{display:flex;justify-content:center;align-items:center;mix-blend-mode:multiply}.slider .slider__image img{max-width:100%;mix-blend-mode:multiply}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.slider .slider__image img{max-height:9.2rem}}.slider .slick-arrow{width:3.7rem;height:5.8rem;min-width:44px;min-height:44px;border:none;background-color:rgba(0,0,0,0);color:rgba(0,0,0,0);font-size:0;background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfNDYzMCIgZGF0YS1uYW1lPSJHcm91cCA0NjMwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNi44NCIgaGVpZ2h0PSI1Ny42MzUiIHZpZXdCb3g9IjAgMCAzNi44NCA1Ny42MzUiPgogIDxwYXRoIGlkPSJQYXRoXzI1MzYyIiBkYXRhLW5hbWU9IlBhdGggMjUzNjIiIGQ9Ik0xMS4wMjQsMjUuNTg0YTEuMzEzLDEuMzEzLDAsMCwxLS4wMDctMS4zOUExNy41NDEsMTcuNTQxLDAsMCwxLDE2LjE3OSwxOS4zYy0uMDY3LS4wNDUtLjkzNC4yNDctLjg1OS4xNTdhOS42MzQsOS42MzQsMCwwLDEsMS41NDYtMS43YzMuMjU3LTIuNzQ5LDYuMTkzLTUuODcyLDkuNzc5LTguMjMzLjcxLS40NzEsMS4zNjctMS4wMjQsMi4wOTItMS40NTcuNjcyLS40LDEuNDE5LS42OTUsMi4xMTQtMS4wNjEuODM3LS40NDEsMS41NDYtMS4wOTEsMi40MDYtMS41YTEuMDA4LDEuMDA4LDAsMCwwLC40MTEtLjQxOGMuMDktLjEzNC4yMTctLjI2OS4wMjItLjQtLjEzNC0uMS0uMjM5LS4yMzktLjQ1Ni0uMDlhMTcuOCwxNy44LDAsMCwwLTEuNjA2Ljk4NmMtLjA5LjA4Mi0uMTg3LjIzMi0uMzU5LjAzN2EzLjM1NywzLjM1NywwLDAsMSwuNzY5LS42MDVjLjItLjE2NC41MDgtLjQyNi4zODgtLjYwNS0uMzE0LS40NzguMS0uNTgzLjMxNC0uNzc3YTIuNjU4LDIuNjU4LDAsMCwwLC43NC0uNzg0LDMuMjA5LDMuMjA5LDAsMCwwLTEuNjg4LjdjLS4yLjExMi0uNDkzLjY4Ny0uNzE3LS4wMjItLjAzNy0uMTEyLS4xNTcuMDQ1LS4yMzkuMDY3cy0uMjQ3LjExMi0uMjYxLjA5Yy0uMzIxLS40NzgtLjU0NS0uMDQ1LS43NjIuMWExMC4zODgsMTAuMzg4LDAsMCwxLTIuMjQxLDEuMjg1Yy41NDUtLjg1MiwxLjUtMS4zMywyLjE4MS0yLjI0OWE0Ljc0OSw0Ljc0OSwwLDAsMC0xLjU2MSwxLjIyNWMtLjk3OS44NDQtLjk3MS44NTktMS41NjEuOTcxLjI2OS0xLjIsMS40MTItMS43LDIuMDY5LTIuNTctLjQ4Ni0uMTk0LS43MS4xODctMSwuNDQxLS4wODIuMDY3LS4xODcuMTg3LS4zLjA2LS4wNzUtLjA5LS4wMDctLjE5NC4wNTItLjI2OS4xLS4xMTIuMTU3LS4zLjMzNi0uMzIxLjMxNC0uMDM3LjM1OS0uMzA2LjQtLjUxNUExLjA1NSwxLjA1NSwwLDAsMSwyOC42NjIsMWMuMS0uMDUyLjIyNC0uMTY0LjA5LS4yNzYtLjE5NC0uMTY0LS4yMDkuMDQ1LS4yNzYuMTQ5YS45NjcuOTY3LDAsMCwxLS44ODIuNDMzYy4wNDUtLjI2OS4wODItLjQ4Ni4xMjctLjc4NC0uMjQ3LjE3Mi0uNDExLjMtLjU4My40MThDMjcuMzcuMzg1LDI3LjkuMDc5LDI4LjI1MS0uNTI2Yy0uNjIuNDExLS42Mi40MTEtLjkxMS40LjY3Mi0xLjEuNjcyLTEuMS4xNTctMS40ODctLjM3NC44MTQtLjUyMy45MTktMS4wNzYuNzc3LjA4Mi0uMi4yODQtLjA5LjQxOC0uMTU3LjA3NS0uMDM3LjIyNC0uMTY0LjEzNC0uMTg3LS41MDgtLjEzNC0uMDIyLS4yNDcsMC0uMzUxLjExMi0uNDcxLjg1OS0uNDQxLjgyMi0xLjAzOC0uMzg4LS4xMzQtLjc3Ny40NDEtMS4wMzEuMTY0LS4xODctLjIwOS0uOTk0LS4wMjItLjUyMy0uNzE3LS4zNjYuMDIyLS40ODYuNTktLjgyOS4zODEtLjM2Ni0uMjE3LjE3Mi0uNDU2LjEtLjcxLS42MTMuMjI0LS42MTMuMjI0LS43MS0uMzM2LS40NDEuMzE0LS44NjcuNjQyLTEuMzE1LjkxOS0uOTcxLjU5LTEuNzI2LDEuNDc5LTIuNjgyLDIuMDYyYTQwLjQsNDAuNCwwLDAsMC01LjUzNiw0LjE3Niw4Mi4yNzMsODIuMjczLDAsMCwwLTcuNSw3LjM4MSwyMS41LDIxLjUsMCwwLDEtMy4wNzEsMy4xLDM5LjUwNywzOS41MDcsMCwwLDAtMywyLjcxOWMtLjQuMzgxLS45NTYuNjY1LTEuMTgsMS4yNTVhNi4wNzksNi4wNzksMCwwLDAsMS41OTEtMS4wNTMsMi45MzksMi45MzksMCwwLDEtLjUzLjYwNUMuODcxLDE4LC4xLDE4LjU3Ny0uNTU2LDE5LjI0OUE5LjYxOSw5LjYxOSwwLDAsMC0yLjczNywyMi4xNGMtLjE3OS40NDgtLjUzOC45NjQtLjEsMS40MjdhLjc2Ljc2LDAsMCwxLC4xMjcuOTg2Yy0uMTg3LjM4OC4wMjIuOTExLjMuOTcxLjQuMDgyLjMxNC4yNjEuMzE0LjQ3OGE1Ljc1MSw1Ljc1MSwwLDAsMC0uMDM3LDFjLjcxNy4xNjQuMjg0Ljk0MS43LDEuMjI1LjA2Ny4wNDUuMTIuMTU3LjE3Mi4xNDlDLS41LDI4LjM0OC0uMjIsMjksLjIyOCwyOS40MDljLjE0Mi4xMzQuMjM5LjM0NC40ODYuMjY5LjQtLjEyNy42NDIuMTEyLjkzNC4zNDQuNDI2LjM1MS4zNjYuODc0LjYwNSwxLjI2My0uMjA5LjE0OS0uMjc2LS4xNDItLjQ3MS0uMDZhNS42NjEsNS42NjEsMCwwLDAsLjUsMS4wNTNjLjc4NCwxLjEwNiwxLjc3MSwyLjA0LDIuNjIyLDMuMDg1LDEuNTA5LDEuODY4LDMuMjY1LDMuNTE5LDQuOTIzLDUuMjUyLjY2NS42ODcsMS4zNTIsMS4zNTIsMi4wMzIsMi4wMjUtLjM3NC0uOS0xLjIxLTEuNDQyLTEuNjQ0LTIuMjk0LjIyNC4xLjM4MS4yODQuNTc1LjM4OGE4LjIsOC4yLDAsMCwxLDIuODQ2LDIuNDU4LDMyLjI1MiwzMi4yNTIsMCwwLDAsMi41MjUsMyw0LjU4Myw0LjU4MywwLDAsMSwuOSwxLjMxNWMuMTk0LjQ0MS4wMjIuNDExLS4zNzQuMjE3LjMyOS41NjguODUyLjg1MiwxLjEsMS40NzlhNDkuMjMyLDQ5LjIzMiwwLDAsMS00LjY2OS0zLjg0N0EyNS42MTcsMjUuNjE3LDAsMCwwLDE1LjkxLDQ4LjQ2YTYuNDY1LDYuNDY1LDAsMCwxLDEuODIzLDIuNGMuMjkxLjk4NiwxLjMzNywxLjUxNywyLjE4MSwyLjEyMi0uMTcyLS4zNTEtLjUyMy0uNTktLjUwOC0xYTIuMzU1LDIuMzU1LDAsMCwxLDEuMjU1LDEuMDUzLDIuNTEsMi41MSwwLDAsMCwuNTkuNTY4Yy4xNzIuMTIuMzc0LjQuNi4xNTdzLS4wMzctLjQzMy0uMTg3LS42MmMtLjM3NC0uNDYzLS43NDctLjkyNi0xLjEyMS0xLjM4MmExLjI2NiwxLjI2NiwwLDAsMSwuODI5LjYyOCwyLjM1OSwyLjM1OSwwLDAsMCwuNjA1LjY0Mi4zMjQuMzI0LDAsMCwwLC40MjYuMDUyYy4yMjQtLjE1Ny0uMDA3LS4yNjktLjA2LS4zODgtLjEtLjE5NC0uMzA2LS4zNTktLjE2NC0uNzRBNC40NTQsNC40NTQsMCwwLDAsMjUsNTMuMjk0Yy0uNDE4LS40NDEuMDc1LS42MzUuMzM2LS43NzcuMzY2LS4yLjQyNi41NzUuOTc5LjM1OS0uNjM1LS4zNDQtLjMwNi0xLjEwNi0uODQ0LTEuNTI0LjMyOS4xMzQuNjQyLjM3NC44MzctLjFhLjIyLjIyLDAsMCwxLC4xNjQuMDE1Yy42MDUuNTY4LDEuMzYuMDY3LDIuMTUyLjM2Ni0uMjkxLS40MTEtLjM2Ni0uNzYyLS42MzUtMS4wMDktLjA3NS0uMDYtLjE3Mi0uMTU3LS4wNi0uMjM5LjA1Mi0uMDM3LjE0Mi4xNDIuMjU0LjAzNy0uMTQ5LS4zMjktLjUzLS41LS42NTctLjkxMS40MTguMDQ1LjYyLjQ3OCwxLjA2OC40NjNhNy43MjQsNy43MjQsMCwwLDAtLjY5NS0xLjUzMmMtLjAzNy0uMDktLjA5LS4xNDktLjAzLS4yMzlhLjE2Ny4xNjcsMCwwLDEsLjI1NC0uMDYuOS45LDAsMCwwLC42MjguMTcyYy4xMTItLjg1OS0uNDQxLTEuMzA3LTEuMDQ2LTEuNjg4LjQyNi0uMzU5Ljc2OS0uMTg3LDEuMTczLjA0NS41OS4zNDQsMS4yMjUuNjEzLDEuODQ1LjkxMS0uNDc4LS42MTMtMS4yNjMtLjczMi0xLjg1My0xLjIyNWEuNzQ1Ljc0NSwwLDAsMSwuNjY1LjEzNGMuOTg2LjUsMS45OCwxLDIuOTY2LDEuNS4yNTQuMTI3LjUyMy4yNjEuNzI1LS4wNTJBMS4zNzcsMS4zNzcsMCwwLDAsMzMsNDYuMDFhMS40NTEsMS40NTEsMCwwLDAtLjM1MS0uMjU0LDkuMzQsOS4zNCwwLDAsMS0yLjAyNS0xLjYxNCw4LjQsOC40LDAsMCwxLDEuNywxLjA3NiwyNy4xMTcsMjcuMTE3LDAsMCwwLTMuNTU2LTMuMmMuNzQuMjE3LDEuMTEzLjc0NywxLjcxMS44NTItMS40NzItMS4yOTItMi45MjktMi41OTItNC40ODItMy43ODgtMS4yNzgtLjk4Ni0yLjY1Mi0xLjgzOC0zLjk4OS0yLjc0OWExLjA4NiwxLjA4NiwwLDAsMS0uNTM4LS44MDdjLjc1NS4zNzQsMS41Ljc0LDIuMjQ5LDEuMTA2LTIuMjExLTEuODktNC42NzctMy40MjItNi44ODEtNS40OTEuMTY0LjgyOS44MjIsMS4wNzYsMS4yMSwxLjU5MWE0Ljc0OSw0Ljc0OSwwLDAsMS0yLjMzOC0yLjEyMiwxLjQyMiwxLjQyMiwwLDAsMSwuNjk1LjMyMWMuMjkxLjE3Mi4yODQtLjE1Ny40MjYtLjIzMmExNC45OTEsMTQuOTkxLDAsMCwxLTEuNjUxLTEuMjkyLDI1LjgwOSwyNS44MDksMCwwLDEtNC4xNjEtMy44MjVNMy4wNTIsMzAuNDYzYy4wODIuMTg3LS4wMTUuMjY5LS4xOTQuMjE3YTIuMzE1LDIuMzE1LDAsMCwxLS45NDEtMS42MjksMy4yNDQsMy4yNDQsMCwwLDEsMS4xMzYsMS40MTJtMS45MDUtLjY4N2EyLjYzNiwyLjYzNiwwLDAsMS0xLjQ0Mi0xLjUsMS4xNjQsMS4xNjQsMCwwLDAsLjE0OS0uMTJjLjQzMy41NDUuODU5LDEuMDgzLDEuMjkyLDEuNjIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzLjA0OCAzLjc4NCkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);background-position:center;background-repeat:no-repeat;position:absolute;top:50%;left:0;transform:translate(0, -50%)}@media(max-width: 1023px){.slider .slick-arrow{background-size:2.4rem auto}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.slider .slick-arrow{display:none !important}}.slider .slick-next{left:auto;right:0;transform:translate(0, -50%) rotate(180deg)}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.slider .slider__clip{max-width:17.4rem;margin:0 auto}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.slider-mobile{max-width:29.2rem;margin:0 auto !important}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.slider-mobile .grid__col{padding:0 .8rem !important}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.slider-mobile .slick-list{overflow:visible}}.tile{position:relative;text-align:center;color:#fff;padding:2rem 3rem;height:100%;min-height:20em;display:flex;flex-direction:column}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.tile{padding:3.5rem}}.tile figure{min-height:15rem;margin-bottom:1.3rem;display:flex;justify-content:center;align-items:center}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.tile figure{min-height:auto;max-height:8.6rem;margin-bottom:2.5rem}}.tile figure img{max-height:11.2rem;object-fit:contain}.tile .tile__background{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:100%;min-height:100%;width:100%;height:auto;object-fit:cover}.tile .tile__background img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:100%;min-height:100%;width:100%;height:auto;object-fit:cover}.tile .tile__content{position:relative;z-index:1}@media(max-width: 1023px){.tile .tile__content p{font-size:2rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.tile .tile__content p{font-size:1.6rem}}.tile .tile__btn{margin:2rem 0 -2.7rem;margin-top:auto}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.tile .tile__btn .tile__btn{margin-top:auto}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.grid__col .grid__col--1of4{margin-bottom:40px}}.wrapper{position:relative;min-height:100vh;overflow:hidden}.section-library{position:relative;padding-bottom:10rem}.section-library .section__bg{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:100%;min-height:100%;width:100%;height:auto;object-fit:cover;pointer-events:none}.section-library .section-library-intro{margin-top:5rem;position:relative;width:100%;max-width:750px;margin-inline:auto}.section-library .section-library-intro h1{color:#61207a;font-weight:bold;font-family:"Uniform Condensed";text-transform:uppercase;font-size:50px;text-align:center}.section-library .section-library-intro p{font-size:23px;line-height:31px;text-align:center}.section-library .section-library-categories{display:flex;gap:2rem;margin:4rem auto;max-width:850px;padding:10px 20px}.section-library .section-library-categories .active{background-color:#fff;border:#3bc5c0 2px solid;color:#3bc5c0}.section-library .section-library-categories{overflow-x:scroll;overflow-y:hidden}.section-library .section-library-items{display:flex;gap:70px 142px;justify-content:center;flex-wrap:wrap;align-items:center;margin-top:4rem;padding-bottom:10rem}@media(max-width: 1023px){.section-library .section-library-items{gap:70px 72px}}@media(max-width: ){.section-library .section-library-items{gap:70px 40px}}.section-library .section-library-items .section-library-item{max-width:612px;min-width:350px;width:100%;padding:38px 62px;position:relative;flex-basis:40%}@media(max-width: ){.section-library .section-library-items .section-library-item{flex-basis:40%}}.section-library .section-library-items .section-library-item .date{font-size:20px;font-weight:bold;line-height:31px;text-transform:uppercase}.section-library .section-library-items .section-library-item h3{font-size:25px;line-height:31px;font-weight:bold;text-transform:uppercase;margin:0}.section-library .section-library-items .section-library-item p{font-size:20px;line-height:31px;margin:0}.section-library .section-library-items .section-library-item a{position:absolute;bottom:-30px;width:fit-content}.section-library .section-library-items .section-library-item-pink{background-color:#e9e5f1}.section-library .section-library-items .section-library-item-pink .date{color:#cc252c}.section-library .section-library-items .section-library-item-pink .h3,.section-library .section-library-items .section-library-item-pink h3{color:#61207a}.section-library .section-library-items .section-library-item-purple{background-color:#7f599a}.section-library .section-library-items .section-library-item-purple .date{color:#fff}.section-library .section-library-items .section-library-item-purple .h3,.section-library .section-library-items .section-library-item-purple h3{color:#fff}.section-library .section-library-items .section-library-item-purple p{color:#fff}.section-library .section-library-items .section-library-item-margin-top{margin-top:8rem}@media(max-width: 1023px){.section-library .section-library-items .section-library-item-margin-top{margin-top:4rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-library .section-library-items .section-library-item-margin-top{margin-top:0rem}}.contact{overflow:hidden;position:relative;padding-top:300px;height:100%;top:-60rem}.contact .contact__img{background-image:url(./img/article-bg.png);position:absolute;left:80px;width:100vw;height:100%;overflow:hidden}@media(max-width: 1023px){.contact .contact__img{left:0}}.contact .contact__introduction{width:800px;margin-inline:auto;text-align:center;margin-top:1rem;margin-bottom:7rem;font-weight:400;position:relative;padding-top:300px}.contact .contact__introduction h2{text-transform:uppercase;text-align:center;color:#cc252c;z-index:10;position:relative}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.contact .contact__introduction{max-width:460px;width:100%;padding-inline:1rem}}@media only screen and (min-width: 1048px)and (max-width: 1279px){.contact .contact__form{margin-left:80px}}.contact .contact__form{width:100%}.contact .contact__form .wpcf7-text,.contact .contact__form .wpcf7-textarea{background-color:#fff;margin-inline:auto;padding-inline:24px;padding-block:24px;width:980px;color:#61207a;text-transform:uppercase;font-weight:bold;border:none}@media(max-width: 1023px){.contact .contact__form .wpcf7-text,.contact .contact__form .wpcf7-textarea{width:680px}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.contact .contact__form .wpcf7-text,.contact .contact__form .wpcf7-textarea{max-width:400px;width:100%;padding-inline:1rem}}.contact .contact__form form{display:flex;flex-direction:column;align-items:center;gap:20px}.contact .contact__form form .wpcf7-not-valid-tip{margin-top:10px}.contact .contact__form .btn--blue{margin-bottom:100px}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.contact .contact__form .btn--blue{width:unset}}.wpcf7 form.sent .wpcf7-response-output{z-index:10;margin-top:-100px}.contrast-widget{position:fixed;right:0;top:50%;z-index:9999;display:flex;align-items:center;background-color:#61207a;color:#fff;cursor:pointer;transition:transform .3s ease-in-out;box-shadow:-2px 0 8px rgba(0,0,0,.15);border-radius:.8rem 0 0 .8rem;overflow:hidden}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.contrast-widget{top:auto;bottom:2rem}}.contrast-widget__icon{display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;flex-shrink:0;padding:1.2rem;background-color:#61207a;transition:background-color .3s ease-in-out}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.contrast-widget__icon{width:4.5rem;height:4.5rem;padding:1rem}}.contrast-widget__icon svg{width:100%;height:100%;color:#fff}.contrast-widget__text{display:flex;align-items:center;white-space:nowrap;padding:0 2rem 0 1.5rem;font-size:1.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;opacity:0;width:0;overflow:hidden;transition:opacity .3s ease-in-out,width .3s ease-in-out,padding .3s ease-in-out}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.contrast-widget__text{font-size:1.4rem;padding:0 1.5rem 0 1rem}}.contrast-widget{transform:translateX(calc(100% - 5rem)) translateY(-50%)}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.contrast-widget{transform:translateX(calc(100% - 4.5rem)) translateY(0)}}@media(hover: hover)and (pointer: fine){.contrast-widget:hover{transform:translateX(0) translateY(-50%)}}@media(hover: hover)and (pointer: fine)and (max-width: 767px),screen and (hover: hover)and (pointer: fine)and (max-width: 812px)and (orientation: landscape){.contrast-widget:hover{transform:translateX(0) translateY(0)}}@media(hover: hover)and (pointer: fine){.contrast-widget:hover .contrast-widget__text{opacity:1;width:auto}.contrast-widget:hover .contrast-widget__icon{background-color:#4a1a5e}}.contrast-widget.is-expanded{transform:translateX(0) translateY(-50%)}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.contrast-widget.is-expanded{transform:translateX(0) translateY(0)}}.contrast-widget.is-expanded .contrast-widget__text{opacity:1;width:auto}.contrast-widget.is-expanded .contrast-widget__icon{background-color:#4a1a5e}.contrast-widget:focus{outline:3px solid #fff;outline-offset:2px;box-shadow:0 0 0 2px #000,0 0 0 5px #fff}.contrast-widget:focus:not(:focus-visible){outline:none;box-shadow:none}.contrast-widget:focus-visible{outline:3px solid #fff;outline-offset:2px;box-shadow:0 0 0 2px #000,0 0 0 5px #fff}.contrast-widget.is-active{background-color:#000}.contrast-widget.is-active .contrast-widget__icon{background-color:#000}body.contrast-mode{background:#fff !important;color:#000 !important}body.contrast-mode .contrast-widget{filter:none !important;background-color:#000 !important}body.contrast-mode .contrast-widget .contrast-widget__icon{background-color:#000 !important}body.contrast-mode .contrast-widget .contrast-widget__text{color:#fff !important}body.contrast-mode .contrast-widget svg{filter:none !important;color:#fff !important}body.contrast-mode .contrast-widget svg path,body.contrast-mode .contrast-widget svg circle{fill:#fff !important;stroke:#fff !important}body.contrast-mode a{color:#000 !important;text-decoration:underline !important}body.contrast-mode a:hover,body.contrast-mode a:focus{color:#000 !important;text-decoration:underline !important}body.contrast-mode h1,body.contrast-mode h2,body.contrast-mode h3,body.contrast-mode h4,body.contrast-mode h5,body.contrast-mode h6,body.contrast-mode .h1,body.contrast-mode .h2,body.contrast-mode .h3,body.contrast-mode .h4,body.contrast-mode .h5,body.contrast-mode .h6{color:#000 !important}body.contrast-mode .breadcrumbs *{color:#000 !important}body.contrast-mode .btn{background-color:#000 !important;color:#fff !important;border:2px solid #000 !important}body.contrast-mode .btn:before{background-color:#000 !important}body.contrast-mode .btn span{color:#fff !important}body.contrast-mode .btn:hover,body.contrast-mode .btn:focus{background-color:#000 !important;color:#fff !important}body.contrast-mode .btn:hover:before,body.contrast-mode .btn:focus:before{background-color:#000 !important}body.contrast-mode .btn--blue,body.contrast-mode .btn--red,body.contrast-mode .btn--pink,body.contrast-mode .btn--white,body.contrast-mode .btn--border--blue{background-color:#000 !important;color:#fff !important;border:2px solid #000 !important}body.contrast-mode .btn--blue:before,body.contrast-mode .btn--red:before,body.contrast-mode .btn--pink:before,body.contrast-mode .btn--white:before,body.contrast-mode .btn--border--blue:before{background-color:#000 !important;border:none !important}body.contrast-mode .btn--blue span,body.contrast-mode .btn--red span,body.contrast-mode .btn--pink span,body.contrast-mode .btn--white span,body.contrast-mode .btn--border--blue span{color:#fff !important}body.contrast-mode .btn--blue:hover,body.contrast-mode .btn--blue:focus,body.contrast-mode .btn--red:hover,body.contrast-mode .btn--red:focus,body.contrast-mode .btn--pink:hover,body.contrast-mode .btn--pink:focus,body.contrast-mode .btn--white:hover,body.contrast-mode .btn--white:focus,body.contrast-mode .btn--border--blue:hover,body.contrast-mode .btn--border--blue:focus{background-color:#000 !important;color:#fff !important}body.contrast-mode .btn--blue:hover:before,body.contrast-mode .btn--blue:focus:before,body.contrast-mode .btn--red:hover:before,body.contrast-mode .btn--red:focus:before,body.contrast-mode .btn--pink:hover:before,body.contrast-mode .btn--pink:focus:before,body.contrast-mode .btn--white:hover:before,body.contrast-mode .btn--white:focus:before,body.contrast-mode .btn--border--blue:hover:before,body.contrast-mode .btn--border--blue:focus:before{background-color:#000 !important}body.contrast-mode .header{background-color:#fff !important;border-bottom:2px solid #000 !important}body.contrast-mode .header__nav:before{background-color:#000 !important}body.contrast-mode .header__sticker a{color:#fff !important}body.contrast-mode .header__nav-inner{color:#fff !important}body.contrast-mode .header__nav-menu h2,body.contrast-mode .header__nav-menu a{color:#fff !important}body.contrast-mode .header__content-actions .nav-btn span{background-color:#000 !important}body.contrast-mode .footer{background-color:#fff !important;border-top:2px solid #000 !important}body.contrast-mode .footer footer__nav *{color:#000 !important}body.contrast-mode .footer__socials svg{filter:none !important}body.contrast-mode .footer__socials svg rect{fill:#000 !important;stroke:#000 !important}body.contrast-mode .footer__socials svg path{fill:#fff !important;stroke:#fff !important}body.contrast-mode .footer__socials svg circle,body.contrast-mode .footer__socials svg polygon,body.contrast-mode .footer__socials svg g{fill:#fff !important;stroke:#fff !important}body.contrast-mode .section,body.contrast-mode .section-news,body.contrast-mode .section-list,body.contrast-mode .section-features,body.contrast-mode .section-features-alt{background-color:#fff !important}body.contrast-mode .section *,body.contrast-mode .section-news *,body.contrast-mode .section-list *,body.contrast-mode .section-features *,body.contrast-mode .section-features-alt *{color:#000 !important}body.contrast-mode .section-news .current a::before{background-color:#000 !important}body.contrast-mode .section-news .current a span{color:#fff !important}body.contrast-mode .section-simple{background-color:#000 !important}body.contrast-mode .section-simple *{color:#fff !important}body.contrast-mode .card-news,body.contrast-mode .card-news-alt{background-color:#fff !important;border:2px solid #000 !important}body.contrast-mode .card-news .card__content::before,body.contrast-mode .card-news-alt .card__content::before{color:#000 !important}body.contrast-mode .card-news *,body.contrast-mode .card-news-alt *{color:#fff !important}body.contrast-mode .hero{background-color:#fff !important}body.contrast-mode .hero__title{color:#fff !important}body.contrast-mode .section-library-item-pink,body.contrast-mode .section-library-item-purple{border:1px solid #000 !important;background-color:#fff !important}body.contrast-mode .section-library-item-pink *,body.contrast-mode .section-library-item-purple *{color:#000 !important}body.contrast-mode .contact__img{display:none !important}body.contrast-mode .feature-alt--dev:before{background-color:#fff !important}body.contrast-mode .feature-alt{background-image:none !important}body.contrast-mode .item-calendar .item__date::before{background-color:#fff !important;border:1px solid #000 !important}body.contrast-mode .item-calendar .item__content{background-color:#fff !important;border:1px solid #000 !important}body.contrast-mode .feature__content .dropdown__head h3{color:#fff !important}body.contrast-mode .feature__content .dropdown__head::before{background-color:#000 !important}body.contrast-mode .feature__content .dropdown__body{color:#fff !important;background-color:#000 !important}body.contrast-mode .feature__content .dropdown__body a{color:#fff !important}body.contrast-mode img{filter:grayscale(100%) !important}body.contrast-mode img::after{background-color:#000 !important}body.contrast-mode svg{filter:grayscale(100%) !important}body.contrast-mode svg path,body.contrast-mode svg circle,body.contrast-mode svg rect,body.contrast-mode svg polygon{fill:#000 !important;stroke:#000 !important}body.contrast-mode input,body.contrast-mode textarea,body.contrast-mode select{background-color:#fff !important;color:#000 !important;border:2px solid #000 !important}body.contrast-mode input::placeholder,body.contrast-mode textarea::placeholder,body.contrast-mode select::placeholder{color:#666 !important}body.contrast-mode .search-container .search__btn{background-color:#000 !important}body.contrast-mode .link{color:#000 !important}body.contrast-mode .link svg path{fill:#000 !important}body.contrast-mode .nav *,body.contrast-mode .header__content *{color:#000 !important}body.contrast-mode .slider{background-color:#fff !important;border:2px solid #000 !important}body.contrast-mode .slider *{color:#000 !important}body.contrast-mode .tile{background-color:#fff !important;border:2px solid #000 !important;color:#000 !important}body.contrast-mode .tile *{color:#000 !important}body.contrast-mode .tile__background{background-color:#000 !important}body.contrast-mode .tile__background img{display:none !important}body.contrast-mode .tile__content h2,body.contrast-mode .tile__content p,body.contrast-mode .tile__content strong,body.contrast-mode .tile__content em{color:#fff !important}body.contrast-mode .feature,body.contrast-mode .feature-alt{background-color:#fff !important;border:2px solid #000 !important}body.contrast-mode .feature *,body.contrast-mode .feature-alt *{color:#000 !important}body.contrast-mode .article{background-color:#fff !important}body.contrast-mode .article__bg{background-image:none !important}body.contrast-mode .article *{color:#000 !important}body.contrast-mode .footer-bar{background-color:#fff !important;border-top:2px solid #000 !important}body.contrast-mode .footer-bar *{color:#000 !important}body.contrast-mode [style*=background-color]{background-color:#fff !important}body.contrast-mode [style*=color]{color:#000 !important}

/*# sourceMappingURL=main.css.map*/