:root {
  --container-padding: 16px;
  --content-width: calc(1216px + (2 * var(--container-padding)));
  --grid-row-gap: 16px;
  --grid-column-gap: 16px; }
  @media (min-width: 768px) {
    :root {
      --grid-row-gap: 32px;
      --grid-column-gap: 32px;
      --container-padding: 32px; } }
  @media (min-width: 1140px) {
    :root {
      --grid-row-gap: 32px;
      --grid-column-gap: 32px;
      --container-padding: 32px; } }
.container {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
  margin: 0 auto; }
  .container:not(.container--fluid) {
    max-width: var(--content-width); }

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: var(--grid-row-gap) var(--grid-column-gap); }
  .grid.no-gap {
    grid-gap: 0 0; }
  .grid.no-row-gap {
    grid-row-gap: 0; }
  .grid.no-column-gap {
    grid-column-gap: 0; }

.col-0 {
  grid-column-end: span 0; }

.offset-0 {
  grid-column-start: 1; }

.col-1 {
  grid-column-end: span 1; }

.offset-1 {
  grid-column-start: 2; }

.col-2 {
  grid-column-end: span 2; }

.offset-2 {
  grid-column-start: 3; }

.col-3 {
  grid-column-end: span 3; }

.offset-3 {
  grid-column-start: 4; }

.col-4 {
  grid-column-end: span 4; }

.offset-4 {
  grid-column-start: 5; }

.col-5 {
  grid-column-end: span 5; }

.offset-5 {
  grid-column-start: 6; }

.col-6 {
  grid-column-end: span 6; }

.offset-6 {
  grid-column-start: 7; }

.col-7 {
  grid-column-end: span 7; }

.offset-7 {
  grid-column-start: 8; }

.col-8 {
  grid-column-end: span 8; }

.offset-8 {
  grid-column-start: 9; }

.col-9 {
  grid-column-end: span 9; }

.offset-9 {
  grid-column-start: 10; }

.col-10 {
  grid-column-end: span 10; }

.offset-10 {
  grid-column-start: 11; }

.col-11 {
  grid-column-end: span 11; }

.offset-11 {
  grid-column-start: 12; }

.col-12 {
  grid-column-end: span 12; }

.offset-12 {
  grid-column-start: 13; }

@media (min-width: 460px) {
  .col-xs-0 {
    grid-column-end: span 0; }
  .offset-xs-0 {
    grid-column-start: 1; }
  .col-xs-1 {
    grid-column-end: span 1; }
  .offset-xs-1 {
    grid-column-start: 2; }
  .col-xs-2 {
    grid-column-end: span 2; }
  .offset-xs-2 {
    grid-column-start: 3; }
  .col-xs-3 {
    grid-column-end: span 3; }
  .offset-xs-3 {
    grid-column-start: 4; }
  .col-xs-4 {
    grid-column-end: span 4; }
  .offset-xs-4 {
    grid-column-start: 5; }
  .col-xs-5 {
    grid-column-end: span 5; }
  .offset-xs-5 {
    grid-column-start: 6; }
  .col-xs-6 {
    grid-column-end: span 6; }
  .offset-xs-6 {
    grid-column-start: 7; }
  .col-xs-7 {
    grid-column-end: span 7; }
  .offset-xs-7 {
    grid-column-start: 8; }
  .col-xs-8 {
    grid-column-end: span 8; }
  .offset-xs-8 {
    grid-column-start: 9; }
  .col-xs-9 {
    grid-column-end: span 9; }
  .offset-xs-9 {
    grid-column-start: 10; }
  .col-xs-10 {
    grid-column-end: span 10; }
  .offset-xs-10 {
    grid-column-start: 11; }
  .col-xs-11 {
    grid-column-end: span 11; }
  .offset-xs-11 {
    grid-column-start: 12; }
  .col-xs-12 {
    grid-column-end: span 12; }
  .offset-xs-12 {
    grid-column-start: 13; }
  .hide-xs-up {
    display: none; } }

@media (max-width: 459px) {
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; } }

