@font-face {
  font-family: 'Cal Sans Text';
  src: url('../font/CalSansUI-TextBold.woff2') format('woff2'),
    url('../font/CalSansUI-TextBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cal Sans Text';
  src: url('../font/CalSansUI-TextLight.woff2') format('woff2'),
    url('../font/CalSansUI-TextLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cal Sans Text';
  src: url('../font/CalSansUI-TextMedium.woff2') format('woff2'),
    url('../font/CalSansUI-TextMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cal Sans Text';
  src: url('../font/CalSansUI-TextRegular.woff2') format('woff2'),
    url('../font/CalSansUI-TextRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cal Sans Text';
  src: url('../font/CalSansUI-TextSemiBold.woff2') format('woff2'),
    url('../font/CalSansUI-TextSemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Apercu Mono Pro';
  src: url('../font/ApercuMonoPro-Regular.woff2') format('woff2'),
    url('../font/ApercuMonoPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}





* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  list-style: none;
  font-family: 'Cal Sans Text', sans-serif;
}

body {
  scroll-behavior: smooth;
  background-color: #F6F9FF;

}

img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}


a,
.uk-link {
  text-decoration: none;
  cursor: pointer;
}

/*
 * Sizes
 */
h1,
.uk-h1 {
  font-size: 40px;
  line-height: 1.2;
}

h2,
.uk-h2 {
  font-size: 30px;
  line-height: 1.3;
}

h3,
.uk-h3 {
  font-size: 24px;
  line-height: 1.4;
}

h4,
.uk-h4 {
  font-size: 20px;
  line-height: 1.4;
}

h5,
.uk-h5 {
  font-size: 16px;
  line-height: 1.4;
}

h6,
.uk-h6 {
  font-size: 14px;
  line-height: 1.4;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {

  h1,
  .uk-h1 {
    font-size: 40px;
  }

  h2,
  .uk-h2 {
    font-size: 30px;
  }
}

/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px;
}

/*
 * Reset margin for nested lists
 */
ul>li>ul,
ul>li>ol,
ol>li>ol,
ol>li>ul {
  margin: 0;
}

/* Description lists
 ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Horizontal rules
 ========================================================================== */
/*
 * 1. Show the overflow in Chrome, Edge and IE.
 * 2. Add the correct text-align in Edge and IE.
 * 3. Style
 */
hr,
.uk-hr {
  /* 1 */
  overflow: visible;
  /* 2 */
  text-align: inherit;
  /* 3 */
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

/* Add margin if adjacent element */
*+hr,
*+.uk-hr {
  margin-top: 20px;
}


/* Focus
 ========================================================================== */
:focus {
  outline: none;
}

/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px;
  --gap: 16px;
  --gap-s: 8px;
  --radius: clamp(12px, 3vw, 16px);
  --radius-m: clamp(8px, 3vw, 12px);
  --radius-s: clamp(4px, 3vw, 8px);
  --primary: #0B2D46;
  --secondary: #3b54a4;
  --para: #6B6B6B;
  --secondary: rgba(0, 0, 0, .9);
  --light: #fff;
  --para-white: rgba(255, 255, 255, 0.7);
  --cal-sans: 'Cal Sans Text', sans-serif;
  --secondary-font: 'Apercu Mono Pro', sans-serif;

}


/* ========================================================================
   Component: Section
 ========================================================================== */
/*
 * 1. Make it work with `100vh` and height in general
 */
.uk-section {
  display: flow-root;
  box-sizing: border-box;
  /* 1 */
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/*
 * Remove margin from the last-child
 */
.uk-section> :last-child {
  margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

.uk-section-xsmall-top {
  padding-top: 20px;
}

.uk-section-xsmall-bottom {
  padding-bottom: 20px;
}

/*
 * Small
 */
.uk-section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.uk-section-small-top {
  padding-top: 40px;
}

.uk-section-small-bottom {
  padding-bottom: 40px;
}

/*
 * Medium
 */
.uk-section-medium-top {
  padding-top: 40px;
}

.uk-section-medium-bottom {
  padding-bottom: 40px;
}

/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-section-medium-top {
    padding-top: 70px;
  }

  .uk-section-medium-bottom {
    padding-bottom: 70px;
  }
}

/*
 * Large
 */
.uk-section-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

.uk-section-large-top {
  padding-top: 70px;
}

.uk-section-large-bottom {
  padding-bottom: 70px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .uk-section-large-top {
    padding-top: 140px;
  }

  .uk-section-large-bottom {
    padding-bottom: 140px;
  }
}

/*
 * XLarge
 */
.uk-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

.uk-section-xlarge-top {
  padding-top: 140px;
}

.uk-section-xlarge-bottom {
  padding-bottom: 140px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .uk-section-xlarge-top {
    padding-top: 210px;
  }

  .uk-section-xlarge-bottom {
    padding-bottom: 210px;
  }
}


/* Overlap modifier
 ========================================================================== */
/*
 * Reserved modifier to make a section overlap another section with an border image
 * Implemented by the theme
 */
/* ========================================================================
   Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.uk-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

/* Phone landscape and bigger */
/* @media (min-width: 640px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px;
  }
} */

/* Tablet landscape and bigger */
/* @media (min-width: 960px) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px;
  }
} */

/*
 * Remove margin from the last-child
 */
.uk-container> :last-child {
  margin-bottom: 0;
}

/*
 * Remove padding from nested containers
 */
.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0;
}

/* Size modifier
 ========================================================================== */
.uk-container-xsmall {
  max-width: 750px;
}

.uk-container-small {
  max-width: 1080px;
}

.uk-container-large {
  max-width: 1400px;
}

.uk-container-xlarge {
  max-width: 1600px;
}

.uk-container-expand {
  max-width: none;
}

/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
.uk-container-expand-left {
  margin-left: 0;
}

.uk-container-expand-right {
  margin-right: 0;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {

  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px);
  }

  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 30px);
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {

  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(50% + (1200px / 2) - 40px);
  }

  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px);
  }

  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 40px);
  }

  .uk-container-expand-left.uk-container-large,
  .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1400px / 2) - 40px);
  }

  .uk-container-expand-left.uk-container-xlarge,
  .uk-container-expand-right.uk-container-xlarge {
    max-width: calc(50% + (1600px / 2) - 40px);
  }
}

/* Item
 ========================================================================== */
/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
  width: calc(100% + 15px);
}

.uk-container-item-padding-remove-left {
  margin-left: -15px;
}

.uk-container-item-padding-remove-right {
  margin-right: -15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {

  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 30px);
  }

  .uk-container-item-padding-remove-left {
    margin-left: -30px;
  }

  .uk-container-item-padding-remove-right {
    margin-right: -30px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {

  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 40px);
  }

  .uk-container-item-padding-remove-left {
    margin-left: -40px;
  }

  .uk-container-item-padding-remove-right {
    margin-right: -40px;
  }
}


