/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@charset "UTF-8";

@font-face {
  font-family: Frutiger LT Std;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/fonts/FrutigerLTStd-Bold.woff2);
}

@font-face {
  font-family: Tiempos Headline;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/fonts/TiemposHeadline-Medium.woff2);
}

@font-face {
  font-family: 'icons';
  src: url('/Ius%20Laboris%20Theme/fonts/icons.ttf');
}

/* .container {
  padding: 0 25px;
} */

.hs-form .hs-form-field {
  margin-bottom: 20px;
}

.hs-form label {
  font-family: Frutiger LT Std, Arial;
  font-size: 14px;
  color: #525252;
}

.hs-input {
  width: 100%;
  font-family: Frutiger LT Std, Arial;
  font-size: 14px;
  color: #525252;
  border-bottom: 1px solid #d8d8d8;
}

.hs-input::placeholder {
  font-family: Frutiger LT Std, Arial;
  font-size: 14px;
  color: #d8d8d8;
}

.hs-form .actions .hs-button {
  position: relative;
  padding-right: 16px;
  font-family: Frutiger LT Std, Arial;
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
  cursor: pointer;
  background-image: url('https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/LP-2025/icons/red-arrow-right.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 8px;
  transition: padding-right .3s;
}

.hs-form .actions .hs-button:hover {
  padding-right: 36px;
}

h1 {
  font-size: 48px;
  line-height: 1.3;
  color: #222;
}

h2 {
  font-size: 46px;
  line-height: 1.3;
  color: #222;
}

h3 {
  font-size: 28px;
  font-weight: 500;
  color: #222;
}

h4 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  color: #222;
}

p {
  line-height: 1.5;
  font-size: 18px;
  color: #222;
}

.icon {
  font-family: 'icons' !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  vertical-align: middle;
  font-size: 14px;
  display: inline-block;
}

.icon.icon-anchor {
  width: 18px;
  height: 21px;
}

.icon.icon-anchor:before {
/*   display: block;
  font-family: 'icons' !important;
  content: "\EA01"; */
  content: '';
  display: block;
  width: 18px;
  height: 21px;
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/footer/fm-dark.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  transition: background .3s;
}

.share-anchor:hover .icon.icon-anchor:before {
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/footer/fm-white.png);
}

.icon.icon-arrow-down:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA02";
}

.icon.icon-arrow-down2:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA03";
}

.icon.icon-arrow-left {
  width: 24px;
  height: 12px;
}

.icon.icon-arrow-left:before {
/*   display: block;
  font-family: 'icons' !important;
  content: "\EA04"; */
  content: '';
  display: block;
  width: 24px;
  height: 12px;
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/arrow-left.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
}

.icon.icon-arrow-link {
  position: relative;
  width: 7px;
  height: 14px;
}

.icon.icon-arrow-link:before {
/*   display: block;
  font-family: 'icons' !important;
  content: "\EA05"; */
  content: '';
  display: block;
  width: 7px;
  height: 14px;
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/red-arrow-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
}

.bg-red .icon.icon-arrow-link:before {
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/white-arrow-right.png);
}

.icon.icon-arrow-right {
  position: relative;
  width: 24px;
  height: 12px;
}

.icon.icon-arrow-right:before {
/*   display: block;
  font-family: 'icons' !important;
  content: "\EA06"; */
  content: '';
  display: block;
  width: 24px;
  height: 12px;
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/arrow-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
}

.icon.icon-arrow-top {
  width: 7px;
  height: 14px;
}

.icon.icon-arrow-top:before {
/*   display: block;
  font-family: 'icons' !important;
  content: "\EA07"; */
  content: '';
  display: block;
  width: 7px;
  height: 14px;
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/footer/arrow-up.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  transition: background .3s;
}

.icon.icon-awards-1:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA08";
}

.icon.icon-awards-2:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA09";
}

.icon.icon-awards-3:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA0A";
}

.icon.icon-book {
  position: relative;
  width: 12px;
  height: 14px;
}

.icon.icon-book:before {
/*   display: block;
  font-family: 'icons' !important;
  content: "\EA0B"; */
  content: '';
  display: block;
  width: 12px;
  height: 14px;
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/guide.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
}

.icon.icon-card-border:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA0C";
}

.icon.icon-check:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA0D";
}

.icon.icon-clock:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA0E";
}

.icon.icon-close:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA0F";
}

.icon.icon-cloud:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA10";
}

.icon.icon-copy:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA11";
}

.icon.icon-cross:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA12";
}

.icon.icon-email {
  width: 21px;
  height: 16px;
}

.icon.icon-email:before {
/*   display: block;
  font-family: 'icons' !important;
  content: "\EA13"; */
  content: '';
  display: block;
  width: 21px;
  height: 16px;
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/envelop-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  transition: background .3s;
}

.share-email:hover .icon.icon-email:before {
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/envelop-red.png);
}

.widget-menu-sm .icon.icon-email:before {
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/envelop-dark.png);
}

.widget-menu-sm .share-email:hover .icon.icon-email:before {
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/envelop-white.png);
}

.icon.icon-eye-close:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA14";
}

.icon.icon-eye:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA15";
}

.icon.icon-filter-grid:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA16";
}

.icon.icon-filter-list:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA17";
}

.icon.icon-fullscreen:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA18";
}

.icon.icon-gg-filter:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA19";
}

.icon.icon-global-guide:before {
/*   display: block;
  font-family: 'icons' !important;
  content: "\EA1A"; */
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/corner-black.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
}

.icon.icon-global-reach-close:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA1B";
}

.icon.icon-global-reach:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA1C";
}

.icon.icon-globe:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA1D";
}

.icon.icon-info:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA1E";
}

.icon.icon-insight-category-article {
  width: 22px;
  height: 20px;
  left: 0;
  top: -3px;
}

.icon.icon-insight-category-article:before {
/*   display: block;
  font-family: 'icons' !important;
  content: "\EA1F"; */
  content: '';
  display: block;
  width: 22px;
  height: 20px;
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/hero/book-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
}

.icon.icon-insight-category-external:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA20";
}

.icon.icon-insight-category-interactive:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA21";
}

.icon.icon-insight-category-pdf:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA22";
}

.icon.icon-insight-category-podcast:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA23";
}

.icon.icon-insight-category-video:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA24";
}

.icon.icon-internal-news:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA25";
}

.icon.icon-ius-laboris-left:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA26";
}

.icon.icon-ius-laboris-right:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA27";
}

.icon.icon-linkedin {
  width: 19px;
  height: 18px;
}

.icon.icon-linkedin:before {
/*   display: block;
  font-family: 'icons' !important;
  content: "\EA28"; */
  content: '';
  display: block;
  width: 19px;
  height: 18px;
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/linkedin-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  transition: background .3s;
}

.share-linkedin:hover .icon.icon-linkedin:before {
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/linkedin-red.png);
}

.footer__inner .icon.icon-linkedin:before {
  content: '';
  display: block;
  width: 19px;
  height: 18px;
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/footer/linkedin-dark.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  transition: background .3s;
}

.footer__inner .share-linkedin:hover .icon.icon-linkedin:before {
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/footer/linkedin-white.png);
}

.icon.icon-location:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA29";
}

.icon.icon-phone {
  width: 19px;
  height: 19px;
}

.icon.icon-phone:before {
/*   display: block;
  font-family: 'icons' !important;
  content: "\EA2A"; */
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/phone-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  transition: background .3s;
}

.share-phone:hover .icon.icon-phone:before {
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/phone-red.png);
}

.widget-menu-sm .icon.icon-phone:before {
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/phone-dark.png);
}

.widget-menu-sm .bg-red .icon.icon-phone:before {
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/phone-white.png);
}

.widget-menu-sm .share-phone:hover .icon.icon-phone:before {
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/phone-white.png);
}

.widget-menu-sm .bg-red .share-phone:hover .icon.icon-phone:before {
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/phone-red.png);
}

.icon.icon-pin:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA2B";
}

.icon.icon-plus:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA2C";
}

.icon.icon-profile {
  position: relative;
  width: 22px;
  height: 22px;
}

.icon.icon-profile:before {
/*   display: block;
  font-family: 'icons' !important;
  content: "\EA2D"; */
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/user-black.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  transition: background .3s;
}

.account-status:hover .icon.icon-profile:before {
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/user-red.png);
}

.bg-red .icon.icon-profile:before {
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/user-white.png);
}

.icon.icon-quote-close:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA2E";
}

.icon.icon-quote-open:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA2F";
}

.icon.icon-search {
  position: relative;
  width: 20px;
  height: 20px;
}

.icon.icon-search:before {
/*   display: block;
  font-family: 'icons' !important;
  content: "\EA30"; */
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/search.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  transition: background .3s;
}

.trigger-search:hover .icon.icon-search:before {
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/search-red.png);
}

.icon.icon-spotify:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA31";
}

.icon.icon-time {
  width: 14px;
  height: 16px;
}

.icon.icon-time:before {
/*   display: block;
  font-family: 'icons' !important;
  content: "\EA32"; */
  content: '';
  display: block;
  width: 14px;
  height: 16px;
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/hero/clock-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
}

.icon.icon-travel-explore:before {
/*   display: block;
  font-family: 'icons' !important;
  content: "\EA33"; */
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/search-option.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon.icon-twitter:before {
  display: block;
  font-family: 'icons' !important;
  content: "\EA34";
}

.icon.icon-website {
  width: 14px;
  height: 14px;
}

.icon.icon-website:before {
/*   display: block;
  font-family: 'icons' !important;
  content: "\EA35"; */
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/link-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  transition: background .3s;
}

.share-website:hover .icon.icon-website:before {
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/link-red.png);
}

.icon.icon-youtube {
  width: 23px;
  height: 17px;
}

.icon.icon-youtube:before {
/*   display: block;
  font-family: 'icons' !important;
  content: "\EA36"; */
  content: '';
  display: block;
  width: 23px;
  height: 17px;
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/footer/youtube-dark.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  transition: background .3s;
}

.share-youtube:hover .icon.icon-youtube:before {
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/footer/youtube-white.png);
}

.icon-ius-laboris-left {
  font-size: 29px;
  --text-opacity: 1;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity));
}

.icon-ius-laboris-right {
  font-size: 30px;
  margin-left: 6px;
}

.icon-search {
  font-size: 20px;
}

.icon-profile,
.icon-spotify {
  font-size: 22px;
}

.icon-global-reach {
  position: relative;
  z-index: 0;
}

.icon-global-reach:after {
  content: "";
  background: #fff;
  left: 1px;
  right: 10px;
  bottom: 10px;
  top: 1px;
  position: absolute;
  z-index: -1;
}

.icon-global-reach,
.icon-global-reach-close {
  font-size: 39px;
}

.icon-arrow-left,
.icon-arrow-right {
  font-size: 6px;
}

.icon-quote-close,
.icon-quote-open {
  opacity: .25;
  font-size: 21px;
}

.icon-graph {
  font-size: 29px;
  color: rgba(34, 34, 34, .5);
}

.icon-awards-1,
.icon-awards-2,
.icon-awards-3 {
  font-size: 50px;
}

.icon-arrow-down2 {
  font-size: 8px;
}

.icon-card-border {
  font-size: 152px;
  opacity: .4
}

.icon-filter-grid,
.icon-phone {
  font-size: 19px
}

.icon-email {
  font-size: 16px
}

.icon-pin {
  font-size: 32px;
  left: -5px;
  top: -5px;
  position: relative
}

.icon-clock {
  font-size: 20px
}

.icon-information {
  font-size: 18px
}

.icon-location,
.icon-play {
  font-size: 20px
}

.icon-insight-category-article {
  font-size: 30px;
  line-height: 0
}

.icon-insight-category-pdf,
.icon-insight-category-podcast,
.icon-insight-category-video {
  font-size: 20px;
  line-height: 0
}

.icon-insight-category-interactive {
  font-size: 24px;
  line-height: 0
}

.icon-insight-category-external {
  font-size: 18px;
  line-height: 0
}

.icon-internal-news {
  font-size: 22px
}

.icon-anchor {
  font-size: 21px
}

.icon-global-guide,
.icon-youtube {
  font-size: 17px
}

.icon-global-guide {
  position: relative;
  width: 17px;
  height: 17px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center
}

.flex-column {
  display: flex;
  flex-direction: column
}

.tl {
  left: 0;
  right: auto
}

.tl,
.tr {
  top: 0;
  bottom: auto
}

.br,
.tr {
  right: 0;
  left: auto
}

.br {
  bottom: 0;
  top: auto
}

.scale-60 {
  transform: scale(.6)
}

.absolute-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.border {
  border-style: solid
}

.border-right {
  border-right-width: 1px;
  border-style: solid
}

.border-left {
  border-left-width: 1px;
  border-style: solid
}

.border-bottom {
  border-bottom-width: 1px;
  border-style: solid
}

.border-top {
  border-top-width: 1px;
  border-style: solid
}

.container,
.container-px-10,
.container-px-15,
.container-px-20,
.container-px-25,
.container-px-40 {
  position: relative;
  width: 100%
}

@media (min-width: 1024px) {

  .container,
  .container-px-10,
  .container-px-15,
  .container-px-20,
  .container-px-25,
  .container-px-40 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px;
    width: calc(100% - 40px)
  }
}

.container-px-10,
.container-px-15,
.container-px-20,
.container-px-25,
.container-px-40 {
  position: relative
}

.container-px-10 {
  padding-left: 10px;
  padding-right: 10px
}

@media (min-width: 1024px) {
  .container-px-10 {
    padding-left: 0;
    padding-right: 0
  }
}

.container-px-15 {
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width: 1024px) {
  .container-px-15 {
    padding-left: 0;
    padding-right: 0
  }
}

.container-px-20 {
  padding-left: 20px;
  padding-right: 20px
}

@media (min-width: 1024px) {
  .container-px-20 {
    padding-left: 0;
    padding-right: 0
  }
}

.container-px-25 {
  padding-left: 25px;
  padding-right: 25px
}

@media (min-width: 1024px) {
  .container-px-25 {
    padding-left: 0;
    padding-right: 0
  }
}

.container-px-40 {
  padding-left: 40px;
  padding-right: 40px
}

@media (min-width: 1024px) {
  .container-px-40 {
    padding-left: 0;
    padding-right: 0
  }
}

.square-66:before,
.square:before {
  content: "";
  padding-top: 100%;
  display: block
}

.square-66>div,
.square>div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.square-66:before {
  padding-top: 66.666%
}

.square-custom:before {
  content: "";
  padding-top: 100%;
  display: block
}

@media (min-width: 1024px) and (max-width:1439px) {
  .hidden-md {
    display: none !important
  }
}

@media (min-width: 1024px) {
  .hidden-large {
    display: none !important
  }
}

.touch .hidden-touch {
  display: none !important
}

.column-count-2 {
  column-count: 2
}

.column-count-3 {
  column-count: 3
}

.change-transform {
  will-change: transform
}

.change-background {
  will-change: background-color
}

.change-opacity {
  will-change: opacity
}

.change-height {
  will-change: height
}

.no-break-inside {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid
}

.overflow-auto,
.overflow-x-auto {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.overflow-auto::-webkit-scrollbar,
.overflow-x-auto::-webkit-scrollbar {
  display: none
}

.enlarge-touch {
  position: relative
}

.enlarge-touch:after {
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: -10px;
  content: "";
  position: absolute
}

.container-with-lines {
  max-width: 1158px !important
}

.ariane,
.ariane-dark,
.ariane-light-grey {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase
}

.ariane-dark {
  --text-opacity: 1;
  color: #525252;
  color: rgba(82, 82, 82, var(--text-opacity))
}

.ariane-light-grey {
  color: rgba(34, 34, 34, .5)
}

.figure-red-small {
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3;
  font-size: 90px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity))
}

.text-red.figure-red-small {
  --text-opacity: 1;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity))
}

.figure-red-small {
  font-size: 50px
}

.h1 {
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3;
  font-size: 80px;
  font-weight: 600
}

.h2,
.h2-body {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 28px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity))
}

.h2-body {
  font-weight: 600
}

.h2-mobile {
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3;
  font-size: 38px;
  --text-opacity: 1;
  color: #302d2c;
  color: rgba(48, 45, 44, var(--text-opacity))
}

.h2-white {
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.h2-medium,
.h2-white {
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3;
  font-size: 46px;
  --text-opacity: 1
}

.h2-medium,
.h3,
.h3-dark {
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity))
}

.h3,
.h3-dark {
  font-size: 28px;
  --text-opacity: 1
}

.h3,
.h3-dark,
.h4,
.h4-dark,
.h4-white {
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3
}

.h4,
.h4-dark,
.h4-white {
  font-size: 24px
}

.h4-dark {
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity))
}

.h4-white {
  --text-opacity: 1;
  color: #f7f7f7;
  color: rgba(247, 247, 247, var(--text-opacity))
}

.h5,
.h5-dark,
.h5-white {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 16px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  letter-spacing: -.33px
}

.h5-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.legal-dark {
  color: rgba(82, 82, 82, .6)
}

.legal-dark,
.legal-red {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 12px
}

.legal-red {
  --text-opacity: 1;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity));
  letter-spacing: 1px
}

.link {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 14px
}

.paragraph,
.paragraph-body,
.paragraph-body-small,
.paragraph-caption,
.paragraph-dark,
.paragraph-dark-medium,
.paragraph-dark-small,
.paragraph-intro,
.paragraph-white,
.paragraph-white-small {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 18px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity))
}

.paragraph-body,
.paragraph-body-small {
  letter-spacing: -.4px
}

.paragraph-dark,
.paragraph-dark-medium,
.paragraph-dark-small {
  font-size: 16px;
  --text-opacity: 1;
  color: #525252;
  color: rgba(82, 82, 82, var(--text-opacity));
  letter-spacing: -.4px
}

.paragraph-dark-medium,
.paragraph-dark-small {
  font-size: 14px
}

.paragraph-white,
.paragraph-white-small {
  font-size: 16px;
  letter-spacing: -.5px;
  color: hsla(0, 0%, 100%, .7)
}

.paragraph-white-small {
  font-size: 14px
}

.paragraph-intro {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.4px
}

.quote,
.quote-dark,
.quote-dark-small {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 22px
}

.quote-dark,
.quote-dark-small {
  font-size: 22px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  letter-spacing: -.33px
}

.quote-dark-small {
  font-size: 16px
}

.list-black {
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3;
  font-size: 18px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity))
}

.small,
.small-caps,
.small-caps-centered {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 14px
}

.small-caps,
.small-caps-centered {
  letter-spacing: 1.4px;
  text-transform: uppercase;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity))
}

.small-caps-centered {
  font-size: 12px;
  --text-opacity: 1;
  color: #d8d8d8;
  color: rgba(216, 216, 216, var(--text-opacity))
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0
}

button {
  background-color: transparent;
  background-image: none
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

fieldset,
ol,
ul {
  margin: 0;
  padding: 0
}

ol,
ul {
  list-style: none
}

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5
}

*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid
}

hr {
  border-top-width: 1px
}

img {
  border-style: solid
}

textarea {
  resize: vertical
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0
}

[role=button],
button {
  cursor: pointer
}

table {
  border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

a {
  color: inherit;
  text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle
}

img,
video {
  max-width: 100%;
  height: auto
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-white-70 {
  background-color: hsla(0, 0%, 100%, .7)
}

.bg-light {
  --bg-opacity: 1;
  background-color: #f7f7f7;
  background-color: rgba(247, 247, 247, var(--bg-opacity))
}

.bg-lightdark {
  --bg-opacity: 1;
  background-color: #eee;
  background-color: rgba(238, 238, 238, var(--bg-opacity))
}

.bg-dark {
  --bg-opacity: 1;
  background-color: #222;
  background-color: rgba(34, 34, 34, var(--bg-opacity))
}

.bg-dark-50 {
  background-color: rgba(34, 34, 34, .5)
}

.bg-dark-70 {
  background-color: rgba(34, 34, 34, .7)
}

.bg-dark-80 {
  background-color: rgba(34, 34, 34, .8)
}

.bg-graylight2 {
  --bg-opacity: 1;
  background-color: #e6e6e6;
  background-color: rgba(230, 230, 230, var(--bg-opacity))
}

.bg-graylight3 {
  --bg-opacity: 1;
  background-color: #ededed;
  background-color: rgba(237, 237, 237, var(--bg-opacity))
}

.bg-gray {
  --bg-opacity: 1;
  background-color: #525252;
  background-color: rgba(82, 82, 82, var(--bg-opacity))
}

.bg-gray-70 {
  background-color: rgba(82, 82, 82, .7)
}

.bg-red {
  --bg-opacity: 1;
  background-color: #e62612;
  background-color: rgba(230, 38, 18, var(--bg-opacity))
}

.bg-transitioncolor {
  --bg-opacity: 1;
  background-color: #13121e;
  background-color: rgba(19, 18, 30, var(--bg-opacity))
}

.bg-blue {
  --bg-opacity: 1;
  background-color: #0071f8;
  background-color: rgba(0, 113, 248, var(--bg-opacity))
}

.bg-green {
  --bg-opacity: 1;
  background-color: #365a52;
  background-color: rgba(54, 90, 82, var(--bg-opacity))
}

html .hover-hover\:bg-white:hover {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

html .hover-hover\:bg-light:hover {
  --bg-opacity: 1;
  background-color: #f7f7f7;
  background-color: rgba(247, 247, 247, var(--bg-opacity))
}

html .hover-hover\:bg-lightdark:hover {
  --bg-opacity: 1;
  background-color: #eee;
  background-color: rgba(238, 238, 238, var(--bg-opacity))
}

html .hover-hover\:bg-graylight3:hover {
  --bg-opacity: 1;
  background-color: #ededed;
  background-color: rgba(237, 237, 237, var(--bg-opacity))
}

html .hover-hover\:bg-graydark:hover {
  --bg-opacity: 1;
  background-color: #302d2c;
  background-color: rgba(48, 45, 44, var(--bg-opacity))
}

html .hover-hover\:bg-gray:hover {
  --bg-opacity: 1;
  background-color: #525252;
  background-color: rgba(82, 82, 82, var(--bg-opacity))
}

html .hover-hover\:bg-red:hover {
  --bg-opacity: 1;
  background-color: #e62612;
  background-color: rgba(230, 38, 18, var(--bg-opacity))
}

.border-collapse {
  border-collapse: collapse
}

.border-transparent {
  border-color: transparent
}

.border-white {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity))
}

.border-white-40 {
  border-color: hsla(0, 0%, 100%, .4)
}

.border-white-50 {
  border-color: hsla(0, 0%, 100%, .5)
}

.border-white-80 {
  border-color: hsla(0, 0%, 100%, .8)
}

.border-light {
  --border-opacity: 1;
  border-color: #f7f7f7;
  border-color: rgba(247, 247, 247, var(--border-opacity))
}

.border-lightdark {
  --border-opacity: 1;
  border-color: #eee;
  border-color: rgba(238, 238, 238, var(--border-opacity))
}

.border-dark {
  --border-opacity: 1;
  border-color: #222;
  border-color: rgba(34, 34, 34, var(--border-opacity))
}

.border-dark-30 {
  border-color: rgba(34, 34, 34, .3)
}

.border-dark3 {
  --border-opacity: 1;
  border-color: #373737;
  border-color: rgba(55, 55, 55, var(--border-opacity))
}

.border-graylight {
  --border-opacity: 1;
  border-color: #d8d8d8;
  border-color: rgba(216, 216, 216, var(--border-opacity))
}

.border-graylight2 {
  --border-opacity: 1;
  border-color: #e6e6e6;
  border-color: rgba(230, 230, 230, var(--border-opacity))
}

.border-graylight3 {
  --border-opacity: 1;
  border-color: #ededed;
  border-color: rgba(237, 237, 237, var(--border-opacity))
}

.border-gray {
  --border-opacity: 1;
  border-color: #525252;
  border-color: rgba(82, 82, 82, var(--border-opacity))
}

.border-red {
  --border-opacity: 1;
  border-color: #e62612;
  border-color: rgba(230, 38, 18, var(--border-opacity))
}

html .hover-hover\:border-dark:hover {
  --border-opacity: 1;
  border-color: #222;
  border-color: rgba(34, 34, 34, var(--border-opacity))
}

html .hover-hover\:border-graydark:hover {
  --border-opacity: 1;
  border-color: #302d2c;
  border-color: rgba(48, 45, 44, var(--border-opacity))
}

.rounded-5 {
  border-radius: 5px
}

.rounded-10 {
  border-radius: 10px
}

.rounded-25 {
  border-radius: 25px
}

.rounded-sm {
  border-radius: .125rem
}

.rounded-full {
  border-radius: 9999px
}

.rounded-50\% {
  border-radius: 50%
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px
}

.border-solid {
  border-style: solid
}

.border-2 {
  border-width: 2px
}

.border {
  border-width: 1px
}

.border-b-0 {
  border-bottom-width: 0
}

.border-t-1 {
  border-top-width: 1px
}

.border-b-1 {
  border-bottom-width: 1px
}

.border-l-10 {
  border-left-width: 10px
}

.border-t {
  border-top-width: 1px
}

.border-r {
  border-right-width: 1px
}

.border-b {
  border-bottom-width: 1px
}

.children\:last\:border-b-0>:last-child {
  border-bottom-width: 0
}

.box-content {
  box-sizing: content-box
}

.cursor-pointer {
  cursor: pointer
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.table {
  display: table
}

.grid {
  display: grid
}

.contents {
  display: contents
}

.hidden {
  display: none
}

.children\:inline-block>* {
  display: inline-block
}

.flex-row {
  flex-direction: row
}

.flex-col {
  flex-direction: column
}

.flex-col-reverse {
  flex-direction: column-reverse
}

.flex-wrap {
  flex-wrap: wrap
}

.items-start {
  align-items: flex-start
}

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.self-start {
  align-self: flex-start
}

.self-end {
  align-self: flex-end
}

.justify-start {
  justify-content: flex-start
}

.justify-end {
  justify-content: flex-end
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.justify-around {
  justify-content: space-around
}

.justify-evenly {
  justify-content: space-evenly
}

.content-center {
  align-content: center
}

.flex-1 {
  flex: 1 1 0%
}

.flex-grow-0 {
  flex-grow: 0
}

.flex-grow {
  flex-grow: 1
}

.children\:flex-shrink-0>*,
.flex-shrink-0 {
  flex-shrink: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.float-right {
  float: right
}

.clearfix:after {
  content: "";
  display: table;
  clear: both
}

.font-frutiger {
  font-family: Frutiger LT Std, Arial
}

.font-tiempos {
  font-family: Tiempos Headline, Georgia, serif
}

.font-light {
  font-weight: 300
}

.font-normal {
  font-weight: 400
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.font-bold {
  font-weight: 700
}

.h-0 {
  height: 0
}

.h-1 {
  height: 1px
}

.h-2 {
  height: 2px
}

.h-4 {
  height: 4px
}

.h-10 {
  height: 10px
}

.h-25 {
  height: 25px
}

.h-30 {
  height: 30px
}

.h-35 {
  height: 35px
}

.h-40 {
  height: 40px
}

.h-50 {
  height: 50px
}

.h-60 {
  height: 60px
}

.h-65 {
  height: 65px
}

.h-66 {
  height: 66px
}

.h-70 {
  height: 70px
}

.h-72 {
  height: 72px
}

.h-80 {
  height: 80px
}

.h-100 {
  height: 100px
}

.h-120 {
  height: 120px
}

.h-170 {
  height: 170px
}

.h-180 {
  height: 180px
}

.h-200 {
  height: 200px
}

.h-210 {
  height: 210px
}

.h-325 {
  height: 325px
}

.h-495 {
  height: 495px
}

.h-530 {
  height: 530px
}

.h-auto {
  height: auto
}

.h-60vh {
  height: 60vh
}

.h-75vh {
  height: 75vh
}

.h-50\% {
  height: 50%
}

.h-100\%,
.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.text-0 {
  font-size: 0;
  line-height: 0
}

.text-8 {
  font-size: 8px
}

.text-12 {
  font-size: 12px
}

.text-14 {
  font-size: 14px
}

.text-16 {
  font-size: 16px
}

.text-18 {
  font-size: 18px
}

.text-20 {
  font-size: 20px
}

.text-22 {
  font-size: 22px
}

.text-24 {
  font-size: 24px
}

.text-28 {
  font-size: 28px
}

.text-32 {
  font-size: 32px
}

.text-34 {
  font-size: 34px
}

.text-36 {
  font-size: 36px
}

.text-45 {
  font-size: 45px
}

.text-50 {
  font-size: 50px
}

.leading-28 {
  line-height: 28px
}

.leading-30 {
  line-height: 30px
}

.leading-60 {
  line-height: 60px
}

.leading-80 {
  line-height: 80px
}

.leading-frutiger {
  line-height: 1.5
}

.leading-tiempos {
  line-height: 1.3
}

.children\:leading-63>* {
  line-height: 63px
}

.children\:leading-100>* {
  line-height: 100px
}

.m-0 {
  margin: 0
}

.mx-1 {
  margin-left: 1px;
  margin-right: 1px
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px
}

.mx-8 {
  margin-left: 8px;
  margin-right: 8px
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.mt-0 {
  margin-top: 0
}

.ml-0 {
  margin-left: 0
}

.mt-1 {
  margin-top: 1px
}

.mt-2 {
  margin-top: 2px
}

.mr-2 {
  margin-right: 2px
}

.mb-4 {
  margin-bottom: 4px
}

.mt-5 {
  margin-top: 5px
}

.mr-5 {
  margin-right: 5px
}

.ml-5 {
  margin-left: 5px
}

.mt-8 {
  margin-top: 8px
}

.mr-8 {
  margin-right: 8px
}

.ml-8 {
  margin-left: 8px
}

.mt-10 {
  margin-top: 10px
}

.mr-10 {
  margin-right: 10px
}

.mb-10 {
  margin-bottom: 10px
}

.ml-10 {
  margin-left: 10px
}

.mt-11 {
  margin-top: 11px
}

.mt-13 {
  margin-top: 13px
}

.mt-15 {
  margin-top: 15px
}

.mb-15 {
  margin-bottom: 15px
}

.ml-15 {
  margin-left: 15px
}

.mt-20 {
  margin-top: 20px
}

.mr-20 {
  margin-right: 20px
}

.mb-20 {
  margin-bottom: 20px
}

.mb-22 {
  margin-bottom: 22px
}

.mt-24 {
  margin-top: 24px
}

.mt-25 {
  margin-top: 25px
}

.mr-25 {
  margin-right: 25px
}

.mb-25 {
  margin-bottom: 25px
}

.ml-25 {
  margin-left: 25px
}

.mt-30 {
  margin-top: 30px
}

.mr-30 {
  margin-right: 30px
}

.mb-30 {
  margin-bottom: 30px
}

.ml-30 {
  margin-left: 30px
}

.mt-32 {
  margin-top: 32px
}

.mb-32 {
  margin-bottom: 32px
}

.mt-35 {
  margin-top: 35px
}

.mb-35 {
  margin-bottom: 35px
}

.ml-35 {
  margin-left: 35px
}

.mt-40 {
  margin-top: 40px
}

.mb-40 {
  margin-bottom: 40px
}

.ml-40 {
  margin-left: 40px
}

.mt-45 {
  margin-top: 45px
}

.mb-45 {
  margin-bottom: 45px
}

.mt-48 {
  margin-top: 48px
}

.mt-50 {
  margin-top: 50px
}

.mb-50 {
  margin-bottom: 50px
}

.ml-50 {
  margin-left: 50px
}

.mt-55 {
  margin-top: 55px
}

.mt-58 {
  margin-top: 58px
}

.mt-60 {
  margin-top: 60px
}

.mr-60 {
  margin-right: 60px
}

.mb-60 {
  margin-bottom: 60px
}

.mt-65 {
  margin-top: 65px
}

.mt-70 {
  margin-top: 70px
}

.mt-75 {
  margin-top: 75px
}

.mt-80 {
  margin-top: 80px
}

.mb-80 {
  margin-bottom: 80px
}

.mt-85 {
  margin-top: 85px
}

.mt-90 {
  margin-top: 90px
}

.mt-100 {
  margin-top: 100px
}

.mt-110 {
  margin-top: 110px
}

.ml-auto {
  margin-left: auto
}

.mb-4\% {
  margin-bottom: 4%
}

.-mt-1 {
  margin-top: -1px
}

.-mb-1 {
  margin-bottom: -1px
}

.-ml-1 {
  margin-left: -1px
}

.-mt-5 {
  margin-top: -5px
}

.-ml-5 {
  margin-left: -5px
}

.-mt-7 {
  margin-top: -7px
}

.-mt-10 {
  margin-top: -10px
}

.-ml-15 {
  margin-left: -15px
}

.-mt-25 {
  margin-top: -25px
}

.-ml-25 {
  margin-left: -25px
}

.-mt-30 {
  margin-top: -30px
}

.-ml-30 {
  margin-left: -30px
}

.-mt-35 {
  margin-top: -35px
}

.-mt-60 {
  margin-top: -60px
}

.-mt-90 {
  margin-top: -90px
}

.-ml-100 {
  margin-left: -100px
}

.-mt-120 {
  margin-top: -120px
}

.-mt-130 {
  margin-top: -130px
}

.children\:ml-2>* {
  margin-left: 2px
}

.children\:mr-4>* {
  margin-right: 4px
}

.children\:mt-13>* {
  margin-top: 13px
}

.children\:ml-15>* {
  margin-left: 15px
}

.children\:ml-20>* {
  margin-left: 20px
}

.children\:mt-25>* {
  margin-top: 25px
}

.children\:mt-35>* {
  margin-top: 35px
}

.children\:first\:mt-0>:first-child {
  margin-top: 0
}

.children\:first\:ml-0>:first-child {
  margin-left: 0
}

.children\:first\:mt-40>:first-child {
  margin-top: 40px
}

.children\:not-first\:mt-8>:not(:first-child) {
  margin-top: 8px
}

.children\:not-first\:mt-10>:not(:first-child) {
  margin-top: 10px
}

.children\:not-first\:ml-10>:not(:first-child) {
  margin-left: 10px
}

.children\:not-first\:mt-20>:not(:first-child) {
  margin-top: 20px
}

.children\:not-first\:ml-20>:not(:first-child) {
  margin-left: 20px
}

.max-h-540 {
  max-height: 540px
}

.max-h-50vh {
  max-height: 50vh
}

.max-h-70vh {
  max-height: 70vh
}

.max-w-275 {
  max-width: 275px
}

.max-w-360 {
  max-width: 360px
}

.max-w-375 {
  max-width: 375px
}

.max-w-760 {
  max-width: 760px
}

.max-w-none {
  max-width: none
}

.max-w-75\% {
  max-width: 75%
}

.children\:max-w-100\%>*,
.max-w-100\% {
  max-width: 100%
}

.min-h-54 {
  min-height: 54px
}

.min-h-280 {
  min-height: 280px
}

.min-h-320 {
  min-height: 320px
}

.min-h-390 {
  min-height: 390px
}

.min-h-430 {
  min-height: 430px
}

.min-h-485 {
  min-height: 485px
}

.min-h-490 {
  min-height: 490px
}

.min-h-515 {
  min-height: 515px
}

.min-h-100vh {
  min-height: 100vh
}

.min-w-105 {
  min-width: 105px
}

.min-w-150 {
  min-width: 150px
}

.object-cover {
  object-fit: cover
}

html .group:hover .group-hover-hover\:opacity-100 {
  opacity: 1
}

.overflow-auto {
  overflow: auto
}

.overflow-hidden {
  overflow: hidden
}

.overflow-x-auto {
  overflow-x: auto
}

.overflow-y-auto {
  overflow-y: auto
}

.overflow-x-hidden {
  overflow-x: hidden
}

.overflow-y-scroll {
  overflow-y: scroll
}

.p-8 {
  padding: 8px
}

.p-15 {
  padding: 15px
}

.p-20 {
  padding: 20px
}

.p-25 {
  padding: 25px
}

.p-35 {
  padding: 35px
}

.p-40 {
  padding: 40px
}

.p-60 {
  padding: 60px
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px
}

.px-7 {
  padding-left: 7px;
  padding-right: 7px
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px
}

.px-5\% {
  padding-left: 5%;
  padding-right: 5%
}

.px-7\% {
  padding-left: 7%;
  padding-right: 7%
}

.px-8\% {
  padding-left: 8%;
  padding-right: 8%
}

.px-14\% {
  padding-left: 14%;
  padding-right: 14%
}

.pr-0 {
  padding-right: 0
}

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

.pt-5 {
  padding-top: 5px
}

.pr-5 {
  padding-right: 5px
}

.pb-5 {
  padding-bottom: 5px
}

.pt-8 {
  padding-top: 8px
}

.pb-8 {
  padding-bottom: 8px
}

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

.pr-10 {
  padding-right: 10px
}

.pb-10 {
  padding-bottom: 10px
}

.pt-15 {
  padding-top: 15px
}

.pr-15 {
  padding-right: 15px
}

.pb-15 {
  padding-bottom: 15px
}

.pl-16 {
  padding-left: 16px
}

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

.pr-20 {
  padding-right: 20px
}

.pb-20 {
  padding-bottom: 20px
}

.pt-24 {
  padding-top: 24px
}

.pl-24 {
  padding-left: 24px
}

.pt-25 {
  padding-top: 25px
}

.pr-25 {
  padding-right: 25px
}

.pb-25 {
  padding-bottom: 25px
}

.pl-25 {
  padding-left: 25px
}

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

.pr-30 {
  padding-right: 30px
}

.pb-30 {
  padding-bottom: 30px
}

.pl-30 {
  padding-left: 30px
}

.pr-32 {
  padding-right: 32px
}

.pt-35 {
  padding-top: 35px
}

.pr-35 {
  padding-right: 35px
}

.pb-35 {
  padding-bottom: 35px
}

.pl-35 {
  padding-left: 35px
}

.pt-40 {
  padding-top: 40px
}

.pr-40 {
  padding-right: 40px
}

.pb-40 {
  padding-bottom: 40px
}

.pl-40 {
  padding-left: 40px
}

.pt-45 {
  padding-top: 45px
}

.pb-45 {
  padding-bottom: 45px
}

.pl-45 {
  padding-left: 45px
}

.pt-50 {
  padding-top: 50px
}

.pr-50 {
  padding-right: 50px
}

.pb-50 {
  padding-bottom: 50px
}

.pl-50 {
  padding-left: 50px
}

.pt-55 {
  padding-top: 55px
}

.pb-55 {
  padding-bottom: 55px
}

.pt-60 {
  padding-top: 60px
}

.pb-60 {
  padding-bottom: 60px
}

.pl-60 {
  padding-left: 60px
}

.pl-64 {
  padding-left: 64px
}

.pt-65 {
  padding-top: 65px
}

.pt-70 {
  padding-top: 70px
}

.pb-70 {
  padding-bottom: 70px
}

.pl-70 {
  padding-left: 70px
}

.pt-72 {
  padding-top: 72px
}

.pt-75 {
  padding-top: 75px
}

.pb-75 {
  padding-bottom: 75px
}

.pt-80 {
  padding-top: 80px
}

.pr-80 {
  padding-right: 80px
}

.pb-80 {
  padding-bottom: 80px
}

.pl-80 {
  padding-left: 80px
}

.pt-85 {
  padding-top: 85px
}

.pb-85 {
  padding-bottom: 85px
}

.pl-85 {
  padding-left: 85px
}

.pb-90 {
  padding-bottom: 90px
}

.pt-96 {
  padding-top: 96px
}

.pt-100 {
  padding-top: 100px
}

.pb-100 {
  padding-bottom: 100px
}

.pb-110 {
  padding-bottom: 110px
}

.pt-112 {
  padding-top: 112px
}

.pb-112 {
  padding-bottom: 112px
}

.pt-120 {
  padding-top: 120px
}

.pl-120 {
  padding-left: 120px
}

.pt-130 {
  padding-top: 130px
}

.pb-140 {
  padding-bottom: 140px
}

.pb-150 {
  padding-bottom: 150px
}

.pb-165 {
  padding-bottom: 165px
}

.pb-180 {
  padding-bottom: 180px
}

.pr-5\% {
  padding-right: 5%
}

.pr-10\% {
  padding-right: 10%
}

.pr-14\% {
  padding-right: 14%
}

.pr-20\% {
  padding-right: 20%
}

.pr-35\% {
  padding-right: 35%
}

.children\:not-last\:pr-0>:not(:last-child) {
  padding-right: 0
}

.children\:last\:pr-20>:last-child {
  padding-right: 20px
}

.pointer-events-none {
  pointer-events: none
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: sticky
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.top-0 {
  top: 0
}

.right-0 {
  right: 0
}

.bottom-0 {
  bottom: 0
}

.left-0 {
  left: 0
}

.top-1 {
  top: 1px
}

.top-3 {
  top: 3px
}

.top-5 {
  top: 5px
}

.top-9 {
  top: 9px
}

.top-15 {
  top: 15px
}

.right-15 {
  right: 15px
}

.top-20 {
  top: 20px
}

.right-20 {
  right: 20px
}

.bottom-20 {
  bottom: 20px
}

.left-20 {
  left: 20px
}

.top-25 {
  top: 25px
}

.right-25 {
  right: 25px
}

.left-25 {
  left: 25px
}

.top-28 {
  top: 28px
}

.left-28 {
  left: 28px
}

.top-30 {
  top: 30px
}

.right-30 {
  right: 30px
}

.left-30 {
  left: 30px
}

.top-35 {
  top: 35px
}

.right-35 {
  right: 35px
}

.top-40 {
  top: 40px
}

.bottom-40 {
  bottom: 40px
}

.bottom-45 {
  bottom: 45px
}

.left-45 {
  left: 45px
}

.top-50 {
  top: 50px
}

.bottom-50 {
  bottom: 50px
}

.left-50 {
  left: 50px
}

.top-60 {
  top: 60px
}

.bottom-60 {
  bottom: 60px
}

.left-60 {
  left: 60px
}

.top-70 {
  top: 70px
}

.bottom-70 {
  bottom: 70px
}

.top-80 {
  top: 80px
}

.left-85 {
  left: 85px
}

.top-100 {
  top: 100px
}

.left-100 {
  left: 100px
}

.bottom-140 {
  bottom: 140px
}

.left-140 {
  left: 140px
}

.-top-1 {
  top: -1px
}

.-right-1 {
  right: -1px
}

.-bottom-1 {
  bottom: -1px
}

.-left-1 {
  left: -1px
}

.-top-2 {
  top: -2px
}

.-left-2 {
  left: -2px
}

.-top-10 {
  top: -10px
}

.-left-15 {
  left: -15px
}

.-left-25 {
  left: -25px
}

.-top-35 {
  top: -35px
}

.right-25\% {
  right: 25%
}

.left-25\% {
  left: 25%
}

.top-50\% {
  top: 50%
}

.bottom-50\% {
  bottom: 50%
}

.left-50\% {
  left: 50%
}

.left-56\% {
  left: 56%
}

.top-70\% {
  top: 70%
}

.left-100\% {
  left: 100%
}

.resize {
  resize: both
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.text-white-40 {
  color: hsla(0, 0%, 100%, .4)
}

.text-white-50 {
  color: hsla(0, 0%, 100%, .5)
}

.text-white-70 {
  color: hsla(0, 0%, 100%, .7)
}

.text-white-80 {
  color: hsla(0, 0%, 100%, .8)
}

.text-light {
  --text-opacity: 1;
  color: #f7f7f7;
  color: rgba(247, 247, 247, var(--text-opacity))
}

.text-lightdark {
  --text-opacity: 1;
  color: #eee;
  color: rgba(238, 238, 238, var(--text-opacity))
}

.text-dark {
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity))
}

.text-dark-30 {
  color: rgba(34, 34, 34, .3)
}

.text-dark-50 {
  color: rgba(34, 34, 34, .5)
}

.text-dark-70 {
  color: rgba(34, 34, 34, .7)
}

.text-dark-80 {
  color: rgba(34, 34, 34, .8)
}

.text-graylight {
  --text-opacity: 1;
  color: #d8d8d8;
  color: rgba(216, 216, 216, var(--text-opacity))
}

.text-gray {
  --text-opacity: 1;
  color: #525252;
  color: rgba(82, 82, 82, var(--text-opacity))
}

.text-gray-70 {
  color: rgba(82, 82, 82, .7)
}

.text-gray-95 {
  --text-opacity: 1;
  color: #5f5f5f;
  color: rgba(95, 95, 95, var(--text-opacity))
}

.text-gray-140 {
  --text-opacity: 1;
  color: #8c8c8c;
  color: rgba(140, 140, 140, var(--text-opacity))
}

.text-red {
  --text-opacity: 1;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity))
}

html .group:hover .group-hover-hover\:text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

html .group:hover .group-hover-hover\:text-dark {
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity))
}

html .group:hover .group-hover-hover\:text-red {
  --text-opacity: 1;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity))
}

