/*
===============================================================================
VIKING-ROOT.CSS
===============================================================================
*/

/* ============================== FONTS ============================== */

html {
  margin-right: 0 !important;
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
} /* 10px (62.5% of 16px html default) */


body {
  background: var(--hex-background);
}

body,
button,
input,
select,
textarea {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--hex-blue-1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 500;
  color: var(--hex-blue-1);
  margin: 0;
  text-rendering: optimizeLegibility;
}

/* ABSOLUTE (PX) */
h1 {
  font-size: 80px;
  line-height: 88px;
}

h2 {
  font-size: 56px;
  line-height: 68px;
}

h3 {
  font-size: 44px;
  line-height: 52px;
}

h4 {
  font-size: 32px;
  line-height: 40px;
}

h5 {
  font-size: 22px;
  line-height: 30px;
}

h6 {
  font-size: 20px;
  line-height: 28px;
}


/* RELATIVE (EM) */
h1 {
  font-size: 5.0em;
}

h2 {
  font-size: 3.5em;
}

h3 {
  font-size: 2.8em;
}

h4 {
  font-size: 2.0em;
}

h5 {
  font-size: 1.4em;
}

h6 {
  font-size: 1.3em;
}

/* ============================== COLORS ============================== */

:root {

  --hex-black: #000000;

  --hex-white: #FFFFFF;
    --hex-white-1a: #F3F5F5; /* 243, 245, 245 */
    --hex-white-1b: #E5E5E5;
    --hex-white-1c: #CCCCCC;
    --hex-white-1d: #B2B2B2;
    --hex-white-1e: #999999;
    --hex-white-1f: #7F7F7F;
    --hex-white-1g: #666666;
    --hex-white-1h: #4C4C4C;
    --hex-white-1i: #333333;

  --hex-white-0: #FFFFFF26;

  --hex-blue-1: #24283E; /* (36, 40, 62) */
    --hex-blue-1a: #393D51;
    --hex-blue-1b: #4F5264;
    --hex-blue-1c: #656877;
    --hex-blue-1d: #7B7E8B;
    --hex-blue-1e: #91939E;
    --hex-blue-1f: #A7A9B1;
    --hex-blue-1g: #BDBEC5;
    --hex-blue-1h: #D3D4D8;
    --hex-blue-1i: #E9E9EB;

  --hex-blue-2: #44485A; /* (68, 72, 90) */
 
  --hex-primary: #317C6F; /* (49, 124, 111) */
    --hex-primary-1a: #45897d;
    --hex-primary-1b: #5a968b;
    --hex-primary-1c: #6ea39a;
    --hex-primary-1d: #83b0a8;
    --hex-primary-1e: #98bdb7;
    --hex-primary-1f: #accac5;
    --hex-primary-1g: #c1d7d3;
    --hex-primary-1h: #d5e4e2;
    --hex-primary-1i: #eaf1f0;

  --hex-border-1: #8e919c;
  --hex-border-2: #696C7A;
  --hex-border-3: #B4B5BD;

  --hex-surface-1: var(--hex-blue-1);
  --hex-surface-2: var(--hex-white-1a);
  --hex-surface-3: var(--hex-white-0);

  --hex-background: var(--hex-white-1a);

}


/* ============================== PADDING ============================== */

:root {

  --section_padding: 60px;

  --header_padding-top: 0px;
  --header_padding-bottom: 0px;

  --slider_padding-top: 0px;
  --slider_padding-bottom: 0px;

  --about-top_padding-top: var(--section_padding);
  --about-top_padding-bottom: 30px;
  --about-bottom_padding-top: 0px;
  --about-bottom_padding-bottom: var(--section_padding);

  --flexible_padding-top: var(--section_padding);
  --flexible_padding-bottom: var(--section_padding);

  --private_padding-top: var(--section_padding);
  --private_padding-bottom: var(--section_padding);

  --fast_padding-top: 0px;
  --fast_padding-bottom: 0px;

  --faq_padding-top: var(--section_padding);
  --faq_padding-bottom: var(--section_padding);

  --contact_padding-top: 40px;
  --contact_padding-bottom: 40px;

  --footer_padding-top: 0px;
  --footer_padding-bottom: 0px;

}

/* ============================== HEADER ============================== */