@media (min-width: 545px) {
  .col-sm-0 {
    grid-column-end: span 0; }
  .offset-sm-0 {
    grid-column-start: 1; }
  .col-sm-1 {
    grid-column-end: span 1; }
  .offset-sm-1 {
    grid-column-start: 2; }
  .col-sm-2 {
    grid-column-end: span 2; }
  .offset-sm-2 {
    grid-column-start: 3; }
  .col-sm-3 {
    grid-column-end: span 3; }
  .offset-sm-3 {
    grid-column-start: 4; }
  .col-sm-4 {
    grid-column-end: span 4; }
  .offset-sm-4 {
    grid-column-start: 5; }
  .col-sm-5 {
    grid-column-end: span 5; }
  .offset-sm-5 {
    grid-column-start: 6; }
  .col-sm-6 {
    grid-column-end: span 6; }
  .offset-sm-6 {
    grid-column-start: 7; }
  .col-sm-7 {
    grid-column-end: span 7; }
  .offset-sm-7 {
    grid-column-start: 8; }
  .col-sm-8 {
    grid-column-end: span 8; }
  .offset-sm-8 {
    grid-column-start: 9; }
  .col-sm-9 {
    grid-column-end: span 9; }
  .offset-sm-9 {
    grid-column-start: 10; }
  .col-sm-10 {
    grid-column-end: span 10; }
  .offset-sm-10 {
    grid-column-start: 11; }
  .col-sm-11 {
    grid-column-end: span 11; }
  .offset-sm-11 {
    grid-column-start: 12; }
  .col-sm-12 {
    grid-column-end: span 12; }
  .offset-sm-12 {
    grid-column-start: 13; }
  .hide-sm-up {
    display: none; } }

@media (max-width: 544px) {
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; } }

@media (min-width: 768px) {
  .col-md-0 {
    grid-column-end: span 0; }
  .offset-md-0 {
    grid-column-start: 1; }
  .col-md-1 {
    grid-column-end: span 1; }
  .offset-md-1 {
    grid-column-start: 2; }
  .col-md-2 {
    grid-column-end: span 2; }
  .offset-md-2 {
    grid-column-start: 3; }
  .col-md-3 {
    grid-column-end: span 3; }
  .offset-md-3 {
    grid-column-start: 4; }
  .col-md-4 {
    grid-column-end: span 4; }
  .offset-md-4 {
    grid-column-start: 5; }
  .col-md-5 {
    grid-column-end: span 5; }
  .offset-md-5 {
    grid-column-start: 6; }
  .col-md-6 {
    grid-column-end: span 6; }
  .offset-md-6 {
    grid-column-start: 7; }
  .col-md-7 {
    grid-column-end: span 7; }
  .offset-md-7 {
    grid-column-start: 8; }
  .col-md-8 {
    grid-column-end: span 8; }
  .offset-md-8 {
    grid-column-start: 9; }
  .col-md-9 {
    grid-column-end: span 9; }
  .offset-md-9 {
    grid-column-start: 10; }
  .col-md-10 {
    grid-column-end: span 10; }
  .offset-md-10 {
    grid-column-start: 11; }
  .col-md-11 {
    grid-column-end: span 11; }
  .offset-md-11 {
    grid-column-start: 12; }
  .col-md-12 {
    grid-column-end: span 12; }
  .offset-md-12 {
    grid-column-start: 13; }
  .hide-md-up {
    display: none; } }

@media (max-width: 767px) {
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; } }

@media (min-width: 1140px) {
  .col-lg-0 {
    grid-column-end: span 0; }
  .offset-lg-0 {
    grid-column-start: 1; }
  .col-lg-1 {
    grid-column-end: span 1; }
  .offset-lg-1 {
    grid-column-start: 2; }
  .col-lg-2 {
    grid-column-end: span 2; }
  .offset-lg-2 {
    grid-column-start: 3; }
  .col-lg-3 {
    grid-column-end: span 3; }
  .offset-lg-3 {
    grid-column-start: 4; }
  .col-lg-4 {
    grid-column-end: span 4; }
  .offset-lg-4 {
    grid-column-start: 5; }
  .col-lg-5 {
    grid-column-end: span 5; }
  .offset-lg-5 {
    grid-column-start: 6; }
  .col-lg-6 {
    grid-column-end: span 6; }
  .offset-lg-6 {
    grid-column-start: 7; }
  .col-lg-7 {
    grid-column-end: span 7; }
  .offset-lg-7 {
    grid-column-start: 8; }
  .col-lg-8 {
    grid-column-end: span 8; }
  .offset-lg-8 {
    grid-column-start: 9; }
  .col-lg-9 {
    grid-column-end: span 9; }
  .offset-lg-9 {
    grid-column-start: 10; }
  .col-lg-10 {
    grid-column-end: span 10; }
  .offset-lg-10 {
    grid-column-start: 11; }
  .col-lg-11 {
    grid-column-end: span 11; }
  .offset-lg-11 {
    grid-column-start: 12; }
  .col-lg-12 {
    grid-column-end: span 12; }
  .offset-lg-12 {
    grid-column-start: 13; }
  .hide-lg-up {
    display: none; } }