html .hover-hover\:text-white:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

html .hover-hover\:text-dark-50:hover {
  color: rgba(34, 34, 34, .5)
}

html .hover-hover\:text-red:hover {
  --text-opacity: 1;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity))
}

.italic {
  font-style: italic
}

.uppercase {
  text-transform: uppercase
}

.underline {
  text-decoration: underline
}

.tracking-1 {
  letter-spacing: 1px
}

.-tracking-1\/2 {
  letter-spacing: -.5px
}

.-tracking-1\/3 {
  letter-spacing: -.33px
}

.tracking-3\/2 {
  letter-spacing: 1.5px
}

.tracking-2\/5 {
  letter-spacing: .4px
}

.-tracking-2\/5 {
  letter-spacing: -.4px
}

.tracking-6\/5 {
  letter-spacing: 1.2px
}

.select-none {
  user-select: none
}

.align-top {
  vertical-align: top
}

.align-middle,
.children\:align-middle>* {
  vertical-align: middle
}

.visible {
  visibility: visible
}

.invisible {
  visibility: hidden
}

.whitespace-normal {
  white-space: normal
}

.whitespace-no-wrap {
  white-space: nowrap
}

.w-0 {
  width: 0
}

.w-1 {
  width: 1px
}

.w-15 {
  width: 15px
}

.w-25 {
  width: 25px
}

.w-35 {
  width: 35px
}

.w-40 {
  width: 40px
}

.w-48 {
  width: 48px
}

.w-50 {
  width: 50px
}

.w-55 {
  width: 55px
}

.w-60 {
  width: 60px
}

.w-65 {
  width: 65px
}

.w-66 {
  width: 66px
}

.w-80 {
  width: 80px
}

.w-85 {
  width: 85px
}

.w-100 {
  width: 100px
}

.w-140 {
  width: 140px
}

.w-160 {
  width: 160px
}

.w-200 {
  width: 200px
}

.w-260 {
  width: 260px
}

.w-290 {
  width: 290px
}

.w-295 {
  width: 295px
}

.w-320 {
  width: 320px
}

.w-325 {
  width: 325px
}

.w-330 {
  width: 330px
}

.w-990 {
  width: 990px
}

.w-auto {
  width: auto
}

.w-100\%\+10 {
  width: calc(100% + 10px)
}

.w-100\%\+25 {
  width: calc(100% + 25px)
}

.w-100\%\+50 {
  width: calc(100% + 50px)
}

.w-50\%-120 {
  width: calc(50% - 120px)
}

.w-25\% {
  width: 25%
}

.w-27\% {
  width: 27%
}

.w-40\% {
  width: 40%
}

.w-48\% {
  width: 48%
}

.w-50\% {
  width: 50%
}

.w-52\% {
  width: 52%
}

.w-55\% {
  width: 55%
}

.w-60\% {
  width: 60%
}

.w-65\% {
  width: 65%
}

.w-80\% {
  width: 80%
}

.w-85\% {
  width: 85%
}

.w-100\%,
.w-full {
  width: 100%
}

.children\:w-100>* {
  width: 100px
}

.children\:w-100\%>* {
  width: 100%
}

.z-1 {
  z-index: 1
}

.z-2 {
  z-index: 2
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-102 {
  z-index: 102
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.origin-center {
  transform-origin: center
}

.origin-top {
  transform-origin: top
}

.origin-top-right {
  transform-origin: top right
}

.origin-top-left {
  transform-origin: top left
}

.-rotate-90 {
  --transform-rotate: -90deg
}

.-translate-x-1\/2 {
  --transform-translate-x: -50%
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke
}

.transition-opacity {
  transition-property: opacity
}

.ease-linear {
  transition-timing-function: linear
}

.duration-200 {
  transition-duration: .2s
}

.duration-300 {
  transition-duration: .3s
}

.duration-400 {
  transition-duration: .4s
}

@keyframes spin {
  to {
    transform: rotate(1turn)
  }
}

@keyframes ping {

  75%,
  to {
    transform: scale(2);
    opacity: 0
  }
}

@keyframes pulse {
  50% {
    opacity: .5
  }
}

@keyframes bounce {

  0%,
  to {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(.8, 0, 1, 1)
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, .2, 1)
  }
}

@media (min-width: 1024px) {
  .lg\:flex-center {
    display: flex;
    align-items: center;
    justify-content: center
  }

  .lg\:flex-column {
    display: flex;
    flex-direction: column
  }

  .lg\:scale-none {
    transform: none
  }

  .lg\:border-right {
    border-right-width: 1px;
    border-style: solid
  }

  .lg\:border-left {
    border-left-width: 1px;
    border-style: solid
  }

  .lg\:border-bottom {
    border-bottom-width: 1px;
    border-style: solid
  }

  .lg\:border-top {
    border-top-width: 1px;
    border-style: solid
  }

  .lg\:border-none {
    border: none
  }

  .lg\:col-count-2 {
    column-count: 2
  }

  .lg\:container,
  .lg\:container-px-40 {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px;
    width: calc(100% - 40px)
  }

  .lg\:container-px-40 {
    position: relative;
    padding-left: 0;
    padding-right: 0
  }

  .lg\:square:before {
    content: "";
    padding-top: 100%;
    display: block
  }

  .lg\:square>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }

  .lg\:figure-red {
    font-size: 90px;
    --text-opacity: 1;
    color: #222;
    color: rgba(34, 34, 34, var(--text-opacity))
  }

  .lg\:figure-red,
  .lg\:h1 {
    font-family: Tiempos Headline, Georgia, serif;
    line-height: 1.3
  }

  .lg\:h1 {
    font-size: 80px;
    font-weight: 600
  }

  .lg\:h2-mobile {
    font-family: Tiempos Headline, Georgia, serif;
    line-height: 1.3;
    font-size: 38px;
    --text-opacity: 1;
    color: #302d2c;
    color: rgba(48, 45, 44, var(--text-opacity))
  }

  .lg\:h2-white {
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  .lg\:h2-medium,
  .lg\:h2-white {
    font-family: Tiempos Headline, Georgia, serif;
    line-height: 1.3;
    font-size: 46px;
    --text-opacity: 1
  }

  .lg\:h2-medium,
  .lg\:h3-dark {
    color: #222;
    color: rgba(34, 34, 34, var(--text-opacity))
  }

  .lg\:h3-dark {
    font-size: 28px;
    --text-opacity: 1
  }

  .lg\:h3-dark,
  .lg\:h4,
  .lg\:h4-dark,
  .lg\:h4-white {
    font-family: Tiempos Headline, Georgia, serif;
    line-height: 1.3
  }

  .lg\:h4,
  .lg\:h4-dark,
  .lg\:h4-white {
    font-size: 24px
  }

  .lg\:h4-dark {
    --text-opacity: 1;
    color: #222;
    color: rgba(34, 34, 34, var(--text-opacity))
  }

  .lg\:h4-white {
    --text-opacity: 1;
    color: #f7f7f7;
    color: rgba(247, 247, 247, var(--text-opacity))
  }

  .lg\:paragraph-body,
  .lg\:paragraph-dark,
  .lg\:paragraph-dark-small,
  .lg\:paragraph-emphasis {
    font-family: Frutiger LT Std, Arial;
    line-height: 1.5;
    font-size: 18px;
    --text-opacity: 1;
    color: #222;
    color: rgba(34, 34, 34, var(--text-opacity))
  }

  .lg\:paragraph-body {
    letter-spacing: -.4px
  }

  .lg\:paragraph-dark,
  .lg\:paragraph-dark-small {
    font-size: 16px;
    --text-opacity: 1;
    color: #525252;
    color: rgba(82, 82, 82, var(--text-opacity));
    letter-spacing: -.4px
  }

  .lg\:paragraph-dark-small {
    font-size: 14px
  }

  .lg\:quote-dark {
    font-family: Frutiger LT Std, Arial;
    line-height: 1.5;
    font-size: 22px;
    --text-opacity: 1;
    color: #222;
    color: rgba(34, 34, 34, var(--text-opacity));
    letter-spacing: -.33px
  }

  .lg\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
  }

  .lg\:bg-light {
    --bg-opacity: 1;
    background-color: #f7f7f7;
    background-color: rgba(247, 247, 247, var(--bg-opacity))
  }

  .lg\:bg-dark {
    --bg-opacity: 1;
    background-color: #222;
    background-color: rgba(34, 34, 34, var(--bg-opacity))
  }

  .lg\:border-dark-30 {
    border-color: rgba(34, 34, 34, .3)
  }

  .lg\:border-graylight {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity))
  }

  .lg\:border-graylight2 {
    --border-opacity: 1;
    border-color: #e6e6e6;
    border-color: rgba(230, 230, 230, var(--border-opacity))
  }

  .lg\:border-opacity-0 {
    --border-opacity: 0
  }

  .lg\:rounded-10 {
    border-radius: 10px
  }

  .lg\:rounded-none {
    border-radius: 0
  }

  .lg\:rounded-tl-10 {
    border-top-left-radius: 10px
  }

  .lg\:rounded-tr-10 {
    border-top-right-radius: 10px
  }

  .lg\:border-none {
    border-style: none
  }

  .lg\:border-0 {
    border-width: 0
  }

  .lg\:border-1 {
    border-width: 1px
  }

  .lg\:border-t-0 {
    border-top-width: 0
  }

  .lg\:border-r-0 {
    border-right-width: 0
  }

  .lg\:border-b-0 {
    border-bottom-width: 0
  }

  .lg\:border-l-0 {
    border-left-width: 0
  }

  .lg\:border-r-1 {
    border-right-width: 1px
  }

  .lg\:border-l-1 {
    border-left-width: 1px
  }

  .lg\:children\:first\:border-b-0>:first-child {
    border-bottom-width: 0
  }

  .lg\:children\:last\:border-r-0>:last-child {
    border-right-width: 0
  }

  .lg\:block {
    display: block
  }

  .lg\:inline-block {
    display: inline-block
  }

  .lg\:flex {
    display: flex
  }

  .lg\:inline-flex {
    display: inline-flex
  }

  .lg\:hidden {
    display: none
  }

  .lg\:children\:not-first\:inline-block>:not(:first-child) {
    display: inline-block
  }

  .lg\:flex-row {
    flex-direction: row
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse
  }

  .lg\:flex-col {
    flex-direction: column
  }

  .lg\:flex-wrap {
    flex-wrap: wrap
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap
  }

  .lg\:items-start {
    align-items: flex-start
  }

  .lg\:items-end {
    align-items: flex-end
  }

  .lg\:items-center {
    align-items: center
  }

  .lg\:items-baseline {
    align-items: baseline
  }

  .lg\:self-center {
    align-self: center
  }

  .lg\:justify-start {
    justify-content: flex-start
  }

  .lg\:justify-end {
    justify-content: flex-end
  }

  .lg\:justify-center {
    justify-content: center
  }

  .lg\:justify-between {
    justify-content: space-between
  }

  .lg\:justify-around {
    justify-content: space-around
  }

  .lg\:flex-grow-0 {
    flex-grow: 0
  }

  .lg\:flex-grow {
    flex-grow: 1
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0
  }

  .lg\:flex-shrink {
    flex-shrink: 1
  }

  .lg\:order-1 {
    order: 1
  }

  .lg\:order-2 {
    order: 2
  }

  .lg\:float-right {
    float: right
  }

  .lg\:float-left {
    float: left
  }

  .lg\:h-20 {
    height: 20px
  }

  .lg\:h-40 {
    height: 40px
  }

  .lg\:h-50 {
    height: 50px
  }

  .lg\:h-60 {
    height: 60px
  }

  .lg\:h-70 {
    height: 70px
  }

  .lg\:h-75 {
    height: 75px
  }

  .lg\:h-80 {
    height: 80px
  }

  .lg\:h-100 {
    height: 100px
  }

  .lg\:h-120 {
    height: 120px
  }

  .lg\:h-130 {
    height: 130px
  }

  .lg\:h-325 {
    height: 325px
  }

  .lg\:h-495 {
    height: 495px
  }

  .lg\:h-640 {
    height: 640px
  }

  .lg\:h-1000 {
    height: 1000px
  }

  .lg\:h-auto {
    height: auto
  }

  .lg\:h-20\% {
    height: 20%
  }

  .lg\:h-100\% {
    height: 100%
  }

  .lg\:text-12 {
    font-size: 12px
  }

  .lg\:text-14 {
    font-size: 14px
  }

  .lg\:text-16 {
    font-size: 16px
  }

  .lg\:text-18 {
    font-size: 18px
  }

  .lg\:text-20 {
    font-size: 20px
  }

  .lg\:text-22 {
    font-size: 22px
  }

  .lg\:text-24 {
    font-size: 24px
  }

  .lg\:text-28 {
    font-size: 28px
  }

  .lg\:text-32 {
    font-size: 32px
  }

  .lg\:text-36 {
    font-size: 36px
  }

  .lg\:text-38 {
    font-size: 38px
  }

  .lg\:text-42 {
    font-size: 42px
  }

  .lg\:text-46 {
    font-size: 46px
  }

  .lg\:text-80 {
    font-size: 80px
  }

  .lg\:leading-34 {
    line-height: 34px
  }

  .lg\:leading-60 {
    line-height: 60px
  }

  .lg\:leading-80 {
    line-height: 80px
  }

  .lg\:leading-100 {
    line-height: 100px
  }

  .lg\:children\:leading-80>* {
    line-height: 80px
  }

  .lg\:m-0 {
    margin: 0
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }

  .lg\:mx-10 {
    margin-left: 10px;
    margin-right: 10px
  }

  .lg\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px
  }

  .lg\:mx-20 {
    margin-left: 20px;
    margin-right: 20px
  }

  .lg\:mx-30 {
    margin-left: 30px;
    margin-right: 30px
  }

  .lg\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px
  }

  .lg\:mx-40 {
    margin-left: 40px;
    margin-right: 40px
  }

  .lg\:mx-65 {
    margin-left: 65px;
    margin-right: 65px
  }

  .lg\:mx-100 {
    margin-left: 100px;
    margin-right: 100px
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .lg\:mx-10\% {
    margin-left: 10%;
    margin-right: 10%
  }

  .lg\:mt-0 {
    margin-top: 0
  }

  .lg\:mr-0 {
    margin-right: 0
  }

  .lg\:mb-0 {
    margin-bottom: 0
  }

  .lg\:ml-0 {
    margin-left: 0
  }

  .lg\:mt-5 {
    margin-top: 5px
  }

  .lg\:ml-5 {
    margin-left: 5px
  }

  .lg\:mt-10 {
    margin-top: 10px
  }

  .lg\:mb-10 {
    margin-bottom: 10px
  }

  .lg\:mt-15 {
    margin-top: 15px
  }

  .lg\:mr-15 {
    margin-right: 15px
  }

  .lg\:ml-15 {
    margin-left: 15px
  }

  .lg\:mt-20 {
    margin-top: 20px
  }

  .lg\:mr-20 {
    margin-right: 20px
  }

  .lg\:mt-24 {
    margin-top: 24px
  }

  .lg\:mt-25 {
    margin-top: 25px
  }

  .lg\:mr-25 {
    margin-right: 25px
  }

  .lg\:mt-30 {
    margin-top: 30px
  }

  .lg\:mb-30 {
    margin-bottom: 30px
  }

  .lg\:ml-30 {
    margin-left: 30px
  }

  .lg\:mt-32 {
    margin-top: 32px
  }

  .lg\:mt-35 {
    margin-top: 35px
  }

  .lg\:mt-38 {
    margin-top: 38px
  }

  .lg\:mt-40 {
    margin-top: 40px
  }

  .lg\:mr-40 {
    margin-right: 40px
  }

  .lg\:mb-40 {
    margin-bottom: 40px
  }

  .lg\:mt-45 {
    margin-top: 45px
  }

  .lg\:mr-45 {
    margin-right: 45px
  }

  .lg\:mt-50 {
    margin-top: 50px
  }

  .lg\:mb-50 {
    margin-bottom: 50px
  }

  .lg\:mt-55 {
    margin-top: 55px
  }

  .lg\:mt-60 {
    margin-top: 60px
  }

  .lg\:ml-60 {
    margin-left: 60px
  }

  .lg\:mt-65 {
    margin-top: 65px
  }

  .lg\:mt-70 {
    margin-top: 70px
  }

  .lg\:ml-70 {
    margin-left: 70px
  }

  .lg\:mt-73 {
    margin-top: 73px
  }

  .lg\:mt-80 {
    margin-top: 80px
  }

  .lg\:mt-82 {
    margin-top: 82px
  }

  .lg\:mt-85 {
    margin-top: 85px
  }

  .lg\:mt-90 {
    margin-top: 90px
  }

  .lg\:mt-95 {
    margin-top: 95px
  }

  .lg\:mt-100 {
    margin-top: 100px
  }

  .lg\:mb-100 {
    margin-bottom: 100px
  }

  .lg\:mt-105 {
    margin-top: 105px
  }

  .lg\:mt-115 {
    margin-top: 115px
  }

  .lg\:mt-120 {
    margin-top: 120px
  }

  .lg\:mb-120 {
    margin-bottom: 120px
  }

  .lg\:ml-120 {
    margin-left: 120px
  }

  .lg\:mt-130 {
    margin-top: 130px
  }

  .lg\:mt-140 {
    margin-top: 140px
  }

  .lg\:mr-150 {
    margin-right: 150px
  }

  .lg\:mr-210 {
    margin-right: 210px
  }

  .lg\:mt-300 {
    margin-top: 300px
  }

  .lg\:mr-580 {
    margin-right: 580px
  }

  .lg\:ml-auto {
    margin-left: auto
  }

  .lg\:mt-20\% {
    margin-top: 20%
  }

  .lg\:-mt-1 {
    margin-top: -1px
  }

  .lg\:-mb-1 {
    margin-bottom: -1px
  }

  .lg\:-ml-1 {
    margin-left: -1px
  }

  .lg\:-mt-10 {
    margin-top: -10px
  }

  .lg\:-mt-40 {
    margin-top: -40px
  }

  .lg\:-mt-80 {
    margin-top: -80px
  }

  .lg\:-mt-110 {
    margin-top: -110px
  }

  .lg\:-mb-130 {
    margin-bottom: -130px
  }

  .lg\:-ml-140 {
    margin-left: -140px
  }

  .lg\:-mt-165 {
    margin-top: -165px
  }

  .lg\:-mt-230 {
    margin-top: -230px
  }

  .lg\:-ml-380 {
    margin-left: -380px
  }

  .lg\:-ml-470 {
    margin-left: -470px
  }

  .lg\:-ml-495 {
    margin-left: -495px
  }

  .lg\:children\:ml-0>* {
    margin-left: 0
  }

  .lg\:children\:ml-20>* {
    margin-left: 20px
  }

  .lg\:children\:mt-40>* {
    margin-top: 40px
  }

  .lg\:children\:ml-40>* {
    margin-left: 40px
  }

  .lg\:children\:mt-45>* {
    margin-top: 45px
  }

  .lg\:children\:mt-50>* {
    margin-top: 50px
  }

  .lg\:children\:first\:mt-0>:first-child {
    margin-top: 0
  }

  .lg\:children\:first\:mt-50>:first-child {
    margin-top: 50px
  }

  .lg\:children\:not-first\:mt-0>:not(:first-child) {
    margin-top: 0
  }

  .lg\:max-h-50vh {
    max-height: 50vh
  }

  .lg\:max-w-360 {
    max-width: 360px
  }

  .lg\:max-w-480 {
    max-width: 480px
  }

  .lg\:max-w-500 {
    max-width: 500px
  }

  .lg\:max-w-560 {
    max-width: 560px
  }

  .lg\:max-w-640 {
    max-width: 640px
  }

  .lg\:max-w-820 {
    max-width: 820px
  }

  .lg\:max-w-880 {
    max-width: 880px
  }

  .lg\:max-w-900 {
    max-width: 900px
  }

  .lg\:max-w-1300 {
    max-width: 1300px
  }

  .lg\:max-w-none {
    max-width: none
  }

  .lg\:max-w-35\% {
    max-width: 35%
  }

  .lg\:max-w-50\% {
    max-width: 50%
  }

  .lg\:max-w-75\% {
    max-width: 75%
  }

  .lg\:max-w-80\% {
    max-width: 80%
  }

  .lg\:max-w-100\% {
    max-width: 100%
  }

  .lg\:children\:max-w-360>* {
    max-width: 360px
  }

  .lg\:min-h-200 {
    min-height: 200px
  }

  .lg\:min-h-430 {
    min-height: 430px
  }

  .lg\:min-h-600 {
    min-height: 600px
  }

  .lg\:min-h-630 {
    min-height: 630px
  }

  .lg\:min-h-650 {
    min-height: 650px
  }

  .lg\:min-h-100\% {
    min-height: 100%
  }

  .lg\:min-w-180 {
    min-width: 180px
  }

  .lg\:min-w-200 {
    min-width: 200px
  }

  .lg\:min-w-360 {
    min-width: 360px
  }

  .lg\:opacity-0 {
    opacity: 0
  }

  .lg\:opacity-80 {
    opacity: .8
  }

  .lg\:overflow-hidden {
    overflow: hidden
  }

  .lg\:p-0 {
    padding: 0
  }

  .lg\:p-8 {
    padding: 8px
  }

  .lg\:p-11 {
    padding: 11px
  }

  .lg\:p-40 {
    padding: 40px
  }

  .lg\:p-60 {
    padding: 60px
  }

  .lg\:p-100 {
    padding: 100px
  }

  .lg\:p-8\% {
    padding: 8%
  }

  .lg\:p-11\% {
    padding: 11%
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0
  }

  .lg\:px-3 {
    padding-left: 3px;
    padding-right: 3px
  }

  .lg\:px-5 {
    padding-left: 5px;
    padding-right: 5px
  }

  .lg\:px-7 {
    padding-left: 7px;
    padding-right: 7px
  }

  .lg\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .lg\:px-10 {
    padding-left: 10px;
    padding-right: 10px
  }

  .lg\:px-11 {
    padding-left: 11px;
    padding-right: 11px
  }

  .lg\:px-12 {
    padding-left: 12px;
    padding-right: 12px
  }

  .lg\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .lg\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .lg\:px-24 {
    padding-left: 24px;
    padding-right: 24px
  }

  .lg\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .lg\:px-25 {
    padding-left: 25px;
    padding-right: 25px
  }

  .lg\:px-26 {
    padding-left: 26px;
    padding-right: 26px
  }

  .lg\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .lg\:px-30 {
    padding-left: 30px;
    padding-right: 30px
  }

  .lg\:px-32 {
    padding-left: 32px;
    padding-right: 32px
  }

  .lg\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .lg\:px-40 {
    padding-left: 40px;
    padding-right: 40px
  }

  .lg\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px
  }

  .lg\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .lg\:px-50 {
    padding-left: 50px;
    padding-right: 50px
  }

  .lg\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px
  }

  .lg\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .lg\:px-60 {
    padding-left: 60px;
    padding-right: 60px
  }

  .lg\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px
  }

  .lg\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .lg\:px-80 {
    padding-left: 80px;
    padding-right: 80px
  }

  .lg\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px
  }

  .lg\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .lg\:px-100 {
    padding-left: 100px;
    padding-right: 100px
  }

  .lg\:px-120 {
    padding-left: 120px;
    padding-right: 120px
  }

  .lg\:px-140 {
    padding-left: 140px;
    padding-right: 140px
  }

  .lg\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px
  }

  .lg\:px-5\% {
    padding-left: 5%;
    padding-right: 5%
  }

  .lg\:px-7\% {
    padding-left: 7%;
    padding-right: 7%
  }

  .lg\:px-9\% {
    padding-left: 9%;
    padding-right: 9%
  }

  .lg\:px-10\% {
    padding-left: 10%;
    padding-right: 10%
  }

  .lg\:px-11\% {
    padding-left: 11%;
    padding-right: 11%
  }

  .lg\:px-12\% {
    padding-left: 12%;
    padding-right: 12%
  }

  .lg\:px-14\% {
    padding-left: 14%;
    padding-right: 14%
  }

  .lg\:pt-0 {
    padding-top: 0
  }

  .lg\:pr-0 {
    padding-right: 0
  }

  .lg\:pb-0 {
    padding-bottom: 0
  }

  .lg\:pl-0 {
    padding-left: 0
  }

  .lg\:pr-4 {
    padding-right: 4px
  }

  .lg\:pr-5 {
    padding-right: 5px
  }

  .lg\:pb-5 {
    padding-bottom: 5px
  }

  .lg\:pl-7 {
    padding-left: 7px
  }

  .lg\:pr-10 {
    padding-right: 10px
  }

  .lg\:pb-10 {
    padding-bottom: 10px
  }

  .lg\:pl-10 {
    padding-left: 10px
  }

  .lg\:pt-15 {
    padding-top: 15px
  }

  .lg\:pr-15 {
    padding-right: 15px
  }

  .lg\:pl-15 {
    padding-left: 15px
  }

  .lg\:pt-17 {
    padding-top: 17px
  }

  .lg\:pr-20 {
    padding-right: 20px
  }

  .lg\:pb-20 {
    padding-bottom: 20px
  }

  .lg\:pl-20 {
    padding-left: 20px
  }

  .lg\:pt-24 {
    padding-top: 24px
  }

  .lg\:pt-25 {
    padding-top: 25px
  }

  .lg\:pb-25 {
    padding-bottom: 25px
  }

  .lg\:pl-25 {
    padding-left: 25px
  }

  .lg\:pt-30 {
    padding-top: 30px
  }

  .lg\:pr-30 {
    padding-right: 30px
  }

  .lg\:pb-30 {
    padding-bottom: 30px
  }

  .lg\:pl-30 {
    padding-left: 30px
  }

  .lg\:pb-32 {
    padding-bottom: 32px
  }

  .lg\:pl-32 {
    padding-left: 32px
  }

  .lg\:pt-35 {
    padding-top: 35px
  }

  .lg\:pt-40 {
    padding-top: 40px
  }

  .lg\:pr-40 {
    padding-right: 40px
  }

  .lg\:pb-40 {
    padding-bottom: 40px
  }

  .lg\:pl-40 {
    padding-left: 40px
  }

  .lg\:pt-45 {
    padding-top: 45px
  }

  .lg\:pt-50 {
    padding-top: 50px
  }

  .lg\:pr-50 {
    padding-right: 50px
  }

  .lg\:pb-50 {
    padding-bottom: 50px
  }

  .lg\:pl-50 {
    padding-left: 50px
  }

  .lg\:pb-55 {
    padding-bottom: 55px
  }

  .lg\:pt-60 {
    padding-top: 60px
  }

  .lg\:pr-60 {
    padding-right: 60px
  }

  .lg\:pb-60 {
    padding-bottom: 60px
  }

  .lg\:pl-60 {
    padding-left: 60px
  }

  .lg\:pt-70 {
    padding-top: 70px
  }

  .lg\:pl-70 {
    padding-left: 70px
  }

  .lg\:pt-72 {
    padding-top: 72px
  }

  .lg\:pb-72 {
    padding-bottom: 72px
  }

  .lg\:pt-75 {
    padding-top: 75px
  }

  .lg\:pt-80 {
    padding-top: 80px
  }

  .lg\:pb-80 {
    padding-bottom: 80px
  }

  .lg\:pl-80 {
    padding-left: 80px
  }

  .lg\:pt-85 {
    padding-top: 85px
  }

  .lg\:pt-90 {
    padding-top: 90px
  }

  .lg\:pr-90 {
    padding-right: 90px
  }

  .lg\:pt-100 {
    padding-top: 100px
  }

  .lg\:pr-100 {
    padding-right: 100px
  }

  .lg\:pb-100 {
    padding-bottom: 100px
  }

  .lg\:pb-110 {
    padding-bottom: 110px
  }

  .lg\:pt-115 {
    padding-top: 115px
  }

  .lg\:pb-115 {
    padding-bottom: 115px
  }

  .lg\:pt-120 {
    padding-top: 120px
  }

  .lg\:pl-120 {
    padding-left: 120px
  }

  .lg\:pt-130 {
    padding-top: 130px
  }

  .lg\:pb-130 {
    padding-bottom: 130px
  }

  .lg\:pt-135 {
    padding-top: 135px
  }

  .lg\:pr-140 {
    padding-right: 140px
  }

  .lg\:pb-140 {
    padding-bottom: 140px
  }

  .lg\:pb-150 {
    padding-bottom: 150px
  }

  .lg\:pl-150 {
    padding-left: 150px
  }

  .lg\:pt-160 {
    padding-top: 160px
  }

  .lg\:pb-160 {
    padding-bottom: 160px
  }

  .lg\:pb-200 {
    padding-bottom: 200px
  }

  .lg\:pb-220 {
    padding-bottom: 220px
  }

  .lg\:pt-230 {
    padding-top: 230px
  }

  .lg\:pb-250 {
    padding-bottom: 250px
  }

  .lg\:pt-320 {
    padding-top: 320px
  }

  .lg\:pr-4\% {
    padding-right: 4%
  }

  .lg\:pr-5\% {
    padding-right: 5%
  }

  .lg\:pl-7\% {
    padding-left: 7%
  }

  .lg\:pr-9\% {
    padding-right: 9%
  }

  .lg\:pr-10\% {
    padding-right: 10%
  }

  .lg\:pl-10\% {
    padding-left: 10%
  }

  .lg\:pr-14\% {
    padding-right: 14%
  }

  .lg\:pl-14\% {
    padding-left: 14%
  }

  .lg\:pr-15\% {
    padding-right: 15%
  }

  .lg\:pr-20\% {
    padding-right: 20%
  }

  .lg\:pl-23\% {
    padding-left: 23%
  }

  .lg\:pr-31\% {
    padding-right: 31%
  }

  .lg\:pointer-events-none {
    pointer-events: none
  }

  .lg\:pointer-events-auto {
    pointer-events: auto
  }

  .lg\:absolute {
    position: absolute
  }

  .lg\:relative {
    position: relative
  }

  .lg\:top-0 {
    top: 0
  }

  .lg\:right-0 {
    right: 0
  }

  .lg\:bottom-0 {
    bottom: 0
  }

  .lg\:left-0 {
    left: 0
  }

  .lg\:left-1 {
    left: 1px
  }

  .lg\:left-30 {
    left: 30px
  }

  .lg\:top-40 {
    top: 40px
  }

  .lg\:top-50 {
    top: 50px
  }

  .lg\:right-50 {
    right: 50px
  }

  .lg\:bottom-50 {
    bottom: 50px
  }

  .lg\:left-50 {
    left: 50px
  }

  .lg\:top-60 {
    top: 60px
  }

  .lg\:top-90 {
    top: 90px
  }

  .lg\:bottom-90 {
    bottom: 90px
  }

  .lg\:left-110 {
    left: 110px
  }

  .lg\:bottom-115 {
    bottom: 115px
  }

  .lg\:top-120 {
    top: 120px
  }

  .lg\:right-200 {
    right: 200px
  }

  .lg\:left-200 {
    left: 200px
  }

  .lg\:right-auto {
    right: auto
  }

  .lg\:bottom-auto {
    bottom: auto
  }

  .lg\:left-auto {
    left: auto
  }

  .lg\:-top-1 {
    top: -1px
  }

  .lg\:-left-1 {
    left: -1px
  }

  .lg\:-left-10 {
    left: -10px
  }

  .lg\:-left-120 {
    left: -120px
  }

  .lg\:-top-160 {
    top: -160px
  }

  .lg\:-left-21\% {
    left: -21%
  }

  .lg\:left-30\% {
    left: 30%
  }

  .lg\:top-40\% {
    top: 40%
  }

  .lg\:right-50\% {
    right: 50%
  }

  .lg\:left-50\% {
    left: 50%
  }

  .lg\:top-60\% {
    top: 60%
  }

  .lg\:-left-100\%-40 {
    left: calc(-100% - 40px)
  }

  .lg\:text-left {
    text-align: left
  }

  .lg\:text-center {
    text-align: center
  }

  .lg\:text-right {
    text-align: right
  }

  .lg\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  .lg\:text-white-40 {
    color: hsla(0, 0%, 100%, .4)
  }

  .lg\:capitalize {
    text-transform: capitalize
  }

  .lg\:align-top {
    vertical-align: top
  }

  .lg\:align-bottom {
    vertical-align: bottom
  }

  .lg\:children\:align-top>* {
    vertical-align: top
  }

  .lg\:invisible {
    visibility: hidden
  }

  .lg\:whitespace-normal {
    white-space: normal
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap
  }

  .lg\:w-25 {
    width: 25px
  }

  .lg\:w-30 {
    width: 30px
  }

  .lg\:w-35 {
    width: 35px
  }

  .lg\:w-40 {
    width: 40px
  }

  .lg\:w-45 {
    width: 45px
  }

  .lg\:w-50 {
    width: 50px
  }

  .lg\:w-55 {
    width: 55px
  }

  .lg\:w-60 {
    width: 60px
  }

  .lg\:w-65 {
    width: 65px
  }

  .lg\:w-70 {
    width: 70px
  }

  .lg\:w-75 {
    width: 75px
  }

  .lg\:w-80 {
    width: 80px
  }

  .lg\:w-85 {
    width: 85px
  }

  .lg\:w-100 {
    width: 100px
  }

  .lg\:w-130 {
    width: 130px
  }

  .lg\:w-140 {
    width: 140px
  }

  .lg\:w-160 {
    width: 160px
  }

  .lg\:w-180 {
    width: 180px
  }

  .lg\:w-200 {
    width: 200px
  }

  .lg\:w-280 {
    width: 280px
  }

  .lg\:w-320 {
    width: 320px
  }

  .lg\:w-360 {
    width: 360px
  }

  .lg\:w-560 {
    width: 560px
  }

  .lg\:w-580 {
    width: 580px
  }

  .lg\:w-760 {
    width: 760px
  }

  .lg\:w-810 {
    width: 810px
  }

  .lg\:w-990 {
    width: 990px
  }

  .lg\:w-auto {
    width: auto
  }

  .lg\:w-100\%\+2 {
    width: calc(100% + 2px)
  }

  .lg\:w-50\%\+75 {
    width: calc(50% + 75px)
  }

  .lg\:w-50\%-60 {
    width: calc(50% - 60px)
  }

  .lg\:w-50\%-120 {
    width: calc(50% - 120px)
  }

  .lg\:w-25\% {
    width: 25%
  }

  .lg\:w-31\% {
    width: 31%
  }

  .lg\:w-32-7\% {
    width: 32.7%
  }

  .lg\:w-1\/3 {
    width: 33.333333%
  }

  .lg\:w-35\% {
    width: 35%
  }

  .lg\:w-40\% {
    width: 40%
  }

  .lg\:w-45\% {
    width: 45%
  }

  .lg\:w-50\% {
    width: 50%
  }

  .lg\:w-52\% {
    width: 52%
  }

  .lg\:w-55\% {
    width: 55%
  }

  .lg\:w-60\% {
    width: 60%
  }

  .lg\:w-62\% {
    width: 62%
  }

  .lg\:w-65\% {
    width: 65%
  }

  .lg\:w-70\% {
    width: 70%
  }

  .lg\:w-80\% {
    width: 80%
  }

  .lg\:w-85\% {
    width: 85%
  }

  .lg\:w-100\% {
    width: 100%
  }

  .lg\:w-1\/2 {
    width: 50%
  }

  .lg\:children\:w-48>* {
    width: 48px
  }

  .lg\:children\:w-50>* {
    width: 50px
  }

  .lg\:children\:w-100>* {
    width: 100px
  }

  .lg\:children\:w-48\%>* {
    width: 48%
  }

  .lg\:children\:w-50\%>* {
    width: 50%
  }

  .lg\:children\:w-100\%>* {
    width: 100%
  }

  .lg\:z-1 {
    z-index: 1
  }

  .lg\:z-2 {
    z-index: 2
  }

  .lg\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
  }

  .lg\:-rotate-90 {
    --transform-rotate: -90deg
  }

  .lg\:-translate-x-full {
    --transform-translate-x: -100%
  }
}