/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.uk-grid {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */
.uk-grid>* {
  margin: 0;
}

/*
 * Remove margin from the last-child
 */
.uk-grid>*> :last-child {
  margin-bottom: 0;
}

/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
.uk-grid {
  margin-left: -30px;
}

.uk-grid>* {
  padding-left: 30px;
}

/* Vertical */
.uk-grid+.uk-grid,
.uk-grid>.uk-grid-margin,
*+.uk-grid-margin {
  margin-top: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {

  /* Horizontal */
  .uk-grid {
    margin-left: -40px;
  }

  .uk-grid>* {
    padding-left: 40px;
  }

  /* Vertical */
  .uk-grid+.uk-grid,
  .uk-grid>.uk-grid-margin,
  *+.uk-grid-margin {
    margin-top: 40px;
  }
}

/*
 * Small
 */
/* Horizontal */
.uk-grid-small,
.uk-grid-column-small {
  margin-left: -16px;
}

.uk-grid-small>*,
.uk-grid-column-small>* {
  padding-left: 16px;
}

/* Vertical */
.uk-grid+.uk-grid-small,
.uk-grid+.uk-grid-row-small,
.uk-grid-small>.uk-grid-margin,
.uk-grid-row-small>.uk-grid-margin,
*+.uk-grid-margin-small {
  margin-top: 16px;
}

/*
 * Medium
 */
/* Horizontal */
.uk-grid-medium,
.uk-grid-column-medium {
  margin-left: -30px;
}

.uk-grid-medium>*,
.uk-grid-column-medium>* {
  padding-left: 30px;
}

/* Vertical */
.uk-grid+.uk-grid-medium,
.uk-grid+.uk-grid-row-medium,
.uk-grid-medium>.uk-grid-margin,
.uk-grid-row-medium>.uk-grid-margin,
*+.uk-grid-margin-medium {
  margin-top: 30px;
}

/*
 * Large
 */
/* Horizontal */
.uk-grid-large,
.uk-grid-column-large {
  margin-left: -56px;
}

.uk-grid-large>*,
.uk-grid-column-large>* {
  padding-left: 57px;
}

/* Vertical */
.uk-grid+.uk-grid-large,
.uk-grid+.uk-grid-row-large,
.uk-grid-large>.uk-grid-margin,
.uk-grid-row-large>.uk-grid-margin,
*+.uk-grid-margin-large {
  margin-top: 40px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {

  /* Horizontal */
  .uk-grid-large,
  .uk-grid-column-large {
    margin-left: -70px;
  }

  .uk-grid-large>*,
  .uk-grid-column-large>* {
    padding-left: 70px;
  }

  /* Vertical */
  .uk-grid+.uk-grid-large,
  .uk-grid+.uk-grid-row-large,
  .uk-grid-large>.uk-grid-margin,
  .uk-grid-row-large>.uk-grid-margin,
  *+.uk-grid-margin-large {
    margin-top: 70px;
  }
}

/*
 * Collapse
 */
/* Horizontal */
.uk-grid-collapse,
.uk-grid-column-collapse {
  margin-left: 0;
}

.uk-grid-collapse>*,
.uk-grid-column-collapse>* {
  padding-left: 0;
}

/* Vertical */
.uk-grid+.uk-grid-collapse,
.uk-grid+.uk-grid-row-collapse,
.uk-grid-collapse>.uk-grid-margin,
.uk-grid-row-collapse>.uk-grid-margin {
  margin-top: 0;
}

/* Divider
 ========================================================================== */
.uk-grid-divider>* {
  position: relative;
}

.uk-grid-divider> :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}

/* Vertical */
.uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}

/*
 * Default
 */
/* Horizontal */
.uk-grid-divider {
  margin-left: -60px;
}

.uk-grid-divider>* {
  padding-left: 60px;
}

.uk-grid-divider> :not(.uk-first-column)::before {
  left: 30px;
}

/* Vertical */
.uk-grid-divider.uk-grid-stack>.uk-grid-margin {
  margin-top: 60px;
}

.uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
  top: -30px;
  left: 60px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {

  /* Horizontal */
  .uk-grid-divider {
    margin-left: -80px;
  }

  .uk-grid-divider>* {
    padding-left: 80px;
  }

  .uk-grid-divider> :not(.uk-first-column)::before {
    left: 40px;
  }

  /* Vertical */
  .uk-grid-divider.uk-grid-stack>.uk-grid-margin {
    margin-top: 80px;
  }

  .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
    top: -40px;
    left: 80px;
  }
}

/*
 * Small
 */
/* Horizontal */
.uk-grid-divider.uk-grid-small,
.uk-grid-divider.uk-grid-column-small {
  margin-left: -30px;
}

.uk-grid-divider.uk-grid-small>*,
.uk-grid-divider.uk-grid-column-small>* {
  padding-left: 30px;
}

.uk-grid-divider.uk-grid-small> :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-small> :not(.uk-first-column)::before {
  left: 15px;
}

/* Vertical */
.uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin,
.uk-grid-divider.uk-grid-row-small.uk-grid-stack>.uk-grid-margin {
  margin-top: 30px;
}

.uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin::before {
  top: -15px;
  left: 30px;
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack>.uk-grid-margin::before {
  top: -15px;
}

.uk-grid-divider.uk-grid-column-small.uk-grid-stack>.uk-grid-margin::before {
  left: 30px;
}

/*
 * Medium
 */
/* Horizontal */
.uk-grid-divider.uk-grid-medium,
.uk-grid-divider.uk-grid-column-medium {
  margin-left: -60px;
}

.uk-grid-divider.uk-grid-medium>*,
.uk-grid-divider.uk-grid-column-medium>* {
  padding-left: 60px;
}

.uk-grid-divider.uk-grid-medium> :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-medium> :not(.uk-first-column)::before {
  left: 30px;
}

/* Vertical */
.uk-grid-divider.uk-grid-medium.uk-grid-stack>.uk-grid-margin,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack>.uk-grid-margin {
  margin-top: 60px;
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack>.uk-grid-margin::before {
  top: -30px;
  left: 60px;
}

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack>.uk-grid-margin::before {
  top: -30px;
}

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack>.uk-grid-margin::before {
  left: 60px;
}

/*
 * Large
 */
/* Horizontal */
.uk-grid-divider.uk-grid-large,
.uk-grid-divider.uk-grid-column-large {
  margin-left: -80px;
}

.uk-grid-divider.uk-grid-large>*,
.uk-grid-divider.uk-grid-column-large>* {
  padding-left: 80px;
}

.uk-grid-divider.uk-grid-large> :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-large> :not(.uk-first-column)::before {
  left: 40px;
}

/* Vertical */
.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin,
.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin {
  margin-top: 80px;
}

.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin::before {
  top: -40px;
  left: 80px;
}

.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin::before {
  top: -40px;
}

.uk-grid-divider.uk-grid-column-large.uk-grid-stack>.uk-grid-margin::before {
  left: 80px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {

  /* Horizontal */
  .uk-grid-divider.uk-grid-large,
  .uk-grid-divider.uk-grid-column-large {
    margin-left: -140px;
  }

  .uk-grid-divider.uk-grid-large>*,
  .uk-grid-divider.uk-grid-column-large>* {
    padding-left: 140px;
  }

  .uk-grid-divider.uk-grid-large> :not(.uk-first-column)::before,
  .uk-grid-divider.uk-grid-column-large> :not(.uk-first-column)::before {
    left: 70px;
  }

  /* Vertical */
  .uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin,
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin {
    margin-top: 140px;
  }

  .uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin::before {
    top: -70px;
    left: 140px;
  }

  .uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin::before {
    top: -70px;
  }

  .uk-grid-divider.uk-grid-column-large.uk-grid-stack>.uk-grid-margin::before {
    left: 140px;
  }
}

/* Match child of a grid cell
 ========================================================================== */
/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */
.uk-grid-match>*,
.uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
}

.uk-grid-match>*> :not([class*="uk-width"]),
.uk-grid-item-match> :not([class*="uk-width"]) {
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  /* 3 */
  flex: auto;
}

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*="uk-animation-"] {
  animation: 0.5s ease-out both;
}

/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}

/*
 * Scale
 */
.uk-animation-scale-up {
  animation-name: uk-fade, uk-scale-up;
}

.uk-animation-scale-down {
  animation-name: uk-fade, uk-scale-down;
}

/*
 * Slide
 */
.uk-animation-slide-top {
  animation-name: uk-fade, uk-slide-top;
}

.uk-animation-slide-bottom {
  animation-name: uk-fade, uk-slide-bottom;
}

.uk-animation-slide-left {
  animation-name: uk-fade, uk-slide-left;
}

.uk-animation-slide-right {
  animation-name: uk-fade, uk-slide-right;
}

/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  animation-name: uk-fade, uk-slide-top-small;
}

.uk-animation-slide-bottom-small {
  animation-name: uk-fade, uk-slide-bottom-small;
}

.uk-animation-slide-left-small {
  animation-name: uk-fade, uk-slide-left-small;
}

.uk-animation-slide-right-small {
  animation-name: uk-fade, uk-slide-right-small;
}

/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  animation-name: uk-fade, uk-slide-top-medium;
}

.uk-animation-slide-bottom-medium {
  animation-name: uk-fade, uk-slide-bottom-medium;
}

.uk-animation-slide-left-medium {
  animation-name: uk-fade, uk-slide-left-medium;
}

.uk-animation-slide-right-medium {
  animation-name: uk-fade, uk-slide-right-medium;
}

/*
 * Kenburns
 */
.uk-animation-kenburns {
  animation-name: uk-kenburns;
  animation-duration: 15s;
}

/*
 * Shake
 */
.uk-animation-shake {
  animation-name: uk-shake;
}

/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */
.uk-animation-stroke {
  animation-name: uk-stroke;
  animation-duration: 2s;
  stroke-dasharray: var(--uk-animation-stroke);
}

/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}

/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
  animation-duration: 0.1s;
}

/* Toggle animation based on the State of the Parent Element
 ========================================================================== */
.uk-animation-toggle:not(:hover):not(:focus) [class*="uk-animation-"] {
  animation-name: none;
}

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes uk-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*
 * Scale
 */