@media (max-width: 1139px) {
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; } }

@media (min-width: 1680px) {
  .col-xlg-0 {
    grid-column-end: span 0; }
  .offset-xlg-0 {
    grid-column-start: 1; }
  .col-xlg-1 {
    grid-column-end: span 1; }
  .offset-xlg-1 {
    grid-column-start: 2; }
  .col-xlg-2 {
    grid-column-end: span 2; }
  .offset-xlg-2 {
    grid-column-start: 3; }
  .col-xlg-3 {
    grid-column-end: span 3; }
  .offset-xlg-3 {
    grid-column-start: 4; }
  .col-xlg-4 {
    grid-column-end: span 4; }
  .offset-xlg-4 {
    grid-column-start: 5; }
  .col-xlg-5 {
    grid-column-end: span 5; }
  .offset-xlg-5 {
    grid-column-start: 6; }
  .col-xlg-6 {
    grid-column-end: span 6; }
  .offset-xlg-6 {
    grid-column-start: 7; }
  .col-xlg-7 {
    grid-column-end: span 7; }
  .offset-xlg-7 {
    grid-column-start: 8; }
  .col-xlg-8 {
    grid-column-end: span 8; }
  .offset-xlg-8 {
    grid-column-start: 9; }
  .col-xlg-9 {
    grid-column-end: span 9; }
  .offset-xlg-9 {
    grid-column-start: 10; }
  .col-xlg-10 {
    grid-column-end: span 10; }
  .offset-xlg-10 {
    grid-column-start: 11; }
  .col-xlg-11 {
    grid-column-end: span 11; }
  .offset-xlg-11 {
    grid-column-start: 12; }
  .col-xlg-12 {
    grid-column-end: span 12; }
  .offset-xlg-12 {
    grid-column-start: 13; }
  .hide-xlg-up {
    display: none; } }

@media (max-width: 1679px) {
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; } }

.smaller-grid {
  gap: 12px; }

:root {
  --white: #FFFFFF;
  --black: #101828;
  --pink: #8E216C;
  --dark-pink: #6B1A5A;
  --light-grey: #D0D5DD;
  --grey: #475467;
  --bree: "Bree Serif", serif; }

*:focus,
*:focus-visible {
  outline: none; }

body {
  font-family: "Inter", sans-serif;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  font-size: 16px; }

a {
  text-decoration: none; }

p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px;
  color: var(--grey); }
  @media (max-width: 768px) {
    p {
      font-size: 14px;
      line-height: 22px; } }
.locked {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%; }

h2 {
  font-family: var(--bree);
  font-size: 38px;
  line-height: 48px;
  margin: 0 0 32px;
  color: var(--black);
  font-weight: 500;
  padding-left: 20px;
  position: relative; }
  h2::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 2px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--pink); }
  @media (max-width: 768px) {
    h2 {
      font-size: 24px;
      line-height: 32px; } }
.banner img {
  border-radius: 0 !important;
  width: 100% !important;
  height: auto !important;
  display: block; }

.banner-middle {
  margin-bottom: 32px; }

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

\:root {
  -moz-tab-size: 4;
  tab-size: 4; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

hr {
  height: 0;
  color: inherit; }

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

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  text-indent: 0;
  border-color: inherit; }

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

button,
select {
  text-transform: none; }

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

::-moz-focus-inner {
  border-style: none;
  padding: 0; }

\:-moz-focusring {
  outline: none; }

