* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  height: 100%;
  padding: 0;
  font-size: 62.5%;
}

body {
  overflow: scroll;
  overflow-x: hidden;
  font-size: 2.8rem;
  line-height: 3.6rem;
  height: 100%;
  padding: 0;
  max-height: 99999.9rem;
  color: #131313;
  background-color: #ffffff;
  font-weight: normal;
  font-family: "GT-Walsheim-Regular";
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media only screen and (max-width:650px) {
  body {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.container {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding: 8.5rem 0 0 0;
}
@media only screen and (min-width: 991px) and (max-width: 1299px) {
  .container {
    width: inherit;
    max-width: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width:650px) {
  .container {
    padding-top: 5.6rem;
  }
}

.max-width {
  position: relative;
  max-width: 136rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width:1360px) {
  .max-width {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width:650px) {
  .max-width {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

a {
  position: relative;
  text-decoration: none;
  display: block;
  cursor: pointer;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #131313;
}
a:hover, a:focus {
  text-decoration: none;
  color: #131313;
}

button:focus, button:hover,
.button:focus,
.button:hover {
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img,
svg {
  border: 0;
  display: block;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  display: block;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "GT-Walsheim-Black";
  src: url(../../fonts/GT-Walsheim-Black.eot);
  src: url(../../fonts/GT-Walsheim-Black.eot?#iefix) format("embedded-opentype"), url(../../fonts/GT-Walsheim-Black.otf) format("otf"), url(../../fonts/GT-Walsheim-Black.svg#GT-Walsheim-Black) format("svg"), url(../../fonts/GT-Walsheim-Black.ttf) format("truetype"), url(../../fonts/GT-Walsheim-Black.woff) format("woff"), url(../../fonts/GT-Walsheim-Black.woff2) format("woff2");
}
@font-face {
  font-family: "GT-Walsheim-Bold";
  src: url(../../fonts/GT-Walsheim-Bold.eot);
  src: url(../../fonts/GT-Walsheim-Bold.eot?#iefix) format("embedded-opentype"), url(../../fonts/GT-Walsheim-Bold.otf) format("otf"), url(../../fonts/GT-Walsheim-Bold.svg#GT-Walsheim-Bold) format("svg"), url(../../fonts/GT-Walsheim-Bold.ttf) format("truetype"), url(../../fonts/GT-Walsheim-Bold.woff) format("woff"), url(../../fonts/GT-Walsheim-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "GT-Walsheim-Light";
  src: url(../../fonts/GT-Walsheim-Light.eot);
  src: url(../../fonts/GT-Walsheim-Light.eot?#iefix) format("embedded-opentype"), url(../../fonts/GT-Walsheim-Light.otf) format("otf"), url(../../fonts/GT-Walsheim-Light.svg#GT-Walsheim-Light) format("svg"), url(../../fonts/GT-Walsheim-Light.ttf) format("truetype"), url(../../fonts/GT-Walsheim-Light.woff) format("woff"), url(../../fonts/GT-Walsheim-Light.woff2) format("woff2");
}
@font-face {
  font-family: "GT-Walsheim-Regular";
  src: url(../../fonts/GT-Walsheim-Regular.eot);
  src: url(../../fonts/GT-Walsheim-Regular.eot?#iefix) format("embedded-opentype"), url(../../fonts/GT-Walsheim-Regular.otf) format("otf"), url(../../fonts/GT-Walsheim-Regular.svg#GT-Walsheim-Regular) format("svg"), url(../../fonts/GT-Walsheim-Regular.ttf) format("truetype"), url(../../fonts/GT-Walsheim-Regular.woff) format("woff"), url(../../fonts/GT-Walsheim-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "GT-Walsheim-Medium";
  src: url(../../fonts/GT-Walsheim-Medium.eot);
  src: url(../../fonts/GT-Walsheim-Medium.eot?#iefix) format("embedded-opentype"), url(../../fonts/GT-Walsheim-Medium.otf) format("otf"), url(../../fonts/GT-Walsheim-Medium.svg#GT-Walsheim-Medium) format("svg"), url(../../fonts/GT-Walsheim-Medium.ttf) format("truetype"), url(../../fonts/GT-Walsheim-Medium.woff) format("woff"), url(../../fonts/GT-Walsheim-Medium.woff2) format("woff2");
}
header {
  position: fixed;
  width: 100%;
  height: 8.5rem;
  background-color: #ffffff;
  z-index: 999;
  border-bottom: 0.1rem solid #C4C4C4;
}
@media only screen and (max-width:650px) {
  header {
    height: 4.8rem;
  }
}
header .header {
  padding: 2.9rem 0 2.1rem 0;
}
@media only screen and (max-width:650px) {
  header .header {
    padding: 1.6rem 0 1.2rem 0;
  }
}
@media only screen and (max-width:650px) {
  header .header img {
    width: 5.6rem;
    height: auto;
  }
}

footer {
  background: #131313;
  color: #ffffff;
  padding: 6.4rem 0 4rem 0;
}
footer a {
  color: #ffffff;
}
footer a:hover, footer a:focus {
  color: #ffffff;
}
footer a.button.btn-white {
  color: #131313;
}
footer .prefooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.1rem solid #737373;
  padding-bottom: 6.4rem;
  margin-bottom: 5.8rem;
}
@media only screen and (max-width:767px) {
  footer .prefooter {
    display: block;
    padding-bottom: 5.6rem;
    margin-bottom: 2.4rem;
  }
}
@media only screen and (max-width:767px) {
  footer .prefooter div {
    margin-bottom: 2.8rem;
  }
}
footer .prefooter div span {
  display: block;
  font-family: "GT-Walsheim-Medium";
  font-size: 6.5rem;
  line-height: 6.3rem;
  margin-bottom: 0.8rem;
}
footer .prefooter div p {
  font-size: 2rem;
}
footer .prefooter .button {
  max-height: 5.6rem;
}
footer .footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 26.1rem;
  font-size: 2rem;
  line-height: 3.2rem;
}
@media only screen and (max-width:767px) {
  footer .footer .footer-top {
    display: block;
    margin-bottom: 0;
  }
}
footer .footer .footer-top .footer-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:767px) {
  footer .footer .footer-top .footer-left ul {
    display: block;
  }
}
footer .footer .footer-top .footer-left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 14rem;
}
@media only screen and (max-width:991px) {
  footer .footer .footer-top .footer-left ul li {
    margin-right: 4rem;
  }
}
@media only screen and (max-width:767px) {
  footer .footer .footer-top .footer-left ul li {
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
    margin-right: 0;
    border-bottom: 0.1rem solid #737373;
  }
}
footer .footer .footer-top .footer-left ul li img {
  margin-right: 1.6rem;
}
footer .footer .footer-top .footer-left ul li i {
  font-style: normal;
}
@media only screen and (max-width:650px) {
  footer .footer .footer-top .footer-left ul li i {
    display: block;
  }
}
footer .footer .footer-top .footer-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:767px) {
  footer .footer .footer-top .footer-right ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
    border-bottom: 0.1rem solid #737373;
  }
}
footer .footer .footer-top .footer-right ul img {
  margin-left: 1.6rem;
}
footer .footer .copyright {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
}

.button,
.TUIr4b {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 4.8rem !important;
  -webkit-border-radius: 4.8rem !important;
  -moz-border-radius: 4.8rem !important;
  font-size: 2.4rem;
  line-height: inherit !important;
  text-transform: none;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  overflow: hidden;
  font-family: "GT-Walsheim-Regular" !important;
  font-weight: normal !important;
  padding: 1.2rem 2.7rem !important;
  z-index: 7;
  text-align: center;
  letter-spacing: inherit !important;
}
.button span,
.TUIr4b span {
  padding: 0 !important;
  margin: 0 !important;
}
.button.btn-table,
.TUIr4b.btn-table {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.button.btn-red,
.TUIr4b.btn-red {
  background-color: #D3282D;
  color: #ffffff;
}
.button.btn-white,
.TUIr4b.btn-white {
  background-color: #ffffff;
  color: #D3282D;
}

.path-frontpage .landing h2,
.path-frontpage .landing h3 {
  font-family: "GT-Walsheim-Regular";
  font-size: 3.2rem;
  line-height: 4rem;
}
@media only screen and (max-width:650px) {
  .path-frontpage .landing h2,
.path-frontpage .landing h3 {
    font-size: 3rem;
  }
}
.path-frontpage .landing .hero {
  padding: 4.8rem 0;
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .hero {
    padding: 3.2rem 0;
  }
}
.path-frontpage .landing .hero h1 {
  font-family: "GT-Walsheim-Light";
  font-size: 7.2rem;
  line-height: 7.5rem;
}
@media only screen and (max-width:650px) {
  .path-frontpage .landing .hero h1 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
@media only screen and (max-width:320px) {
  .path-frontpage .landing .hero h1 {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
.path-frontpage .landing .calendar {
  background-color: #D3282D;
  padding: 4.8rem 0;
}
.path-frontpage .landing .calendar h2 {
  width: 83rem;
  color: #ffffff;
  margin-bottom: 4.8rem;
}
@media only screen and (max-width:991px) {
  .path-frontpage .landing .calendar h2 {
    width: 100%;
  }
}
.path-frontpage .landing .calendar .calendar-content {
  background-color: #ffffff;
  border-radius: 2rem;
  padding: 1.5rem 0.5rem 0 0.5rem;
}
.path-frontpage .landing .arguments {
  padding: 10.4rem 0;
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .arguments {
    padding: 6.4rem 0;
  }
}
.path-frontpage .landing .arguments h2 {
  margin-bottom: 3.4rem;
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .arguments h2 {
    margin-bottom: 2.4rem;
  }
}
.path-frontpage .landing .arguments .argument .argument-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 0.1rem solid #C4C4C4;
  padding-bottom: 3.2rem;
  margin-bottom: 5.2rem;
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .arguments .argument .argument-item {
    display: block;
    border-bottom: none;
  }
}
.path-frontpage .landing .arguments .argument .argument-item img {
  width: 42.7rem;
  min-width: 42.7rem;
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .arguments .argument .argument-item img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .landing .arguments .argument .argument-item img {
    width: 100%;
    height: auto;
  }
}
.path-frontpage .landing .arguments .argument .argument-item > div {
  width: calc(100% - 58.3rem);
  width: calc(100% - 58.3rem);
  width: -webkit-calc(100% - 58.3rem);
}
@media only screen and (max-width:1199px) {
  .path-frontpage .landing .arguments .argument .argument-item > div {
    width: calc(100% - 48.3rem);
    width: calc(100% - 48.3rem);
    width: -webkit-calc(100% - 48.3rem);
  }
}
@media only screen and (max-width:991px) {
  .path-frontpage .landing .arguments .argument .argument-item > div {
    width: calc(100% - 42.7rem);
    width: calc(100% - 42.7rem);
    width: -webkit-calc(100% - 42.7rem);
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .arguments .argument .argument-item > div {
    width: 100%;
  }
}
.path-frontpage .landing .arguments .argument .argument-item > div h3 {
  margin-bottom: 3.6rem;
}
.path-frontpage .landing .arguments .argument .argument-item > div .bullet li {
  list-style-type: disc;
  list-style-position: inside;
  font-family: "GT-Walsheim-Light";
  font-size: 2.4rem;
  line-height: 3.6rem;
}
@media only screen and (max-width:650px) {
  .path-frontpage .landing .arguments .argument .argument-item > div .bullet li {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.path-frontpage .landing .arguments .argument .argument-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.path-frontpage .landing .arguments .argument .argument-item:nth-child(odd) img {
  margin-left: 15.6rem;
}
@media only screen and (max-width:1199px) {
  .path-frontpage .landing .arguments .argument .argument-item:nth-child(odd) img {
    margin-left: 5.6rem;
  }
}
@media only screen and (max-width:991px) {
  .path-frontpage .landing .arguments .argument .argument-item:nth-child(odd) img {
    margin-left: 0;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .arguments .argument .argument-item:nth-child(odd) img {
    margin-left: auto;
    margin-right: auto;
  }
}
.path-frontpage .landing .arguments .argument .argument-item:nth-child(even) img {
  margin-right: 15.6rem;
}
@media only screen and (max-width:1199px) {
  .path-frontpage .landing .arguments .argument .argument-item:nth-child(even) img {
    margin-right: 5.6rem;
  }
}
@media only screen and (max-width:991px) {
  .path-frontpage .landing .arguments .argument .argument-item:nth-child(even) img {
    margin-right: 0;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .arguments .argument .argument-item:nth-child(even) img {
    margin-left: auto;
    margin-right: auto;
  }
}
.path-frontpage .landing .arguments .argument .argument-item:last-child {
  border: none;
}
.path-frontpage .landing .arguments .TUIr4b {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.path-frontpage .landing .partners {
  margin: 0 0 30px 0;
}
.path-frontpage .landing .partners .partners-list {
  background-color: #F8F8F8;
  padding-top: 4.8rem;
}
.path-frontpage .landing .partners .TUIr4b {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.path-frontpage .landing .partners h2 {
  margin-bottom: 4.8rem;
}
.path-frontpage .landing .partners ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 3rem;
  margin-bottom: 4.8rem;
}
.path-frontpage .landing .partners ul:before {
  width: 0.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: #F8F8F8;
  z-index: 5;
}
.path-frontpage .landing .partners ul li {
  width: 16.66%;
  border-bottom: 0.1rem solid #C4C4C4;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width:650px) {
  .path-frontpage .landing .partners ul li {
    width: 33.33%;
    margin-bottom: 0.8rem;
  }
}
.path-frontpage .landing .partners ul li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 10.4rem;
  border-right: 0.1rem solid #C4C4C4;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width:1199px) {
  .path-frontpage .landing .partners ul li figure {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media only screen and (max-width:380px) {
  .path-frontpage .landing .partners ul li figure {
    height: 7.4rem;
  }
}
@media only screen and (max-width:1199px) {
  .path-frontpage .landing .partners ul li figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
}
.path-frontpage .landing .partners ul li:nth-child(13), .path-frontpage .landing .partners ul li:nth-child(14), .path-frontpage .landing .partners ul li:nth-child(15) {
  border: none;
}
@media only screen and (max-width:650px) {
  .path-frontpage .landing .partners ul li:nth-child(13), .path-frontpage .landing .partners ul li:nth-child(14), .path-frontpage .landing .partners ul li:nth-child(15) {
    border-bottom: 0.1rem solid #C4C4C4;
  }
}
.path-frontpage .landing .partners ul li:nth-child(16), .path-frontpage .landing .partners ul li:nth-child(17), .path-frontpage .landing .partners ul li:nth-child(18) {
  border-bottom: none;
}
.path-frontpage .landing .job {
  padding: 10.4rem 0 1.8rem 0;
}
@media only screen and (max-width:1199px) {
  .path-frontpage .landing .job {
    padding-bottom: 9.8rem;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .job {
    padding: 6.4rem 0 1.4rem 0;
  }
}
.path-frontpage .landing .job h2 {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .job h2 {
    margin-bottom: 2.4rem;
  }
}
.path-frontpage .landing .job ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.path-frontpage .landing .job ul li {
  width: calc(25% - 3.2rem);
  width: calc(25% - 3.2rem);
  width: -webkit-calc(25% - 3.2rem);
  margin-left: 2.1rem;
  margin-right: 2.1rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width:1199px) {
  .path-frontpage .landing .job ul li {
    width: calc(25% - 0.8rem);
    width: calc(25% - 0.8rem);
    width: -webkit-calc(25% - 0.8rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media only screen and (max-width:991px) {
  .path-frontpage .landing .job ul li {
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(50% - 2rem);
    width: calc(50% - 2rem);
    width: -webkit-calc(50% - 2rem);
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .landing .job ul li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.path-frontpage .landing .job ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width:991px) {
  .path-frontpage .landing .job ul li:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .landing .job ul li:first-child {
    margin-left: 0;
    margin-right: 0;
  }
}
.path-frontpage .landing .job ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width:991px) {
  .path-frontpage .landing .job ul li:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .landing .job ul li:last-child {
    margin-left: 0;
    margin-right: 0;
  }
}
.path-frontpage .landing .job ul li figure {
  width: 100%;
  height: 29.5rem;
  border-radius: 0.8rem;
  overflow: hidden;
  margin-bottom: 2.4rem;
}
.path-frontpage .landing .job ul li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.path-frontpage .landing .job ul li p {
  font-family: "GT-Walsheim-Light";
  font-size: 2.4rem;
  line-height: 3.6rem;
}
.path-frontpage .landing .insights {
  padding: 10.4rem 0 1.8rem 0;
}
@media only screen and (max-width:1199px) {
  .path-frontpage .landing .insights {
    padding-bottom: 9.8rem;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .insights {
    padding: 6.4rem 0 1.4rem 0;
  }
}
.path-frontpage .landing .insights h2 {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .insights h2 {
    margin-bottom: 2.4rem;
  }
}
.path-frontpage .landing .insights ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.path-frontpage .landing .insights ul li {
  width: calc(33.3% - 3.2rem);
  width: calc(33.3% - 3.2rem);
  width: -webkit-calc(33.3% - 3.2rem);
  margin-left: 2.1rem;
  margin-right: 2.1rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width:1199px) {
  .path-frontpage .landing .insights ul li {
    width: calc(33.3% - 0.8rem);
    width: calc(33.3% - 0.8rem);
    width: -webkit-calc(33.3% - 0.8rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media only screen and (max-width:991px) {
  .path-frontpage .landing .insights ul li {
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(100% - 2rem);
    width: calc(100% - 2rem);
    width: -webkit-calc(100% - 2rem);
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .landing .insights ul li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.path-frontpage .landing .insights ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width:991px) {
  .path-frontpage .landing .insights ul li:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .landing .insights ul li:first-child {
    margin-left: 0;
    margin-right: 0;
  }
}
.path-frontpage .landing .insights ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width:991px) {
  .path-frontpage .landing .insights ul li:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .landing .insights ul li:last-child {
    margin-left: 0;
    margin-right: 0;
  }
}
.path-frontpage .landing .insights ul li figure {
  width: 100%;
  height: 29.5rem;
  border-radius: 0.8rem;
  overflow: hidden;
  margin-bottom: 2.4rem;
}
.path-frontpage .landing .insights ul li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.path-frontpage .landing .insights ul li p {
  font-family: "GT-Walsheim-Light";
  font-size: 2.4rem;
  line-height: 3.6rem;
}
.path-frontpage .landing .testimonial {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width:1199px) {
  .path-frontpage .landing .testimonial {
    background-color: #F8F8F8;
    padding-top: 9.6rem;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .testimonial {
    background-color: #ffffff;
    padding-top: 0;
    padding-bottom: 6.4rem;
  }
}
.path-frontpage .landing .testimonial:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 9.8rem;
  left: 0;
  background-color: #F8F8F8;
  content: "";
}
@media only screen and (max-width:1199px) {
  .path-frontpage .landing .testimonial:before {
    display: none;
  }
}
.path-frontpage .landing .testimonial .glide__track {
  position: relative;
  width: calc(100% - 23.4rem);
  width: calc(100% - 23.4rem);
  width: -webkit-calc(100% - 23.4rem);
  margin-left: 11.7rem;
  margin-right: 11.7rem;
  margin-bottom: 8.8rem;
}
@media only screen and (max-width:1199px) {
  .path-frontpage .landing .testimonial .glide__track {
    width: calc(100% - 11rem);
    width: calc(100% - 11rem);
    width: -webkit-calc(100% - 11rem);
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .testimonial .glide__track {
    width: 100%;
    margin: 0;
  }
}
.path-frontpage .landing .testimonial .glide__track .glide__slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:991px) {
  .path-frontpage .landing .testimonial .glide__track .glide__slide > div {
    display: block;
  }
}
.path-frontpage .landing .testimonial .glide__track .glide__slide > div img {
  width: 42.6rem;
  margin-right: 4rem;
}
@media only screen and (max-width:1199px) {
  .path-frontpage .landing .testimonial .glide__track .glide__slide > div img {
    margin-right: 0;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .landing .testimonial .glide__track .glide__slide > div img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 35rem;
  }
}
@media only screen and (max-width:380px) {
  .path-frontpage .landing .testimonial .glide__track .glide__slide > div img {
    height: auto;
  }
}
.path-frontpage .landing .testimonial .glide__track .glide__slide > div .quote {
  width: calc(100% - 46.6rem);
  width: calc(100% - 46.6rem);
  width: -webkit-calc(100% - 46.6rem);
  margin-top: 15.4rem;
}
@media only screen and (max-width:1199px) {
  .path-frontpage .landing .testimonial .glide__track .glide__slide > div .quote {
    width: calc(100% - 42.6rem);
    width: calc(100% - 42.6rem);
    width: -webkit-calc(100% - 42.6rem);
    margin-top: 0;
  }
}
@media only screen and (max-width:991px) {
  .path-frontpage .landing .testimonial .glide__track .glide__slide > div .quote {
    width: 100%;
  }
}
.path-frontpage .landing .testimonial .glide__track .glide__slide > div .quote quote {
  display: block;
  font-family: "GT-Walsheim-Light";
  margin-bottom: 2.4rem;
}
.path-frontpage .landing .testimonial .glide__track .glide__slide > div .quote span {
  display: block;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.path-frontpage .landing .testimonial .glide-control {
  position: absolute;
  top: 23rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .testimonial .glide-control {
    display: none;
  }
}
.path-frontpage .landing .testimonial .glide-control button {
  background-color: transparent;
}
.path-frontpage .landing .testimonial .glide__bullets {
  margin-bottom: 3rem;
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .testimonial .glide__bullets {
    position: absolute;
    top: 30.7rem;
    left: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width:380px) {
  .path-frontpage .landing .testimonial .glide__bullets {
    top: 23.7rem;
  }
}
@media only screen and (max-width:320px) {
  .path-frontpage .landing .testimonial .glide__bullets {
    top: 20.7rem;
  }
}
.path-frontpage .landing .testimonial .glide__bullets .glide__bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 1.6rem;
  border-radius: 50%;
  background-color: #737373;
}
.path-frontpage .landing .testimonial .glide__bullets .glide__bullet.glide__bullet--active {
  background-color: #D3282D;
}
.path-frontpage .landing .contact {
  background-color: #D3282D;
  padding: 4.8rem 0 6.8rem 0;
  margin-top: 10.4rem;
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .contact {
    margin-top: 0;
    padding: 5rem 0 5.2rem 0;
  }
}
.path-frontpage .landing .contact .max-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .contact .max-width {
    display: block;
  }
}
.path-frontpage .landing .contact .max-width h2 {
  width: calc(100% - 39.3rem);
  width: calc(100% - 39.3rem);
  width: -webkit-calc(100% - 39.3rem);
  color: #ffffff;
}
@media only screen and (max-width:1199px) {
  .path-frontpage .landing .contact .max-width h2 {
    width: calc(100% - 33.3rem);
    width: calc(100% - 33.3rem);
    width: -webkit-calc(100% - 33.3rem);
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .contact .max-width h2 {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
@media only screen and (max-width:1360px) {
  .path-frontpage .landing .contact .max-width h2 br {
    display: none;
  }
}
.path-frontpage .landing .contact .max-width a,
.path-frontpage .landing .contact .max-width .TUIr4b {
  min-width: 29.3rem !important;
  margin-left: 10rem !important;
  background-color: #ffffff !important;
  color: #D3282D !important;
}
@media only screen and (max-width:1199px) {
  .path-frontpage .landing .contact .max-width a,
.path-frontpage .landing .contact .max-width .TUIr4b {
    margin-left: 4rem !important;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .contact .max-width a,
.path-frontpage .landing .contact .max-width .TUIr4b {
    display: table !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.path-frontpage .landing .talk {
  padding: 10.4rem 0;
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .talk {
    padding: 6.4rem 0 4rem 0;
  }
}
.path-frontpage .landing .talk h2 {
  margin-bottom: 4.8rem;
}
.path-frontpage .landing .talk ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .talk ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.path-frontpage .landing .talk ul li {
  width: 25%;
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .talk ul li {
    width: 50%;
  }
}
.path-frontpage .landing .talk ul li img {
  height: auto;
}
@media only screen and (max-width:1360px) {
  .path-frontpage .landing .talk ul li img {
    width: 100%;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .landing .talk ul li img {
    width: 85%;
    margin-bottom: 2.4rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width:767px) {
  .BzuSBc {
    padding: 0 !important;
  }
}