/*!
Theme Name: Ius laboris
Author: 60fps
Author URI: http://60fps.fr
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 4.9.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Ius laboris
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/
* {
  box-sizing: border-box;
  outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 400
}

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0
}

ul {
  list-style-type: none
}

a {
  text-decoration: inherit;
  border: none;
  color: inherit
}

a[href] {
  cursor: pointer
}

input,
textarea {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0
}

html {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  background: #211f1f;
  overscroll-behavior-y: none
}

html[lang] {
  margin-top: 0 !important
}

body {
  position: relative;
  width: 100%;
  overflow: hidden !important;
  margin: 0;
  padding: 0;
/*   font-size: 0; */
  -webkit-touch-callout: none;
  font-family: Frutiger LT Std, Arial;
  font-weight: 400;
  font-style: normal;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  background: #fff
}

#wpadminbar {
  display: none
}

section {
  background: #fff;
  padding-top: 1px;
  margin-top: -1px
}

picture {
  display: block;
  pointer-events: none
}

picture img {
  width: 100%;
  height: 100%
}

picture.max-height img {
  max-height: 300px;
  object-fit: cover;
  height: 100%
}

@media (min-width: 1024px) {
  picture.max-height img {
    max-height: none
  }
}

input,
select {
  -webkit-appearance: none;
  background: 0 0
}

section {
  position: relative
}

@media (min-width: 1024px) {

  section[data-headercolor=light],
  section[data-headercolor=white] {
    margin-top: 130px
  }
}

@media (min-width: 1024px) {
  section#hrsummit {
    margin-top: 70px
  }
}

[data-follow-link] {
  cursor: pointer
}

body {
  transition: opacity .5s linear;
  will-change: opacity
}

#body {
  overflow: hidden
}

button:focus {
  outline: 0
}

.rt-label {
  display: none
}

#page-transition {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none
}

#transition-loader {
  z-index: 10001
}

@media (min-width: 1024px) {
  .loadmore-content {
    min-height: 50vh
  }
}