\:-moz-ui-invalid {
  box-shadow: none; }

legend {
  padding: 0; }

progress {
  vertical-align: baseline; }

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

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

::-webkit-search-decoration {
  -webkit-appearance: none; }

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

summary {
  display: list-item; }

h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 8px; }
  h3 a {
    color: var(--black); }
    h3 a:hover {
      color: var(--pink); }

.btn,
.read-more button {
  display: inline-block;
  padding: 8px 18px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 24px;
  background-color: var(--pink);
  color: var(--white); }
  .btn:hover,
  .read-more button:hover {
    background-color: var(--dark-pink); }

header {
  padding: 10px 0; }
  header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.header-right {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .header-right {
      display: none; }
      .header-right.active {
        display: flex;
        position: absolute;
        top: 98px;
        right: 0;
        width: 100%;
        left: 0;
        z-index: 1100;
        padding: 20px;
        background-color: var(--white);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); } }
.social {
  margin-left: 3px; }
  .social a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 12px; }

.search-box {
  position: relative;
  display: inline-block; }
  @media (max-width: 767px) {
    .search-box {
      max-width: 100%;
      flex: 1; } }
  .search-box input[type="text"] {
    width: 280px;
    height: 44px;
    border-radius: 24px;
    border: 1px solid var(--light-grey);
    background-color: var(--white);
    color: var(--black);
    font-size: 16px;
    padding: 0 16px 0 42px; }
    @media (max-width: 767px) {
      .search-box input[type="text"] {
        width: 100%;
        max-width: 100%; } }
  .search-box button {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("../media/icons/search.svg") no-repeat center center;
    border: 0;
    cursor: pointer; }

.nav {
  display: flex;
  align-items: center;
  background-color: var(--pink);
  margin-bottom: 32px;
  position: sticky;
  top: 0;
  z-index: 1000; }
  @media (max-width: 1139px) {
    .nav {
      padding: 21px 0; }
      .nav .container {
        display: flex;
        justify-content: space-between;
        align-items: center; } }
  .nav .nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 18px 0; }
    @media (max-width: 1139px) {
      .nav .nav-list {
        display: none; } }
    .nav .nav-list li {
      margin-right: 20px;
      position: relative; }
      @media (max-width: 1139px) {
        .nav .nav-list li {
          margin-right: 0;
          border-top: 1px solid rgba(255, 255, 255, 0.1); } }
      .nav .nav-list li:last-child {
        margin-right: 0; }
      .nav .nav-list li a {
        display: inline-block;
        color: var(--white);
        text-decoration: none;
        font-size: 16px;
        padding: 10px 20px;
        border-radius: 24px;
        position: relative; }
        @media (max-width: 1139px) {
          .nav .nav-list li a {
            width: 100%;
            padding: 14px 20px; } }
        @media (min-width: 1140px) {
          .nav .nav-list li a:hover {
            background-color: var(--white);
            color: var(--pink); } }
      .nav .nav-list li.menu-item-has-children {
        position: relative; }
        .nav .nav-list li.menu-item-has-children > a {
          padding-right: 40px; }
          @media (min-width: 1140px) {
            .nav .nav-list li.menu-item-has-children > a::after {
              content: "";
              position: absolute;
              right: 15px;
              top: 50%;
              transform: translateY(-50%);
              width: 12px;
              height: 8px;
              background: url("../media/icons/arrow-down.svg") no-repeat center center;
              background-size: contain; } }
          .nav .nav-list li.menu-item-has-children > a .arrow-more {
            display: none; }
            @media (max-width: 1139px) {
              .nav .nav-list li.menu-item-has-children > a .arrow-more {
                display: inline-block;
                width: 30px;
                height: 46px;
                background: url("../media/icons/arrow-down.svg") no-repeat center center;
                background-size: 14px;
                position: absolute;
                right: 15px;
                top: 0; } }
        @media (min-width: 1140px) {
          .nav .nav-list li.menu-item-has-children:hover > a::after {
            background: url("../media/icons/arrow-down-pink.svg") no-repeat center center;
            transform: translateY(-50%) rotate(180deg); } }
        .nav .nav-list li.menu-item-has-children ul {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          background-color: var(--white);
          border-radius: 8px;
          padding: 20px;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          z-index: 100;
          margin-top: 10px;
          min-width: 300px;
          list-style: none; }
          @media (min-width: 1140px) {
            .nav .nav-list li.menu-item-has-children ul::before {
              content: "";
              position: absolute;
              top: -20px;
              left: 0;
              width: 100%;
              height: 30px; } }
          .nav .nav-list li.menu-item-has-children ul li {
            width: 100%;
            margin: 0; }
            .nav .nav-list li.menu-item-has-children ul li a {
              display: block;
              padding: 10px 0;
              color: var(--black); }
              .nav .nav-list li.menu-item-has-children ul li a:hover {
                color: var(--pink); }
        @media (min-width: 1140px) {
          .nav .nav-list li.menu-item-has-children:hover > a {
            background-color: var(--white);
            color: var(--pink); }
          .nav .nav-list li.menu-item-has-children:hover ul {
            display: block; } }
        @media (max-width: 1139px) {
          .nav .nav-list li.menu-item-has-children.active > a .arrow-more {
            transform: rotate(180deg); }
          .nav .nav-list li.menu-item-has-children.active ul {
            display: block;
            position: relative;
            border-radius: 0;
            margin: 0; } }
    .nav .nav-list.active {
      display: block;
      position: absolute;
      top: 100%;
      margin-top: -1px;
      padding-top: 0;
      background-color: var(--pink);
      left: 0;
      width: 100%;
      border-radius: 0 0 24px 24px; }
  .nav .social {
    position: relative;
    display: none; }
    @media (max-width: 767px) {
      .nav .social {
        display: flex; } }
