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

@media (prefers-reduced-motion: no-preference) {
  root-scroll-behavior: smooth; }

html {
  font-size: 16px; }

body {
  padding: 0;
  margin: 0;
  font-family: "open_sansregular", Sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  color: #333333;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%; }

.header {
  margin-bottom: 110px; }

.logo--box {
  text-align: center; }

.logo--img {
  height: 40px;
  width: auto; }

.btn {
  font-size: 13px;
  font-family: "open_sansbold", Sans-serif;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block; }

.btn--primary {
  color: #ffffff;
  background-color: #da0e67;
  border: 1px solid #da0e67; }
  .btn--primary:hover {
    color: #ffffff;
    background-color: rgba(218, 14, 103, 0.75);
    border: 1px solid #da0e67; }
    .btn--primary:hover .icon-login {
      color: #ffffff; }

.btn--login {
  padding: 10px 40px 10px 45px;
  position: relative;
  min-width: 145px;
  max-height: 38px; }
  .btn--login .icon-login {
    display: block;
    background: url(../img/sprite/graphic.png) no-repeat -62px 0;
    background-size: 1228px 105px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 17px; }

.section--bg {
  background: url("/static-int/img/headerbg/bg7.jpg") no-repeat center/cover;
  padding-top: 10px;
  height: 600px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .section--bg {
      height: auto;
      overflow: visible; } }
  .section--bg:before {
    content: "";
    background-color: rgba(12, 2, 21, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101; }
  .section--bg .wave {
    position: absolute;
    left: 0;
    bottom: -100px;
    right: 0;
    z-index: 102; }
    @media (max-width: 767px) {
      .section--bg .wave {
        bottom: -10px; } }
  .section--bg .text--box {
    border-radius: 2rem;
    padding: 2rem;
    font-size: 1rem;
    color: #ffffff;
    position: relative;
    z-index: 103;
    margin-top: 330px; }
    @media (max-width: 767px) {
      .section--bg .text--box {
        padding: 1rem;
        margin-top: 100px; } }
    .section--bg .text--box .text {
      margin-bottom: 0; }
    .section--bg .text--box .title {
      font-size: 1.5rem;
      font-family: "open_sansregular", Sans-serif;
      margin: 0 0 .5rem;
      color: #ffffff; }

.header {
  position: relative;
  z-index: 102; }

.text--box--primary {
  background-color: rgba(218, 14, 103, 0.9);
  color: #ffffff; }

.text--area {
  font-size: 1rem;
  margin: 50px 0;
  padding: 2rem;
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  border-radius: 2rem; }
  @media (max-width: 767px) {
    .text--area {
      margin: 20px 0; } }
.mb-100 {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .mb-100 {
      margin-bottom: 4rem; } }
.section--title {
  text-align: center;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .section--title {
      font-size: 1.5rem;
      margin-bottom: 25px; } }
.area--article {
  background-color: #ffffff;
  padding: 3rem;
  border-radius: 2rem;
  box-shadow: 0 0 30px #f3f3f3;
  position: relative; }
  @media (max-width: 767px) {
    .area--article {
      padding: 1.5rem; } }
  .area--article .logo {
    max-width: 180px; }
    @media (max-width: 767px) {
      .area--article .logo {
        max-width: 110px;
        margin: 0 auto;
        display: block; } }
  .area--article--title {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.5rem; }
    @media (max-width: 767px) {
      .area--article--title {
        font-size: 1.2rem;
        margin-bottom: .5rem; } }
  .area--article--list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .5rem; }
  .area--article--item {
    position: relative;
    padding-left: 25px; }
    .area--article--item .icon {
      position: absolute;
      left: 0;
      top: 5px; }

.section--newsletter {
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .section--newsletter {
      padding-bottom: 30px; } }
.area--newsletter {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 2rem; }
  @media (max-width: 767px) {
    .area--newsletter {
      padding: 0 1rem 2.5rem; } }
  .area--newsletter .img--news {
    max-width: 400px;
    width: 100%; }
    @media (max-width: 767px) {
      .area--newsletter .img--news {
        margin: 0 auto;
        display: block; } }
  .area--newsletter--title {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 1.5rem; }
    @media (max-width: 767px) {
      .area--newsletter--title {
        font-size: 1.2rem;
        margin-bottom: .5rem;
        text-align: center; } }
.footer {
  position: relative;
  background-color: #f3f3f3;
  padding: 1.17rem 0;
  overflow: hidden; }
  .footer:before {
    content: "";
    background: url(../img/landing-canton-page/graphic.png) no-repeat 0 -83px;
    background-size: 1228px 105px;
    display: block;
    width: 1228px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -614px; }
  .footer .copyright {
    font-size: 12px; }
  .footer .footer--link {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center; }
    @media (max-width: 767px) {
      .footer .footer--link {
        margin-bottom: 1rem; } }
    .footer .footer--link .link {
      font-size: 14px;
      text-decoration: none;
      color: #9b9b9b; }
      .footer .footer--link .link:hover {
        color: #333333;
        text-decoration: underline; }

.icon-favorite {
  background: url("/static-int/img/seo/favorite.svg") no-repeat center/cover;
  width: 15px;
  height: 14px; }

.d-flex {
  display: flex !important; }

.align-items-center {
  align-items: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y); }

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 960px; } }
.g-2 {
  --bs-gutter-x: .5rem;
  --bs-gutter-y: .5rem; }

.g-3 {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem; }

.g-4 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem; }

.g-5 {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 2.5rem; }
  @media (max-width: 767px) {
    .g-5 {
      --bs-gutter-x: 1rem;
      --bs-gutter-y: 1rem; } }
.g-6 {
  --bs-gutter-x: 3.5rem;
  --bs-gutter-y: 3.5rem; }
  @media (max-width: 767px) {
    .g-6 {
      --bs-gutter-x: 1rem;
      --bs-gutter-y: 1rem; } }
.col {
  flex: 1 0 0; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

@media (max-width: 767px) {
  .g-md-3 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; } }

@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; } }

@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; } }

.alert {
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid #f3f3f3;
  box-shadow: 0 0 30px #f3f3f3;
  text-decoration: none;
  display: block; }
  .alert--img {
    object-fit: cover;
    width: 100%;
    height: 200px; }
  .alert--body {
    padding: 1.5rem 1.5rem 2rem; }
  .alert--title {
    font-size: 1.1rem;
    margin: 0;
    color: #333333; }

/*# sourceMappingURL=../../../../sass-maps/static-int/css/seo/landing-experiences.sass */