@keyframes uk-scale-up {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes uk-scale-down {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/*
 * Slide
 */
@keyframes uk-slide-top {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-bottom {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

/*
 * Slide Small
 */
@keyframes uk-slide-top-small {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-bottom-small {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-left-small {
  0% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uk-slide-right-small {
  0% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

/*
 * Slide Medium
 */
@keyframes uk-slide-top-medium {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-left-medium {
  0% {
    transform: translateX(-50px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uk-slide-right-medium {
  0% {
    transform: translateX(50px);
  }

  100% {
    transform: translateX(0);
  }
}

/*
 * Kenburns
 */
@keyframes uk-kenburns {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

/*
 * Shake
 */
@keyframes uk-shake {

  0%,
  100% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(-9px);
  }

  20% {
    transform: translateX(8px);
  }

  30% {
    transform: translateX(-7px);
  }

  40% {
    transform: translateX(6px);
  }

  50% {
    transform: translateX(-5px);
  }

  60% {
    transform: translateX(4px);
  }

  70% {
    transform: translateX(-3px);
  }

  80% {
    transform: translateX(2px);
  }

  90% {
    transform: translateX(-1px);
  }
}

/*
 * Stroke
 */
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }

  100% {
    stroke-dashoffset: 0;
  }
}

/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*="uk-child-width"]>* {
  box-sizing: border-box;
  width: 100%;
}

.uk-child-width-1-2>* {
  width: 50%;
}

.uk-child-width-1-3>* {
  width: calc(100% / 3);
}

.uk-child-width-1-4>* {
  width: 25%;
}

.uk-child-width-1-5>* {
  width: 20%;
}

.uk-child-width-1-6>* {
  width: calc(100% / 6);
}

.uk-child-width-auto>* {
  width: auto;
}

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
.uk-child-width-expand> :not([class*="uk-width"]) {
  flex: 1;
  /* 1 */
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-child-width-1-1\@s>* {
    width: 100%;
  }

  .uk-child-width-1-2\@s>* {
    width: 50%;
  }

  .uk-child-width-1-3\@s>* {
    width: calc(100% / 3);
  }

  .uk-child-width-1-4\@s>* {
    width: 25%;
  }

  .uk-child-width-1-5\@s>* {
    width: 20%;
  }

  .uk-child-width-1-6\@s>* {
    width: calc(100% / 6);
  }

  .uk-child-width-auto\@s>* {
    width: auto;
  }

  .uk-child-width-expand\@s> :not([class*="uk-width"]) {
    flex: 1;
    min-width: 1px;
  }

  /* Reset expand */
  .uk-child-width-1-1\@s> :not([class*="uk-width"]),
  .uk-child-width-1-2\@s> :not([class*="uk-width"]),
  .uk-child-width-1-3\@s> :not([class*="uk-width"]),
  .uk-child-width-1-4\@s> :not([class*="uk-width"]),
  .uk-child-width-1-5\@s> :not([class*="uk-width"]),
  .uk-child-width-1-6\@s> :not([class*="uk-width"]),
  .uk-child-width-auto\@s> :not([class*="uk-width"]) {
    flex: initial;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-child-width-1-1\@m>* {
    width: 100%;
  }

  .uk-child-width-1-2\@m>* {
    width: 50%;
  }

  .uk-child-width-1-3\@m>* {
    width: calc(100% / 3);
  }

  .uk-child-width-1-4\@m>* {
    width: 25%;
  }

  .uk-child-width-1-5\@m>* {
    width: 20%;
  }

  .uk-child-width-1-6\@m>* {
    width: calc(100% / 6);
  }

  .uk-child-width-auto\@m>* {
    width: auto;
  }

  .uk-child-width-expand\@m> :not([class*="uk-width"]) {
    flex: 1;
    min-width: 1px;
  }

  /* Reset expand */
  .uk-child-width-1-1\@m> :not([class*="uk-width"]),
  .uk-child-width-1-2\@m> :not([class*="uk-width"]),
  .uk-child-width-1-3\@m> :not([class*="uk-width"]),
  .uk-child-width-1-4\@m> :not([class*="uk-width"]),
  .uk-child-width-1-5\@m> :not([class*="uk-width"]),
  .uk-child-width-1-6\@m> :not([class*="uk-width"]),
  .uk-child-width-auto\@m> :not([class*="uk-width"]) {
    flex: initial;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-child-width-1-1\@l>* {
    width: 100%;
  }

  .uk-child-width-1-2\@l>* {
    width: 50%;
  }

  .uk-child-width-1-3\@l>* {
    width: calc(100% / 3);
  }

  .uk-child-width-1-4\@l>* {
    width: 25%;
  }

  .uk-child-width-1-5\@l>* {
    width: 20%;
  }

  .uk-child-width-1-6\@l>* {
    width: calc(100% / 6);
  }

  .uk-child-width-auto\@l>* {
    width: auto;
  }

  .uk-child-width-expand\@l> :not([class*="uk-width"]) {
    flex: 1;
    min-width: 1px;
  }

  /* Reset expand */
  .uk-child-width-1-1\@l> :not([class*="uk-width"]),
  .uk-child-width-1-2\@l> :not([class*="uk-width"]),
  .uk-child-width-1-3\@l> :not([class*="uk-width"]),
  .uk-child-width-1-4\@l> :not([class*="uk-width"]),
  .uk-child-width-1-5\@l> :not([class*="uk-width"]),
  .uk-child-width-1-6\@l> :not([class*="uk-width"]),
  .uk-child-width-auto\@l> :not([class*="uk-width"]) {
    flex: initial;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl>* {
    width: 100%;
  }

  .uk-child-width-1-2\@xl>* {
    width: 50%;
  }

  .uk-child-width-1-3\@xl>* {
    width: calc(100% / 3);
  }

  .uk-child-width-1-4\@xl>* {
    width: 25%;
  }

  .uk-child-width-1-5\@xl>* {
    width: 20%;
  }

  .uk-child-width-1-6\@xl>* {
    width: calc(100% / 6);
  }

  .uk-child-width-auto\@xl>* {
    width: auto;
  }

  .uk-child-width-expand\@xl> :not([class*="uk-width"]) {
    flex: 1;
    min-width: 1px;
  }

  /* Reset expand */
  .uk-child-width-1-1\@xl> :not([class*="uk-width"]),
  .uk-child-width-1-2\@xl> :not([class*="uk-width"]),
  .uk-child-width-1-3\@xl> :not([class*="uk-width"]),
  .uk-child-width-1-4\@xl> :not([class*="uk-width"]),
  .uk-child-width-1-5\@xl> :not([class*="uk-width"]),
  .uk-child-width-1-6\@xl> :not([class*="uk-width"]),
  .uk-child-width-auto\@xl> :not([class*="uk-width"]) {
    flex: initial;
  }
}

/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*="uk-width"] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%;
}

/* Halves */
.uk-width-1-2 {
  width: 50%;
}

/* Thirds */
.uk-width-1-3 {
  width: calc(100% / 3);
}

.uk-width-2-3 {
  width: calc(200% / 3);
}

/* Quarters */
.uk-width-1-4 {
  width: 25%;
}

.uk-width-3-4 {
  width: 75%;
}

/* Fifths */
.uk-width-1-5 {
  width: 20%;
}

.uk-width-2-5 {
  width: 40%;
}

.uk-width-3-5 {
  width: 60%;
}

.uk-width-4-5 {
  width: 80%;
}

/* Sixths */
.uk-width-1-6 {
  width: calc(100% / 6);
}

.uk-width-5-6 {
  width: calc(500% / 6);
}

/* Pixel */
.uk-width-small {
  width: 150px;
}

.uk-width-medium {
  width: 300px;
}

.uk-width-large {
  width: 450px;
}

.uk-width-xlarge {
  width: 600px;
}

.uk-width-2xlarge {
  width: 750px;
}

/* Auto */
.uk-width-auto {
  width: auto;
}

/* Expand */
.uk-width-expand {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {

  /* Whole */
  .uk-width-1-1\@s {
    width: 100%;
  }

  /* Halves */
  .uk-width-1-2\@s {
    width: 50%;
  }

  /* Thirds */
  .uk-width-1-3\@s {
    width: calc(100% / 3);
  }

  .uk-width-2-3\@s {
    width: calc(200% / 3);
  }

  /* Quarters */
  .uk-width-1-4\@s {
    width: 25%;
  }

  .uk-width-3-4\@s {
    width: 75%;
  }

  /* Fifths */
  .uk-width-1-5\@s {
    width: 20%;
  }

  .uk-width-2-5\@s {
    width: 40%;
  }

  .uk-width-3-5\@s {
    width: 60%;
  }

  .uk-width-4-5\@s {
    width: 80%;
  }

  /* Sixths */
  .uk-width-1-6\@s {
    width: calc(100% / 6);
  }

  .uk-width-5-6\@s {
    width: calc(500% / 6);
  }

  /* Pixel */
  .uk-width-small\@s {
    width: 150px;
  }

  .uk-width-medium\@s {
    width: 300px;
  }

  .uk-width-large\@s {
    width: 450px;
  }

  .uk-width-xlarge\@s {
    width: 600px;
  }

  .uk-width-2xlarge\@s {
    width: 750px;
  }

  /* Auto */
  .uk-width-auto\@s {
    width: auto;
  }

  /* Expand */
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }

  /* Reset expand */
  .uk-width-1-1\@s,
  .uk-width-1-2\@s,
  .uk-width-1-3\@s,
  .uk-width-2-3\@s,
  .uk-width-1-4\@s,
  .uk-width-3-4\@s,
  .uk-width-1-5\@s,
  .uk-width-2-5\@s,
  .uk-width-3-5\@s,
  .uk-width-4-5\@s,
  .uk-width-1-6\@s,
  .uk-width-5-6\@s,
  .uk-width-small\@s,
  .uk-width-medium\@s,
  .uk-width-large\@s,
  .uk-width-xlarge\@s,
  .uk-width-2xlarge\@s,
  .uk-width-auto\@s {
    flex: initial;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {

  /* Whole */
  .uk-width-1-1\@m {
    width: 100%;
  }

  /* Halves */
  .uk-width-1-2\@m {
    width: 50%;
  }

  /* Thirds */
  .uk-width-1-3\@m {
    width: calc(100% / 3);
  }

  .uk-width-2-3\@m {
    width: calc(200% / 3);
  }

  /* Quarters */
  .uk-width-1-4\@m {
    width: 25%;
  }

  .uk-width-3-4\@m {
    width: 75%;
  }

  /* Fifths */
  .uk-width-1-5\@m {
    width: 20%;
  }

  .uk-width-2-5\@m {
    width: 40%;
  }

  .uk-width-3-5\@m {
    width: 60%;
  }

  .uk-width-4-5\@m {
    width: 80%;
  }

  /* Sixths */
  .uk-width-1-6\@m {
    width: calc(100% / 6);
  }

  .uk-width-5-6\@m {
    width: calc(500% / 6);
  }

  /* Pixel */
  .uk-width-small\@m {
    width: 150px;
  }

  .uk-width-medium\@m {
    width: 300px;
  }

  .uk-width-large\@m {
    width: 450px;
  }

  .uk-width-xlarge\@m {
    width: 600px;
  }

  .uk-width-2xlarge\@m {
    width: 750px;
  }

  /* Auto */
  .uk-width-auto\@m {
    width: auto;
  }

  /* Expand */
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }

  /* Reset expand */
  .uk-width-1-1\@m,
  .uk-width-1-2\@m,
  .uk-width-1-3\@m,
  .uk-width-2-3\@m,
  .uk-width-1-4\@m,
  .uk-width-3-4\@m,
  .uk-width-1-5\@m,
  .uk-width-2-5\@m,
  .uk-width-3-5\@m,
  .uk-width-4-5\@m,
  .uk-width-1-6\@m,
  .uk-width-5-6\@m,
  .uk-width-small\@m,
  .uk-width-medium\@m,
  .uk-width-large\@m,
  .uk-width-xlarge\@m,
  .uk-width-2xlarge\@m,
  .uk-width-auto\@m {
    flex: initial;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {

  /* Whole */
  .uk-width-1-1\@l {
    width: 100%;
  }

  /* Halves */
  .uk-width-1-2\@l {
    width: 50%;
  }

  /* Thirds */
  .uk-width-1-3\@l {
    width: calc(100% / 3);
  }

  .uk-width-2-3\@l {
    width: calc(200% / 3);
  }

  /* Quarters */
  .uk-width-1-4\@l {
    width: 25%;
  }

  .uk-width-3-4\@l {
    width: 75%;
  }

  /* Fifths */
  .uk-width-1-5\@l {
    width: 20%;
  }

  .uk-width-2-5\@l {
    width: 40%;
  }

  .uk-width-3-5\@l {
    width: 60%;
  }

  .uk-width-4-5\@l {
    width: 80%;
  }

  /* Sixths */
  .uk-width-1-6\@l {
    width: calc(100% / 6);
  }

  .uk-width-5-6\@l {
    width: calc(500% / 6);
  }

  /* Pixel */
  .uk-width-small\@l {
    width: 150px;
  }

  .uk-width-medium\@l {
    width: 300px;
  }

  .uk-width-large\@l {
    width: 450px;
  }

  .uk-width-xlarge\@l {
    width: 600px;
  }

  .uk-width-2xlarge\@l {
    width: 750px;
  }

  /* Auto */
  .uk-width-auto\@l {
    width: auto;
  }

  /* Expand */
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }

  /* Reset expand */
  .uk-width-1-1\@l,
  .uk-width-1-2\@l,
  .uk-width-1-3\@l,
  .uk-width-2-3\@l,
  .uk-width-1-4\@l,
  .uk-width-3-4\@l,
  .uk-width-1-5\@l,
  .uk-width-2-5\@l,
  .uk-width-3-5\@l,
  .uk-width-4-5\@l,
  .uk-width-1-6\@l,
  .uk-width-5-6\@l,
  .uk-width-small\@l,
  .uk-width-medium\@l,
  .uk-width-large\@l,
  .uk-width-xlarge\@l,
  .uk-width-2xlarge\@l,
  .uk-width-auto\@l {
    flex: initial;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {

  /* Whole */
  .uk-width-1-1\@xl {
    width: 100%;
  }

  /* Halves */
  .uk-width-1-2\@xl {
    width: 50%;
  }

  /* Thirds */
  .uk-width-1-3\@xl {
    width: calc(100% / 3);
  }

  .uk-width-2-3\@xl {
    width: calc(200% / 3);
  }

  /* Quarters */
  .uk-width-1-4\@xl {
    width: 25%;
  }

  .uk-width-3-4\@xl {
    width: 75%;
  }

  /* Fifths */
  .uk-width-1-5\@xl {
    width: 20%;
  }

  .uk-width-2-5\@xl {
    width: 40%;
  }

  .uk-width-3-5\@xl {
    width: 60%;
  }

  .uk-width-4-5\@xl {
    width: 80%;
  }

  /* Sixths */
  .uk-width-1-6\@xl {
    width: calc(100% / 6);
  }

  .uk-width-5-6\@xl {
    width: calc(500% / 6);
  }

  /* Pixel */
  .uk-width-small\@xl {
    width: 150px;
  }

  .uk-width-medium\@xl {
    width: 300px;
  }

  .uk-width-large\@xl {
    width: 450px;
  }

  .uk-width-xlarge\@xl {
    width: 600px;
  }

  .uk-width-2xlarge\@xl {
    width: 750px;
  }

  /* Auto */
  .uk-width-auto\@xl {
    width: auto;
  }

  /* Expand */
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }

  /* Reset expand */
  .uk-width-1-1\@xl,
  .uk-width-1-2\@xl,
  .uk-width-1-3\@xl,
  .uk-width-2-3\@xl,
  .uk-width-1-4\@xl,
  .uk-width-3-4\@xl,
  .uk-width-1-5\@xl,
  .uk-width-2-5\@xl,
  .uk-width-3-5\@xl,
  .uk-width-4-5\@xl,
  .uk-width-1-6\@xl,
  .uk-width-5-6\@xl,
  .uk-width-small\@xl,
  .uk-width-medium\@xl,
  .uk-width-large\@xl,
  .uk-width-xlarge\@xl,
  .uk-width-2xlarge\@xl,
  .uk-width-auto\@xl {
    flex: initial;
  }
}


/* Style modifier
 ========================================================================== */
.uk-text-italic {
  font-style: italic;
}

/* Transform modifier
 ========================================================================== */
.uk-text-capitalize {
  text-transform: capitalize;
}

.uk-text-uppercase {
  text-transform: uppercase;
}

.uk-text-lowercase {
  text-transform: lowercase;
}

/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
[class*="uk-align"] {
  display: block;
  margin-bottom: 30px;
}

*+[class*="uk-align"] {
  margin-top: 30px;
}

/*
 * Center
 */
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}

/*
 * Left/Right
 */
.uk-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left;
}

.uk-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }

  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }

  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-align-left\@l {
    margin-top: 0;
    float: left;
  }

  .uk-align-right\@l {
    margin-top: 0;
    float: right;
  }

  .uk-align-left,
  .uk-align-left\@s,
  .uk-align-left\@m,
  .uk-align-left\@l {
    margin-right: 40px;
  }

  .uk-align-right,
  .uk-align-right\@s,
  .uk-align-right\@m,
  .uk-align-right\@l {
    margin-left: 40px;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left;
  }

  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right;
  }
}

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: flex;
}

.uk-flex-inline {
  display: inline-flex;
}

/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.uk-flex-left {
  justify-content: flex-start;
}

.uk-flex-center {
  justify-content: center;
}

.uk-flex-right {
  justify-content: flex-end;
}

.uk-flex-between {
  justify-content: space-between;
}

.uk-flex-around {
  justify-content: space-around;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-left\@s {
    justify-content: flex-start;
  }

  .uk-flex-center\@s {
    justify-content: center;
  }

  .uk-flex-right\@s {
    justify-content: flex-end;
  }

  .uk-flex-between\@s {
    justify-content: space-between;
  }

  .uk-flex-around\@s {
    justify-content: space-around;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-left\@m {
    justify-content: flex-start;
  }

  .uk-flex-center\@m {
    justify-content: center;
  }

  .uk-flex-right\@m {
    justify-content: flex-end;
  }

  .uk-flex-between\@m {
    justify-content: space-between;
  }

  .uk-flex-around\@m {
    justify-content: space-around;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-left\@l {
    justify-content: flex-start;
  }

  .uk-flex-center\@l {
    justify-content: center;
  }

  .uk-flex-right\@l {
    justify-content: flex-end;
  }

  .uk-flex-between\@l {
    justify-content: space-between;
  }

  .uk-flex-around\@l {
    justify-content: space-around;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-left\@xl {
    justify-content: flex-start;
  }

  .uk-flex-center\@xl {
    justify-content: center;
  }

  .uk-flex-right\@xl {
    justify-content: flex-end;
  }

  .uk-flex-between\@xl {
    justify-content: space-between;
  }

  .uk-flex-around\@xl {
    justify-content: space-around;
  }
}

/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.uk-flex-stretch {
  align-items: stretch;
}

.uk-flex-top {
  align-items: flex-start;
}

.uk-flex-middle {
  align-items: center;
}

.uk-flex-bottom {
  align-items: flex-end;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-stretch\@s {
    align-items: stretch;
  }

  .uk-flex-top\@s {
    align-items: flex-start;
  }

  .uk-flex-middle\@s {
    align-items: center;
  }

  .uk-flex-bottom\@s {
    align-items: flex-end;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-stretch\@m {
    align-items: stretch;
  }

  .uk-flex-top\@m {
    align-items: flex-start;
  }

  .uk-flex-middle\@m {
    align-items: center;
  }

  .uk-flex-bottom\@m {
    align-items: flex-end;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-stretch\@l {
    align-items: stretch;
  }

  .uk-flex-top\@l {
    align-items: flex-start;
  }

  .uk-flex-middle\@l {
    align-items: center;
  }

  .uk-flex-bottom\@l {
    align-items: flex-end;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-stretch\@xl {
    align-items: stretch;
  }

  .uk-flex-top\@xl {
    align-items: flex-start;
  }

  .uk-flex-middle\@xl {
    align-items: center;
  }

  .uk-flex-bottom\@xl {
    align-items: flex-end;
  }
}

/* Direction
 ========================================================================== */
.uk-flex-row {
  flex-direction: row;
}

.uk-flex-row-reverse {
  flex-direction: row-reverse;
}

.uk-flex-column {
  flex-direction: column;
}

.uk-flex-column-reverse {
  flex-direction: column-reverse;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-row\@s {
    flex-direction: row;
  }

  .uk-flex-column\@s {
    flex-direction: column;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-row\@m {
    flex-direction: row;
  }

  .uk-flex-column\@m {
    flex-direction: column;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-row\@l {
    flex-direction: row;
  }

  .uk-flex-column\@l {
    flex-direction: column;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-row\@xl {
    flex-direction: row;
  }

  .uk-flex-column\@xl {
    flex-direction: column;
  }
}

/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  flex-wrap: nowrap;
}

.uk-flex-wrap {
  flex-wrap: wrap;
}

.uk-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */
.uk-flex-wrap-stretch {
  align-content: stretch;
}

.uk-flex-wrap-top {
  align-content: flex-start;
}

.uk-flex-wrap-middle {
  align-content: center;
}

.uk-flex-wrap-bottom {
  align-content: flex-end;
}

.uk-flex-wrap-between {
  align-content: space-between;
}

.uk-flex-wrap-around {
  align-content: space-around;
}

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-first {
  order: -1;
}

.uk-flex-last {
  order: 99;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-first\@s {
    order: -1;
  }

  .uk-flex-last\@s {
    order: 99;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-first\@m {
    order: -1;
  }

  .uk-flex-last\@m {
    order: 99;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-first\@l {
    order: -1;
  }

  .uk-flex-last\@l {
    order: 99;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    order: -1;
  }

  .uk-flex-last\@xl {
    order: 99;
  }
}

/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
.uk-flex-initial {
  flex: initial;
}

/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
  flex: none;
}

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.uk-flex-auto {
  flex: auto;
}

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-1 {
  flex: 1;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-initial\@s {
    flex: initial;
  }

  .uk-flex-none\@s {
    flex: none;
  }

  .uk-flex-1\@s {
    flex: 1;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-initial\@m {
    flex: initial;
  }

  .uk-flex-none\@m {
    flex: none;
  }

  .uk-flex-1\@m {
    flex: 1;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-initial\@l {
    flex: initial;
  }

  .uk-flex-none\@l {
    flex: none;
  }

  .uk-flex-1\@l {
    flex: 1;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-initial\@xl {
    flex: initial;
  }

  .uk-flex-none\@xl {
    flex: none;
  }

  .uk-flex-1\@xl {
    flex: 1;
  }
}

/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
.uk-margin {
  margin-bottom: 20px;
}

*+.uk-margin {
  margin-top: 20px !important;
}

.uk-margin-top {
  margin-top: 20px !important;
}

.uk-margin-bottom {
  margin-bottom: 20px !important;
}

.uk-margin-left {
  margin-left: 20px !important;
}

.uk-margin-right {
  margin-right: 20px !important;
}

/* XSmall
 ========================================================================== */
.uk-margin-xsmall {
  margin-bottom: 5px;
}

*+.uk-margin-xsmall {
  margin-top: 5px !important;
}

.uk-margin-xsmall-top {
  margin-top: 5px !important;
}

.uk-margin-xsmall-bottom {
  margin-bottom: 5px !important;
}

.uk-margin-xsmall-left {
  margin-left: 5px !important;
}

.uk-margin-xsmall-right {
  margin-right: 5px !important;
}

/* Small
 ========================================================================== */
.uk-margin-small {
  margin-bottom: 10px;
}

*+.uk-margin-small {
  margin-top: 10px !important;
}

.uk-margin-small-top {
  margin-top: 10px !important;
}

.uk-margin-small-bottom {
  margin-bottom: 10px !important;
}

.uk-margin-small-left {
  margin-left: 10px !important;
}

.uk-margin-small-right {
  margin-right: 10px !important;
}

/* Medium
 ========================================================================== */
.uk-margin-medium {
  margin-bottom: 40px;
}

*+.uk-margin-medium {
  margin-top: 40px !important;
}

.uk-margin-medium-top {
  margin-top: 40px !important;
}

.uk-margin-medium-bottom {
  margin-bottom: 40px !important;
}

.uk-margin-medium-left {
  margin-left: 40px !important;
}

.uk-margin-medium-right {
  margin-right: 40px !important;
}

/* Large
 ========================================================================== */
.uk-margin-large {
  margin-bottom: 40px;
}

*+.uk-margin-large {
  margin-top: 40px !important;
}

.uk-margin-large-top {
  margin-top: 40px !important;
}

.uk-margin-large-bottom {
  margin-bottom: 40px !important;
}

.uk-margin-large-left {
  margin-left: 40px !important;
}

.uk-margin-large-right {
  margin-right: 40px !important;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-large {
    margin-bottom: 70px;
  }

  *+.uk-margin-large {
    margin-top: 70px !important;
  }

  .uk-margin-large-top {
    margin-top: 70px !important;
  }

  .uk-margin-large-bottom {
    margin-bottom: 70px !important;
  }

  .uk-margin-large-left {
    margin-left: 70px !important;
  }

  .uk-margin-large-right {
    margin-right: 70px !important;
  }
}

/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
  margin-bottom: 70px;
}

*+.uk-margin-xlarge {
  margin-top: 70px !important;
}

.uk-margin-xlarge-top {
  margin-top: 70px !important;
}

.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}

.uk-margin-xlarge-left {
  margin-left: 70px !important;
}

.uk-margin-xlarge-right {
  margin-right: 70px !important;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-xlarge {
    margin-bottom: 140px;
  }

  *+.uk-margin-xlarge {
    margin-top: 140px !important;
  }

  .uk-margin-xlarge-top {
    margin-top: 140px !important;
  }

  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }

  .uk-margin-xlarge-left {
    margin-left: 140px !important;
  }

  .uk-margin-xlarge-right {
    margin-right: 140px !important;
  }
}

/* Auto
 ========================================================================== */
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.uk-margin-auto-top {
  margin-top: auto !important;
}

.uk-margin-auto-bottom {
  margin-bottom: auto !important;
}

.uk-margin-auto-left {
  margin-left: auto !important;
}

.uk-margin-auto-right {
  margin-right: auto !important;
}

.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .uk-margin-auto-left\@s {
    margin-left: auto !important;
  }

  .uk-margin-auto-right\@s {
    margin-right: auto !important;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .uk-margin-auto-left\@m {
    margin-left: auto !important;
  }

  .uk-margin-auto-right\@m {
    margin-right: auto !important;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .uk-margin-auto-left\@l {
    margin-left: auto !important;
  }

  .uk-margin-auto-right\@l {
    margin-right: auto !important;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .uk-margin-auto-left\@xl {
    margin-left: auto !important;
  }

  .uk-margin-auto-right\@xl {
    margin-right: auto !important;
  }
}

/* Remove
 ========================================================================== */
.uk-margin-remove {
  margin: 0 !important;
}

.uk-margin-remove-top {
  margin-top: 0 !important;
}

.uk-margin-remove-bottom {
  margin-bottom: 0 !important;
}

.uk-margin-remove-left {
  margin-left: 0 !important;
}

.uk-margin-remove-right {
  margin-right: 0 !important;
}

.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.uk-margin-remove-adjacent+*,
.uk-margin-remove-first-child> :first-child {
  margin-top: 0 !important;
}

.uk-margin-remove-last-child> :last-child {
  margin-bottom: 0 !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-remove-left\@s {
    margin-left: 0 !important;
  }

  .uk-margin-remove-right\@s {
    margin-right: 0 !important;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important;
  }

  .uk-margin-remove-right\@m {
    margin-right: 0 !important;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-remove-left\@l {
    margin-left: 0 !important;
  }

  .uk-margin-remove-right\@l {
    margin-right: 0 !important;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important;
  }

  .uk-margin-remove-right\@xl {
    margin-right: 0 !important;
  }
}

/* ========================================================================
   Component: Padding
 ========================================================================== */
.uk-padding {
  padding: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding {
    padding: 40px;
  }
}

/* Small
 ========================================================================== */
.uk-padding-small {
  padding: 15px;
}

/* Large
 ========================================================================== */
.uk-padding-large {
  padding: 40px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding-large {
    padding: 70px;
  }
}

/* Remove
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important;
}

.uk-padding-remove-top {
  padding-top: 0 !important;
}

.uk-padding-remove-bottom {
  padding-bottom: 0 !important;
}

.uk-padding-remove-left {
  padding-left: 0 !important;
}

.uk-padding-remove-right {
  padding-right: 0 !important;
}

.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 */
:where(.uk-transition-fade),
:where([class*="uk-transition-scale"]),
:where([class*="uk-transition-slide"]) {
  --uk-position-translate-x: 0;
  --uk-position-translate-y: 0;
}

.uk-transition-fade,
[class*="uk-transition-scale"],
[class*="uk-transition-slide"] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0;
}

/*
 * Fade
 */
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-toggle:focus-within .uk-transition-fade,
.uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1;
}

/*
 * Scale
 * 1. Make image rendering the same during the transition as before and after. Prefixed because of Safari.
 */
/* 1 */
[class*="uk-transition-scale"] {
  -webkit-backface-visibility: hidden;
}

.uk-transition-scale-up {
  --uk-scale-x: 1;
  --uk-scale-y: 1;
}

.uk-transition-scale-down {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03;
}

/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-toggle:focus-within .uk-transition-scale-up,
.uk-transition-active.uk-active .uk-transition-scale-up {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03;
  opacity: 1;
}

.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-toggle:focus-within .uk-transition-scale-down,
.uk-transition-active.uk-active .uk-transition-scale-down {
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  opacity: 1;
}

/*
 * Slide
 */
.uk-transition-slide-top {
  --uk-translate-y: -100%;
}

.uk-transition-slide-bottom {
  --uk-translate-y: 100%;
}

.uk-transition-slide-left {
  --uk-translate-x: -100%;
}

.uk-transition-slide-right {
  --uk-translate-x: 100%;
}

.uk-transition-slide-top-small {
  --uk-translate-y: calc(-1 * 10px);
}

.uk-transition-slide-bottom-small {
  --uk-translate-y: 10px;
}

.uk-transition-slide-left-small {
  --uk-translate-x: calc(-1 * 10px);
}

.uk-transition-slide-right-small {
  --uk-translate-x: 10px;
}

.uk-transition-slide-top-medium {
  --uk-translate-y: calc(-1 * 50px);
}

.uk-transition-slide-bottom-medium {
  --uk-translate-y: 50px;
}

.uk-transition-slide-left-medium {
  --uk-translate-x: calc(-1 * 50px);
}

.uk-transition-slide-right-medium {
  --uk-translate-x: 50px;
}

/* Show */
.uk-transition-toggle:hover [class*="uk-transition-slide"],
.uk-transition-toggle:focus [class*="uk-transition-slide"],
.uk-transition-toggle:focus-within [class*="uk-transition-slide"],
.uk-transition-active.uk-active [class*="uk-transition-slide"] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  opacity: 1;
}

/* Opacity modifier
 ========================================================================== */
.uk-transition-opaque {
  opacity: 1;
}

/* Duration modifier
 ========================================================================== */
.uk-transition-slow {
  transition-duration: 0.7s;
}

/* Disable modifier
 ========================================================================== */
.uk-transition-disable,
.uk-transition-disable * {
  transition: none !important;
}

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.uk-hidden,
.uk-hidden-empty:empty {
  display: none !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important;
  }
}

/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important;
  }
}

/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important;
  }
}

/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important;
  }
}

/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important;
  }
}

/* Visibility
 ========================================================================== */
.uk-invisible {
  visibility: hidden !important;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 0.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

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

/* Gallery
--------------------------------------------- */


/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Alignments
--------------------------------------------- */

/* section-padding */
.pt-s {
  padding-top: clamp(40px, 6vw, 70px)
}

.pt {
  padding-top: clamp(70px, 6vw, 100px)
}

.mb {

  margin-bottom: clamp(70px, 6vw, 100px)
}

.mb-s {
  margin-bottom: clamp(15px, 3vw, 26px);
}

.pb {
  padding-bottom: clamp(70px, 6vw, 100px)
}

.pb-m {
  padding-bottom: clamp(40px, 4vw, 60px)
}

.pt-lg {
  padding-top: clamp(110px, 8vw, 140px);
}

.pb-lg {
  padding-bottom: clamp(70px, 7vw, 140px);
}

.pt-xlg {
  padding-top: clamp(120px, 12vw, 180px);
}

/* section-padding */

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

.center-div {
  margin: 0 auto;
}

/* button */

.vr-btn,
.contact-form input[type="submit"],
.contact-btn {
  /* --primary-color: #5879fb; */
  --secondary-color: #fff;
  --hover-color: #111;
  /* --arrow-width: 10px; */
  /* --arrow-stroke: 2px; */
  box-sizing: border-box;
  font-family: var(--cal-sans);
  border: 2px;
  border-radius: 12px;
  color: var(--secondary-color);
  padding: 10px 13px;
  align-items: center;
  gap: 0.4em;
  font-weight: 400;
  display: inline-flex;
  font-size: 14px;
  box-shadow: 0px 1px 1px 0px #0B2D4640;
  white-space: nowrap;
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(47, 46, 212, .4) 100%), linear-gradient(#098ED5, #098ED5) padding-box, linear-gradient(180deg, #67D6FF 0%, #1B5EF5 100%) border-box;
  background-origin: padding-box, padding-box, border-box;
  background-clip: border-box, padding-box, border-box;
  background-origin: border-box;
  background-clip: padding-box, padding-box, border-box;
  -webkit-transition: 0.2s background;
  -moz-transition: 0.2s background;
  -ms-transition: 0.2s background;
  -o-transition: 0.2s background;
}


.vr-btn::before,
.contact-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;

  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(0, 0, 0, 0) 100%);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.vr-btn .arrow {
  margin-top: 0px;
  width: var(--arrow-width);
  background: var(--primary-color);
  height: var(--arrow-stroke);
  position: relative;
  transition: 0.2s;
  display: flex;
  align-items: center;
}

/* .vr-btn .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--secondary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
} */



.vr-btn:hover,
.contact-form input[type="submit"]:hover,
.contact-btn:hover {
  background: linear-gradient(90deg, #098ED5, #098ED5),
    linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(47, 46, 212, 0.4) 100%);
  color: var(--secondary-color);
}

.vr-btn:hover .arrow {
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
}

/* .vr-btn:hover .arrow {
  background: var(--secondary-color);
} */

.vr-btn:hover .arrow:before {
  right: 0;
}

.vr-btn.outline-btn {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(242, 250, 255, 0.4) 100%);

  color: var(--secondary);

}

.vr-btn.outline-btn.white {
  color: rgba(255, 255, 255, .7);

}

.vr-btn.outline-btn.white .arrow {
  background: transparent;
}

/* .vr-btn.outline-btn.white:hover .arrow {
  background: var(--secondary-color);
} */

.vr-btn.outline-btn:hover {
  background: #098ed512;
  background: #d9dde561;
}

.vr-btn.outline-btn.white {
  color: white;

}

.vr-btn.outline-btn::before {
  background: rgba(0, 0, 0, 0.2);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  padding: 1px;
}

.vr-btn.no-outline {
  border: none;
  color: var(--secondary);
  background: none;
  box-shadow: none;
  transition: background .3s ease-in-out;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
}

.vr-btn.no-outline::before {
  display: none;
}


/* button */


p,
li,
.content__area p {
  font-family: var(--cal-sans);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #6B6B6B;
}


.content__area ul li {

  list-style-type: disc;
  margin-bottom: 5px;

}



/* section-heading */
.section-heading {
  margin-bottom: clamp(40px, 3vw, 64px);
}

.section-heading h1,
.content__area h1 {
  font-family: var(--cal-sans);
  font-weight: 700;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.2;
  letter-spacing: -2%;
  margin-bottom: 18px;
  color: var(--secondary);

}

.content__area h1 {
  color: var(--primary);
}

.section-heading h2,
.content__area h2 {
  font-family: var(--cal-sans);
  font-weight: 700;
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.2;
  letter-spacing: -3%;
  color: #0B2D46;
  margin-bottom: 20px;
}




.section-heading p {
  font-family: var(--cal-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;


}


.section-heading span,
.tenant-section .form-step>span {
  font-family: var(--cal-sans);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1%;

  text-transform: uppercase;

  background: linear-gradient(90deg, #0C8BD1 0.23%, #0C8BD1 49.31%, #4A4AE1 98.39%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-flex;
  margin-bottom: 10px;
  gap: var(--gap-s);
}



h3,
.content__area h3 {
  font-family: var(--cal-sans);
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.2%;
  color: var(--primary);
  margin-bottom: 12px;

}

/* content area */

.content__area h2 {
  font-size: clamp(28px, 3vw, 32px);
}

.content__area h3 {
  font-size: clamp(23px, 3vw, 28px);
  line-height: 1.2;
}

.content__area h1,
.content__area h2,
.content__area h3,
.content__area h4,
.content__area h5 {
  font-family: var(--cal-sans);
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: clamp(20px, 3vw, 38px);
}

.content__area h5 {
  font-size: clamp(18px, 3vw, 20px);
}

.content__area h4 {
  font-size: clamp(20px, 3vw, 26px);
}

.content__area ul {
  margin: 15px 0;
}



.content__area p:not(:last-child) {
  margin-bottom: 15px;
}


.content__area ul {
  margin: 15px 0;
  padding-left: 0.7rem;

}

.content__area img {
  width: 100%;
  margin: 15px 0;
  border-radius: var(--radius-m);
  -webkit-border-radius: var(--radius-m);
  -moz-border-radius: var(--radius-m);
  -ms-border-radius: var(--radius-m);
  -o-border-radius: var(--radius-m);
}


.content__area ul li {
  position: relative;
  padding-left: 22px;
  color: var(--text);
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--cal-sans);
}

.content__area ul {
  margin: 12px 0;
  position: relative;
}

.content__area a {
  font-family: var(--cal-sans);
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}

.content__area p,
.content__area ul li {
  font-size: 16px;
}

blockquote {
  position: relative;
  padding: 10px 20px 10px 50px;
  margin: 20px 0;
  background: #3b54a426;
  border-left: 4px solid var(--primary);
  color: var(--primary);
  font-family: var(--cal-sans);
}

blockquote p {
  font-family: var(--cal-sans);
}

blockquote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 15px;
  top: 0px;
  font-size: 20px;
  color: var(--primary);
}

blockquote p:not(:last-child) {
  margin: 10px 0;
}

.content__area ul li {
  position: relative;
  padding-left: 25px;
  list-style: none;
  color: rgba(0, 0, 0, .6);
  margin-bottom: 10px;
}

.content__area ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-size: contain;
  background: url("../img/bullet-tick.svg") no-repeat center;
}

.content__area ol {
  margin: 20px 0;
  padding-left: 25px;
  list-style-type: decimal !important;
  list-style: unset;
}

.content__area ol li {
  margin-bottom: 10px;
  padding-left: 5px;
  line-height: 1.7;
  list-style-type: decimal;
}

.content__area ol li::marker {
  color: #333;
  font-weight: 600;
}

.content__area .gallery-item img {
  margin: 0;
}

/* content area */
/* header nav */
/* ===========================
   HEADER
=========================== */



.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  transition: transform 0.3s ease, background 0.3s ease;
  transform: translateY(0);
  box-shadow: 0px 1px 1px 0px #0000001A;
  display: flex;
  align-self: stretch;

}


.site-branding img {
  display: block;
  max-height: 47px;
  width: auto;
}

.site-branding {
  padding: clamp(7px, 3vw, 15px) 0;
}

.site-header.hide {
  transform: translateY(-100%);
}

.site-header.scrolled {
  background: #ffffffb2;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); */
  /* backdrop-filter: blur(13px); */
}

#masthead::before {
  content: '';
  position: absolute;
  backdrop-filter: blur(13px);
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* ===========================
   NAVIGATION
=========================== */
.main-navigation {
  display: flex;
  align-self: stretch;
}

.main-navigation ul {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;

}

.main-navigation li {
  position: relative;
  display: flex;
  height: 100%;
}

.main-navigation li>.sub-menu>li>a {
  width: 100%;
}

.main-navigation li a {
  display: flex;
  align-items: center;
  color: #222;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
  transition: .3s;
}

.main-navigation li a:hover,
.main-navigation li:hover .submenu-toggle i {
  color: #3b54a4;

}

.menu-primary-menu-container {
  display: flex;
}

/* ===========================
   DESKTOP DROPDOWN
=========================== */

.main-navigation .sub-menu {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  width: 240px;
  background: #fff;
  padding: 10px 0;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .3s ease;
  z-index: 99;
  flex-direction: column;
  gap: 0;
}


.main-navigation .sub-menu li {
  width: 100%;
  padding: 0 12px;
}

.main-navigation .sub-menu .sub-menu {
  left: 100%;
  top: 100%
}

.main-navigation .sub-menu a {
  display: block;
  padding: 12px;
  padding-left: 10px;
}

.main-navigation .sub-menu a:hover {
  background: #f5f7fb;
}

.main-navigation li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Hide mobile toggle on desktop */

/* .submenu-toggle {
  display: none;
} */
.submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  margin-left: 6px;
}

.submenu-toggle i {
  transition: transform .3s ease;
  font-size: 12px;
}


.menu-item-has-children:hover>.submenu-toggle i,
.menu-item-has-children.open>.submenu-toggle i {
  transform: rotate(180deg);
}

/* Desktop Chevron */
/* 
.main-navigation>ul>li.menu-item-has-children>a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
  margin-left: 8px;
  transition: .3s;
}

.main-navigation>ul>li.menu-item-has-children:hover>a::after {
  transform: rotate(225deg);
} */

.header-right {
  display: flex;
  gap: var(--gap);
}

/* ===========================
   HAMBURGER
=========================== */

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #222;
  margin: 6px auto;
  transition: .3s;
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 7px);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -7px);
}