.dropnav {
  color: var(--white);
  position: relative;
  display: none;
  padding: 10px 20px 10px 0; }
  @media (max-width: 1139px) {
    .dropnav {
      display: inline-block; } }
  .dropnav::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 8px;
    background: url("../media/icons/arrow-down.svg") no-repeat center center;
    background-size: contain; }
  .dropnav.active::after {
    transform: translateY(-50%) rotate(180deg); }

.hamburger {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  background: url("../media/icons/hamburger.svg") no-repeat center center; }
  @media (max-width: 767px) {
    .hamburger {
      display: block; } }
.footer-top {
  padding: 64px 0; }
  .footer-top img {
    margin-bottom: 32px; }
  .footer-top p {
    max-width: 320px;
    margin: 0; }
  .footer-top h4 {
    font-size: 14px;
    line-height: 20px;
    color: var(--grey);
    font-weight: normal; }
  .footer-top ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .footer-top ul li a {
      color: var(--grey);
      font-size: 16px;
      line-height: 24px;
      font-weight: bold;
      margin-bottom: 10px;
      display: inline-block; }
      .footer-top ul li a:hover {
        color: var(--pink); }

.feel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%; }
  @media (max-width: 767px) {
    .feel {
      justify-content: center;
      margin-top: 32px; } }
.copy {
  border-top: 1px solid #EAECF0;
  padding: 32px 0; }
  .copy p {
    margin: 0; }
  .copy .social {
    float: right; }

.title-header {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px; }
  .title-header h2 {
    margin: 0; }

section {
  margin: 64px 0;
  display: block; }
  section.exposed {
    margin-top: 32px; }
  section.newsletter {
    margin: 0; }

.card {
  display: block;
  padding: 24px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 24px;
  height: 250px; }
  @media (min-width: 1140px) {
    .card {
      height: 398px; } }
  .card-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .card-content h3 {
      border-radius: 10px;
      background-color: rgba(249, 250, 251, 0.8);
      color: var(--grey);
      padding: 5px 10px;
      line-height: 28px;
      margin: 0;
      font-weight: 600; }
      .card-content h3 a {
        color: var(--grey); }
      .card-content h3:hover {
        color: var(--pink); }
  .card .cat {
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    border-radius: 24px;
    background-color: rgba(249, 250, 251, 0.8);
    font-size: 12px;
    padding: 5px 14px 5px 22px;
    font-weight: 500;
    align-self: flex-start;
    position: relative; }
    .card .cat::before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      margin-top: 1px;
      left: 11px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: var(--pink); }

