<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


/*-------------------*/
/*    0. GENERAL     */
/*-------------------*/
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  color: #162056;
  margin: 0;
  padding: 0;
}

a {
  color: #162056;
  text-decoration: none;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, .h1,
h2, .h2 {
  color: #162056;
}

.Wrapper {
  overflow: hidden;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content {
  padding: 20px;
}

.Wrapper--set1 .backgroundColor {
  background: #7FC2E4;
}

.Wrapper--set2 .backgroundColor {
  background: #A1D6CA;
}

.Wrapper--set3 .backgroundColor {
  background: #c4d600;
}

@media screen and (min-width: 1100px) {
  h1, .h1 {
    font-weight: 300;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: -0.03em;
    color: #162056;
  }
  h2, .h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 45px;
    letter-spacing: -0.03em;
  }
  h3, .h3 {
    font-weight: 300;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.03em;
  }
  h4, .h4 {
    font-weight: 300;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.03em;
  }
  h5, .h5 {
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.03em;
  }
  h6, .h6 {
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -0.03em;
    margin: 30px 0;
  }
  .h7 {
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.03em;
  }
  .t1 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.03em;
    font-weight: 300;
    margin: 20px 0;
  }
  .t2 {
    font-size: 27px;
    line-height: 26px;
    letter-spacing: -0.03em;
    font-weight: 300;
  }
  .t3 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.03em;
    font-weight: 300;
  }
  .t4 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.03em;
    font-weight: 300;
  }
  .t5 {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.03em;
    font-weight: 400;
  }
  .t6 {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.03em;
    font-weight: 300;
  }
  .t7 {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    font-weight: 300;
  }
}

/* Slick */
.slick-list {
  width: 100% !important;
}

.slick-slider {
  position: static;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  font-size: 0;
  height: 61px;
  width: 65px;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
  z-index: 2;
}

.secondColor--yellow .slick-arrow {
  background-color: #FFE282;
}

.secondColor--green .slick-arrow {
  background-color: #E1EA80;
}

.secondColor--lila .slick-arrow {
  background-color: #C5A3CC;
}

.slick-prev {
  left: 0;
  border-radius: 0 200px 200px 0;
  background-image: url("../images/arrow-left.png");
  background-position: 21px center;
}

.slick-next {
  right: 0;
  border-radius: 200px 0 0 200px;
  background-image: url("../images/arrow-right.png");
  background-position: 29px center;
}

.slick-dots {
  padding: 0;
  margin: 19px 0 20px;
  list-style: none;
  text-align: center;
  position: relative;
  z-index: 2;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  border: 0;
  font-size: 0;
  border-radius: 50%;
  background: #7FC2E4;
  height: 11px;
  width: 11px;
  margin: 0 4px;
  outline: none;
}

.slick-dots li.slick-active button {
  background: #162056;
}

.Wrapper--set1 .slick-dots li button {
  background: #7FC2E4;
}

.Wrapper--set2 .slick-dots li button {
  background: #A1D6CA;
}

.Wrapper--set3 .slick-dots li button {
  background: #c4d600;
}

.Wrapper--set1 .slick-dots li.slick-active button {
  background: #162056;
}

.Wrapper--set2 .slick-dots li.slick-active button {
  background: #42145F;
}

.Wrapper--set3 .slick-dots li.slick-active button {
  background: #00859b;
}

/*----------- 0-1. GENERAL RESPONSIVE --------------*/
@media screen and (min-width: 781px) and (max-width: 1099px) {
  h1, .h1 {
    font-weight: 300;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.03em;
  }
  h2, .h2 {
    font-weight: 300;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.03em;
  }
  h3, .h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.03em;
  }
  h4, .h4 {
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.03em;
  }
  h5, .h5 {
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.03em;
  }
  h6, .h6 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.03em;
    font-weight: 300;
  }
  .h7 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.03em;
    font-weight: 300;
  }
  .t1 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.03em;
    font-weight: 300;
  }
  .t2 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.03em;
    font-weight: 300;
  }
  .t3 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.03em;
    font-weight: 300;
  }
  .t4 {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.03em;
    font-weight: 400;
    line-height: 20px;
  }
  .t5,
  .t6,
  .t7 {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    font-weight: 300;
    line-height: 18px;
  }
}

@media screen and (max-width: 780px) {
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6,
  .h7 {
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.03em;
    margin: 20px 0;
  }
  .t1,
  .t2,
  .t3 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.03em;
    font-weight: 300;
  }
  .t4,
  .t5,
  .t6,
  .t7 {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    font-weight: 300;
  }
  .slick-arrow {
    width: 51px;
    height: 40px;
    background-size: 12px;
  }
  .slick-next {
    background-position: 20px center;
  }
}

/*-------------------*/
/*    1. BUTTONS     */
/*-------------------*/
/* Boutons */
.Button {
  border: 1px solid #162056;
  text-transform: uppercase;
  padding: 2px 10px;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  min-width: 120px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 5px 2px;
}

/* Boutons SET 1*/
.Wrapper--set1 .Button--standard {
  color: #162056;
  border-color: #162056;
  border-radius: 20px;
}

.Wrapper--set1 .Button--standard:hover {
  color: #7FC2E4;
  border-color: #7FC2E4;
}

.Wrapper--set1 .Button--white {
  color: #ffffff;
  border-color: #ffffff;
  border-radius: 20px;
}

.Wrapper--set1 .Button--white:hover {
  color: #162056;
  border-color: #162056;
}

.Wrapper--set1 .Button--onBackground {
  color: #162056;
  border-color: #162056;
  border-radius: 20px;
}

.Wrapper--set1 .Button--onBackground:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.Wrapper--set1 .Button--onBackground--full {
  color: #ffffff;
  border-color: #162056;
  background: #162056;
  border-radius: 20px;
}

.Wrapper--set1 .Button--onBackground--full:hover {
  color: #162056;
  border-color: #162056;
  background: #ffffff;
}

