@import url("https://use.typekit.net/mfj1bbn.css");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&display=swap&subset=latin-ext");
:root {
  --qahwcag_base-font-size: 1;
  --borderColor: #222;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  border: 0;
  font: inherit;
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
  background: #ccc;
}

::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 0.8rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

html {
  font-size: 62.5%;
}

body {
  font: 400 clamp(1.6rem * var(--qahwcag_base-font-size, 1), 1.5264rem + 0.23vw * var(--qahwcag_base-font-size, 1), 1.8rem * var(--qahwcag_base-font-size, 1))/1.4 "DM Sans";
  color: #202020;
  overflow-x: hidden;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}

strong {
  font-weight: 700;
}

.oh {
  overflow: hidden;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.mw-100 {
  max-width: 100%;
}
.mw-px {
  width: var(--mw, auto);
  max-width: 100%;
}
.mw-px-reverse {
  width: 100%;
  max-width: var(--mw, auto);
}

.line-height-120 {
  line-height: 120%;
}
.line-height-130 {
  line-height: 130%;
}
.line-height-140 {
  line-height: 140%;
}
.line-height-150 {
  line-height: 150%;
}

.text-semibold {
  font-weight: 600;
}
.text-medium {
  font-weight: 500;
}
.text-bold {
  font-weight: 700;
}
.text-light {
  font-weight: 300;
}
.text-upper {
  text-transform: uppercase;
}
.text-underline {
  text-decoration: underline;
}
.text-nw {
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-line-height-1 {
  line-height: 1;
}
.text-line-height-1-1 {
  line-height: 1.1;
}
.text-line-height-1-2 {
  line-height: 1.2;
}
.text-white {
  color: #fff;
}
.text-primary {
  color: #D6146B;
}
.text-secondary {
  color: #D6007E;
}
.text-xsmall {
  font-size: clamp(1rem * var(--qahwcag_base-font-size, 1), 0.9264rem + 0.23vw * var(--qahwcag_base-font-size, 1), 1.2rem * var(--qahwcag_base-font-size, 1));
}
.text-small {
  font-size: clamp(1.2rem * var(--qahwcag_base-font-size, 1), 1.1264rem + 0.23vw * var(--qahwcag_base-font-size, 1), 1.4rem * var(--qahwcag_base-font-size, 1));
}
.text-normal {
  font-size: clamp(1.4rem * var(--qahwcag_base-font-size, 1), 1.3264rem + 0.23vw * var(--qahwcag_base-font-size, 1), 1.6rem * var(--qahwcag_base-font-size, 1));
}
.text-semibig {
  font-size: clamp(1.6rem * var(--qahwcag_base-font-size, 1), 1.456rem + 0.45vw * var(--qahwcag_base-font-size, 1), 2rem * var(--qahwcag_base-font-size, 1));
}
.text-big {
  font-size: clamp(1.8rem * var(--qahwcag_base-font-size, 1), 1.5824rem + 0.68vw * var(--qahwcag_base-font-size, 1), 2.4rem * var(--qahwcag_base-font-size, 1));
}
.text-large {
  font-size: clamp(2.2rem * var(--qahwcag_base-font-size, 1), 1.8352rem + 1.14vw * var(--qahwcag_base-font-size, 1), 3.2rem * var(--qahwcag_base-font-size, 1));
}
.text-xlarge {
  font-size: clamp(2.8rem * var(--qahwcag_base-font-size, 1), 2rem + 2.5vw * var(--qahwcag_base-font-size, 1), 5rem * var(--qahwcag_base-font-size, 1));
}

a,
button {
  color: inherit;
  font: inherit;
  cursor: pointer;
  background: none;
  transition: all 0.3s;
}
a:focus,
button:focus {
  outline: 2px solid rgba(214, 20, 107, 0.2);
  transition: none;
}

sup,
sub,
small {
  font-size: 70%;
  line-height: 0;
}

video {
  display: block;
  width: 100%;
  background: #000;
  aspect-ratio: 16/9;
}

.video-portrait {
  width: auto;
  max-height: 85svh;
}

p {
  margin: 1rem 0;
  text-wrap: pretty;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
  text-decoration-color: #555;
}

.target {
  white-space: nowrap;
}
.target:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1rem 0 0.4rem;
  background: currentColor;
  -webkit-mask: url("../img/ico/external-link.svg") no-repeat;
  mask: url("../img/ico/external-link.svg") no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 1.1rem;
  height: 1.1rem;
  opacity: 0.8;
}
.target-white:after {
  background-image: url("../img/ico/external-link-white.svg");
}

.fontsize-10 {
  font-size: calc(1rem * var(--qahwcag_base-font-size));
}
.fontsize-12 {
  font-size: calc(1.2rem * var(--qahwcag_base-font-size));
}
.fontsize-16 {
  font-size: calc(1.6rem * var(--qahwcag_base-font-size));
}
.fontsize-18 {
  font-size: calc(1.8rem * var(--qahwcag_base-font-size));
}
.fontsize-20 {
  font-size: calc(2rem * var(--qahwcag_base-font-size));
}
.fontsize-22 {
  font-size: calc(2.2rem * var(--qahwcag_base-font-size));
}
.fontsize-22-sm-18 {
  font-size: calc(2.2rem * var(--qahwcag_base-font-size));
}
.fontsize-30 {
  font-size: calc(3rem * var(--qahwcag_base-font-size));
}
.fontsize-30-26-22 {
  font-size: calc(3rem * var(--qahwcag_base-font-size));
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-fit {
  object-fit: cover;
  width: 100%;
}

picture {
  display: block;
}

.pos-r {
  position: relative;
}

.bg {
  background: no-repeat;
}
.bg-center {
  background-position: center;
}
.bg-cover {
  background-size: cover;
}
.bg-top {
  background-position: top;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-white {
  background-color: #fff;
}
.bg-primary {
  background-color: #D6146B;
}
.bg-secondary {
  background-color: #D6007E;
}
.bg-pink {
  background-color: #EB5C88;
}
.bg-gray {
  background-color: #F2F2F2;
}
.bg-gradient {
  background-image: linear-gradient(#F23961, #EE3B9E, #F23961);
}

.mar-0 {
  margin: 0;
}

.mat-0 {
  margin-top: 0rem;
}
.mat-1 {
  margin-top: 1rem;
}
.mat-2 {
  margin-top: 2rem;
}
.mat-3 {
  margin-top: 3rem;
}
.mat-4 {
  margin-top: 4rem;
}
.mat-5 {
  margin-top: 5rem;
}
.mat-6 {
  margin-top: 6rem;
}
.mat-7 {
  margin-top: 7rem;
}
.mat-8 {
  margin-top: 8rem;
}
.mat-9 {
  margin-top: 9rem;
}
.mat-10 {
  margin-top: 10rem;
}

.mab-0 {
  margin-bottom: 0rem;
}
.mab-1 {
  margin-bottom: 1rem;
}
.mab-2 {
  margin-bottom: 2rem;
}
.mab-3 {
  margin-bottom: 3rem;
}
.mab-4 {
  margin-bottom: 4rem;
}
.mab-5 {
  margin-bottom: 5rem;
}
.mab-6 {
  margin-bottom: 6rem;
}
.mab-7 {
  margin-bottom: 7rem;
}
.mab-8 {
  margin-bottom: 8rem;
}
.mab-9 {
  margin-bottom: 9rem;
}
.mab-10 {
  margin-bottom: 10rem;
}
.mab-05 {
  margin-bottom: 0.5rem;
}
.mab-24 {
  margin-bottom: 2.4rem;
}
.mab-minus-1 {
  margin-bottom: -1rem;
}
.mab-minus-2 {
  margin-bottom: -2rem;
}
.mab-minus-3 {
  margin-bottom: -3rem;
}
.mab-minus-4 {
  margin-bottom: -4rem;
}

.radius {
  border-radius: 1.5rem;
}
.radius-big {
  border-radius: 3rem;
}
.radius-full {
  border-radius: 50%;
}

.shadow {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.list {
  margin-left: 0;
  list-style: none;
}
.list-dotted {
  list-style-type: disc;
  margin-left: 1.3em;
}
.list-dotted-primary > li::marker {
  color: #D6146B;
  font-size: 1.2em;
}
.list-dotted-secondary > li::marker {
  color: #D6007E;
  font-size: 1.2em;
}
.list-numeric {
  margin-left: 20px;
  list-style-type: decimal;
}