@font-face {
  font-family: Tiempos Headline;
  src: url(resources/assets/fonts/TiemposHeadline-Regular.woff2) format("woff2"), url(resources/assets/fonts/TiemposHeadline-Regular.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Tiempos Headline;
  src: url(resources/assets/fonts/TiemposHeadline-Medium.woff2) format("woff2"), url(resources/assets/fonts/TiemposHeadline-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Tiempos Headline;
  src: url(resources/assets/fonts/TiemposHeadline-Light.woff2) format("woff2"), url(resources/assets/fonts/TiemposHeadline-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Tiempos Text;
  src: url(resources/assets/fonts/TiemposText-Regular.woff2) format("woff2"), url(resources/assets/fonts/TiemposText-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Frutiger LT Std;
  src: url(resources/assets/fonts/FrutigerLTStd-Italic.woff2) format("woff2"), url(resources/assets/fonts/FrutigerLTStd-Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: Frutiger LT Std;
  src: url(resources/assets/fonts/FrutigerLTStd-Roman.woff2) format("woff2"), url(resources/assets/fonts/FrutigerLTStd-Roman.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Frutiger LT Std;
  src: url(resources/assets/fonts/FrutigerLTStd-Bold.woff2) format("woff2"), url(resources/assets/fonts/FrutigerLTStd-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'icons' !important;
  src: url(resources/assets/fonts/icons.eot?v=u413aa6f6);
  src: url(resources/assets/fonts/icons.eot?v=u413aa6f6#iefix) format("embedded-opentype"), url(resources/assets/fonts/icons.ttf?v=u413aa6f6) format("truetype"), url(resources/assets/fonts/icons.woff?v=u413aa6f6) format("woff"), url(resources/assets/fonts/icons.svg?v=u413aa6f6#icons) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block
}

.popin {
  position: fixed;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

@media (min-width: 1024px) {
  .popin {
    top: 0;
    background-color: rgba(34, 34, 34, .8);
    overflow: hidden
  }
}

.popin.small {
  background-color: rgba(34, 34, 34, .8);
  overflow: hidden
}

.popin.small .popin-content {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  position: absolute;
  top: 40px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  left: 15px;
  right: 15px;
  max-height: 90%
}

@media (min-width: 1024px) {
  .popin.small .popin-content {
    top: 150px;
    bottom: auto;
    left: 50%;
    width: 550px;
    margin-left: -275px;
    right: auto
  }
}

@media (min-width: 1024px) {
  .popin .popin-content {
    position: absolute;
    top: 90px;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    left: 20px;
    right: 20px
  }

  @media (min-width: 1200px) {
    .popin .popin-content {
      width: 1160px;
      left: 50%;
      margin-left: -580px;
      right: auto
    }
  }
}

.popin .popin-close i {
  transition: transform .5s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

 .popin .popin-close:hover i {
  transform: rotate(90deg)
}

.shares [name=partial-share] {
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  transition: background .3s linear, color .3s linear;
  width: 50px;
  height: 50px
}

.shares [name=partial-share] .icon-linkedin {
  font-size: 16px
}

.shares [name=partial-share] .icon-twitter {
  font-size: 13px
}

.shares [name=partial-share][data-layout=small] {
  width: 40px;
  height: 40px
}

.shares [name=partial-share][data-layout=small] .icon-twitter {
  font-size: 11px
}

.shares [name=partial-share][data-layout=small] .icon-linkedin {
  font-size: 14px
}

.shares [name=partial-share][data-layout=small] .icon-phone {
  font-size: 17px
}

.shares [name=partial-share][data-layout=small] .icon-email {
  font-size: 14px
}

.back-to-top div,
button.button-scroll div {
  animation-duration: .4s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.back-to-top i,
button.button-scroll i {
  transition: transform 1.3s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  position: relative
}

 .back-to-top:hover div,
 button.button-scroll:hover div {
  animation-name: link-over-down
}

 .back-to-top:hover i,
 button.button-scroll:hover i {
  transform: translate3d(0, 10px, 0)
}

 .back-to-top:hover div {
  animation-name: link-over-up
}

 .back-to-top:hover i {
  transform: translate3d(0, -10px, 0)
}

@keyframes link-over-up {
  0% {
    transform: translateY(0);
    opacity: 1
  }

  49% {
    transform: translateY(-20px);
    opacity: 0
  }

  50% {
    transform: translateY(20px);
    opacity: 0
  }

  to {
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes link-over-down {
  0% {
    transform: translateY(0);
    opacity: 1
  }

  49% {
    transform: translateY(20px);
    opacity: 0
  }

  50% {
    transform: translateY(-20px);
    opacity: 0
  }

  to {
    transform: translateY(0);
    opacity: 1
  }
}

.anim-appearoverlayx>:first-child {
  visibility: hidden
}

.anim-appearoverlayx,
.anim-appearx,
.anim-appearzoom,
.anim-pictureparallax {
  overflow: hidden
}

.anim-appearoverlayx:not(.absolute),
.anim-appearx:not(.absolute),
.anim-appearzoom:not(.absolute),
.anim-pictureparallax:not(.absolute) {
  position: relative
}

.anim-people {
  will-change: opacity
}

.anim-people picture {
  will-change: transform
}

div[name=partial-firm] .content-hover,
div[name=partial-people] .content-hover {
  opacity: 0;
  transition: opacity .4s linear .1s;
  will-change: opacity
}

div[name=partial-firm] .content-hover .subtitle,
div[name=partial-firm] .content-hover .title,
div[name=partial-firm] .content-hover div[name=partial-insight-item][data-layout*=default].white .title,
div[name=partial-insight-item][data-layout*=default].white div[name=partial-firm] .content-hover .title,
div[name=partial-insight-item][data-layout*=default].white div[name=partial-people] .content-hover .title,
div[name=partial-people] .content-hover .subtitle,
div[name=partial-people] .content-hover .title,
div[name=partial-people] .content-hover div[name=partial-insight-item][data-layout*=default].white .title {
  opacity: 0;
  will-change: opacity, transform;
  transform: translate3d(0, 20px, 0);
  transition: all .7s;
  transition-timing-function: cubic-bezier(.95, .05, .795, .035);
  position: relative
}

div[name=partial-firm] .content-hover .shares [name=partial-share],
div[name=partial-people] .content-hover .shares [name=partial-share] {
  transform: scale(0);
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

div[name=partial-firm] .content-hover .shares [name=partial-share]:nth-child(2),
div[name=partial-people] .content-hover .shares [name=partial-share]:nth-child(2) {
  transition: opacity .6s .3s, transform .6s .3s, background .3s linear, color .3s linear
}

div[name=partial-firm] .content-hover .shares [name=partial-share]:nth-child(3),
div[name=partial-people] .content-hover .shares [name=partial-share]:nth-child(3) {
  transition: opacity .6s .4s, transform .6s .4s, background .3s linear, color .3s linear
}

div[name=partial-firm] .content-hover .shares [name=partial-share]:first-child,
div[name=partial-people] .content-hover .shares [name=partial-share]:first-child {
  transition: opacity .6s .5s, transform .6s .5s, background .3s linear, color .3s linear
}

div[name=partial-firm] .content-hover [name=component-link],
div[name=partial-people] .content-hover [name=component-link] {
  opacity: 0;
  transition: opacity .4s linear .8s
}

div[name=partial-firm] .content-hover a,
div[name=partial-people] .content-hover a {
  pointer-events: none
}

 div[name=partial-firm]:hover .content-hover,
 div[name=partial-people]:hover .content-hover,
div[name=partial-firm] .content-hover.touch-hover,
div[name=partial-people] .content-hover.touch-hover {
  opacity: 1
}

 div[name=partial-firm]:hover .content-hover .subtitle,
 div[name=partial-firm]:hover .content-hover .title,
 div[name=partial-people]:hover .content-hover .subtitle,
 div[name=partial-people]:hover .content-hover .title,
div[name=partial-firm] .content-hover.touch-hover .subtitle,
div[name=partial-firm] .content-hover.touch-hover .title,
div[name=partial-people] .content-hover.touch-hover .subtitle,
div[name=partial-people] .content-hover.touch-hover .title {
  opacity: 1;
  transform: translateZ(0);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

 div[name=partial-firm]:hover .content-hover .title,
 div[name=partial-people]:hover .content-hover .title,
div[name=partial-firm] .content-hover.touch-hover .title,
div[name=partial-people] .content-hover.touch-hover .title {
  transition-delay: .2s
}

 div[name=partial-firm]:hover .content-hover .subtitle,
 div[name=partial-people]:hover .content-hover .subtitle,
div[name=partial-firm] .content-hover.touch-hover .subtitle,
div[name=partial-people] .content-hover.touch-hover .subtitle {
  transition-delay: .3s
}

 div[name=partial-firm]:hover .content-hover .shares [name=partial-share],
 div[name=partial-people]:hover .content-hover .shares [name=partial-share],
div[name=partial-firm] .content-hover.touch-hover .shares [name=partial-share],
div[name=partial-people] .content-hover.touch-hover .shares [name=partial-share] {
  opacity: 1;
  transform: scale(1)
}

 div[name=partial-firm]:hover .content-hover [name=component-link],
 div[name=partial-people]:hover .content-hover [name=component-link],
div[name=partial-firm] .content-hover.touch-hover [name=component-link],
div[name=partial-people] .content-hover.touch-hover [name=component-link] {
  opacity: 1
}

 div[name=partial-firm]:hover .content-hover a,
 div[name=partial-people]:hover .content-hover a,
div[name=partial-firm] .content-hover.touch-hover a,
div[name=partial-people] .content-hover.touch-hover a {
  pointer-events: all
}

.gradient.home {
  background: linear-gradient(#292525, transparent);
  height: 760px
}

.gradient.fullhead,
.gradient.home,
.gradient.hrsummit {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.gradient.fullhead,
.gradient.hrsummit {
  bottom: 0;
  background: linear-gradient(rgba(26, 26, 26, .2), rgba(34, 34, 34, .5))
}

.gradient.linear {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(34, 34, 34, .8) 10%, transparent 130%)
}

.gradient.featured,
.gradient.insight {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.gradient.featured:after,
.gradient.featured:before,
.gradient.insight:after,
.gradient.insight:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.gradient.featured:before,
.gradient.insight:before {
  opacity: .8;
  background-image: linear-gradient(180deg, #1a1a1a, rgba(34, 34, 34, 0))
}

.gradient.featured:after,
.gradient.insight:after {
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0) 24%, #222 93%)
}

.gradient.video {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(34, 34, 34, .4)
}

p+p {
  margin-top: 1em
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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,
.slick-slider {
  position: relative;
  display: block
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

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

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

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

.slick-track:after,
.slick-track:before {
  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
}

@media (min-width: 1024px) {
  [name=module-fow-3cells] .item+.item {
    border-left: 0
  }
}

div[name=module-insight-bloc-paragraph],
div[name=module-insight-bloc-subtitle] {
  width: 100%
}

@media (min-width: 1024px) {

  div[name=module-insight-bloc-paragraph],
  div[name=module-insight-bloc-subtitle] {
    margin-left: auto;
    margin-right: auto;
    width: 560px
  }
}

div[name=module-insight-bloc-paragraph] a,
div[name=module-insight-bloc-subtitle] a {
  position: relative;
  --text-opacity: 1;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity))
}

div[name=module-insight-bloc-paragraph] a:before,
div[name=module-insight-bloc-subtitle] a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #e62612;
  transform: scaleX(0);
  transform-origin: 0 0;
  left: 0;
  bottom: 0;
  transition: transform .6s cubic-bezier(.19, 1, .22, 1)
}

 div[name=module-insight-bloc-paragraph] a:hover:before,
 div[name=module-insight-bloc-subtitle] a:hover:before {
  transform: scaleX(1)
}

div[name=module-insight-bloc-paragraph] ul,
div[name=module-insight-bloc-subtitle] ul {
  padding-left: 20px
}

div[name=module-insight-bloc-paragraph] ul li,
div[name=module-insight-bloc-subtitle] ul li {
  position: relative;
  margin-top: 25px
}

div[name=module-insight-bloc-paragraph] ul li:before,
div[name=module-insight-bloc-subtitle] ul li:before {
  position: absolute;
  top: 0;
  left: -20px;
  content: "\2022";
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 18px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity))
}

@media (min-width: 1024px) {

  div[name=module-insight-bloc-paragraph] ul,
  div[name=module-insight-bloc-subtitle] ul {
    padding-left: 35px
  }

  div[name=module-insight-bloc-paragraph] ul li:before,
  div[name=module-insight-bloc-subtitle] ul li:before {
    left: -30px
  }
}

div[name=module-insight-bloc-paragraph] blockquote,
div[name=module-insight-bloc-subtitle] blockquote {
  padding-left: 20px;
  margin-top: 1em
}

div[name=module-insight-bloc-paragraph] blockquote p:before,
div[name=module-insight-bloc-subtitle] blockquote p:before {
  content: "\2018"
}

div[name=module-insight-bloc-paragraph] blockquote p:after,
div[name=module-insight-bloc-subtitle] blockquote p:after {
  content: "\2019"
}
div[name=module-insight-bloc-paragraph] h2, h2,
div[name=module-insight-bloc-subtitle] h2 {
  font-family: Tiempos Headline, Georgia, serif;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  margin-top: 60px;
  font-size: 36px;
  font-weight: 500;
  position: relative
}
div[name=module-insight-bloc-paragraph] h2:before,h2:before,
div[name=module-insight-bloc-subtitle] h2:before {
  --bg-opacity: 1;
  background-color: #e62612;
  background-color: rgba(230, 38, 18, var(--bg-opacity));
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 25px;
  height: 2px
}
div[name=module-insight-bloc-paragraph] h3, h3,
div[name=module-insight-bloc-subtitle] h3 {
  font-family: Tiempos Headline, Georgia, serif;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  margin-top: 60px;
  font-size: 28px;
  font-weight: 500;
  position: relative
}

div[name=module-insight-bloc-paragraph] h3:before,h3:before,
div[name=module-insight-bloc-subtitle] h3:before {
  --bg-opacity: 1;
  background-color: #e62612;
  background-color: rgba(230, 38, 18, var(--bg-opacity));
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 25px;
  height: 2px
}

div[name=module-insight-bloc-paragraph] h4,h4,
div[name=module-insight-bloc-subtitle] h4 {
  font-family: Frutiger LT Std, Arial;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45
}

@media (min-width: 1024px) {

  div[name=module-insight-bloc-paragraph] h4,
  div[name=module-insight-bloc-subtitle] h4 {
    margin-top: 40px
  }
}

div[name=module-bloc-image] {
  margin-top: 45px
}

@media (min-width: 1024px) {
  div[name=module-bloc-image] {
    margin-top: 50px
  }
}

div[name=module-bloc-image].width-border .bloc-title {
  border-top: 2px solid #e02020;
  text-transform: uppercase;
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 16px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  padding-top: 15px;
  letter-spacing: .06em
}

div[name=module-bloc-image].width-border .bloc-image {
  margin-top: 20px
}

div[name=module-bloc-image].width-border .bloc-image button i {
  transform-origin: 50%;
  transform: rotate(0);
  transition: transform .8s cubic-bezier(.19, 1, .22, 1)
}

div[name=module-bloc-image].width-border .bloc-image button.open i {
  transform: rotate(180deg)
}

div[name=module-bloc-image].width-border .bloc-image.expandable .image-content {
  max-height: 340px;
  overflow: hidden;
  will-change: height
}

div[name=module-bloc-image].width-border .bloc-image.expandable .image-content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100px;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 65%);
  opacity: 1;
  transition: opacity .35s linear
}

div[name=module-bloc-image].width-border .bloc-image.open .image-content {
  max-height: 100%
}

div[name=module-bloc-image].width-border .image-content {
  padding: 0 20px
}

div[name=module-bloc-image].width-border.open .bloc-image.expandable .image-content:after {
  opacity: 0
}

div[name=module-insight-bloc-table] table {
  width: 100%;
  border-collapse: collapse;
  font-family: Frutiger LT Std, Arial;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  letter-spacing: -.4px;
  font-size: 13px;
  line-height: 16px
}

div[name=module-insight-bloc-table] th {
  font-weight: 400
}

div[name=module-insight-bloc-table] table,
div[name=module-insight-bloc-table] td,
div[name=module-insight-bloc-table] th {
  border: 2px solid #222
}

div[name=module-insight-bloc-table] td,
div[name=module-insight-bloc-table] th {
  min-width: 150px;
  padding: 0 15px;
  text-align: center
}

@media (min-width: 1024px) {

  div[name=module-insight-bloc-table] td,
  div[name=module-insight-bloc-table] th {
    min-width: auto
  }
}

div[name=module-insight-bloc-table] tbody tr {
  height: 40px
}

div[name=module-insight-bloc-table] thead {
  background: #222;
  color: #fff
}

div[name=module-insight-bloc-table] thead tr {
  height: 60px
}

div[name=module-insight-bloc-table] thead tr th {
  padding-top: 5px;
  padding-bottom: 5px
}

div[name=module-insight-bloc-table-advanced] table {
  width: 100%;
  font-family: Frutiger LT Std, Arial;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  letter-spacing: -.4px;
  font-size: 13px;
  line-height: 16px
}

div[name=module-insight-bloc-comments] .bloc-comment {
  box-shadow: 0 0 15px 3px hsla(0, 0%, 58.4%, .13);
  border-radius: 1px
}

div[name=module-insight-bloc-comments] .bloc-comment button {
  transition: border-color .2s linear
}

div[name=module-insight-bloc-comments] .bloc-comment button i {
  transition: color .2s linear
}

div[name=module-insight-bloc-comments] .bloc-comment button i.icon-eye-close {
  font-size: 10px
}

div[name=module-insight-bloc-comments] .bloc-comment button.open i {
  display: none
}

div[name=module-insight-bloc-comments] .bloc-comment button.open i.icon-eye-close {
  display: block
}

 div[name=module-insight-bloc-comments] .bloc-comment button:hover {
  border-color: #222
}

 div[name=module-insight-bloc-comments] .bloc-comment button:hover i {
  color: #222
}

div[name=module-insight-bloc-comments] .bloc-comment .bottom .author a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 100%;
  transform-origin: 0 0;
  transform: scaleX(0);
  background: #525252;
  transition: transform .6s cubic-bezier(.19, 1, .22, 1)
}

 div[name=module-insight-bloc-comments] .bloc-comment .bottom .author a:hover:before {
  transform: scaleX(1)
}

div[name=module-insight-bloc-comments] .bloc-comment .content-message ul {
  padding-left: 20px
}

div[name=module-insight-bloc-comments] .bloc-comment .content-message ul li {
  position: relative
}

div[name=module-insight-bloc-comments] .bloc-comment .content-message ul li:before {
  position: absolute;
  top: 0;
  left: -20px;
  content: "\2022";
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 18px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity))
}

div[name=module-home-bloc-map] .img-map {
  width: 800px
}

@media (min-width: 1024px) {
  div[name=module-home-bloc-map] .img-map {
    width: calc(100% - 200px)
  }
}

[name=module-insight-bloc-highlight] {
  position: relative
}

@media (min-width: 1024px) {
  [name=module-insight-bloc-highlight] {
    width: 560px
  }
}

[name=module-insight-bloc-highlight]:before {
  --bg-opacity: 1;
  background-color: #e62612;
  background-color: rgba(230, 38, 18, var(--bg-opacity));
  width: 2px;
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0
}

[name=module-insight-bloc-dividers] span {
  width: 6px;
  height: 6px
}

[name=module-insight-bloc-dividers] span:not(:last-of-type) {
  margin-right: 15px
}

[name=module-insight-bloc-collapsable] .head:after {
  --bg-opacity: 1;
  background-color: #ededed;
  background-color: rgba(237, 237, 237, var(--bg-opacity));
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px
}

@media (min-width: 1024px) {

  [name=module-insight-bloc-collapsable] .head .title,
  [name=module-insight-bloc-collapsable] .head div[name=partial-insight-item][data-layout*=default].white .title,
  div[name=partial-insight-item][data-layout*=default].white [name=module-insight-bloc-collapsable] .head .title {
    line-height: 1.78;
    letter-spacing: -.33px
  }
}

div[name=module-bloc-push-article-carrousel] {
  overflow: hidden;
  z-index: 1
}

div[name=module-bloc-push-article-carrousel] .embla__container {
  display: flex;
  flex-wrap: nowrap
}

div[name=module-bloc-push-article-carrousel] [name=module-bloc-push-article] {
  margin: 0;
  width: 100%;
  flex: 0 0 100%;
  position: relative
}

div[name=module-bloc-push-article-carrousel] .dots {
  gap: 5px;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1
}

div[name=module-bloc-push-article-carrousel] .dots .dot {
  position: relative;
  cursor: pointer;
  height: 20px;
  width: 20px
}

div[name=module-bloc-push-article-carrousel] .dots .dot:after {
  height: 6px;
  width: 6px;
  border-radius: 3px;
  content: "";
  position: absolute;
  background-color: #959595;
  transition: background-color .2s linear;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

div[name=module-bloc-push-article-carrousel] .dots .dot.active:after {
  background-color: #e62612
}

[name=module-home-bloc-hero] {
  height: calc(100vh - 72px)
}

@media (min-width: 1024px) {
  [name=module-home-bloc-hero] {
    height: 100vh
  }
}

[name=module-home-bloc-slideshow] {
  height: 100vh
}

@media (min-width: 1024px) {
  [name=module-home-bloc-slideshow] {
    height: calc(100vh - 170px);
    min-height: 620px
  }
}

[name=module-home-bloc-slideshow] .slide {
  gap: 30px;
  flex: 0 0 100%;
  height: 100vh
}

@media (min-width: 1024px) {
  [name=module-home-bloc-slideshow] .slide {
    height: calc(100vh - 170px);
    min-height: 620px
  }
}

[name=module-home-bloc-slideshow] .slide .infos {
  max-width: 420px
}

[name=module-home-bloc-slideshow] .slide .slide-gradient {
  background: linear-gradient(rgba(0, 0, 0, .7), transparent, rgba(0, 0, 0, .7));
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

[name=module-home-bloc-slideshow] .slide .slide-inner {
  max-width: 1160px;
  margin: 0 auto
}

[name=module-home-bloc-slideshow] .nav-container {
  gap: 5px;
  max-width: 1440px
}

[name=module-home-bloc-slideshow] .nav-container .dot {
  height: 28px;
  width: 28px
}

[name=module-home-bloc-slideshow] .nav-container .dot .inner {
  width: 8px;
  height: 8px;
  background-color: hsla(0, 0%, 100%, .3);
  transition: background-color .2s linear
}

[name=module-home-bloc-slideshow] .nav-container .dot.selected .inner {
  background-color: #e62612
}

[name=module-home-bloc-slideshow] .nav-container .next .icon {
  line-height: 50px;
  font-size: 9px
}

[name=module-home-bloc-split] {
  margin-top: 190px
}

[name=module-home-bloc-split] .wrapper {
  padding-top: 290px;
  max-width: 1160px
}

@media (min-width: 1024px) {
  [name=module-home-bloc-split] .wrapper {
    padding-top: 50px
  }

  [name=module-home-bloc-split] .wrapper picture {
    left: 74px;
    right: 74px
  }
}

[name=module-home-bloc-split] .left,
[name=module-home-bloc-split] .right {
  flex-basis: 50%
}

[name=module-home-bloc-split] .image-wrapper {
  bottom: calc(100% - 290px)
}

@media (min-width: 1024px) {
  [name=module-home-bloc-split] .image-wrapper {
    bottom: unset
  }
}

[name=module-insight-internal-advertising] .left {
  flex: 1 1 auto
}

[name=module-insight-internal-advertising] .right {
  flex: 1 1 230px
}

@media (min-width: 1024px) {

  [name=module-insight-internal-advertising] .left,
  [name=module-insight-internal-advertising] .right {
    flex: 1 1 50%
  }
}

[name=module-insight-internal-advertising-small] .left {
  flex: 1 1 auto
}

@media (min-width: 1024px) {
  [name=module-insight-internal-advertising-small] .left {
    flex: 1 65%
  }
}

[name=module-insight-internal-advertising-small] .right {
  flex: 1 1 230px
}

@media (min-width: 1024px) {
  [name=module-insight-internal-advertising-small] .right {
    flex: 1 1 35%
  }
}

@media (min-width: 1024px) {
  [name=global-guide-bloc-topics-of-interest] .text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }
}

[name=global-guide-bloc-topics-of-interest] .selectors-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}

[name=global-guide-bloc-topics-of-interest] .selectors-wrapper .tabs {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee
}

[name=global-guide-bloc-topics-of-interest] .selectors-wrapper .tabs.disabled {
  pointer-events: none
}

@media (min-width: 1024px) {
  [name=global-guide-bloc-topics-of-interest] .selectors-wrapper .tabs {
    width: fit-content
  }
}

[name=global-guide-bloc-topics-of-interest] .selectors-wrapper .tabs .tab {
  position: relative;
  color: #bfbfbf;
  transition: color .2s linear
}

[name=global-guide-bloc-topics-of-interest] .selectors-wrapper .tabs .tab.active {
  color: #000
}

[name=global-guide-bloc-topics-of-interest] .selectors-wrapper .tabs .tab.active:before {
  transform: scaleX(1)
}

[name=global-guide-bloc-topics-of-interest] .selectors-wrapper .tabs .tab:hover {
  color: #000
}

[name=global-guide-bloc-topics-of-interest] .selectors-wrapper .tabs .tab:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e62612;
  transform: scaleX(0);
  transition: transform .8s cubic-bezier(.19, 1, .22, 1)
}

@media (min-width: 1024px) {
  [name=global-guide-bloc-topics-of-interest] .selectors-wrapper [name=component-link] {
    display: flex;
    margin-left: auto
  }
}

[name=global-guide-bloc-topics-of-interest] .questions-container {
  overflow: hidden
}

[name=global-guide-bloc-topics-of-interest] .questions-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none
}

[name=global-guide-bloc-topics-of-interest] .questions-wrapper.active {
  pointer-events: all
}

@media (min-width: 1024px) {
  [name=global-guide-bloc-topics-of-interest] .questions-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr
  }
}

[name=global-guide-bloc-topics-of-interest] .questions-wrapper .left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden
}

[name=global-guide-bloc-topics-of-interest] .questions-wrapper .left .question-card-wrapper {
  position: relative;
  z-index: 1
}

@media (min-width: 1024px) {
  [name=global-guide-bloc-topics-of-interest] .questions-wrapper .left .question-card-wrapper {
    width: fit-content
  }
}

@media (min-width: 1024px) {
  [name=global-guide-bloc-topics-of-interest] .questions-wrapper .left .question-card-wrapper .infos-wrapper h3 {
    max-width: 285px
  }
}

[name=global-guide-bloc-topics-of-interest] .questions-wrapper .left .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: right
}

[name=global-guide-bloc-topics-of-interest] .questions-wrapper .right .question-card {
  border-top: 1px solid #eee
}

[name=global-guide-bloc-topics-of-interest] .questions-wrapper .right .question-card:last-of-type {
  border-bottom: 1px solid #eee
}

[name=global-guide-bloc-topics-of-interest] .question-card-wrapper {
  overflow: hidden
}

[name=global-guide-bloc-topics-of-interest] .question-card {
  height: fit-content
}

[name=global-guide-bloc-topics-of-interest] .question-card .tag {
  display: inline-block
}

@media (min-width: 1024px) {
  [name=global-guide-bloc-topics-of-interest] .question-card .infos-wrapper {
    border: 1px solid #eee;
    border-right: none
  }
}

[name=global-guide-bloc-topics-of-interest] .question-card [name=component-link] {
  justify-content: flex-end;
  margin-right: 3px
}

[name=global-guide-bloc-topics-of-interest] .question-card [name=component-link] a span,
[name=global-guide-bloc-topics-of-interest] .question-card [name=component-link] button span {
  font-size: 12px
}

@media (min-width: 1024px) {
  [name=global-guide-bloc-local-experts] .text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }
}

@media (min-width: 1024px) {
  [name=global-guide-bloc-local-experts] .map-label {
    font-family: Frutiger LT Std, Arial;
    display: block;
    text-transform: uppercase
  }
}

[name=global-guide-bloc-report] .text-wrapper {
  display: flex;
  align-items: center
}

@media (min-width: 1024px) {
  [name=global-guide-bloc-report] .h2-mobile {
    text-align: center
  }
}

@media (min-width: 1024px) {
  [name=global-guide-bloc-report] .flex-column {
    align-items: center
  }
}

div[name=component-newsletter][data-color=red] h3,
div[name=component-newsletter][data-color=red] p,
div[name=component-newsletter][data-color=red] span {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

div[name=component-newsletter][data-color=red] input {
  color: hsla(0, 0%, 100%, .7)
}

div[name=component-newsletter][data-color=red] .icon-arrow-link {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

div[name=component-newsletter][data-color=red] div[name=component-link],
div[name=component-newsletter][data-color=red] div[name=form-text] {
  margin-top: 30px
}

div[name=component-newsletter][data-color=dark] h3,
div[name=component-newsletter][data-color=dark] p,
div[name=component-newsletter][data-color=dark] span {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

div[name=component-newsletter][data-color=dark] input {
  color: hsla(0, 0%, 100%, .7)
}

div[name=component-newsletter][data-color=dark] div[name=form-checkbox] input,
div[name=component-newsletter][data-color=dark] div[name=form-radio] input {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity))
}

div[name=component-newsletter][data-color=dark] div[name=form-checkbox] input:after,
div[name=component-newsletter][data-color=dark] div[name=form-radio] input:after {
  background: #fff
}

div[name=component-newsletter][data-color=dark] div[name=form-checkbox] label,
div[name=component-newsletter][data-color=dark] div[name=form-radio] label {
  color: #bdbdbd
}

div[name=component-newsletter][data-color=dark] div[name=component-link],
div[name=component-newsletter][data-color=dark] div[name=form-text] {
  margin-top: 40px
}

[name=component-ariane] br {
  display: none
}

div[name=component-referent][data-layout=picture-first]>div:first-child>div:first-child {
  display: flex;
  flex-direction: column
}

div[name=component-referent][data-layout=picture-first]>div:first-child>div:first-child .picture-mobile {
  order: -1
}

div[name=component-link] span {
  position: relative;
  animation-duration: .4s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

div[name=component-link] i {
  transition: transform 1.3s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  position: relative
}

 div[name=component-link]:hover:not([data-disabled="1"]) span,
div[name=component-link]  [data-follow-link]:hover span {
  animation-name: link-over-up
}

 div[name=component-link]:hover:not([data-disabled="1"]) i,
div[name=component-link]  [data-follow-link]:hover i {
  transform: translate3d(20px, 0, 0)
}

div[name=component-link][data-disabled="1"] {
  cursor: unset
}

div[name=component-link][data-disabled="1"] i,
div[name=component-link][data-disabled="1"] span {
  color: rgba(34, 34, 34, .3)
}

 div[name=partial-button-red] div[name=component-link]:hover:not([data-disabled="1"]) i,
div[name=partial-button-red] div[name=component-link]  [data-follow-link]:hover i {
  transform: translate3d(5px, 0, 0)
}

[name=component-slideshow-lawyers] .paragraph-wrapper {
  width: 100%
}

@media (min-width: 1024px) and (max-width:1240px) {
  [name=component-slideshow-lawyers] .paragraph-wrapper {
    width: 40%
  }
}

@media (min-width: 1240px) {
  [name=component-slideshow-lawyers] .paragraph-wrapper {
    width: 50%
  }
}

@media (min-width: 1024px) {
  div[name=component-insight-serie][data-layout=grid-2-1] div[name=right]>* {
    height: 320px
  }

  div[name=component-insight-serie][data-layout=grid-2-1] div[name=right]>* .relative {
    height: 100%
  }

  div[name=component-insight-serie][data-layout=grid-2-1] div[name=right]>* img {
    object-fit: cover
  }
}

[name=component-insight-topics] .categories-content {
  margin-top: 45px
}

[name=component-insight-topics] .categories-content:after,
[name=component-insight-topics] .categories-content:before {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  z-index: 1;
  background-image: linear-gradient(270deg, hsla(0, 0%, 96.9%, 0), #f7f7f7 37%)
}

[name=component-insight-topics] .categories-content:before {
  left: 0
}

[name=component-insight-topics] .categories-content:after {
  right: 0;
  transform: scaleX(-1)
}

@media (min-width: 1024px) {
  [name=component-insight-topics] .categories-content {
    margin-top: 50px
  }

  [name=component-insight-topics] .categories-content:after,
  [name=component-insight-topics] .categories-content:before {
    display: none
  }
}

[name=component-insight-topics] ul::-webkit-scrollbar {
  display: none
}

[name=component-insight-topics] li a {
  position: relative
}

[name=component-insight-topics] li a:before {
  content: "";
  height: 1px;
  transform: scale(0);
  transform-origin: 0 0;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #222;
  transition: transform .6s cubic-bezier(.19, 1, .22, 1)
}

[name=component-insight-topics] li a:hover:before {
  transform: scale(1)
}

[name=component-insight-topics] li a.selected {
  font-weight: 700
}

@media (min-width: 1024px) {
  [name=component-insight-topics] h1 {
    margin-top: 60px
  }
}

@media (min-width: 1024px) {
  [name=component-insight-topics][data-layout=title-first] .topics-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
  }

  [name=component-insight-topics][data-layout=title-first] .topics-inner .categories-content {
    width: 100%;
    order: 2;
    margin-top: 60px;
    padding-bottom: 0;
    border: none
  }

  [name=component-insight-topics][data-layout=title-first] .topics-inner h1 {
    margin-top: 110px
  }
}

[name=component-insight-future-of-work] div[name=book] picture {
  left: -25px;
  width: 355px
}

@media (min-width: 1024px) {
  [name=component-insight-future-of-work] div[name=book] picture {
    left: auto;
    right: 40px;
    width: 112%
  }

  [name=component-insight-future-of-work] li {
    line-height: 1.2em
  }

  [name=component-insight-future-of-work] li[name=title] a.selected {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  [name=component-insight-future-of-work] div[name=paragraph].selected {
    display: block
  }
}

div[name=component-expertises-list] ul li [name=partial-button-red] {
  transform: translateZ(0);
  will-change: transform;
  transition: transform .5s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

 div[name=component-expertises-list] ul li:hover [name=partial-button-red] {
  transform: translate3d(-140px, 0, 0)
}

@media (min-width: 1024px) {
  [data-component=FilterToggle] .navigation-toggle {
    gap: 150px
  }
}

[data-component=FilterToggle] .navigation-toggle .buttons-wrapper {
  overflow: auto;
  position: relative
}

[data-component=FilterToggle] .navigation-toggle .buttons-wrapper button {
  position: relative;
  opacity: .5;
  transition: opacity .4s linear
}

[data-component=FilterToggle] .navigation-toggle .buttons-wrapper button:after {
  content: "";
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  bottom: 0;
  transition: background-color .4s linear
}

[data-component=FilterToggle] .navigation-toggle .buttons-wrapper button.selected {
  opacity: 1;
  pointer-events: none
}

[data-component=FilterToggle] .navigation-toggle .buttons-wrapper button.selected:after {
  background-color: #e62612
}

[data-component=FilterToggle] .navigation-toggle button {
  transition: opacity .4s linear;
  cursor: pointer
}

 [data-component=FilterToggle] .navigation-toggle button:hover {
  opacity: .75
}

@media (min-width: 1024px) {
  [name=component-full-head].single-expertise {
    min-height: 700px;
    padding-top: 225px;
    padding-bottom: 35px;
    height: auto
  }

  [name=component-full-head].single-expertise .title,
  [name=component-full-head].single-expertise div[name=partial-insight-item][data-layout*=default].white .title,
  div[name=partial-insight-item][data-layout*=default].white [name=component-full-head].single-expertise .title {
    font-size: 70px
  }

  [name=component-full-head].single-expertise .description {
    margin-top: 20px
  }

  [name=component-full-head].single-expertise [name=component-ariane] {
    margin-bottom: 25px
  }
}

div[name=partial-event-list] .archive-list-wrapper {
  position: relative
}

div[name=partial-event-list] .archive-list-wrapper:before {
  display: none;
  --bg-opacity: 1;
  background-color: #eee;
  background-color: rgba(238, 238, 238, var(--bg-opacity));
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  height: 1px;
  width: calc(100% + 50px)
}

@media (min-width: 1024px) {
  div[name=partial-event-list] .archive-list-wrapper:before {
    display: block
  }
}

div[name=component-more-insights] .insights {
  gap: 40px
}

div[name=component-more-insights] div[name=partial-insight-item][data-layout=featured] .title {
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  font-family: Tiempos Headline, Georgia, serif;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 20px;
  line-height: 28px
}

div[name=component-more-insights] div[name=partial-insight-item][data-layout=featured] div[name=component-link] {
  display: none
}

[name=component-lawyers-grid] .mosaic {
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between
}

@media (min-width: 1024px) {
  [name=component-lawyers-grid] .mosaic {
    justify-content: flex-start;
    gap: 20px
  }
}
@media (max-width: 1100px) {
.jcc [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
        padding: 0px !important;
}
}
[name=component-lawyers-grid] .mosaic>a {
  width: 47%;
  position: relative
}

@media (min-width: 1024px) {
  [name=component-lawyers-grid] .mosaic>a {
    width: 130px;
    height: 130px
  }

  [name=component-lawyers-grid] .mosaic>a img {
    object-fit: cover
  }

  [name=component-lawyers-grid] .mosaic>a .infos {
    --bg-opacity: 1;
    background-color: #222;
    background-color: rgba(34, 34, 34, var(--bg-opacity));
    opacity: 0;
    transition: opacity .2s linear;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden
  }

  [name=component-lawyers-grid] .mosaic>a .icon-card-border {
    font-size: 70px;
    top: 0;
    left: 0
  }

   [name=component-lawyers-grid] .mosaic>a:hover .infos {
    opacity: 1
  }
}

[name=component-lawyers-grid] .mosaic>a .lawyer-title {
  font-family: Tiempos Headline, Georgia, serif;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 6px;
  font-size: 15px;
  line-height: 26px;
  text-align: center
}

@media (min-width: 1024px) {
  [name=component-lawyers-grid] .mosaic>a .lawyer-title {
    --text-opacity: 1;
    color: #f7f7f7;
    color: rgba(247, 247, 247, var(--text-opacity));
    font-size: 14px;
    margin-top: 0;
    white-space: normal;
    line-height: normal
  }
}

[name=component-lawyers-grid] .mosaic>a .lawyer-position {
  font-family: Frutiger LT Std, Arial;
  font-size: 14px;
  --text-opacity: 1;
  color: #525252;
  color: rgba(82, 82, 82, var(--text-opacity));
  padding-left: 10px;
  padding-right: 10px;
  line-height: 19px;
  text-align: center;
  margin-top: 0
}

@media (min-width: 1024px) {
  [name=component-lawyers-grid] .mosaic>a .lawyer-position {
    --text-opacity: 1;
    color: #f7f7f7;
    color: rgba(247, 247, 247, var(--text-opacity));
    font-size: 12px;
    white-space: normal;
    line-height: normal;
    margin-top: 6px
  }
}

@media (min-width: 1024px) {
  section#policy-group [name=component-lawyers-grid] .mosaic .block {
    width: 180px;
    height: 180px
  }

  section#policy-group [name=component-lawyers-grid] .mosaic .block picture {
    width: 100%;
    height: 100%
  }
}

[name=component-publication] .icon-label-container {
  display: flex;
  align-items: center
}

[name=component-publication] .icon-label-container i {
  font-size: 26px;
  line-height: 22px
}

[name=component-publication] .icon-label-container span {
  line-height: 22px
}

[name=partial-hr-tool-head] .video-mobile {
  height: 480px
}

[name=partial-hr-tool-head] .title-wrapper {
  bottom: -50px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 360px;
  height: 200px;
  display: flex;
  padding-right: 80px;
  flex-direction: column;
  justify-content: center
}

@media (min-width: 1024px) {
  [name=partial-hr-tool-head] .title-wrapper {
    display: block;
    height: auto;
    left: 70px;
    top: 50%;
    padding-right: 60px;
    transform: translateY(-50%);
    bottom: unset;
    width: auto;
    max-width: 45%
  }
}

[name=partial-hr-tool-head] .title-wrapper .title,
[name=partial-hr-tool-head] .title-wrapper div[name=partial-insight-item][data-layout*=default].white .title,
div[name=partial-insight-item][data-layout*=default].white [name=partial-hr-tool-head] .title-wrapper .title {
  font-weight: bolder
}

@media (min-width: 1024px) {

  [name=partial-hr-tool-head] .title-wrapper .title,
  [name=partial-hr-tool-head] .title-wrapper div[name=partial-insight-item][data-layout*=default].white .title,
  div[name=partial-insight-item][data-layout*=default].white [name=partial-hr-tool-head] .title-wrapper .title {
    font-size: 48px;
    line-height: 1.67;
    letter-spacing: normal
  }
}

[name=partial-hr-tool-head] .title-wrapper .subtitle {
  color: #fff
}

@media (min-width: 1024px) {
  [name=partial-hr-tool-head] .title-wrapper .subtitle {
    color: hsla(0, 0%, 100%, .6);
    font-size: 22px;
    line-height: 1.55;
    letter-spacing: -.4px
  }
}

div[name=form-checkbox],
div[name=form-radio] {
  white-space: nowrap
}

div[name=form-checkbox] input,
div[name=form-radio] input {
  border-style: solid;
  border-width: 1px;
  width: 17px;
  height: 17px;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  position: relative
}

div[name=form-checkbox] input:not(.top-0),
div[name=form-radio] input:not(.top-0) {
  top: 2px
}

div[name=form-checkbox] input:checked:after,
div[name=form-radio] input:checked:after {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background: #525252
}

div[name=form-checkbox] input:checked.border-white:after,
div[name=form-radio] input:checked.border-white:after {
  background: #fff
}

div[name=form-checkbox] label,
div[name=form-radio] label {
  margin-left: 20px;
  padding-right: 20px;
  vertical-align: top;
  display: inline-block;
  white-space: normal
}

div[name=form-checkbox] label a,
div[name=form-radio] label a {
  --text-opacity: 1;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity));
  font-weight: 700
}

div[name=form-radio] input,
div[name=form-radio] input:checked:after {
  border-radius: 50%
}

div[name=form-select] {
  cursor: pointer
}

div[name=form-select] .placeholder {
  width: 100%;
  height: 100%;
  line-height: inherit;
  opacity: .8
}

div[name=form-select] .icon-arrow-down2 {
  margin-top: -4px;
  transition-property: transform;
  transition-duration: .6s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

div[name=form-select] select {
  opacity: 0
}

 div[name=form-select]:not(.select-multiple) select {
  display: none !important
}

div[name=form-select] .ul-wrapper {
  padding-top: 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

@media (min-width: 1024px) {
  div[name=form-select] .ul-wrapper {
    padding-top: 80px
  }
}

div[name=form-select] ul {
  max-height: 400px;
  overflow: auto
}

div[name=form-select] ul li {
  position: relative;
  padding-left: 72px
}

div[name=form-select] ul li br {
  display: none
}

div[name=form-select] ul li span {
  line-height: 1.1em;
  display: inline-block;
  vertical-align: middle
}

div[name=form-select] ul li .icon-check {
  display: none
}

div[name=form-select] ul li:first-child {
  border-top: 1px solid #eee
}

div[name=form-select] ul li .icon-check {
  --text-opacity: 1;
  color: #eee;
  color: rgba(238, 238, 238, var(--text-opacity));
  top: 15px;
  left: 35px;
  font-size: 30px;
  position: absolute;
  display: block
}

div[name=form-select] ul li.selected .icon-check {
  --text-opacity: 1;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity))
}

div[name=form-select] ul li:focus:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #e62612
}

div[name=form-select].select-multiple ul li,
div[name=form-select].select-single ul li {
  padding-left: 72px
}

div[name=form-select].open .icon-arrow-down2 {
  transform: rotate(180deg)
}

div[name=form-select].open .ul-wrapper {
  border: 1px solid #000
}

div[name=form-select].open[data-layout=block-small] .placeholder {
  border: none
}

div[name=form-select][data-layout=block-small] .ul-wrapper {
  padding-top: 60px
}

@media (min-width: 1024px) {
  div[name=form-select][data-layout=block-small] .ul-wrapper {
    padding-top: 60px
  }
}

div[name=form-select][data-layout=block-small] .placeholder {
  border-width: 1px;
  --border-opacity: 1;
  border-color: #525252;
  border-color: rgba(82, 82, 82, var(--border-opacity));
  border-style: solid
}

div[name=form-select][data-layout=block-small][data-disabled="1"] .placeholder {
  border: none
}

div[name=form-select][data-layout=block-medium] .ul-wrapper {
  padding-top: 70px
}

@media (min-width: 1024px) {
  div[name=form-select][data-layout=block-medium] .ul-wrapper {
    padding-top: 70px
  }
}

div[name=form-select][data-layout=block-medium] .placeholder {
  border-width: 1px;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-style: solid
}

div[name=form-select][data-layout=block-medium] .icon {
  color: hsla(0, 0%, 100%, .7)
}

div[name=form-select][data-layout=block-medium][data-disabled="1"] .placeholder {
  border: none
}

div[name=form-text] input {
  width: 100%
}

div[name=form-text][data-layout=default] input {
  border-bottom: 1px solid #d8d8d8
}

div[name=form-text][data-layout=search] input {
  font-size: 20px
}

@media (min-width: 1024px) {
  div[name=form-text][data-layout=search] input {
    font-size: 24px
  }
}

div[name=form-text][data-layout=block-large] input,
div[name=form-text][data-layout=block-small] input {
  border-width: 1px;
  --border-opacity: 1;
  border-color: #4f4f4f;
  border-color: rgba(79, 79, 79, var(--border-opacity));
  border-style: solid
}

div[name=form-text][data-layout=block-large] input {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  color: hsla(0, 0%, 100%, .8)
}

div[name=form-text][data-layout=block-large] input::placeholder {
  opacity: 1;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

div[name=form-text] .icon-eye {
  font-size: 14px;
  transition: color .3s linear
}

div[name=form-text] .icon-eye-close {
  font-size: 18px;
  margin-top: -9px;
  transition: color .3s linear
}

[data-component=Accordion] .accordion-head i,
div[name=form-accordion] .accordion-head i {
  margin-top: -4px;
  transition-property: transform;
  transition-duration: .8s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

[data-component=Accordion].open .accordion-head i,
div[name=form-accordion].open .accordion-head i {
  transform: rotate(180deg)
}

@media (min-width: 1024px) {

  [data-component=Accordion][data-layout=default] li,
  div[name=form-accordion][data-layout=default] li {
    flex-direction: row-reverse;
    justify-content: space-between
  }
}

@media (min-width: 1024px) {

  [data-component=Accordion][data-layout=arrows] li,
  div[name=form-accordion][data-layout=arrows] li {
    flex-direction: row;
    justify-content: flex-start
  }
}

[data-component=Accordion][data-layout=arrows] li>div:first-child,
div[name=form-accordion][data-layout=arrows] li>div:first-child {
  color: rgba(34, 34, 34, .5)
}

[data-component=Accordion][data-layout=arrows] li .list-black span:after,
div[name=form-accordion][data-layout=arrows] li .list-black span:after {
  content: "\EA05";
  font-family: 'icons' !important;
  vertical-align: middle;
  color: #e62612;
  margin-left: 8px;
  font-size: 14px;
  transition: left 1.3s cubic-bezier(.19, 1, .22, 1), opacity .3s linear;
  position: relative;
  display: inline;
  top: -2px;
  left: 0;
  will-change: left;
  opacity: 0
}

 [data-component=Accordion][data-layout=arrows] li:hover span:after,
 div[name=form-accordion][data-layout=arrows] li:hover span:after {
  left: 5px;
  opacity: 1
}

[data-component=Accordion][data-layout=arrows] .list-black,
div[name=form-accordion][data-layout=arrows] .list-black {
  margin-bottom: 10px
}

button[name=form-button] {
  transition-timing-function: linear;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: .2s
}

button[name=form-button][data-disabled="1"] {
  pointer-events: none;
  --bg-opacity: 1;
  background-color: #f7f7f7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
  --text-opacity: 1;
  color: #d8d8d8;
  color: rgba(216, 216, 216, var(--text-opacity))
}

.form-item {
  position: relative;
  text-align: left
}

.form-item input::placeholder {
  opacity: .7;
  color: inherit
}

.form-item[data-layout=block] {
  border-width: 1px;
  line-height: 70px;
  height: 70px;
  --border-opacity: 1;
  border-color: #eee;
  border-color: rgba(238, 238, 238, var(--border-opacity))
}

@media (min-width: 1024px) {
  .form-item[data-layout=block] {
    line-height: 80px;
    height: 80px
  }
}

.form-item[data-layout=block]+.form-item[data-layout=block][data-layout=block] {
  border-top-width: 0
}

.form-item[data-layout=block] .placeholder,
.form-item[data-layout=block] input,
.form-item[data-layout=block] li {
  height: 100%;
  padding-left: 40px;
  padding-right: 40px
}

.form-item[data-layout=block-large],
.form-item[data-layout=block-medium],
.form-item[data-layout=block-small] {
  line-height: 60px;
  height: 60px
}

.form-item[data-layout=block-large] .placeholder,
.form-item[data-layout=block-large] input,
.form-item[data-layout=block-large] li,
.form-item[data-layout=block-medium] .placeholder,
.form-item[data-layout=block-medium] input,
.form-item[data-layout=block-medium] li,
.form-item[data-layout=block-small] .placeholder,
.form-item[data-layout=block-small] input,
.form-item[data-layout=block-small] li {
  height: 100%;
  padding-left: 25px;
  padding-right: 25px
}

.form-item[data-layout=block-large] label,
.form-item[data-layout=block-medium] label,
.form-item[data-layout=block-small] label {
  position: absolute;
  top: -25px
}

@media (min-width: 1024px) {

  .form-item[data-layout=block-large] label,
  .form-item[data-layout=block-medium] label,
  .form-item[data-layout=block-small] label {
    position: relative;
    top: 0;
    padding-left: 7%;
    padding-right: 5%;
    width: 44%
  }
}

.form-item[data-layout=block-large][data-disabled="1"]:not([data-type=password]),
.form-item[data-layout=block-medium][data-disabled="1"]:not([data-type=password]),
.form-item[data-layout=block-small][data-disabled="1"]:not([data-type=password]) {
  --bg-opacity: 1;
  background-color: #e6e6e6;
  background-color: rgba(230, 230, 230, var(--bg-opacity))
}

.form-item[data-layout=block-large][data-disabled="1"] input,
.form-item[data-layout=block-medium][data-disabled="1"] input,
.form-item[data-layout=block-small][data-disabled="1"] input {
  pointer-events: none
}

.form-item[data-layout=block-large]+.form-item[data-layout^=block-],
.form-item[data-layout=block-medium]+.form-item[data-layout^=block-],
.form-item[data-layout=block-small]+.form-item[data-layout^=block-] {
  margin-top: -1px
}

@media (min-width: 1024px) {

  .form-item[data-layout=block-large]+.form-item[data-layout^=block-],
  .form-item[data-layout=block-medium]+.form-item[data-layout^=block-],
  .form-item[data-layout=block-small]+.form-item[data-layout^=block-] {
    margin-top: 0
  }
}

.form-item[data-layout=block-medium] {
  line-height: 70px;
  height: 70px
}

.form-item[data-layout=block-medium] .placeholder,
.form-item[data-layout=block-medium] input,
.form-item[data-layout=block-medium] li {
  padding-left: 40px;
  padding-right: 40px
}

.form-item[data-layout=block-large] {
  line-height: 80px;
  height: 80px
}

.form-item[data-layout=block-large] .placeholder,
.form-item[data-layout=block-large] input,
.form-item[data-layout=block-large] li {
  padding-left: 40px;
  padding-right: 40px
}

.form-item.error {
  --border-opacity: 1;
  border-color: #e62612;
  border-color: rgba(230, 38, 18, var(--border-opacity))
}

.form-item.error[name=form-radio] input,
.form-item.error[name=form-radio] label,
.form-item.error[name=form-select] input,
.form-item.error[name=form-select] label,
.form-item.error[name=form-text] input,
.form-item.error[name=form-text] label {
  --text-opacity: 1;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity))
}

.form-item.error input[type=checkbox]:not(:checked) {
  --bg-opacity: 1;
  background-color: #e62612;
  background-color: rgba(230, 38, 18, var(--bg-opacity))
}

.form-item.error .error-message {
  display: block
}

.form-item.error input::placeholder {
  opacity: 1
}

#home .slides-wrapper {
  width: 100%;
  position: relative
}

#home .slides-wrapper .slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff
}