.Wrapper--set1 .Button--no_Background--full {
    color: #162056;
    border-color: #162056;
    border-radius: 20px;
}

.Wrapper--set1 .Button--right {
  color: #ffffff;
  border-color: #162056;
  background: #162056;
  border-radius: 20px 0 0 20px;
}

.Wrapper--set1 .Button--right:hover {
  color: #ffffff;
  border-color: #7FC2E4;
  background: #7FC2E4;
}

/* Boutons SET 2*/
.Wrapper--set2 .Button--standard {
  color: #162056;
  border-color: #162056;
  border-radius: 20px;
}

.Wrapper--set2 .Button--standard:hover {
  color: #A1D6CA;
  border-color: #A1D6CA;
}

.Wrapper--set2 .Button--white {
  color: #ffffff;
  border-color: #ffffff;
  border-radius: 20px;
}

.Wrapper--set2 .Button--white:hover {
  color: #162056;
  border-color: #162056;
}

.Wrapper--set2 .Button--onBackground {
  color: #162056;
  border-color: #162056;
  border-radius: 20px;
}

.Wrapper--set2 .Button--onBackground:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.Wrapper--set2 .Button--onBackground--full {
  color: #ffffff;
  border-color: #162056;
  background: #162056;
  border-radius: 20px;
}

.Wrapper--set2 .Button--onBackground--full:hover {
  color: #A1D6CA;
  border-color: #ffffff;
  background: #ffffff;
}

.Wrapper--set2 .Button--right {
  color: #ffffff;
  border-color: #162056;
  background: #162056;
  border-radius: 20px 0 0 20px;
}

.Wrapper--set2 .Button--right:hover {
  color: #ffffff;
  border-color: #A1D6CA;
  background: #A1D6CA;
}

/* Boutons SET 3*/
.Wrapper--set3 .Button--standard {
  color: #162056;
  border-color: #162056;
  border-radius: 20px;
}

.Wrapper--set3 .Button--standard:hover {
  color: #c4d600;
  border-color: #c4d600;
}

.Wrapper--set3 .Button--white {
  color: #ffffff;
  border-color: #ffffff;
  border-radius: 20px;
}

.Wrapper--set3 .Button--white:hover {
  color: #162056;
  border-color: #162056;
}

.Wrapper--set3 .Button--onBackground {
  color: #162056;
  border-color: #162056;
  border-radius: 20px;
}

.Wrapper--set3 .Button--onBackground:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.Wrapper--set3 .Button--onBackground--full {
  color: #ffffff;
  border-color: #162056;
  background: #162056;
  border-radius: 20px;
}

.Wrapper--set3 .Button--onBackground--full:hover {
  color: #c4d600;
  border-color: #ffffff;
  background: #ffffff;
}

.Wrapper--set3 .Button--right {
  color: #ffffff;
  border-color: #162056;
  background: #162056;
  border-radius: 20px 0 0 20px;
}

.Wrapper--set3 .Button--right:hover {
  color: #ffffff;
  border-color: #c4d600;
  background: #c4d600;
}

/* Tools */
.Tools {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 227px;
}

.Tools-item {
  display: block;
  padding: 14px 11px;
  margin-bottom: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.Tools-item:first-child {
  border-radius: 10px 0 0 0;
}

.Tools-item:last-child {
  border-radius: 0px 0 0 10px;
}

.Wrapper--set1 .Tools-item {
  background: #162056;
}

.Wrapper--set1 .Tools-item:hover {
  background: #7FC2E4;
}

.Wrapper--set2 .Tools-item {
  background: #42145F;
}

.Wrapper--set2 .Tools-item:hover {
  background: #A1D6CA;
}

.Wrapper--set3 .Tools-item {
  background: #00859b;
}

.Wrapper--set3 .Tools-item:hover {
  background: #c4d600;
}

.Tools-item svg {
  display: block;
}

.Tools-item svg path {
  fill: #ffffff;
}

.Tools-tooltip {
  position: absolute;
  right: 100%;
  margin-right: 20px;
  top: 0;
  padding: 20px 25px;
  width: 180px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  display: none;
}

.Tools-tooltip::after {
  content: '';
  display: block;
  position: absolute;
  right: 2px;
  top: 48%;
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.Wrapper--set1 .Tools-tooltip, .Wrapper--set1 .Tools-tooltip::after {
  background: #7FC2E4;
}

.Wrapper--set2 .Tools-tooltip, .Wrapper--set2 .Tools-tooltip::after {
  background: #A1D6CA;
}

.Wrapper--set3 .Tools-tooltip, .Wrapper--set3 .Tools-tooltip::after {
  background: #c4d600;
}

.Tools-item:hover .Tools-tooltip {
  display: block;
}

/*----------- 1-1. BUTTONS RESPONSIVE --------------*/
@media screen and (max-width: 1099px) and (min-width: 781px) {
  .Tools-item svg {
    width: 30px;
    height: 25px;
  }
  .Tools-tooltip {
    font-size: 11px;
    padding: 15px 20px;
    width: 150px;
  }
}

@media screen and (max-width: 780px) {
  .Button {
    font-size: 10px;
    line-height: 10px;
    font-weight: 300;
    padding: 7px 10px 6px;
    border-width: 0.5px;
  }
  .Tools {
    display: none;
  }
}

/*-------------------*/
/*    1. Header      */
/*-------------------*/
html {
  height: 100%;
}

body {
  padding-top: 165px;
  height: 100%;
}

.Wrapper {
  min-height: calc(100vh - 165px);
}

#header {
  position: fixed;
  width: 100%;
  z-index: 9;
  display: block;
  top: 0;
  left: 0;
}

body.sticky {
  padding-top: 90px;
}

body.sticky #header .MainNav-item {
  padding: 0 10px;
}