.submenu-toggle {
  display: none;
}

/* ===========================
   MOBILE
=========================== */

@media (max-width: 991px) {
  .main-navigation {
    display: block;
  }

  .menu-toggle {
    display: block;
  }

  .mega-menu-chevron {
    display: none;
  }

  .main-navigation>div>ul>li.has-mega-menu:hover>.mega-menu {
    /* display: none; */
    visibility: hidden;
    opacity: 0;
  }

  /* .main-navigation>div>ul>li.has-mega-menu>.mega-menu {
    display: none;
  } */

  .main-navigation>div>ul>li.has-mega-menu.open>.mega-menu {
    visibility: visible;
    /* display: block; */
    opacity: 1;
  }


  /* Mobile Menu Wrapper */
  .main-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition:
      max-height .45s ease,
      opacity .3s ease,
      transform .45s ease,
      visibility .45s ease;
  }

  /* Menu Open */
  .main-navigation.active {
    /* max-height: 600px; */
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    padding: 0 20px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    background: #F6F9FF;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }


  .main-navigation ul {
    display: block;
    opacity: 0;
    transform: translateY(-10px);
    transition:
      opacity .35s ease .1s,
      transform .35s ease .1s;
  }


  .main-navigation.active ul {
    opacity: 1;
    transform: translateY(0);
    width: 100%;
  }


  .main-navigation li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }


  .main-navigation li:last-child {
    border-bottom: none;
  }


  .main-navigation li a {
    display: flex;
    align-items: center;
    width: calc(100% - 45px);
    padding: 7px 0;
  }


  /* Mobile submenu */

  .main-navigation .sub-menu {
    position: static;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    padding: 0;
    margin: 0;
    box-shadow: none;
    transform: none;
    transition: height .35s ease;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -ms-transition: height .35s ease;
    -o-transition: height .35s ease;
  }




  /* Open submenu */
  .menu-item-has-children.open>.sub-menu {
    padding-bottom: 10px;

  }

  .menu-item-has-children>.sub-menu {
    background-color: #f6f9ff;
  }

  .menu-item-has-children {
    position: relative;

  }

  .main-navigation li {
    position: relative !important;
    display: block;
  }

  .mega-menu {
    padding: 0 !important;
  }

  /* .main-navigation li.open {
    display: block;
  } */

  /* Chevron button */
  .submenu-toggle {
    position: absolute;
    top: 7px;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: transparent;
    cursor: pointer;
    display: block;
  }

  .submenu-toggle i {
    transition: transform .3s ease;
  }

  .submenu-toggle.active i {
    transform: rotate(180deg);
  }

  .has-mega-menu.open .mega-menu {
    position: relative !important;
    visibility: visible;
    opacity: 1;
  }

  .mega-menu-0 .mega-menu-content {
    grid-template-columns: 1fr;
  }

  .has-mega-menu .mega-menu {
    position: relative !important;
    /* visibility: visible;
    opacity: 1; */
    max-height: 0;
    overflow: hidden;
    max-width: 100%;
    transition: max-height 0.4s ease;
    -webkit-transition: max-height 0.4s ease;
    width: 100%;
  }

  /* Open state — accordion expand */
  .has-mega-menu.open .mega-menu {
    max-height: 2000px;
    width: 100%;
    /* large enough to fit tallest mega menu content */
  }

  /* Chevron rotate to match open state */
  .has-mega-menu.open>.submenu-toggle {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }

  .has-mega-menu>.submenu-toggle>i {
    transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
  }

  .mega-menu-content .menu-column:first-of-type ul {
    column-count: 1;
    width: 100%;
  }

  .mega-menu {
    border: none;
    background-color: unset;
    box-shadow: unset;
  }

  .menu-column>ul>li {
    max-width: 100%;
  }

  .mega-menu-0 .menu-column:first-of-type::before {
    display: none;
  }

  .mega-menu-chevron {
    margin-left: auto;
    display: none !important;
  }

  /* fsfsfdfdf */
  .mega-menu-mobile-item {
    position: relative;
  }

  .mega-menu-content,
  .menu-column {
    width: 100%;
  }

  .mega-menu-mobile-item>.mega-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;

    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;
    margin: 0;

    border: 0;
    background: transparent;

    cursor: pointer;
  }

  .mega-menu-mobile-item>.mega-menu-toggle i {
    display: inline-block;
    transition: transform 0.3s ease;
    pointer-events: none;
  }

  .mega-menu-mobile-item>.mega-menu-toggle i.rotate {
    transform: rotate(180deg);
  }


  .mega-menu-mobile-item>a {
    padding-right: 60px;
  }

  .mega-menu-mobile-item>.mega-menu-toggle {
    z-index: 10000;
  }


}