@media (min-width: 1024px) {
  #home .slides-wrapper .slide[data-scrolling="1"] {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%
  }
}

@media (min-width: 1024px) {
  #home .slides-wrapper .slide {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    will-change: transform
  }

  #home .slides-wrapper .slide:first-child {
    display: flex
  }
}

@media (min-width: 1024px) {
  #home .slides-wrapper .slide .lg-flex-center-text {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    left: 50%;
    padding: 0;
    margin-top: 0;
    margin-right: auto;
    margin-left: -495px;
    width: 990px
  }
}

#home .slides-wrapper .slide .title div {
  position: relative;
  will-change: transform
}

#home .slides-wrapper footer {
  width: 100vw
}

#home .mask {
  pointer-events: none;
  display: none
}

#home .mask span {
  position: absolute;
  background-color: #13121e
}

#home .mask span:first-child {
  top: 0;
  left: 0;
  width: 50px;
  height: 100%
}

#home .mask span:nth-child(2) {
  top: 0;
  left: 0;
  width: 100%;
  height: 50px
}

#home .mask span:nth-child(3) {
  top: 0;
  right: 0;
  width: 50px;
  height: 100%
}

#home .mask span:nth-child(4) {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px
}

@media screen and (max-height: 830px) {
  #home nav ul li .text {
    margin-left: 12px;
    margin-right: 12px
  }
}

#not-found h1 {
  font-size: 200px;
  letter-spacing: -.4px
}

@media (min-width: 1024px) {
  #not-found h1 {
    font-size: 480px;
    line-height: 310px;
    letter-spacing: -13px
  }
}

#coming-soon h1 {
  font-size: 90px;
  letter-spacing: -.18px;
  line-height: 75px
}

@media (min-width: 1024px) {
  #coming-soon h1 {
    font-size: 160px;
    line-height: 155px;
    letter-spacing: -4.33px
  }
}

#profile .profile-container {
  --bg-opacity: 1;
  background-color: #f7f7f7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
  padding: 40px 15px 50px
}

@media (min-width: 1024px) {
  #profile .profile-container {
    padding-top: 170px
  }
}

#profile .profile-container .trigger-profile-navigation {
  cursor: pointer
}

#profile .profile-container .profile-content {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 25px 15px;
  text-align: center;
  position: relative;
  z-index: 1
}

#profile .profile-container .profile-content.with-footer {
  padding-bottom: 105px
}

@media (min-width: 1024px) {
  #profile .profile-container .profile-content.with-footer {
    padding-bottom: 120px
  }
}

@media (min-width: 1024px) {
  #profile .profile-container .profile-content {
    width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 60px
  }
}

#profile .profile-container .profile-title {
  margin-top: 30px;
  font-size: 28px;
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity))
}

@media (min-width: 1024px) {
  #profile .profile-container .profile-title {
    margin-top: 25px;
    font-size: 38px;
    --text-opacity: 1;
    color: #302d2c;
    color: rgba(48, 45, 44, var(--text-opacity))
  }
}

#profile .profile-container .profile-text {
  margin-top: 30px;
  text-align: left;
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 14px;
  --text-opacity: 1;
  color: #525252;
  color: rgba(82, 82, 82, var(--text-opacity));
  letter-spacing: -.4px
}

@media (min-width: 1024px) {
  #profile .profile-container .profile-text {
    margin-top: 35px;
    font-size: 16px
  }
}

#profile .profile-container .profile-text-technical {
  margin-top: 30px;
  text-align: left;
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 12px;
  --text-opacity: 1;
  color: #525252;
  color: rgba(82, 82, 82, var(--text-opacity));
  letter-spacing: -.4px;
  font-weight: 700
}

@media (min-width: 1024px) {
  #profile .profile-container .profile-text-technical {
    margin-top: 35px;
    font-size: 14px
  }
}

#profile .profile-container .profile-back {
  font-family: Frutiger LT Std, Arial;
  font-size: 8px;
  text-transform: uppercase;
  --text-opacity: 1;
  color: #525252;
  color: rgba(82, 82, 82, var(--text-opacity));
  letter-spacing: 1.5px;
  padding-left: 10px;
  padding-right: 10px;
  --bg-opacity: 1;
  background-color: #e6e6e6;
  background-color: rgba(230, 230, 230, var(--bg-opacity));
  position: absolute;
  cursor: pointer;
  line-height: 20px
}

#profile .profile-container .profile-back .icon {
  margin-right: 8px
}

#profile .profile-container .profile-footer {
  --border-opacity: 1;
  border-color: #eee;
  border-color: rgba(238, 238, 238, var(--border-opacity));
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: -.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border-top-width: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

@media (min-width: 1024px) {
  #profile .profile-container .profile-footer {
    height: 70px
  }
}

#profile .profile-container div[name=form-checkbox],
#profile .profile-container div[name=form-radio],
#profile .profile-container div[name=form-select],
#profile .profile-container div[name=form-text] {
  margin-top: 20px
}

@media (min-width: 1024px) {

  #profile .profile-container div[name=form-checkbox],
  #profile .profile-container div[name=form-radio],
  #profile .profile-container div[name=form-select],
  #profile .profile-container div[name=form-text] {
    margin-top: 25px
  }
}

#profile .profile-container button[name=form-button] {
  margin-top: 40px;
  height: 60px;
  line-height: 63px
}

@media (min-width: 1024px) {
  #profile .profile-container button[name=form-button] {
    margin-top: 50px;
    min-width: 280px
  }
}

#topic div[name=categories] button:after,
#topics div[name=categories] button:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 100%
}

#topic div[name=categories] button.selected,
#topics div[name=categories] button.selected {
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  --border-opacity: 1;
  border-color: #e62612;
  border-color: rgba(230, 38, 18, var(--border-opacity))
}

#topic div[name=module-bloc-alert] {
  top: 80px
}

#insight div[name=module-insight-bloc-interview]+div[name=module-insight-bloc-interview] {
  margin-top: 30px
}

#insight div[name=module-bloc-linkto]+div[name=module-bloc-expert] {
  margin-top: 0
}

@media (min-width: 1024px) {
  #insight.article [name=partial-organised-by-firm]>div {
    border-left: 1px solid transparent
  }
}

@media (min-width: 1024px) {
  #insight.article .columns {
    z-index: 2
  }
}

#insight.article .right-content.no-excerpt>div:first-child>:first-child {
  margin-top: 0
}

#insight.article .right-content [name=module-insight-bloc-iframe] iframe {
  width: 100%
}

#insight .right-content [name=module-bloc-publication] [name=component-publication] {
  flex-direction: column
}

#insight .right-content [name=module-bloc-publication] [name=component-publication] div {
  width: auto;
  order: 1
}

#insight .right-content [name=module-bloc-publication] [name=component-publication] form {
  margin-top: 50px;
  width: auto;
  order: 2
}

#insight .insight-page .insight-nav .section-wrapper:not(:first-child),
#insight .insight-page .insight-nav-mb .section-wrapper:not(:first-child) {
  margin-top: 20px
}

#insight .insight-page .insight-nav .section-wrapper.open .section:before,
#insight .insight-page .insight-nav-mb .section-wrapper.open .section:before {
  transform: translateY(4px) scaleY(2)
}

#insight .insight-page .insight-nav .section,
#insight .insight-page .insight-nav-mb .section {
  display: block;
  position: relative;
  text-align: left
}

#insight .insight-page .insight-nav .section:not(:first-of-type),
#insight .insight-page .insight-nav-mb .section:not(:first-of-type) {
  margin-top: 22px
}

#insight .insight-page .insight-nav .section:before,
#insight .insight-page .insight-nav-mb .section:before {
  --bg-opacity: 1;
  background-color: #e62612;
  background-color: rgba(230, 38, 18, var(--bg-opacity));
  content: "";
  position: absolute;
  height: 1px;
  top: 12px;
  transform-origin: center;
  transition: transform .2s ease-out;
  width: 100px;
  right: calc(100% + 10px)
}

#insight .insight-page .insight-nav .section.selected span,
#insight .insight-page .insight-nav-mb .section.selected span {
  font-weight: 700;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -.36px
}

#insight .insight-page .insight-nav .subsection-container,
#insight .insight-page .insight-nav-mb .subsection-container {
  height: 0;
  overflow: hidden;
  will-change: height
}

#insight .insight-page .insight-nav .subsection-container .subsection-wrapper,
#insight .insight-page .insight-nav-mb .subsection-container .subsection-wrapper {
  margin-top: 10px;
  opacity: 0
}

#insight .insight-page .insight-nav .subsection-container .subsection-wrapper .subsection,
#insight .insight-page .insight-nav-mb .subsection-container .subsection-wrapper .subsection {
  margin-top: 5px;
  display: block;
  text-align: left
}

#insight .insight-page .insight-nav .subsection-container .subsection-wrapper .subsection.selected span,
#insight .insight-page .insight-nav-mb .subsection-container .subsection-wrapper .subsection.selected span {
  font-weight: 700;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  line-height: 28px;
  letter-spacing: -.4px
}

#insight .insight-page .insight-nav {
  transition: opacity .2s ease-out
}

#insight .insight-page .insight-nav.hide {
  opacity: 0;
  pointer-events: none
}

#insight .insight-page .paragraph-intro {
  width: 100%
}

@media (min-width: 1024px) {
  #insight .insight-page .paragraph-intro {
    margin-left: auto;
    margin-right: auto;
    width: 560px
  }
}

#insight.interactive div[name=component-serie-head] {
  min-height: auto;
  --bg-opacity: 1;
  background-color: #f7f7f7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
  padding-top: 65px;
  padding-bottom: 40px
}

@media (min-width: 1024px) {
  #insight.interactive div[name=component-serie-head] {
    padding-top: 230px;
    padding-bottom: 60px
  }
}

#insight.interactive div[name=component-serie-head] .content {
  position: relative
}

#insight.interactive div[name=component-serie-head] .content>* {
  position: relative;
  bottom: 0;
  padding-left: 25px
}

@media (min-width: 1024px) {
  #insight.interactive div[name=component-serie-head] .content>* {
    padding-left: 0
  }
}

#insight.interactive div[name=component-serie-head] div[name=component-ariane] {
  margin-bottom: 15px
}

#insight.interactive div[name=component-serie-head] .small-caps-centered {
  color: rgba(34, 34, 34, .5)
}

#insight.interactive div[name=component-serie-head] .title {
  font-size: 38px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity))
}

@media (min-width: 1024px) {
  #insight.interactive div[name=component-serie-head] .title {
    font-size: 46px
  }
}

#insight.interactive .insight-page .paragraph-intro {
  width: 100%
}

@media (min-width: 1024px) {
  #insight.interactive .insight-page .paragraph-intro {
    padding-right: 40%
  }
}

#insight.interactive .insight-page .left {
  display: none
}

#insight.interactive .insight-page .right {
  width: 100%
}

#insight.interactive .insight-page .right>* {
  padding-left: 0
}

@media (min-width: 1024px) {
  #insight.interactive .insight-page .right .right-content>:not([name=module-insight-bloc-iframe]):not([name=module-insight-bloc-table]):not([name=module-bloc-publication]) {
    padding-right: 40%
  }
}

#insight.interactive .insight-page .right .interactive-wrapper iframe {
  position: relative;
  width: 100%
}

#insight.interactive .interactive-wrapper iframe+iframe {
  margin-top: 40px
}

@media (min-width: 1024px) {
  #insight.interactive .interactive-wrapper iframe+iframe {
    margin-top: 60px
  }
}

@media (min-width: 1024px) {
  #insight.video .insight-page .columns .left {
    order: 2
  }

  #insight.video .insight-page .columns .right {
    order: 1
  }

  #insight.video .insight-page .columns .right .right-wrapper {
    padding: 0
  }

  #insight.video .insight-page .columns .right .right-wrapper .paragraph-intro,
  #insight.video .insight-page .columns .right .right-wrapper div[name=module-insight-bloc-paragraph] {
    width: 760px;
    margin-left: 0;
    margin-right: 0
  }
}

#insight figure {
  padding: 0 25px;
  margin-top: 50px
}

@media (min-width: 1024px) {
  #insight figure {
    padding: 0;
    margin-top: 70px
  }
}

@media (min-width: 1024px) {
  #insight.layout-comment .insight-page {
    margin-left: auto;
    margin-right: auto;
    max-width: 1158px !important;
    flex-wrap: nowrap
  }

  #insight.layout-comment .insight-page .columns {
    padding-top: 100px;
    flex-wrap: wrap;
    padding-right: 8%
  }

  #insight.layout-comment .insight-page .columns>.left,
  #insight.layout-comment .insight-page .columns>.right {
    width: 100%
  }

  #insight.layout-comment .insight-page .columns>.left {
    order: 2;
    margin-top: 90px
  }

  #insight.layout-comment .insight-page .columns>.right {
    order: 1
  }

  #insight.layout-comment .insight-page .columns>.right>div {
    padding-left: 0
  }

  #insight.layout-comment .insight-page .comments {
    width: 400px;
    flex-shrink: 0
  }
}

#insight.layout-comment .scrollto {
  min-width: 180px;
  background: rgba(34, 34, 34, .9);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .05)
}

@media (min-width: 1024px) {
  #insight.layout-comment .scrollto {
    display: none
  }
}

#insight div[name=partial-hrsummit-speaker-card] picture {
  width: 128px
}

#insight.podcast .columns {
  justify-content: center
}

#insight.podcast .columns .left {
  width: 0
}

#insight.podcast .columns .right {
  width: 760px
}

#insight.podcast .columns .right .right-wrapper {
  padding: 0
}

#insight.podcast .columns .right .right-wrapper .podcast-wrapper {
  max-width: 680px
}

#insight.podcast .columns .right .right-wrapper div[name=module-insight-bloc-paragraph] {
  width: 100%
}

#topics div[name=partials-filter] {
  padding-top: 0
}

#footnotes {
  margin-top: 60px;
  padding: 0 25px
}

@media (min-width: 1024px) {
  #footnotes {
    padding: 0
  }
}

#footnotes .title {
  position: relative;
  margin-bottom: 20px
}

#footnotes .title:before {
  position: absolute;
  content: "";
  left: 0;
  top: -10px;
  height: 2px;
  width: 30px;
  background-color: #e62612
}

#footnotes .footnote {
  display: flex;
  gap: 10px;
  align-items: flex-start
}

#footnotes .footnote:not(:last-of-type) {
  margin-bottom: 22px
}

#footnotes .footnote .index {
  color: #e62612;
  flex: 0 0 auto;
  padding-top: 2px
}

#footnotes .footnote .content {
  flex: 1 1 auto
}

#memberfirms .display-filters i.selected {
  --text-opacity: 1;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity));
  pointer-events: none
}

#hrsummit .page-navigator li {
  transition: all .4s;
  transition-timing-function: linear;
  padding-top: 5px;
  padding-bottom: 5px;
  pointer-events: none;
  cursor: pointer;
  flex-grow: 1;
  position: relative
}

#hrsummit .page-navigator li:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 2px;
  --bg-opacity: 1;
  background-color: #e62612;
  background-color: rgba(230, 38, 18, var(--bg-opacity));
  width: 100%;
  left: 0;
  opacity: 0;
  transition: opacity .4s;
  transition-timing-function: linear
}

#hrsummit .page-navigator li.selected {
  --text-opacity: 1;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity));
  font-weight: 700
}

#hrsummit .page-navigator li.selected:after {
  opacity: 1
}

#hrsummit .page-navigator li.clickable,
#hrsummit .page-navigator li.clickable-next {
  pointer-events: all
}

#hrsummit .page-1 p strong {
  font-size: 24px;
  font-weight: 400
}

@media (min-width: 1024px) {
  #hrsummit .page-1 p strong {
    font-size: 46px
  }
}

#hrsummit .iframe-wrapper {
  position: relative
}

#hrsummit .iframe-wrapper:before {
  content: "";
  padding-top: 56%;
  display: block
}

#hrsummit .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000
}

#hrsummit .timezone-name,
[name=popin-hrsummit] .timezone-name {
  font-size: .8em
}

#commitment .slideshow-wrapper .slide-content,
#university .slideshow-wrapper .slide-content {
  transform: translateX(0);
  will-change: transform
}

#commitment .slideshow-wrapper .slide,
#university .slideshow-wrapper .slide {
  position: relative;
  display: inline-block
}

#commitment .slideshow-wrapper .slide img,
#university .slideshow-wrapper .slide img {
  width: auto;
  height: auto;
  max-width: none;
  display: inline-block
}

#commitment .bottom-university,
#university .bottom-university {
  background: #fff;
  transition: background .2s linear
}

#commitment .bottom-university .text-change-color,
#university .bottom-university .text-change-color {
  color: #222;
  transition: color .2s linear
}

#commitment .bottom-university.darken,
#university .bottom-university.darken {
  background: #222
}

#commitment .bottom-university.darken .text-change-color,
#university .bottom-university.darken .text-change-color {
  color: #f7f7f7
}

#commitment div[name=partial-social-responsability-medium] a,
#commitment div[name=partial-social-responsability-small] a,
#university div[name=partial-social-responsability-medium] a,
#university div[name=partial-social-responsability-small] a {
  text-decoration: underline
}

#university .slideshow-wrapper .slide-content {
  transform: translateX(0);
  will-change: transform;
  animation: scroll 0s linear infinite
}

#commitment .paragraph ol {
  list-style: decimal
}

#commitment .paragraph li {
  display: list-item
}

#commitment .paragraph ul {
  list-style: inside
}

@keyframes scroll {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

section#tool .tool-intro,
section#tools .tool-intro {
  font-size: 19px;
  line-height: 1.68;
  letter-spacing: -.4px
}

@media (min-width: 1024px) {

  section#tool .tool-intro,
  section#tools .tool-intro {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: -.62px;
    text-align: center
  }
}

section#tool .tool-left,
section#tool .tool-right,
section#tools .tool-left,
section#tools .tool-right {
  flex: 0 0 50%
}

section#tool .tool-right,
section#tools .tool-right {
  border-top: 1px solid #eee
}

@media (min-width: 1024px) {

  section#tool .tool-right,
  section#tools .tool-right {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee
  }
}

@media (min-width: 1024px) {

  section#tool.two-columns .two-columns-w,
  section#tools.two-columns .two-columns-w {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
  }

  section#tool.two-columns .two-columns-w>div:first-child,
  section#tools.two-columns .two-columns-w>div:first-child {
    width: 33.33%;
    display: flex;
    flex-direction: column
  }

  section#tool.two-columns .two-columns-w>div:first-child .tool-left>div,
  section#tool.two-columns .two-columns-w>div:first-child .tool-right,
  section#tools.two-columns .two-columns-w>div:first-child .tool-left>div,
  section#tools.two-columns .two-columns-w>div:first-child .tool-right {
    padding-left: 40px;
    padding-right: 40px
  }

  section#tool.two-columns .two-columns-w>div:first-child .tool-right,
  section#tools.two-columns .two-columns-w>div:first-child .tool-right {
    padding-top: 40px;
    border-bottom: none;
    border-left: none
  }

  section#tool.two-columns .two-columns-w>div:last-child,
  section#tools.two-columns .two-columns-w>div:last-child {
    width: 66.66%
  }

  section#tool.two-columns .two-columns-w>div:last-child iframe,
  section#tools.two-columns .two-columns-w>div:last-child iframe {
    height: 100%
  }
}

#misc .paragraph-dark h2,
#misc .paragraph-dark h3,
#misc .paragraph-dark h4,
#misc .paragraph-dark h5 {
  font-size: 28px;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 30px
}

#misc .paragraph-dark>:first-child {
  padding-top: 0
}

#misc .paragraph-dark ul {
  list-style: inside
}

#misc .paragraph-dark ul li {
  margin-left: 35px;
  margin-top: 5px;
  position: relative
}

#misc .paragraph-dark ul li:before {
  left: -35px;
  content: "";
  width: 5px;
  height: 5px;
  --bg-opacity: 1;
  background-color: #222;
  background-color: rgba(34, 34, 34, var(--bg-opacity));
  border-radius: 50%;
  top: 9px;
  display: block;
  position: absolute
}

@media (min-width: 1024px) {
  #misc .paragraph-dark ul li:before {
    left: -30px
  }
}

@media (min-width: 1024px) {
  #misc .paragraph-dark ul li {
    margin-left: 60px
  }
}

#misc .paragraph-dark ol {
  list-style: decimal
}

#misc .paragraph-dark li {
  display: list-item
}

#misc figure table td {
  max-width: 301px
}

#search .search-navigation {
  position: relative
}

#search .search-navigation:before {
  content: "";
  height: 1px;
  right: 0;
  --bg-opacity: 1;
  background-color: #e6e6e6;
  background-color: rgba(230, 230, 230, var(--bg-opacity));
  position: absolute;
  bottom: 0;
  left: 30px
}

@media (min-width: 1024px) {
  #search .search-navigation:before {
    left: 0
  }
}

#search .search-navigation li {
  display: inline-block;
  padding: 20px;
  position: relative;
  cursor: pointer
}

@media (min-width: 1024px) {
  #search .search-navigation li {
    padding-left: 40px;
    padding-right: 40px
  }
}

#search .search-navigation li:after {
  content: "";
  height: 1px;
  width: 100%;
  --bg-opacity: 1;
  background-color: #e62612;
  background-color: rgba(230, 38, 18, var(--bg-opacity));
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity .4s linear;
  z-index: 1
}

#search .search-navigation li.selected {
  pointer-events: none
}

#search .search-navigation li.selected span {
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity))
}

#search .search-navigation li.selected b {
  --bg-opacity: 1;
  background-color: #e62612;
  background-color: rgba(230, 38, 18, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

#search .search-navigation li.selected:after {
  opacity: 1
}

#search .search-navigation li span {
  transition: color .4s linear
}

#search .search-navigation li>* {
  display: inline-block;
  vertical-align: middle
}

#search .search-navigation li b {
  height: 22px;
  border-radius: 15px;
  padding-left: 5px;
  padding-right: 5px;
  --bg-opacity: 1;
  background-color: #f7f7f7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
  margin-left: 8px;
  line-height: 24px;
  min-width: 22px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  transition: background-color .4s linear, color .4s linear
}

#serie figure {
  padding: 0 25px;
  margin-top: 50px
}

@media (min-width: 1024px) {
  #serie figure {
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px;
    width: calc(100% - 40px);
    padding: 0;
    margin-top: 70px
  }
}

#serie [name=module-insight-bloc-paragraph] {
  width: 100%;
  margin-bottom: 50px;
  background: #fff;
  z-index: 1;
  position: relative;
  max-width: 760px
}

#serie [name=module-insight-bloc-paragraph].paragraph-full-width {
  max-width: 1090px
}

#serie [name=module-insight-bloc-paragraph] h3 {
  margin-top: 110px;
  margin-bottom: 20px
}

#serie [name=module-insight-bloc-paragraph] p {
  line-height: 30px
}

#serie [name=module-insight-internal-advertising] {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 1024px) {

  #serie [name=module-insight-bloc-collapsable]>div,
  #serie [name=module-insight-bloc-highlight],
  #serie [name=module-insight-bloc-interview],
  #serie [name=module-insight-bloc-law],
  #serie [name=module-insight-bloc-quote]>div {
    width: 100%;
    max-width: 760px
  }
}

@media (min-width: 1024px) {

  #serie [name=module-bloc-image],
  #serie [name=module-insight-bloc-table],
  #serie [name=module-insight-bloc-video] {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto
  }
}

#serie [name=module-insight-bloc-subtitle] {
  font-size: 19px;
  line-height: 32px;
  letter-spacing: -.4px;
  width: 100%;
  max-width: 760px;
  background: #fff;
  z-index: 1;
  position: relative
}

@media (min-width: 1024px) {
  #serie [name=module-insight-bloc-subtitle] {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.36px
  }
}

#serie [name=module-bloc-expert] {
  margin-top: 50px
}

@media (min-width: 1024px) {
  #serie [name=module-serie-bloc-taskforce]>div.mode-white .text-slider>* {
    color: #fff
  }
}

@media (min-width: 1024px) {
  #serie [name=module-serie-bloc-taskforce]+[name=module-bloc-linkto] {
    margin-top: -110px
  }

  #serie [name=module-serie-bloc-taskforce]+[name=module-bloc-linkto] .content {
    padding-top: 120px;
    padding-bottom: 120px
  }
}

#event .paragraph-intro ul {
  list-style-type: disc;
  padding-left: 15px
}

#event .paragraph-intro ul li {
  display: list-item
}

@media (min-width: 1024px) {
  #global-guide {
    height: calc(100vh - 130px)
  }
}

#global-guide .content-text,
#global-guide .img-container {
  height: 80vh
}

@media (min-width: 1024px) {
  #global-guide .img-container {
    height: 100%
  }
}

@media (min-width: 1024px) {
  #global-guide .content-text {
    height: auto
  }
}

@media (min-width: 1024px) {
  #global-guide h1 br {
    display: none
  }
}

#global-guide .topics-wrapper {
  width: 300px
}

#global-guide .topics-wrapper .topics {
  max-height: 100%
}

#global-guide .topics-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30vw;
  width: 30vw;
  height: 100%;
  background: #222
}

#global-guide .topics-wrapper li {
  border-color: #333
}

#global-guide .input-content .form-item {
  height: 35px;
  line-height: 35px;
  border: none;
  position: relative
}

#global-guide .input-content .form-item:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -10px;
  display: block;
  position: absolute
}

#global-guide .input-content .form-item .icon-arrow-down2 {
  color: #fff;
  right: 10px
}

#global-guide .input-content .form-item .placeholder {
  font-family: Frutiger LT Std, Arial;
  font-size: 20px;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  line-height: 48px;
  padding: 0
}

@media (min-width: 1024px) {
  #global-guide .input-content .form-item .placeholder {
    font-size: 28px
  }
}

#global-guide .input-content .form-item .ul-wrapper {
  padding-top: 58px
}

#global-guide .input-content .form-item .ul-wrapper:before {
  content: " ";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 35px;
  height: 58px;
  line-height: 58px
}

#global-guide .input-content .form-item ul {
  background-color: #fff
}

#global-guide .input-content .select-topics .form-item .ul-wrapper:before {
  content: "All topics"
}

#global-guide .input-content .select-countries .form-item .ul-wrapper:before {
  content: "All countries"
}

#global-guide-browse {
  display: flex;
  flex-direction: column;
  padding-top: 70px;
  z-index: 1
}

@media (min-width: 1024px) {
  #global-guide-browse {
    padding-top: 0
  }
}

#global-guide-browse .head {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 70px;
  --bg-opacity: 1;
  background-color: #222;
  background-color: rgba(34, 34, 34, var(--bg-opacity));
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 0;
  z-index: 1
}

@media (min-width: 1024px) {
  #global-guide-browse .head {
    display: none
  }
}

#global-guide-browse .head>div {
  position: relative
}

#global-guide-browse .head>div i {
  font-size: 38px;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity));
  top: -2px
}

#global-guide-browse .head>div i,
#global-guide-browse .head>div span {
  display: inline-block;
  position: relative;
  --text-opacity: 1;
  vertical-align: middle
}

#global-guide-browse .head>div span {
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 300;
  margin-left: 5px
}

#global-guide-browse .head button {
  position: relative;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid rgba(82, 82, 82, .5);
  height: 26px;
  opacity: 1
}

#global-guide-browse .head button a {
  font-family: Frutiger LT Std, Arial;
  line-height: 1;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  letter-spacing: 1.2px;
  position: relative;
  top: 1px;
  font-size: 11px;
  transition: color .2s linear
}

 #global-guide-browse .head button:hover {
  border-color: #fff;
  background: #fff
}

 #global-guide-browse .head button:hover a {
  color: #222
}

#global-guide-browse .head button.invisible {
  opacity: 0;
  pointer-events: none
}

#global-guide-browse button.btn-square {
  transition: border .2s linear, background .2s linear;
  border: 1px solid #eee;
  border-radius: 3px
}

#global-guide-browse button.btn-square i {
  font-size: 12px;
  color: hsla(0, 0%, 58.4%, .6);
  transition: color .2s linear
}

 #global-guide-browse button.btn-square:not(.open):hover {
  border: 1px solid #959595
}

 #global-guide-browse button.btn-square:not(.open):hover i {
  color: #959595
}

#global-guide-browse button.btn-square.open {
  border: #222;
  background: #222
}

#global-guide-browse button.btn-square.open i {
  color: #fff
}

#global-guide-browse .filters-wrapper {
  height: 80px;
  --bg-opacity: 1;
  background-color: #f7f7f7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
  overflow: hidden;
  flex-shrink: 0
}

@media (min-width: 1024px) {
  #global-guide-browse .filters-wrapper {
    display: none
  }
}

#global-guide-browse .filters-wrapper .btn-filter {
  transition: background .2s linear;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
  z-index: 2;
  height: calc(100% + 1px)
}

#global-guide-browse .filters-wrapper .btn-filter span {
  letter-spacing: -.28px;
  transition: opacity .2s linear
}

#global-guide-browse .filters-wrapper .btn-filter i {
  transition: opacity .2s linear
}

#global-guide-browse .filters-wrapper .btn-filter.active span:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #e02020;
  left: -10px;
  top: 6px
}

#global-guide-browse .filters-wrapper .btn-filter .icon-close {
  opacity: 0
}

#global-guide-browse .filters-wrapper .btn-filter.open {
  background: #fff
}

#global-guide-browse .filters-wrapper .btn-filter.open .icon-gg-filter,
#global-guide-browse .filters-wrapper .btn-filter.open span {
  opacity: 0
}

#global-guide-browse .filters-wrapper .btn-filter.open .icon-close {
  opacity: 1
}

#global-guide-browse .filters-wrapper .countries-wrapper {
  width: calc(100% - 100px)
}

#global-guide-browse .filters-wrapper .countries-wrapper:after,
#global-guide-browse .filters-wrapper .countries-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 57px;
  z-index: 1;
  background-image: linear-gradient(270deg, hsla(0, 0%, 96.9%, 0) 14%, #f7f7f7 76%);
  pointer-events: none
}

#global-guide-browse .filters-wrapper .countries-wrapper:before {
  left: 0
}

#global-guide-browse .filters-wrapper .countries-wrapper:after {
  right: 0;
  transform: scaleX(-1)
}

#global-guide-browse .filters-wrapper .countries-wrapper li {
  letter-spacing: -.28px;
  color: #959595
}

#global-guide-browse .filters-wrapper .countries-wrapper li.active {
  font-weight: 700;
  color: #222
}

#global-guide-browse .country-wrapper {
  position: relative;
  height: 100%;
  --padding-offset-top: 0px
}

@media (min-width: 1024px) {
  #global-guide-browse .country-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-top: calc(var(--padding-offset-top) + 115px)
  }
}

#global-guide-browse .country-wrapper .head-country-wrapper {
  display: none;
  height: 60px;
  white-space: nowrap;
  min-width: 100%
}

@media (min-width: 1024px) {
  #global-guide-browse .country-wrapper .head-country-wrapper {
    display: inline-block
  }
}

#global-guide-browse .country-wrapper .head-country-wrapper .head-cards {
  height: 100%;
  white-space: normal;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding-left: 25px;
  padding-right: 20px;
  width: 410px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  border: 1px solid #eee
}

#global-guide-browse .country-wrapper .head-country-wrapper .head-cards>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%
}

#global-guide-browse .country-wrapper .head-country-wrapper .head-cards .country-name {
  position: relative;
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 28px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  font-size: 24px;
  padding-top: 10px;
  font-weight: 600
}

#global-guide-browse .country-wrapper .head-country-wrapper .head-cards.hidden {
  display: none
}

#global-guide-browse .country-wrapper .head-country-wrapper .head-cards.inactive {
  width: 66px;
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  border-bottom: none;
  padding: 0
}

#global-guide-browse .country-wrapper .head-country-wrapper .head-cards.inactive>div {
  display: flex
}

#global-guide-browse .country-wrapper .head-country-wrapper .head-cards.inactive .buttons-wrapper {
  display: none
}

#global-guide-browse .country-wrapper .head-country-wrapper .head-cards.inactive .visible-btn {
  display: block;
  margin: 0 auto
}

#global-guide-browse .country-wrapper .head-country-wrapper .head-cards.inactive .country-name {
  position: absolute;
  transform-origin: 0 50%;
  top: 60px;
  left: 32px;
  z-index: 1;
  transform: rotate(90deg);
  color: hsla(0, 0%, 58.4%, .6);
  padding: 0
}

#global-guide-browse .country-wrapper .head-country-wrapper .head-cards .buttons-wrapper {
  position: relative;
  margin-left: 5px
}

#global-guide-browse .country-wrapper .head-country-wrapper .head-cards .buttons-wrapper>.btn-square {
  margin-left: 5px
}

#global-guide-browse .country-wrapper .head-country-wrapper .head-cards .buttons-wrapper button {
  position: relative;
  width: 35px;
  height: 35px;
  vertical-align: top
}

#global-guide-browse .country-wrapper .head-country-wrapper .head-cards .visible-btn {
  width: 35px;
  height: 35px;
  vertical-align: top
}