body.sticky #header .MainHeader {
  padding: 6px 3px 6px 30px;
}

body.sticky #header .MainHeader-logo {
  width: auto;
}

.TopHeader {
  height: 50px;
  color: #162056;
  padding: 5px 8px 23px 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.Wrapper--set1 .TopHeader {
  background: #7FC2E4;
}

.Wrapper--set2 .TopHeader {
  background: #A1D6CA;
}

.Wrapper--set3 .TopHeader {
  background: #c4d600;
}

.TopHeader-right {
  float: right;
}

.TopHeader-social {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}

.TopHeader-socialList {
  padding: 0;
  margin: 0;
  list-style: none;
}

.TopHeader-socialItem {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.TopHeader-socialItem svg path {
  fill: #162056;
}

.TopHeader-search {
  display: inline-block;
  margin: 0 21px;
  vertical-align: middle;
}

.TopHeader-searchIcon path {
  fill: #162056;
  stroke-width: 3px;
}

.TopNav {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

.TopNav-item {
  display: inline-block;
  padding: 0 15px;
}

.TopNav-item a {
  color: #162056;
}

.MainHeader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #162056;
  padding: 27px 3px 12px 61px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.03em;
  position: relative;
  background: #f5f5f5;
  z-index: 10;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.TopHeader-social-mobile,
.TopNav-mobile,
.MainHeader-countryMobile,
.MainHeader-searchMobile,
.MainHeader-burgerMobile,
.MegaMenu-submenuTitle,
.MegaMenu-submenu2Title,
.MegaMenu-submenu2Title2 {
  display: none;
}

.MainNav {
  float: right;
}

.MainNav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.MainNav-item {
  display: inline-block;
  padding: 25px 10px 16px;
}

.MainNav-link {
  color: #162056;
  display: block;
  padding: 16px 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-position: bottom;
  cursor: pointer;
}

.MainNav-link.is-active,
.MainNav-link.active {
  font-weight: 700;
  background: url("../images/bar.svg") no-repeat bottom;
  background-size: 100% 6px;
}

.MainNav-link.is-hover {
  background: url("../images/bar.svg") no-repeat bottom;
  background-size: 100% 6px;
}

.MainNav-linkIconMobile {
  display: none;
}

.TargetNav {
  display: none;
}

.MegaMenu {
  padding: 61px 0 100px 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
}

.Wrapper--set1 .MegaMenu {
  background: #7FC2E4;
}

.Wrapper--set2 .MegaMenu {
  background: #A1D6CA;
}

.Wrapper--set3 .MegaMenu {
  background: #c4d600;
}

.MainNav-link.is-active + .MegaMenu {
  display: block !important;
}

.MegaMenu-presentation {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding-right: 40px;
  margin-left: 9%;
  position: relative;
}

.MegaMenu-presentation .h6 {
  font-weight: bold;
  margin-top: 0;
}

.MegaMenu-presentation p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.03em;
  font-weight: 300;
  margin: 25px 0;
}

.MegaMenu-submenu {
  display: inline-block;
  vertical-align: top;
  width: 27%;
  padding-bottom: 50px;
  position: relative;
}

.MegaMenu-submenuList {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.MegaMenu-submenuBorder {
  content: '';
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #ffffff;
  border-radius: 20px;
}

.MegaMenu-submenuBorder:first-child {
  left: -5px;
}

.MegaMenu-submenuBorder:last-child {
  right: -5px;
}

.MegaMenu-submenuItem {
  margin-bottom: 25px;
}

.MegaMenu-submenuLink {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.03em;
  font-weight: 300;
  color: #162056;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 50px;
  padding-right: 40px;
  display: block;
  cursor: pointer;
}

.MegaMenu-submenuItem.is-active .MegaMenu-submenuLink {
  font-weight: bold;
  margin-right: -29px;
  margin-left: 29px;
}

.MegaMenu-submenuLink svg {
  position: relative;
  top: 3px;
  left: 15px;
}

.MegaMenu-submenuItem.is-active .MegaMenu-submenuLink:hover path {
  stroke: #162056;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.MegaMenu-submenu2 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background: #7FC2E4;
  height: 100%;
  display: none;
}

.MegaMenu-submenu2List {
  list-style: none;
  padding-left: 50px;
}

.Wrapper--set1 .MegaMenu-submenu2 {
  background: #7FC2E4;
}

.Wrapper--set2 .MegaMenu-submenu2 {
  background: #A1D6CA;
}

.Wrapper--set3 .MegaMenu-submenu2 {
  background: #c4d600;
}

.MegaMenu-submenu2Item {
  margin-bottom: 25px;
}

.MegaMenu-submenu2Link {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.03em;
  font-weight: 300;
  color: #162056;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.MegaMenu-submenu2Link:hover {
  font-weight: bold;
}

.MegaMenu-push {
  display: inline-block;
  vertical-align: top;
  padding: 0 135px 0 50px;
  width: 38%;
}

.MegaMenu-pushImg {
  margin-bottom: 30px;
  max-width: 100%;
}

.MegaMenu-push .h7 {
  font-weight: bold;
  margin: 0;
}

.MegaMenu-pushText {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.03em;
  font-weight: 300;
}

/* Breadcrumbs*/
.Breadcrumbs-list {
  list-style: none;
  padding-left: 61px;
}

.Breadcrumbs-item {
  display: inline-block;
}

.Breadcrumbs-link {
  font-size: 15px;
}

.Breadcrumbs-link.is-active {
  font-weight: 700;
}

/*------------ 1-1. Header RESPONSIVE -------------*/
@media screen and (max-width: 1099px) and (min-width: 781px) {
  body {
    padding-top: 119px;
  }
  .Wrapper {
    min-height: calc(100% - 119px);
  }
  .TopHeader {
    font-size: 11px;
    /* padding-top: 14px; */
    padding: 5px 8px 17px 20px;
  }
  .MainHeader {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.015em;
    padding: 10px 10px 10px 40px;
    height: auto;
  }
  .MainHeader-logo {
    width: 120px;
  }
  .MainHeader-logo.ticketLogo {
    width: 72px;
  }
  .MainNav-item {
    padding: 10px 7px 10px;
  }
  .MegaMenu-presentation,
  .MegaMenu-submenuBorder:nth-child(1) {
    display: none;
  }
  .MegaMenu-submenu,
  .MegaMenu-push {
    width: 49%;
  }
  .MegaMenu-submenuLink,
  .MegaMenu-submenu2Link,
  .MegaMenu-pushText {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.03em;
    font-weight: 300;
    display: block;
  }
}

@media screen and (max-width: 780px) {
  .TopHeader {
    display: none;
  }
  body {
    padding-top: 35px;
  }
  .MainHeader {
    padding: 10px;
    height: 62px;
  }
  .MainHeader-logo {
    height: 100%;
    width: auto;
    margin: 10px 0;
  }
  .MainHeader-logo.expertsLogo {
    height: 80%;
    width: auto;
    margin: 10px 0;
  }
  .MainHeader-countryMobile {
    display: inline-block;
    vertical-align: top;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 13px;
    margin-top: 10px;
  }
  .MainHeader-searchMobile {
    float: right;
    margin: 10px 16px;
    /* display: inline-block; */
  }
  .mainHeader-searchMobileIcon path {
    fill: #162056;
  }
  .MainHeader-burgerMobile {
    float: right;
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
  }
  .MainHeader-burgerMobileSpan {
    height: 2px;
    width: 21px;
    background: #162056;
    display: block;
    margin-bottom: 6px;
    border-radius: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .MainHeader-burgerMobileSpan:last-child {
    margin-left: 9px;
    width: calc(100% - 9px);
  }
  .MainHeader-burgerMobile.is-active .MainHeader-burgerMobileSpan:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .MainHeader-burgerMobile.is-active .MainHeader-burgerMobileSpan:nth-child(1) {
    position: relative;
    top: 7.5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .MainHeader-burgerMobile.is-active .MainHeader-burgerMobileSpan:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%;
    position: relative;
    top: -8px;
    margin-left: 0;
  }
  .MainHeader-burgerMobile.is-active ~ .MainNav {
    display: block !important;
  }
  .TopHeader-social-mobile {
    display: block;
  }
  .TopHeader-social-mobile .TopHeader-socialList {
    text-align: center;
  }
  .MainNav {
    display: none;
    background: #7FC2E4;
    position: absolute;
    top: 62px;
    height: calc(100vh - 62px);
    left: 0;
    right: 0;
    padding: 22px 0;
  }
  .Wrapper--set1 .MainNav {
    background: #7FC2E4;
  }
  .Wrapper--set2 .MainNav {
    background: #A1D6CA;
  }
  .Wrapper--set3 .MainNav {
    background: #c4d600;
  }
  .MainNav-item {
    display: block;
    width: 100%;
    padding: 0;
  }
  .MainNav-link {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.03em;
    font-weight: 400;
    padding: 9px 50px 9px 16px;
    position: relative;
  }
  .MainNav-linkIconMobile {
    display: block;
    position: absolute;
    right: 25px;
    top: 8px;
  }
  .MainNav-link.is-active, .MainNav-link.active {
    background-size: 120% 6px;
  }
  .TargetNav {
    display: block;
    background: #162056;
    list-style: none;
    margin: 24px 0;
    padding: 0;
  }
  .Wrapper--set1 .TargetNav {
    background: #162056;
  }
  .Wrapper--set2 .TargetNav {
    background: #42145F;
  }
  .Wrapper--set3 .TargetNav {
    background: #00859b;
  }
  .TargetNav-link {
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.03em;
    padding: 13px 50px 13px 16px;
    text-transform: uppercase;
    display: block;
    font-weight: 300;
  }
  .MegaMenu {
    top: 0;
    left: 100%;
    width: 100%;
    padding: 31px 0 0 0;
    min-height: 100%;
  }
  .MegaMenu-presentation,
  .MegaMenu-push,
  .MegaMenu-submenuBorder {
    display: none !important;
  }
  .MegaMenu-submenu {
    width: 100%;
    position: initial;
  }
  .MegaMenu-submenuTitle {
    display: block;
    margin-bottom: 17px;
    padding: 0 25px 0 16px;
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.03em;
    font-weight: 400;
    text-transform: uppercase;
  }
  .MegaMenu-submenuTitle svg,
  .MegaMenu-submenu2Title svg {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 8px;
  }
  .MegaMenu-submenuTitle svg path,
  .MegaMenu-submenu2Title svg path {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 4;
    stroke-linecap: round;
  }
  .MegaMenu-submenuItem {
    margin: 0;
  }
  .MegaMenu-submenuLink {
    padding: 14px 50px 14px 16px;
    position: relative;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    font-weight: 400;
  }
  .MegaMenu-submenuLink svg {
    position: absolute;
    right: 25px;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .MegaMenu-submenuLink svg path {
    stroke: #162056;
  }
  .MegaMenu-submenu2 {
    min-height: 100%;
    padding: 31px 0;
  }
  .MegaMenu-submenu2Title {
    display: block;
    margin-bottom: 31px;
    padding: 0 25px 0 16px;
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.03em;
    font-weight: 400;
    text-transform: uppercase;
  }
  .MegaMenu-submenu2Title2 {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    font-weight: 700;
    padding: 0 25px 0 46px;
    margin: 0 0 4px;
    display: block;
  }
  .MegaMenu-submenu2List {
    padding: 0 0 0 30px;
  }
  .MegaMenu-submenu2Item {
    margin: 0;
  }
  .MegaMenu-submenu2Link {
    display: block;
    padding: 14px 50px 14px 16px;
    position: relative;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    font-weight: 400;
  }
  .Breadcrumbs-list {
    padding-left: 10px;
    margin: 10px 0;
  }
  .Breadcrumbs-link {
    font-size: 10px;
  }
}

/*-------------------*/
/*    3. FOOTER      */
/*-------------------*/
.Footer {
  color: #ffffff;
  padding: 60px;
  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;
}

.Footer .txt-c {
  margin: 0 auto;
}

.Footer a {
  color: #ffffff;
  display: inline;
  font-weight: bold;
}

.Wrapper--set1 .Footer {
  background: #162056;
}

.Wrapper--set2 .Footer {
  background: #42145F;
}

.Wrapper--set3 .Footer {
  background: #00859b;
}

.Footer-logo {
  display: inline-block;
  margin-right: 49px;
  float: left;
}

.Footer-logoSvg path {
  fill: #ffffff;
}

.Footer-nav {
  /* display: inline-block;
  width: calc(100% - 210px);*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Footer-navColumn {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  padding-right: 25px;
}

.Footer-navTitle {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.03em;
  font-weight: 400;
  text-transform: uppercase;
}

.Footer-navList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Footer-navLink {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.03em;
  font-weight: 400;
  color: #ffffff;
}

.Footer-social {
  margin-top: 90px;
  text-align: center;
  margin-bottom: 40px;
}

.Footer-socialList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Footer-socialItem {
  display: inline-block;
  vertical-align: top;
  margin: 0 9px;
}

.Wrapper--set1 .Footer-socialSvg {
  fill: #00BFF0;
}

.Wrapper--set2 .Footer-socialSvg {
  fill: #A1D6CA;
}

.Wrapper--set3 .Footer-socialSvg {
  fill: #c4d600;
}

.Footer-socialSvgIcon {
  fill: #FFFFFF;
}

.Footer-copyright {
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  font-weight: 300;
  margin: 0;
}

.Footer-goTop {
  display: none;
}

/*--------------- 3-1. Footer RESPONSIVE---------- */
@media screen and (max-width: 1099px) and (min-width: 781px) {
  .Footer {
    padding: 40px;
  }
  .Footer-navTitle,
  .Footer-navLink {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    font-weight: 300;
  }
}

@media screen and (max-width: 780px) {
  .Footer {
    position: relative;
    padding: 0 30px;
  }
  .Footer-nav {
    display: block;
    width: 100%;
    padding-top: 106px;
    padding-bottom: 180px;
  }
  .Footer-navColumn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .Footer-navTitle {
    font-size: 10px;
    line-height: 10px;
    font-weight: 300;
    margin: 15px 0;
  }
  .Footer-navList,
  .Footer-copyright {
    display: none;
  }
  .Footer-logo {
    float: none;
    position: absolute;
    bottom: 113px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 91px;
    margin: 0 auto 0 20px;
  }
  .Footer-logo svg {
    width: 100%;
  }
  .Footer-social {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #7FC2E4;
    padding: 30px 30px 20px 30px;
  }
  .Wrapper--set1 .Footer-social {
    border-color: #7FC2E4;
  }
  .Wrapper--set2 .Footer-social {
    border-color: #A1D6CA;
  }
  .Wrapper--set3 .Footer-social {
    border-color: #c4d600;
  }
  .Footer-socialItem {
    margin: 0 10px;
    max-width: 15%;
  }
  .Footer-socialLink {
    display: inline-block;
  }
  .Footer-socialLink svg {
    width: 35px;
    height: 35px;
  }
  .Footer-goTop {
    display: block;
    color: #ffffff;
    position: absolute;
    bottom: 26px;
    right: 30px;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
  }
  .Footer-goTopIcon {
    background: #7FC2E4;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 12px 7px;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .Wrapper--set1 .Footer-goTopIcon {
    background: #7FC2E4;
  }
  .Wrapper--set2 .Footer-goTopIcon {
    background: #A1D6CA;
  }
  .Wrapper--set3 .Footer-goTopIcon {
    background: #c4d600;
  }
  .Footer-goTop:hover .Footer-goTopIcon {
    background: #ffffff;
  }
}

.submenuList {
  background: #7FC2E4;
  list-style: none;
  padding: 2rem;
  display: none;
  position: absolute;
}

.submenuList li {
  list-style: none;
  padding: 0;
}

.submenuList a {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: -0.03em;
  font-weight: 300;
  color: #162056;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  cursor: pointer;
}

.MainNav-item:hover .submenuList,
.MainNav-item:focus .submenuList {
  display: block;
}

#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

#main a:not(.Button) {
  color: #7FC2E4;
}

#sidebar {
  display: block;
}

.Footer {
  position: relative;
  z-index: 9;
}

#content {
  display: block;
  width: 100%;
}

.ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.LongRead ul li {
  list-style-position: outside;
}

.LongRead ul ul {
  list-style-type: circle !important;
}

.TopHeader {
  height: auto;
  z-index: 99;
  position: relative;
}

.container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

aside {
  padding-top: 30px;
  min-width: 300px;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: -48px;
  height: calc(100vh + 48px);
  display: table;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.asidescroll {
  padding: 28px 0px 10px 61px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: auto;
  width: 312px;
  min-height: 100%;
  max-height: 100vh;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

aside h6 {
  position: relative;
  color: #fff !important;
  margin-bottom: 20px;
}

aside h6:before {
  border-radius: 0 40px 40px 0;
  width: 130%;
  padding: 20px;
  content: " ";
  border: 3px solid #162056;
  position: absolute;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  background: #162056;
  z-index: -1;
}

aside ul {
  margin-top: 5px;
  margin-bottom: 10px;
}

aside ul {
  padding-left: 19px;
}

aside ul li {
  margin-bottom: 5px;
  font-size: 0.8rem;
  list-style: circle;
  -webkit-transition: .4s;
  transition: .4s;
}

aside ul li:hover {
  list-style: disc;
}

aside ul li a {
  -webkit-transition: .4s;
  transition: .4s;
  display: inline-block;
}

aside ul li a:hover,
aside ul li a:focus {
  color: #162056 !important;
}

.container-flex .LongRead {
  padding: 14px 30px 75px 30px;
  margin: 0 auto;
}

.container-flex .LongRead h5,
.container-flex .LongRead h6 {
  margin-bottom: 10px;
}

/* pre{
    background-color: rgba(0,0,0,0.08);
    border-left: 3px solid rgba(0,0,0,0.4);
    margin: 2rem 0;
    padding: 12px 6px 12px;
    line-height: 1.4rem;
} */
.CodeMirror {
  margin-top: 10px;
  padding-top: 10px;
  height: auto !important;
  border-radius: 3px;
}

.codeOnly {
  max-width: 100%;
}

.item-anc {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  position: relative;
}

.item-anc:before {
  position: relative;
  background: rgba(3, 134, 202, 0.2);
  border-radius: 12px;
  padding: 20px;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
}

.lowPacity {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  opacity: .3;
}

.focusIn:before {
  opacity: 1;
}

.descriptTag {
  padding: 20px 0 30px;
  font-size: 0.9em;
}

.descriptTag .obs {
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}

.descriptTag .obs ul {
  margin-left: 1.4em;
}

.descriptTag .obs ul li {
  font-size: 1em;
  margin: .5em 0;
  font-weight: 500;
}

.tagImg {
  display: block;
  padding: 1em 0;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  text-align: center;
}

.tagImg img {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.descriptTag .obs i,
table td i,
table th i {
  background: #f5f5f5;
  color: #7FC2E4;
  font-weight: normal;
}

.nowrap {
  white-space: nowrap;
}

.descriptTag strong span {
  color: #7FC2E4;
  font-size: 0.8em;
  text-transform: uppercase;
}

.LongRead .attrs {
  padding: 0;
  font-size: 18px;
  margin: 0 0 5px;
  display: inline-block;
  width: 100%;
  list-style: none;
}

.mono {
  font-family: monospace;
}

.LongRead .attrs li {
  margin: 12px 0;
}

#showAside {
  display: none;
}

.fixHidden {
  opacity: 0.01;
  display: block !important;
  position: absolute;
}

.codeContainer {
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
}

.pageButton {
  font-size: 14px;
  margin: 4px 0 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.pageButton:hover {
  text-decoration: underline;
}

.pageButton:after {
  content: "";
}

.copyButton {
  position: absolute;
  top: 17px;
  right: 0;
  background: #fff;
  border: 2px solid #fff;
  border-right: none;
  border-radius: 20px 0 0 20px;
  z-index: 6;
  cursor: pointer;
  opacity: 0;
  text-transform: uppercase;
  margin-right: 0;
  font-weight: bold;
  font-size: 10px;
  line-height: 10px;
  padding: 9px 12px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.copyButton:focus {
  outline: none;
  opacity: 1;
}

.copyButton:focus {
  outline: none;
}

.copyButton:active {
  padding-left: 9px;
}

.codeContainer:hover .copyButton {
  opacity: .5;
}

.codeContainer:hover .copyButton:hover {
  opacity: 1;
  color: #7FC2E4;
}

.CodeMirror-lines {
  padding: 4px 0 1px;
}

.accordionTable table {
  background: transparent;
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}

.accordionTable table caption {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.accordionTable table:after {
  content: "+";
  background: #f5f5f5;
  position: absolute;
  text-align: center;
  line-height: 36px;
  top: -14px;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 24px;
  color: #0085ca;
  cursor: pointer;
}

table[aria-expanded="false"] {
  cursor: pointer;
}

table[aria-expanded="false"]:after {
  content: "+";
}

table[aria-expanded="false"] thead,
table[aria-expanded="false"] tbody,
table[aria-expanded="false"] tfoot {
  display: none;
}

table[aria-expanded="false"]:hover:after {
  background: #0085ca;
  color: #fff;
}

table[aria-expanded="true"] {
  background: #f5f5f5;
}

table[aria-expanded="true"]:after {
  content: "-";
}

table {
  background: #f5f5f5;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 9px 0;
  font-size: .9rem;
  border-spacing: 0;
}

thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #f5f5f5;
  z-index: 1;
}

.attrs &gt; table tbody tr {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.attrs &gt; table tbody tr:hover {
  background: #e8e8e8 !important;
}

.attrs &gt; table tbody tr:hover table caption {
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #fff;
}

.attrs &gt; table table tbody tr:hover {
  background-color: #f5f5f5 !important;
}

table caption {
  text-align: left;
  color: #0085ca;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-radius: 6px;
}

table table {
  position: relative;
  width: 100%;
  margin-top: 9px;
  margin-bottom: 15px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

table table caption {
  border: 2px solid #f5f5f5;
}

table table td {
  color: #000;
}

table table th {
  width: 120px;
  padding: 0 3px 0 12px;
}

table table:last-child {
  margin-bottom: 21px;
}

table table:first-child {
  margin-top: 21px;
}

table table caption {
  color: #000;
  background: #f5f5f5;
  text-transform: none;
  margin-bottom: 0;
  display: inline-block;
  position: absolute;
  top: -12px;
  left: 12px;
  padding: 0 3px;
}

table th,
table td {
  padding: 6px 12px;
  text-align: left;
  border-bottom: 1px solid #fff;
}

table tbody tr:last-child td {
  border-bottom: none;
}

table .o {
  white-space: nowrap;
}

table .o::before {
  content: "* ";
  color: #ff6c6c;
}

table thead {
  border-bottom: 1px solid #c1c1c1;
  font-size: 0.9rem;
  color: #6f6f6f;
  text-transform: uppercase;
}

table thead th:first-child,
table td:first-child {
  text-align: left;
}

.exmp {
  background: #f5f5f5;
  padding: 2em 1em;
}

.LongRead .exmp ul {
  margin-bottom: 0;
}

.LongRead .exmp ul li {
  padding: 0;
}

@media screen and (max-width: 1099px) and (min-width: 781px) {
  .asidescroll {
    padding: 28px 0px 10px 39px;
  }
  .container-flex .LongRead {
    padding: 30px 30px 75px 30px;
  }
  aside {
    top: -53px;
    height: calc(100vh + 53px);
  }
}

@media screen and (max-width: 900px) {
  aside {
    position: fixed;
    z-index: 9;
    overflow: visible;
    background: #fff;
    -webkit-transform: translateX(calc(-100% + 30px));
            transform: translateX(calc(-100% + 30px));
  }
  .asidescroll {
    padding-right: 30px;
    overflow: hidden;
  }
  #showAside {
    display: block;
    position: fixed;
    right: 0;
    top: 178px;
    background: #7FC2E4;
    border-radius: 0 50px 50px 0;
    padding: 13px 3px 14px 50px;
    color: #7FC2E4;
    z-index: 2;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
    cursor: pointer;
    font-size: 14px;
  }
  #showAside:hover {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  }
  #showAside:after {
    content: " &lt; /&gt; ";
    color: #fff;
    font-size: 12px;
  }
  aside:hover #showAside {
    -webkit-transform: translateX(43px);
            transform: translateX(43px);
    color: #fff;
  }
  aside.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding-top: 0;
    z-index: 99;
    overflow: visible;
    -webkit-box-shadow: 71px 52px 92px rgba(0, 0, 0, 0.2);
            box-shadow: 71px 52px 92px rgba(0, 0, 0, 0.2);
  }
  aside.show .asidescroll {
    overflow: auto;
  }
  aside.show #showAside {
    color: #fff;
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
    top: 60px;
    left: -100px;
    color: transparent;
    right: auto;
    z-index: 9;
  }
  aside.show #showAside:after {
    content: " x ";
    color: #162056;
    font-size: 16px;
    margin-right: 7px;
  }
  .container-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 780px) {
  aside {
    top: 0;
    padding-top: 75px;
  }
  #showAside {
    top: 87px;
  }
  aside.show #showAside {
    top: 40px;
  }
}

.Wrapper {
  overflow: inherit !important;
}

.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.txt-all-l * {
  text-align: left !important;
}

.txt-r {
  text-align: right;
}

.bg-branco {
  background: #fff;
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

/*--------------------------*/
/*      29. LONG READ       */
/*--------------------------*/
.LongRead {
  padding: 30px 16% 75px;
}

.LongRead article {
  padding: 20px 0 30px;
  display: none;
}

.LongRead article.active {
  display: block;
}

.LongRead h1 {
  margin: 30px 0 35px;
}

.LongRead h1 span {
  font-size: .6em;
  display: block;
}

.LongRead p {
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.5em;
}

.LongRead-chapo {
  margin: 35px 0 100px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.03em;
  font-weight: 300;
  font-weight: bold;
}

.LongRead-subtitle {
  text-transform: uppercase;
}

.LongRead-subtitle span {
  font-size: .6em;
  display: block;
  margin-left: 50px;
}

.LongRead .t4 {
  margin: 30px 0;
}

.LongRead-quote {
  padding: 0 60px;
  margin: 70px 0;
}

.LongRead-quoteText {
  font-size: 35px;
  font-weight: 300;
  margin: 30px 0px 35px;
}

.LongRead-quoteAuthor {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.03em;
  font-weight: 300;
}

.LongRead-quoteAuthor strong {
  display: block;
}

.Wrapper.Wrapper--set1 .LongRead-quoteAuthor strong {
  color: #7FC2E4;
}

.Wrapper.Wrapper--set2 .LongRead-quoteAuthor strong {
  color: #A1D6CA;
}

.Wrapper.Wrapper--set3 .LongRead-quoteAuthor strong {
  color: #c4d600;
}

.LongRead-imgContainer {
  margin: 70px -12%;
}

.LongRead-imgContainer--left {
  float: left;
  margin: 0 15px 0 -12%;
}

.LongRead-imgContainer--right {
  float: right;
  margin: 0 -12% 0 15px;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 60px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 30px -30px;
}

.banner h2 {
  line-height: 1.2em;
}

.banner .txt {
  padding: 30px;
  width: 50%;
}

.banner img {
  width: 45%;
  position: relative;
  border-radius: 300px 0 0 300px;
}

.LongRead .accordion ul {
  padding: 0;
  margin: 0;
}

.LongRead .accordion li {
  padding: 12px 0;
  cursor: pointer;
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #f5f5f5;
}

.LongRead .accordion li .accordion-content {
  display: none;
  padding: 12px 12px 30px;
}

.LongRead .accordion li .accordion-content span {
  display: block;
}

.LongRead .accordion li .accordion-content span strong {
  font-weight: 400;
}

.LongRead .accordion li .accordion-content li:last-child {
  border: none;
}

.LongRead .accordion h3 {
  padding: 5px 15px;
  line-height: 44px;
  margin: 0;
  position: relative;
  font-size: 24px;
  color: #0085ca;
  background: #fff;
  border-radius: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.LongRead .accordion h3:hover {
  color: #0085ca;
}

.LongRead .accordion h3:after {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  content: "+";
  background: #f5f5f5;
  position: absolute;
  text-align: center;
  line-height: 36px;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 24px;
  color: #0085ca;
  cursor: pointer;
}

.LongRead .accordion .accordion-item[aria-expanded="false"] {
  cursor: pointer;
}

.LongRead .accordion .accordion-item[aria-expanded="false"] h3:after {
  content: "+";
}

.LongRead .accordion .accordion-item[aria-expanded="false"] .accordion-content {
  display: none;
}

.LongRead .accordion .accordion-item[aria-expanded="false"]:hover h3:after {
  background: #0085ca;
  color: #fff;
}

.LongRead .accordion .accordion-item[aria-expanded="true"] h3 {
  border-bottom: none;
}

.LongRead .accordion .accordion-item[aria-expanded="true"] h3:after {
  content: "-";
}

.LongRead .accordion .accordion-item[aria-expanded="true"] .accordion-content {
  display: block;
}

.LongRead-img {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

.LongRead-img--66 {
  width: calc(66% - 20px);
}

.LongRead-img--33 {
  width: calc(33% - 20px);
}

.LongRead-ol {
  margin: 0 0 70px;
  padding: 0;
  counter-reset: li;
  list-style: none;
}

.LongRead-olItem {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.03em;
  font-weight: 300;
  margin: 30px 0;
  padding: 0 0 0 75px;
  position: relative;
}

.LongRead-olItem::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

.Wrapper.Wrapper--set1 .LongRead-olItem::before {
  color: #7FC2E4;
}

.Wrapper.Wrapper--set2 .LongRead-olItem::before {
  color: #A1D6CA;
}

.Wrapper.Wrapper--set3 .LongRead-olItem::before {
  color: #c4d600;
}

.LongRead ul {
  margin: 0 0 70px 75px;
  padding: 0;
  list-style: inside;
}

.LongRead ul li {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.03em;
  font-weight: 300;
  margin: 30px 0;
}

.LongRead-columns {
  margin: 70px 0;
}

.LongRead-column {
  display: inline-block;
  vertical-align: top;
}

.LongRead-column--35 {
  width: 35%;
}

.LongRead-column--65 {
  width: 64%;
}

.LongRead-column:nth-child(2) {
  padding-left: 20px;
}

.LongRead-column .LongRead-imgContainer {
  float: none;
  display: block;
}

.LongRead-column .LongRead-imgContainer--left {
  margin: 30px 0px 30px -12%;
}

.LongRead-column .LongRead-imgContainer--right {
  margin: 30px -12% 30px 0px;
}

.LongRead-column .LongRead-imgContainer img {
  width: 100%;
}

.LongRead-column--35 .LongRead-imgContainer--left {
  margin: 30px 0px 30px -30%;
}

.LongRead-column--35 .LongRead-imgContainer--right {
  margin: 30px -30% 30px 0;
}

.LongRead-column--65 .LongRead-imgContainer--left {
  margin: 30px 0px 30px -17%;
}

.LongRead-column--65 .LongRead-imgContainer--right {
  margin: 30px -17% 30px 0;
}

.LongRead-highlight {
  padding: 30px 40px 5px;
}

.LongRead-highlight .h4 {
  margin: 10px 40px 40px;
  font-weight: 700;
}

.Wrapper.Wrapper--set1 .LongRead-highlight {
  background: #7FC2E4;
}

.Wrapper.Wrapper--set2 .LongRead-highlight {
  background: #A1D6CA;
}

.Wrapper.Wrapper--set3 .LongRead-highlight {
  background: #c4d600;
}

/*------------ 29-1. LONG READ RESPONSIVE -----------*/
@media screen and (min-width: 781px) and (max-width: 1099px) {
  .LongRead-chapo {
    margin: 20px 0;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.03em;
    font-weight: 300;
    font-weight: 700;
  }
  .LongRead-quoteText {
    font-size: 25px;
    line-height: 30px;
  }
  .LongRead-quoteAuthor {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.03em;
    font-weight: 300;
  }
  .LongRead-olItem,
  .LongRead ul li {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.03em;
    font-weight: 300;
    line-height: 20px;
  }
}

@media screen and (max-width: 780px) {
  .LongRead {
    padding: 30px 25px 50px;
  }
  .LongRead-chapo {
    margin: 20px 0;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.03em;
    font-weight: 300;
    line-height: 20px;
    font-weight: 700;
  }
  .LongRead .t4 {
    margin: 20px 0;
  }
  .LongRead-quote {
    text-align: center;
    margin: 40px 0;
    padding: 0;
  }
  .LongRead-quoteText {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.03em;
    font-weight: 300;
    margin: 17px 0 22px;
  }
  .LongRead-quoteAuthor {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    font-weight: 300;
  }
  .LongRead-ol {
    margin: 0 0 30px;
  }
  .LongRead-olItem {
    padding-left: 40px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    font-weight: 300;
    margin: 17px 0;
  }
  .LongRead-olItem::before {
    font-size: 30px;
    line-height: 30px;
  }
  .LongRead ul {
    margin: 0 0 30px 20px;
  }
  .LongRead ul li {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    font-weight: 300;
  }
  .LongRead-imgContainer {
    margin: 30px -25px;
    float: none;
  }
  .LongRead-img--66,
  .LongRead-img--33,
  .LongRead-img {
    width: 100%;
    margin: 10px 0;
  }
  .LongRead-columns {
    margin: 30px 0;
  }
  .LongRead-column {
    width: 100%;
  }
  .LongRead-column:nth-child(2) {
    padding: 0;
  }
  .LongRead-column--35 .LongRead-imgContainer--left,
  .LongRead-column--35 .LongRead-imgContainer--right,
  .LongRead-column--65 .LongRead-imgContainer--left,
  .LongRead-column--65 .LongRead-imgContainer--right {
    margin: 0 -25px;
  }
  .LongRead-highlight {
    padding: 20px 20px 5px;
  }
  .LongRead-highlight .h4 {
    margin: 10px 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  .LongRead .accordion h3 {
    font-size: 18px;
    padding-right: 60px;
  }
  .banner .txt {
    width: 100%;
  }
  .banner img {
    display: none;
  }
}

.ticketLogo {
  display: block;
}
.expers_content{
  display:none;
}

.expertsLogo {
  display: none;
}

p.paragrafo{
  margin-left:40px;

}
/*# sourceMappingURL=tlog_theme.css.map */</pre></body></html>