/* footer */
footer {
  background-color: #F6F9FF;
  padding-top: 40px;
}



.right-footer>div {
  column-gap: clamp(30px, 4vw, 64px);
  row-gap: clamp(20px, 3vw, 34px);
}

.quick-links {
  width: fit-content;

}

.quick-links ul {
  padding-left: 0;
}

.quick-links li>a {
  font-family: var(--cal-sans);
  font-weight: 400;
  font-size: 14px;
  color: var(--para);
  transition: color .3s ease-in-out;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  position: relative;
  display: inline-block;
}


.quick-links ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.quick-links ul li:hover a {
  color: var(--primary) !important;
}

.quick-links ul li:hover a::after {
  transform: scaleX(1);
}

.quick-links li>a:hover,
.left-footer a:hover,
.left-footer p:hover {
  color: var(--primary);
}

.quick-links li {
  margin-bottom: 10px;

}

.quick-links p {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 16px;
  color: var(--primary);
}

.site-footer .uk-container>div {
  margin-top: clamp(30px, 3vw, 40px);
}

.footer-logo {
  margin-bottom: clamp(45px, 3vw, 66px);
}

.footer-logo img {
  max-height: 45px;
}

.socials-links {
  margin-bottom: 32px;
  display: inline-flex;
  gap: 13px;

}