#global-guide-browse .country-wrapper .content-country-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column
}

@media (min-width: 1024px) {
  #global-guide-browse .country-wrapper .content-country-wrapper {
    display: inline-block
  }
}

#global-guide-browse .country-wrapper .content-country-wrapper .content-wrapper {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto
}

@media (min-width: 1024px) {
  #global-guide-browse .country-wrapper .content-country-wrapper .content-wrapper {
    display: inline-block;
    overflow-y: scroll;
    overflow-x: hidden;
    white-space: nowrap;
    height: 100%
  }
}

#global-guide-browse .country-wrapper .content-country-wrapper .content-wrapper .country-cards {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  display: none;
  overflow: hidden
}

#global-guide-browse .country-wrapper .content-country-wrapper .content-wrapper .country-cards.active {
  display: block
}

@media (min-width: 1024px) {
  #global-guide-browse .country-wrapper .content-country-wrapper .content-wrapper .country-cards {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    padding-top: 0;
    padding-bottom: 0;
    flex-shrink: 0;
    width: 410px;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    margin-right: 10px
  }

  #global-guide-browse .country-wrapper .content-country-wrapper .content-wrapper .country-cards.active {
    display: inline-block
  }

  #global-guide-browse .country-wrapper .content-country-wrapper .content-wrapper .country-cards.active .country-cards-content {
    display: block
  }

  #global-guide-browse .country-wrapper .content-country-wrapper .content-wrapper .country-cards.hidden {
    display: none
  }

  #global-guide-browse .country-wrapper .content-country-wrapper .content-wrapper .country-cards.inactive {
    width: 66px;
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    border-top: none
  }

  @media (min-width: 1024px) {
    #global-guide-browse .country-wrapper .content-country-wrapper .content-wrapper .country-cards.inactive .country-cards-content {
      display: block
    }
  }

  #global-guide-browse .country-wrapper .content-country-wrapper .content-wrapper .country-cards.inactive>* {
    opacity: 0;
    pointer-events: none
  }
}

#global-guide-browse .country-wrapper .content-country-wrapper .content-wrapper .country-cards .country-cards-content {
  position: relative;
  display: block;
  transform: translateZ(0)
}

@media (min-width: 1024px) {
  #global-guide-browse .country-wrapper .content-country-wrapper .content-wrapper .country-cards .country-cards-content {
    display: none
  }
}

#global-guide-browse .country-wrapper .content-country-wrapper .content-wrapper .country-cards.visible {
  border: 1px solid #eee;
  border-top: none
}

@media (min-width: 1024px) {
  #global-guide-browse .country-wrapper .content-country-wrapper .content-wrapper .country-cards.visible .country-cards-content {
    display: block
  }
}

#global-guide-browse .country-wrapper .content-country-wrapper .content-wrapper .country-cards button.btn-square {
  border: 1px solid #eee
}

#global-guide-browse .browse-content {
  position: relative;
  height: 100%
}

@media (min-width: 1024px) {
  #global-guide-browse .browse-content {
    padding-left: 300px;
    --bg-opacity: 1;
    background-color: #f7f7f7;
    background-color: rgba(247, 247, 247, var(--bg-opacity))
  }
}

#global-guide-browse .browse-content .no-results-wrapper {
  display: none;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px
}

@media (min-width: 1024px) {
  #global-guide-browse .browse-content .no-results-wrapper {
    padding-top: 135px;
    padding-left: 20px
  }
}

#global-guide-browse .browse-content .no-results-wrapper .desc {
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3;
  font-size: 46px;
  color: #959595
}

#global-guide-browse .browse-content .no-results-wrapper div[name=partial-button-red] {
  height: 60px;
  margin-top: 20px;
  background-color: #222
}

@media (min-width: 1024px) {
  #global-guide-browse .browse-content .no-results-wrapper div[name=partial-button-red] {
    width: 335px
  }
}

#global-guide-browse .browse-content.no-results .country-wrapper {
  display: none
}

#global-guide-browse .browse-content.no-results .no-results-wrapper {
  display: block
}

#global-guide-browse .btn-menu-mobile {
  position: fixed;
  border-radius: 9999px;
  height: 50px;
  width: 50px;
  right: 20px;
  bottom: 45px;
  z-index: 10;
  background: #e62612;
  box-shadow: 0 7px 14px 0 rgba(167, 33, 6, .4)
}

@media (min-width: 1024px) {
  #global-guide-browse .btn-menu-mobile {
    display: none
  }
}

#global-guide-browse .btn-menu-mobile .ham {
  -webkit-tap-highlight-color: transparent;
  transition: transform .4s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

#global-guide-browse .btn-menu-mobile .ham .line {
  fill: none;
  transition: stroke-dasharray .4s, stroke-dashoffset .4s;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round
}

#global-guide-browse .btn-menu-mobile .ham .top {
  stroke-dasharray: 40 160
}

#global-guide-browse .btn-menu-mobile .ham .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform .4s
}

#global-guide-browse .btn-menu-mobile .ham .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform .4s, stroke-dashoffset .4s
}

#global-guide-browse .btn-menu-mobile .ham.active {
  transform: rotate(45deg)
}

#global-guide-browse .btn-menu-mobile .ham.active .top {
  stroke-dashoffset: -64px
}

#global-guide-browse .btn-menu-mobile .ham.active .middle {
  transform: rotate(90deg)
}

#global-guide-browse .btn-menu-mobile .ham.active .bottom {
  stroke-dashoffset: -64px
}

#global-guide-browse .info-copy {
  position: fixed;
  pointer-events: none;
  height: 40px;
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 14px;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color: rgba(34, 34, 34, .8);
  padding-left: 15px;
  padding-right: 15px;
  bottom: 90px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transform: translateX(-50%);
  letter-spacing: 0;
  opacity: 0;
  transition: opacity
}

#global-guide-browse .info-copy.valid {
  opacity: 1
}

#global-guide-browse .panel-filters {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  top: 149px;
  height: calc(100% - 150px)
}

@media (min-width: 1024px) {
  #global-guide-browse .panel-filters {
    overflow: visible;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 115px;
    padding-left: 300px;
    top: 0;
    height: 115px
  }
}

#global-guide-browse .panel-filters .panel-bg {
  background-color: rgba(34, 34, 34, .8)
}

@media (min-width: 1024px) {
  #global-guide-browse .panel-filters .panel-bg {
    display: none
  }
}

#global-guide-browse .panel-filters .panel-wrapper {
  padding: 20px 20px 40px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

@media (min-width: 1024px) {
  #global-guide-browse .panel-filters .panel-wrapper {
    display: flex;
    padding-top: 30px;
    background-color: transparent;
    flex-direction: column
  }
}

#global-guide-browse .panel-filters .select-countries {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  width: 100%;
  min-width: 360px
}

@media (min-width: 1024px) {
  #global-guide-browse .panel-filters .select-countries {
    width: fit-content
  }
}

#global-guide-browse .panel-filters .select-countries .form-item {
  height: 60px;
  line-height: 60px
}

#global-guide-browse .panel-filters .input-content {
  position: relative;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border: 1px solid #ededed;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .05)
}

#global-guide-browse .panel-filters .input-content.countries {
  margin-top: 20px
}

@media (min-width: 1024px) {
  #global-guide-browse .panel-filters .input-content.countries {
    margin-top: 0;
    margin-left: 20px
  }
}

#global-guide-browse .panel-filters .input-content.questions {
  padding-left: 20px;
  padding-right: 20px
}

#global-guide-browse .panel-filters .input-content.questions .icon-search {
  margin-top: -8px;
  right: 20px;
  font-size: 14px;
  z-index: 1;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  position: absolute;
  top: 50%
}

#global-guide-browse .panel-filters .input-content.questions input {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 14px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  padding-left: 40px;
  padding-right: 20px
}

#global-guide-browse .panel-filters .input-content.questions input::placeholder {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 14px;
  color: rgba(82, 82, 82, .6)
}

#global-guide-browse .panel-filters .input-content.questions button {
  position: absolute;
  border-radius: 9999px;
  top: 50%;
  right: 15px;
  display: none;
  width: 16px;
  height: 16px;
  background: rgba(34, 34, 34, .2);
  transition: background .2s linear;
  margin-top: -8px
}

#global-guide-browse .panel-filters .input-content.questions button i {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 8px
}

 #global-guide-browse .panel-filters .input-content.questions button:hover {
  background: #222
}

#global-guide-browse .panel-filters .input-content .label {
  display: none;
  position: absolute;
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  font-size: 12px;
  left: 0;
  top: -25px;
  color: #959595
}

@media (min-width: 1024px) {
  #global-guide-browse .panel-filters .input-content .label {
    display: block
  }
}

#global-guide-browse .panel-filters .placeholder-content {
  line-height: 60px
}

@media (min-width: 1024px) {
  #global-guide-browse .panel-filters .placeholder-content {
    line-height: 40px
  }
}

#global-guide-browse .panel-filters .placeholder-content i {
  position: relative;
  font-size: 14px;
  z-index: 1;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity))
}

#global-guide-browse .panel-filters .the-button {
  width: 100%;
  height: 60px
}

@media (min-width: 1024px) {
  #global-guide-browse .panel-filters .the-button {
    display: none
  }
}

#global-guide-browse .panel-filters .the-button.btn-filter {
  margin-top: 30px
}

#global-guide-browse .panel-filters .the-button.btn-resetall {
  margin-top: 20px;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #222;
  border-color: rgba(34, 34, 34, var(--border-opacity));
  background: #fff
}

#global-guide-browse .panel-filters .the-button.btn-resetall button span {
  color: #222
}

#global-guide-browse .navigation-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  padding-top: 70px;
  z-index: 10
}

@media (min-width: 1024px) {
  #global-guide-browse .navigation-wrapper {
    padding-top: 0;
    width: 300px;
    overflow: hidden
  }
}

#global-guide-browse div[name=partials-globaguide-nocontent] {
  padding-bottom: 30px
}

#global-guide-browse div[name=partials-globaguide-nocontent] .bloc-info {
  margin-top: 30px
}

#global-guide-browse div[name=partials-globaguide-outofdate] .bloc-info {
  margin-top: 20px
}

#global-guide-browse div[name=partials-globaguide-nocontent] .bloc-info,
#global-guide-browse div[name=partials-globaguide-outofdate] .bloc-info {
  position: relative;
  padding-left: 30px;
  border-left-width: 3px;
  --border-opacity: 1;
  border-color: #f7f7f7;
  border-color: rgba(247, 247, 247, var(--border-opacity))
}

#global-guide-browse div[name=partials-globaguide-nocontent] .bloc-info>span,
#global-guide-browse div[name=partials-globaguide-outofdate] .bloc-info>span {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 12px;
  --text-opacity: 1;
  color: #f7f7f7;
  color: rgba(247, 247, 247, var(--text-opacity));
  letter-spacing: .4px;
  color: #6d7278;
  letter-spacing: -.4px
}

#global-guide-browse div[name=partials-globaguide-nocontent] .bloc-info [name=component-link],
#global-guide-browse div[name=partials-globaguide-outofdate] .bloc-info [name=component-link] {
  margin-top: 15px
}

#global-guide-browse div[name=partials-globaguide-nocontent] .bloc-info [name=component-link] span,
#global-guide-browse div[name=partials-globaguide-outofdate] .bloc-info [name=component-link] span {
  font-size: 9.5px;
  letter-spacing: 1.2px
}

#global-guide-browse div[name=partials-globaguide-nocontent] .bloc-info [name=component-link] i,
#global-guide-browse div[name=partials-globaguide-outofdate] .bloc-info [name=component-link] i {
  margin-left: 2px;
  font-size: 5px
}

#global-guide-browse div[name=partials-globaguide-fullaccess] {
  position: relative;
  text-align: center;
  margin-top: 10px
}

#global-guide-browse div[name=partials-globaguide-fullaccess]:after,
#global-guide-browse div[name=partials-globaguide-fullaccess]:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0
}

#global-guide-browse div[name=partials-globaguide-fullaccess]:before {
  top: -140px;
  height: 200px;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 3%, hsla(0, 0%, 100%, .97) 79%, #fff 0)
}

#global-guide-browse div[name=partials-globaguide-fullaccess]:after {
  top: 60px;
  z-index: -1;
  height: 100%;
  background: #fff
}

#global-guide-browse div[name=partials-globaguide-fullaccess] .content {
  position: relative;
  --bg-opacity: 1;
  background-color: #f7f7f7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
  padding: 35px 30px;
  display: inline-block;
  width: 100%;
  max-width: 310px
}

@media (min-width: 1024px) {
  #global-guide-browse div[name=partials-globaguide-fullaccess] .content {
    padding: 45px 40px
  }
}

#global-guide-browse div[name=partials-globaguide-fullaccess] .title-access {
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3;
  font-size: 24px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity))
}

#global-guide-browse div[name=partials-globaguide-fullaccess] p {
  position: relative;
  font-family: Frutiger LT Std, Arial;
  letter-spacing: -.4px;
  font-size: 12px;
  margin-top: 15px;
  line-height: 20px;
  color: #6d7278
}

#global-guide-browse div[name=partials-globaguide-fullaccess] div[name=component-link] {
  width: 100%;
  margin-top: 25px
}

#global-guide-browse div[name=partials-globaguide-fullaccess] div[name=component-link] a {
  margin: 0 auto
}

#global-guide-browse div[name=partials-globaguide-fullaccess] div[name=component-link] a span {
  font-size: 12px
}

#global-guide-browse .lawyer-cards,
#popin-country[name=globalguide-popin-country] .lawyer-cards {
  position: absolute;
  --bg-opacity: 1;
  background-color: #222;
  background-color: rgba(34, 34, 34, var(--bg-opacity));
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px;
  align-items: center;
  display: none;
  width: 280px;
  height: 110px;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  margin-left: -140px
}

#global-guide-browse .lawyer-cards.visible,
#popin-country[name=globalguide-popin-country] .lawyer-cards.visible {
  display: flex
}

#global-guide-browse .lawyer-cards:before,
#popin-country[name=globalguide-popin-country] .lawyer-cards:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -3px;
  display: inline-block;
  height: 0;
  width: 0;
  border-color: transparent transparent #222;
  border-style: solid;
  border-width: 0 6px 6px
}

#global-guide-browse .lawyer-cards picture,
#popin-country[name=globalguide-popin-country] .lawyer-cards picture {
  flex-grow: 0;
  flex-shrink: 0
}

#global-guide-browse .lawyer-cards .lawyer-infos,
#popin-country[name=globalguide-popin-country] .lawyer-cards .lawyer-infos {
  flex-grow: 1;
  padding-left: 10px
}

#global-guide-browse .lawyer-cards .lawyer-infos a,
#popin-country[name=globalguide-popin-country] .lawyer-cards .lawyer-infos a {
  font-size: 24px;
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3;
  font-size: 16px;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  display: block
}

#global-guide-browse .lawyer-cards .lawyer-infos span,
#popin-country[name=globalguide-popin-country] .lawyer-cards .lawyer-infos span {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 18px;
  font-size: 12px;
  display: inline-block;
  margin-top: 5px;
  letter-spacing: -.4px;
  color: #959595;
  line-height: 1.2em
}

#global-guide-browse .lawyer-cards i,
#popin-country[name=globalguide-popin-country] .lawyer-cards i {
  --text-opacity: 1;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity));
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 12px
}

#global-guide-browse .chapter-content,
#popin-country[name=globalguide-popin-country] .chapter-content {
  position: relative;
  margin-bottom: 60px
}

#global-guide-browse .chapter-content:last-child,
#popin-country[name=globalguide-popin-country] .chapter-content:last-child {
  margin-top: 0
}

#global-guide-browse .chapter-content .title,
#popin-country[name=globalguide-popin-country] .chapter-content .title {
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  padding-left: 25px;
  padding-right: 25px;
  font-size: 30px
}

@media (min-width: 1024px) {

  #global-guide-browse .chapter-content .title,
  #popin-country[name=globalguide-popin-country] .chapter-content .title {
    display: none
  }
}

#global-guide-browse .chapter-content .title+.answer-content,
#global-guide-browse .chapter-content div[name=partial-insight-item][data-layout*=default].white .title+.answer-content,
#popin-country[name=globalguide-popin-country] .chapter-content .title+.answer-content,
#popin-country[name=globalguide-popin-country] .chapter-content div[name=partial-insight-item][data-layout*=default].white .title+.answer-content {
  margin-top: 0
}

#global-guide-browse .chapter-content .subtitle,
#popin-country[name=globalguide-popin-country] .chapter-content .subtitle {
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  font-size: 16px;
  margin-top: 5px;
  line-height: 22px
}

#global-guide-browse .chapter-content .answer-content,
#popin-country[name=globalguide-popin-country] .chapter-content .answer-content {
  margin-top: 20px
}

@media (min-width: 1024px) {

  #global-guide-browse .chapter-content .answer-content,
  #popin-country[name=globalguide-popin-country] .chapter-content .answer-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 190px)
  }

  #global-guide-browse .chapter-content .answer-content.hidden,
  #popin-country[name=globalguide-popin-country] .chapter-content .answer-content.hidden {
    display: none
  }

  #global-guide-browse .chapter-content .answer-content.no-lawyer,
  #popin-country[name=globalguide-popin-country] .chapter-content .answer-content.no-lawyer {
    border-bottom: 1px solid #eee
  }
}

#global-guide-browse .chapter-content .answer-content .answer-container,
#popin-country[name=globalguide-popin-country] .chapter-content .answer-content .answer-container {
  position: relative;
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 20px
}

@media (min-width: 1024px) {

  #global-guide-browse .chapter-content .answer-content .answer-container,
  #popin-country[name=globalguide-popin-country] .chapter-content .answer-content .answer-container {
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    overflow: auto
  }
}

#global-guide-browse .chapter-content .answer,
#popin-country[name=globalguide-popin-country] .chapter-content .answer {
  position: relative;
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  letter-spacing: -.4px;
  --text-opacity: 1;
  color: #525252;
  color: rgba(82, 82, 82, var(--text-opacity));
  font-size: 16px;
  margin-top: 15px;
  padding-bottom: 30px;
  line-height: 30px
}

@media (min-width: 1024px) {

  #global-guide-browse .chapter-content .answer,
  #popin-country[name=globalguide-popin-country] .chapter-content .answer {
    font-size: 14px;
    flex-shrink: 1;
    flex-grow: 1;
    overflow: auto;
    line-height: 20px
  }
}

#global-guide-browse .chapter-content .answer p,
#popin-country[name=globalguide-popin-country] .chapter-content .answer p {
  word-wrap: none;
  word-break: break-word
}

#global-guide-browse .chapter-content .answer p a,
#popin-country[name=globalguide-popin-country] .chapter-content .answer p a {
  text-decoration: underline
}

 #global-guide-browse .chapter-content .answer p a:hover,
 #popin-country[name=globalguide-popin-country] .chapter-content .answer p a:hover {
  color: #e62612
}

#global-guide-browse .chapter-content .answer table,
#popin-country[name=globalguide-popin-country] .chapter-content .answer table {
  width: 100% !important;
  overflow: scroll;
  white-space: nowrap;
  display: block;
  border-collapse: collapse;
  border: 0
}

#global-guide-browse .chapter-content .answer table th,
#popin-country[name=globalguide-popin-country] .chapter-content .answer table th {
  font-weight: 400
}

#global-guide-browse .chapter-content .answer td,
#global-guide-browse .chapter-content .answer th,
#popin-country[name=globalguide-popin-country] .chapter-content .answer td,
#popin-country[name=globalguide-popin-country] .chapter-content .answer th {
  border: 2px solid #222
}

#global-guide-browse .chapter-content .answer td,
#popin-country[name=globalguide-popin-country] .chapter-content .answer td {
  padding: 0 15px
}

#global-guide-browse .chapter-content .answer tbody tr,
#popin-country[name=globalguide-popin-country] .chapter-content .answer tbody tr {
  height: 40px
}

#global-guide-browse .chapter-content .answer thead,
#popin-country[name=globalguide-popin-country] .chapter-content .answer thead {
  background: #222;
  color: #fff
}

#global-guide-browse .chapter-content .answer thead tr,
#popin-country[name=globalguide-popin-country] .chapter-content .answer thead tr {
  height: 60px
}

#global-guide-browse .chapter-content .answer thead tr th,
#popin-country[name=globalguide-popin-country] .chapter-content .answer thead tr th {
  padding-top: 5px;
  padding-bottom: 5px
}

#global-guide-browse .chapter-content .answer ul,
#popin-country[name=globalguide-popin-country] .chapter-content .answer ul {
  padding-left: 15px;
  list-style: disc
}

#global-guide-browse .chapter-content .answer ul li,
#popin-country[name=globalguide-popin-country] .chapter-content .answer ul li {
  display: list-item
}

#global-guide-browse .chapter-content .answer .hide-answer,
#popin-country[name=globalguide-popin-country] .chapter-content .answer .hide-answer {
  position: relative
}

#global-guide-browse .chapter-content .answer .hide-answer:after,
#popin-country[name=globalguide-popin-country] .chapter-content .answer .hide-answer:after {
  content: "";
  position: absolute
}

#global-guide-browse .chapter-content .no-answer,
#popin-country[name=globalguide-popin-country] .chapter-content .no-answer {
  position: relative;
  padding-bottom: 30px
}

@media (min-width: 1024px) {

  #global-guide-browse .chapter-content .no-answer,
  #popin-country[name=globalguide-popin-country] .chapter-content .no-answer {
    flex-shrink: 1;
    flex-grow: 1;
    overflow: auto
  }
}

#global-guide-browse .chapter-content .no-answer>div,
#popin-country[name=globalguide-popin-country] .chapter-content .no-answer>div {
  position: relative;
  overflow: hidden
}

#global-guide-browse .chapter-content .infos,
#popin-country[name=globalguide-popin-country] .chapter-content .infos {
  position: relative;
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  --text-opacity: 1;
  color: #525252;
  color: rgba(82, 82, 82, var(--text-opacity));
  letter-spacing: -.4px;
  font-size: 12px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6d7278
}

#global-guide-browse .chapter-content .infos>span,
#popin-country[name=globalguide-popin-country] .chapter-content .infos>span {
  padding-right: 15px
}

#global-guide-browse .chapter-content .infos button,
#popin-country[name=globalguide-popin-country] .chapter-content .infos button {
  flex-grow: 0;
  width: 35px;
  height: 35px
}

#global-guide-browse .chapter-content .lawyer-wrapper,
#popin-country[name=globalguide-popin-country] .chapter-content .lawyer-wrapper {
  position: relative;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  background: hsla(0, 0%, 96.9%, .5);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee
}

@media (min-width: 1024px) {

  #global-guide-browse .chapter-content .lawyer-wrapper,
  #popin-country[name=globalguide-popin-country] .chapter-content .lawyer-wrapper {
    flex-shrink: 0
  }
}

#global-guide-browse .chapter-content .lawyer-wrapper .img-wrapper,
#popin-country[name=globalguide-popin-country] .chapter-content .lawyer-wrapper .img-wrapper {
  position: relative;
  height: 45px;
  width: 45px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 15px
}

#global-guide-browse .chapter-content .lawyer-wrapper img,
#popin-country[name=globalguide-popin-country] .chapter-content .lawyer-wrapper img {
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%
}

#global-guide-browse .chapter-content .lawyer-wrapper a,
#popin-country[name=globalguide-popin-country] .chapter-content .lawyer-wrapper a {
  padding-right: 10px
}

#global-guide-browse .chapter-content .lawyer-wrapper a span,
#popin-country[name=globalguide-popin-country] .chapter-content .lawyer-wrapper a span {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 12px;
  --text-opacity: 1;
  color: #525252;
  color: rgba(82, 82, 82, var(--text-opacity));
  letter-spacing: -.33px
}

#global-guide-browse .chapter-content .lawyer-wrapper i,
#popin-country[name=globalguide-popin-country] .chapter-content .lawyer-wrapper i {
  --text-opacity: 1;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity));
  display: inline-block;
  vertical-align: middle;
  font-size: 16px
}

#global-guide-browse2 {
  display: flex;
  flex-direction: column;
  padding-top: 70px;
  z-index: 1
}

@media (min-width: 1024px) {
  #global-guide-browse2 {
    padding-top: 0
  }
}

#global-guide-browse2 .template-no-access,
#global-guide-browse2 .template-no-answer,
#global-guide-browse2 .template-outdated {
  display: none
}

#global-guide-browse2 .nav-top {
  display: none;
  align-items: center;
  padding-left: 20px;
  height: 110px
}

@media (min-width: 1024px) {
  #global-guide-browse2 .nav-top {
    display: flex
  }
}

#global-guide-browse2 .nav-top i {
  font-size: 38px;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity));
  top: -2px
}

#global-guide-browse2 .nav-top i,
#global-guide-browse2 .nav-top span {
  display: inline-block;
  position: relative;
  --text-opacity: 1;
  vertical-align: middle
}

#global-guide-browse2 .nav-top span {
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 300;
  margin-left: 5px
}

#global-guide-browse2 .head {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 70px;
  --bg-opacity: 1;
  background-color: #222;
  background-color: rgba(34, 34, 34, var(--bg-opacity));
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 0;
  z-index: 1
}

@media (min-width: 1024px) {
  #global-guide-browse2 .head {
    display: none
  }
}

#global-guide-browse2 .head>div {
  position: relative
}

#global-guide-browse2 .head>div i {
  font-size: 38px;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity));
  top: -2px
}

#global-guide-browse2 .head>div i,
#global-guide-browse2 .head>div span {
  display: inline-block;
  position: relative;
  --text-opacity: 1;
  vertical-align: middle
}

#global-guide-browse2 .head>div span {
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 300;
  margin-left: 5px
}

#global-guide-browse2 .head a {
  position: relative;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Frutiger LT Std, Arial;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  letter-spacing: 1.2px;
  position: relative;
  top: 1px;
  border: 1px solid rgba(82, 82, 82, .5);
  height: 26px;
  line-height: 28px;
  opacity: 1;
  font-size: 11px;
  transition: color .2s linear
}

 #global-guide-browse2 .head a:hover {
  border-color: #fff;
  background: #fff;
  color: #222
}

#global-guide-browse2 .head a.invisible {
  opacity: 0;
  pointer-events: none
}

#global-guide-browse2 button.btn-square {
  transition: border .2s linear, background .2s linear;
  border: 1px solid #eee;
  border-radius: 3px
}

#global-guide-browse2 button.btn-square i {
  font-size: 12px;
  color: hsla(0, 0%, 58.4%, .6);
  transition: color .2s linear
}

 #global-guide-browse2 button.btn-square:not(.open):hover {
  border: 1px solid #959595
}

 #global-guide-browse2 button.btn-square:not(.open):hover i {
  color: #959595
}

#global-guide-browse2 button.btn-square.open {
  border: #222;
  background: #222
}

#global-guide-browse2 button.btn-square.open i {
  color: #fff
}

#global-guide-browse2 .filters-wrapper {
  height: 80px;
  --bg-opacity: 1;
  background-color: #f7f7f7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
  overflow: hidden;
  flex-shrink: 0
}

@media (min-width: 1024px) {
  #global-guide-browse2 .filters-wrapper {
    display: none
  }
}

#global-guide-browse2 .filters-wrapper .btn-filter {
  transition: background .2s linear;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
  z-index: 2;
  height: calc(100% + 1px)
}

#global-guide-browse2 .filters-wrapper .btn-filter span {
  letter-spacing: -.28px;
  transition: opacity .2s linear
}

#global-guide-browse2 .filters-wrapper .btn-filter i {
  transition: opacity .2s linear
}

#global-guide-browse2 .filters-wrapper .btn-filter.active span:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #e02020;
  left: -10px;
  top: 6px
}

#global-guide-browse2 .filters-wrapper .btn-filter .icon-close {
  opacity: 0
}

#global-guide-browse2 .filters-wrapper .btn-filter.open {
  background: #fff
}

#global-guide-browse2 .filters-wrapper .btn-filter.open .icon-gg-filter,
#global-guide-browse2 .filters-wrapper .btn-filter.open span {
  opacity: 0
}

#global-guide-browse2 .filters-wrapper .btn-filter.open .icon-close {
  opacity: 1
}

#global-guide-browse2 .filters-wrapper .countries-wrapper {
  width: calc(100% - 100px)
}

#global-guide-browse2 .filters-wrapper .countries-wrapper:after,
#global-guide-browse2 .filters-wrapper .countries-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 57px;
  z-index: 1;
  background-image: linear-gradient(270deg, hsla(0, 0%, 96.9%, 0) 14%, #f7f7f7 76%);
  pointer-events: none
}

#global-guide-browse2 .filters-wrapper .countries-wrapper:before {
  left: 0
}

#global-guide-browse2 .filters-wrapper .countries-wrapper:after {
  right: 0;
  transform: scaleX(-1)
}

#global-guide-browse2 .filters-wrapper .countries-wrapper li {
  letter-spacing: -.28px;
  color: #959595
}

#global-guide-browse2 .filters-wrapper .countries-wrapper li.active {
  font-weight: 700;
  color: #222
}

#global-guide-browse2 .virtual-grid-container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  flex-grow: 1;
  overflow: hidden
}

@media (min-width: 1024px) {
  #global-guide-browse2 .virtual-grid-container {
    padding-left: 20px
  }
}

#global-guide-browse2 .virtual-grid-container .grid-header {
  z-index: 2
}

#global-guide-browse2 .fullscreen-top .head-card-inside,
#global-guide-browse2 .head-card .head-card-inside {
  white-space: normal;
  padding-left: 25px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%
}

#global-guide-browse2 .fullscreen-top .country-name,
#global-guide-browse2 .head-card .country-name {
  position: relative;
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 28px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  font-size: 24px;
  padding-top: 10px;
  font-weight: 600
}

#global-guide-browse2 .fullscreen-top .buttons-wrapper,
#global-guide-browse2 .head-card .buttons-wrapper {
  position: relative;
  margin-left: 5px
}

#global-guide-browse2 .fullscreen-top .buttons-wrapper>.btn-square,
#global-guide-browse2 .head-card .buttons-wrapper>.btn-square {
  margin-left: 5px
}

#global-guide-browse2 .fullscreen-top .buttons-wrapper button,
#global-guide-browse2 .head-card .buttons-wrapper button {
  position: relative;
  width: 35px;
  height: 35px;
  vertical-align: top
}

#global-guide-browse2 .fullscreen-top .visible-btn,
#global-guide-browse2 .head-card .visible-btn {
  width: 35px;
  height: 35px;
  vertical-align: top
}

#global-guide-browse2 .head-card {
  padding: 0 5px
}

#global-guide-browse2 .head-card .head-card-inside {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding-left: 25px;
  padding-right: 20px;
  border: 1px solid #eee
}

#global-guide-browse2 .head-card.inactive .head-card-inside {
  display: flex;
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  border-bottom: none;
  padding: 0
}

#global-guide-browse2 .head-card.inactive .buttons-wrapper {
  display: none
}

#global-guide-browse2 .head-card.inactive .visible-btn {
  display: block;
  margin: 0 auto
}

#global-guide-browse2 .head-card.inactive .country-name {
  position: absolute;
  transform-origin: 0 50%;
  top: 60px;
  left: 27px;
  z-index: 1;
  transform: rotate(90deg);
  color: hsla(0, 0%, 58.4%, .6);
  padding: 0;
  white-space: nowrap
}

#global-guide-browse2 .fullscreen-top .head-card-inside {
  padding-left: 45px;
  padding-right: 20px;
  height: 80px
}

#global-guide-browse2 .fullscreen-top .country-name {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 30px;
  flex-grow: 1;
  font-weight: 700
}

#global-guide-browse2 .fullscreen-top button.hide-btn,
#global-guide-browse2 .fullscreen-top button.link {
  display: none
}

#global-guide-browse2 .fullscreen-top button.btn-square {
  border: 1px solid #525252
}

#global-guide-browse2 .fullscreen-top button.btn-square i {
  font-size: 12px;
  color: hsla(0, 0%, 58.4%, .6);
  transition: color .2s linear
}

 #global-guide-browse2 .fullscreen-top button.btn-square:not(.open):hover {
  border: 1px solid #fff
}

 #global-guide-browse2 .fullscreen-top button.btn-square:not(.open):hover i {
  color: #fff
}

#global-guide-browse2 .fullscreen-top button.btn-square.open {
  border: #fff;
  background: #fff
}

#global-guide-browse2 .fullscreen-top button.btn-square.open i {
  color: #222
}

#global-guide-browse2 .title {
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 30px
}

@media (min-width: 1024px) {
  #global-guide-browse2 .answer-card {
    padding: 0 5px
  }

  #global-guide-browse2 .answer-card.active {
    display: inline-block
  }

  #global-guide-browse2 .answer-card.active .country-cards-content {
    display: block
  }

  #global-guide-browse2 .answer-card.inactive .answer-card-inside {
    background-color: #f8f8f8;
    border-top: none
  }

  #global-guide-browse2 .answer-card.inactive .answer-card-inside>* {
    display: none
  }
}

#global-guide-browse2 .answer-card .answer-card-inside {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column
}

@media (min-width: 1024px) {
  #global-guide-browse2 .answer-card .answer-card-inside {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee
  }
}

#global-guide-browse2 .answer-card.visible {
  border: 1px solid #eee;
  border-top: none
}

@media (min-width: 1024px) {
  #global-guide-browse2 .answer-card.visible .country-cards-content {
    display: block
  }
}

#global-guide-browse2 .answer-card button.btn-square {
  border: 1px solid #eee
}

#global-guide-browse2 .answer-card .subtitle {
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  font-size: 16px;
  margin-top: 5px;
  line-height: 22px
}

#global-guide-browse2 .answer-card .answer-content {
  position: relative;
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 20px;
  overflow: hidden
}

