@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before,
*:after {
  -webkit-box-sizing: inherit;
          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;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          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; }
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"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          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::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* Open Sans */
/* Roboto */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #edeff2;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #2A2723; }
p {
  letter-spacing: 0.018em; }
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.3em / 2); }
.h1,
h1 {
  line-height: 1.36;
  font-size: 60px;
  font-weight: 300; }
@media (max-width: 1023px) {
    .h1,
    h1 {
      font-size: 53px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h1,
    h1 {
      line-height: 1.3;
      font-size: 40px; } }
.h2,
h2 {
  font-size: 42px;
  font-weight: 300; }
@media (max-width: 1023px) {
    .h2,
    h2 {
      font-size: 36px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h2,
    h2 {
      font-size: 32px; } }
.h3,
h3 {
  font-size: 34px; }
@media (max-width: 1023px) {
    .h3,
    h3 {
      font-size: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h3,
    h3 {
      font-size: 27px; } }
.h4,
h4 {
  font-size: 24px;
  font-weight: 400; }
@media (max-width: 1023px) {
    .h4,
    h4 {
      font-size: 21px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h4,
    h4 {
      font-size: 19px; } }
.h5,
h5 {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 400; }
@media (max-width: 1023px) {
    .h5,
    h5 {
      font-size: 18px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h5,
    h5 {
      font-size: 16px; } }
.h6,
h6 {
  color: #2A2723;
  font-size: 18px;
  font-weight: 600; }
@media (max-width: 1023px) {
    .h6,
    h6 {
      font-size: 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h6,
    h6 {
      font-size: 15px; } }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.3em; }
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; }
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
/*  Overflow hidden  */
.overflow-hidden {
  overflow: hidden; }
/*  Caps */
.caps {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em; }
/*  Caption */
.caption {
  font-size: 12px;
  letter-spacing: 0.034em; }
/*  Notext  */
.notext {
  line-height: 0;
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden {
  display: none !important; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Responsive Helpers  */
.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; } }
/* ------------------------------------------------------------ *\
	Loaction Class
\* ------------------------------------------------------------ */
.location-filtered {
  display: none !important; }
.location-ACT .visible-ACT {
  display: block !important; }
.location-NSW .visible-NSW {
  display: block !important; }
.location-NT .visible-NT {
  display: block !important; }
.location-QLD .visible-QLD {
  display: block !important; }
.location-SA .visible-SA {
  display: block !important; }
.location-TAS .visible-TAS {
  display: block !important; }
.location-VIC .visible-VIC {
  display: block !important; }
.location-WA .visible-WA {
  display: block !important; }
.location-NONE .visible-NONE {
  display: block !important; }
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion {
  color: #000; }
.accordion.is-open .accordion__arrow svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
.accordion .accordion__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 21px 22px;
    border-bottom: 1px solid #ED1B2E;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .accordion .accordion__head {
        padding: 25px 20px 25px 14px; } }
.accordion .accordion__head:hover {
    background-color: #F8E3DC; }
.accordion h4 {
    margin-bottom: 0;
    color: inherit;
    font-size: 24px;
    font-weight: 400; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .accordion h4 {
        font-size: 19px; } }
.accordion .accordion__arrow svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
    -webkit-transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s; }
.accordion .accordion__body {
    display: none;
    padding: 22px 28px 27px;
    margin: 0 21px;
    background-color: rgba(0, 0, 0, 0.08);
    line-height: 1.46; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .accordion .accordion__body {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 14px; } }
.accordion .accordion__body p {
    margin-bottom: 0; }
.accordion .accordion__link {
    display: block;
    margin-top: 12px;
    letter-spacing: 0.02em; }
.accordion.is-open .accordion__arrow svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.accordion--light .accordion__body {
  background-color: rgba(255, 255, 255, 0.5); }
/* ------------------------------------------------------------ *\
	Accordons
\* ------------------------------------------------------------ */
.accordons--spacing .accordion + .accordion {
  margin-top: 40px; }
/* ------------------------------------------------------------ *\
	Accoutn
\* ------------------------------------------------------------ */
.account .account__btn {
  margin-left: auto; }
@media (max-width: 1023px) {
    .account .account__btn {
      display: none; } }
.account .account__avatar {
  display: none;
  width: 38px;
  height: 38px;
  padding: 7px;
  border: 1px solid #5740B2;
  border-radius: 50%;
  background-color: #5740B2;
  color: #fff;
  text-align: center; }
@media (max-width: 1023px) {
    .account .account__avatar {
      display: inline-block; } }
.account.logged .account__avatar {
  background-color: transparent;
  color: #5740B2; }
/* ------------------------------------------------------------ *\
	Activity
\* ------------------------------------------------------------ */
.activity {
  position: relative;
  padding-top: 17px; }
.activity:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 17px;
    width: 180px;
    background-color: #ED1B2E; }
.activity .activity__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 97%;
    padding: 25px 39px 26px 42px;
    margin-left: auto;
    background-color: #fff; }
@media (max-width: 1023px) {
      .activity .activity__inner {
        display: block; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .activity .activity__inner {
        padding-left: 20px;
        padding-right: 20px; } }
.activity .activity__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding-right: 15px;
    color: #1D1C1C;
    font-size: 12px; }
@media (max-width: 1023px) {
      .activity .activity__content {
        padding: 0;
        margin-bottom: 20px; } }
.activity .activity__content h3,
  .activity .activity__content h4 {
    margin-bottom: 12px;
    color: #000; }
.activity .activity__content p {
    letter-spacing: 0.035em; }
.activity .activity__date {
    display: inline-block;
    color: #5740B2;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em; }
.activity .activity__actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 184px;
            flex: 0 0 184px;
    max-width: 184px;
    padding-top: 8px; }
/* ------------------------------------------------------------ *\
	Alert
\* ------------------------------------------------------------ */
.alert {
  position: relative;
  background-color: #fff; }
.alert .alert__inner {
    position: relative;
    padding: 22px 100px 26px 76px; }
@media (max-width: 1199px) {
      .alert .alert__inner {
        padding-right: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .alert .alert__inner {
        padding: 21px 20px 23px 38px; } }
.alert .alert__inner:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .alert .alert__inner:before {
        top: 22px;
        left: 2px;
        width: 20px;
        height: 20px; } }
.alert .alert__inner h5 {
    margin-bottom: 6px;
    letter-spacing: 0.01em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .alert .alert__inner h5 {
        margin-bottom: 10px; } }
.alert .alert__inner p {
    margin-bottom: 15px; }
.alert .alert__inner p:last-child {
    margin-bottom: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .alert .alert__actions {
      padding-top: 5px; } }
.alert .alert__actions a + a {
    margin-left: 10px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .alert .alert__actions a + a {
        margin-left: 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .alert .alert__actions a {
      max-width: 97px; } }
.alert .alert__close {
    position: absolute;
    top: 23px;
    right: 7px; }
.alert--success .alert__inner:before {
  background-image: url(../images/svg/ico-success.svg); }
.alert--warning .alert__inner:before {
  background-image: url(../images/svg/ico-warning.svg); }
.alert--notification .alert__inner:before {
  background-image: url(../images/svg/ico-notification-blue.svg); }
/* ------------------------------------------------------------ *\
	Banner Job
\* ------------------------------------------------------------ */
.banner-job {
  margin-bottom: 57px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .banner-job {
      padding-bottom: 20px;
      margin-bottom: 0; } }
.banner-job .banner-job__inner {
    position: relative;
    top: 57px;
    max-width: 1095px;
    padding: 53px 160px 41px 90px;
    margin: 0 0px 0 14px;
    background-color: rgba(29, 28, 28, 0.9);
    color: #fff;
    font-size: 18px; }
@media (max-width: 1199px) {
      .banner-job .banner-job__inner {
        padding: 40px 160px 41px 50px;
        margin-right: 96px; } }
@media (max-width: 1023px) {
      .banner-job .banner-job__inner {
        padding: 30px 20px 41px 31px;
        margin: 0 62px 0 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .banner-job .banner-job__inner {
        top: 0;
        max-width: 93%;
        padding: 30px 12px 47px 20px;
        margin: 0; } }
.banner-job .banner-job__inner:after {
    content: '';
    position: absolute;
    bottom: 34px;
    left: 460px;
    width: 100vw;
    height: 50px;
    background-image: url(../images/temp/big-lines-horizontal-light-gray.png);
    background-size: contain; }
@media (max-width: 1023px) {
      .banner-job .banner-job__inner:after {
        bottom: 38px;
        left: 301px;
        background-size: cover; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .banner-job .banner-job__inner:after {
        left: 0; } }
.banner-job .banner-job__content {
    position: relative;
    z-index: 1; }
@media (max-width: 1023px) {
    .banner-job .banner-job__content h2 {
      margin-bottom: 20px;
      letter-spacing: 0.004em; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .banner-job .banner-job__content h2 {
      margin-bottom: 17px; } }
.banner-job .banner-job__content p {
    line-height: 1.6;
    letter-spacing: 0.009em; }
@media (max-width: 1023px) {
      .banner-job .banner-job__content p {
        padding-right: 60px;
        margin-bottom: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .banner-job .banner-job__content p {
        padding: 0; } }
.banner-job .banner-job__actions {
    padding-top: 16px;
    font-size: 20px; }
@media (max-width: 1023px) {
      .banner-job .banner-job__actions {
        padding-top: 19px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .banner-job .banner-job__actions {
        padding-top: 24px; } }
.banner-job .banner-job__actions p {
    margin-bottom: 26px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .banner-job .banner-job__actions p {
        display: none; } }
.banner-job .banner-job__image {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%); }
@media (max-width: 1023px) {
      .banner-job .banner-job__image {
        max-width: 346px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .banner-job .banner-job__image {
        display: none; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .banner-job .banner-job__btn {
      max-width: none;
      width: 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .banner-job .banner-job__shell {
      padding: 0; } }
/* ------------------------------------------------------------ *\
	Banner
\* ------------------------------------------------------------ */
.banner {
  position: relative;
  background-image: url(../images/temp/hero-red.png);
  background-size: cover;
  color: #fff; }
.banner .banner__content {
    position: relative;
    padding: 70px 0 70px 101px; }
@media (max-width: 1023px) {
      .banner .banner__content {
        padding: 63px 0 51px 60px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .banner .banner__content {
        padding: 38px 0 36px 0px; } }
.banner .banner__content:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 156px;
    width: 1163px;
    height: 63px;
    background-image: url(../images/temp/big-lines-horizontal-light-gray.png);
    background-size: contain; }
@media (max-width: 1023px) {
      .banner .banner__content:after {
        left: 500px;
        bottom: -22px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .banner .banner__content:after {
        left: 115px;
        bottom: -11px;
        height: 22px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner--event .banner__content {
    padding: 20px 0 18px 0px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner--event .banner__content:after {
    display: none; } }
.banner--event h1,
.banner--event h2,
.banner--event h3 {
  margin: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .banner--event h1,
    .banner--event h2,
    .banner--event h3 {
      margin-bottom: 10px;
      font-size: 10px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.15em; } }
.banner--event .banner__mobile-content {
  display: none;
  font-size: 10px;
  text-transform: uppercase; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .banner--event .banner__mobile-content {
      display: block; } }
.banner--event .banner__mobile-content p {
  letter-spacing: 0.155em; }
.banner--event .banner__close {
  display: none;
  position: absolute;
  top: 25px;
  right: 5px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .banner--event .banner__close {
      display: block; } }
.banner--blue {
  background-image: url(../images/temp/hero-blue.png); }
.banner--green {
  background-image: url(../images/temp/hero-green.png); }
.banner--purple {
  background-image: url(../images/temp/hero-purple.png); }
/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  padding: 36px 0;
  color: #1D1C1C;
  font-size: 12px;
  letter-spacing: 0.05em;
  display: none; }
@media (max-width: 1023px) {
    .breadcrumbs {
      padding: 40px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .breadcrumbs {
      padding: 27px 0; } }
.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.breadcrumbs ul li:after {
    content: '\003E';
    display: inline-block;
    margin-right: 2px; }
.breadcrumbs ul li:last-child:after {
    display: none; }
.breadcrumbs ul li.is-current {
    font-weight: 700;
    color: #5740B2;
    letter-spacing: 0.03em; }
.breadcrumbs a {
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
.breadcrumbs a:hover {
    color: #5740B2; }
/* ------------------------------------------------------------ *\
	Burger
\* ------------------------------------------------------------ */
.btn-burger {
  display: none;
  width: 28px;
  text-decoration: none; }
@media (max-width: 1023px) {
    .btn-burger {
      display: inline-block; } }
.btn-burger span {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: #5740B2;
    -webkit-transition: top 0.3s, left 0.3s, width 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, left 0.3s, width 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, top 0.3s, left 0.3s, width 0.3s;
    transition: transform 0.3s, top 0.3s, left 0.3s, width 0.3s;
    transition: transform 0.3s, top 0.3s, left 0.3s, width 0.3s, -webkit-transform 0.3s; }
.btn-burger span + span {
    margin-top: 5px; }
.btn-burger span:nth-child(1) {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
.btn-burger span:nth-child(2) {
    -webkit-transition-delay: .25s;
         -o-transition-delay: .25s;
            transition-delay: .25s; }
.btn-burger span:nth-child(3) {
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition-delay: .0s;
         -o-transition-delay: .0s;
            transition-delay: .0s; }
.btn-burger.is-open span:nth-child(1) {
  top: 11px;
  left: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  border: 0;
  -webkit-transition-delay: .25s;
       -o-transition-delay: .25s;
          transition-delay: .25s; }
.btn-burger.is-open span:nth-child(2) {
  width: 0;
  border: 0;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
.btn-burger.is-open span:nth-child(3) {
  top: -5px;
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 0;
  -webkit-transition-delay: .25s;
       -o-transition-delay: .25s;
          transition-delay: .25s; }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  position: relative;
  display: inline-block;
  max-width: 109px;
  width: 100%;
  padding: 11px 8px;
  border: 1px solid #ED1B2E;
  border-radius: 200px;
  background-color: #ED1B2E;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s; }
.btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.btn:hover:after {
    background-color: rgba(255, 255, 255, 0.08);
    opacity: 1; }
.btn:hover {
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.24); }
.btn:focus {
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.24); }
.btn:focus:after {
    background-color: rgba(255, 255, 255, 0.12);
    opacity: 1; }
.btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.32);
    width: 102%;
    padding-top: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.btn:active:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }
.btn.disabled {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.38);
    pointer-events: none; }
.btn.disabled-2 {
    opacity: .4;
    pointer-events: none; }
.btn--primary, .SubmitButton {
  max-width: none;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #5740B2;
  border-radius: 4px;
  background-color: #5740B2;
  color: #fff; }
.btn--primary.btn--small {
  max-width: none;
  padding-left: 17px;
  padding-right: 17px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--primary.btn--small {
      max-width: 100%;
      width: 100%; } }
.btn--secondary, .continue_shopping, .change_qty, .editOrder, .editDetails, .CancelButton{

border: 1px solid #5740B2 !important;
  border-radius: 4px !important;
  background-color: #fff !important;
  color: #5740B2 !important; }
.btn--secondary:focus, .btn--secondary:hover, .continue_shopping:focus, .continue_shopping:hover, .editOrder:focus, , .editOrder:hover, .editDetails:focus, , .editDetails:hover {
    background-color: rgba(87, 64, 178, 0.12) !important; }
.btn--secondary:before, .continue_shopping:before, .editOrder:before, .editDetails:before {
    background-color: rgba(87, 64, 178, 0.12) !important; }
.btn--secondary.disabled, .continue_shopping:disabled, .editOrder:disabled, editDetails:disabled {
    background-color: #E8EAF6 !important;
    color: rgba(87, 64, 178, 0.38); }
.btn--text {
  border: transparent;
  border-radius: 2px;
  background-color: transparent;
  color: #ED1B2E; }
.btn--text:before {
    background-color: rgba(237, 27, 46, 0.16); }
.btn--text:hover {
    background-color: rgba(237, 27, 46, 0.04);
    -webkit-box-shadow: none;
            box-shadow: none; }
.btn--text:focus {
    background-color: rgba(237, 27, 46, 0.12);
    -webkit-box-shadow: none;
            box-shadow: none; }
.btn--text:active {
    background-color: transparent; }
.btn--purple {
  background-color: #5740B2;
  border-color: #5740B2; }
.btn--white {
  color: #ED1B2E;
  border-color: #fff;
  background-color: #fff; }
.btn--radius {
  border-radius: 200px; }
.btn--small {
  max-width: 97px;
  padding: 8px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--small {
      max-width: 100%; } }
.btn--large {
  max-width: 280px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px; }
@media (max-width: 1023px) {
    .btn--large {
      max-width: none;
      width: auto;
      padding-left: 20px;
      padding-right: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--large {
      padding-left: 18px;
      padding-right: 18px;
      max-width: 100%;
      width: 100%; } }
.btn--short {
  padding-top: 8px;
  padding-bottom: 8px; }
.btn--size-1 {
  max-width: 175px;
  width: 100%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--size-1 {
      width: auto; } }
.btn--size-2 {
  max-width: 274px;
  width: 100%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--size-2 {
      width: auto; } }
.btn--size-3 {
  max-width: 185px;
  width: 100%; }
@media (max-width: 374px) {
    .btn--size-3 {
      max-width: none;
      width: auto; } }
.btn--size-4 {
  max-width: 139px;
  width: 100%; }
@media (max-width: 374px) {
    .btn--size-4 {
      max-width: none;
      width: auto; } }
.btn--size-5 {
  max-width: 277px;
  width: 100%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--size-5 {
      max-width: none;
      width: auto; } }
.btn--size-6 {
  max-width: 164px;
  width: 100%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--size-6 {
      max-width: none;
      width: auto; } }
.btn--size-7 {
  max-width: 256px;
  width: 100%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--size-7 {
      max-width: none;
      width: auto; } }
.btn--size-8 {
  max-width: 218px;
  width: 100%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--size-8 {
      max-width: none;
      width: auto; } }
.btn--size-9 {
  max-width: 155px;
  width: 100%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--size-9 {
      max-width: none;
      width: auto; } }
.btn--size-10 {
  max-width: 95px;
  width: 100%; }
.btn--size-11 {
  max-width: 205px;
  width: 100%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--size-11 {
      max-width: none;
      width: auto; } }
.btn--icon {
  max-width: none;
  width: auto;
  padding-left: 20px;
  padding-right: 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--icon {
      height: 36px;
      width: 36px;
      padding: 6px 0; } }
.btn--icon svg {
    margin: -4px 0 0 12px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .btn--icon svg {
        margin: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--icon span {
      display: none; } }
/*  Btn block  */
.btn--block {
  max-width: none;
  width: 100%;
  display: block;
  padding-left: 0;
  padding-right: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--mobile-icon {
    width: 42px;
    height: 42px;
    border-color: transparent;
    text-align: center; } }
.btn--mobile-icon svg {
  display: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--mobile-icon svg {
      display: inline-block; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--mobile-icon span {
    display: none; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--mobile-icon-bordered {
    border-color: currentColor; } }
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card .card__inner {
  display: block;
  text-decoration: none; }
.card .card__inner:hover .card__title {
  color: #5740B2; }
.card .card__image {
  position: relative;
  margin-bottom: 22px;
  background-size: cover; }
.card .card__image:before {
  content: '';
  display: block;
  padding-top: 141.1%; }
.card .card__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
.card .card__title {
  min-height: 54px;
  margin-bottom: 4px;
  line-height: 1.5;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }
@media (max-width: 1023px) {
    .card .card__title {
      min-height: 48px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .card .card__title {
      min-height: 44px; } }
.card .card__meta {
  color: #5740B2;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em; }
/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */
.cards {
  padding: 19px 15px 12px; }
@media (max-width: 1399px) {
    .cards {
      padding: 0; } }
.cards .cards__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px; }
@media (max-width: 1399px) {
      .cards .cards__body {
        margin: 0 -10px; } }
.cards .cards__actions {
    border-top: 1px solid #ED1B2E;
    padding-top: 40px;
    margin-top: 36px;
    text-align: right; }
.cards .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 20px; }
@media (max-width: 1399px) {
      .cards .card {
        padding: 0 10px; } }
@media (max-width: 1023px) {
      .cards .card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 40px; } }
/* ------------------------------------------------------------ *\
	Category
\* ------------------------------------------------------------ */
.category .category__head {
  position: relative;
  display: block;
  padding-bottom: 20px;
  padding-right: 30px;
  border-bottom: 1px solid #5740B2;
  text-decoration: none;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s; }
.category .category__head:hover {
  border-color: #ED1B2E; }
.category .category__head:hover .category__arrow {
  color: #9D0011; }
.category .category__head .category__arrow {
  position: absolute;
  top: 20px;
  right: 8px;
  color: #5740B2;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .category .category__head .category__arrow {
      top: 12px; } }
.category .category__head .category__arrow svg {
  width: 20px;
  height: 20px; }
.category .category__head h1,
.category .category__head h2,
.category .category__head h3 {
  margin-bottom: 0; }
.category .category__head h3 {
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: 0.008em; }
.category .category__body {
  padding: 20px 54px 20px 0;
  line-height: 1.56;
  font-size: 18px; }
.category .category__body p {
  letter-spacing: 0.008em; }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox {
  position: relative;
  color: #000; }
.checkbox input {
    position: absolute;
    top: 0;
    left: -9999px;
    opacity: 0;
    pointer-events: none; }
.checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 27px;
    letter-spacing: 0.022em; }
.checkbox label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(../images/svg/ico-checkbox-frame.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.54;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.checkbox label:after {
    content: '';
    position: absolute;
    top: -11px;
    left: -11px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.08);
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
.checkbox label:hover:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
.checkbox input:focus ~ label:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    background-color: rgba(0, 0, 0, 0.12); }
.checkbox input:active ~ label:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    background-color: rgba(0, 0, 0, 0.16); }
.checkbox input:checked ~ label:after {
    background-color: rgba(57, 48, 159, 0.12); }
.checkbox input:checked ~ label:before {
    background-image: url(../images/svg/ico-checkbox.svg); }
.checkbox--large label {
  padding-left: 36px;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0.032em; }
@media (max-width: 1023px) {
    .checkbox--large label {
      font-size: 14px; } }
.checkbox.disabled {
  pointer-events: none; }
.checkbox.disabled label {
    color: rgba(42, 39, 35, 0.4); }
.checkbox.disabled label:before {
    opacity: 0.38; }
/* ------------------------------------------------------------ *\
	Checkboxes
\* ------------------------------------------------------------ */
.checkboxes ul {
  list-style: none; }
.checkboxes li + li {
  margin-top: 16px; }
.checkboxes--flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -14px -21px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .checkboxes--flex ul {
      display: block;
      margin: 0; } }
.checkboxes--flex li {
  padding: 14px 21px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .checkboxes--flex li {
      padding: 0; } }
.checkboxes--flex li + li {
  margin-top: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .checkboxes--flex li + li {
      margin-top: 16px; } }
/* ------------------------------------------------------------ *\
	Circle
\* ------------------------------------------------------------ */
.circle {
  position: relative;
  width: 200px;
  height: 200px; }
.circle svg {
    width: 250px;
    height: 250px; }
.circle circle {
    position: absolute;
    fill: none;
    stroke: #fff;
    stroke-width: 12;
    -webkit-transform: translate(10px, 10px) rotate(270deg);
        -ms-transform: translate(10px, 10px) rotate(270deg);
            transform: translate(10px, 10px) rotate(270deg);
    -webkit-transform-origin: 43% 40%;
        -ms-transform-origin: 43% 40%;
            transform-origin: 43% 40%;
    stroke-dasharray: 620;
    stroke-linecap: round; }
.circle circle:nth-child(2) {
    stroke: #5740B2;
    stroke-width: 8;
    -webkit-animation: percent 1.5s linear;
            animation: percent 1.5s linear;
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
@-webkit-keyframes percent {
  0% {
    stroke-dashoffset: 0;
    stroke-width: 0; } }
@keyframes percent {
  0% {
    stroke-dashoffset: 0;
    stroke-width: 0; } }
.circle .circle__text {
    position: absolute;
    top: 60%;
    left: 59%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
    text-align: center; }
.circle .circle__text p {
    margin: 0;
    font-size: 14px; }
.circle .circle__text p:nth-child(2) {
    line-height: 1.5; }
.circle .circle__text span {
    margin: 0 5px;
    font-size: 20px; }
.circle .circle__text span:first-child {
    color: #5740B2;
    font-size: 48px;
    font-weight: 700; }
/* ------------------------------------------------------------ *\
	Contact
\* ------------------------------------------------------------ */
.contact + .contact {
  margin-top: 50px; }


@media (max-width: 1023px) {
    .contact + .contact {
      margin-top: 0;
      margin-left: 44px; } }

@media (max-width: 1023px), screen and (max-width: 1023px) and (orientation: landscape) {
    .contact + .contact {
      margin-top: 36px;
      margin-left: 0; } }

.contact h6 {
  max-width: 170px;
  margin-left: auto;
  margin-bottom: 18px;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em; }

@media (max-width: 1023px) {
    .contact h6 {
      max-width: none;
      margin-bottom: 16px;
      font-size: 18px; } }

@media (max-width: 1023px), screen and (max-width: 1023px) and (orientation: landscape) {
    .contact h6 {
      margin-bottom: 28px;
      letter-spacing: 0; } }

.contact .contact__link {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 0.03em; }

@media (max-width: 1023px) {
    .contact .contact__link {
      padding-left: 4px;
      margin-bottom: 0;
      margin-right: 17px; } }

@media (max-width: 1023px), screen and (max-width: 1023px) and (orientation: landscape) {
    .contact .contact__link {
      margin-bottom: 17px; } }

.contact .contact__link .ico-phone {
  position: relative;
  bottom: 3px;
  margin-right: 10px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .contact .contact__btn {
    width: 100%;
    max-width: 100%; } }
.contact--regular {
  position: relative;
  padding: 0 10px 0 12px; }
.contact--regular + .contact--regular {
    margin: 48px 0 0 0; }
.contact--regular h6 {
    max-width: none;
    margin-left: 0;
    margin-bottom: 8px;
    font-size: 18px; }
.contact--regular .contact__link {
    margin-bottom: 20px; }
/* ------------------------------------------------------------ *\
	Copyrights
\* ------------------------------------------------------------ */
.copyrights {
  font-size: 10px;
  text-transform: uppercase; }
.copyrights p {
    letter-spacing: 0.16em; }
/* ------------------------------------------------------------ *\
	Credit card
\* ------------------------------------------------------------ */
.credit-card {
  max-width: 380px;
  padding: 12px 16px 32px 20px;
  border-radius: 5px;
  background-color: #fff; }
.credit-card .credit-card__logo {
    margin-bottom: 8px;
    text-align: right; }
.credit-card .credit-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 41px; }
.credit-card .credit-card__field {
    max-width: 68px;
    padding: 0;
    color: #1D1C1C;
    font-size: 24px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .credit-card .credit-card__field {
        font-size: 20px; } }
.credit-card .credit-card__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
.credit-card .credit-card__foot h6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0.01em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .credit-card .credit-card__foot h6 {
        font-size: 14px; } }
.credit-card .credit-card__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px; }
.credit-card .credit-card__aside p {
    margin: 0 30px 0 0;
    color: rgba(0, 0, 0, 0.38);
    line-height: 1.6;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 0.15em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .credit-card .credit-card__aside p {
        margin-right: 20px;
        font-size: 8px; } }
.credit-card .credit-card__date {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px; }
.credit-card .credit-card__date .credit-card__field {
    max-width: 20px;
    font-size: 18px; }
.credit-card .credit-card__date span {
    position: absolute;
    bottom: calc(100% - 6px);
    right: 5px;
    color: rgba(0, 0, 0, 0.38);
    line-height: 1.6;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 0.15em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .credit-card .credit-card__date span {
        font-size: 8px; } }
/* ------------------------------------------------------------ *\
	Custom Select
\* ------------------------------------------------------------ */
.custom-select {
  position: relative; }
.custom-select label {
    position: absolute;
    top: 16px;
    left: 17px;
    z-index: 1;
    color: rgba(0, 0, 0, 0.6);
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    pointer-events: none;
    opacity: 0; }
.custom-select.is-chosen label {
  opacity: 0; }
.custom-select--small label {
  top: 20px;
  font-size: 14px; }
.custom-select--small .ui-selectmenu-button.ui-button,
.custom-select--small .ui-selectmenu-menu .ui-menu-item-wrapper {
  font-size: 14px; }
/* ------------------------------------------------------------ *\
	Dropdown State
\* ------------------------------------------------------------ */
.dropdown-state {
  position: relative;
  color: #5740B2; }
.dropdown-state:hover > ul {
    opacity: 1;
    pointer-events: all; }
.dropdown-state a {
    display: block;
    text-decoration: none; }
.dropdown-state > a {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
.dropdown-state > a:hover .ico-chevron-down {
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px); }
.dropdown-state > a .ico-chevron-down {
    margin-left: 7px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.dropdown-state > ul {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
    width: 100vw;
    max-width: 258px;
    padding: 10px 0 15px;
    border: 1px solid #5740B2;
    opacity: 0;
    -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: #fff;
    list-style: none;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.dropdown-state > ul a {
    padding: 10px 31px 9px;
    font-size: 18px;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s; }
.dropdown-state > ul a:hover {
    background-color: #5740B2;
    color: #fff; }
/* ------------------------------------------------------------ *\
	Event
\* ------------------------------------------------------------ */
.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.event h5 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 24px;
    letter-spacing: 0.006em; }
@media (max-width: 1023px) {
      .event h5 {
        padding-bottom: 12px;
        margin-bottom: 26px;
        line-height: 1.36; } }
.event h5:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: url(../images/temp/lines-horizontal-white.png); }
.event h5 a {
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
.event h5 a:hover {
    color: #007DC3; }
.event p {
    font-size: 12px;
    letter-spacing: 0.03em; }
@media (max-width: 1023px) {
    .event p span {
      display: block;
      margin-bottom: 8px; } }
.event .event__image {
    position: relative;
    display: block;
    margin-bottom: 15px;
    background-size: cover;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.event .event__image:hover {
    opacity: .8; }
.event .event__image:before {
    content: '';
    display: block;
    padding-top: 49.8%; }
@media (max-width: 1023px) {
      .event .event__image:before {
        padding-top: 65.8%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .event .event__image:before {
        padding-top: 50%; } }
.event .event__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.event .event__labels {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
.event .event__labels {
    list-style: none; }
.event .event__labels li {
    padding: 12px 9px 11px 11px;
    color: #fff;
    background-color: #338376;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
.event .event__labels li:nth-child(2) {
    background-color: #1D1C1C; }
.event .event__actions {
    padding-top: 17px; }
@media (max-width: 1023px) {
      .event .event__actions {
        padding-top: 36px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .event .event__actions {
        padding-top: 6px; } }
.event .event__actions a {
    color: #ED1B2E;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.05em;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
.event .event__actions a:hover {
    color: #007DC3; }
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  width: 100%;
  padding: 16px 17px;
  border: none;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px; }
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Filter Letters
\* ------------------------------------------------------------ */
.filter-letters {
  padding: 20px 38px 18px;
  background: rgba(0, 0, 0, 0.87);
  color: #fff; }
@media (max-width: 1023px) {
    .filter-letters {
      padding-left: 20px;
      padding-right: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .filter-letters {
      padding: 19px 34px 18px;
      margin: 0 -20px;
      overflow-x: auto; } }
.filter-letters ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-transform: uppercase;
    list-style: none;
    min-width: 709px;
    width: 100%; }
.filter-letters li {
    line-height: 46px;
    font-size: 24px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
@media (max-width: 1023px) {
      .filter-letters li {
        font-size: 21px; } }
.filter-letters li:hover {
    font-weight: 700;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5); }
.filter-letters li.is-current {
    font-size: 34px;
    font-weight: 700; }
@media (max-width: 1023px) {
      .filter-letters li.is-current {
        font-size: 30px; } }
.filter-letters a {
    text-decoration: none; }
/* ------------------------------------------------------------ *\
	Filters
\* ------------------------------------------------------------ */
.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 30px;
  background-color: rgba(0, 0, 0, 0.87); }
@media (max-width: 1023px) {
    .filters {
      padding-left: 12px;
      padding-right: 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .filters {
      display: block;
      padding: 20px 34px 7px;
      margin: 0 -20px; } }
.filters .filters__label {
    color: #fff;
    font-size: 16px; }
@media (max-width: 1023px) {
      .filters .filters__label {
        font-size: 14px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .filters .filters__label {
        display: none; } }
.filters .filters__controls {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.filters .filters__controls--search:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url(../images/svg/ico-search-gray.svg);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none; }
.filters .filters__controls--date:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(../images/svg/ico-calendar-gray.svg);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none; }
.filters .filters__controls--date select,
  .filters .filters__controls--date input,
  .filters .filters__controls--search select,
  .filters .filters__controls--search input {
    padding-right: 36px; }
.filters .filters__label {
    margin-right: 18px; }
.filters .filters__field {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px; }
.filters .filters__field--label {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    text-transform: uppercase; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .filters .filters__field--label {
        display: none; } }
.filters .filters__field--label .filters__label {
    margin: 0 auto; }
.filters .filters__field--size-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.5%;
            flex: 0 0 20.5%;
    max-width: 20.5%; }
@media (max-width: 1023px) {
      .filters .filters__field--size-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .filters .filters__field--size-1 {
        max-width: 100%; } }
.filters .filters__field--size-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39%;
            flex: 0 0 39%;
    max-width: 39%; }
@media (max-width: 1023px) {
      .filters .filters__field--size-2 {
        -webkit-box-flex: 1;
            -ms-flex: 1 1;
                flex: 1 1;
        max-width: 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .filters .filters__field--size-2 {
        max-width: 100%; } }
.filters .filters__field--size-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.2%;
            flex: 0 0 15.2%;
    max-width: 15.2%; }
@media (max-width: 1023px) {
      .filters .filters__field--size-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        max-width: none; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .filters .filters__field--size-3 {
        max-width: 100%; } }
.filters .filters__field--size-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.5%;
            flex: 0 0 5.5%;
    max-width: 5.5%; }
@media (max-width: 1023px) {
      .filters .filters__field--size-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        max-width: none; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .filters .filters__field--size-4 {
        max-width: 100%; } }
.filters .filters__field--size-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    max-width: 32%; }
@media (max-width: 1199px) {
      .filters .filters__field--size-5 {
        -webkit-box-flex: 1;
            -ms-flex: 1 1;
                flex: 1 1;
        max-width: none; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .filters .filters__field--size-5 {
        max-width: 100%; } }
.filters .filters__field--size-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    max-width: 23%; }
@media (max-width: 1199px) {
      .filters .filters__field--size-6 {
       // -webkit-box-flex: 1;
            //-ms-flex: 1 1;
                //flex: 1 1;
        //max-width: none; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .filters .filters__field--size-6 {
        max-width: 100%; } }
.filters .filters__field--size-7 {
    -webkit-box-flex: 0;
      //  -ms-flex: 0 0 26.6%;
         //   flex: 0 0 26.6%;
   // max-width: 26.6%; }
@media (max-width: 1023px) {
      .filters .filters__field--size-7 {
        -webkit-box-flex: 1;
            -ms-flex: 1 1;
                flex: 1 1;
        max-width: none; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .filters .filters__field--size-7 {
        max-width: 100%; } }
.filters .filters__field--size-8 {
    -webkit-box-flex: 0;
        //-ms-flex: 0 0 28.8%;
            //flex: 0 0 28.8%;
    //max-width: 28.8%; }
@media (max-width: 1023px) {
      .filters .filters__field--size-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        max-width: none; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .filters .filters__field--size-8 {
        max-width: 100%; } }
@media (max-width: 1023px) {
    .filters .filters__field--tablet-1of2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .filters .filters__field--tablet-1of2 {
      max-width: 100%; } }
.filters .filters__field--1of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.6%;
            flex: 0 0 32.6%;
    max-width: 32.6%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .filters .filters__field--1of3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
.filters--primary {
  padding-left: 41px;
  padding-right: 41px; }
@media (max-width: 1199px) {
    .filters--primary {
      padding-left: 20px;
      padding-right: 20px; } }
@media (max-width: 1023px) {
    .filters--primary {
      padding-left: 3px;
      padding-right: 3px; } }
.filters--spacing {
  padding-left: 32px;
  padding-right: 32px; }
@media (max-width: 1023px) {
    .filters--spacing {
      padding-left: 3px;
      padding-right: 3px; } }
.filters--spacing .filters__field {
    padding-left: 17px;
    padding-right: 17px; }
@media (max-width: 1023px) {
      .filters--spacing .filters__field {
        padding-left: 10px;
        padding-right: 10px; } }
.filters--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
@media (max-width: 1023px) {
  .filters--block-tablet {
    display: block; } }
@media (max-width: 1023px) {
  .filters--block-tablet .filters__label {
    display: none; } }
@media (max-width: 1023px) {
  .filters--block-tablet .filters__field + .filters__field {
    margin-top: 20px; } }
@media (max-width: 1023px) {
  .filters--block-tablet .filters__field--size-1 {
    max-width: 100%; } }
@media (max-width: 1023px) {
  .filters--block-tablet .filters__field--size-2 {
    max-width: 100%; } }
@media (max-width: 1023px) {
  .filters--block-tablet .filters__field--size-3 {
    max-width: 100%; } }
@media (max-width: 1023px) {
  .filters--block-tablet .filters__field--size-4 {
    max-width: 100%; } }
@media (max-width: 1023px) {
  .filters--block-tablet .filters__field--size-5 {
    max-width: 100%; } }
@media (max-width: 1023px) {
  .filters--block-tablet .filters__field--size-6 {
    max-width: 100%; } }
@media (max-width: 1023px) {
  .filters--block-tablet .filters__field--size-7 {
    max-width: 100%; } }
@media (max-width: 1023px) {
  .filters--block-tablet .filters__field--size-8 {
    max-width: 100%; } }
@media (max-width: 1023px) {
  .filters--block-tablet .filters__field--1of3 {
    max-width: 100%; } }
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer .footer__title {
  min-height: 40px;
  margin-bottom: 20px;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em; }
@media (max-width: 1023px) {
    .footer .footer__title {
      min-height: 46px;
      margin-bottom: 14px;
      font-size: 18px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__title {
      position: relative;
      min-height: 0;
      padding: 15px 43px 15px 23px;
      margin: 0;
      border-top: 1px solid #5740B2; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__title:after {
    content: '';
    position: absolute;
    top: 23px;
    right: 26px;
    width: 12px;
    height: 8px;
    background-image: url(../images/svg/ico-chevron-down-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__title.is-open:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); } }
.footer a {
  position: relative;
  text-decoration: none; }
.footer ul:not([class]) {
  list-style: none; }
.footer .footer__main {
  padding: 27px 0 24px;
  background-color: #1D1C1C;
  color: #fff; }
@media (max-width: 1023px) {
    .footer .footer__main {
      padding-bottom: 10px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__main {
      padding: 4px 0 0 0; } }
.footer .footer__main ul:not([class]) {
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0.02em; }
.footer_socials{
  padding: 24px !important;
}
.footer_socials ul{
 display
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__main ul:not([class]) {
      display: none; } }
.footer .footer__main .footer__col ul:not([class]) li + li {
  margin-top: 15px; }


@media (max-width: 1023px) {
    .footer .footer__main ul:not([class]) li + li {
      margin-top: 10px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__main ul:not([class]) li + li {
      margin: 0; } }
.footer .footer__main ul:not([class]) a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__main ul:not([class]) a:before {
      display: none; } }
.footer .footer__main ul:not([class]) a:hover:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__main ul:not([class]) a {
    display: block;
    padding: 15px 23px 14px;
    border-top: 1px solid #8684D0;
    background-color: #5740B2;
    color: #fff; } }
.footer .footer__main ul:not([class]) a:hover {
  color: #5740B2; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__main ul:not([class]) a:hover {
      color: #fff; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__main ul:not([class]) a:active {
    background-color: #C5CAE9;
    color: #1D1C1C; } }
.footer .footer__main ul:not([class]) li:first-child a {
  border-top: none; }
.footer .footer__main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media (max-width: 1023px) {
    .footer .footer__main-inner {
      display: block; } }
.footer .footer__cols {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -62px; }
@media (max-width: 1023px) {
    .footer .footer__cols {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: -53px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__cols {
      display: block;
      margin-bottom: -20px; } }
.footer .footer__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding-right: 21px;
  padding-bottom: 79px; }
@media (max-width: 1023px) {
    .footer .footer__col {
      max-width: 17%;
      padding-right: 7px;
      padding-bottom: 46px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__col {
      max-width: 100%;
      padding: 0; } }
.footer .footer__col--full {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
.footer .footer__col:first-child .footer__title {
  border-top: none; }

.footer .footer__aside {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
  max-width: 210px;
  padding-bottom: 18px;
  text-align: right; }


@media (max-width: 1023px) {
    .footer .footer__aside {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: none;
      padding: 53px 0 25px;
      margin-top: 55px;
      text-align: left; } }


@media (max-width: 1023px), screen and (max-width: 1023px) and (orientation: landscape) {
    .footer .footer__aside {
      display: block;
      padding: 39px 24px 47px;
      margin-top: 21px; } }

.footer .footer__aside:before {
  content: '';
  position: absolute;
  top: 0;
  left: -18px;
  bottom: 0;
  width: 12px;
  background-image: url(../images/temp/lines-vertical-white.png); }
@media (max-width: 1023px) {
    .footer .footer__aside:before {
      left: 0;
      bottom: auto;
      width: 100%;
      height: 10px;
      background-image: url(../images/temp/lines-horizontal-white.png); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__aside:before {
      left: 20px;
      right: 20px;
      width: auto; } }
.footer .footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
@media (max-width: 1023px) {
    .footer .footer__info {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__info {
      display: block;
      padding: 39px 20px; } }
.footer .footer__logos {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 16px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__logos {
      margin: 0 0 20px 0; } }
.footer .footer__info p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1; }
.footer .footer__bar {
  padding: 14px 0;
  background-color: #FF6061;
  color: #fff; }
@media (max-width: 1023px) {
    .footer .footer__bar {
      padding: 18px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__bar {
      padding: 18px 36px; } }
.footer .footer__bar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
@media (max-width: 1023px) {
    .footer .footer__bar-inner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__bar-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
.footer .footer__bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em; }
@media (max-width: 1023px) {
    .footer .footer__bar ul {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-bottom: 21px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__bar ul {
      display: block;
      margin-bottom: 44px; } }
.footer .footer__bar ul li + li {
  margin-left: 32px; }
@media (max-width: 1023px) {
    .footer .footer__bar ul li + li {
      margin-left: 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__bar ul li + li {
      margin-left: 0;
      margin-top: 18px; } }
.footer .footer__bar ul a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__bar ul a {
      display: block; } }

.footer .footer__bar ul a:hover {
  color: #5740B2; }
.footer .footer__logo {
  font-size: 10px;
  text-transform: uppercase; }

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__logo {
      margin-top: 19px; } }
.footer .footer__logo span {
  display: inline-block;
  margin-right: 9px;
  letter-spacing: 0.16em; }

@media (max-width: 1023px) {
    .footer .footer__logo span {
      margin-right: 0; } }

@media (max-width: 1023px) {
  .footer .contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    max-width: 46%; } }

@media (max-width: 1023px), screen and (max-width: 1023px) and (orientation: landscape) {
  .footer .contact {
    max-width: 100%; } }

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .shell {
    padding: 0; } }

.footer .footer_contact_logo {
padding: 18px 0 0 10px;
font-size: 12px;
}
/* ------------------------------------------------------------ *\
	Form Bulletine
\* ------------------------------------------------------------ */
.form-bulletine {
  padding: 63px 0 100px; }
.form-bulletine .form__head {
    margin-bottom: 16px; }
@media (max-width: 1199px) {
      .form-bulletine .form__head {
        margin-bottom: 20px; } }
.form-bulletine .form__actions {
    padding-top: 7px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-bulletine .form__body .form__field {
      padding: 26px 17px 5px;
      font-size: 18px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-bulletine .form__body .form__label {
      font-size: 18px; } }
/* ------------------------------------------------------------ *\
	Form Membership
\* ------------------------------------------------------------ */
.form-membership {
  padding: 38px 0 100px; }
@media (max-width: 1023px) {
    .form-membership {
      padding: 40px 0 80px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-membership {
      padding: 22px 0 60px; } }
.form-membership form {
    max-width: 1077px;
    padding-left: 104px; }
@media (max-width: 1023px) {
      .form-membership form {
        max-width: 91.4%;
        padding-left: 61px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-membership form {
        max-width: 100%;
        padding-left: 0; } }
.form-membership .form__section h2,
  .form-membership .form__section h3 {
    margin-bottom: 41px;
    font-weight: 400;
    letter-spacing: 0.007em; }
@media (max-width: 1023px) {
      .form-membership .form__section h2,
      .form-membership .form__section h3 {
        margin-bottom: 31px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-membership .form__section h2,
      .form-membership .form__section h3 {
        margin-bottom: 20px;
        line-height: 1.4; } }
.form-membership .form__section + .form__section {
    margin-top: 60px; }
@media (max-width: 1023px) {
      .form-membership .form__section + .form__section {
        margin-top: 42px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-membership .form__section + .form__section {
        margin-top: 30px; } }
.form-membership .form__info {
    position: relative;
    padding: 0 0 25px 20px;
    margin-top: 60px;
    margin-left: -4px; }
@media (max-width: 1023px) {
      .form-membership .form__info {
        padding-bottom: 18px;
        margin-left: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-membership .form__info {
        padding: 0 0 16px 0; } }
.form-membership .form__info--space {
    margin-top: 81px; }
@media (max-width: 1023px) {
      .form-membership .form__info--space {
        margin-top: 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-membership .form__info--space {
        margin-top: 30px; } }
.form-membership .form__info:before {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    right: 20px;
    bottom: 0;
    opacity: 0.6;
    background-color: #338376; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-membership .form__info:before {
        left: -20px;
        right: 13px; } }
.form-membership .form__info-inner {
    position: relative;
    padding: 30px 27px 43px;
    background-color: #fff; }
@media (max-width: 1023px) {
      .form-membership .form__info-inner {
        padding: 30px 22px 22px 18px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-membership .form__info-inner {
        padding: 32px 16px 13px 14px; } }
.form-membership .form__info h1,
  .form-membership .form__info h2 {
    margin-bottom: 42px;
    color: #5740B2;
    line-height: 1.36; }
@media (max-width: 1023px) {
      .form-membership .form__info h1,
      .form-membership .form__info h2 {
        margin-bottom: 28px;
        line-height: 1.34; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-membership .form__info h1,
      .form-membership .form__info h2 {
        line-height: 1.24; } }
.form-membership .form__info h5 {
    margin-bottom: 41px;
    letter-spacing: 0.008em; }
@media (max-width: 1023px) {
      .form-membership .form__info h5 {
        margin-bottom: 43px;
        letter-spacing: 0.062em; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-membership .form__info h5 {
        margin-bottom: 22px;
        letter-spacing: 0.01em; } }
.form-membership .form__info p {
    margin-bottom: 13px;
    letter-spacing: 0.019em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-membership .form__info p {
        margin-bottom: 11px; } }
.form-membership .form__info ul {
    list-style: none; }
.form-membership .form__info ul li {
    position: relative;
    padding-left: 27px;
    letter-spacing: 0.018em; }
@media (max-width: 1023px) {
      .form-membership .form__info ul li {
        line-height: 1.44; } }
.form-membership .form__info ul li:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 8px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #5740B2; }
.form-membership .form__actions {
    margin-top: 60px;
    text-align: right; }
@media (max-width: 1023px) {
      .form-membership .form__actions {
        margin-top: 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-membership .form__actions {
        margin-top: 20px; } }
.form-membership .form__text {
    margin-top: 36px;
    color: #000;
    font-size: 14px; }
.form-membership .form__progress-bar {
    padding-bottom: 6px; }
@media (max-width: 1023px) {
      .form-membership .form__progress-bar {
        margin-left: -56px;
        margin-right: -60px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-membership .form__progress-bar {
        padding-top: 10px;
        margin: 0;
        overflow-x: auto; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-membership .form__progress-bar .progress-bar__bar,
    .form-membership .form__progress-bar ul {
      width: 703px; } }
/* ------------------------------------------------------------ *\
	Form Personal
\* ------------------------------------------------------------ */
.form-personal {
  padding: 38px 0 40px;
  color: #000; }
@media (max-width: 1023px) {
    .form-personal {
      padding: 53px 0 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-personal {
      padding: 28px 0 15px; } }
.form-personal form {
    max-width: 1077px;
    padding-left: 100px; }
@media (max-width: 1023px) {
      .form-personal form {
        max-width: 100%;
        padding-left: 0; } }
.form-personal .form__section h2,
  .form-personal .form__section h3 {
    margin-bottom: 40px;
    color: currentColor;
    font-weight: 400;
    letter-spacing: 0.007em; }
@media (max-width: 1023px) {
      .form-personal .form__section h2,
      .form-personal .form__section h3 {
        margin-bottom: 31px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-personal .form__section h2,
      .form-personal .form__section h3 {
        margin-bottom: 30px;
        line-height: 1.4; } }
.form-personal .form__section h2.space,
  .form-personal .form__section h3.space {
    margin-bottom: 61px; }
@media (max-width: 1023px) {
      .form-personal .form__section h2.space,
      .form-personal .form__section h3.space {
        margin-bottom: 41px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-personal .form__section h2.space,
      .form-personal .form__section h3.space {
        margin-bottom: 30px; } }
.form-personal .form__section h6 {
    margin-top: 32px;
    margin-bottom: 25px;
    color: currentColor;
    font-weight: 400;
    letter-spacing: 0.009em; }
@media (max-width: 1023px) {
      .form-personal .form__section h6 {
        margin-top: 2px;
        margin-bottom: 27px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-personal .form__section h6 {
        margin-top: 12px;
        margin-bottom: 24px;
        line-height: 1.4;
        letter-spacing: -0.01em; } }
.form-personal .form__section h6.space--primary {
    margin-top: 26px; }
@media (max-width: 1023px) {
      .form-personal .form__section h6.space--primary {
        margin-top: 7px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-personal .form__section h6.space--primary {
        margin-top: 20px; } }
.form-personal .form__section h6.space--secondary {
    margin-top: 44px; }
@media (max-width: 1023px) {
      .form-personal .form__section h6.space--secondary {
        margin-top: 39px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-personal .form__section h6.space--secondary {
        margin-top: 10px;
        margin-bottom: 14px; } }
@media (max-width: 1023px) {
    .form-personal .form__section > p {
      margin-bottom: 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-personal .form__section > p {
      line-height: 1.44; } }
.form-personal .form__section > p > a {
    color: #5740B2; }
.form-personal .form__section {
    padding-bottom: 59px; }
@media (max-width: 1023px) {
      .form-personal .form__section {
        padding-bottom: 35px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-personal .form__section {
        padding-bottom: 28px; } }
.form-personal .form__section + .form__section {
    position: relative;
    padding-top: 70px; }
@media (max-width: 1023px) {
      .form-personal .form__section + .form__section {
        padding-top: 53px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-personal .form__section + .form__section {
        padding-top: 40px; } }
.form-personal .form__section + .form__section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background-image: url(../images/temp/lines-horizontal-purple.png);
    background-size: contain; }
.form-personal .form__files {
    max-width: 459px;
    margin-top: 62px;
    color: #000;
    font-size: 18px;
    list-style: none; }
@media (max-width: 1023px) {
      .form-personal .form__files {
        margin-top: 52px;
        margin-bottom: 14px;
        font-size: 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-personal .form__files {
        margin-top: 34px; } }
.form-personal .form__files li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    letter-spacing: 0.01em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-personal .form__files li {
        letter-spacing: -0.01em; } }
.form-personal .form__files li + li {
    margin-top: 33px; }
@media (max-width: 1023px) {
      .form-personal .form__files li + li {
        margin-top: 36px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-personal .form__files li + li {
        margin-top: 24px; } }
.form-personal .form__files a {
    color: #5740B2;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.05em; }
.form-personal .form__files a svg {
    display: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-personal .form__files a svg {
        display: block; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-personal .form__files a span {
      display: none; } }
.form-personal .form__info {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 60px; }
@media (max-width: 1023px) {
      .form-personal .form__info {
        padding-bottom: 20px;
        margin-bottom: 43px; } }
.form-personal .form__info:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    bottom: 0;
    right: 77px;
    background-color: #338376;
    opacity: .6; }
@media (max-width: 1023px) {
      .form-personal .form__info:before {
        top: 13px;
        right: 30px; } }
.form-personal .form__info-inner {
    position: relative;
    max-width: 92%;
    padding: 31px 33px 47px;
    margin-left: auto;
    background-color: #fff; }
@media (max-width: 1023px) {
      .form-personal .form__info-inner {
        max-width: 96.5%;
        padding-left: 38px;
        padding-bottom: 42px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-personal .form__info-inner {
        padding: 16px; } }
.form-personal .form__info h1,
  .form-personal .form__info h2 {
    margin-bottom: 29px;
    color: #5740B2;
    font-weight: 300;
    letter-spacing: 0; }
.form-personal .form__info p {
    color: #1D1C1C;
    font-size: 18px;
    letter-spacing: 0.01em; }
@media (max-width: 1023px) {
      .form-personal .form__info p {
        font-size: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-personal .form__info p {
        font-size: 16px; } }
.form-personal .form__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-personal .form__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-personal .form__actions a,
    .form-personal .form__actions button {
      margin-bottom: 18px; } }
.form-personal .form__lead {
    margin-top: 45px;
    margin-bottom: 30px;
    color: #000;
    font-size: 18px; }
@media (max-width: 1023px) {
      .form-personal .form__lead {
        margin-top: 42px;
        margin-bottom: 22px;
        line-height: 1.34;
        font-size: 16px; } }
.form-personal .form__message {
    margin-top: 37px; }
@media (max-width: 1023px) {
      .form-personal .form__message {
        margin-top: 16px; } }
.form-personal .form__tabs .tabs__head {
    margin-bottom: 20px; }
.form-personal .form__checks ul {
    margin-bottom: 10px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-personal .form__checks ul {
        margin-bottom: 20px; } }
.form-personal .form__checks--primary {
    margin-bottom: 25px; }
.form-personal .form__radios {
    margin-bottom: 20px; }
.form-personal .form__radios--alt {
    margin-bottom: 40px; }
.form-personal .form__radios li + li {
    margin-top: 14px; }
@media (max-width: 1199px) {
    .form-personal form .form__row + .form__row {
      margin-top: 0; } }
@media (max-width: 1199px) {
    .form-personal form .form__col {
      margin-bottom: 0; } }
@media (max-width: 1199px) {
    .form-personal form .form__select,
    .form-personal form .form__controls {
      margin-bottom: 25px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-personal form .form__select,
    .form-personal form .form__controls {
      margin-bottom: 16px; } }
.form-personal .form__row:last-child .form__controls {
    margin-bottom: 0; }
@media (max-width: 1023px) {
    .form-personal .form__row:last-child .form__col:last-child .form__controls {
      margin-bottom: 0; } }
/* ------------------------------------------------------------ *\
	Form Registration
\* ------------------------------------------------------------ */
.form-registration {
  padding: 37px 0 100px; }
@media (max-width: 1023px) {
    .form-registration {
      padding: 20px 0 60px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-registration {
      padding: 9px 0 128px; } }
.form-registration .form__time {
    margin-bottom: 16px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__time {
        margin-bottom: 10px; } }
.form-registration .form__time p {
    letter-spacing: 0.15em; }
.form-registration .form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.form-registration .form__main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    max-width: 880px; }
.form-registration .form__main--negative {
    margin-top: -40px; }
@media (max-width: 1023px) {
      .form-registration .form__main--negative {
        margin-top: -30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__main--negative {
        margin-top: -15px; } }
.form-registration .form__main--negative .form__head {
    margin-top: 40px; }
@media (max-width: 1023px) {
      .form-registration .form__main--negative .form__head {
        margin-top: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__main--negative .form__head {
        margin-top: 15px; } }
.form-registration .form__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    max-width: 280px;
    margin-left: 20px; }
@media (max-width: 1023px) {
      .form-registration .form__aside {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 253px;
                flex: 0 0 253px;
        max-width: 253px;
        margin-right: -30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__aside {
        display: none; } }
.form-registration .form__head {
    padding: 30px 44px 0;
    margin-top: 40px;
    background-color: #fff; }
@media (max-width: 1023px) {
      .form-registration .form__head {
        padding: 29px 19px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__head {
        padding: 25px 14px 0; } }
.form-registration .form__head--accordion {
    pointer-events: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__head--accordion {
        padding-bottom: 7px;
        pointer-events: all; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-registration .form__head--accordion h5 {
      position: relative;
      padding-bottom: 15px;
      border-bottom: 1px solid #ED1B2E; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-registration .form__head--accordion h5:after {
      content: '';
      position: absolute;
      top: 8px;
      right: 7px;
      width: 11px;
      height: 7px;
      background-image: url(../images/svg/ico-chevron-down-red.svg);
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-registration .form__head--accordion + .form__body {
      display: none; } }
.form-registration .form__head--accordion.is-open h5:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
.form-registration .form__head p {
    margin-top: 16px; }
@media (max-width: 1023px) {
      .form-registration .form__head p {
        margin-top: 26px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__head p {
        margin-top: 22px;
        line-height: 1.44; } }
.form-registration .form__body {
    padding: 37px 44px 50px;
    background-color: #fff; }
@media (max-width: 1023px) {
      .form-registration .form__body {
        padding: 26px 19px 48px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__body {
        padding: 15px 13px 43px; } }
.form-registration .form__body + .form__head {
    margin-top: 40px; }
@media (max-width: 1023px) {
      .form-registration .form__body + .form__head {
        margin-top: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__body + .form__head {
        margin-top: 15px; } }
.form-registration .form__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 24px;
    margin-top: 40px; }
@media (max-width: 1023px) {
      .form-registration .form__actions {
        margin-top: 32px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__actions {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 4;
        display: block;
        width: 100%;
        padding: 15px 20px 12px;
        background-color: #fff; } }
.form-registration .form__actions--right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.form-registration .form__actions-total {
    display: none;
    min-height: 19px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 300;
    text-align: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__actions-total {
        display: block; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-registration .form__actions .form__link {
      display: none; } }
.form-registration .form__link {
    display: inline-block;
    color: #5740B2;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.05em; }
.form-registration .form__controls {
    margin-bottom: 39px; }
@media (max-width: 1023px) {
      .form-registration .form__controls {
        margin-bottom: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__controls {
        margin-bottom: 29px; } }
.form-registration .form__controls--small-padding {
    margin-bottom: 28px; }
.form-registration .form__controls--xsmall-padding {
    margin-bottom: 18px; }
.form-registration .form__select {
    position: relative; }
.form-registration .form__checkboxes {
    margin-bottom: 19px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__checkboxes {
        margin-bottom: 12px; } }
.form-registration .form__divider {
    display: block;
    width: 100%;
    height: 2px;
    margin: -4px 0 41px;
    background-color: #ED1B2E; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__divider {
        height: 1px;
        margin: 0px 0 19px; } }
.form-registration .form__divider--tablet {
    display: none; }
@media (max-width: 1023px) {
      .form-registration .form__divider--tablet {
        display: block; } }
.form-registration .form__tabs .tabs__head {
    margin-bottom: 20px; }
.form-registration .form__tabs--space .tabs__head {
    margin-top: 40px; }
@media (max-width: 1023px) {
      .form-registration .form__tabs--space .tabs__head {
        margin-top: 30px; } }
.form-registration .form__invoice {
    margin-top: 40px; }
.form-registration .form__question {
    font-size: 16px;
    letter-spacing: 0.032em; }
@media (max-width: 1023px) {
      .form-registration .form__question {
        font-size: 14px;
        letter-spacing: 0.02em; } }
.form-registration .form__sector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 45px 21px;
    background-color: #fff; }
@media (max-width: 1023px) {
      .form-registration .form__sector {
        padding: 7px 21px 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__sector {
        padding: 7px 21px 19px 14px; } }
.form-registration .form__sector + .form__sector .form__sector-content,
  .form-registration .form__sector + .form__sector .form__sector-dropdown {
    border-top: 1px solid #ED1B2E; }
.form-registration .form__sector.disabled {
    color: rgba(29, 28, 28, 0.4);
    pointer-events: none; }
.form-registration .form__sector.disabled .form__sector-content p span {
    color: rgba(29, 28, 28, 0.4); }
.form-registration .form__sector-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding-top: 22px;
    padding-right: 40px; }
@media (max-width: 1023px) {
    .form-registration .form__sector-content h5 {
      margin-bottom: 10px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-registration .form__sector-content h5 {
      margin-bottom: 13px; } }
.form-registration .form__sector-content p {
    margin-bottom: 16px;
    font-size: 16px; }
@media (max-width: 1023px) {
      .form-registration .form__sector-content p {
        margin-bottom: 10px;
        font-size: 14px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__sector-content p {
        margin-bottom: 16px; } }
.form-registration .form__sector-content p:last-child {
    margin-bottom: 0; }
.form-registration .form__sector-content p span {
    margin-left: 7px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px; }
@media (max-width: 1023px) {
      .form-registration .form__sector-content p span {
        margin-left: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__sector-content p span {
        display: block;
        margin-left: 0;
        margin-top: 5px; } }
.form-registration .form__sector-content .form__sector-text {
    font-size: 12px;
    letter-spacing: 0.034em; }
.form-registration .form__sector-dropdown {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88px;
            flex: 0 0 88px;
    max-width: 88px;
    padding-top: 26px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__sector-dropdown {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 76px;
                flex: 0 0 76px;
        max-width: 76px; } }
.form-registration .form__confirmation {
    position: relative;
    max-width: 90.6%;
    padding: 32px 41px 51px;
    margin-left: auto;
    background-color: #fff;
    color: #1D1C1C; }
@media (max-width: 1023px) {
      .form-registration .form__confirmation {
        max-width: 87%;
        padding: 28px 24px 44px 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__confirmation {
        max-width: none;
        padding: 28px 13px 35px;
        margin-right: -20px; } }
.form-registration .form__confirmation h1,
  .form-registration .form__confirmation h2 {
    color: #5740B2; }
@media (max-width: 1023px) {
      .form-registration .form__confirmation h1,
      .form-registration .form__confirmation h2 {
        margin-bottom: 17px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__confirmation h1,
      .form-registration .form__confirmation h2 {
        margin-bottom: 30px; } }
.form-registration .form__confirmation h6 {
    margin-bottom: 38px;
    color: currentColor;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.009em; }
@media (max-width: 1023px) {
      .form-registration .form__confirmation h6 {
        margin-bottom: 22px;
        line-height: 1.6;
        font-size: 18px; } }
.form-registration .form__foot {
    padding: 44px 47px 0;
    font-size: 12px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__foot {
        padding: 23px 16px 0; } }
.form-registration .form__foot p {
    margin-bottom: 18px;
    letter-spacing: 0.033em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration .form__foot p {
        margin-bottom: 16px;
        line-height: 1.4; } }
.form-registration .form__foot p:last-child {
    margin-bottom: 0; }
.form-registration .form__foot a {
    color: #017dc3; }
.form-registration .form__row:last-child .form__controls {
    margin-bottom: 0; }
@media (max-width: 1023px) {
      .form-registration .form__row:last-child .form__controls {
        margin-bottom: 29px; } }
@media (max-width: 1023px) {
    .form-registration .form__row:last-child .form__col:last-child .form__controls {
      margin-bottom: 0; } }
.form-registration form .form__row + .form__row {
    margin-top: 0; }
.form-registration form .form__col {
    margin-bottom: 0; }
.form-registration--confirmation {
  padding-top: 67px; }
@media (max-width: 1023px) {
    .form-registration--confirmation {
      padding-top: 48px;
      padding-bottom: 80px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-registration--confirmation {
      padding-top: 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-registration--confirmation .form__inner {
      display: block;
      padding-top: 20px; } }
.form-registration--confirmation .form__main {
    position: relative; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration--confirmation .form__main {
        margin-bottom: 29px; } }
.form-registration--confirmation .form__main:before {
    content: '';
    position: absolute;
    top: 81px;
    bottom: 0;
    left: 0;
    width: 54.4%;
    background-color: #8684D0; }
@media (max-width: 1023px) {
      .form-registration--confirmation .form__main:before {
        top: 30px;
        bottom: 72px;
        width: 91.2%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form-registration--confirmation .form__main:before {
        top: -20px;
        left: -20px;
        bottom: 25px;
        width: 97vw; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-registration--confirmation .form__aside {
      display: block;
      max-width: 100%;
      margin: 0; } }
.form-registration--confirmation .form__actions {
    margin-top: 40px; }
@media (max-width: 1023px) {
      .form-registration--confirmation .form__actions {
        margin-top: 80px; } }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form .form__hint {
  display: inline-block;
  margin: 7px 0 0 16px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  letter-spacing: 0.03em; }
.form .form__hint--medium {
  font-size: 14px;
  line-height: 1.76;
  margin-top: 3px;
  letter-spacing: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__hint--medium {
      font-size: 12px; } }
.form .form__asterisk {
  color: #FF0F3E; }
.form .form__controls--search:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 15px;
  width: 18px;
  height: 18px;
  background-image: url(../images/svg/ico-search-gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none; }
.form .form__controls--search-purple:after {
  background-image: url(../images/svg/ico-search-purple.svg); }
.form .form__controls--date:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 9px;
  width: 24px;
  height: 24px;
  background-image: url(../images/svg/ico-calendar-gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none; }
.form .form__controls--date select,
.form .form__controls--date input,
.form .form__controls--search select,
.form .form__controls--search input {
  padding-right: 36px; }
.form .form__row + .form__row {
  margin-top: 25px; }
.form .form__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px; }
@media (max-width: 1023px) {
  .form .form__cols--tablet-block {
    display: block; } }
.form .form__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 0 10px; }
@media (max-width: 1199px) {
    .form .form__col {
      margin-bottom: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__col {
      margin-bottom: 19px; } }
@media (max-width: 1023px) {
  .form .form__col--tablet-1of1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__col--mobile-1of1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }
.form .form__col--1of2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__col--1of2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
.form .form__col--1of4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }
@media (max-width: 1023px) {
    .form .form__col--1of4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
      max-width: 33.33%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__col--1of4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
.form .form__col--1of5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }
@media (max-width: 1023px) {
    .form .form__col--1of5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__col--1of5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
.form .form__col--1of5-tablet-size-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }
@media (max-width: 1023px) {
    .form .form__col--1of5-tablet-size-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 17%;
              flex: 0 0 17%;
      max-width: 17%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__col--1of5-tablet-size-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60%;
              flex: 0 0 60%;
      max-width: 60%; } }
.form .form__col--1of5-mobile-size-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }
@media (max-width: 1023px) {
    .form .form__col--1of5-mobile-size-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__col--1of5-mobile-size-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60%;
              flex: 0 0 60%;
      max-width: 60%; } }
.form .form__col--3of5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__col--3of5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
.form .form__col--size-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.7%;
          flex: 0 0 16.7%;
  max-width: 16.7%; }
@media (max-width: 1199px) {
    .form .form__col--size-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__col--size-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
.form .form__col--size-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%; }
@media (max-width: 1199px) {
    .form .form__col--size-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 56%;
              flex: 0 0 56%;
      max-width: 56%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__col--size-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
.form .form__col--size-2-tablet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%; }
@media (max-width: 1023px) {
    .form .form__col--size-2-tablet {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 42%;
              flex: 0 0 42%;
      max-width: 42%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__col--size-2-tablet {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
.form .form__col--size-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  max-width: 22%; }
@media (max-width: 1023px) {
    .form .form__col--size-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
.form .form__col--size-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 156px;
          flex: 0 0 156px;
  max-width: 156px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__col--size-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
@media (max-width: 1023px) {
  .form .form__col--1of2-tablet {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__col--1of2-tablet {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }
@media (max-width: 1023px) {
  .form .form__cols--tablet-block .form__col--1of2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }
@media (max-width: 1023px) {
  .form .form__cols--tablet-block .form__col--1of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }
@media (max-width: 1023px) {
  .form .form__cols--tablet-block .form__col--size-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }
@media (max-width: 1023px) {
  .form .form__cols--tablet-block .form__col--size-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }
.form--animate .form__controls {
  position: relative; }
.form--animate .form__label {
  position: absolute;
  top: 20px;
  left: 17px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-transition: font-size 0.3s, -webkit-transform 0.3s;
  transition: font-size 0.3s, -webkit-transform 0.3s;
  -o-transition: font-size 0.3s, transform 0.3s;
  transition: font-size 0.3s, transform 0.3s;
  transition: font-size 0.3s, transform 0.3s, -webkit-transform 0.3s; }
.form--animate .form__controls--date .form__field {
  padding-top: 26px;
  padding-bottom: 10px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px; }
.form--animate .form__select.is-chosen label {
  opacity: 1;
  -webkit-transition: font-size 0.3s, -webkit-transform 0.3s;
  transition: font-size 0.3s, -webkit-transform 0.3s;
  -o-transition: font-size 0.3s, transform 0.3s;
  transition: font-size 0.3s, transform 0.3s;
  transition: font-size 0.3s, transform 0.3s, -webkit-transform 0.3s; }
.form--animate .form__select.is-chosen label,
.form--animate .form__controls.is-full .form__label {
  -webkit-transform: translateY(-9px);
      -ms-transform: translateY(-9px);
          transform: translateY(-9px);
  font-size: 12px; }
.form--animate .form__select .ui-selectmenu-button.ui-button {
  padding: 25px 17px 10px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px; }
.form--animate .form__select .ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon {
  margin-top: -4px; }
.form--animate .form__select.is-chosen .ui-selectmenu-button.ui-button,
.form--animate .form__controls.is-full .form__field {
  border-color: rgba(0, 0, 0, 0.38); }
.form--animate .form__field {
  padding: 26px 17px 10px;
  border-bottom: 2px solid transparent;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s; }
.form--animate .form__select:hover .ui-selectmenu-button.ui-button,
.form--animate .form__field:hover {
  background-color: #EBEBEB;
  border-color: rgba(0, 0, 0, 0.38); }
.form--animate .form__select.disabled {
  pointer-events: none; }
.form--animate .form__select.disabled .ui-selectmenu-button.ui-button,
.form--animate .form__field.disabled {
  background-color: rgba(0, 0, 0, 0.08);
  opacity: 0.2;
  pointer-events: none; }
.form--animate .form__select.disabled label,
.form--animate .form__select.disabled ~ .form__hint,
.form--animate .form__select.disabled ~ .form__label,
.form--animate .form__field.disabled,
.form--animate .form__field.disabled ~ .form__hint,
.form--animate .form__field.disabled ~ .form__label {
  color: rgba(0, 0, 0, 0.38);
  pointer-events: none; }
.form--animate .form__field.error {
  border-color: #ED1B2E; }
.form--animate .form__field.error--text ~ .form__hint,
.form--animate .form__field.error ~ .form__label {
  color: #ED1B2E; }
.form--animate .form__row h6 {
  margin-bottom: 25px;
  color: currentColor;
  font-weight: 400;
  letter-spacing: 0.009em; }
.form--animate .form__radios li + li {
  margin-top: 14px; }
.formtable .form p {
  display: contents;
}
.formtable .form .radio input {
position: relative;
    top: auto;
    left: auto;
    opacity: 100;
    pointer-events: auto;
}

/* ------------------------------------------------------------ *\
	Gallery
\* ------------------------------------------------------------ */
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.gallery .gallery__item {
    position: relative;
    background-size: cover;
    min-height: 500px;
    max-width: 740px;
    width: 100%; }
@media (max-width: 1023px) {
      .gallery .gallery__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 677px;
                flex: 0 0 677px;
        max-width: 677px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .gallery .gallery__item {
        min-height: 200px; } }
.gallery .gallery__item + .gallery__item {
    margin-left: 22px; }
.gallery .gallery__item--fluid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
.gallery .gallery__item--medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 780px;
            flex: 0 0 780px;
    max-width: 780px; }
@media (max-width: 1023px) {
      .gallery .gallery__item--medium {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 677px;
                flex: 0 0 677px;
        max-width: 677px; } }
.gallery .gallery__item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.gallery--align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
/* ------------------------------------------------------------ *\
	Goal
\* ------------------------------------------------------------ */
.goal {
  position: relative;
  padding-top: 30px; }
.goal:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 30px;
    width: 180px;
    background-color: #ED1B2E; }
.goal .goal__inner {
    position: relative;
    max-width: 87%;
    padding: 39px 38px 14px;
    margin-left: auto;
    background-color: #fff; }
@media (max-width: 1023px) {
      .goal .goal__inner {
        max-width: 92%;
        padding: 20px 15px 14px; } }
.goal .goal__head {
    position: relative;
    padding-bottom: 29px;
    margin-bottom: 20px; }
.goal .goal__head:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 13px;
    background-image: url(../images/temp/lines-horizontal-gray-1.png);
    background-size: cover;
    background-repeat: repeat-x; }
.goal .goal__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .goal .goal__body {
        display: block; } }
.goal .goal__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding-right: 15px;
    color: #1D1C1C;
    font-size: 12px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .goal .goal__content {
        padding: 0;
        margin-bottom: 20px; } }
.goal .goal__content p {
    letter-spacing: 0.035em; }
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
  /*  Grid col 1of4  */
  /*  Grid col size 1  */
  /*  Grid col size 2  */
  /*  Grid col size 3  */
  /*  Grid col size 4  */
  /*  Grid col size 5  */ }
.grid .grid__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    max-width: 100%;
    padding: 0 10px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .grid .grid__col {
        margin-bottom: 20px; } }
.grid .grid__col--1of2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
.grid .grid__col--1of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .grid .grid__col--1of3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
.grid .grid__col--1of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .grid .grid__col--1of4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
.grid .grid__col--size-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60.4%;
            flex: 0 0 60.4%;
    max-width: 60.4%; }
@media (max-width: 1023px) {
      .grid .grid__col--size-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.4%;
                flex: 0 0 58.4%;
        max-width: 58.4%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .grid .grid__col--size-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 242px;
                flex: 0 0 242px;
        max-width: 242px; } }
.grid .grid__col--size-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.5%;
            flex: 0 0 34.5%;
    max-width: 34.5%; }
@media (max-width: 1023px) {
      .grid .grid__col--size-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.6%;
                flex: 0 0 41.6%;
        max-width: 41.6%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .grid .grid__col--size-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 242px;
                flex: 0 0 242px;
        max-width: 242px; } }
.grid .grid__col--size-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.4%;
            flex: 0 0 58.4%;
    max-width: 58.4%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .grid .grid__col--size-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 242px;
                flex: 0 0 242px;
        max-width: 242px; } }
.grid .grid__col--size-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.5%;
            flex: 0 0 34.5%;
    max-width: 34.5%; }
.grid .grid__col--size-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%; }
@media (max-width: 1023px) {
      .grid .grid__col--size-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.33%;
                flex: 0 0 41.33%;
        max-width: 41.33%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .grid .grid__col--size-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 242px;
                flex: 0 0 242px;
        max-width: 242px; } }
.grid--large {
  margin: 0 -30px; }
@media (max-width: 1199px) {
    .grid--large {
      margin: 0 -11px; } }
.grid--large .grid__col {
    padding: 0 30px; }
@media (max-width: 1199px) {
      .grid--large .grid__col {
        padding: 0 11px; } }
.grid--align-left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid--mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding: 0 20px;
    margin: 0 -5px;
    overflow-y: hidden;
    overflow-x: auto; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid--mobile .grid__col {
    padding: 0 5px; } }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 0 0;
  background-color: #fff;
  z-index: 999; }
@media (max-width: 1023px) {
    .header {
      position: fixed;
      padding: 25px 0 15px;
      -webkit-transition: padding 0.3s;
      -o-transition: padding 0.3s;
      transition: padding 0.3s; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header {
      padding: 29px 0 15px; } }
@media (max-width: 1023px) {
    .header.is-sticky {
      padding: 15px 0; } }
.header .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 1023px) {
      .header .header__inner {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
.header .header__aside {
    padding-top: 8px; }
@media (max-width: 1023px) {
      .header .header__aside {
        padding-top: 0; } }
.header .header__main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
@media (max-width: 1023px) {
      .header .header__main {
        padding: 0 6px 8px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__main {
        padding: 0; } }
.header .header__main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    background-color: #fff;
    width: 100vw;
    height: 100%;
    display: none; }
.header .header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #5740B2; }
.header .header__account {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 207px;
            flex: 0 0 207px;
    max-width: 207px;
    padding: 0 2px 0 28px;
    border-left: 3px solid #5740B2;
    margin-left: 33px; }
@media (max-width: 1023px) {
      .header .header__account {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        max-width: none;
        padding: 0;
        border: none;
        margin: 0 35px 0 33px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__account {
        margin: 0 25px 0 23px; } }
.header .header__search {
    margin-left: 45px; }
@media (max-width: 1023px) {
      .header .header__search {
        margin-left: 39px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__search {
        margin-left: 0; } }
.header .header__search .search__trigger span {
    display: none; }
.header .header__contact,
  .header .header__search-mobile {
    display: none; }
@media (max-width: 1023px) {
      .header .header__contact,
      .header .header__search-mobile {
        display: block; } }
.header__contact {
padding: 0 10px 0 12px;
}
.header .header__nav {
    margin-top: 7px;
    padding-right: 3px; }
@media (max-width: 1023px) {
      .header .header__nav {
        position: fixed;
        top: 100px;
        left: 0;
        right: 0;
        z-index: 99;
        height: calc(100% - 100px);
        width: 100%;
        margin: 0;
        padding: 0;
        opacity: 0;
        pointer-events: none;
        overflow-y: auto;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__nav {
        top: 92px;
        height: calc(100% - 92px); } }
@media (max-width: 1023px) {
    .header .is-sticky .header__nav {
      top: 90px;
      height: calc(100% - 90px); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header .is-sticky .header__nav {
      top: 78px;
      height: calc(100% - 78px); } }
@media (max-width: 1023px) {
    .header .header__nav.is-open {
      opacity: 1;
      pointer-events: all; } }
@media (max-width: 1023px) {
    .header .header__nav.is-open .nav {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }
@media (max-width: 1023px) {
    .header .header__nav-overlay {
      position: fixed;
      top: 100px;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      height: calc(100% - 100px);
      width: 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header .header__nav-overlay {
      top: 92px;
      height: calc(100% - 92px); } }
@media (max-width: 1023px) {
    .header .is-sticky .header__nav-overlay {
      top: 90px;
      height: calc(100% - 90px); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header .is-sticky .header__nav-overlay {
      top: 78px;
      height: calc(100% - 78px); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header .header__dropdown {
      display: none; } }
.header--home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 16;
  padding: 39px 0 21px;
  background-color: transparent; }
@media (max-width: 1023px) {
    .header--home {
      position: fixed;
      padding: 25px 0 15px;
      background-color: #fff;
      -webkit-transition: padding 0.3s;
      -o-transition: padding 0.3s;
      transition: padding 0.3s; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header--home {
      padding: 29px 0 15px; } }
@media (max-width: 1023px) {
    .header--home.is-sticky {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      padding: 15px 0;
      z-index: 999; } }
.header--home .header__inner {
    display: block; }
@media (max-width: 1023px) {
      .header--home .header__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
.header--home:not(.is-sticky) .header__logo {
    position: relative;
    max-width: 203px;
    padding: 13px 14px 12px 11px;
    margin-left: -10px;
    background-color: #fff; }
@media (max-width: 1399px) {
      .header--home:not(.is-sticky) .header__logo {
        margin-left: 0; } }
@media (max-width: 1023px) {
      .header--home:not(.is-sticky) .header__logo {
        z-index: 1;
        max-width: 121px;
        padding: 0;
        background-color: transparent; } }
.header--home .header__logo:before {
    content: '';
    position: absolute;
    top: 48%;
    left: -312px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1163px;
    height: 63px;
    background-image: url(../images/temp/lines-horizontal.png);
    background-repeat: no-repeat;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
@media (max-width: 1023px) {
      .header--home .header__logo:before {
        top: 74px;
        left: -35px;
        z-index: 0; } }
.header--home.is-sticky .header__logo:before {
    opacity: 0; }
.header--home:not(.is-sticky) .header__main {
    position: absolute;
    top: 564px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: calc( 1180px + 15px * 2);
    width: 100%;
    background-color: #fff; }
@media (min-width: 1024px) {
      .header--home:not(.is-sticky) .header__main {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
@media (max-width: 1023px) {
      .header--home:not(.is-sticky) .header__main {
        position: static;
        top: auto;
        left: auto;
        padding: 0 6px 8px 0;
        z-index: 10; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header--home:not(.is-sticky) .header__main {
        padding: 0; } }
.header--home .header__main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    background-color: #fff;
    width: 100vw;
    height: 100%;
    display: block; }
@media (max-width: 1023px) {
      .header--home .header__main:before {
        display: none; } }
.header--home:not(.is-sticky) .header__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 820px;
    padding: 0 17px;
    margin: 0; }
@media (max-width: 1023px) {
      .header--home:not(.is-sticky) .header__nav {
        max-width: none;
        padding: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header--home .header__nav-overlay,
    .header--home .header__nav {
      top: 104px;
      height: calc(100% - 104px); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header--home.is-sticky .header__nav-overlay,
    .header--home.is-sticky .header__nav {
      top: 90px;
      height: calc(100% - 90px); } }
.header--home:not(.is-sticky) .header__nav .nav > ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.header--home:not(.is-sticky) .header__nav .nav > ul > li + li {
    margin-left: 0; }
.header--home:not(.is-sticky) .header__actions {
    padding: 10px 19px 12px 77px;
    border-left: 3px solid #5740B2; }
@media (max-width: 1399px) {
      .header--home:not(.is-sticky) .header__actions {
        padding: 10px 15px; } }
@media (max-width: 1023px) {
      .header--home:not(.is-sticky) .header__actions {
        padding: 0;
        border: none; } }
.header--home .header__account {
    display: none; }
@media (max-width: 1023px) {
      .header--home .header__account {
        display: block; } }
.header--home .header__search {
    margin-left: 56px; }
@media (max-width: 1399px) {
      .header--home .header__search {
        margin-left: 25px; } }
@media (max-width: 1023px) {
      .header--home .header__search {
        margin-left: 39px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header--home .header__search {
        margin-left: 0; } }
.header--home .header__search .search__trigger span {
    display: inline-block; }
@media (max-width: 1023px) {
      .header--home .header__search .search__trigger span {
        display: none; } }
.header--home:not(.is-sticky) .header__dropdown > a .ico-chevron-down {
    margin-left: 27px; }
@media (max-width: 1399px) {
      .header--home:not(.is-sticky) .header__dropdown > a .ico-chevron-down {
        margin-left: 5px; } }
.header--home.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  padding: 15px 0 0; }
.header--home.is-sticky .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.header--home.is-sticky .header__account {
    display: block; }
.header--home.is-sticky .header__search {
    margin-left: 45px; }
.header--home.is-sticky .header__search .search__trigger span {
    display: none; }
.header--home.is-sticky .header__actions {
    padding: 0; }
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  padding: 165px 0 186px;
  color: #fff; }
@media (max-width: 1023px) {
    .hero {
      padding: 100px 0 136px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero {
      padding: 110px 0 120px; } }
.hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 90px;
    background: -o-radial-gradient(49.94% 0%, 100% 100%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 53.29%, rgba(0, 0, 0, 0) 100%);
    background: radial-gradient(100% 100% at 49.94% 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 53.29%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.3; }
.hero .hero__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover; }
.hero .hero__media:after,
  .hero .hero__image:after {
    content: '';
    position: absolute;
    top: 113px;
    left: 0;
    width: 100%;
    height: 376px;
    background: -o-linear-gradient(279.1deg, rgba(196, 196, 196, 0) 22.03%, rgba(0, 0, 0, 0.2) 52.04%, rgba(196, 196, 196, 0) 80.83%);
    background: linear-gradient(170.9deg, rgba(196, 196, 196, 0) 22.03%, rgba(0, 0, 0, 0.2) 52.04%, rgba(196, 196, 196, 0) 80.83%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0.3; }
.hero .hero__image.ON:before{
    background: #000 !important;
    opacity: .5 !important;
}
.hero .hero__media:before,
  .hero .hero__image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 32, 32, 0.15)), color-stop(50%, rgba(32, 32, 32, 0.9)), to(rgba(32, 32, 32, 0.15)));
    background: -o-linear-gradient(top, rgba(32, 32, 32, 0.15) 0%, rgba(32, 32, 32, 0.9) 50%, rgba(32, 32, 32, 0.15) 100%);
    background: linear-gradient(180deg, rgba(32, 32, 32, 0.15) 0%, rgba(32, 32, 32, 0.9) 50%, rgba(32, 32, 32, 0.15) 100%);
    opacity: .4;
    z-index: 1;
    pointer-events: none; }

.hero .hero__imageON:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .4;
    z-index: 1;
    pointer-events: none; }



.hero .hero__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.hero .hero__media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.hero .hero__content {
    position: relative;
    z-index: 2;
    max-width: 660px;
    padding-right: 20px;
    margin: 0 auto;
    font-size: 18px; }
@media (max-width: 1023px) {
      .hero .hero__content {
        padding-left: 37px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__content {
        padding: 0; } }
.hero .hero__content h1 {
    max-width: 540px;
    margin-bottom: 18px;
    letter-spacing: -0.01em; }
@media (max-width: 1023px) {
      .hero .hero__content h1 {
        max-width: 420px;
        margin-bottom: 20px;
        letter-spacing: 0.006em; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__content h1 {
        margin-bottom: 14px; } }
.hero .hero__content p {
    margin-bottom: 0;
    line-height: 1.56;
    letter-spacing: 0.009em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero .hero__entry {
      display: none; } }
.hero .hero__actions {
    padding-top: 6px; }
@media (max-width: 1023px) {
      .hero .hero__actions {
        padding-top: 36px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__actions {
        padding-top: 0; } }
.hero .hero__actions .btn + .btn {
    margin-left: 15px; }
@media (max-width: 460px) {
      .hero .hero__actions .btn + .btn {
        margin-left: 0;
        margin-top: 15px; } }
@media (max-width: 460px) {
    .hero .hero__actions .btn {
      max-width: none; } }
.hero .hero__anchor {
    display: none; }
@media (max-width: 1023px) {
      .hero .hero__anchor {
        position: absolute;
        bottom: 23px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 2;
        display: block; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__anchor {
        bottom: 13px; } }
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
[class*="ico-"] {
  display: inline-block;
  vertical-align: middle; }
.ico-chevron-down {
  width: 12px;
  height: 12px; }
.ico-search {
  width: 18px;
  height: 18px; }
.ico-close-circle {
  width: 24px;
  height: 24px; }
.ico-user {
  width: 16px;
  height: 16px; }
.ico-external-link {
  width: 18px;
  height: 18px; }
.ico-phone {
  width: 18px;
  height: 18px; }
.ico-chevron-down-circle {
  width: 20px;
  height: 20px; }
.ico-triangle-down {
  width: 10px;
  height: 10px; }
.ico-chevron-left,
.ico-chevron-right {
  width: 12px;
  height: 12px; }
.ico-close {
  width: 14px;
  height: 14px; }
.ico-arrow-up {
  width: 15px;
  height: 15px; }
.ico-notification {
  width: 20px;
  height: 20px; }
.ico-share {
  width: 20px;
  height: 20px; }
.ico-facebook {
  width: 20px;
  height: 20px; }
.ico-twitter {
  width: 20px;
  height: 20px; }
.ico-linkedin {
  width: 20px;
  height: 20px; }
.ico-youtube {
  width: 20px;
  height: 20px; }
.ico-flickr {
  width: 20px;
  height: 20px; }
.ico-plus {
  width: 14px;
  height: 14px; }
.ico-download {
  width: 18px;
  height: 18px; }
.ico-arrow-left {
  width: 18px;
  height: 18px; }
.ico-check-circle {
  width: 24px;
  height: 24px; }
.ico-calendar {
  width: 24px;
  height: 24px; }
.ico-upload {
  width: 18px;
  height: 18px; }
.ico-upload-2 {
  width: 18px;
  height: 18px; }
.ico-instagram {
  width: 20px;
  height: 20px; }
/* ------------------------------------------------------------ *\
	Info Box
\* ------------------------------------------------------------ */
.info-box {
  padding: 21px 20px 18px;
  background-color: rgba(0, 0, 0, 0.87);
  color: #fff;
  margin-top: 0px !important; }
.info-box ul {
    position: relative;
    list-style: none; }
.info-box ul li + li {
    margin-top: 11px; }
.info-box ul + ul {
    padding-top: 28px;
    margin-top: 20px; }
.info-box ul + ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    //max-width: 184px;
    height: 7px;
    //width: 100%;
    background-image: url(../images/temp/lines-horizontal-white-2.png);
    //background-repeat: no-repeat; }
.info-box--full-line ul + ul:before {
  max-width: none;
  background-repeat: repeat-x; }
/* ------------------------------------------------------------ *\
	Invoice
\* ------------------------------------------------------------ */
.invoice {
  font-size: 16px; }
.invoice p {
    margin-bottom: 33px;
    font-size: 18px; }
.invoice ul {
    font-size: 16px;
    letter-spacing: 0.032em;
    list-style: none; }
.invoice li + li {
    margin-top: 2px; }
/* ------------------------------------------------------------ *\
	Job
\* ------------------------------------------------------------ */
.job.hidden-el {
  display: none; }
.job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .job {
      position: relative;
      padding-top: 36px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .job:before {
      content: '';
      position: absolute;
      top: 0;
      left: -20px;
      right: 35px;
      bottom: 65px;
      background-color: #9FA8DA; } }
.job .job__image {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26.2%;
            flex: 0 0 26.2%;
    max-width: 26.2%;
    margin-top: 22px;
    margin-right: -60px;
    -webkit-box-shadow: -1px 3px 7px 0px rgba(0, 0, 0, 0.24);
            box-shadow: -1px 3px 7px 0px rgba(0, 0, 0, 0.24);
    overflow: hidden; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .job .job__image {
        min-height: 233px; } }
@media (max-width: 1023px) {
      .job .job__image {
        margin-right: -30px;
        overflow: visible; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .job .job__image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 113px;
                flex: 0 0 113px;
        max-width: 113px;
        margin-top: -15px;
        margin-right: -90px; } }
.job .job__image--full .image_tag_black {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-38%, 40%) rotate(-45deg);
        -ms-transform: translate(-38%, 40%) rotate(-45deg);
            transform: translate(-38%, 40%) rotate(-45deg);
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    padding: 12px 0;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.15em; }
.job .job__labels {
    position: absolute;
    top: 0;
    right: 0;
    list-style: none; }
@media (max-width: 1023px) {
      .job .job__labels {
        top: 100%; } }
.job .job__labels li {
    padding: 10px 9px 10px 11px;
    background-color: #ED1B2E;
    color: #fff;
    line-height: 1.6;
    font-size: 10px;
    text-transform: uppercase;
    text-align: justify;
    letter-spacing: 0.15em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .job .job__labels li {
        display: none; } }
.job .job__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 31px 43px 28px 103px;
    background-color: #FAFAFA; }
@media (max-width: 1023px) {
      .job .job__inner {
        padding: 38px 30px 32px 61px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .job .job__inner {
        position: relative;
        padding: 18px 14px 22px 16px; } }
.job .job__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 29px;
    padding-right: 10px; }
@media (max-width: 1023px) {
      .job .job__head {
        padding-right: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .job .job__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
.job .job__head:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 13px;
    background-image: url(../images/temp/lines-horizontal-gray-1.png);
    background-size: cover;
    background-repeat: repeat-x; }
.job .job__head h4 {
    margin: 0; }
.job .job__head h4 a {
 text-decoration: none;
}
@media (max-width: 1023px) {
      .job .job__head h4 {
        font-size: 24px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .job .job__head h4 {
        font-size: 16px; } }
.job .job__head ul {
    color: #5740B2;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    text-align: right;
    list-style: none; 
    min-width: 106px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .job .job__head ul {
        -ms-flex-item-align: start;
            align-self: flex-start;
        margin-left: 96px;
        margin-bottom: 38px;
        text-align: left; } }
.job .job__head ul li + li {
    margin-top: 7px; }
.job .job__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .job .job__body {
        display: block;
        padding-top: 23px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .job .job__body p {
      display: none; } }
.job .job__content {
    padding-right: 36px; 
    width: 100%}
@media (max-width: 1023px) {
      .job .job__content {
        padding-right: 20px; } }
.job .job__content ul {
    margin-bottom: 21px;
    opacity: .8;
    font-size: 12px;
    letter-spacing: 0.035em;
    list-style: none; }
.job .job__content ul li + li {
    margin-top: 12px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .job .job__content ul li + li {
        margin-top: 16px; } }
.job .job__content .lead {
    margin-bottom: 30px;
    font-size: 12px; }
.job .job__actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 164px;
            flex: 0 0 164px;
    max-width: 164px; }
@media (max-width: 1023px) {
      .job .job__actions {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 164px;
                flex: 0 0 164px;
        max-width: 164px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .job .job__actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
.job .job__actions a + a {
    margin-top: 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .job .job__actions a + a {
        margin-top: 0;
        margin-left: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .job .job__actions a {
      display: inline-block;
      max-width: 142px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .job--mobile-primary {
    padding-top: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .job--mobile-primary:before {
    display: none;
    padding-top: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .job--mobile-primary .job__inner {
    padding-top: 22px; } }
@media (max-width: 1023px) {
  .job--mobile-primary .job__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    max-width: 220px;
    margin-right: -120px;
    overflow: hidden; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .job--mobile-primary .job__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    max-width: 110px;
    margin: 9px -90px 0 0;
    overflow: visible; } }
@media (max-width: 1023px) {
  .job--mobile-primary .job__image--full:before {
    -webkit-transform: translate(-30%, 60%) rotate(-45deg);
        -ms-transform: translate(-30%, 60%) rotate(-45deg);
            transform: translate(-30%, 60%) rotate(-45deg); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .job--mobile-primary .job__image--full:before {
    display: none; } }
@media (max-width: 1023px) {
  .job--mobile-primary .job__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 70px;
    margin-bottom: 70px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .job--mobile-primary .job__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
    margin-left: 85px;
    margin-bottom: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .job--mobile-primary .job__head:after {
    bottom: 29px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .job--mobile-primary .job__head ul {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 0;
    margin-top: 49px;
    margin-left: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .job--mobile-primary .job__body {
    padding-top: 13px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .job--mobile-primary .job__body p.lead {
    display: block;
    margin-bottom: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .job--mobile-primary .job__labels li {
    display: block; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .job--mobile-primary .job__content {
    padding-left: 85px; } }
@media (max-width: 1023px) {
  .job--tablet {
    position: relative;
    padding-top: 36px; } }
@media (max-width: 1023px) {
  .job--tablet:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    right: 35px;
    bottom: 65px;
    background-color: #9FA8DA; } }
.job--tablet .job__image {
  margin-right: -30px;
  overflow: visible; }
@media (max-width: 1023px) {
    .job--tablet .job__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 113px;
              flex: 0 0 113px;
      max-width: 113px;
      margin-top: -15px;
      margin-right: -90px; } }
.job--tablet .job__image--full:before {
  display: none; }
.job--tablet .job__labels {
  top: 100%; }
@media (max-width: 1023px) {
  .job--tablet .job__labels li {
    display: none; } }
.job--tablet .job__inner {
  padding: 38px 20px 32px 61px; }
@media (max-width: 1023px) {
    .job--tablet .job__inner {
      position: relative;
      padding: 18px 14px 22px 16px; } }
.job--tablet .job__head {
  padding-right: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
@media (max-width: 1023px) {
    .job--tablet .job__head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-left: 90px;
      margin-bottom: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .job--tablet .job__head:after {
    bottom: auto;
    top: 25px; } }
.job--tablet .job__head h4 {
  font-size: 24px; }
@media (max-width: 1023px) {
    .job--tablet .job__head h4 {
      font-size: 16px; } }
@media (max-width: 1023px) {
  .job--tablet .job__head ul {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 38px;
    text-align: left; } }
@media (max-width: 1023px) {
  .job--tablet .job__body {
    display: block;
    padding-top: 23px; } }
@media (max-width: 1023px) {
  .job--tablet .job__body p {
    display: none; } }
.job--tablet .job__content {
  padding-right: 20px; }
@media (max-width: 1023px) {
  .job--tablet .job__content ul li + li {
    margin-top: 16px; } }
.job--tablet .job__actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  max-width: 160px; }
@media (max-width: 1023px) {
    .job--tablet .job__actions {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 100%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
@media (max-width: 1023px) {
  .job--tablet .job__actions a + a {
    margin-top: 0;
    margin-left: 15px; } }
@media (max-width: 1023px) {
  .job--tablet .job__actions a {
    display: inline-block;
    max-width: 142px; } }
/* ------------------------------------------------------------ *\
	Linkedin Link
\* ------------------------------------------------------------ */
.linkedin-link {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none; }
@media (max-width: 1023px) {
    .linkedin-link span {
      display: none; } }
/* ------------------------------------------------------------ *\
	List actions
\* ------------------------------------------------------------ */
.list-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 600;
  font-size: 14px;
  color: #5740B2;
  text-transform: uppercase;
  list-style-type: none; }
.list-actions li + li {
    margin-left: 38px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-actions li + li {
        margin-left: 25px; } }
.list-actions a {
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
.list-actions a:hover {
    color: #9FA8DA; }
/* ------------------------------------------------------------ *\
	List Downloads
\* ------------------------------------------------------------ */
.list-downloads {
  color: #000;
  list-style: none;
  letter-spacing: 0.015em; }
.list-downloads a {
    position: relative;
    display: block;
    padding-bottom: 16px;
    text-decoration: none; }
.list-downloads a:hover svg {
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px); }
.list-downloads li svg {
    position: absolute;
    top: 0;
    right: 4px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.list-downloads li + li a {
    padding-top: 21px;
    border-top: 1px solid #ED1B2E; }
.list-downloads li + li svg {
    top: 21px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-downloads li + li svg {
        top: 24px; } }
.list-downloads li:last-child a {
    padding-bottom: 0; }
/* ------------------------------------------------------------ *\
	List External
\* ------------------------------------------------------------ */
.list-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  list-style: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-external {
      display: block; } }
.list-external li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 34px;
    padding-right: 10px;
    line-height: 1.4;
    letter-spacing: 0.034em;
    margin-bottom: 30px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-external li {
        max-width: 100%;
        padding-left: 38px;
        margin-bottom: 15px; } }
.list-external li svg {
    position: absolute;
    top: 0;
    left: 2px; }
/* ------------------------------------------------------------ *\
	List Icons Color
\* ------------------------------------------------------------ */
.list-icons-color {
  color: #1D1C1C;
  font-size: 12px;
  list-style: none; }
.list-icons-color li {
    position: relative;
    padding-left: 42px;
    letter-spacing: 0.032em; }
.list-icons-color li + li {
    margin-top: 30px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-icons-color li + li {
        margin-top: 23px; } }
.list-icons-color li span {
    position: absolute;
    top: -5px;
    left: 0;
    display: inline-block;
    min-width: 24px;
    color: #5740B2;
    text-align: center; }
.list-icons-color a {
    display: inline-block;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
.list-icons-color a:hover {
    color: #5740B2;
    text-decoration: underline; }
/* ------------------------------------------------------------ *\
	List Icons
\* ------------------------------------------------------------ */
.list-icons {
  color: #000;
  list-style: none; }
.list-icons a {
    position: relative;
    display: block;
    padding: 21px 40px 21px 22px;
    border-bottom: 1px solid #ED1B2E;
    background-color: #fff;
    text-decoration: none;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
.list-icons a:hover {
    background-color: #F8E3DC; }
.list-icons a svg {
    position: absolute;
    top: 27px;
    right: 17px; }
.list-icons li + li {
    margin-top: 40px; }
/* ------------------------------------------------------------ *\
	List logos
\* ------------------------------------------------------------ */
.list-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  font-size: 0; }
.list-logos li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
.list-logos li + li {
    margin-left: 15px; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: block;
  max-width: 178px;
  line-height: 0;
  font-size: 0; }
@media (max-width: 1023px) {
    .logo {
      max-width: 121px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .logo {
      max-width: 97px; } }
.logo img {
    position: relative; }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Megamenu
\* ------------------------------------------------------------ */
.megamenu {
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 7;
  //min-height: 564px;
  width: 100vw;
  padding: 48px 10px 20px;
  border-top: 18px solid #ED1B2E;
  opacity: 0;
  background-color: #212020;
  color: #fff;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
@media (max-width: 1023px) {
    .megamenu {
      position: relative;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0);
      display: none;
      min-height: 0;
      width: auto;
      padding: 0;
      border-top: none;
      opacity: 1;
      pointer-events: all; } }
.megamenu a {
    position: relative;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s; }
.megamenu .megamenu__list li a:before {
    content: "";
    position: absolute;
    left: -9px;
    bottom: -12px;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    width: 100%;
    height: 5px;
    background-color: currentColor;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
@media (max-width: 1023px) {
      .megamenu .megamenu__list li a:before {
        display: none; } }
.megamenu .megamenu__list li a:hover:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }
.megamenu .megamenu__list li a:hover {
    font-weight: 700;
    color: #5740B2; }
@media (max-width: 1023px) {
      .megamenu .megamenu__list li a:hover {
        font-weight: 400;
        background-color: #C5CAE9;
        color: #1D1C1C; } }
.megamenu .megamenu__list li a:active {
    font-weight: 700;
    color: #C5CAE9; }
@media (max-width: 1023px) {
      .megamenu .megamenu__list li a:active {
        font-weight: 400;
        background-color: #C5CAE9;
        color: #1D1C1C; } }
.megamenu .megamenu__head {
display: none;
    padding-left: 14px;
    margin-bottom: 33px; }
@media (max-width: 1023px) {
      .megamenu .megamenu__head {
        display: none; } }
.megamenu .megamenu__body {
    padding: 0 6px; }
@media (max-width: 1023px) {
      .megamenu .megamenu__body {
        padding: 0; } }
.megamenu .megamenu__list {
    position: relative; }
@media (max-width: 1023px) {
      .megamenu .megamenu__list {
        margin: 0; } }
.megamenu .megamenu__list:before {
    content: '';
    position: absolute;
    top: 0;
    left: -13px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: currentColor; }
@media (max-width: 1023px) {
      .megamenu .megamenu__list:before {
        display: none; } }
.megamenu .megamenu__list li {
    padding: 0 26px 0 8px;
    margin-bottom: 13px;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: 0.035em; }
@media (max-width: 1023px) {
      .megamenu .megamenu__list li {
        display: none;
        padding: 0;
        border-top: 2px solid #9FA8DA;
        margin-bottom: 0;
        font-size: 14px; } }
@media (max-width: 1023px) {
    .megamenu .megamenu__list li a {
      min-height: 48px;
      padding: 13px 34px;
      background-color: #8684D0;
      color: #1D1C1C; } }
.megamenu .megamenu__list li:first-child {
    //min-height: 40px;
    margin-bottom: 31px;
    font-weight: 700;
    text-transform: uppercase; }
@media (max-width: 1023px) {
      .megamenu .megamenu__list li:first-child {
        display: block;
        min-height: 0;
        border-color: #8684D0;
        margin-bottom: 0;
        font-weight: 400;
        text-transform: none; } }
@media (max-width: 1023px) {
    .megamenu .megamenu__list li:first-child a {
      padding: 13px 34px 13px 21px;
      background-color: #5740B2;
      color: #fff; } }
@media (max-width: 1023px) {
    .megamenu .megamenu__list li:first-child a:after {
      content: '';
      position: absolute;
      top: 19px;
      right: 18px;
      width: 12px;
      height: 8px;
      background-image: url(../images/svg/ico-chevron-down-white.svg);
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; } }
@media (max-width: 1023px) {
    .megamenu .megamenu__list li.is-open a:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); } }
.megamenu .megamenu__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
@media (max-width: 1023px) {
      .megamenu .megamenu__cols {
        display: block; } }
.megamenu .megamenu__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.megamenu .megamenu__col--1of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
@media (max-width: 1023px) {
      .megamenu .megamenu__col--1of4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
@media (max-width: 1023px) {
    .megamenu .shell {
      padding: 0; } }
/* ------------------------------------------------------------ *\
	Member
\* ------------------------------------------------------------ */
.member {
  position: relative;
  display: block;
  padding-top: 1px;
  text-decoration: none; }
.member:hover .member__image {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04); }
.member:before {
    content: '';
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
    bottom: 132px;
    background-color: #ED1B2E; }
.member .member__image {
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    max-width: 88.2%;
    position: relative;
    margin-top: 24px;
    margin-left: auto;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .member .member__image {
        max-width: 91.4%; } }
.member .member__image:before {
    content: '';
    display: block;
    padding-top: 81%; }
.member .member__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.member .member__list {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    list-style: none; }
.member .member__list li {
    display: inline-block;
    padding: 12px 10px 11px;
    background-color: #1D1C1C;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em; }
.member .member__list li:nth-child(even) {
    background-color: #ED1B2E; }
.member .member__content {
    position: relative;
    max-width: 77.5%;
    padding: 25px 20px 22px;
    margin-left: auto;
    margin-top: -51px;
    background-color: #1D1C1C;
    color: #fff; }
@media (max-width: 1023px) {
      .member .member__content {
        padding: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .member .member__content {
        max-width: 81.5%;
        margin-top: -43px; } }
.member .member__content h4 {
    margin-bottom: 15px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .member .member__content h4 {
        font-size: 24px; } }
.member .member__content p {
    font-size: 12px;
    letter-spacing: 0.05em; }
.member .member__divider {
    background-image: url(../images/temp/lines-horizontal-light-gray-13px.png);
    height: 13px;
    margin: -3px 0 21px;
    background-size: contain;
    background-repeat: no-repeat; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .member .member__divider {
        margin-bottom: 10px; } }
.member--small .member__image {
  max-width: 71.5%; }
.member--small .member__image:before {
  padding-top: 90%; }
.member--small .member__content {
  max-width: 89%; }
.member--background-1:before {
  top: 61px;
  bottom: 59px; }
.member--background-2:before {
  top: 120px;
  bottom: 0; }
.member--background-3:before {
  top: 0;
  right: 54px;
  bottom: 120px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .member--background-3:before {
      right: 48px;
      bottom: 78px; } }
.member--background-4:before {
  top: 85px;
  bottom: 4px;
  left: 20px; }
.member--background-4 .member__image {
  margin-right: 30px; }
.member--background-4 .member__content {
  margin-left: 0;
  margin-top: -17px; }
.member--background-5:before {
  top: 85px;
  bottom: 4px;
  left: 40px; }
.member--background-5 .member__image {
  margin-left: 0;
  margin-right: auto; }
.member--background-5 .member__content {
  margin-top: -17px; }
.member--background-6:before {
  top: 0;
  bottom: 74px;
  left: 0px;
  right: 76px; }
.member--background-6 .member__content {
  margin: -17px auto 0; }
.member--background-7:before {
  top: 85px;
  bottom: 38px;
  left: 60px; }
.member--background-7 .member__image {
  margin-right: 30px; }
.member--background-7 .member__content {
  margin-left: 0;
  margin-top: -17px; }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  font-size: 20px;
  letter-spacing: 0.004em; }
@media (max-width: 1023px) {
    .nav {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      max-width: 260px;
      min-height: 100%;
      padding-bottom: 40px;
      margin-left: auto;
      background-color: rgba(0, 0, 0, 0.87);
      color: #fff;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; } }
.nav a {
    display: block;
    text-decoration: none; }
.nav > ul > li > a {
    position: relative;
    padding: 21px 0; }
@media (max-width: 1023px) {
      .nav > ul > li > a {
        padding: 13px 21px;
        border-top: 1px solid #5740B2;
        background-color: #1D1C1C;
        font-size: 18px;
        text-transform: uppercase; } }
@media (max-width: 1023px) {
    .nav > ul > li:first-child > a {
      border-top: 1px solid transparent; } }
.nav > ul > li > a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 8;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 11px 0 11px;
    border-color: #fff transparent transparent transparent;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
@media (max-width: 1023px) {
      .nav > ul > li > a:after {
        display: none; } }
@media (max-width: 1023px) {
    .nav > ul li a:before {
      content: '';
      position: absolute;
      top: 21px;
      right: 18px;
      width: 12px;
      height: 8px;
      background-image: url(../images/svg/ico-chevron-down-white.svg);
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; } }
@media (max-width: 1023px) {
    .nav > ul li.is-open a:before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); } }
.nav > ul > li:hover > a:after {
    opacity: 1;
    pointer-events: all; }
.nav > ul > li:hover > .megamenu {
    opacity: 1;
    pointer-events: all; }
.nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0; }
@media (max-width: 1023px) {
      .nav > ul {
        display: block;
        margin-bottom: 26px; } }
.nav > ul > li + li {
    margin-left: 51px; }
@media (max-width: 1023px) {
      .nav > ul > li + li {
        margin-left: 0; } }
.nav--top > ul > li > a:after {
  top: auto;
  bottom: 100%;
  border-width: 0 11px 19px 11px;
  border-color: transparent transparent #fff transparent; }
@media (max-width: 1023px) {
    .nav--top > ul > li > a:after {
      display: none; } }
.nav--top .megamenu {
  bottom: 100%;
  top: auto;
  border-top: none;
  border-bottom: 18px solid #ED1B2E; }
@media (max-width: 1023px) {
    .nav--top .megamenu {
      top: 0;
      bottom: 0;
      border: none; } }
/* ------------------------------------------------------------ *\
	Offer
\* ------------------------------------------------------------ */
.offer-alt {
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer-alt:before {
      content: '';
      position: absolute;
      top: 23px;
      left: -20px;
      right: 0;
      bottom: -24px;
      background-color: #9FA8DA; } }
.offer-alt:hover {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }
.offer-alt .offer__image {
    position: relative;
    min-height: 344px;
    background-size: cover; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .offer-alt .offer__image {
        min-height: 0; } }
.offer-alt .offer__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.offer-alt .offer__content {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 55.8%;
    width: 100%;
    padding: 25px 21px 23px 20px;
    background-color: #1D1C1C;
    color: #fff;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
@media (max-width: 1023px) {
      .offer-alt .offer__content {
        padding: 25px 21px 23px 22px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .offer-alt .offer__content {
        position: relative;
        z-index: 1;
        max-width: 100%;
        padding: 0;
        background-color: transparent; } }
.offer-alt .offer__content h4 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 34px; }
@media (max-width: 1023px) {
      .offer-alt .offer__content h4 {
        padding-bottom: 19px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .offer-alt .offer__content h4 {
        padding-bottom: 4px;
        border-bottom: 2px solid #8e8d8d;
        margin-bottom: 11px;
        line-height: 1.4; } }
.offer-alt .offer__content h4:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 13px;
    background-image: url(../images/temp/lines-horizontal-light-gray-13px.png);
    background-size: contain;
    background-repeat: repeat-x; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .offer-alt .offer__content h4:after {
        display: none; } }
.offer-alt .offer__content p {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.03em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer-alt .offer__entry {
      padding: 15px;
      background-color: #1D1C1C; } }
.offer-alt .offer__actions {
    padding-top: 18px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .offer-alt .offer__actions {
        padding-top: 10px; } }
.offer-alt--small .offer__content {
  max-width: 77%; }
@media (max-width: 1023px) {
    .offer-alt--small .offer__content {
      max-width: 79%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer-alt--small .offer__content {
      max-width: 100%; } }
.offer-alt--square .offer__image {
  min-height: 0; }
.offer-alt--square .offer__image:before {
  content: '';
  display: block;
  padding-top: 100%; }
.offer-alt--square .offer__content {
  max-width: 71.5%; }
@media (max-width: 1023px) {
    .offer-alt--square .offer__content {
      padding: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer-alt--square .offer__content {
      max-width: 100%;
      padding: 0; } }
.offer-alt--square .offer__content h4 {
  padding-bottom: 0;
  margin-bottom: 22px; }
.offer-alt--square .offer__content h4:after {
  display: none; }
.offer-alt--primary .offer__image {
  min-height: 0; }
.offer-alt--primary .offer__image:before {
  content: '';
  display: block;
  padding-top: 118%; }
.offer-alt--primary .offer__content {
  max-width: 73.5%;
  padding: 25px 20px 23px 20px; }
@media (max-width: 1199px) {
    .offer-alt--primary .offer__content {
      max-width: 100%; } }
@media (max-width: 1023px) {
    .offer-alt--primary .offer__content {
      padding: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer-alt--primary .offer__content {
      padding: 0; } }
.offer-alt--primary .offer__content h4 {
  padding-bottom: 17px;
  margin-bottom: 34px;
  line-height: 1.4; }
/* ------------------------------------------------------------ *\
	Offer
\* ------------------------------------------------------------ */
.offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 324px;
  margin: 18px 27px 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none; }
@media (max-width: 1023px) {
    .offer {
      min-height: 291px;
      margin: 18px 20px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer {
      position: relative;
      min-height: 0;
      margin: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer:before {
      content: '';
      position: absolute;
      top: 23px;
      left: -20px;
      right: 0;
      bottom: -24px;
      background-color: #9FA8DA; } }
.offer:hover .offer__content {
    background-color: #ED1B2E; }
.offer:hover .offer__image {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
.offer:hover .offer__labels {
    top: -10px; }
.offer .offer__head {
    display: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .offer .offer__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 9px; } }
.offer .offer__head img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39%;
            flex: 0 0 39%;
    max-width: 39%; }
.offer .offer__head ul {
    margin-top: 1px;
    line-height: 1.5;
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
    list-style: none;
    letter-spacing: 0.16em; }
.offer .offer__head ul li + li {
    margin-top: 14px; }
.offer .offer__image {
    position: relative;
    margin: -18px 0 0 -27px;
    -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
@media (max-width: 1023px) {
      .offer .offer__image {
        max-width: 44%;
        margin: -18px 0 0 -20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .offer .offer__image {
        display: none; } }
.offer .offer__labels {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    list-style: none;
    -webkit-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s; }
@media (max-width: 1023px) {
      .offer .offer__labels {
        top: 100%; } }
.offer .offer__labels li {
    padding: 10px 9px 10px 11px;
    background-color: #ED1B2E;
    color: #fff;
    line-height: 1.6;
    font-size: 10px;
    text-transform: uppercase;
    text-align: justify;
    white-space: nowrap;
    letter-spacing: 0.15em; }
.offer .offer__labels li:nth-child(even) {
    background-color: #1D1C1C; }
.offer .offer__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 24px 20px;
    margin-right: -27px;
    background-color: #1D1C1C;
    color: #fff;
    font-size: 12px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
@media (max-width: 1023px) {
      .offer .offer__content {
        margin-right: -20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .offer .offer__content {
        position: relative;
        z-index: 1;
        padding: 14px 14px 12px;
        margin-right: 0; } }
.offer .offer__content h4 {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 34px;
    line-height: 1.4; }
@media (max-width: 1023px) {
      .offer .offer__content h4 {
        padding-bottom: 16px;
        margin-bottom: 31px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .offer .offer__content h4 {
        padding-bottom: 5px;
        border-bottom: 2px solid #8e8d8d;
        margin-bottom: 12px;
        line-height: 1.4; } }
.offer .offer__content h4:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 13px;
    background-image: url(../images/temp/lines-horizontal-light-gray-13px.png);
    background-size: contain;
    background-repeat: repeat-x; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .offer .offer__content h4:after {
        display: none; } }
.offer .offer__list {
    list-style: none;
    letter-spacing: 0.03em; }
.offer .offer__list li + li {
    margin-top: 18px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .offer .offer__list li + li {
        display: none; } }
.offer--small {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 18px 0 0 27px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer--small {
      margin: 0; } }
.offer--small .offer__image {
    position: relative;
    margin: -18px 0 0 0;
    -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
            transform-origin: 0 100%; }
@media (max-width: 1023px) {
      .offer--small .offer__image {
        max-width: 63.5%; } }
@media (max-width: 1023px) {
    .offer--small .offer__labels {
      top: 0;
      right: 100%;
      left: auto; } }
.offer--small .offer__content {
    margin: 0 0 0 -27px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .offer--small .offer__content {
        margin: 0; } }
.offer--small .offer__content h4:after {
    width: 74%; }
/* ------------------------------------------------------------ *\
	Paging
\* ------------------------------------------------------------ */
#paging {
  color: #1D1C1C;
  text-align: center;
  margin-top: 20px; }
#paging a {
    display: inline-block;
    height: 36px;
    width: 36px;
    border-radius: 2px;
    background-color: #fff;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s; }
#paging a:nth-child(2) {
      /*display: none;*/ }
#paging a:hover {
      background-color: #E8EAF6;
      color: #1A237E; }
#paging a + a {
      margin-left: 10px;
margin-bottom: 10px; }
#paging .paging__prev,
  #paging .paging__next,
#paging .paging__last {
    width: auto;
    padding: 0 13px;
    background-color: rgba(0, 0, 0, 0.12);
    color: #1D1C1C;
    text-transform: uppercase;
    letter-spacing: 0.06em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      #paging .paging__prev,
      #paging .paging__next {
        width: 40px; } }
#paging .paging__prev .ico-chevron-left {
    margin-right: 5px;
    color: #000; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      #paging .paging__prev .ico-chevron-left {
        margin: 0; } }
#paging .paging__next .ico-chevron-right {
    margin-left: 5px;
    color: #000; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      #paging .paging__next .ico-chevron-right {
        margin: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    #paging .paging__prev span,
    #paging .paging__next span {
      display: none; } }
#paging .active {
    background-color: #5740B2;
    color: #fff; }
.paging {
  color: #1D1C1C; }
.paging ul a {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 2px;
    background-color: #fff;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s; }
.paging ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none; }
.paging ul li + li {
    margin-left: 15px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .paging ul li + li {
        margin-left: 20px; } }
.paging .paging__prev a,
  .paging .paging__next a {
    width: auto;
    padding: 0 13px;
    background-color: rgba(0, 0, 0, 0.12);
    color: #1D1C1C;
    text-transform: uppercase;
    letter-spacing: 0.06em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .paging .paging__prev a,
      .paging .paging__next a {
        width: 40px; } }
.paging .paging__prev .ico-chevron-left {
    margin-right: 5px;
    color: #000; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .paging .paging__prev .ico-chevron-left {
        margin: 0; } }
.paging .paging__next .ico-chevron-right {
    margin-left: 5px;
    color: #000; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .paging .paging__next .ico-chevron-right {
        margin: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .paging .paging__prev span,
    .paging .paging__next span {
      display: none; } }
.paging .is-current a {
    background-color: #5740B2;
    color: #fff; }
.paging li a:hover {
    background-color: #E8EAF6;
    color: #1A237E; }
.paging--anchor {
  position: relative; }
@media (max-width: 1023px) {
    .paging--anchor {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .paging--anchor {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .paging--anchor ul {
      -ms-flex-item-align: center;
          align-self: center; } }
.paging--anchor .paging__top {
    position: absolute;
    top: 4px;
    right: -58px; }
@media (max-width: 1199px) {
      .paging--anchor .paging__top {
        right: 0; } }
@media (max-width: 1023px) {
      .paging--anchor .paging__top {
        position: static; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .paging--anchor .paging__top {
        -ms-flex-item-align: end;
            align-self: flex-end; } }
/* ------------------------------------------------------------ *\
	Profile
\* ------------------------------------------------------------ */
.profile {
  position: relative;
  padding: 22px 0;
  color: #1D1C1C; }
.profile:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 23px;
    width: 250px;
    background-color: #007DC3; }
.profile .profile__inner {
    position: relative;
    padding: 39px 43px;
    margin-left: 31px;
    background-color: #FAFAFA; }
@media (max-width: 1023px) {
      .profile .profile__inner {
        padding: 38px 30px 28px 62px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .profile .profile__inner {
        padding: 18px 15px 10px 16px;
        margin-left: 24px; } }
.profile .profile__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 30px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .profile .profile__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
.profile .profile__head:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 13px;
    background-image: url(../images/temp/lines-horizontal-gray-1.png);
    background-size: contain;
    background-repeat: repeat-x; }
@media (max-width: 1023px) {
      .profile .profile__head:after {
        background-size: cover; } }
.profile .profile__head h4 {
    margin-bottom: 0; }
@media (max-width: 1023px) {
      .profile .profile__head h4 {
        font-size: 24px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .profile .profile__head h4 {
        font-size: 16px; } }
.profile .researchlogo {
    max-width: 120px;
    max-height: 120px;
}



.profile .profile__head ul {
    color: #5740B2;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    list-style: none;
    text-align: right;
    width: 280px;
    padding: 0 0 0 12px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .profile .profile__head ul {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin: 18px 0 4px 0; } }
.profile .profile__head ul li + li {
    margin-top: 10px; }
@media (max-width: 1023px) {
      .profile .profile__head ul li + li {
        margin-top: 5px; } }
.profile .profile__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px; }
@media (max-width: 1023px) {
      .profile .profile__body {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .profile .profile__body {
        display: block; } }

.profile .profile__labels {
    position: absolute;
    top: -10px;
    right: auto;
    left: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    list-style: none; }

.profile .profile__labels li {
    padding: 10px 9px 10px 11px;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 8px rgba(0, 0, 0, 0.2);
    background-color: #1D1C1C;
    color: #fff;
    line-height: 1.6;
    font-size: 10px;
    text-transform: uppercase;
    text-align: justify;
    white-space: nowrap;
    letter-spacing: 0.15em; }

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .profile .profile__labels li:first-child {
      display: block; } }
.profile .profile__labels li.red,
  .profile .profile__labels li:nth-child(even) {
    background-color: #ED1B2E; 
}
.profile .profile__labels li.black, {
    background-color: #000; 
}
.profile .profile__list {
    margin-bottom: 0;
    font-size: 12px;
    list-style: none;
    letter-spacing: 0.035em; }
.profile .profile__list li + li {
    margin-top: 12px; }
.profile .profile__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding-right: 20px; }
.profile .profile__content h6 {
    margin-bottom: 31px;
    opacity: 0.8;
    color: inherit;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.035em; }
.profile .profile__actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    //display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .profile .profile__actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-top: 22px; } }
.profile .profile__actions a + a {
    margin-left: 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .profile .profile__actions a + a {
        margin-left: 10px; } }
.profile .profile__actions--primary {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-bottom: 5px; }
.profile .profile__actions--secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .profile .profile__actions--secondary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
.profile .profile__actions--secondary a + a {
    margin: 20px 0 0 0; }
.profile .profile__actions--start {
    -ms-flex-item-align: start;
        align-self: flex-start; }
@media (max-width: 1023px) {
      .profile .profile__actions--start {
        display: block;
        max-width: 164px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .profile .profile__actions--start {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: none; } }
@media (max-width: 1023px) {
    .profile .profile__actions--start a + a {
      margin-left: 0;
      margin-top: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .profile .profile__actions--start a + a {
      margin-top: 0;
      margin-left: 15px; } }
.profile .profile__linkedin {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88px;
            flex: 0 0 88px;
    max-width: 88px; }
@media (max-width: 1023px) {
      .profile .profile__linkedin {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25px;
                flex: 0 0 25px;
        max-width: 25px; } }
.profile .btn--size-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 277px;
            flex: 0 0 277px;
    max-width: 277px;
    width: 277px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .profile .btn--size-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        width: auto; } }
.profile .btn--size-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 164px;
            flex: 0 0 164px;
    max-width: 164px;
    width: 164px; }
@media (max-width: 1023px) {
      .profile .btn--size-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 131px;
                flex: 0 0 131px;
        max-width: 131px;
        width: 131px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .profile .btn--size-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        width: 100%; } }
.profile .btn--size-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 256px;
    width: 256px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .profile .btn--size-7 {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%;
        padding-left: 6px;
        padding-right: 6px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .profile .btn--mobile-icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 42px;
              flex: 0 0 42px;
      max-width: 42px;
      width: 42px; } }
.profile--light-blue:before {
  background-color: #007DC3;
  opacity: 0.6; }
.profile--green:before {
  background-color: #338376;
  opacity: 0.4; }
.profile--light-purple:before {
  background-color: #9FA8DA; }
.profile--red:before {
  background-color: #f00; }
.profile--reverse:before {
  left: auto;
  right: 0; }
.profile--reverse .profile__inner {
  margin-left: 0;
  margin-right: 72px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .profile--reverse .profile__inner {
      margin-right: 24px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .profile--reverse .profile__head a {
    -ms-flex-item-align: start;
        align-self: flex-start; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .profile--reverse .profile__head ul {
    -ms-flex-item-align: start;
        align-self: flex-start; } }
.profile--reverse .profile__labels {
  right: 0;
  left: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
@media (max-width: 1023px) {
    .profile--reverse .profile__labels {
      right: 0; } }
@media (max-width: 1023px) {
  .profile--block .profile__body {
    display: block; } }
@media (max-width: 1023px) {
  .profile--block .profile__actions {
    padding-top: 21px;
    text-align: right; } }
@media (max-width: 1023px) {
  .profile--block .profile__actions a + a {
    margin-top: 0;
    margin-left: 16px; } }
/* ------------------------------------------------------------ *\
	Progress Bar
\* ------------------------------------------------------------ */
.progress-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px;
  list-style: none; }
.progress-bar ul li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  min-height: 40px;
  max-width: 142px;
  padding-top: 15px;
  border-radius: 22px;
  text-align: center;
  letter-spacing: 0.018em;
  -webkit-transition: padding 0.3s, background-color 0.3s, color 0.3s, font-size 0.3s;
  -o-transition: padding 0.3s, background-color 0.3s, color 0.3s, font-size 0.3s;
  transition: padding 0.3s, background-color 0.3s, color 0.3s, font-size 0.3s; }
.progress-bar ul li:before,
.progress-bar ul li:after {
  content: '';
  position: absolute;
  top: calc(100% + 7px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  pointer-events: none; }
.progress-bar ul li:before {
  top: calc(100% + 11px);
  z-index: 2;
  height: 14px;
  width: 14px;
  border: 3px solid #5740B2;
  background-color: #5740B2; }
.progress-bar ul li.is-current {
  padding: 7px 10px;
  background-color: #5740B2;
  color: #fff;
  font-size: 20px; }
.progress-bar ul li.is-current:before {
  background-color: #fff; }
.progress-bar ul li.is-current ~ li:before {
  opacity: 0; }
.progress-bar .progress-bar__bar {
  position: relative;
  padding: 0 62px; }
/* ------------------------------------------------------------ *\
	Progress
\* ------------------------------------------------------------ */
.progress {
  padding: 33px 0; }
@media (max-width: 1023px) {
    .progress {
      padding: 36px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .progress {
      padding: 13px 0; } }
.progress ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 32px;
    color: #000;
    line-height: 1.6;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.15em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .progress ul {
        min-height: 0; } }
.progress ul:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #5740B2; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .progress ul:before {
        display: none; } }
.progress li {
    position: relative;
    padding: 0 40px;
    background-color: #edeff2; }
@media (max-width: 1023px) {
      .progress li {
        padding: 0 28px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .progress li {
        display: none; } }
.progress li:first-child {
    padding-left: 0; }
.progress li:first-child:before {
    left: calc(50% - 20px); }
@media (max-width: 1023px) {
      .progress li:first-child:before {
        left: calc(50% - 14px); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .progress li:first-child:before {
        left: 50%; } }
.progress li:last-child {
    padding-right: 0; }
.progress li:last-child:before {
    left: calc(50% + 20px); }
@media (max-width: 1023px) {
      .progress li:last-child:before {
        left: calc(50% + 14px); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .progress li:last-child:before {
        left: 50%; } }
.progress li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.08); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .progress li:before {
        display: none; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .progress li.is-current {
      display: block;
      -webkit-box-flex: 1;
          -ms-flex: 1 1;
              flex: 1 1;
      padding: 0;
      color: #5740B2;
      font-weight: 400;
      font-size: 16px;
      text-transform: none;
      text-align: center;
      letter-spacing: 0.01em; } }
.progress li.is-current:before {
    background-color: #C5CAE9; }
.progress li.is-current ~ li:before {
    background-color: transparent; }
.progress li span {
    position: relative;
    z-index: 1;
    display: inline-block; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .progress li span {
        display: none; } }
.progress .progress__mobile {
    position: relative;
    display: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .progress .progress__mobile {
        display: block; } }
.progress .progress__mobile svg {
    position: absolute;
    top: 3px;
    left: 3px; }
.progress .previous,
  .progress .next {
    display: none;
    position: absolute;
    top: 0;
    z-index: 2;
    padding: 0;
    color: #5740B2; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .progress .previous,
      .progress .next {
        display: block; } }
.progress .previous:before,
  .progress .next:before {
    display: none; }
.progress .previous svg,
  .progress .next svg {
    width: 20px;
    height: 20px; }
.progress .previous.disabled,
  .progress .next.disabled {
    color: #1D1C1C;
    opacity: 0.2; }
.progress .previous {
    left: 0; }
.progress .next {
    right: 0; }
.progress--space {
  padding: 55px 0; }
@media (max-width: 1023px) {
    .progress--space {
      padding: 34px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .progress--space {
      padding: 36px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .progress--mobile-slider li:before {
    display: block; } }
.progress--mobile-slider li.is-current {
  color: #000;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em; }
.progress--mobile-slider li.is-current span {
  display: block; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .progress--mobile-slider li.is-current br {
    display: none; } }
/* ------------------------------------------------------------ *\
	Radio Pill
\* ------------------------------------------------------------ */
.radio-pill {
  position: relative;
  color: rgba(0, 0, 0, 0.87); }
.radio-pill input {
    position: absolute;
    top: 0;
    left: -9999px;
    opacity: 0;
    pointer-events: none; }
.radio-pill label {
    position: relative;
    display: inline-block;
    padding: 7px 18px;
    letter-spacing: 0.022em; }
.radio-pill label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
.radio-pill label span {
    position: relative; }
.radio-pill input:hover ~ label:before,
  .radio-pill input:focus ~ label:before,
  .radio-pill input:checked ~ label:before {
    background-color: #9FA8DA; }
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
.radio {
  position: relative;
  color: #000; }
.radio input {
    position: absolute;
    top: atuo;
    left: -9999px;
    opacity: 0;
    pointer-events: none; }
.formsModule .radio input {
position: relative;
    top: auto;
    left: auto;
    opacity: 100;
    pointer-events: auto; }
.radio label {
    position: relative;
    display: inline-block;
    padding-left: 27px;
    letter-spacing: 0.022em; }
.radio label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 50%;
    background-size: 10px 10px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.radio label:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.08);
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
.radio label:hover:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
.radio input:focus ~ label:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    background-color: rgba(0, 0, 0, 0.12); }
.radio input:active ~ label:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    background-color: rgba(0, 0, 0, 0.16); }
.radio input:checked ~ label:after {
    background-color: rgba(57, 48, 159, 0.12); }
.radio input:checked ~ label:before {
    background-image: url(../images/svg/ico-circle-purple.svg); }
.radio.disabled {
  pointer-events: none; }
.radio.disabled label:before {
    border-color: rgba(0, 0, 0, 0.38); }
/* ------------------------------------------------------------ *\
	Radios Pills
\* ------------------------------------------------------------ */
.radios-pills ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
  list-style: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .radios-pills ul {
      margin: -5px; } }
.radios-pills li {
  padding: 10px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .radios-pills li {
      padding: 5px; } }
/* ------------------------------------------------------------ *\
	Radios
\* ------------------------------------------------------------ */
.radios ul {
  list-style: none; }
.radios li {
  line-height: 1.44; }
.radios li + li {
  margin-top: 9px; }
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search .search__trigger {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none; }
.search .search__trigger span {
  margin-right: 5px;
  letter-spacing: 0.05em; }
.search .search__trigger:hover .ico-search {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg); }
.search .search__trigger .ico-search {
  -webkit-transform-origin: 7px 7px;
      -ms-transform-origin: 7px 7px;
          transform-origin: 7px 7px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
.search .search__body {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  display: none;
  width: 100vw;
  padding: 22px 0;
  background-color: #1D1C1C;
  color: #fff; }
.search .search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.search .search__label {
  margin-right: 68px;
  font-size: 34px;
  letter-spacing: 0.02em; }
@media (max-width: 1023px) {
    .search .search__label {
      display: none; } }
.search .search__field {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 0 12px;
  border: none;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  text-transform: uppercase; }
@media (max-width: 1023px) {
    .search .search__field {
      padding: 7px 0 8px;
      border-width: 1px;
      font-size: 18px; } }
.search .search__btn {
  display: none;
  position: absolute;
  top: 31px;
  right: 96px;
  border: none;
  background-color: transparent; }
@media (max-width: 1023px) {
    .search .search__btn {
      display: block; } }
.search .search__btn .ico-search {
  width: 22px;
  height: 22px; }
.search .search__close {
  padding: 0 10px;
  margin-left: 70px; }
@media (max-width: 1023px) {
    .search .search__close {
      padding: 0 3px;
      margin-left: 30px; } }
.search--mobile {
  position: relative;
  margin-bottom: 43px; }
.search--mobile .search__body {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    display: block;
    width: auto;
    background-color: transparent;
    padding: 0 12px 0 21px; }
.search--mobile .search__btn {
    top: 2px;
    right: 15px; }
.search--mobile .search__btn .ico-search {
    width: 18px;
    height: 18px; }
.search--mobile .search__field {
    padding: 7px 0; }
.search--mobile .shell {
    padding: 0; }
/* ------------------------------------------------------------ *\
	Section Board
\* ------------------------------------------------------------ */
.section-board {
  padding: 55px 0 38px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-board {
      padding: 20px 0; } }
.section-board .section__content {
    margin-bottom: 35px; }
.section-board .section__content h4 {
    margin-bottom: 31px; }
.section-board .section__content ul {
    font-size: 20px;
    list-style: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-board .section__content ul {
        font-size: 16px; } }
.section-board .section__content ul li {
    position: relative;
    padding-left: 34px;
    line-height: 1.4;
    letter-spacing: 0.0075em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-board .section__content ul li {
        padding-left: 16px; } }
.section-board .section__content ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 8px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #5740B2; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-board .section__content ul li:before {
        left: 0;
        width: 8px;
        height: 8px; } }
.section-board .section__content ul li + li {
    margin-top: 10px; }
.section-board .section__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -31px; }
@media (max-width: 1199px) {
      .section-board .section__cols {
        margin: 0 -10px; } }
.section-board .section__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 0 31px;
    margin-bottom: 60px; }
@media (max-width: 1199px) {
      .section-board .section__col {
        padding: 0 10px;
        margin-bottom: 20px; } }
.section-board .section__col--1of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%; }
@media (max-width: 1023px) {
      .section-board .section__col--1of3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
@media (max-width: 575px) {
      .section-board .section__col--1of3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
.section-board--alt {
  padding: 55px 0 51px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-board--alt {
      padding: 20px 0; } }
.section-board--alt .section__col {
    margin-bottom: 50px; }
@media (max-width: 1199px) {
      .section-board--alt .section__col {
        margin-bottom: 20px; } }
/* ------------------------------------------------------------ *\
	Section Complete
\* ------------------------------------------------------------ */
.section-complete {
  padding: 37px 0 100px; }
@media (max-width: 1023px) {
    .section-complete {
      padding: 47px 0 60px; } }
.section-complete h2 {
    margin-bottom: 40px;
    color: #5740B2;
    line-height: 1.36; }
@media (max-width: 1023px) {
      .section-complete h2 {
        margin-bottom: 36px;
        line-height: 1.34; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-complete h2 {
        margin-bottom: 20px;
        font-size: 26px; } }
.section-complete .section__inner {
    position: relative; }
.section-complete .section__inner:before {
    content: '';
    position: absolute;
    top: 75px;
    left: 0;
    bottom: 0;
    width: 49%;
    background-color: #338376; }
@media (max-width: 1023px) {
      .section-complete .section__inner:before {
        width: 57%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-complete .section__inner:before {
        top: 30px;
        bottom: 60px;
        width: 80%; } }
.section-complete .section__body {
    position: relative;
    max-width: 92%;
    padding: 31px 42px 43px;
    margin-left: auto;
    background-color: #fff;
    color: #1D1C1C;
    font-size: 18px; }
@media (max-width: 1023px) {
      .section-complete .section__body {
        max-width: 94%;
        padding: 30px 40px 45px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-complete .section__body {
        padding: 20px 15px;
        font-size: 16px; } }
.section-complete .section__body p {
    line-height: 1.56;
    letter-spacing: 0.01em; }
.section-complete .section__actions {
    position: relative;
    margin-top: 30px;
    text-align: right; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-complete .section__actions {
        margin-top: 50px; } }
/* ------------------------------------------------------------ *\
	Section CTA
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .section-cta {
    border-bottom: 1px solid #fff; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cta {
    border: none; } }
.section-cta .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media (max-width: 1023px) {
    .section-cta .section__inner {
      display: block; } 
}
.section-cta .section__image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 28px 30px 29px 0; }
@media (max-width: 1023px) {
    .section-cta .section__image {
      max-width: 100%;
      padding: 28px 0 0 0; } 
}


.section-cta .section__image:before {
  content: '';
  position: absolute;
  top: 0;
  right: calc(100% - 100px);
  bottom: 0;
  width: 100vw;
  background-color: #8684D0; }

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-cta .section__image {
      padding-top: 24px; } 
.section-cta .section__image:before {
	content: unset; } 
}
@media (max-width: 1023px) {
    .section-cta .section__image:before {
      right: calc(100% - 222px);
      bottom: -30px;
      z-index: 1; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-cta .section__image:before {
      right: 0;
      left: 0;
      bottom: 26px;
      width: auto; } }
.section-cta .section__content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 49px 31px 0;
  padding-right: 0;
  background-color: #338376;
  color: #fff; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-cta .section__content {
      padding: 12px 20px; } }
.section-cta .section__content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 100vw;
  height: 100%;
  background-color: #338376; }
@media (max-width: 1023px) {
    .section-cta .section__content:before {
content: unset;      
left: -30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-cta .section__content:before {
      left: 0;
      top: -30px;
      height: auto;
      bottom: 48px; } }
.section-cta .section__head {
  margin-bottom: 15px; }
.section-cta .section__tile:hover .tile__content {
  background-color: rgba(237, 27, 46, 0.87); }
.section-cta .section__tile:hover .tile__label {
  background-color: #ED1B2E; }
.section-cta .section__tile .tile__image:before {
  padding-top: 66%; }
@media (max-width: 1023px) {
    .section-cta .section__tile .tile__image:before {
      padding-top: 52%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-cta .section__tile .tile__image:before {
      padding-top: 86%; } }
@media (max-width: 1023px) {
  .section-cta .section__tile .tile__image img {
    z-index: 2;
    max-width: 79%;
    margin-left: auto;
    -o-object-position: top left;
       object-position: top left; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cta .section__tile .tile__image img {
    max-width: 100%; } }
.section-cta .section__tile .tile__content {
  padding: 23px 21px;
  background-color: rgba(0, 0, 0, 0.87); }
@media (max-width: 1023px) {
    .section-cta .section__tile .tile__content {
      z-index: 3; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cta .section__tile .tile__content p {
    margin-bottom: 0; } }
.section-cta .section__tile .tile__content h4:after {
  background-image: url(../images/temp/lines-horizontal-white.png);
  height: 12px; }
.section-cta .section__tile .tile__label {
  top: -10px;
  padding-left: 9px;
  padding-right: 9px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-cta .section__tile .tile__label {
      top: auto;
      right: -15px;
      padding-left: 10px;
      padding-right: 11px; } }
.section-cta .section__socials {
  margin-top: 10px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cta .shell {
    padding: 0; } }
/* ------------------------------------------------------------ *\
	Section Elements
\* ------------------------------------------------------------ */
.section-elements {
  padding: 109px 0 102px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-elements {
      padding: 20px 0; } }
.section-elements .section__sector + .section__sector {
    margin-top: 163px; }
@media (max-width: 1199px) {
      .section-elements .section__sector + .section__sector {
        margin-top: 100px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-elements .section__sector + .section__sector {
        margin-top: 40px; } }
.section-elements .section__sector-head {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.section-elements .section__group {
    max-width: 864px; }
.section-elements .section__group--fluid {
    max-width: none; }
.section-elements .section__group + .section__group {
    margin-top: 80px; }
.section-elements .section__group-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 0px 0 2px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 14px; }
.section-elements .section__group-head p {
    margin-bottom: 0; }
.section-elements .section__group-head p:nth-child(2) {
    opacity: .87;
    font-size: 13px; }
.section-elements .section__group-body {
    padding-top: 35px; }
.section-elements .section__buttons .btn + .btn {
    margin-left: 29px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-elements .section__buttons .btn + .btn {
        margin-left: 0;
        margin-top: 20px; } }
.section-elements .section__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-elements .section__fields {
        display: block; } }
.section-elements .section__fields + .section__fields {
    margin-top: 29px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-elements .section__fields + .section__fields {
        margin-top: 20px; } }
.section-elements .section__field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    max-width: 38%; }
@media (max-width: 1023px) {
      .section-elements .section__field {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48%;
                flex: 0 0 48%;
        max-width: 48%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-elements .section__field {
        max-width: 100%;
        margin-bottom: 20px; } }
.section-elements .section__checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none; }
.section-elements .section__checkboxes li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
    max-width: 17%;
    margin-bottom: 38px; }
.section-elements .section__checkboxes li p {
    margin-top: 7px;
    opacity: .6;
    font-family: "Roboto", sans-serif;
    font-size: 12px; }
.section-elements .section__table {
    max-width: 777px; }
.section-elements .section__alert + .section__alert {
    margin-top: 20px; }
.section-elements .section__gallery + .section__gallery {
    margin-top: 60px; }
.section-elements .section__favicons img + img {
    margin-left: 27px; }
.section-elements .section__filters {
    margin-bottom: 30px; }
.section-elements .section__job {
    margin-bottom: 45px; }
/* ------------------------------------------------------------ *\
	Section Events
\* ------------------------------------------------------------ */
.section-events {
  padding-bottom: 109px; }
@media (max-width: 1023px) {
    .section-events {
      padding-bottom: 62px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-events {
      padding-bottom: 11px; } }
.section-events .section__head {
    margin-bottom: 17px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-events .section__head {
        margin-bottom: 28px; } }
@media (max-width: 1023px) {
    .section-events .section__head h2 {
      font-size: 48px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-events .section__head h2 {
      font-size: 33px; } }
.section-events .section__body {
    position: relative; }
.section-events .section__body:after {
    content: '';
    position: absolute;
    top: 176px;
    left: calc(100% + 130px);
    height: 592px;
    width: 63px;
    background-image: url(../images/temp/lines-vertical-light-gray.png);
    z-index: 1; }
.section-events .section__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px; }
@media (max-width: 1023px) {
      .section-events .section__cols {
        margin: 0 -15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-events .section__cols {
        display: block; } }
.section-events .section__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    max-width: 100%;
    padding: 0 10px; }
@media (max-width: 1023px) {
      .section-events .section__col {
        padding: 0 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-events .section__col {
        margin-bottom: 30px; } }
.section-events .section__col--1of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
@media (max-width: 1023px) {
      .section-events .section__col--1of4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
        max-width: 33.33%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-events .section__col--1of4 {
        max-width: 100%; } }
/* ------------------------------------------------------------ *\
	Section Info Large
\* ------------------------------------------------------------ */
.section-info-large {
  position: relative;
  padding: 34px 0 106px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info-large {
      padding: 20px 0; } }
.section-info-large:before {
    content: '';
    position: absolute;
    top: 124px;
    left: calc(50% + 550px);
    width: 402px;
    height: 530px;
    z-index: -1;
    background-image: url(../images/temp/block-image-3.png);
    background-repeat: no-repeat; }
.section-info-large .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-info-large .section__inner {
        display: block; } }
.section-info-large .section__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
    max-width: 380px; }
@media (max-width: 1023px) {
      .section-info-large .section__aside {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 216px;
                flex: 0 0 216px;
        max-width: 216px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-info-large .section__aside {
        max-width: none; } }
.section-info-large .section__aside-inner {
    max-width: 280px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-info-large .section__aside-inner {
        max-width: none; } }
.section-info-large .section__main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 0 21px 0 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-info-large .section__main {
        padding: 0 0 40px 0; } }
.section-info-large .section__content {
    padding: 61px 50px 0 110px; }
@media (max-width: 1199px) {
      .section-info-large .section__content {
        padding: 30px 20px 0 60px; } }
.section-info-large .section__content p {
    margin-bottom: 11px; }
.section-info-large .section__content p + p {
    margin-top: 18px; }
.section-info-large .section__content h4 {
    margin-bottom: 33px; }
.section-info-large .section__content ul + h4,
  .section-info-large .section__content p + h4 {
    margin-top: 29px; }
.section-info-large .section__content ul {
    list-style: none;
    letter-spacing: 0.0185em; }
.section-info-large .section__content li {
    position: relative;
    padding-left: 20px; }
.section-info-large .section__content li:before {
    content: '\2022';
    position: absolute;
    top: 0;
    left: 0; }
.section-info-large .section__content li + li {
    margin-top: 12px; }
.section-info-large .section__image {
    position: relative;
    display: inline-block; }
.section-info-large .section__labels {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    list-style: none; }
.section-info-large .section__labels li {
    position: relative;
    padding: 6px 8px 7px 9px;
    background-color: #FF6061;
    color: #fff;
    line-height: 1.6;
    font-size: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 0.15em; }
.section-info-large .section__labels li + li {
    margin-right: 14px; }
.section-info-large .section__labels li span {
    position: relative; }
.section-info-large .section__labels li.flag {
    padding: 9px 15px 7px 15px;
    background-color: #5740B2; }
.section-info-large .section__labels li.flag:before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 70px 0 0;
    border-color: #5740B2 transparent transparent transparent; }
.section-info-large .section__labels li.flag:after {
    content: '';
    position: absolute;
    bottom: -12px;
    right: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 70px 12px 0;
    border-color: transparent #5740B2 transparent transparent; }
.section-info-large .section__actions .btn + .btn {
    margin-top: 20px; }
.section-info-large .section__box {
    margin-bottom: 20px; }
/* ------------------------------------------------------------ *\
	Section Info
\* ------------------------------------------------------------ */
.section-info {
  position: relative;
  min-height: 988px;
  padding: 32px 0 86px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info {
      padding: 20px 0; } }
.section-info:before {
    content: '';
    position: absolute;
    top: 124px;
    left: calc(50% + 550px);
    width: 402px;
    height: 530px;
    z-index: -1;
    background-image: url(../images/temp/block-image-3.png);
    background-repeat: no-repeat; }
.section-info:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: calc(50% + 550px);
    width: 401px;
    height: 482px;
    z-index: -1;
    background-image: url(../images/temp/block-image-4.png);
    background-repeat: no-repeat; }
.section-info .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-info .section__inner {
        display: block; } }
.section-info .section__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    max-width: 280px; }
@media (max-width: 1023px) {
      .section-info .section__aside {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 246px;
                flex: 0 0 246px;
        max-width: 246px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-info .section__aside {
        max-width: none; } }
.section-info .section__main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 3px 34px 0 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-info .section__main {
        padding: 0 0 40px 0; } }
.section-info .section__main p {
    margin-bottom: 11px; }
.section-info .section__main p + p {
    margin-top: 18px; }
.section-info .section__main h4 {
    margin-bottom: 20px; }
.section-info .section__main ul + h4,
  .section-info .section__main p + h4 {
    margin-top: 29px; }
.section-info .section__main ul {
    list-style: none;
    letter-spacing: 0.0185em; }
.section-info .section__main li {
    position: relative;
    padding-left: 20px; }
.section-info .section__main li:before {
    content: '\2022';
    position: absolute;
    top: 0;
    left: 0; }
.section-info .section__main li + li {
    margin-top: 12px; }
.section-info .section__image {
    margin-bottom: 20px; }
.section-info .section__image--shadow {
    -webkit-box-shadow: -1px 3px 7px 0px rgba(0, 0, 0, 0.24);
            box-shadow: -1px 3px 7px 0px rgba(0, 0, 0, 0.24); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-info .section__image--shadow {
        display: inline-block; } }
.section-info .section__actions .btn + .btn {
    margin-top: 20px; }
.section-info .info-box {
    margin-bottom: 20px; }
.section-info--primary:before {
  display: none; }
.section-info--primary:after {
  display: none; }
/* ------------------------------------------------------------ *\
	Section Jobs
\* ------------------------------------------------------------ */
.section-jobs {
  padding: 58px 0 2px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-jobs {
      padding: 30px 0 50px; } }
.section-jobs .section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 43px;
    margin-bottom: 32px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-jobs .section__head {
        padding: 0; } }
.section-jobs .section__head h2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    margin-bottom: 0; }
.section-jobs .section__head a {
/*    -webkit-box-flex: 0;
        -ms-flex: 0 0 164px;
            flex: 0 0 164px;
*/    max-width: 164px;
    margin-bottom: 8px;
    margin-left: 12px; }
@media (max-width: 1023px) {
      .section-jobs .section__head a {
        margin-bottom: 0; } }
.section-jobs .section__offer {
    margin-bottom: 57px; }
@media (max-width: 1023px) {
      .section-jobs .section__offer {
        margin-bottom: 42px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-jobs .section__offer {
        height: 100%;
        padding-bottom: 24px;
        margin-bottom: 0; } }
.section-jobs .section__grid .grid__col:nth-child(3) {
    margin-left: 100px; }
@media (max-width: 1199px) {
      .section-jobs .section__grid .grid__col:nth-child(3) {
        margin-left: 70px; } }
@media (max-width: 1023px) {
      .section-jobs .section__grid .grid__col:nth-child(3) {
        margin-left: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-jobs .section__shell {
      padding: 0; } }
/* ------------------------------------------------------------ *\
	Section Join PIA
\* ------------------------------------------------------------ */
.section-join-pia {
  min-height: 100vh; }
/* ------------------------------------------------------------ *\
	Section Member
\* ------------------------------------------------------------ */
.section-member {
  padding: 40px 94px 100px;
background: #dfe3ec; }
@media (max-width: 1199px) {
    .section-member {
      padding-left: 0;
      padding-right: 0; } }
.section-member .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-member .section__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
.section-member .section__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    max-width: 260px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-member .section__sidebar {
        max-width: 100%;
        margin-top: 60px; } }
.section-member .section__offer {
    margin-top: 40px;
    margin-left: -94px; }
@media (max-width: 1199px) {
      .section-member .section__offer {
        margin-left: 0; } }
.section-member .section__main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 33px 0px 0 41px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-member .section__main {
        padding: 0; } }
.section-member .section__sector {
    position: relative;
    padding-bottom: 36px; }
.section-member .section__sector + .section__sector {
    padding-top: 95px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-member .section__sector + .section__sector {
        padding-top: 40px; } }
.section-member .section__sector + .section__sector:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 12px;
    background-image: url(../images/temp/lines-horizontal-purple.png); }
.section-member .section__sector--spacing-bottom {
    padding-bottom: 80px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-member .section__sector--spacing-bottom {
        padding-bottom: 40px; } }
.section-member .section__sector + .section__sector--spacing-top {
    padding-top: 73px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-member .section__sector + .section__sector--spacing-top {
        padding-top: 40px; } }
.section-member .section__sector--small {
    padding-right: 100px; }
@media (max-width: 1399px) {
      .section-member .section__sector--small {
        padding-right: 0; } }
@media (min-width: 1400px) {
    .section-member .section__sector > h1,
    .section-member .section__sector > h2,
    .section-member .section__sector > h3 {
      white-space: nowrap; } }
.section-member .section__sector > h1 span,
  .section-member .section__sector > h2 span,
  .section-member .section__sector > h3 span {
    color: #5740B2; }
.section-member .section__sector > h2,
  .section-member .section__sector > h3 {
    margin-bottom: 40px; }
.section-member .section__sector > h3 {
    letter-spacing: 0.01em;
    font-weight: 400; }
.section-member .section__sector > h6 {
    margin-top: 33px;
    margin-bottom: 24px;
    line-height: 1.5;
    letter-spacing: -0.01em; }
.section-member .section__sector > h2.spacing,
  .section-member .section__sector > h3.spacing {
    margin-bottom: 60px; }
.section-member .section__sector > p {
    margin: 20px 0;
    line-height: 1.44; }
.section-member .section__sector > p:first-child {
    margin-top: 0; }
.section-member .section__form {
    margin-bottom: 36px; }
.section-member .section__circle {
    position: relative;
    bottom: 8px;
    right: 15px;
    margin: 0 auto; }
@media (max-width: 1023px) {
      .section-member .section__circle {
        margin: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-member .section__circle {
        margin: 0 auto; } }
.section-member .section__progress {
    position: relative;
    padding-bottom: 10px;
    margin-top: -10px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-member .section__progress {
        text-align: center; } }
.section-member .section__search {
    max-width: 780px;
    margin-bottom: 82px; }
.section-member .section__progress-btn {
    position: absolute;
    bottom: 0;
    right: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-member .section__progress-btn {
        position: static;
        margin-top: 30px; } }
.section-member .section__avatar {
    position: relative;
    width: 212px;
    height: 212px;
    border-radius: 50%;
    border: 12px solid #fff;
    margin-left: 154px;
    background-position: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-member .section__avatar {
        margin-left: 0; } }
.section-member .section__avatar-add {
    position: absolute;
    bottom: -6px;
    right: 2px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid transparent;
    padding: 14px;
    background-color: #5740B2;
    color: #fff;
    text-align: center;
    -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
.section-member .section__avatar-add:hover {
    border-color: #5740B2;
    background-color: #fff;
    color: #5740B2; }
.section-member .section__actions a {
    margin-right: 15px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-member .section__actions a {
        margin-bottom: 5px; } }
.section-member .section__actions--right {
    text-align: right; }
.section-member .section__actions--right a {
    margin-right: 0;
    margin-left: 15px; }
.section-member .section__actions--space-top {
    margin-top: 76px; }
.section-member .section__card {
    margin-bottom: 20px; }
.section-member .section__accordons,
  .section-member .section__job {
    margin-bottom: 40px; }
.section-member .section__goal {
    margin-bottom: 32px; }
.section-member .section__activity {
    margin-bottom: 18px; }
.section-member .section__paging {
    padding-top: 12px; }
.section-member .section__category {
    margin-bottom: 23px; }
/* ------------------------------------------------------------ *\
	Section Membership
\* ------------------------------------------------------------ */
.section-membership {
  padding: 34px 0 100px; }
.section-membership .section__filters {
    margin-bottom: 20px; }
.section-membership .section__letters {
    margin-bottom: 70px; }
.section-membership .section__profiles .profile + .profile {
    margin-top: 27px; }
@media (max-width: 1023px) {
      .section-membership .section__profiles .profile + .profile {
        margin-top: 40px; } }
.section-membership .section__paging {
    padding-top: 57px; }
/* ------------------------------------------------------------ *\
	Section News
\* ------------------------------------------------------------ */
.section-news {
  padding: 63px 0 4px; }
@media (max-width: 1023px) {
    .section-news {
      padding: 55px 0 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-news {
      padding: 30px 0 38px; } }
.section-news .section__head {
    padding: 3px 0 0px 101px;
    max-width: 660px; }
@media (max-width: 1023px) {
      .section-news .section__head {
        padding: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-news .section__head {
        padding: 0 120px 0 20px; } }
.section-news .section__head span {
    color: #5740B2; }
.section-news .section__body {
    position: relative;
    padding-top: 19px; }
@media (max-width: 1023px) {
      .section-news .section__body {
        padding-top: 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-news .section__body {
        padding-top: 26px; } }
.section-news .section__body:before {
    content: '';
    position: absolute;
    top: -128px;
    left: calc(100% - 43px);
    width: 403px;
    height: 804px;
    background-image: url(../images/temp/block-image-1.png);
    background-repeat: no-repeat;
    background-size: contain; }
@media (max-width: 1023px) {
      .section-news .section__body:before {
        top: -272px;
        left: calc(100% - 32px); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-news .section__body:before {
        display: none; } }
.section-news .section__body:after {
    content: '';
    position: absolute;
    bottom: 119px;
    right: calc(100% - 43px);
    width: 383px;
    height: 519px;
    background-image: url(../images/temp/block-image-2.png);
    background-repeat: no-repeat;
    background-size: contain; }
@media (max-width: 1023px) {
      .section-news .section__body:after {
        bottom: -33px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-news .section__body:after {
        display: none; } }
.section-news .section__cols {
    margin: 0 -30px; }
@media (max-width: 1023px) {
      .section-news .section__cols {
        position: relative;
        z-index: 1;
        margin: 0 -15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-news .section__cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
.section-news .section__cols:after {
    content: '';
    display: table;
    clear: both; }
.section-news .section__col {
    padding: 0 30px;
    margin-bottom: 60px; }
@media (max-width: 1023px) {
      .section-news .section__col {
        padding: 0 15px;
        margin-bottom: 33px; } }
@media (max-width: 1023px) {
    .section-news .section__col:nth-child(1) .tile-alt .tile__image {
      max-height: 308px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-news .section__col:nth-child(1) {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      .section-news .section__col:nth-child(1) .tile-alt .tile__image {
        max-height: none; } }
.section-news .section__col:nth-child(2) {
    margin-top: -84px; }
@media (max-width: 1023px) {
      .section-news .section__col:nth-child(2) {
        margin-top: 0; } }
@media (max-width: 1023px) {
    .section-news .section__col:nth-child(2) .tile-primary .tile__content {
      height: 164px;
      overflow: hidden; }
    .section-news .section__col:nth-child(2) .tile__content h4:after {
      background-image: url(../images/temp/lines-horizontal-white.png); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-news .section__col:nth-child(2) {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      .section-news .section__col:nth-child(2) .tile-primary .tile__content {
        height: auto; }
      .section-news .section__col:nth-child(2) .tile__content h4:after {
        background-image: url(../images/temp/lines-horizontal-gray.png); } }
.section-news .section__col:nth-child(3) {
    margin-left: 103px; }
@media (max-width: 1023px) {
      .section-news .section__col:nth-child(3) {
        margin-left: 62px; } }
@media (max-width: 1023px) {
      .section-news .section__col:nth-child(3) .tile-primary .tile__content {
        height: 232px;
        overflow: hidden; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-news .section__col:nth-child(3) {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
        margin: 0; }
        .section-news .section__col:nth-child(3) .tile-primary .tile__content {
          height: auto;
          overflow: visible; } }
.section-news .section__col:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
.section-news .section__col:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
.section-news .section__col--size-1 {
    width: 58.3%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-news .section__col--size-1 {
        width: 100%; } }
.section-news .section__col--size-2 {
    width: 33.33%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-news .section__col--size-2 {
        width: 100%; } }
.section-news .section__col--size-3 {
    width: 25%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-news .section__col--size-3 {
        width: 100%; } }
.section-news .section__col--size-4 {
    width: 58.35%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-news .section__col--size-4 {
        width: 100%; } }
.section-news .section__col--size-5 {
    width: 66.66%; }
@media (max-width: 1399px) {
      .section-news .section__col--size-5 {
        width: 65%; } }
@media (max-width: 1023px) {
      .section-news .section__col--size-5 {
        width: 66.5%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-news .section__col--size-5 {
        width: 100%; } }
.section-news .section__col--right {
    float: right; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-news .section__col--right {
        float: none; } }
.section-news .section__col--left {
    float: left; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-news .section__col--left {
        float: none; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-news .hidden-mobile {
      display: none; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-news .shell {
      padding: 0; } }
/* ------------------------------------------------------------ *\
	Section Planner
\* ------------------------------------------------------------ */
.section-planner {
  padding: 54px 0 70px; }
@media (max-width: 1023px) {
    .section-planner {
      padding-top: 30px; } }
.section-planner .section__head {
    margin-bottom: 62px; }
.section-planner .section__head h6 {
    margin-bottom: 23px;
    font-weight: 400; }
.section-planner .section__head a {
    color: #ED1B2E; }
.section-planner .section__offer {
    margin-bottom: 31px; }
@media (max-width: 1023px) {
      .section-planner .section__offer {
        margin-bottom: 42px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-planner .section__offer {
        height: 100%;
        padding-bottom: 24px;
        margin-bottom: 0; } }
.section-planner .section__grid {
    padding-right: 43px; }
@media (max-width: 1199px) {
      .section-planner .section__grid {
        padding-right: 0; } }
.section-planner .section__grid .grid__col:nth-child(3) {
    margin-left: 44px; }
@media (max-width: 1023px) {
      .section-planner .section__grid .grid__col:nth-child(3) {
        margin-left: 0; } }
.section-planner .section__grid .grid__col:nth-child(4) {
    position: relative;
    left: 18px; }
@media (max-width: 1023px) {
      .section-planner .section__grid .grid__col:nth-child(4) {
        position: static; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-planner .section__shell {
      padding: 0; } }
/* ------------------------------------------------------------ *\
	Section Policy
\* ------------------------------------------------------------ */
.section-policy {
  padding: 48px 0 100px; }
.section-policy .section__head {
    margin-bottom: 55px; }
.section-policy .section__head h4 {
    margin-bottom: 29px; }
.section-policy .section__head h6 {
    margin-bottom: 22px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.01em; }
.section-policy .section__head a {
    color: #ED1B2E; }
.section-policy .section__profiles {
    padding-top: 44px; }
.section-policy .section__profiles .profile + .profile {
    margin-top: 33px; }
@media (max-width: 1023px) {
      .section-policy .section__profiles .profile + .profile {
        margin-top: 40px; } }
.section-policy .section__paging {
    padding-top: 59px; }
.section-policy--primary {
  padding: 35px 0 100px; }
.section-policy--primary .section__head {
    margin-bottom: 68px; }
.section-policy--primary .section__profiles {
    padding-top: 31px; }
/* ------------------------------------------------------------ *\
	Section Position
\* ------------------------------------------------------------ */
.section-position {
  padding: 34px 0 100px; }
.section-position .section__filters {
    margin-bottom: 32px; }
.section-position .section__paging {
    padding-top: 20px; }
.section-position .section__job + .section__job {
    margin-top: 30px; }
/* ------------------------------------------------------------ *\
	Section Standard
\* ------------------------------------------------------------ */
.section-standard {
  padding: 53px 0; }
.section-standard .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-standard .section__inner {
        display: block;
        margin-left: 0; } }
.section-standard .section__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
    max-width: 380px; }
@media (max-width: 1023px) {
      .section-standard .section__aside {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 260px;
                flex: 0 0 260px;
        max-width: 260px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-standard .section__aside {
        max-width: none; } }
.section-standard .section__aside-inner {
    max-width: 280px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-standard .section__aside-inner {
        max-width: 100%; } }
.section-standard .section__main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 0 21px 0 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-standard .section__main {
        padding: 0 0 40px 0; } }
.section-standard .section__content {
    padding: 59px 40px 0 110px; }
@media (max-width: 1199px) {
      .section-standard .section__content {
        padding: 30px 20px 0 60px; } }
@media (max-width: 1023px) {
      .section-standard .section__content {
        padding-left: 0; } }
.section-standard .section__content h1 {
    margin-bottom: 32px;
    letter-spacing: -0.007em; }
.section-standard .section__content h2 {
    margin-bottom: 34px; }
.section-standard .section__content h3 {
    font-weight: 400;
    letter-spacing: 0.009em; }
.section-standard .section__content h4 {
    margin-bottom: 22px; }
.section-standard .section__content h5 {
    margin-bottom: 26px; }
.section-standard .section__content h6 {
    margin-bottom: 29px; }
.section-standard .section__content p {
    margin-bottom: 43px; }
.section-standard .section__content .caps {
    margin-bottom: 13px; }
.section-standard .section__content .caption {
    margin-bottom: 24px; }
.section-standard .section__image {
    position: relative;
    display: inline-block; }
.section-standard .section__labels {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    list-style: none; }
.section-standard .section__labels li {
    position: relative;
    padding: 6px 8px 7px 9px;
    background-color: #FF6061;
    color: #fff;
    line-height: 1.6;
    font-size: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 0.15em; }
.section-standard .section__box {
    margin: 20px 0 23px; }
.section-standard .section__actions {
    margin-bottom: 60px; }
.section-standard .section__actions a + a {
    margin-top: 20px; }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select {
  position: relative; }
.select:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    width: 12px;
    height: 6px;
    background-image: url(../images/svg/ico-triangle-down.svg);
    background-repeat: no-repeat;
    background-size: contain; }
.select select {
    width: 100%;
    padding: 16px 17px;
    border: none;
    color: rgba(0, 0, 0, 0.6);
    -webkit-appearance: none;
    -moz-appearance: none; }
.select select::-ms-expand {
    display: none; }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1180px + 15px * 2);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: 100%; }
@media (max-width: 1199px) {
    .shell {
      max-width: calc( 1180px + 25px * 2);
      padding-left: 25px;
      padding-right: 25px; } }
@media (max-width: 1023px) {
    .shell {
      max-width: calc( 1180px + 30px * 2);
      padding-left: 30px;
      padding-right: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .shell {
      max-width: calc( 1180px + 20px * 2);
      padding-left: 20px;
      padding-right: 20px; } }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/*  Shell Small  */
.shell--small {
  max-width: calc( 980px + 15px * 2); }
/*  Shell Medium  */
.shell--medium {
  max-width: calc( 1200px + 15px * 2); }
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar .sidebar__dropdown {
  margin-bottom: 0;
  color: #1D1C1C;
  font-size: 18px;
  list-style: none; }
.sidebar .sidebar__dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 49px;
  padding: 14px 19px 12px 21px;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s; }
.sidebar .sidebar__dropdown a.is-active,
.sidebar .sidebar__dropdown a:active,
.sidebar .sidebar__dropdown a:hover {
  background-color: #C5CAE9;
  color: #1D1C1C; }
.sidebar .sidebar__dropdown a .ico-chevron-down {
  margin-top: 5px;
  margin-left: 14px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
.sidebar .sidebar__dropdown a.is-open .ico-chevron-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sidebar .sidebar__dropdown li a {
  border-top: 1px solid #5740B2; }
.sidebar .sidebar__dropdown > li:first-child > a {
  border: none; }
.sidebar .sidebar__dropdown li ul {
  display: none;
  list-style: none; }

.sidebar .sidebar__dropdown li ul a {
  min-height: 50px;
  border-top: 2px solid #8684D0;
  background-color: #5740B2;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.03em; }

.sidebar .sidebar__dropdown li ul ul a {
  padding-left: 48px;
  background-color: #C5CAE9;
  color: #1D1C1C;
  letter-spacing: 0.018em; }
.sidebar .sidebar__actions {
  padding-top: 20px; }
.sidebar--dark .sidebar__dropdown a {
  background-color: #1D1C1C;
  color: #fff; }
.sidebar--small .sidebar__dropdown > li > a {
  text-transform: uppercase; }
.sidebar--small .sidebar__dropdown ul li a {
  font-size: 14px; }
.sidebar .sidebar__dropdown .on a {
   background-color: #C5CAE9;
  color: #1D1C1C; }
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials {
  padding: 10px; }
.socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none; }
.socials li + li {
    margin-left: 17px; }
.socials a {
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.socials a:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px); }
/* ------------------------------------------------------------ *\
	Summary
\* ------------------------------------------------------------ */
.summary {
  padding: 21px 23px 21px 21px;
  background-color: rgba(0, 0, 0, 0.87);
  color: #fff; }
@media (max-width: 1023px) {
    .summary {
      padding: 21px 38px 21px 21px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .summary {
      padding: 30px 14px; } }
.summary h4,
  .summary h5,
  .summary h6 {
    color: #fff;
    font-weight: 400; }
@media (max-width: 1023px) {
      .summary h4,
      .summary h5,
      .summary h6 {
        font-size: 18px; } }
.summary .summary__head {
    margin-bottom: 39px; }
@media (max-width: 1023px) {
      .summary .summary__head {
        margin-bottom: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .summary .summary__head {
        margin-bottom: 25px; } }
.summary .summary__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.summary .summary__row + .summary__row {
    margin-top: 34px; }
@media (max-width: 1023px) {
      .summary .summary__row + .summary__row {
        margin-top: 28px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .summary .summary__row + .summary__row {
        margin-top: 25px; } }
.summary .summary__col--size-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 61px;
            flex: 0 0 61px;
    max-width: 61px; }
@media (max-width: 1023px) {
      .summary .summary__col--size-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48px;
                flex: 0 0 48px;
        max-width: 48px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .summary .summary__col--size-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 30px;
                flex: 0 0 30px;
        max-width: 30px; } }
.summary .summary__col--size-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding-left: 10px; }
.summary .summary__col--size-1 p span {
    display: inline-block;
    margin-left: 18px; }
@media (max-width: 1023px) {
      .summary .summary__col--size-1 p span {
        margin-left: 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .summary .summary__col--size-1 p span {
        margin-left: 8px; } }
.summary .summary__col--size-2 p span {
    font-size: 12px; }
.summary .summary__select {
    margin-top: -10px; }
@media (max-width: 1023px) {
      .summary .summary__select {
        margin-top: -3px; } }
.summary .summary__select .ui-selectmenu-button.ui-button {
    padding: 8px 9px; }
.summary .summary__foot {
    position: relative;
    padding-top: 33px;
    margin-top: 23px;
    font-size: 12px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .summary .summary__foot {
        margin-top: 42px; } }
.summary .summary__foot:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-image: url(../images/temp/lines-horizontal-white-2.png);
    background-size: contain; }
.summary .summary__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 27px;
    font-size: 14px; }
/* ------------------------------------------------------------ *\
	Switch
\* ------------------------------------------------------------ */
.switch {
  position: relative; }
.switch input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
.switch label {
    position: relative;
    display: block;
    width: 34px;
    height: 14px;
    border-radius: 7px;
    background-color: rgba(57, 48, 159, 0.38);
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
.switch label:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -3px;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
    background-color: #39309F;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.switch label:after {
    content: '';
    position: absolute;
    top: -13px;
    left: -11px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.08);
    -webkit-transition: background-color 0.3s, left 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, left 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, background-color 0.3s, left 0.3s;
    transition: transform 0.3s, background-color 0.3s, left 0.3s;
    transition: transform 0.3s, background-color 0.3s, left 0.3s, -webkit-transform 0.3s; }
.switch input:checked ~ label:before {
    -webkit-transform: translate(16px);
        -ms-transform: translate(16px);
            transform: translate(16px); }
.switch input:checked ~ label:after {
    left: 6px;
    background-color: rgba(57, 48, 159, 0.12); }
.switch input:focus ~ label:after,
  .switch label:hover:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
.switch.disabled {
  pointer-events: none; }
.switch.disabled label {
    background-color: rgba(57, 48, 159, 0.1); }
.switch.disabled label:before {
    background-color: #a9a6d1; }
/* ------------------------------------------------------------ *\
	Tab
\* ------------------------------------------------------------ */
.tab {
  display: none; }
.tab.is-current {
  display: block; }
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
table {
  font-size: 14px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .recordDetail table {
      position: relative; } }
@media (max-width: 580px) {
    .recordDetail table:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 23px;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 5e-05)), to(rgba(0, 0, 0, 0.5)));
      background: -o-linear-gradient(left, rgba(0, 0, 0, 5e-05) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: linear-gradient(90deg, rgba(0, 0, 0, 5e-05) 0%, rgba(0, 0, 0, 0.5) 100%); } }
.recordDetail table table__inner {
    overflow-x: auto; }
@media (max-width: 580px) {
    .recordDetail table table {
      width: 580px; } }
.recordDetail table th, .recordDetail table td {
    height: 48px;
    border: 1px solid #C6CCD2;
    padding: 10px; }
.recordDetail form table th, .recordDetail form table td {
    height: 36px;
    border: none }

.recordDetail table thead th {
    padding: 12px 18px;
    background-color: #338376;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: left; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .recordDetail table thead th {
        padding: 12px 13px;
        font-size: 15px;
        font-weight: 300; } }
.recordDetail table tbody td {
    padding: 12px 18px;
    letter-spacing: 0.015em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .recordDetail table tbody td {
        padding: 12px 13px;
        font-size: 14px; } }
.recordDetail table tr:nth-child(even) td, .recordDetail table tr:nth-child(even) th {
    background-color: #F4F5F6; }
/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */
.tabs .tabs__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tabs .tabs__nav ul {
      border-bottom: none; } }
.tabs .tabs__nav li + li {
  margin-left: 20px; }
.tabs .tabs__nav a {
  display: block;
  padding: 8px 14px 6px 13px;
  border-radius: 16px;
  color: #1D1C1C;
  background-color: rgba(0, 0, 0, 0.12);
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }
.tabs .tabs__nav li.is-current a,
.tabs .tabs__nav a:hover {
  background-color: #C5CAE9; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs--mobile-destroy .tabs__head {
    display: none; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs--mobile-destroy .tab {
    display: block; } }
/* ------------------------------------------------------------ *\
	Tile Alt
\* ------------------------------------------------------------ */
.tile-alt {
  position: relative;
  display: block;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tile-alt {
      padding-bottom: 57px;
      padding-right: 34px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tile-alt:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: -3px;
      width: 20px;
      background-color: #9FA8DA; } }
.tile-alt .show {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.tile-alt .hide {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.tile-alt:hover .show {
    opacity: 0; }
.tile-alt:hover .hide {
    opacity: 1; }
.tile-alt .tile__image {
    background-size: cover; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tile-alt .tile__image {
        position: relative; } }
.tile-alt .tile__image:before {
    content: '';
    display: block;
    padding-top: 65.6%; }
@media (max-width: 1023px) {
      .tile-alt .tile__image:before {
        padding-top: 76.8%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tile-alt .tile__image:before {
        padding-top: 85.5%; } }
.tile-alt .tile__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.tile-alt .tile__content {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 53.5%;
    width: 100%;
    padding: 25px 25px;
    background-color: #1D1C1C;
    color: #fff;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
@media (max-width: 1023px) {
      .tile-alt .tile__content {
        max-width: 60.5%;
        padding: 28px 20px 10px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tile-alt .tile__content {
        top: auto;
        bottom: 0;
        left: auto;
        right: 34px;
        max-width: 76%; } }
.tile-alt .tile__content h4 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 23px; }
@media (max-width: 1023px) {
      .tile-alt .tile__content h4 {
        padding-bottom: 13px;
        margin-bottom: 27px; } }
.tile-alt .tile__content h4:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 14px;
    background-image: url(../images/temp/lines-horizontal-light-gray.png); }
.tile-alt .tile__content p {
    font-size: 12px;
    letter-spacing: 0.03em; }
@media (max-width: 1023px) {
      .tile-alt .tile__content p {
        line-height: 1.6; } }
.tile-alt .tile__label {
    position: absolute;
    top: 0;
    right: 100%;
    display: inline-block;
    padding: 12px 13px 11px;
    background-color: #ED1B2E;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tile-alt .tile__label {
        top: auto;
        bottom: 100%;
        right: 0; } }
.tile-alt .tile__label--blue {
    background-color: #007DC3; }
.tile-alt .tile__label--dark {
    background-color: #1D1C1C; }
.tile-alt--banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.tile-alt--banner .tile__image {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.2%;
            flex: 0 0 47.2%;
    max-width: 47.2%; }
@media (max-width: 1023px) {
      .tile-alt--banner .tile__image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 42.2%;
                flex: 0 0 42.2%;
        max-width: 42.2%; } }
.tile-alt--banner .tile__image:before {
    padding-top: 52.3%; }
.tile-alt--banner .tile__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    position: relative;
    padding: 27px 28px 10px; }
@media (max-width: 1023px) {
      .tile-alt--banner .tile__content {
        padding: 26px 18px 10px; } }
.tile-alt--primary .tile__image:before {
  padding-top: 38.7%; }
@media (max-width: 1023px) {
    .tile-alt--primary .tile__image:before {
      padding-top: 41.7%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tile-alt--primary .tile__image:before {
      padding-top: 85.5%; } }
.tile-alt--primary .tile__content {
  max-width: 52.5%;
  padding: 25px 29px 24px; }
@media (max-width: 1023px) {
    .tile-alt--primary .tile__content {
      max-width: 65.5%;
      padding: 24px 19px 8px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tile-alt--primary .tile__content {
      max-width: 76%; } }
.tile-alt--hover-1:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02); }
.tile-alt--hover-1:hover .tile__content {
    background-color: #ED1B2E; }
.tile-alt--hover-2 .tile__image {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
.tile-alt--hover-2 .tile__label {
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s; }
.tile-alt--hover-2:hover .tile__image {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05); }
.tile-alt--hover-2:hover .tile__content {
  background-color: #ED1B2E; }
.tile-alt--hover-2:hover .tile__label {
  top: -10px; }
.tile-alt--hover-3 .tile__content {
  -webkit-transition: background-color 0.3s, top 0.3s;
  -o-transition: background-color 0.3s, top 0.3s;
  transition: background-color 0.3s, top 0.3s; }
.tile-alt--hover-3 .tile__label {
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }
.tile-alt--hover-3:hover .tile__content {
  top: -10px;
  background-color: #007DC3; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tile-alt--hover-3:hover .tile__content {
      top: auto; } }
.tile-alt--hover-3:hover .tile__label {
  background-color: #ED1B2E; }



.tile-alt--hover-Careers .tile__content {
  -webkit-transition: background-color 0.3s, top 0.3s;
  -o-transition: background-color 0.3s, top 0.3s;
  transition: background-color 0.3s, top 0.3s; }
.tile-alt--hover-Careers .tile__label {
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }
.tile-alt--hover-Careers:hover .tile__content {
  top: -10px;
  background-color: #5740B2; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tile-alt--hover-3:hover .tile__content {
      top: auto; } }
.tile-alt--hover-Careers .tile__label {
  background-color: #5740B2 !important; }


.tile-alt--hover-None .tile__content {
  -webkit-transition: background-color 0.3s, top 0.3s;
  -o-transition: background-color 0.3s, top 0.3s;
  transition: background-color 0.3s, top 0.3s; }

.tile-alt--hover-None .tile__label {
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.tile-alt--hover-None:hover .tile__content {
  top: -10px;
  background-color: #ED1B2E !important; }

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tile-alt--hover-3:hover .tile__content {
      top: auto; } }

.tile-alt--hover-None .tile__label {
  display: none !important;}
.tile-alt--hover-None:hover .tile__label {
  display: none !important;}
.tile-alt--hover-None .tile__actions {
  display: none !important;}
.tile-alt--hover-None:hover .tile__actions {
  display: none !important;}


.tile-alt--hover-Event .tile__content {
  -webkit-transition: background-color 0.3s, top 0.3s;
  -o-transition: background-color 0.3s, top 0.3s;
  transition: background-color 0.3s, top 0.3s; }
.tile-alt--hover-Event .tile__label {
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }
.tile-alt--hover-Event:hover .tile__content {
  top: -10px;
  background-color: #ED1B2E; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tile-alt--hover-3:hover .tile__content {
      top: auto; } }
.tile-alt--hover-Event .tile__label {
  background-color: #ED1B2E !important; }



.tile-alt--hover-Awards .tile__content {
  -webkit-transition: background-color 0.3s, top 0.3s;
  -o-transition: background-color 0.3s, top 0.3s;
  transition: background-color 0.3s, top 0.3s; }
.tile-alt--hover-Awards .tile__label {
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }
.tile-alt--hover-Awards:hover .tile__content {
  top: -10px;
  background-color: #ED1B2E; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tile-alt--hover-3:hover .tile__content {
      top: auto; } }
.tile-alt--hover-Awards .tile__label {
  background-color: #ED1B2E !important; }


.tile-alt--hover-Policy .tile__content {
  -webkit-transition: background-color 0.3s, top 0.3s;
  -o-transition: background-color 0.3s, top 0.3s;
  transition: background-color 0.3s, top 0.3s; }
.tile-alt--hover-Policy .tile__label {
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }
.tile-alt--hover-Policy:hover .tile__content {
  top: -10px;
  background-color: #007DC3; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tile-alt--hover-3:hover .tile__content {
      top: auto; } }
.tile-alt--hover-Policy .tile__label {
  background-color: #007DC3 !important; }


.tile-alt--hover-Membership .tile__content {
  -webkit-transition: background-color 0.3s, top 0.3s;
  -o-transition: background-color 0.3s, top 0.3s;
  transition: background-color 0.3s, top 0.3s; }
.tile-alt--hover-Membership .tile__label {
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }
.tile-alt--hover-Membership:hover .tile__content {
  top: -10px;
  background-color: #338376; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tile-alt--hover-3:hover .tile__content {
      top: auto; } }
.tile-alt--hover-Membership .tile__label {
  background-color: #338376 !important; }

.tile-alt--hover-Membership:hover .tile__content.nohover {
  background-color: transparent !important; }
.tile-alt--hover-Awards:hover .tile__content.nohover {
  background-color: transparent !important; }
.tile-alt--hover-Policy:hover .tile__content.nohover {
  background-color: transparent !important; }
.tile-alt--hover-Event:hover .tile__content.nohover {
  background-color: transparent !important; }
.tile-alt--hover-None:hover .tile__content.nohover {
  background-color: transparent !important; }
.tile-alt--hover-Careers:hover .tile__content.nohover {
  background-color: transparent !important; }

/* ------------------------------------------------------------ *\
	Tile Primary
\* ------------------------------------------------------------ */
.tile-primary {
  position: relative;
  display: block;
  text-decoration: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tile-primary {
      padding-left: 43px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tile-primary:after {
      content: '';
      position: absolute;
      top: -57px;
      left: 0;
      bottom: 5px;
      width: 20px;
      background-color: #C5CAE9; } }
.tile-primary .show {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.tile-primary .hide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.tile-primary:hover .show {
    opacity: 0; }
.tile-primary:hover .hide {
    opacity: 1; }
.tile-primary:hover .tile__label {
    background-color: #1D1C1C; }
.tile-primary .tile__image {
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    position: relative;
    background-size: cover;
    margin-bottom: 15px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
@media (max-width: 1023px) {
      .tile-primary .tile__image {
        margin-bottom: 21px; } }
.tile-primary .tile__image:before {
    content: '';
    display: block;
    padding-top: 79.2%; }
@media (max-width: 1023px) {
      .tile-primary .tile__image:before {
        padding-top: 57.2%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tile-primary .tile__image:before {
        padding-top: 44%; } }
.tile-primary .tile__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.tile-primary .tile__label {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 8px 11px;
    background-color: #5740B2;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: right 0.3s, top 0.3s, background-color 0.3s;
    -o-transition: right 0.3s, top 0.3s, background-color 0.3s;
    transition: right 0.3s, top 0.3s, background-color 0.3s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tile-primary .tile__label {
        top: auto;
        right: auto;
        left: 0;
        bottom: 0; } }
.tile-primary .tile__content {
    padding-bottom: 6px;
    -webkit-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s; }
.tile-primary .tile__content h4 {
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 13px; }
@media (max-width: 1023px) {
      .tile-primary .tile__content h4 {
        padding-bottom: 25px;
        margin-bottom: 17px; } }
.tile-primary .tile__content h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background-image: url(../images/temp/lines-horizontal-gray.png); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tile-primary .tile__content p {
      display: none; } }
.tile-primary .tile__meta {
    position: relative;
    display: block;
    margin-bottom: 13px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.15em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tile-primary .tile__meta {
        margin-bottom: 0; } }
.tile-primarytile__actions {
    position: relative;
    margin-top: 20px;
    color: #ED1B2E;
    font-weight: 600;
    text-transform: uppercase; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tile-primary .tile__actions {
        display: none; } }
.tile-primary--small .tile__image:before {
  padding-top: 79.8%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tile-primary--small .tile__image:before {
      padding-top: 44%; } }
.tile-primary--small .tile__label {
  padding: 8px 10px; }
.tile-primary--hover-1:hover .tile__image {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05); }
.tile-primary--hover-1:hover .tile__label {
  top: 10px;
  right: -10px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tile-primary--hover-1:hover .tile__label {
      top: auto;
      right: auto; } }
.tile-primary--hover-1:hover .tile__content {
  padding-left: 15px; }
/* ------------------------------------------------------------ *\
	Video
\* ------------------------------------------------------------ */
.video-bg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
.video-bg iframe {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none; }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  padding-top: 132px;
  overflow: hidden; }
@media (max-width: 1023px) {
    .wrapper {
      padding-top: 100px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .wrapper {
      padding-top: 92px; } }
.wrapper--home {
  padding-top: 0; }
@media (max-width: 1023px) {
    .wrapper--home {
      padding-top: 100px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .wrapper--home {
      padding-top: 104px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wrapper--event .breadcrumbs,
  .wrapper--event .header,
  .wrapper--event .footer {
    display: none; } }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Datepicker Overwrites
\* ------------------------------------------------------------ */
.lightpick {
  padding: 0;
  border: 1px solid #5740B2;
  border-radius: 5px;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif; }
.lightpick .lightpick__month {
    width: 376px;
    padding: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .lightpick .lightpick__month {
        width: 260px; } }
.lightpick .lightpick__day.is-previous-month,
  .lightpick .lightpick__day.is-next-month {
    opacity: 0.3; }
.lightpick .lightpick__month-title > .lightpick__select,
  .lightpick .lightpick__month-title > .lightpick__select-months {
    color: #454B60;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase; }
.lightpick .lightpick__month-title {
    margin: 0 auto; }
.lightpick .lightpick__month-title > .lightpick__select-months {
    margin-right: 5px; }
.lightpick .lightpick__toolbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
.lightpick .lightpick__previous-action,
  .lightpick .lightpick__next-action,
  .lightpick .lightpick__close-action {
    margin: 0; }
.lightpick .lightpick__previous-action,
  .lightpick .lightpick__next-action {
    position: absolute;
    top: 19px;
    background-color: transparent;
    line-height: 0;
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .lightpick .lightpick__previous-action,
      .lightpick .lightpick__next-action {
        top: 8px; } }
.lightpick .lightpick__previous-action {
    left: 22px;
    background-image: url(../images/svg/ico-arrow-left-dark.svg); }
.lightpick .lightpick__previous-action:hover {
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px); }
.lightpick .lightpick__next-action {
    right: 22px;
    background-image: url(../images/svg/ico-arrow-right-dark.svg); }
.lightpick .lightpick__next-action:hover {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px); }
.lightpick .lightpick__month-title-bar {
    position: relative;
    padding: 24px 0 12px;
    border-bottom: 1px solid #5740B2; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .lightpick .lightpick__month-title-bar {
        padding: 12px 0; } }
.lightpick .lightpick__days-of-the-week {
    padding: 16px 23px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .lightpick .lightpick__days-of-the-week {
        padding: 10px 22px 10px 15px; } }
.lightpick .lightpick__day-of-the-week {
    color: #1D1C1C;
    font-size: 12px;
    font-weight: 400; }
.lightpick .lightpick__days {
    padding: 17px 18px 21px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .lightpick .lightpick__days {
        padding: 0px 18px 10px; } }
.lightpick .lightpick__day {
    height: 36px;
    width: 36px;
    margin: 0 6px 15px;
    margin-bottom: 15px;
    color: #283593;
    font-size: 14px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .lightpick .lightpick__day {
        width: 26px;
        height: 26px;
        margin: 0 0 10px 0; } }
.lightpick .lightpick__day.is-today {
    background-image: none; }
.lightpick .lightpick__day.is-start-date.is-in-range,
  .lightpick .lightpick__day.is-end-date.is-in-range,
  .lightpick .lightpick__day.is-end-date.is-in-range.is-flipped {
    background-image: url(../images/svg/ico-circle-purple.svg);
    background-color: #C5CAE9;
    color: #fff;
    font-weight: 400; }
.lightpick .lightpick__day.is-in-range {
    position: relative;
    background-color: #C5CAE9; }
.lightpick .lightpick__day.is-start-date,
  .lightpick .lightpick__day.is-end-date,
  .lightpick .lightpick__day.is-start-date:hover,
  .lightpick .lightpick__day.is-end-date:hover,
  .lightpick .lightpick__day.is-in-range:hover {
    background-image: url(../images/svg/ico-circle-purple.svg);
    color: #fff; }
.lightpick .lightpick__day.is-in-range:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 13px;
    background-color: #C5CAE9; }
.lightpick .lightpick__day.is-in-range.is-flipped:after {
    left: auto;
    right: 100%; }
.lightpick .lightpick__day.is-in-range.is-end-date:after {
    display: none; }
.lightpick .lightpick__day.is-in-range.is-start-date.is-end-date {
    background-color: transparent; }
/* ------------------------------------------------------------ *\
	Select Overwrites
\* ------------------------------------------------------------ */
.ui-selectmenu-button.ui-button {
  position: relative;
  width: 100%;
  padding: 15px 17px;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s; }
@media (max-width: 1199px) {
    .ui-selectmenu-button.ui-button {
      padding-left: 10px;
      padding-right: 10px; } }
.ui-selectmenu-button.ui-button:hover {
    border: none;
    border-bottom: 2px solid transparent;
    background-color: #fff; }
.ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon {
    margin-top: 4px; }
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(../images/jquery-ui/images/ui-icons_777777_256x240.png); }
.ui-selectmenu-menu .ui-corner-all,
.ui-selectmenu-menu .ui-corner-bottom,
.ui-selectmenu-menu .ui-corner-right,
.ui-selectmenu-menu .ui-corner-br {
  border-radius: 0; }
.ui-selectmenu-menu .ui-menu-item:first-child {
  /*display: none;*/ }
.ui-selectmenu-menu .ui-menu {
  padding: 10px 0 5px;
  border: 1px solid #1D1C1C;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background-color: #fff;
  list-style: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
.ui-selectmenu-menu .ui-menu-item-wrapper {
  padding: 6px 12px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s; }
.ui-selectmenu-menu .ui-menu-item-wrapper.ui-state-active {
  color: #fff; }
/* ------------------------------------------------------------ *\
	UI Slider Overwrites
\* ------------------------------------------------------------ */
.ui-slider-horizontal {
  height: 10px;
  background-color: #fff;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.25);
  cursor: pointer; }
.ui-slider-horizontal .ui-slider-range {
    top: 4px;
    left: 3px;
    max-width: 99%;
    height: 3px;
    background-color: #5740B2;
    pointer-events: none; }
.ui-slider-horizontal:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 8px;
  background-color: #fff;
  pointer-events: none; }
.ui-widget.ui-widget-content {
  border: none; }
.ui-slider .ui-slider-handle {
  top: -1px;
  width: 14px;
  height: 14px;
  opacity: 0; }
/* ------------------------------------------------------------ *\
	Magnific
\* ------------------------------------------------------------ */
.popup {
  max-width: 580px;
  padding: 38px 39px;
  margin: 0 auto;
  background: #fff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .031em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .popup {
      padding: 30px 25px; } }
.popup p {
    margin-bottom: 22px;
    letter-spacing: inherit; }
.popup p:last-child {
    margin-bottom: 0; }
.popup .popup__actions {
    padding: 0 15px;
    margin-top: 43px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .popup .popup__actions {
        padding: 0; } }

/* ------------------------------------------------------------ *\
	Cart extras
\* ------------------------------------------------------------ */

.change_qty
{
//display:none !important;
}

input.shipping, input.step3
{
float:right;
}

form#searchDirectory{
width:100%;
display: flex;
}

blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

blockquote.twitter-tweet p {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}

blockquote.twitter-tweet a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}

.twitter__widget {
  //max-width: 300px;
}


.cpd-current-activities .dashboardTitle, .cpd-current-activities .currentGoals, .cpd-current-activities .addActivitiesForm {
  display: none;
}

.cpd-current-goals .currentActivities, .cpd-current-goals .dashboardTitle, .cpd-current-goals .addActivitiesForm{
  display: none;
}

.pastGoals {
  display: none;
}

.cpd-dashboard .currentActivities, .cpd-dashboard .currentGoals, .cpd-dashboard .cpdTitle, .cpd-dashboard .addActivitiesForm{
  display: none;
}


.cpd-activityForm .currentActivities, .cpd-activityForm .currentGoals, .cpd-activityForm .cpdTitle, .cpd-activityForm  .dashboardTitle {
  display: none;
}


.lightpick__reset-action {
 padding: 8px;
}


.lightpick__footer {
 padding: 6px;
}

.lightpick__apply-action, .lightpick__reset-action {
 padding: 6px 10px;
}

.SubmitButton {
  max-width: none;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #5740B2;
  border-radius: 4px;
  background-color: #5740B2;
  color: #fff; 
  float:right !important;}

#currentBillUserDiv th, #addressdetails_div th {
	padding: 5px 0;
	text-align: left;
	width: 240px;
}

#cart_order_title, #cart_step1_title, #cart_ordercomplete_title, #cart_step4_page_title {
font-size: 24px;
font-weight: bold;
padding: 5px 0;
}

#cart_step3_title {
font-size: 16px;
font-weight: bold;
padding: 5px 0;
}

#gateway_select_div th {
	padding: 5px 5px;
}


#gateway_select_div label{
	margin: 0;
}

.meetingContainer {
max-width: 730px;
background: #5841b5;
padding: 15px;
color: white;
}

.meetingContainer .file_size{
display: none;
}


.meetingContainer .files_list li {
height: 24px;
}

.meetingContainer .files_list li svg {
position: relative;
top: 4px;
left: 1px;
}

.meetingContainer .files_list a {
display: unset;
left: 8px;
top: 4px;
}

.meetingContainer .files_list li+li a {
   border: none;
   padding: 0 !important;
}


.subcommittees a{
 font-size: 24px;
  font-weight: 400; 
text-decoration: none;
width: 100%;
border-bottom: red solid 1px;
display: block;
padding: 8px 0;
margin: 8px 0;
}


.search_form label{

    width: 92px;
    padding: 12px;
    display: block;
    float: left;
}

.search_form input{

    float: left;
}

.search_form div{
display: block;
    clear: both;
    float: left;
}


.search_form button{
float: left;
    clear: both;
    margin-left: 92px;
}


.search_form fieldset{
line-height: 2em
}

.search_returned {
margin-top: 20px;
}


#staff_sub, #division_sub, #resources_sub, #board_sub {
display:none;
}