.more {
  color: var(--pink);
  font-weight: bold;
  padding-right: 20px;
  background: url("../media/icons/right-pink.svg") no-repeat right center; }

.main-swiper .swiper-slide {
  width: 300px; }
  .main-swiper .swiper-slide .card {
    height: 500px; }
    @media (min-width: 1140px) {
      .main-swiper .swiper-slide .card {
        height: 600px; } }
  .main-swiper .swiper-slide.double-card {
    width: 290px; }
    @media (min-width: 1140px) {
      .main-swiper .swiper-slide.double-card {
        width: 600px; }
        .main-swiper .swiper-slide.double-card h3 {
          max-width: 80%; } }
.sw-nav {
  position: relative;
  width: 96px;
  display: flex;
  justify-content: space-between; }
  .sw-nav .swiper-button-next, .sw-nav .swiper-button-prev {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--pink);
    border-radius: 24px;
    color: var(--white);
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    left: 0;
    right: 0;
    position: relative; }
    .sw-nav .swiper-button-next::after, .sw-nav .swiper-button-prev::after {
      display: none; }
    .sw-nav .swiper-button-next:hover, .sw-nav .swiper-button-prev:hover {
      background-color: var(--dark-pink); }
  .sw-nav .swiper-button-next {
    background-image: url("../media/icons/right.svg");
    background-repeat: no-repeat;
    background-position: center; }
  .sw-nav .swiper-button-prev {
    background-image: url("../media/icons/left.svg");
    background-repeat: no-repeat;
    background-position: center; }

.weekly-destination {
  background-color: rgba(142, 33, 108, 0.1);
  padding: 64px 0; }
  .weekly-destination .img {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 485px;
    display: block; }
    .weekly-destination .img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-height: 485px; }
  .weekly-destination h2 {
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .weekly-destination h2 {
        margin-bottom: 40px; } }
  .weekly-destination .btn {
    float: right; }

.img-item-box {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 276px;
  display: block; }
  .img-item-box img {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 485px; }

.tags {
  display: flex;
  list-style: none;
  gap: 5px;
  padding: 0;
  margin: 0 0 16px;
  flex-wrap: wrap; }
  .tags li {
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    border-radius: 24px;
    background-color: var(--pink);
    font-size: 12px;
    padding: 2px 14px 2px 22px;
    font-weight: 500;
    align-self: flex-start;
    position: relative;
    margin-bottom: 0; }
    .tags li::before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      margin-top: 1px;
      left: 11px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: var(--white); }
    .tags li a {
      color: var(--white);
      text-decoration: none;
      white-space: nowrap; }
    .tags li:hover {
      background-color: var(--dark-pink);
      color: var(--white); }
      .tags li:hover a {
        color: var(--white); }

.item-content-box {
  display: flex;
  align-items: center;
  height: 100%; }

.article {
  margin-bottom: 32px; }
  .article .order-1 {
    order: 2; }
  .article .order-2 {
    order: 1; }
  @media (max-width: 1139px) {
    .article .order-1 {
      order: 1; }
    .article .order-2 {
      order: 2; } }
.category .article .col-md-6.order-1 {
  order: 2; }
  @media (max-width: 767px) {
    .category .article .col-md-6.order-1 {
      order: 2; } }
.category .article .col-md-6.order-2 {
  order: 1; }
  @media (max-width: 767px) {
    .category .article .col-md-6.order-2 {
      order: 2; } }