.socials-links>a>img {
  width: 22px;
  height: 22px;
  object-fit: cover;
}

.socials-links>a>img {
  width: 22px;
  height: 22px;
  object-fit: cover;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.socials-links>a:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  filter: brightness(0) saturate(100%) invert(34%) sepia(35%) saturate(1400%) hue-rotate(198deg) brightness(85%) contrast(95%);
  -webkit-filter: brightness(0) saturate(100%) invert(34%) sepia(35%) saturate(1400%) hue-rotate(198deg) brightness(85%) contrast(95%);
}


.contacts {
  gap: 14px;
}

.contacts>a,
.contacts>p {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  color: var(--para);
  line-height: 1.4;
  font-size: 14px;

}

.contacts>a>span,
.contacts>p>span {
  width: 30px;
  height: 30px;
  padding: 7px;
  background-color: white;
  position: relative;
  border-radius: var(--radius-s);
  -webkit-border-radius: var(--radius-s);
  -moz-border-radius: var(--radius-s);
  -ms-border-radius: var(--radius-s);
  -o-border-radius: var(--radius-s);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-footer {
  width: 100%;
  height: 100%;
  margin-top: clamp(40px, 6vw, 120px) !important;
  padding-bottom: 30px;
}

.bottom-footer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.bottom-footer>div {
  background: #F6F9FF;
}

.bottom-footer>div p,
.bottom-footer>div p>a {
  color: var(--para);
  transition: color .3s ease-in-out;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
}

.bottom-footer>div p>a:hover {
  color: var(--primary);
}



.bottom-header {
  display: none;
}

.bottom-footer>div p {
  font-size: 12px;
}

@media (max-width:960px) {
  .quick-links {
    min-width: 180px;
  }
}

@media (max-width:690px) {
  .contacts.uk-flex.uk-flex-column {
    margin-bottom: 40px;
  }

  .header-right>.vr-btn {
    display: none;
  }

  .bottom-header {
    display: block;
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 999;
  }

  .bottom-header>a {
    width: 100%;
    justify-content: center;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
  }
}

/* 404-error page */
.error-404 {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: #f8fafc;
}

.error-404 .page-header {
  margin-bottom: 20px;
}

.error-404 .page-title {
  margin: 0;
  color: var(--primary);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
}

.error-404 .page-content {
  width: 100%;
  max-width: 600px;
  color: var(--para);
  font-size: 17px;
  line-height: 1.7;
}

.error-404 .page-content p {
  margin: 0 0 30px;
}

/* Search form */
.error-404 .search-form {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.error-404 .search-form label {
  flex: 1;
}

.error-404 .search-field {
  width: 100%;
  height: 52px;
  padding: 0 18px;
  border: 1px solid #dbe2ea;
  border-right: 0;
  border-radius: 10px 0 0 10px;
  background: #fff;
  color: #172033;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.error-404 .search-field::placeholder {
  color: #94a3b8;
}

.error-404 .search-field:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
}

.error-404 .search-submit {
  height: 52px;
  padding: 0 24px;
  border: 1px solid #5274df;
  border-radius: 0 10px 10px 0;
  background: #5274df;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease;
  -moz-transition: background 0.3s ease, border-color 0.3s ease;
  -ms-transition: background 0.3s ease, border-color 0.3s ease;
  -o-transition: background 0.3s ease, border-color 0.3s ease;
}

.error-404 .search-submit:hover {
  background: #3B54A4;
  border-color: #3B54A4;
}

/* Mobile */
@media (max-width: 576px) {
  .error-404 {
    min-height: 60vh;
    padding: 60px 20px;
  }

  .error-404 .page-title {
    font-size: 34px;
  }

  .error-404 .page-content {
    font-size: 15px;
  }


}

.error-code {
  margin-bottom: 10px;
  color: var(--secondary);
  font-size: clamp(80px, 15vw, 160px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -8px;
  opacity: 0.12;
}

/* 404-error page */

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 0;
  font-size: 14px;
  margin-bottom: clamp(10px, 3vw, 20px);
  font-family: var(--cal-sans);
}

.breadcrumb a {
  color: var(--secondary);
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb .separator {
  color: #9ca3af;
}

.breadcrumb .current {
  color: #6b7280;
  font-weight: 500;
}

.single-blog-heading .socials-links {
  gap: 10px;
}

.breadcrumb.center {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

/* share this btn */

#st-1.st-has-labels .st-btn {
  min-width: unset !important;
}

@media (max-width:580px) {
  .bottom-footer>div {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

.mega-menu-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  margin-left: 6px;
}

li.has-mega-menu:hover .mega-menu-chevron i {
  transform: rotate(180deg);
}

/* addditional css */
.menu-column>ul>li>a>div:last-of-type {
  background-color: unset;
  box-shadow: unset;
  display: unset;
  width: 100%;
  height: auto;
}