:root {

  /* ========== TAGS ========== */
  --tag-dark-text: var(--hex-primary-1d);
  --tag-dark-background: var(--hex-blue-1a);
  --tag-light-text: var(--hex-primary);
  --tag-light-background: var(--hex-blue-1i);

 /* ========== HEADER ========== */
  --header-blur: 0px;
  --header-border: 1px solid var(--hex-blue-1);
    --header-border: none;
  --header-background: transparent;

  --header-menu-gap: 25px;
  --header-menu-size: 22px;
  --header-menu-text: var(--hex-blue-1);
  --header-menu-underline: var(--hex-primary);

  --header-submenu-text: var(--hex-white);
  --header-submenu-background: var(--hex-blue-1);
  --header-submenu-underline: var(--hex-primary);

}

/* ============================== SLIDER ============================== */

:root {

 /* ========== SLIDES ========== */
  --slide_opacity: 1.00;

  --slide-1_image: url("../images/slides/slide-1.avif");
    --slide-1_color: rgba(68, 72, 90, 0.75);
    --slide-1_contrast: 1.25;
    --slide-1_saturation: 1.25;

  --slide-2_image: url("../images/slides/slide-2.avif");
    --slide-2_color: rgba(68, 72, 90, 0.80);
    --slide-2_contrast: 1.00;
    --slide-2_saturation: 1.50;

  --slide-3_image: url("../images/slides/slide-3.avif");
    --slide-3_color: rgba(68, 72, 90, 0.75);
    --slide-3_contrast: 1.00;
    --slide-3_saturation: 1.20;

  --slide-4_image: url("../images/slides/slide-4.avif");
    --slide-4_color: rgba(68, 72, 90, 0.75);
    --slide-4_contrast: 1.00;
    --slide-4_saturation: 1.25;

  --slide_title-a-fade: 0.1s;
  --slide_title-b-fade: 0.4s;
  --slide_subtitle-fade: 0.6s;
  --slide_button-fade: 0.8s;

 /* ========== STYLES ========== */
  --swiper-bullet-color: #24283E;

  --slider-background: var(--hex-background);

  --slider-button-color: var(--hex-white);
  --slider-button-background: var(--hex-blue-1);

  --slider-text-title-a: var(--hex-primary);
  --slider-text-title-b: var(--hex-blue-1);
  --slider-text-subtitle: var(--hex-blue-1);

}


/* ============================== SECTIONS ============================== */

:root {

  /* ========== FLEXIBLE ========== */
  --flexible-outer-color: var(--hex-blue-1);
  --flexible-inner-color: var(--hex-blue-2);

  --flexible-tab-active-color: var(--hex-white);
  --flexible-tab-inactive-color: rgba(255, 255, 255, 0.20);

  --flexible-text-color: var(--hex-white);
  --flexible-item-text-color: var(--hex-white);

  --flexible-item-text-size: 16px;
  --flexible-item-icon-gap: 6px;
  --flexible-item-icon-size: var(--flexible-item-text-size);

  --flexible_radius: 10px;

  --flexible-1_background-color: rgba(68, 72, 90, 1.00);
    --flexible-1_opacity: 1.00;
    --flexible-1_contrast: 1.00;
    --flexible-1_saturation: 1.00;

  --flexible-2_background-color: rgba(68, 72, 90, 1.00);
    --flexible-2_opacity: 1.00;
    --flexible-2_contrast: 1.00;
    --flexible-2_saturation: 1.00;

  --flexible-3_background-color: rgba(68, 72, 90, 1.00);
    --flexible-3_opacity: 1.00;
    --flexible-3_contrast: 1.00;
    --flexible-3_saturation: 1.00;


  /* ========== PRIVATE ========== */
  --private-title: var(--hex-blue-1);
  --private-subtitle: #6D7074;


  /* ========== FAST ========== */
  --fast-step-name: var(--hex-white);
  --fast-step-desc: var(--hex-white-1b);


  /* ========== FAQ ========== */
  --faq-accordion-background-color: var(--hex-white);
  --faq-accordion-border: 2px solid var(--hex-white-1b);
  --faq-accordion-border-radius: 12px;

  --faq-accordion-item-border: 1px solid var(--hex-white-1b);
  --faq-accordion-item-symbol-color: var(--hex-blue-1);
  --faq-accordion-item-symbol-padding: 20px;
  --faq-accordion-item-question-color: var(--hex-blue-1);
  --faq-accordion-item-answer-color: #6D7074;

  /* ========== CONTACT ========== */
  --contact_image: url("../images/sections/contact.avif");
    --contact_opacity: 0.20;
    --contact_color: rgba(36, 40, 62, 1.00);

}