.newsletter {
  background: var(--pink);
  padding: 64px 0;
  color: var(--white); }
  .newsletter-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .newsletter-text p {
      margin-bottom: 40px; }
  .newsletter h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 16px; }
  .newsletter h3 {
    font-size: 38px;
    line-height: 48px;
    margin: 0 0 32px;
    color: var(--white);
    font-weight: 600; }
  .newsletter p {
    color: var(--white); }
  .newsletter form input[type="text"] {
    width: 100%;
    height: 44px;
    border-radius: 24px;
    border: 1px solid var(--white);
    background-color: var(--white);
    color: var(--white);
    font-size: 16px;
    padding: 0 16px;
    margin-bottom: 24px; }
  .newsletter form .checkbox {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 24px; }
    .newsletter form .checkbox input[type='checkbox'] {
      appearance: none;
      -webkit-appearance: none;
      max-width: 18px;
      flex: 0 0 18px;
      height: 18px;
      border: 0;
      border-radius: 4px;
      background-color: #fff;
      cursor: pointer;
      margin-top: 3px;
      position: relative;
      transition: background-color 0.2s ease, border-color 0.2s ease; }
      .newsletter form .checkbox input[type='checkbox']::after {
        content: '';
        position: absolute;
        top: 2px;
        left: 5px;
        width: 4px;
        height: 9px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        opacity: 0;
        transition: opacity 0.2s ease; }
      .newsletter form .checkbox input[type='checkbox']:checked {
        background-color: #007bff;
        border-color: #007bff; }
        .newsletter form .checkbox input[type='checkbox']:checked::after {
          opacity: 1; }
    .newsletter form .checkbox small {
      display: block;
      margin: 0; }
  .newsletter form button {
    padding: 8px 18px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 24px;
    background-color: var(--white);
    color: var(--pink);
    border: 0;
    float: right; }
    @media (max-width: 767px) {
      .newsletter form button {
        width: 100%; } }
main section:first-child {
  margin-top: 32px; }

.pagination {
  margin-bottom: 64px;
  padding-top: 32px;
  border-top: 1px solid #EAECF0; }
  .pagination a {
    text-decoration: none;
    color: var(--grey);
    font-size: 16px;
    line-height: 24px; }
    .pagination a:hover {
      color: var(--pink); }
    .pagination a.prev {
      padding-left: 30px;
      background: url("../media/icons/back.svg") no-repeat left center; }
      @media (max-width: 767px) {
        .pagination a.prev {
          display: inline-block;
          width: 30px;
          height: 30px; }
          .pagination a.prev span {
            display: none; } }
    .pagination a.next {
      padding-right: 30px;
      background: url("../media/icons/next.svg") no-repeat right center; }
      @media (max-width: 767px) {
        .pagination a.next {
          display: inline-block;
          width: 30px;
          height: 30px; }
          .pagination a.next span {
            display: none; } }
  .pagination .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .pagination .container ul {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      display: flex; }
      .pagination .container ul li {
        margin: 0 5px; }
        .pagination .container ul li a,
        .pagination .container ul li span {
          display: flex;
          align-items: center;
          justify-content: center;
          min-width: 40px;
          height: 40px;
          padding: 0 10px;
          border-radius: 8px;
          background-color: var(--white);
          color: var(--grey);
          font-size: 16px;
          line-height: 24px; }
          .pagination .container ul li a:hover,
          .pagination .container ul li span:hover {
            background-color: #EAECF0;
            color: var(--black); }
          .pagination .container ul li a.next,
          .pagination .container ul li span.next {
            padding-right: 30px;
            background-position: right 10px center; }
          .pagination .container ul li a.prev,
          .pagination .container ul li span.prev {
            padding-left: 30px;
            background-position: left 10px center; }
          .pagination .container ul li a.current,
          .pagination .container ul li span.current {
            color: var(--black);
            background-color: #EAECF0;
            font-weight: bold; }

hr {
  border: 0;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #EAECF0; }

.meta {
  margin-bottom: 32px; }
  @media (max-width: 767px) {
    .meta {
      margin-bottom: 16px; } }
  .meta .author-date {
    display: flex;
    gap: 48px; }
  .meta .author span,
  .meta .date span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: var(--pink); }

.article-single hr {
  margin-top: 32px; }

.article-single .title-header {
  display: block; }
  .article-single .title-header h1 {
    font-size: 38px;
    line-height: 48px;
    margin: 0 0 24px;
    color: var(--black);
    font-weight: 500;
    font-family: var(--bree); }
  .article-single .title-header .meta .share-article {
    float: right;
    display: flex; }
    @media (max-width: 767px) {
      .article-single .title-header .meta .share-article {
        float: none;
        justify-content: flex-start;
        margin-top: 8px; } }
.article-single .summary p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 32px;
  color: var(--grey); }
  @media (max-width: 767px) {
    .article-single .summary p {
      font-size: 16px;
      line-height: 24px; } }
.article-single img {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  border-radius: 24px; }

.article-single .content {
  padding-right: 64px; }
  @media (max-width: 1139px) {
    .article-single .content {
      padding-right: 0; } }
  .article-single .content h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 24px;
    color: var(--black);
    font-weight: 600;
    font-family: "Inter", sans-serif;
    padding: 0; }
    .article-single .content h2::before {
      display: none; }
  .article-single .content ul,
  .article-single .content ol {
    padding: 0;
    margin: 0 0 32px 20px; }
    .article-single .content ul li,
    .article-single .content ol li {
      font-size: 16px;
      line-height: 24px;
      color: var(--grey);
      margin-bottom: 8px; }
      @media (max-width: 767px) {
        .article-single .content ul li,
        .article-single .content ol li {
          font-size: 14px;
          line-height: 22px; } }
      .article-single .content ul li:last-child,
      .article-single .content ol li:last-child {
        margin-bottom: 0; }
  .article-single .content a {
    color: var(--pink);
    text-decoration: underline; }
    .article-single .content a:hover {
      text-decoration: none; }
  .article-single .content figure {
    padding: 0;
    margin: 0 0 32px;
    width: 100% !important; }
    .article-single .content figure img {
      max-width: 100%;
      height: auto;
      border-radius: 24px;
      margin-bottom: 8px; }
    .article-single .content figure figcaption {
      font-size: 14px;
      line-height: 20px;
      color: var(--grey);
      margin-top: 0; }
  .article-single .content .info-box {
    margin-bottom: 32px;
    padding: 24px;
    border-radius: 24px;
    background-color: rgba(142, 33, 108, 0.1); }
    .article-single .content .info-box *:last-child {
      margin-bottom: 0; }
  .article-single .content .code-box {
    background-color: var(--pink);
    color: var(--white);
    margin-bottom: 32px;
    padding: 24px;
    border-radius: 24px; }
    .article-single .content .code-box *:last-child {
      margin-bottom: 0; }
    .article-single .content .code-box h2,
    .article-single .content .code-box h3,
    .article-single .content .code-box h4,
    .article-single .content .code-box h5,
    .article-single .content .code-box h6,
    .article-single .content .code-box p {
      color: var(--white); }
    .article-single .content .code-box .btn {
      background-color: var(--white);
      color: var(--pink);
      text-decoration: none; }
      .article-single .content .code-box .btn:hover {
        background-color: var(--light-grey);
        color: var(--black); }