@media (min-width: 1024px) {
  #global-guide-browse2 .answer-card .answer-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1
  }
}

#global-guide-browse2 .answer-card .infos {
  position: relative;
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  --text-opacity: 1;
  color: #525252;
  color: rgba(82, 82, 82, var(--text-opacity));
  letter-spacing: -.4px;
  font-size: 12px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6d7278
}

#global-guide-browse2 .answer-card .infos>span {
  padding-right: 15px
}

#global-guide-browse2 .answer-card .infos button {
  flex-grow: 0;
  width: 35px;
  height: 35px
}

#global-guide-browse2 .lawyer-wrapper {
  position: relative;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  background: hsla(0, 0%, 96.9%, .5);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee
}

@media (min-width: 1024px) {
  #global-guide-browse2 .lawyer-wrapper {
    flex-shrink: 0
  }
}

#global-guide-browse2 .lawyer-wrapper .img-wrapper {
  position: relative;
  height: 45px;
  width: 45px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 15px
}

#global-guide-browse2 .lawyer-wrapper img {
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%
}

#global-guide-browse2 .lawyer-wrapper a {
  padding-right: 10px
}

#global-guide-browse2 .lawyer-wrapper a span {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 12px;
  --text-opacity: 1;
  color: #525252;
  color: rgba(82, 82, 82, var(--text-opacity));
  letter-spacing: -.33px
}

#global-guide-browse2 .lawyer-wrapper i {
  --text-opacity: 1;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity));
  display: inline-block;
  vertical-align: middle;
  font-size: 16px
}

#global-guide-browse2 .answer {
  position: relative;
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  letter-spacing: -.4px;
  --text-opacity: 1;
  color: #525252;
  color: rgba(82, 82, 82, var(--text-opacity));
  font-size: 16px;
  margin-top: 15px;
  padding-bottom: 30px;
  line-height: 30px
}

@media (min-width: 1024px) {
  #global-guide-browse2 .answer {
    font-size: 14px;
    flex-shrink: 1;
    flex-grow: 1;
    overflow: auto;
    line-height: 20px
  }
}

#global-guide-browse2 .answer p {
  word-wrap: none;
  word-break: break-word
}

#global-guide-browse2 .answer p a {
  text-decoration: underline
}

 #global-guide-browse2 .answer p a:hover {
  color: #e62612
}

#global-guide-browse2 .answer table {
  width: 100% !important;
  overflow: scroll;
  white-space: nowrap;
  display: block;
  border-collapse: collapse;
  border: 0
}

#global-guide-browse2 .answer table th {
  font-weight: 400
}

#global-guide-browse2 .answer td,
#global-guide-browse2 .answer th {
  border: 2px solid #222
}

#global-guide-browse2 .answer td {
  padding: 0 15px
}

#global-guide-browse2 .answer tbody tr {
  height: 40px
}

#global-guide-browse2 .answer thead {
  background: #222;
  color: #fff
}

#global-guide-browse2 .answer thead tr {
  height: 60px
}

#global-guide-browse2 .answer thead tr th {
  padding-top: 5px;
  padding-bottom: 5px
}

#global-guide-browse2 .answer ul {
  padding-left: 15px;
  list-style: disc
}

#global-guide-browse2 .answer ul li {
  display: list-item
}

#global-guide-browse2 .answer .hide-answer {
  position: relative
}

#global-guide-browse2 .answer .hide-answer:after {
  content: "";
  position: absolute
}

#global-guide-browse2 .no-answer {
  position: relative;
  padding-bottom: 30px
}

@media (min-width: 1024px) {
  #global-guide-browse2 .no-answer {
    flex-shrink: 1;
    flex-grow: 1;
    overflow: auto
  }
}

#global-guide-browse2 .no-answer>div {
  position: relative;
  overflow: hidden
}

#global-guide-browse2 .lawyer-cards {
  position: absolute;
  --bg-opacity: 1;
  background-color: #222;
  background-color: rgba(34, 34, 34, var(--bg-opacity));
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px;
  align-items: center;
  display: none;
  width: 280px;
  height: 110px;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  margin-left: -140px
}

#global-guide-browse2 .lawyer-cards.visible {
  display: flex
}

#global-guide-browse2 .lawyer-cards:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -3px;
  display: inline-block;
  height: 0;
  width: 0;
  border-color: transparent transparent #222;
  border-style: solid;
  border-width: 0 6px 6px
}

#global-guide-browse2 .lawyer-cards picture {
  flex-grow: 0;
  flex-shrink: 1;
  max-width: 60px
}

#global-guide-browse2 .lawyer-cards .lawyer-infos {
  flex-grow: 1;
  padding-left: 10px
}

#global-guide-browse2 .lawyer-cards .lawyer-infos a {
  font-size: 24px;
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3;
  font-size: 16px;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  display: block
}

#global-guide-browse2 .lawyer-cards .lawyer-infos span {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 18px;
  font-size: 12px;
  display: inline-block;
  margin-top: 5px;
  letter-spacing: -.4px;
  color: #959595;
  line-height: 1.2em
}

#global-guide-browse2 .lawyer-cards i {
  --text-opacity: 1;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity));
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 12px
}

#global-guide-browse2 .browse-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%
}

@media (min-width: 1024px) {
  #global-guide-browse2 .browse-content {
    padding-left: 300px;
    --bg-opacity: 1;
    background-color: #f7f7f7;
    background-color: rgba(247, 247, 247, var(--bg-opacity));
    display: flex;
    flex-direction: column
  }
}

#global-guide-browse2 .browse-content .no-results-wrapper {
  display: none;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px
}

@media (min-width: 1024px) {
  #global-guide-browse2 .browse-content .no-results-wrapper {
    padding-top: 65px;
    padding-left: 20px
  }
}

#global-guide-browse2 .browse-content .no-results-wrapper .desc {
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3;
  font-size: 46px;
  color: #959595
}

#global-guide-browse2 .browse-content .no-results-wrapper div[name=partial-button-red] {
  height: 60px;
  margin-top: 20px;
  background-color: #222
}

@media (min-width: 1024px) {
  #global-guide-browse2 .browse-content .no-results-wrapper div[name=partial-button-red] {
    width: 335px
  }
}

#global-guide-browse2 .browse-content.no-results .country-wrapper {
  display: none
}

#global-guide-browse2 .browse-content.no-results .no-results-wrapper {
  display: block
}

#global-guide-browse2 .btn-menu-mobile {
  position: fixed;
  border-radius: 9999px;
  height: 50px;
  width: 50px;
  right: 20px;
  bottom: 45px;
  z-index: 10;
  background: #e62612;
  box-shadow: 0 7px 14px 0 rgba(167, 33, 6, .4)
}

@media (min-width: 1024px) {
  #global-guide-browse2 .btn-menu-mobile {
    display: none
  }
}

#global-guide-browse2 .btn-menu-mobile .ham {
  -webkit-tap-highlight-color: transparent;
  transition: transform .4s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

#global-guide-browse2 .btn-menu-mobile .ham .line {
  fill: none;
  transition: stroke-dasharray .4s, stroke-dashoffset .4s;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round
}

#global-guide-browse2 .btn-menu-mobile .ham .top {
  stroke-dasharray: 40 160
}

#global-guide-browse2 .btn-menu-mobile .ham .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform .4s
}

#global-guide-browse2 .btn-menu-mobile .ham .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform .4s, stroke-dashoffset .4s
}

#global-guide-browse2 .btn-menu-mobile .ham.active {
  transform: rotate(45deg)
}

#global-guide-browse2 .btn-menu-mobile .ham.active .top {
  stroke-dashoffset: -64px
}

#global-guide-browse2 .btn-menu-mobile .ham.active .middle {
  transform: rotate(90deg)
}

#global-guide-browse2 .btn-menu-mobile .ham.active .bottom {
  stroke-dashoffset: -64px
}

#global-guide-browse2 .info-copy {
  position: fixed;
  pointer-events: none;
  height: 40px;
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 14px;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color: rgba(34, 34, 34, .8);
  padding-left: 15px;
  padding-right: 15px;
  bottom: 90px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transform: translateX(-50%);
  letter-spacing: 0;
  opacity: 0;
  transition: opacity
}

#global-guide-browse2 .info-copy.valid {
  opacity: 1
}

#global-guide-browse2 .panel-filters {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  z-index: 3;
  top: 149px;
  height: calc(100% - 150px)
}

@media (min-width: 1024px) {
  #global-guide-browse2 .panel-filters {
    position: relative;
    width: 100%;
    width: auto;
    overflow: visible;
    display: block;
    flex-shrink: 1;
    flex-grow: 0;
    top: 0;
    height: auto
  }
}

#global-guide-browse2 .panel-filters .panel-bg {
  background-color: rgba(34, 34, 34, .8)
}

@media (min-width: 1024px) {
  #global-guide-browse2 .panel-filters .panel-bg {
    display: none
  }
}

#global-guide-browse2 .panel-filters .panel-wrapper {
  padding: 25px 25px 40px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

@media (min-width: 1024px) {
  #global-guide-browse2 .panel-filters .panel-wrapper {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: transparent;
    flex-direction: column
  }
}

#global-guide-browse2 .panel-filters .select-countries {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  width: 100%;
  min-width: 360px
}

@media (min-width: 1024px) {
  #global-guide-browse2 .panel-filters .select-countries {
    width: fit-content
  }
}

#global-guide-browse2 .panel-filters .select-countries .form-item {
  height: 60px;
  line-height: 60px
}

#global-guide-browse2 .panel-filters .select-countries .ul-wrapper {
  padding-top: 58px
}

#global-guide-browse2 .panel-filters .input-content {
  position: relative;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border: 1px solid #ededed;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .05)
}

#global-guide-browse2 .panel-filters .input-content.countries {
  margin-top: 20px
}

@media (min-width: 1024px) {
  #global-guide-browse2 .panel-filters .input-content.countries {
    margin-top: 0;
    margin-left: 20px
  }
}

#global-guide-browse2 .panel-filters .input-content.questions {
  padding-left: 20px;
  padding-right: 20px
}

#global-guide-browse2 .panel-filters .input-content.questions .icon-search {
  margin-top: -8px;
  right: 20px;
  font-size: 14px;
  z-index: 1;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  position: absolute;
  top: 50%
}

#global-guide-browse2 .panel-filters .input-content.questions input {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 14px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  padding-left: 40px;
  padding-right: 20px
}

#global-guide-browse2 .panel-filters .input-content.questions input::placeholder {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 14px;
  color: rgba(82, 82, 82, .6)
}

#global-guide-browse2 .panel-filters .input-content.questions button {
  position: absolute;
  border-radius: 9999px;
  top: 50%;
  right: 15px;
  display: none;
  width: 16px;
  height: 16px;
  background: rgba(34, 34, 34, .2);
  transition: background .2s linear;
  margin-top: -8px
}

#global-guide-browse2 .panel-filters .input-content.questions button i {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 8px
}

 #global-guide-browse2 .panel-filters .input-content.questions button:hover {
  background: #222
}

#global-guide-browse2 .panel-filters .input-content .label {
  display: none;
  position: absolute;
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  font-size: 12px;
  left: 0;
  top: -25px;
  color: #959595
}

@media (min-width: 1024px) {
  #global-guide-browse2 .panel-filters .input-content .label {
    display: block
  }
}

#global-guide-browse2 .panel-filters .placeholder-content {
  line-height: 60px
}

@media (min-width: 1024px) {
  #global-guide-browse2 .panel-filters .placeholder-content {
    line-height: 40px
  }
}

#global-guide-browse2 .panel-filters .placeholder-content i {
  position: relative;
  font-size: 14px;
  z-index: 1;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity))
}

#global-guide-browse2 .panel-filters .the-button {
  width: 100%;
  height: 60px
}

@media (min-width: 1024px) {
  #global-guide-browse2 .panel-filters .the-button {
    display: none
  }
}

#global-guide-browse2 .panel-filters .the-button.btn-filter {
  margin-top: 30px
}

#global-guide-browse2 .panel-filters .the-button.btn-resetall {
  margin-top: 20px;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #222;
  border-color: rgba(34, 34, 34, var(--border-opacity));
  background: #fff
}

#global-guide-browse2 .panel-filters .the-button.btn-resetall button span {
  color: #222
}

#global-guide-browse2 .navigation-wrapper {
  transform: translateX(-100%);
  transition: transform .5s;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  padding-top: 70px;
  z-index: 2;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

@media (min-width: 1024px) {
  #global-guide-browse2 .navigation-wrapper {
    padding-top: 0;
    width: 300px;
    transform: translateX(0)
  }
}

#global-guide-browse2 .navigation-wrapper.open {
  transform: translateX(0)
}

#global-guide-browse2 div[name=partials-globaguide-nocontent] {
  padding-bottom: 30px
}

#global-guide-browse2 div[name=partials-globaguide-nocontent] .bloc-info {
  margin-top: 30px
}

#global-guide-browse2 div[name=partials-globaguide-outofdate] .bloc-info {
  margin-top: 20px
}

#global-guide-browse2 div[name=partials-globaguide-nocontent] .bloc-info,
#global-guide-browse2 div[name=partials-globaguide-outofdate] .bloc-info {
  position: relative;
  padding-left: 30px;
  border-left-width: 3px;
  --border-opacity: 1;
  border-color: #f7f7f7;
  border-color: rgba(247, 247, 247, var(--border-opacity))
}

#global-guide-browse2 div[name=partials-globaguide-nocontent] .bloc-info>span,
#global-guide-browse2 div[name=partials-globaguide-outofdate] .bloc-info>span {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 12px;
  --text-opacity: 1;
  color: #f7f7f7;
  color: rgba(247, 247, 247, var(--text-opacity));
  letter-spacing: .4px;
  color: #6d7278;
  letter-spacing: -.4px
}

#global-guide-browse2 div[name=partials-globaguide-nocontent] .bloc-info [name=component-link],
#global-guide-browse2 div[name=partials-globaguide-outofdate] .bloc-info [name=component-link] {
  margin-top: 15px
}

#global-guide-browse2 div[name=partials-globaguide-nocontent] .bloc-info [name=component-link] span,
#global-guide-browse2 div[name=partials-globaguide-outofdate] .bloc-info [name=component-link] span {
  font-size: 9.5px;
  letter-spacing: 1.2px
}

#global-guide-browse2 div[name=partials-globaguide-nocontent] .bloc-info [name=component-link] i,
#global-guide-browse2 div[name=partials-globaguide-outofdate] .bloc-info [name=component-link] i {
  margin-left: 2px;
  font-size: 5px
}

#global-guide-browse2 div[name=partials-globaguide-fullaccess] {
  position: relative;
  text-align: center;
  margin-top: 10px
}

#global-guide-browse2 div[name=partials-globaguide-fullaccess]:after,
#global-guide-browse2 div[name=partials-globaguide-fullaccess]:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0
}

#global-guide-browse2 div[name=partials-globaguide-fullaccess]:before {
  top: -140px;
  height: 200px;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 3%, hsla(0, 0%, 100%, .97) 79%, #fff 0)
}

#global-guide-browse2 div[name=partials-globaguide-fullaccess]:after {
  top: 60px;
  z-index: -1;
  height: 100%;
  background: #fff
}

#global-guide-browse2 div[name=partials-globaguide-fullaccess] .content {
  position: relative;
  --bg-opacity: 1;
  background-color: #f7f7f7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
  padding: 35px 30px;
  display: inline-block;
  width: 100%;
  max-width: 310px
}

@media (min-width: 1024px) {
  #global-guide-browse2 div[name=partials-globaguide-fullaccess] .content {
    padding: 45px 40px
  }
}

#global-guide-browse2 div[name=partials-globaguide-fullaccess] .title-access {
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3;
  font-size: 24px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity))
}

#global-guide-browse2 div[name=partials-globaguide-fullaccess] p {
  position: relative;
  font-family: Frutiger LT Std, Arial;
  letter-spacing: -.4px;
  font-size: 12px;
  margin-top: 15px;
  line-height: 20px;
  color: #6d7278
}

#global-guide-browse2 div[name=partials-globaguide-fullaccess] div[name=component-link] {
  width: 100%;
  margin-top: 25px
}

#global-guide-browse2 div[name=partials-globaguide-fullaccess] div[name=component-link] a {
  margin: 0 auto
}

#global-guide-browse2 div[name=partials-globaguide-fullaccess] div[name=component-link] a span {
  font-size: 12px
}

#global-guide-browse2 .fullscreen-left,
#global-guide-browse2 .fullscreen-top,
#global-guide-browse2.fullscreen .nav-top {
  display: none
}

#global-guide-browse2.fullscreen .fullscreen-top {
  display: block;
  position: relative;
  z-index: 2
}

#global-guide-browse2.fullscreen .fullscreen-left {
  display: flex;
  width: 80px;
  flex: 0 0 auto;
  height: 100%;
  justify-content: center;
  background: #000
}

#global-guide-browse2.fullscreen .fullscreen-left button {
  position: relative;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #fff;
  margin-top: 20px
}

#global-guide-browse2.fullscreen .fullscreen-left button i {
  color: #fff
}

#global-guide-browse2.fullscreen .panel-filters {
  display: none
}

@media (min-width: 1024px) {
  #global-guide-browse2.fullscreen .navigation-wrapper {
    width: 380px;
    display: flex;
    flex-direction: row
  }
}

@media (min-width: 1024px) {
  #global-guide-browse2.fullscreen .browse-content {
    padding-left: 380px
  }
}

#global-guide-browse2.fullscreen .virtual-grid-container {
  padding: 0;
  background: #fff
}

#global-guide-browse2.fullscreen .virtual-grid-container .virtualgrid-viewport {
  padding: 60px 9vw 0
}

#global-guide-browse2.fullscreen .title {
  display: block;
  font-size: 42px;
  padding: 30px 0 0
}

#global-guide-browse2.fullscreen .answer-card {
  padding: 0
}

#global-guide-browse2.fullscreen .answer-card .answer-card-inside {
  border-left: none;
  border-right: none
}

#global-guide-browse2.fullscreen .answer-card .answer-content {
  padding-left: 0;
  padding-right: 0
}

#global-guide-browse2.fullscreen .answer-card .subtitle {
  font-size: 24px;
  margin-top: 30px;
  line-height: 36px
}

#global-guide-browse2.fullscreen .answer-card .infos {
  margin-top: 15px
}

#global-guide-browse2.fullscreen .answer-card .infos button {
  display: none
}

#global-guide-browse2.fullscreen .answer-card .answer {
  font-family: Tiempos Text, Georgia, serif;
  font-size: 16px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  line-height: 30px;
  letter-spacing: -.34px;
  margin-top: 20px;
  padding-bottom: 0
}

#global-guide-browse2.fullscreen .answer-card .lawyer-wrapper {
  justify-content: start;
  background: 0 0;
  border-top: 0;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0
}

#global-guide-browse2.fullscreen .answer-card .lawyer-wrapper a {
  padding-right: 10px
}

#global-guide-browse2.fullscreen .answer-card .lawyer-wrapper a span {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 12px;
  --text-opacity: 1;
  color: #525252;
  color: rgba(82, 82, 82, var(--text-opacity));
  letter-spacing: -.33px
}

#global-guide-browse2.fullscreen .answer-card .lawyer-wrapper i {
  --text-opacity: 1;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity));
  display: inline-block;
  vertical-align: middle;
  font-size: 16px
}

@media (min-width: 1024px) {
  div[name=partial-paragraph][data-layout=row]>div {
    display: flex;
    flex-direction: row
  }

  div[name=partial-paragraph][data-layout=row]>div .left {
    width: 50%;
    padding-right: 5%
  }

  div[name=partial-paragraph][data-layout=row]>div .description,
  div[name=partial-paragraph][data-layout=row]>div p {
    width: 50%;
    padding-left: 7%;
    padding-right: 9%
  }
}

@media (min-width: 1024px) {

  div[name=partial-paragraph][data-layout=col]>div .description,
  div[name=partial-paragraph][data-layout=col]>div .left,
  div[name=partial-paragraph][data-layout=col]>div p {
    width: 40%
  }
}

@media (min-width: 1024px) {

  div[name=partial-paragraph][data-layout=col-medium]>div .description,
  div[name=partial-paragraph][data-layout=col-medium]>div .left,
  div[name=partial-paragraph][data-layout=col-medium]>div p {
    width: 50%
  }
}

div[name=partial-bullets] .bullet svg {
  transform: scale3d(.2, .2, .2);
  transform-origin: 50% 50%;
  transition: transform .7s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  will-change: scale;
  cursor: pointer
}

div[name=partial-bullets] .bullet svg circle {
  stroke: #525252;
  opacity: .21;
  stroke-width: 2
}

div[name=partial-bullets] .bullet svg circle:first-child {
  fill: #525252;
  transition: fill 0s linear;
  transition-delay: .7s
}

div[name=partial-bullets] .bullet svg circle:nth-child(2) {
  stroke: #e62612;
  fill: none;
  stroke-dasharray: 70 70;
  stroke-dashoffset: 70;
  opacity: 0;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: opacity .7s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

div[name=partial-bullets] .bullet.selected svg {
  transform: scaleX(1);
  pointer-events: none
}

div[name=partial-bullets] .bullet.selected svg circle:first-child {
  fill: none
}

div[name=partial-bullets] .bullet.selected svg circle:nth-child(2) {
  opacity: 1
}

@media (min-width: 1024px) {
  div[name=partial-text-image][data-layout=normal] .left {
    padding-right: 7.5%
  }

  div[name=partial-text-image][data-layout=normal] .right {
    left: 6%
  }
}

@media (min-width: 1024px) {
  div[name=partial-text-image][data-layout=reverse] .left {
    order: 2;
    padding-left: 7.5%
  }

  div[name=partial-text-image][data-layout=reverse] .right {
    order: 1;
    left: -6%
  }
}

@media (min-width: 1024px) {
  div[name=partial-text-image]+div[name=partial-text-image] {
    margin-top: 70px
  }
}

div[name=partial-people][data-layout=large] {
  width: 100%
}

@media (min-width: 1024px) {
  div[name=partial-people][data-layout=large] {
    width: 48%
  }
}

div[name=partial-people][data-layout=small] {
  width: 48%
}

div[name=partial-people]:not(.animating) picture {
  transition: transform 1s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

 div[name=partial-people]:hover picture {
  transform: scale(1.05)
}

@media (min-width: 1024px) {
  div[name=partial-people] .shares {
    min-width: 180px
  }
}

div[name=partial-contact-form] .form-line {
  gap: 25px
}

div[name=partial-contact-form] form[name=form-select] {
  z-index: 2
}

div[name=partial-contact-form] .message-field textarea {
  border: 1px solid #4f4f4f
}

div[name=partial-news-featured][data-layout=row] {
  display: flex;
  flex-direction: row-reverse;
  align-items: center
}

div[name=partial-news-featured][data-layout=row]>* {
  width: 50%
}

div[name=partial-news-featured][data-layout=row]>div:first-child {
  padding-left: 4%;
  padding-right: 4%
}

div[name=partial-news-featured][data-layout=row] picture {
  left: 0
}

@media (min-width: 1024px) {
  div[name=partial-news-featured][data-layout=row] div[name=component-link] {
    margin-top: 40px
  }
}

div[name=partial-news-notfeatured].news-hidden {
  display: none
}

div[name=partial-news-notfeatured] a span:after {
  content: "\EA05";
  font-family: 'icons' !important;
  vertical-align: middle;
  color: #e62612;
  margin-left: 8px;
  font-size: 14px;
  opacity: 0;
  transition: opacity .3s linear;
  display: inline;
  position: relative;
  top: -2px
}

 div[name=partial-news-notfeatured]:hover a span:after {
  opacity: 1
}

@media (min-width: 1024px) {
  div[name=partial-news-notfeatured][data-layout=two-small] {
    margin-top: 4%;
    width: 48%
  }
}

@media (min-width: 1024px) {
  div[name=partial-news-notfeatured][data-layout=two-small] a {
    margin-top: 60px
  }
}

div[name=partial-news-notfeatured][data-layout=two-small] div[name=partial-news-informations] {
  margin-top: 10px
}

@media (min-width: 1024px) {
  div[name=partial-news-notfeatured][data-layout=two-small] div[name=partial-news-informations] {
    margin-top: 20px
  }
}

@media (min-width: 1024px) {
  div[name=partial-news-notfeatured][data-layout=three-small] {
    width: 31.3333%
  }
}

@media (min-width: 1024px) {
  div[name=partial-news-notfeatured][data-layout=three-small] a {
    margin-top: 60px
  }
}

div[name=partial-news-notfeatured]+div[name=partial-news-notfeatured] {
  margin-top: -1px
}

@media (min-width: 1024px) {
  div[name=partial-event-notfeatured][data-layout=two-small] {
    margin-top: 4%;
    width: 48%
  }
}

@media (min-width: 1024px) {
  div[name=partial-event-notfeatured][data-layout=three-small] {
    margin-top: 4%;
    width: 32%
  }
}

div[name=partial-insight-item]:not(.animating) picture {
  transition: transform 1s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

 div[name=partial-insight-item]:hover picture {
  transform: scale(1.05)
}

div[name=partial-insight-item][data-layout=default]>div {
  display: flex;
  flex-direction: column;
  height: 100%
}

div[name=partial-insight-item][data-layout=default] .content {
  flex: 1 0 auto;
  justify-content: space-between
}

div[name=partial-insight-item][data-layout*=default] .content {
  margin-top: 30px
}

div[name=partial-insight-item][data-layout*=default] .title,
div[name=partial-insight-item][data-layout*=default].white .title {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 16px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  letter-spacing: -.33px
}

div[name=partial-insight-item][data-layout*=default].white .title {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

@media (min-width: 1024px) {
  div[name=partial-insight-item][data-layout*=default] div[name=partial-news-informations] {
    margin-top: 25px
  }
}

@media (min-width: 1024px) {
  div[name=partial-insight-item][data-layout*="2-col"] {
    max-width: none
  }

  div[name=partial-insight-item][data-layout*="2-col"]>div {
    display: flex
  }

  div[name=partial-insight-item][data-layout*="2-col"]>div picture {
    width: 160px;
    height: 140px;
    flex-shrink: 0
  }

  div[name=partial-insight-item][data-layout*="2-col"]>div picture img {
    object-fit: cover
  }

  div[name=partial-insight-item][data-layout*="2-col"]>div .content {
    margin: 0;
    padding-left: 7%;
    padding-right: 4%;
    justify-content: center
  }

  div[name=partial-insight-item][data-layout*="2-col"]>div div[name=partial-news-informations] {
    margin-top: 10px
  }
}

[name=component-insight-serie] div[name=partial-insight-item][data-layout=featured] .insight-item-inner {
  max-height: 70vh
}

div[name=partial-insight-item][data-layout=featured] .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 35px
}

div[name=partial-insight-item][data-layout*=default].white div[name=partial-insight-item][data-layout=featured] .title,
div[name=partial-insight-item][data-layout=featured] .title,
div[name=partial-insight-item][data-layout=featured] div[name=partial-insight-item][data-layout*=default].white .title {
  font-size: 28px;
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  order: 2;
  margin-top: 20px;
  letter-spacing: -.33px
}

div[name=partial-insight-item][data-layout=featured] div[name=partial-news-informations] {
  justify-content: normal;
  order: 1
}

div[name=partial-insight-item][data-layout=featured] div[name=partial-news-informations] .timer {
  margin-left: 25px
}

div[name=partial-insight-item][data-layout=featured] div[name=component-link] {
  order: 3
}

div[name=partial-insight-item][data-layout=featured] div[name=component-link] span {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

@media (min-width: 1024px) {
  div[name=partial-insight-item][data-layout=featured] {
    max-width: 1300px;
    width: calc(100% - 40px)
  }

  div[name=partial-insight-item][data-layout=featured] div[name=partial-news-informations] {
    order: 1
  }

  div[name=partial-insight-item][data-layout=featured] div[name=pin] {
    transform: rotate(-90deg) translateX(-100%)
  }

  div[name=partial-insight-item][data-layout=featured] .content {
    top: 0;
    padding: 6% 0 0 13%;
    width: 480px;
    justify-content: center;
    box-sizing: content-box
  }

  div[name=partial-insight-item][data-layout*=default].white div[name=partial-insight-item][data-layout=featured] .title,
  div[name=partial-insight-item][data-layout=featured] .title,
  div[name=partial-insight-item][data-layout=featured] div[name=partial-insight-item][data-layout*=default].white .title {
    font-size: 46px
  }

  div[name=partial-insight-item][data-layout=featured] div[name=component-link] {
    margin-top: 30px
  }
}

div[name=partial-insight-item][data-layout=img-full] .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px
}

div[name=partial-insight-item][data-layout*=default].white div[name=partial-insight-item][data-layout=img-full] .title,
div[name=partial-insight-item][data-layout=img-full] .title,
div[name=partial-insight-item][data-layout=img-full] div[name=partial-insight-item][data-layout*=default].white .title {
  font-size: 20px;
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  order: 2;
  margin-top: 15px;
  line-height: 28px
}

div[name=partial-insight-item][data-layout=img-full] div[name=partial-news-informations] {
  order: 1
}

@media (min-width: 1024px) {
  div[name=partial-insight-item][data-layout=img-full] .content {
    width: 300px;
    box-sizing: content-box;
    padding: 0 0 50px 12%
  }

  div[name=partial-insight-item][data-layout*=default].white div[name=partial-insight-item][data-layout=img-full] .title,
  div[name=partial-insight-item][data-layout=img-full] .title,
  div[name=partial-insight-item][data-layout=img-full] div[name=partial-insight-item][data-layout*=default].white .title {
    font-size: 24px
  }
}

div[name=partial-insight-item][data-layout=full-width] .content {
  position: relative;
  margin-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%
}

div[name=partial-insight-item][data-layout*=default].white div[name=partial-insight-item][data-layout=full-width] .title,
div[name=partial-insight-item][data-layout=full-width] .title,
div[name=partial-insight-item][data-layout=full-width] div[name=partial-insight-item][data-layout*=default].white .title {
  font-size: 28px;
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  margin-top: 20px;
  order: 2
}

div[name=partial-insight-item][data-layout=full-width] div[name=partial-news-informations] {
  order: 1;
  margin-top: 0
}

div[name=partial-insight-item][data-layout=full-width] div[name=component-link] {
  order: 3
}

@media (min-width: 1024px) {
  div[name=partial-insight-item][data-layout=full-width]>div {
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px;
    display: flex;
    align-items: center
  }

  div[name=partial-insight-item][data-layout*=default].white div[name=partial-insight-item][data-layout=full-width] .title,
  div[name=partial-insight-item][data-layout=full-width] .title,
  div[name=partial-insight-item][data-layout=full-width] div[name=partial-insight-item][data-layout*=default].white .title {
    font-size: 46px
  }

  div[name=partial-insight-item][data-layout=full-width] div[name=partial-news-informations] {
    justify-content: normal
  }

  div[name=partial-insight-item][data-layout=full-width] div[name=partial-news-informations] .timer {
    margin-left: 25px
  }

  div[name=partial-insight-item][data-layout=full-width] div[name=image-content] {
    order: 2;
    width: calc(50% + 20px);
    flex-shrink: 0
  }

  div[name=partial-insight-item][data-layout=full-width] .content {
    order: 1;
    padding: 0 9% 0 0
  }

  div[name=partial-insight-item][data-layout=full-width] div[name=component-link] {
    margin-top: 40px
  }

  div[name=partial-insight-item][data-layout=full-width] div[name=pin] {
    transform-origin: top right;
    left: auto;
    right: 0;
    transform: rotate(-90deg) translateY(-100%)
  }
}

div[name=partial-insight-authors-speakers] {
  padding-top: 55px;
  background-color: #fff;
  z-index: 1;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed
}

div[name=partial-insight-authors-speakers] div[name=partial-organised-by-firm] {
  margin: 0 25px 50px
}

@media (min-width: 1024px) {
  div[name=partial-insight-authors-speakers] div[name=partial-organised-by-firm] {
    position: absolute;
    margin: 0;
    top: 55px;
    left: 0;
    border-left: 0
  }
}

div[name=partial-insight-authors-speakers] .wrapper {
  position: relative;
  width: 100%
}

@media (min-width: 1024px) {
  div[name=partial-insight-authors-speakers] .wrapper:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ededed;
    top: 0;
    left: 0
  }
}

div[name=partial-insight-authors-speakers] .wrapper .listing {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  margin-top: 15px;
  justify-content: flex-start
}

div[name=partial-insight-authors-speakers] .wrapper .listing [name=partial-hrsummit-speaker-card] {
  flex: 1 0 100%;
  margin-bottom: 40px
}

@media screen and (min-width: 800px) {
  div[name=partial-insight-authors-speakers] .wrapper .listing [name=partial-hrsummit-speaker-card] {
    flex: 1 0 48%
  }
}

@media (min-width: 1024px) {
  div[name=partial-insight-authors-speakers] .wrapper .listing [name=partial-hrsummit-speaker-card] {
    margin-bottom: 0
  }
}

@media (min-width: 1024px) {
  div[name=partial-insight-authors-speakers] .wrapper .listing {
    margin-top: 30px
  }
}

div[name=partial-insight-authors-speakers].side .wrapper {
  padding: 0 20px
}

@media (min-width: 1024px) {
  div[name=partial-insight-authors-speakers].side .wrapper {
    margin-left: auto;
    margin-right: 0;
    width: calc(100% - 359px);
    padding: 40px 10px 0 50px
  }
}

div[name=partial-insight-authors-speakers].side .wrapper .listing {
  margin-top: 15px
}

@media (min-width: 1024px) {
  div[name=partial-insight-authors-speakers].side .wrapper .listing {
    gap: 40px 50px;
    justify-content: space-between
  }

  div[name=partial-insight-authors-speakers].side .wrapper .listing [name=partial-hrsummit-speaker-card] {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 25px)
  }
}

div[name=partial-insight-authors-speakers].full {
  padding: 0 25px;
  margin-top: 50px
}

@media (min-width: 1024px) {
  div[name=partial-insight-authors-speakers].full {
    padding-top: 70px;
    padding-left: 1px;
    padding-right: 1px
  }
}

@media (min-width: 1024px) {
  div[name=partial-insight-authors-speakers].full .wrapper {
    padding-top: 35px
  }
}

@media (min-width: 1024px) {
  div[name=partial-insight-authors-speakers].full .wrapper [name=partial-hrsummit-speaker-card] {
    flex: 0 0 30%
  }
}

div[name=partials-filter] .more-filters i {
  transition-property: transform;
  transition-duration: .6s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

div[name=partials-filter] .more-filters.open i {
  transform: rotate(180deg)
}

div[name=partials-filter] .form-item {
  box-shadow: 0 0 10px transparent;
  transition: box-shadow .4s linear
}

 div[name=partials-filter] .form-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.filtered-hidden {
  display: none !important
}

.active-filters-container {
  margin-top: 50px;
  gap: 15px;
  padding-right: 18px;
  padding-left: 18px;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column
}

@media (min-width: 1024px) {
  .active-filters-container {
    flex-direction: row;
    gap: 30px;
    padding-left: 0
  }
}

.active-filters-container.global-guide {
  display: none;
  margin-top: 25px;
  justify-content: flex-start
}

@media (min-width: 1024px) {
  .active-filters-container.global-guide.active {
    display: flex
  }
}

.active-filters-container.global-guide .clear {
  align-self: center
}

.active-filters-container .active-filters-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.active-filters-container .active-filters-wrapper.red-filters .active-filter {
  --bg-opacity: 1;
  background-color: #e62612;
  background-color: rgba(230, 38, 18, var(--bg-opacity))
}

.active-filters-container .active-filters-wrapper .active-filter {
  background-color: #959595;
  border-radius: 2.4px;
  padding: 10px 12px
}

.active-filters-container .active-filters-wrapper .active-filter span {
  font-family: Frutiger LT Std, Arial;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 14px;
  display: inline-block;
  vertical-align: middle
}

.active-filters-container .active-filters-wrapper .active-filter .icon {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  margin-left: 10px;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  cursor: pointer
}

.active-filters-container .clear {
  position: relative
}

.active-filters-container .clear:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #222;
  left: 0;
  bottom: 0
}

.active-filters-container .clear span {
  font-size: 13px;
  letter-spacing: 1.4px
}

[name=partial-awards-item-white] sub {
  font-size: .5em
}

[name=partial-hrsummit-speaker-card][data-follow-link]:not(.animating) picture {
  transition: transform 1s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

[name=partial-hrsummit-speaker-card][data-follow-link]:not(.animating) .lawyer-name:after {
  content: "\EA05";
  font-family: 'icons' !important;
  vertical-align: middle;
  color: #e62612;
  margin-left: 8px;
  font-size: 14px;
  transition: left 1.3s cubic-bezier(.19, 1, .22, 1), opacity .3s linear;
  position: relative;
  display: inline;
  top: -2px;
  left: 0;
  will-change: left;
  opacity: 0
}

[name=partial-hrsummit-speaker-card][data-follow-link]:not(.animating) .icon-arrow-link {
  transition: opacity .4s linear
}

 [name=partial-hrsummit-speaker-card][data-follow-link]:hover picture {
  transform: scale(1.05)
}

 [name=partial-hrsummit-speaker-card][data-follow-link]:hover .lawyer-name:after {
  opacity: 1
}

[name=partial-hrsummit-card-clickable]>div {
  transition: all .3s linear
}

[name=partial-hrsummit-card-clickable].selected>div {
  --bg-opacity: 1;
  background-color: #ededed;
  background-color: rgba(237, 237, 237, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #222;
  border-color: rgba(34, 34, 34, var(--border-opacity))
}

div[name=partials-globaguide-navigation] {
  display: flex;
  flex-direction: column;
  height: 100%
}

@media (min-width: 1024px) {
  div[name=partials-globaguide-navigation] {
    --bg-opacity: 1;
    background-color: #222;
    background-color: rgba(34, 34, 34, var(--bg-opacity))
  }
}

div[name=partials-globaguide-navigation] .nav-top {
  display: none;
  align-items: center;
  padding-left: 20px;
  height: 110px
}

@media (min-width: 1024px) {
  div[name=partials-globaguide-navigation] .nav-top {
    display: flex
  }
}

div[name=partials-globaguide-navigation] .nav-top i {
  font-size: 38px;
  display: inline-block;
  position: relative;
  --text-opacity: 1;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity));
  vertical-align: middle;
  top: -2px
}

div[name=partials-globaguide-navigation] .nav-top span {
  position: relative;
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1;
  font-size: 20px;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px
}

div[name=partials-globaguide-navigation] .input-content {
  margin-left: 20px;
  margin-right: 15px;
  position: relative;
  flex-shrink: 0;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

div[name=partials-globaguide-navigation] .input-content.questions {
  padding-left: 20px;
  padding-right: 20px
}

div[name=partials-globaguide-navigation] .input-content.questions .icon-search {
  margin-top: -8px;
  right: 20px;
  position: absolute;
  font-size: 14px;
  z-index: 1;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  top: 50%
}

div[name=partials-globaguide-navigation] .input-content.questions input {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 14px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 3px
}

div[name=partials-globaguide-navigation] .input-content.questions input::placeholder {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 14px;
  color: rgba(82, 82, 82, .6)
}

div[name=partials-globaguide-navigation] .input-content.questions button {
  position: absolute;
  border-radius: 9999px;
  top: 50%;
  right: 15px;
  display: none;
  width: 16px;
  height: 16px;
  background: rgba(34, 34, 34, .2);
  transition: background .2s linear;
  margin-top: -8px
}

div[name=partials-globaguide-navigation] .input-content.questions button i {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 8px
}

 div[name=partials-globaguide-navigation] .input-content.questions button:hover {
  background: #222
}

div[name=partials-globaguide-navigation] .content-navigation {
  position: relative;
  display: flex;
  height: 100%;
  overflow: auto;
  --bg-opacity: 1;
  background-color: #222;
  background-color: rgba(34, 34, 34, var(--bg-opacity))
}

@media (min-width: 1024px) {
  div[name=partials-globaguide-navigation] .content-navigation {
    margin-top: 10px
  }
}

div[name=partials-globaguide-navigation] .chapter-wrapper {
  overflow: hidden;
  border-bottom: 1px solid #333
}

div[name=partials-globaguide-navigation] .chapter-wrapper.highlight .chapter .square-inside:before,
div[name=partials-globaguide-navigation] .chapter-wrapper.selected .chapter .square-inside:before {
  transform: scale(1)
}

 div[name=partials-globaguide-navigation] .chapter-wrapper:not(.selected) .chapter:hover span {
  color: hsla(0, 0%, 100%, .7)
}

 div[name=partials-globaguide-navigation] .chapter-wrapper.highlight .chapter:hover span,
div[name=partials-globaguide-navigation] .chapter-wrapper.highlight .chapter span {
  color: #fff
}

 div[name=partials-globaguide-navigation] .chapter-wrapper.highlight .chapter:hover .square-inside,
div[name=partials-globaguide-navigation] .chapter-wrapper.highlight .chapter .square-inside {
  border-color: #fff
}

 div[name=partials-globaguide-navigation] .chapter-wrapper.highlight .chapter:hover .square-inside:before,
div[name=partials-globaguide-navigation] .chapter-wrapper.highlight .chapter .square-inside:before {
  background: #fff
}

 div[name=partials-globaguide-navigation] .chapter-wrapper.selected .chapter:hover span,
div[name=partials-globaguide-navigation] .chapter-wrapper.selected .chapter span {
  color: #e62612
}

 div[name=partials-globaguide-navigation] .chapter-wrapper.selected .chapter:hover .square-inside,
div[name=partials-globaguide-navigation] .chapter-wrapper.selected .chapter .square-inside {
  border-color: #e62612
}

 div[name=partials-globaguide-navigation] .chapter-wrapper.selected .chapter:hover .square-inside:before,
div[name=partials-globaguide-navigation] .chapter-wrapper.selected .chapter .square-inside:before {
  background: #e62612
}

div[name=partials-globaguide-navigation] .chapter-wrapper .question-wrapper {
  will-change: height
}

div[name=partials-globaguide-navigation] .chapter {
  cursor: pointer;
  position: relative;
  padding-left: 50px;
  padding-right: 10px
}

div[name=partials-globaguide-navigation] .chapter>span {
  height: 80px;
  line-height: 80px;
  display: block;
  font-family: Frutiger LT Std, Arial;
  font-size: 16px;
  color: hsla(0, 0%, 100%, .4);
  letter-spacing: -.4px;
  font-weight: 600
}

div[name=partials-globaguide-navigation] .chapter>span>span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5
}

div[name=partials-globaguide-navigation] .chapter span {
  transition: color .2s linear
}

div[name=partials-globaguide-navigation] .chapter .square-inside {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 17px;
  height: 17px;
  border: 1px solid #959595;
  transition: border .2s linear
}

div[name=partials-globaguide-navigation] .chapter .square-inside:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  transition: background .2s linear, transform .8s cubic-bezier(.19, 1, .22, 1);
  background: 0 0;
  transform-origin: 50%;
  transform: scale(0)
}

