abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: Inter, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  outline: 0;
  outline-style: none;
}
input:focus,
select:focus {
  outline: 0;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.clearfix:before {
  display: block;
  content: "";
  clear: both;
}
@font-face {
  font-family: Muli;
  src: url(https://web.glance-cdn.com/website/fonts/muli/Muli-Light.ttf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Muli;
  src: url(https://web.glance-cdn.com/website/fonts/muli/Muli-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Muli;
  src: url(https://web.glance-cdn.com/website/fonts/muli/Muli-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Muli;
  src: url(https://web.glance-cdn.com/website/fonts/muli/Muli-Black.ttf);
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url(https://web.glance-cdn.com/website/fonts/Inter/Inter-ExtraBold.woff2)
      format("woff2"),
    url(https://web.glance-cdn.com/website/fonts/Inter/Inter-ExtraBold.woff)
      format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(https://web.glance-cdn.com/website/fonts/Inter/Inter-Black.woff2)
      format("woff2"),
    url(https://web.glance-cdn.com/website/Inter/Inter-Black.woff)
      format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(https://web.glance-cdn.com/website/fonts/Inter/Inter-Bold.woff2)
      format("woff2"),
    url(https://web.glance-cdn.com/website/fonts/Inter/Inter-Bold.woff)
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(https://web.glance-cdn.com/website/fonts/Inter/Inter-SemiBold.woff2)
      format("woff2"),
    url(https://web.glance-cdn.com/website/fonts/Inter/Inter-SemiBold.woff)
      format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(https://web.glance-cdn.com/website/fonts/Inter/Inter-Regular.woff2)
      format("woff2"),
    url(https://web.glance-cdn.com/website/fonts/Inter/Inter-Regular.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(https://web.glance-cdn.com/website/fonts/Inter/Inter-Light.woff2)
      format("woff2"),
    url(https://web.glance-cdn.com/website/fonts/Inter/Inter-Light.woff)
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  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: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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;
}
.slick-loading .slick-list {
  background: #fff url(./ajax-loader.gif) center center no-repeat;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(./fonts/slick.eot);
  src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(./fonts/slick.woff) format("woff"),
    url(./fonts/slick.ttf) format("truetype"),
    url(./fonts/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
html {
  font-size: 14px;
  color: #000;
}
b {
  font-weight: 600;
}
a {
  color: #000;
  outline-style: none;
}
.h-primary {
  font-size: 4em;
  font-weight: 900;
  line-height: 1.156;
}
.h-secondary {
  font-size: 3em;
  font-weight: 900;
  line-height: 1.156;
}
.h-tertiary {
  font-size: 2em;
  font-weight: 900;
  line-height: 1.25;
}
.h-alternate {
  font-size: 2.4em;
  font-weight: 900;
  line-height: 1.25;
}
.h-small {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.25;
}
.h-big {
  font-size: 7.75em;
  font-weight: 900;
  line-height: 1.26;
}
.para-prim-light {
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.63;
}
.para-prim-reg {
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.5;
}
.para-sec-reg {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
}
.para-sec-light {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
}
.para-ter {
  font-size: 0.875em;
  line-height: 1.5;
}
.white {
  color: #fff !important;
}
.black {
  color: #000 !important;
}
.p-clr {
  color: #fc024d !important;
}
.no-border {
  border: none !important;
}
.line-height-0 {
  line-height: normal !important;
}
.width100 {
  width: 100%;
}
.height100 {
  height: 100%;
}
.center {
  text-align: center;
}
.image-dimension {
  width: 100%;
  height: auto;
}
.flex-center-h {
  justify-content: center;
}
.flex-center-v {
  align-items: center;
}
.flex-center-all {
  justify-content: center;
  align-items: center;
}
.max1170 {
  max-width: 90%;
  margin: auto;
}
.section-tile {
  margin-bottom: 120px;
}
.margin-0 {
  margin: 0 !important;
}
.padding-0 {
  margin: 0 !important;
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.hide {
  display: none !important;
}
.show {
  display: block;
}
.hidden-mob {
  display: block;
}
.hidden-web {
  display: none;
}
.btn-normal {
  background: #fc024d;
  border-radius: 28px;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
}
.btn-normal:hover {
  background: rgba(252, 2, 77, 0.8);
}
.btn-normal a,
.btn-normal a:hover {
  color: #fff;
  text-decoration: none;
}
.btn-arrow {
  margin-top: 30px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.btn-arrow a {
  padding: 10px;
  padding-left: 10px;
  transition: all 0.3s ease-in-out;
}
.btn-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fc024d;
  width: 1px;
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}
.btn-arrow:before {
  content: " ";
  position: absolute;
  top: 17px;
  left: 0;
  height: auto;
  background-color: #fc024d;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
  transform-origin: left;
  display: inline-block;
  font-size: 16px;
  height: 1px;
  width: 16px;
}
.btn-arrow > span:before {
  content: "\02C6";
  position: absolute;
  transform: rotate(90deg);
  font-size: 25px;
  top: 5px;
  left: 5px;
  color: #fc024d;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}
.btn-arrow > span {
  margin-right: 5px;
  transition: all 0.3s;
}
.btn-arrow:hover > span {
  margin-right: 10px;
}
.btn-arrow:hover:after {
  transform: scale(0);
}
.btn-arrow:hover a {
  padding-left: 10px;
  margin-left: 10px;
}
.btn-arrow:hover > span:before {
  opacity: 1;
  visibility: visible;
}
.btn-arrow:hover:before {
  transform: scale(1);
  opacity: 1;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  height: 60px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header section {
  height: 100%;
}
header.full {
  display: none;
}
header.nav-up {
  top: -60px;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .logo-container {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  flex: 2;
}
header .logo-container img {
  width: 50%;
}
.header-menu {
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
  display: block;
}
.main-menu {
  display: block;
  list-style-type: none;
  font-weight: 400;
}
.main-menu li {
  display: inline-block;
  padding: 0 20px;
  text-align: center;
}
.main-menu li a {
  font-size: 14px;
  color: #3b3b3b;
}
.main-menu li a:hover {
  color: #fc024d;
}
.btn-p {
  padding: 22px 20px;
  color: #fff;
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
}
.btn-p .part2 {
  display: flex;
  align-items: center;
  height: 100%;
}
.btn-p .arrow {
  display: flex;
  margin-left: 5px;
  align-items: center;
}
.btn-p .arrow:before {
  content: "\2192";
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: absolute;
  top: calc(50% - 8px);
  transition: transform 0.5s ease-in-out;
  transform: scale(0);
  transform-origin: left;
  color: #fff;
}
.btn-p:hover .arrow:before {
  transform: scale(1);
}
.btn-p:after {
  background: #fc024d;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.btn-p:before {
  content: "";
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  transition: all 0.5s ease-in-out;
  left: 0;
  z-index: -1;
}
.btn-p:hover {
  color: #3b3b3b;
}
.btn-p:hover:after {
  left: 27%;
  width: 80%;
}
.btn-p:hover:before {
  width: 100%;
}
footer {
  position: relative;
  z-index: 3;
  padding: 100px 0;
  background-color: #000;
  margin-top: 200px;
}
.footer-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-menu .single-col {
  display: inline-block;
  vertical-align: top;
  margin-right: 5.3vw;
  float: left;
}
.footer-menu .row-heading {
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0 0 20px;
}
.footer-menu ul li a {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  display: block;
  margin-bottom: 9px;
  opacity: 0.7;
}
.footer-menu ul li a:hover {
  color: #6f7c95;
}
.footer-social {
  display: flex;
  flex-direction: column;
}
.footer-social .social-media {
  flex-grow: 1;
}
.footer-social .social-media ul {
  text-align: right;
}
.footer-social .social-media ul li {
  margin-left: 20px;
  margin-bottom: 50px;
}
.footer-social .social-media ul li,
.footer-social .social-media ul li a {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 40px;
}
.footer-social .social-media li a img {
  width: 100%;
  height: auto;
}
.privacy-seal{
  display: flex;
  margin-bottom: 0.5rem;
  justify-content: flex-end;
}
.copyright {
  font-size: 14px;
  color: #fff;
  text-align: right;
  opacity: 0.7;
}
.accept-cookie {
  position: sticky;
  z-index: 10000;
  width: 100%;
  bottom: 0;
  top: auto;
  box-shadow: 0 -1px 3px #eaf0f6;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.accept-cookie-inner {
  padding: 20px;
  margin: 0 auto;
  max-width: 1200px;
}
.cookie-content p {
  font-family: Inter;
}
.cookie-link {
  color: #fc024d;
  font-family: Inter;
}
.button-continer {
  margin-top: 20px;
  margin-bottom: 10px;
  float: right;
}
.cookie-button {
  font-family: Inter;
  font-size: 12px;
  font-weight: 800;
}
@media (min-width: 1400px) {
  .max1170 {
    max-width: 1366px;
    margin: auto;
  }
}
@media (min-width: 1500px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
  .hidden-mob {
    display: none;
  }
  .hidden-web {
    display: block;
  }
  .btn-p:after,
  .btn-p:before {
    display: none;
  }
  .h-alternate,
  .h-primary,
  .h-secondary,
  .h-tertiary {
    margin-bottom: 10px;
  }
  header {
    height: 46px;
    padding: 0;
    position: fixed;
  }
  header.full {
    opacity: 0;
  }
  header.nav-up {
    top: -46px;
  }
  .header-container {
    padding: 0 20px;
    max-width: 100%;
  }
  header .logo-container {
    position: relative;
    width: 58%;
    flex: none;
  }
  header .logo-container .logo-img {
    text-align: right;
  }
  header .logo-container img {
    width: 36%;
  }
  #nav-icon3 {
    width: 24px;
    height: 18px;
    position: absolute;
    top: 10px;
    left: 0;
    margin: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    z-index: 10;
  }
  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fc024d;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #nav-icon3 span:nth-child(1) {
    top: 0;
  }
  #nav-icon3 span:nth-child(2),
  #nav-icon3 span:nth-child(3) {
    top: 7px;
    left: 5px;
  }
  #nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 4px;
  }
  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 4px;
  }
  .main-menu {
    position: fixed;
    left: -100%;
    top: 46px;
    transform: translateX(0);
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    transition: all 0.5s ease-in-out;
    overflow-y: auto;
    z-index: 9;
    padding-top: 35px;
  }
  .main-menu li {
    display: block;
    padding: 0 30px 30px 30px;
    margin-top: 9px;
    text-align: center;
  }
  .main-menu.open {
    transform: translateX(100%);
  }
  .header-action {
    margin-right: 0;
    width: 40%;
    display: flex;
    justify-content: flex-end;
  }
  .btn-p .arrow {
    display: none;
  }
  .btn-p:hover {
    color: #fff;
  }
  .header-action a {
    font-size: 9px;
    padding: 7px 10px;
    color: #fff;
    background: #fc024d;
  }
  .header-action a span {
    padding: 0;
    background: 0 0;
    color: #fff;
  }
  .header-btn:after {
    background: 0 0;
  }
  footer {
    padding: 50px 0;
  }
  .footer-container {
    display: flex;
    flex-direction: column;
  }
  .footer-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-menu .single-col {
    flex: 0 50%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .footer-social {
    text-align: center;
  }
  .footer-social .social-media ul {
    text-align: center;
  }
  .footer-social ul li:first-child {
    margin-left: 0;
  }
  .copyright {
    text-align: center;
  }
  .privacy-seal {
    margin-bottom: 0.5rem;
    display: block;
  }
  .cookie-content {
    font-size: 12px;
  }
  .cookie-button {
    font-size: 11px;
  }
}
@media (max-width: 375px) {
  .header-container {
    width: auto;
  }
}