.share-article {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 6px; }
  .share-article .copy-link {
    display: inline-block;
    border: 1px solid #EAECF0;
    border-radius: 24px;
    padding: 10px 14px 10px 38px;
    color: var(--black);
    font-size: 14px;
    font-weight: 600;
    background: url("../media/icons/copy.svg") no-repeat 14px center; }
  .share-article .facebook {
    display: inline-block;
    border: 1px solid #EAECF0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: url("../media/icons/fb-grey.svg") no-repeat center; }
  .share-article .x {
    display: inline-block;
    border: 1px solid #EAECF0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: url("../media/icons/x-grey.svg") no-repeat center; }
  .share-article .linkedin {
    display: inline-block;
    border: 1px solid #EAECF0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: url("../media/icons/ln-grey.svg") no-repeat center; }

.related hr {
  margin-top: 64px; }

.weekly-sidebar-item {
  border: 1px solid #EAECF0;
  border-radius: 24px;
  background: #F9FAFB url("../media/icons/air.png") no-repeat 32px 32px;
  padding: 120px 32px 40px;
  margin-bottom: 32px; }
  .weekly-sidebar-item input {
    width: 100%;
    height: 44px;
    padding: 16px;
    border: 1px solid #EAECF0;
    border-radius: 24px;
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    background-color: var(--white);
    margin-bottom: 6px; }
  .weekly-sidebar-item small {
    display: block;
    font-size: 14px;
    color: var(--grey);
    margin-bottom: 16px; }
    .weekly-sidebar-item small a {
      color: var(--pink);
      text-decoration: underline; }
      .weekly-sidebar-item small a:hover {
        text-decoration: none; }
  .weekly-sidebar-item button {
    border: 0;
    width: 100%;
    cursor: pointer; }

.search-results-list {
  margin-top: 32px; }
  .search-results-list article:last-child hr {
    display: none; }