div[name=partials-globaguide-navigation] .questions-wrapper {
  overflow: hidden;
  height: 0
}

div[name=partials-globaguide-navigation] .question {
  position: relative;
  font-family: Tiempos Text, Georgia, serif;
  padding: 15px 40px 15px 50px;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  cursor: pointer;
  font-size: 13px;
  letter-spacing: -.28px;
  background-color: rbga(26, 26, 26, 0);
  transition: background .2s linear
}

@media (min-width: 1024px) {
  div[name=partials-globaguide-navigation] .question {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

div[name=partials-globaguide-navigation] .question:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #e62612;
  transform-origin: 50%;
  transform: scaleY(0);
  transition: transform .8s cubic-bezier(.19, 1, .22, 1)
}

div[name=partials-globaguide-navigation] .question.selected {
  background-color: #1a1a1a
}

div[name=partials-globaguide-navigation] .question.selected:before {
  transform: scaleY(1)
}

 div[name=partials-globaguide-navigation] .question:hover:not(.selected) {
  background-color: rgba(26, 26, 26, .6)
}

div[name=partials-globaguide-navigation] .bottom {
  position: relative;
  height: 70px;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 0;
  background: #1a1a1a;
  box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, .8)
}

div[name=partials-globaguide-navigation] .bottom>a {
  flex-shrink: 0
}

@media (min-width: 1024px) {
  div[name=partials-globaguide-navigation] .bottom>a {
    margin-left: 0
  }
}

div[name=partials-globaguide-navigation] .bottom i {
  display: inline-block;
  font-size: 16px
}

div[name=partials-globaguide-navigation] .bottom i.icon-ius-laboris-right {
  margin-left: 5px;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

div[name=partials-globaguide-navigation] .bottom .full-access {
  width: 140px;
  height: 28px
}

div[name=partials-globaguide-navigation] .bottom .full-access span {
  font-size: 11px
}

div[name=partials-globaguide-navigation] .no-results-wrapper {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px
}

@media (min-width: 1024px) {
  div[name=partials-globaguide-navigation] .no-results-wrapper {
    display: none
  }
}

div[name=partials-globaguide-navigation] .no-results-wrapper .desc {
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3;
  font-size: 16px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  color: #959595
}

div[name=partials-globaguide-navigation] .no-results-wrapper div[name=partial-button-red] {
  height: 60px;
  margin-top: 20px;
  width: 100%
}

div[name=partials-globaguide-navigation].no-results .content-navigation ul {
  display: none
}

div[name=partials-globaguide-navigation].no-results .content-navigation .no-results-wrapper {
  display: block
}

@media (min-width: 1024px) {
  div[name=partials-globaguide-navigation].no-results .content-navigation .no-results-wrapper {
    display: none
  }
}

[data-component=GgNavigation2] {
  display: flex;
  flex-direction: column;
  height: 100%
}

@media (min-width: 1024px) {
  [data-component=GgNavigation2] {
    --bg-opacity: 1;
    background-color: #222;
    background-color: rgba(34, 34, 34, var(--bg-opacity))
  }
}

[data-component=GgNavigation2] .input-content {
  margin-left: 20px;
  margin-right: 15px;
  position: relative;
  flex-shrink: 0;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

[data-component=GgNavigation2] .input-content.questions {
  padding-left: 20px;
  padding-right: 20px
}

[data-component=GgNavigation2] .input-content.questions .icon-search {
  margin-top: -8px;
  right: 20px;
  position: absolute;
  font-size: 14px;
  z-index: 1;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  top: 50%
}

[data-component=GgNavigation2] .input-content.questions input {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 14px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 3px
}

[data-component=GgNavigation2] .input-content.questions input::placeholder {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 14px;
  color: rgba(82, 82, 82, .6)
}

[data-component=GgNavigation2] .input-content.questions button {
  position: absolute;
  border-radius: 9999px;
  top: 50%;
  right: 15px;
  display: none;
  width: 16px;
  height: 16px;
  background: rgba(34, 34, 34, .2);
  transition: background .2s linear;
  margin-top: -8px
}

[data-component=GgNavigation2] .input-content.questions button i {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 8px
}

 [data-component=GgNavigation2] .input-content.questions button:hover {
  background: #222
}

[data-component=GgNavigation2] .content-navigation {
  position: relative;
  display: flex;
  height: 100%;
  overflow: auto;
  --bg-opacity: 1;
  background-color: #222;
  background-color: rgba(34, 34, 34, var(--bg-opacity))
}

@media (min-width: 1024px) {
  [data-component=GgNavigation2] .content-navigation {
    margin-top: 10px
  }
}

[data-component=GgNavigation2] .chapter-wrapper {
  overflow: hidden;
  border-bottom: 1px solid #333
}

[data-component=GgNavigation2] .chapter-wrapper.highlight .chapter .square-inside:before,
[data-component=GgNavigation2] .chapter-wrapper.selected .chapter .square-inside:before {
  transform: scale(1)
}

 [data-component=GgNavigation2] .chapter-wrapper:not(.highlight) .chapter:hover span {
  color: hsla(0, 0%, 100%, .7)
}

 [data-component=GgNavigation2] .chapter-wrapper.selected .chapter:hover span,
[data-component=GgNavigation2] .chapter-wrapper.selected .chapter span {
  color: #fff
}

 [data-component=GgNavigation2] .chapter-wrapper.selected .chapter:hover .square-inside,
[data-component=GgNavigation2] .chapter-wrapper.selected .chapter .square-inside {
  border-color: #fff
}

 [data-component=GgNavigation2] .chapter-wrapper.selected .chapter:hover .square-inside:before,
[data-component=GgNavigation2] .chapter-wrapper.selected .chapter .square-inside:before {
  background: #fff
}

[data-component=GgNavigation2] .chapter-wrapper.selected .questions-wrapper {
  height: auto
}

 [data-component=GgNavigation2] .chapter-wrapper.highlight .chapter:hover span,
[data-component=GgNavigation2] .chapter-wrapper.highlight .chapter span {
  color: #e62612
}

 [data-component=GgNavigation2] .chapter-wrapper.highlight .chapter:hover .square-inside,
[data-component=GgNavigation2] .chapter-wrapper.highlight .chapter .square-inside {
  border-color: #e62612
}

 [data-component=GgNavigation2] .chapter-wrapper.highlight .chapter:hover .square-inside:before,
[data-component=GgNavigation2] .chapter-wrapper.highlight .chapter .square-inside:before {
  background: #e62612
}

[data-component=GgNavigation2] .chapter {
  cursor: pointer;
  position: relative;
  padding-left: 50px;
  padding-right: 10px
}

[data-component=GgNavigation2] .chapter>span {
  height: 80px;
  line-height: 80px;
  display: block;
  font-family: Frutiger LT Std, Arial;
  font-size: 16px;
  color: hsla(0, 0%, 100%, .4);
  letter-spacing: -.4px;
  font-weight: 600
}

[data-component=GgNavigation2] .chapter>span>span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5
}

[data-component=GgNavigation2] .chapter span {
  transition: color .2s linear
}

[data-component=GgNavigation2] .chapter .square-inside {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 17px;
  height: 17px;
  border: 1px solid #959595;
  transition: border .2s linear
}

[data-component=GgNavigation2] .chapter .square-inside:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  transition: background .2s linear, transform .8s cubic-bezier(.19, 1, .22, 1);
  background: 0 0;
  transform-origin: 50%;
  transform: scale(0)
}

[data-component=GgNavigation2] .questions-wrapper {
  overflow: hidden;
  height: 0
}

[data-component=GgNavigation2] .question {
  position: relative;
  font-family: Tiempos Text, Georgia, serif;
  padding: 15px 40px 15px 50px;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  cursor: pointer;
  font-size: 13px;
  letter-spacing: -.28px;
  background-color: rbga(26, 26, 26, 0);
  transition: background .2s linear
}

@media (min-width: 1024px) {
  [data-component=GgNavigation2] .question {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

[data-component=GgNavigation2] .question:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #e62612;
  transform-origin: 50%;
  transform: scaleY(0);
  transition: transform .8s cubic-bezier(.19, 1, .22, 1)
}

[data-component=GgNavigation2] .question.selected {
  background-color: #1a1a1a
}

[data-component=GgNavigation2] .question.selected:before {
  transform: scaleY(1)
}

 [data-component=GgNavigation2] .question:hover:not(.selected) {
  background-color: rgba(26, 26, 26, .6)
}

[data-component=GgNavigation2] .bottom {
  position: relative;
  height: 70px;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 0;
  background: #1a1a1a;
  box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, .8)
}

[data-component=GgNavigation2] .bottom>a {
  flex-shrink: 0
}

@media (min-width: 1024px) {
  [data-component=GgNavigation2] .bottom>a {
    margin-left: 0
  }
}

[data-component=GgNavigation2] .bottom i {
  display: inline-block;
  font-size: 16px
}

[data-component=GgNavigation2] .bottom i.icon-ius-laboris-right {
  margin-left: 5px;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

[data-component=GgNavigation2] .bottom .full-access {
  width: 140px;
  height: 28px
}

[data-component=GgNavigation2] .bottom .full-access span {
  font-size: 11px
}

[data-component=GgNavigation2] .no-results-wrapper {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px
}

@media (min-width: 1024px) {
  [data-component=GgNavigation2] .no-results-wrapper {
    display: none
  }
}

[data-component=GgNavigation2] .no-results-wrapper .desc {
  font-family: Tiempos Headline, Georgia, serif;
  line-height: 1.3;
  font-size: 16px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  color: #959595
}

[data-component=GgNavigation2] .no-results-wrapper div[name=partial-button-red] {
  height: 60px;
  margin-top: 20px;
  width: 100%
}

[data-component=GgNavigation2].no-results .content-navigation ul {
  display: none
}

[data-component=GgNavigation2].no-results .content-navigation .no-results-wrapper {
  display: block
}

@media (min-width: 1024px) {
  [data-component=GgNavigation2].no-results .content-navigation .no-results-wrapper {
    display: none
  }
}

.popin-connect {
  background-color: rgba(34, 34, 34, .6);
  z-index: 100
}

.popin-connect .content {
  max-width: 560px
}

.popin-connect .button-wrapper {
  flex-wrap: wrap
}

@media (min-width: 1024px) {
  .popin-connect .button-wrapper {
    flex-wrap: nowrap
  }
}

.popin-connect .button-wrapper div[name=partial-button-red] {
  width: 100%;
  height: 50px
}

.popin-connect .button-wrapper div[name=partial-button-red].btn-close {
  background-color: #222
}

@media (min-width: 1024px) {
  .popin-connect .button-wrapper div[name=partial-button-red].btn-close {
    width: 165px
  }
}

#popin-country[name=globalguide-popin-country] {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 100;
  display: none
}

@media (min-width: 1024px) {
  #popin-country[name=globalguide-popin-country].open {
    display: block
  }
}

#popin-country[name=globalguide-popin-country]>.inner {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%
}

#popin-country[name=globalguide-popin-country]>.inner>.left {
  width: 10.5vw;
  min-width: 90px;
  flex: 0 0 auto;
  height: 100%;
  text-align: right
}

#popin-country[name=globalguide-popin-country]>.inner>.left button {
  position: relative;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #fff;
  margin-right: 20px;
  margin-top: 20px
}

#popin-country[name=globalguide-popin-country]>.inner>.left button i {
  color: #fff
}

#popin-country[name=globalguide-popin-country] .navigation-wrapper {
  position: relative;
  width: 300px;
  flex: 0 0 auto;
  height: 100%;
  background: #222;
  overflow: visible
}

#popin-country[name=globalguide-popin-country] .navigation-wrapper .top {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 45px;
  padding-right: 25px;
  justify-content: space-between;
  flex: 0 0 auto
}

#popin-country[name=globalguide-popin-country] .navigation-wrapper .top .country-name {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 30px;
  flex-grow: 1;
  font-weight: 700;
  position: relative;
  top: 5px
}

#popin-country[name=globalguide-popin-country] .navigation-wrapper .top button.btn-square {
  position: relative;
  width: 35px;
  height: 35px;
  border: 1px solid #525252;
  transition: border .2s linear, background .2s linear;
  border-radius: 3px
}

#popin-country[name=globalguide-popin-country] .navigation-wrapper .top button.btn-square i {
  font-size: 12px;
  color: #525252;
  transition: color .2s linear
}

 #popin-country[name=globalguide-popin-country] .navigation-wrapper .top button.btn-square:not(.open):hover {
  border: 1px solid #fff
}

 #popin-country[name=globalguide-popin-country] .navigation-wrapper .top button.btn-square:not(.open):hover i {
  color: #fff
}

#popin-country[name=globalguide-popin-country] .navigation-wrapper .top button.btn-square.open {
  border: #fff;
  background: #fff
}

#popin-country[name=globalguide-popin-country] .navigation-wrapper .top button.btn-square.open i {
  color: #222
}

#popin-country[name=globalguide-popin-country] .navigation-wrapper .top .lawyer-wrapper {
  position: relative
}

#popin-country[name=globalguide-popin-country] .navigation-wrapper .top .lawyer-wrapper.open .lawyer-cards {
  display: flex
}

#popin-country[name=globalguide-popin-country] .navigation-wrapper .top .lawyer-cards {
  z-index: 1;
  background: #000
}

#popin-country[name=globalguide-popin-country] .navigation-wrapper .top .lawyer-cards:before {
  border-color: transparent transparent #000
}

#popin-country[name=globalguide-popin-country] .navigation-wrapper div[name=partials-globaguide-navigation] {
  height: calc(100% - 80px)
}

#popin-country[name=globalguide-popin-country] .right {
  position: relative;
  flex: 1 1 auto;
  background-color: #fff;
  overflow: auto;
  padding: 90px 9vw 0
}

#popin-country[name=globalguide-popin-country] .right .chapter-content>.title,
#popin-country[name=globalguide-popin-country] .right div[name=partial-insight-item][data-layout*=default].white .chapter-content>.title {
  display: block;
  font-size: 42px;
  padding: 0
}

#popin-country[name=globalguide-popin-country] .right .chapter-content .no-answer {
  padding-bottom: 0
}

#popin-country[name=globalguide-popin-country] .right .chapter-content .answer-content {
  border-bottom: 1px solid #eee;
  height: auto
}

#popin-country[name=globalguide-popin-country] .right .chapter-content .answer-content>div {
  padding: 0
}

#popin-country[name=globalguide-popin-country] .right .chapter-content .answer-content .subtitle {
  font-size: 24px;
  margin-top: 30px;
  line-height: 36px
}

#popin-country[name=globalguide-popin-country] .right .chapter-content .answer-content .infos {
  margin-top: 15px
}

#popin-country[name=globalguide-popin-country] .right .chapter-content .answer-content .infos button {
  display: none
}

#popin-country[name=globalguide-popin-country] .right .chapter-content .answer-content .answer {
  font-family: Tiempos Text, Georgia, serif;
  font-size: 16px;
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  line-height: 30px;
  letter-spacing: -.34px;
  margin-top: 20px;
  padding-bottom: 0
}

#popin-country[name=globalguide-popin-country] .right .chapter-content .answer-content .lawyer-wrapper {
  width: 360px;
  justify-content: start;
  background: 0 0;
  border-top: 0;
  margin-top: 30px
}

#popin-country[name=globalguide-popin-country] .right .chapter-content .answer-content .lawyer-wrapper a {
  padding-right: 10px
}

#popin-country[name=globalguide-popin-country] .right .chapter-content .answer-content .lawyer-wrapper a span {
  font-family: Frutiger LT Std, Arial;
  line-height: 1.5;
  font-size: 12px;
  --text-opacity: 1;
  color: #525252;
  color: rgba(82, 82, 82, var(--text-opacity));
  letter-spacing: -.33px
}

#popin-country[name=globalguide-popin-country] .right .chapter-content .answer-content .lawyer-wrapper i {
  --text-opacity: 1;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity));
  display: inline-block;
  vertical-align: middle;
  font-size: 16px
}

header {
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  z-index: 100
}

header .background-header {
  background: 0 0;
  will-change: background-color, color;
  background: #fff;
}

header .header-content,
header .header-inner {
  will-change: transform;
}

header:not(.opening) .background-header {
  transition: background-color .6s linear
}

header:not(.opening) .header-content ul li a,
header:not(.opening) .icon-ius-laboris-right,
header:not(.opening) ul,
header:not(.opening)[data-color=menulg-hover] .header-content ul li a,
header:not(.opening)[data-color=menulg-hover] .icon-ius-laboris-right,
header:not(.opening)[data-color=menulg-hover] ul {
  transition: color .6s linear
}

header .header-content ul li a,
header .icon-ius-laboris-right,
header ul {
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
  will-change: color
}

@media (min-width: 1024px) {
  header[data-color=transparent] .background-header {
    background: 0 0
  }

  header[data-color=transparent] .border-lines {
    opacity: 0
  }
}

header[data-color=invisible] {
  display: none
}

header[data-color=invisible]~#body {
  padding-top: 0
}

@media (min-width: 1024px) {
  header[data-color=transparent-text-white] {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  header[data-color=transparent-text-white] .background-header {
    background: 0 0
  }

  header[data-color=transparent-text-white]:not(.opaque) .header-content ul li a,
  header[data-color=transparent-text-white]:not(.opaque) .icon-ius-laboris-right,
  header[data-color=transparent-text-white]:not(.opaque) ul {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  header[data-color=transparent-text-white] .border-lines {
    opacity: 0
  }
}

@media (min-width: 1024px) {
  header[data-color=light] .background-header {
    --bg-opacity: 1;
    background-color: #f7f7f7;
    background-color: rgba(247, 247, 247, var(--bg-opacity))
  }
}

@media (min-width: 1024px) {
  header .right {
    width: 78%
  }
}

header .right .page-items-wrapper li:not(:last-of-type) {
  margin-right: 30px
}

header .right li {
  vertical-align: middle;
  cursor: pointer
}

header .right li.border {
  line-height: 40px
}

header .right li.selected,
header .right li.selected a {
  --text-opacity: 1;
  color: #e62612;
  color: rgba(230, 38, 18, var(--text-opacity))
}

header .right .menu-list__item {
  position: relative
}

header .right .menu-list__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e62612;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform .2s ease-out
}

header .right .menu-list__item:hover:after {
  transform: scaleX(1)
}

header .hr-guide {
  transition-property: color, background, border;
  transition-duration: .2s;
  transition-timing-function: linear
}

 header .hr-guide:hover {
  background: #191919;
  border-color: #191919
}

 header .hr-guide:hover a {
  color: #fff
}

header .hr-guide:hover .icon.icon-global-guide:before {
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/corner-white.png);
}

header .burger u {
  transition: all .6s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

header .burger.open u:first-child {
  transform: rotate(45deg);
  transform-origin: -15% 100%
}

header .burger.open u:nth-child(2) {
  opacity: 0
}

header .burger.open u:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: -15% 0
}

header.opaque {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15)
}

header.opaque .background-header {
  background: #fff
}

header.opaque .icon-ius-laboris-right,
header.opaque ul,
header.opaque ul li a {
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity))
}

header.opaque.insight .insight-title {
  opacity: 1
}

@media (min-width: 1024px) {

  header.opaque.insight .home-btn,
  header.opaque.insight .hr-guide,
  header.opaque.insight [data-page] {
    opacity: 0;
    pointer-events: none
  }
}

header .border-lines {
  opacity: 1;
  transition: opacity .2s linear
}

header .header-inner .insight-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 70%;
  padding: 25px 0;
  max-width: 60%;
  opacity: 0;
  transition: opacity .2s ease-out;
  display: none;
  pointer-events: none
}

@media (min-width: 1024px) {
  header .header-inner .insight-title {
    display: block
  }
}

header .icon-travel-explore {
  line-height: 40px
}

header #insight-progress-bar {
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  bottom: 0;
  z-index: 110;
  display: none
}

div[name=widget-global-reach] {
  background-color: #191919;
  z-index: 10;
  will-change: transform
}

div[name=widget-global-reach] .categories.selected {
  --bg-opacity: 1;
  background-color: #e62612;
  background-color: rgba(230, 38, 18, var(--bg-opacity));
  pointer-events: none
}

nav[name=widget-menu-lg] .menu-lg-link span:after,
nav[name=widget-menu-lg] [name=partial-menu-item] span:after {
/*   content: "\EA05";
  font-family: 'icons' !important;
  vertical-align: middle;
  color: #e62612; */
  content: '';
  background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/red-arrow-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 7px;
  height: 14px;
  margin-left: 8px;
/*   font-size: 14px; */
  transition: left 1.3s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  will-change: left
}

 nav[name=widget-menu-lg] .menu-lg-link:hover span:after,
 nav[name=widget-menu-lg] [name=partial-menu-item]:hover span:after {
  left: 20px
}

 nav[name=widget-menu-lg] [name=partial-menu-item]:hover span:after {
   background-image: url(https://26128643.fs1.hubspotusercontent-eu1.net/hubfs/26128643/raw_assets/public/Ius%20Laboris%20Theme/images/header/white-arrow-right.png);
  color: #fff
}

nav[name=widget-menu-lg] [data-page=tools] .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

nav[name=widget-menu-lg] [data-page=tools] .title-wrapper:after {
  content: unset
}

nav[name=widget-menu-lg] [data-page=tools] .title-wrapper .line:first-of-type:after {
  content: "\EA05";
  font-family: 'icons' !important;
  vertical-align: middle;
  color: #e62612;
  margin-left: 8px;
  font-size: 14px;
  transition: right 1.3s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  position: absolute;
  display: inline;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  will-change: right
}

 nav[name=widget-menu-lg] [data-page=tools] [name=partial-menu-item]:hover .title-wrapper .line:first-of-type:after {
  color: #fff;
  right: -35px
}

nav[name=widget-menu-lg] .sublink span {
  position: relative
}

nav[name=widget-menu-lg] .sublink span:after {
  color: rgba(34, 34, 34, .3);
  margin-left: 8px;
  font-size: 6px;
  opacity: 0;
  transition: opacity .3s linear;
  display: inline;
  font-family: 'icons' !important;
  content: "\EA06";
  vertical-align: middle
}

 nav[name=widget-menu-lg] .sublink:hover span:after {
  opacity: 1
}

[name=widget-menu-sm] {
  z-index: 102
}

#widget-search .button-close i {
  transition: transform .5s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

 #widget-search .button-close:hover i {
  transform: rotate(90deg)
}

.choices {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px
}

@media (min-width: 1024px) {
  .choices {
    position: relative;
    top: -45px
  }
}

.choices:focus {
  outline: 0
}

.choices:last-child {
  margin-bottom: 0
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.choices.is-disabled .choices__item {
  cursor: not-allowed
}

.choices [hidden] {
  display: none !important
}

.choices[data-type*=select-one] {
  cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMi41OTIuMDQ0bDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjRMMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .5
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
  opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none
}

.choices[data-type*=select-one]:after {
  content: "";
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #333;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none
}

.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333;
  margin-top: -7.5px
}

.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: absolute;
  left: 0;
  display: inline-block;
  padding-left: 16px;
  border-right: 1px solid hsla(0, 0%, 100%, .2);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMi41OTIuMDQ0bDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjRMMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
  opacity: 1
}

.choices__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 7.5px 7.5px 3.75px;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border: 1px solid #b7b7b7;
  background-color: #f9f9f9
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  order: 1
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px
}

.choices__list--single .choices__item {
  width: 100%
}

.choices__list--multiple {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  margin: 0;
  flex-direction: row;
  align-items: center;
  width: 94%;
  height: 100%;
  overflow: auto
}

@media (min-width: 1024px) {
  .choices__list--multiple {
    position: relative;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 190px
  }

  .choices__list--multiple:not(:empty) {
    margin-top: 25px
  }
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #e62612;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  padding: 6px 10px 6px 20px;
  position: relative;
  line-height: 1em;
  flex-shrink: 0
}

@media (min-width: 1024px) {
  .choices__list--multiple .choices__item {
    padding: 4px 10px 4px 20px
  }
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #e62612;
  border: 1px solid #fff
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191
}

.choices__list--dropdown {
  visibility: hidden;
  z-index: 100;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility
}

.choices__list--dropdown.is-active {
  visibility: visible
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px
  }

  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #e62612;
  color: #fff
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5
}

.choices__item {
  cursor: default
}

.choices__item--selectable {
  cursor: pointer
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .5
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: grey
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer
}

.choices__button:focus,
.choices__input:focus {
  outline: 0
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: transparent;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
  color: transparent
}

.is-open .choices__input {
  color: inherit
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0
}

.choices__placeholder {
  opacity: .5
}