﻿/* ==========================================================================
  Stylesheet for ValueThrough
  ITCSS + BEM
  ---
  This SCSS code is inspired by BEM (Block Element Modifier) and ITCSS (Inverted Triangle CSS) methodologies.
  For BEM Please refer to http://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/
  For ITCSS Please refer to https://speakerdeck.com/dafed/managing-css-projects-with-itcss
   ========================================================================== */
/* Settings: preprocessor variables, colors, global settings
   ========================================================================== */
/* ==========================================================================
  Colors
 ========================================================================== */
/* Grays
 ========================================================================== */
/* Primary colors
  ========================================================================== */
/* Secondary colors
  ========================================================================== */
/* Semantic mapping
 ========================================================================== */
/* ==========================================================================
  Fonts
 ========================================================================== */
/* Oscine
   ========================================================================== */
@font-face {
  font-family: 'Oscine';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Oscine_W_Rg.woff2") format("woff2"), url("../fonts/Oscine_W_Rg.woff") format("woff"), url("../fonts/Oscine_W_Rg.eot") format("eot");
}

@font-face {
  font-family: 'Oscine';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Oscine_W_It.woff2") format("woff2"), url("../fonts/Oscine_W_It.woff") format("woff"), url("../fonts/Oscine_W_It.eot") format("eot"); }

@font-face {
  font-family: 'Oscine';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Oscine_W_Bd.woff2") format("woff2"), url("../fonts/Oscine_W_Bd.woff") format("woff"), url("../fonts/Oscine_W_Bd.eot") format("eot"); }

@font-face {
    font-family: 'OscineXBold';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/oscine-xbold.woff2") format("woff2"), url("../fonts/oscine-xbold.woff") format("woff"), url("../fonts/oscine-xbold.eot") format("eot");
}

@font-face {
    font-family: 'OscineBold';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/oscine-bold.woff2") format("woff2"), url("../fonts/oscine-bold.woff") format("woff"), url("../fonts/oscine-bold.eot") format("eot");
}

/* Inter
   ========================================================================== */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-regular.woff2") format("woff2"), url("../fonts/inter-regular.woff") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-italic.woff2") format("woff2"), url("../fonts/inter-italic.woff") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter-medium.woff2") format("woff2"), url("../fonts/inter-medium.woff") format("woff"); }

@font-face {
  font-family: 'Interbold';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter-semibold.woff2") format("woff2"), url("../fonts/inter-semibold.woff") format("woff"); }

/* ==========================================================================
  Variables
  ========================================================================== */
/* Breakpoints
   ========================================================================== */
/* Typography
  ========================================================================== */
/* Transitions
  ========================================================================== */
/* Generic: CSS reset, box-sizing, global CSS tweaks
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
    list-style: none;
}

.jan-ul {
    display: table;
    list-style-position: outside;
}

   .jan-ul li::before {
        content: "\2022";
        color: #46AFFF;
        font-weight: bold;
        display: inline-block;
        width: 2rem;
        margin-left: -2rem;
        list-style-position: outside;
    }

.jan-ul2 {
    padding-left:2rem;
    display: table;
    list-style-position: outside;
    margin-top:1rem;
}

    .jan-ul2 li::before {
        content: "✓";
        color: #46AFFF;
        font-weight: bold;
        display: inline-block;
        width: 2rem;
        margin-left: -2rem;
        list-style-position: outside;
    }


.jan-ul3 {
    padding-left: 4rem;
    display: table;
    list-style-position: outside;
    margin-top: 2rem;
    margin-bottom:2rem;
}

    .jan-ul3 li::before {
        content: "✓";
        color: #46AFFF;
        font-weight: bold;
        display: inline-block;
        width: 3rem;
        margin-left: -2rem;
        list-style-position: outside;
    }

.jan-ulextra {
    font-size: 1.8rem;
    margin-left: 6rem;
}

@media (max-width: 700px) {
    .jan-ulextra {
        font-size: 1.6rem;
        margin-left: 0rem;
    }

    padding: 2rem 0;
}

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Elements: element selectors, CMS-generated content
   ========================================================================== */
/* ==========================================================================
  e-base
   ========================================================================== */
*, *:after, *:before {
  box-sizing: border-box;
}

html {
  font-size: 63%;
  scroll-behavior: smooth; }

body {
    color: #4C4C4C;
    line-height: 1.5;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.5rem;
}

a {
  text-decoration: none;
  color: #46AFFF; }
  a:focus {
    outline-color: #818181; }
  a:hover {
    color: #FFD700;
    transition: 0.18s color ease-in; }

h1 {
    font-family: Oscine, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    color: #46AFFF;
    line-height: 1.25;
}

h2, h3, h4, h5, h6 {
    font-family: Oscine, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    color: #4C4C4C;
    line-height: 1.25;
}

.obold {
    font-family: OscineBold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.xbold {
    font-family: OscineXBold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

strong {
  font-weight: 600; }

hr {
  border: none;
  margin: 2.4rem 0;
  border-bottom: .1rem solid #E6E8EB;
  /* gray-200 */ }

html,
body,
#__nuxt,
#__layout {
  height: 100%; }

/* Code
   ========================================================================== */
code, pre {
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1.5rem; }

code {
  padding: 0.3rem;
  border-radius: 0.1rem;
  color: #CE2F55;
  background: #FFF; }

pre {
  text-align: left;
  white-space: pre-wrap;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  background: #EEE;
  padding: 1.2rem; }

pre > code {
  background: none; }

i {
  line-height: 1; }

/* Objects: layout-related CSS, grid, SVG icons frame, flexbox classes
   ========================================================================== */
/* ==========================================================================
    o-container
  ========================================================================== */
.o-container {
    width: calc(100% - 4.8rem);
    margin: 0 auto;
    position: relative;
    border-radius: 15px;
}
  @media (min-width: 1000px) {
    .o-container {
      width: calc(100% - 25.6rem);
      max-width: 90rem; } }

.o-container-within {
    width: calc(100%);
    margin: 0 auto;
    position: relative;
    border-radius: 15px;
}

@media (min-width: 1000px) {
    .o-container-within {
        width: calc(100%);
    }
}

.o-container-jan {
    width: calc(100% - 8rem);
    margin: 0 auto;
    position: relative;
    align-items: center;
}

@media (min-width: 1000px) {
    .o-container-jan {
        width: calc(100% - 8rem);
        max-width: 132rem;
    }
}



.o-container--small {
  max-width: 64rem; }

.o-container--medium {
  max-width: 78rem; }

.o-container--large {
  width: calc(100% - 4.8rem); }
  @media (min-width: 900px) {
    .o-container--large {
      width: calc(100% - 9.6rem);
      max-width: 144rem; } }

.o-container-text {
    width: calc(100%);
    margin: 0 auto;
    padding: 4rem;
}

.o-container-text2 {
    width: calc(100%);
    margin: 0 auto;
    padding: 1.5rem;
    padding-right:calc(30%);
}

.o-container-text3 {
    position:relative;
    width: calc(90%);
    margin-left: calc(10%);
}

.o-container-text4 {
    width: calc(100%);
    margin: 0 auto;
    padding: 1.5rem;
}


.o-container-text5 {
    width: calc(100%);
    margin: 0 auto;
    padding: 0rem;
}

@media (max-width: 900px) {
    .o-container-text3 {
        margin-left:0rem;
        width: calc(100%);
    }
    .o-container-text2 {
        padding-right: 0rem;
    }
}

.o-container-text-responsive {
    width: calc(100%);
    margin: 0 auto;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 4rem;
    padding-bottom: 0rem;
}

@media (max-width: 800px) {
    .o-container-text {
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .o-container-text-overlap {
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .o-container-text-responsive {
        padding: 0rem;
    }
}

.o-container-text-overlap {
    width: calc(100%);
    margin-bottom: 23.6;
    padding: 4rem;
}

@media (max-width: 800px) {
    .o-container-text-overlap {
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}



/* ==========================================================================
  o-container-vertical
   ========================================================================== */
.o-container-vertical {
  padding: 3rem 0 0 0; }

.o-container-vertical-jan {
    padding: 1rem 0;
    padding-bottom:2rem;
}

.o-container-vertical--small {
  padding: 4.8rem 0; }

.o-container-vertical--overlap {
  padding: 0;
  position: relative; }

.o-container-vertical--compensate-overlap {
  padding-bottom: 12.8rem; }

.o-container-vertical--compensate-overlap2 {
    padding-bottom: 25.8rem;
}

@media (min-width: 700px) {
  .o-container-vertical {
    padding: 3rem 0 0 0; }
  .o-container-vertical--small {
    padding: 2.5rem 0; }
  .o-container-vertical--overlap {
    padding: 0; }
  .o-container-vertical--compensate-overlap {
    padding-bottom: 17rem; }
    .o-container-vertical--compensate-overlap2 {
        padding-bottom: 27.6rem;
    }
  .o-container-vertical-jan {
    padding: 0 0;
    }
}

/* ==========================================================================
  o-container-overlap
   ========================================================================== */
.o-container-overlap {
    padding-bottom: 30rem;
    margin-bottom: -23.6rem;
}

.o-container-overlap2 {
    padding-bottom: 5rem;
    margin-bottom: 2.4rem;
}

.o-container-overlaper {
  margin-top: -29.6rem; }

/* ==========================================================================
    Object: Flex
    ---
    Object to make a container use flexbox
   ========================================================================== */
/* Variables
   ========================================================================== */
/* Utility classes
  ========================================================================== */
.o-flex {
  display: flex; }

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

.o-flex--vertical {
  flex-direction: column; }

.o-flex--vertical-center {
  align-items: center; }

.o-flex--horizontal-center {
  justify-content: center; }

.o-flex--center {
  justify-content: center;
  align-items: center; }

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

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

.o-flex--justify-end {
  justify-content: flex-end; }

.o-flex--align-start {
  align-items: flex-start; }

.o-flex--align-end {
  align-items: flex-end; }

.o-flex--align-baseline {
  align-items: baseline; }

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

.o-flex--align-self-start {
  align-self: flex-start; }

.o-flex--spaced > *:not(:last-child) {
  margin-right: 0.8rem; }

.o-flex--spaced-wide > *:not(:last-child) {
  margin-right: 1.6rem; }

/* Flexible items
  ========================================================================== */
.o-flex__item {
  flex: 1; }

.o-flex__item--shrink {
  flex: 0 1 0%; }

/* ==========================================================================
  Grid
  ---
  Basic flex-based grid system
  Based on flexbox and calc()
  Support:
     * IE10 and up
     * Edge, Chrome, Safari, Firefox (except very old versions)
   ========================================================================== */
.o-flex-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.2rem;
  margin-right: -1.2rem; }

@media (max-width: 900px) {
    .o-flex-grid {
        margin-left: 0rem;
        margin-right: 0rem;
    }
}

/* Grid columns (default)
   ========================================================================== */
[class*='o-flex-grid-col'] {
  flex: 1 0 calc(100% - 2.4rem);
  min-width: 0;
  margin-left: 1.2rem;
  margin-right: 1.2rem; }

.o-flex-grid-col-1 {
  width: calc(8.33333% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-2 {
  width: calc(16.66667% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-3 {
  width: calc(25% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-4 {
  width: calc(33.33333% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-5 {
  width: calc(41.66667% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-6 {
  width: calc(50% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-7 {
  width: calc(58.33333% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-8 {
  width: calc(66.66667% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-9 {
  width: calc(75% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-10 {
  width: calc(83.33333% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-11 {
  width: calc(91.66667% - 2.4rem);
  flex: 1 1 auto; }

.o-flex-grid-col-12 {
  width: calc(100% - 2.4rem);
  flex: 1 1 auto; }

@media (min-width: 400px) {
  [class*='o-flex-grid-col-bp1-'] {
    flex: 1 1 auto; }
  .o-flex-grid-col-bp1-1 {
    width: calc(8.33333% - 2.4rem); }
  .o-flex-grid-col-bp1-2 {
    width: calc(16.66667% - 2.4rem); }
  .o-flex-grid-col-bp1-3 {
    width: calc(25% - 2.4rem); }
  .o-flex-grid-col-bp1-4 {
    width: calc(33.33333% - 2.4rem); }
  .o-flex-grid-col-bp1-5 {
    width: calc(41.66667% - 2.4rem); }
  .o-flex-grid-col-bp1-6 {
    width: calc(50% - 2.4rem); }
  .o-flex-grid-col-bp1-7 {
    width: calc(58.33333% - 2.4rem); }
  .o-flex-grid-col-bp1-8 {
    width: calc(66.66667% - 2.4rem); }
  .o-flex-grid-col-bp1-9 {
    width: calc(75% - 2.4rem); }
  .o-flex-grid-col-bp1-10 {
    width: calc(83.33333% - 2.4rem); }
  .o-flex-grid-col-bp1-11 {
    width: calc(91.66667% - 2.4rem); }
  .o-flex-grid-col-bp1-12 {
    width: calc(100% - 2.4rem); } }

@media (min-width: 600px) {
  [class*='o-flex-grid-col-bp2-'] {
    flex: 1 1 auto; }
  .o-flex-grid-col-bp2-1 {
    width: calc(8.33333% - 2.4rem); }
  .o-flex-grid-col-bp2-2 {
    width: calc(16.66667% - 2.4rem); }
  .o-flex-grid-col-bp2-3 {
    width: calc(25% - 2.4rem); }
  .o-flex-grid-col-bp2-4 {
    width: calc(33.33333% - 2.4rem); }
  .o-flex-grid-col-bp2-5 {
    width: calc(41.66667% - 2.4rem); }
  .o-flex-grid-col-bp2-6 {
    width: calc(50% - 2.4rem); }
  .o-flex-grid-col-bp2-7 {
    width: calc(58.33333% - 2.4rem); }
  .o-flex-grid-col-bp2-8 {
    width: calc(66.66667% - 2.4rem); }
  .o-flex-grid-col-bp2-9 {
    width: calc(75% - 2.4rem); }
  .o-flex-grid-col-bp2-10 {
    width: calc(83.33333% - 2.4rem); }
  .o-flex-grid-col-bp2-11 {
    width: calc(91.66667% - 2.4rem); }
  .o-flex-grid-col-bp2-12 {
    width: calc(100% - 2.4rem); } }

@media (min-width: 900px) {
  [class*='o-flex-grid-col-bp3-'] {
    flex: 1 1 auto; }
  .o-flex-grid-col-bp3-1 {
    width: calc(8.33333% - 2.4rem); }
  .o-flex-grid-col-bp3-2 {
    width: calc(16.66667% - 2.4rem); }
  .o-flex-grid-col-bp3-3 {
    width: calc(25% - 2.4rem); }
  .o-flex-grid-col-bp3-4 {
    width: calc(33.33333% - 2.4rem); }
  .o-flex-grid-col-bp3-5 {
    width: calc(41.66667% - 2.4rem); }
  .o-flex-grid-col-bp3-6 {
    width: calc(50% - 2.4rem); }
  .o-flex-grid-col-bp3-7 {
    width: calc(58.33333% - 2.4rem); }
  .o-flex-grid-col-bp3-8 {
    width: calc(66.66667% - 2.4rem); }
  .o-flex-grid-col-bp3-9 {
    width: calc(75% - 2.4rem); }
  .o-flex-grid-col-bp3-10 {
    width: calc(83.33333% - 2.4rem); }
  .o-flex-grid-col-bp3-11 {
    width: calc(91.66667% - 2.4rem); }
  .o-flex-grid-col-bp3-12 {
    width: calc(100% - 2.4rem); } }

/* Grid columns (modifiers)
   ========================================================================== */
.o-flex-grid--no-wrap {
  flex-wrap: nowrap; }

.o-flex-grid-col-static {
  flex: none; }

@media (min-width: 400px) {
  .o-flex-grid-col-bp1-static {
    flex: none; } }

@media (min-width: 700px) {
  .o-flex-grid-col-bp2-static {
    flex: none; } }

@media (min-width: 900px) {
  .o-flex-grid-col-bp3-static {
    flex: none; } }

.o-flex-grid-col-flex {
  flex: 1 1 auto; }

.o-flex-grid--reverse {
  flex-direction: row-reverse; }

/* ==========================================================================
  Object: SVG Icon
   ========================================================================== */
/* Object
   ========================================================================== */
.o-svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem; }
  .o-svg-icon svg {
    width: 100%;
    height: 100%;
    display: block; }
    .o-svg-icon svg * {
        fill: #818181;
    }

.o-svg-icon2 {
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
}
    .o-svg-icon2 svg {
        width: 100%;
        height: 100%;
        display: block;
    }
        .o-svg-icon2 svg * {
            fill: #818181;
        }

.o-svg-icon--12 {
  width: 1.2rem;
  height: 1.2rem; }

.o-svg-icon--32 {
  width: 3.2rem;
  height: 3.2rem; }

.o-svg-icon--success svg * {
  fill: #4FCCC4; }

/* Components: separately styled components (buttons, form inputs, toolbars...)
   ========================================================================== */
/* ==========================================================================
  c-article
  ========================================================================== */
.c-article .c-intro {
  font-size: 2.4rem; }

.c-article p, .c-article li {
  font-size: 1.8rem; }

.c-article figure,
.c-article img {
  margin: 6.4rem 0; }

.c-article table {
  margin: 4.8rem 0; }

.c-article h1,
.c-article .c-h1 {
  margin-top: 1.6rem; }

.c-article h2,
.c-article .c-h2 {
  margin-top: 6.4rem; }

.c-article h3,
.c-article .c-h3 {
  margin-top: 4.8rem; }

.c-article h5,
.c-article .c-h5 {
  margin-top: 2.4rem; }

.c-article h6,
.c-article .c-h6 {
  margin-top: 2.4rem; }

/* ==========================================================================
  c-alert
  ========================================================================== */
.c-alert {
  background-color: #F0F3F5;
  padding: 1.2rem 2.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem; }
  .c-alert p {
    margin: 0; }
  .c-alert .o-svg-icon {
    margin-right: .6rem; }

.c-alert--error {
  border-left: 0.4rem solid #FF6B6B; }
  .c-alert--error .o-svg-icon * {
    fill: #FF6B6B; }

.c-alert--success {
  border-left: 0.4rem solid #4FCCC4; }
  .c-alert--success .o-svg-icon * {
    fill: #4FCCC4; }

/* ==========================================================================
  c-avatar
  ========================================================================== */
.c-avatar {
  background-color: #F4F4FF;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-avatar .o-svg-icon * {
    fill: #6666FF; }

.c-avatar img {
  max-width: 100%;
  border-radius: 100%; }

.c-avatar--small {
  width: 3.6rem;
  height: 3.6rem; }
  .c-avatar--small .o-svg-icon.o-svg-icon--24 {
    font-size: 2rem; }

.c-avatar--large {
  width: 8rem;
  height: 8rem; }

.c-avatar--success {
  background: #d9f4f2; }
  .c-avatar--success .o-svg-icon * {
    fill: #4FCCC4; }

/* ==========================================================================
  c-blog-post
  ========================================================================== */
.c-blog-post {
  margin-bottom: 3rem; }
  .c-blog-post a {
    text-decoration: none; }

.c-blog-post__content {
  margin-top: 2.4rem; }

.c-blog-post__meta {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem; }
  .c-blog-post__meta .c-tag {
    margin-left: 1.6rem; }

/* ==========================================================================
  c-box
  ========================================================================== */
.c-box {
  background: #F4F4FF;
  padding: 6.4rem; }

.c-box--small {
  padding: 3.2rem; }

.c-box-shapes {
  background: #F4F4FF;
  padding: 4.8rem 2.4rem;
  position: relative;
  margin: 0 -2.4rem; }

.c-box-shapes__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }
  .c-box-shapes__bg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

@media (min-width: 900px) {
  .c-box-shapes {
    padding: 6.4rem;
    margin: 0 6.4rem 0 0; }
    .c-box-shapes .c-image {
      margin-right: -12.8rem; }
    .c-box-shapes .c-image--16-9 {
      padding-bottom: calc(56.25% + 12.8rem); }
  .c-box-shapes--inverse {
    margin-right: 0;
    margin-left: 6.4rem; }
    .c-box-shapes--inverse .c-image {
      margin-left: -12.8rem;
      margin-right: 0; } }

/* ==========================================================================
  c-brand
  ========================================================================== */
.c-brand {
  display: block;
  height: 2rem;

}
  .c-brand img {
    height: 100%;
    width: auto;
  }

@media (min-width: 700px) {
  .c-brand {
    height: 2.8rem; } }

.c-brandjan {
    display: block;
    height: 6.05rem;
    top: -1rem;
    margin-left:-1rem;
    width: 6.05rem;
}

.c-brandjan2 {
    display: block;
    width: 11rem;
    height: 11rem;
    margin-left: -1.8rem; 
    top: -1rem;
}


/* ==========================================================================
  c-button
   ========================================================================== */
.c-button {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .8rem 2rem;
  border-radius: 3rem;
  font-weight: 600;
  line-height: 2.4rem;
  white-space: nowrap; }
  .c-button:hover {
    cursor: pointer; }
  .c-button sup {
    align-self: flex-start;
    width: 1.2rem;
    height: 1.2rem;
    margin-left: .4rem; }
  .c-button:focus, .c-button:active {
    outline-color: none; }

a.c-button {
  display: inline-flex;
  justify-content: center;
  text-decoration: none; }

.c-button .o-svg-icon {
  height: 2.4rem;
  width: 2.4rem;
  margin-right: .8rem; }
  .c-button .o-svg-icon * {
    fill: currentColor;
    font-weight: normal; }

.c-button--text-icon .o-svg-icon,
.c-button--icon-text-icon .o-svg-icon:last-child {
  margin-left: .8rem;
  margin-right: 0; }

.c-button--icon-text-icon .o-svg-icon:last-child {
  opacity: .5; }

.c-button--primary {
    background-color: #4C4C4C;
    color: #FFF;
}
  .c-button--primary .o-svg-icon i {
    color: #FFF;
    fill:#FFF;
  }
    .c-button--primary:hover, .c-button--primary:focus, .c-button--primary:active {
        color: #4C4C4C;
        fill: #4C4C4C;
        background-color: #FFD700;
        transition: all 0.18s ease-in-out;
    }
  .c-button--primary[disabled] {
    background-color: #F0F3F5;
    color: #8D9FA5;
    pointer-events: none;
    border: 0.1rem solid #46AFFF; }
    .c-button--primary[disabled] .o-svg-icon i {
      color: #46AFFF; }

.c-button--secondary,
a.c-button--secondary {
  border: 0.1rem solid #46AFFF;
  color: #46AFFF;
  background: #FFF; }
  .c-button--secondary .o-svg-icon i,
  a.c-button--secondary .o-svg-icon i {
    color: #46AFFF; }
  .c-button--secondary:hover, .c-button--secondary:focus, .c-button--secondary:active,
  a.c-button--secondary:hover,
  a.c-button--secondary:focus,
  a.c-button--secondary:active {
    color: #FFF;
    border-color: none;
    box-shadow: inset 0 0 0 0.1rem #46AFFF;
    background-color: #46AFFF;
    transition: all 0.18s ease-in; }
  .c-button--secondary[disabled],
  a.c-button--secondary[disabled] {
    background-color: #F0F3F5;
    color: #8D9FA5;
    border-color: #C6CFD2;
    pointer-events: none; }
    .c-button--secondary[disabled] .o-svg-icon i,
    a.c-button--secondary[disabled] .o-svg-icon i {
      color: #8D9FA5; }

.c-button--link {
  color: currentColor;
  background-color: transparent;
  border: none;
  padding: .6rem 0; }
  .c-button--link:focus, .c-button--link:active {
    border: 0.1rem solid #6666FF;
    outline: none; }

.c-button--inverse.c-button--primary {
    background: #46AFFF;
    color: #FFF;
    fill: #FFF;
}
    .c-button--inverse.c-button--primary:hover, .c-button--inverse.c-button--primary:focus, .c-button--inverse.c-button--primary:active {
        background-color: #FFD700;
        color: #4C4C4C;
        fill: #4C4C4C;
        transition: all 0.18s ease-in-out;
    }

.c-button--inverse.c-button--secondary {
  border-color: #FFF;
  color: #FFF; }
  .c-button--inverse.c-button--secondary .o-svg-icon * {
    fill: #FFF; }
  .c-button--inverse.c-button--secondary:hover, .c-button--inverse.c-button--secondary:focus, .c-button--inverse.c-button--secondary:active {
    color: white;
    border-color: #8585ff;
    box-shadow: inset 0 0 0 0.1rem #e0e0ff;
    background-color: rgba(244, 244, 255, 0.2);
    transition: all 0.18s ease-in; }

.c-button--large {
  padding: 1.2rem 2rem;
  max-height: 4.8rem; }

.c-button--block {
  display: block;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.c-button--icon-only {
  padding: .5rem; }
  .c-button--icon-only .o-svg-icon {
    margin: 0;
    color: #6666FF; }

.c-button--inactive {
  border: 0.1rem solid #8D9FA5;
  background-color: transparent;
  color: #8D9FA5; }
  .c-button--inactive .o-svg-icon {
    color: #8D9FA5; }

/* ==========================================================================
  Component: Button Toolbar
  ---
  Group multiple buttons together
   ========================================================================== */
.c-button-toolbar {
  align-items: center;
  display: flex; }
  .c-button-toolbar .c-button + .c-button {
    margin-left: 1.6rem; }
  .c-button-toolbar .c-button--link + .c-button--link {
    margin-left: 1.6rem; }

.c-table .c-button-toolbar {
  justify-content: flex-end; }

/* ==========================================================================
  c-card
  ========================================================================== */
.c-card {
  padding: 4.8rem 2.4rem;
  border: 0.1rem solid #D4DBDD;
  background: #FFF; }
  @media (min-width: 700px) {
    .c-card {
      padding: 4.8rem; } }

/* ==========================================================================
  c-checkbox
   ========================================================================== */
.c-checkbox {
  display: block;
  position: relative;
  padding: 0 0 0 3.4rem;
  min-height: 2.4rem; }

.c-checkbox__toggle {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.c-checkbox__box {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  border: 0.1rem solid #8D9FA5;
  background: #FFF;
  border-radius: .3rem; }

/* Create the checkmark/indicator (hidden when not checked) */
.c-checkbox__box:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.c-checkbox input:checked ~ .c-checkbox__box:after {
  display: block;
  left: .7rem;
  top: .2rem;
  width: .7rem;
  height: 1.5rem;
  border: solid #6666FF;
  border-width: 0 .2rem .2rem 0;
  transform: rotate(45deg); }

.c-checkbox input[type='checkbox']:focus ~ .c-checkbox__box,
.c-checkbox input[type='checkbox']:active ~ .c-checkbox__box {
  border-color: #6666FF;
  transition: all 0.18s ease-in-out; }

.c-checkbox-list--inline {
  display: flex;
  align-items: center; }
  .c-checkbox-list--inline .c-checkbox:not(:last-of-type) {
    margin-right: 2rem; }

/* ==========================================================================
  c-content
   ========================================================================== */

.c-content p,
.c-body {
    font-size: 1.5rem;
  margin-bottom: 0rem; }

.c-body-2 {
  font-size: 2rem; }

.c-intro {
  font-size: 2rem;
  font-family: OscineBold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  @media (min-width: 700px) {
    .c-intro {
      font-size: 2.4rem; } }

.c-content h1,
.c-h1 {
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 2rem; }
  @media (min-width: 700px) {
    .c-content h1,
    .c-h1 {
      font-size: 4.2rem; } }

.c-content h2,
.c-h2 {
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 2rem; }
  @media (min-width: 700px) {
    .c-content h2,
    .c-h2 {
      font-size: 2.8rem; } }

.c-content h3,
.c-h3 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 2rem; }
  @media (min-width: 700px) {
    .c-content h3,
    .c-h3 {
      font-size: 2.2rem; } }

.c-overline {
  font-family: "Oscine", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  font-size: 1.4rem;
  color: #71888F;
  text-transform: uppercase;
  letter-spacing: 0.09rem;
  margin-bottom: 1.2rem; }

.c-overline2 {
    font-family: "Oscine", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    font-size: 1.8rem;
    color: #6666FF;
    letter-spacing: 0.09rem;
    margin-bottom: 0.8rem;
}

.c-content--inverse h1,
.c-content--inverse h2,
.c-content--inverse h3,
.c-content--inverse h4,
.c-content--inverse .c-h1,
.c-content--inverse .c-h2,
.c-content--inverse .c-h3,
.c-content--inverse .c-h4 {
  color: #FFF; }

.c-content--inverse p,
.c-content--inverse .c-intro,
.c-content--inverse .c-overline {
  color: #FFF;
  opacity: 1.0; }

.c-content h6,
.c-h6,
.c-content h5,
.c-h5,
.c-content h4,
.c-h4 {
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
@media (min-width: 700px) {
    .c-content h6,
    .c-h6,
    .c-content h5,
    .c-h5,
    .c-content h4,
    .c-h4 {
        font-size: 1.8rem;
    }
}


.c-blockquote,
.c-content blockquote {
  border-left: 0.4rem solid #6666FF;
  padding-left: 1.6rem; }
  .c-blockquote > p:not(:only-child),
  .c-content blockquote > p:not(:only-child) {
    font-style: italic;
    margin: 0 0 1.6rem; }
  .c-blockquote > footer,
  .c-blockquote cite,
  .c-content blockquote > footer,
  .c-content blockquote cite {
    display: block;
    color: #71888F;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    margin-top: 1.6rem; }

.c-content em {
  font-style: italic; }

.c-content img,
.c-content video {
  width: 100%;
  height: auto; }

.c-content figure img {
  margin: 0; }

.c-content figcaption {
  padding-top: 1.6rem;
  color: #71888F; }

.c-content dl {
  margin: 4.8rem 0; }
  .c-content dl dt {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 1.4rem;
    color: #71888F;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
    margin: 0 0 0.8rem; }
  .c-content dl dd {
    margin: 0 0 3.2rem; }

.c-content ul,
.c-content ol {
    padding-left: 1.9rem;
    margin: 1.6rem 0;
    list-style: initial;
    font-size: 1.5rem;
}
  .c-content ul ul,
  .c-content ul ol,
  .c-content ol ul,
  .c-content ol ol {
    margin: 0; }

.c-content li {
    margin-bottom: 0rem;
    font-size: 1.5rem;
    margin-left:4rem;
}

.c-content ul {
    list-style: none;
    display: table;
    list-style-position: outside;
}

.c-content li::before {
    content: "\2022";
    color: #46AFFF;
    font-weight: bold;
    display: inline-block;
    width: 2rem;
    margin-left: -2rem;
    list-style-position: outside;
}

.c-content ol {
  list-style: decimal; }

.c-content sup, .c-content sub {
  font-size: 1.2rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.c-content sup {
  top: -1rem; }

.c-content sub {
  bottom: -.6rem; }

.c-content strong {
  font-weight: 600; }

/* ==========================================================================
  

  ========================================================================== */
.c-content-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.c-content-block-goal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-image: ../images/goal.jpg;
}

.c-content-block--reverse {
  flex-direction: row-reverse; }

.c-content-block__image {
    flex: 1 0 100%;
    min-width: 0;
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.c-content-block__text {
    flex: 1 0 100%;
    min-width: 0;
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    position: relative;
}

@media (min-width: 700px) {
    .c-content-block__image {
        flex: 3 1 auto;
        width: calc(30% - 1.2rem);
        height:calc(100%);
    }
  
    .c-content-block__text {
    flex: 1 3 auto;
    width: calc(70% - 1.2rem); }

    .c-content-block__image {
        margin: 0;
        padding: 0rem;
    }


  .c-content-block__text {
    padding: 2rem; }
  .c-content-block__image + .c-content-block__text {
    margin-left: 0rem; }
  .c-content-block--reverse .c-content-block__image + .c-content-block__text {
    margin-left: 0;
    margin-right: 0rem; } }

.c-content-block__image2 {
    flex: 1 0 100%;
    min-width: 0;
    margin: 0;
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.c-content-block__text2 {
    flex: 1 0 100%;
    min-width: 0;
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    position: relative;
}

@media (min-width: 700px) {
    .c-content-block__image2 {
        flex: 3 1 auto;
        width: calc(50% - 0rem);
        padding: 2rem;
    }

    .c-content-block__text2 {
        flex: 1 3 auto;
        width: calc(50% - 0rem);
    }
    .c-content-block__text2 {
        padding: 2rem;
    }

    .c-content-block__image2 + .c-content-block__text2 {
        margin-left: 0rem;
    }

    .c-content-block--reverse .c-content-block__image2 + .c-content-block__text2 {
        margin-left: 0;
        margin-right: 0rem;
    }
}

/* ==========================================================================
  CTA
  ========================================================================== */
.c-cta {
  position: relative;
  padding-top: 25.6rem; }

.c-cta__image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2; }
  .c-cta__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right top;
       object-position: right top;
    max-width: 100%; }

.c-cta__content {
  padding: 4.8rem 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%; }

.c-cta__bg {
  background: #6666FF;
  position: absolute;
  height: calc(100% - 25.6rem);
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1; }

@media (min-width: 700px) {
  .c-cta {
    padding-top: 12.8rem; }
  .c-cta__bg {
    height: calc(100% - 12.8rem); }
  .c-cta__content {
    padding: 9.6rem; }
  .c-cta__content,
  .c-cta__bg {
    width: 50%; } }

/* ==========================================================================
  c-device
  ========================================================================== */
.c-device {
  position: relative;
  width: 100%; }

.c-device__frame {
  width: 100%; }
  .c-device__frame img {
    width: 100%;
    height: auto; }

.c-device__screen,
.c-device__overlay,
.c-device__action {
    position: absolute;
    top: calc(22/511 * 100%);
    bottom: calc(22/511 * 100%);
    left: calc(22/715 * 100%);
    right: calc(22/715 * 100%);
    width: calc(100% - (44/715 * 100%));
    height: calc(100% - (50/511 * 100%)); }
 .c-device__center-cropped {
    object-fit: cover; /* Scale the image so it covers whole area, thus will likely crop */
    object-position: center; /* Center the image within the element */
    height: 100%;
    width: 100%; }
.c-device__left-cropped {
    object-fit: cover; /* Scale the image so it covers whole area, thus will likely crop */
    object-position: left; /* Center the image within the element */
    height: 100%;
    width: 100%;
}

  .c-device__screen iframe,
  .c-device__screen img,
  .c-device__overlay iframe,
  .c-device__overlay img,
  .c-device__action iframe,
  .c-device__action img {
    width: 100%;
    height: 100%;
    border-radius: 0.6rem; }
    @media (min-width: 700px) {
      .c-device__screen iframe,
      .c-device__screen img,
      .c-device__overlay iframe,
      .c-device__overlay img,
      .c-device__action iframe,
      .c-device__action img {
        border-radius: 1.2rem; } }

.c-device__overlay {
  background-color: #1A3842;
  opacity: 0.2;
  border-radius: 0.6rem; }
.c-device__overlay2 {
    background-color: #1A3842;
    opacity: 0.1;
    border-radius: 0.6rem;
}
  @media (min-width: 700px) {
    .c-device__overlay {
      border-radius: 1.2rem; } }

.c-device__action {
  display: flex;
  align-items: center;
  justify-content: center; }

.c-device__action2 {
    display: block;
    align-items: center;
    justify-content: center;
}

/* ==========================================================================
  Footer
   ========================================================================== */
.c-footer {
  display: flex;
  align-items: center;
  padding: 4.8rem 0 2.4rem; }
  .c-footer .c-toolbar {
    align-items: baseline; }

.c-footer--inverse {
    background: #F5F5F5;
}

.c-footer__nav {
    color: #4C4C4C;
    font-size: 1.4rem;
    display: flex;
    flex-direction: column-reverse;
}

.c-footer__menu {
  margin-bottom: 3.2rem; }
  .c-footer__menu li a {
    text-decoration: none;
    color: inherit; }
    .c-footer__menu li a:hover {
      text-decoration: underline; }
  .c-footer__menu li + li {
    margin-top: 1.6rem; }

.c-footer__socials {
  display: flex; }
  .c-footer__socials li + li {
    margin-left: 2.4rem; }
    .c-footer__socials .o-svg-icon * {
        fill: #4C4C4C;
    }

@media (min-width: 900px) {
  .c-footer {
    min-height: 12.8rem;
    padding: 2.4rem 0; }
    .c-footer .c-toolbar {
      align-items: center; }
  .c-footer__nav {
    flex-direction: row; }
    .c-footer__nav li + li {
      margin-top: 0;
      margin-left: 3.2rem; }
    .c-footer__nav .c-footer__menu {
      display: flex;
      margin-bottom: 0;
      margin-left: 6.4rem; } }

/* ==========================================================================
  c-form-group
   ========================================================================== */
.c-form-group-layout--horizontal .c-form-group {
  display: flex;
  align-items: center;
  margin: 2.4rem 0; }

.c-form-group-layout--horizontal .c-label {
  width: 19.2rem; }

@media (min-width: 700px) {
  .c-form-group-layout--inline {
    display: flex;
    align-items: center; }
    .c-form-group-layout--inline .c-form-group:not(.c-search-button--mobile) {
      display: flex;
      align-items: center; }
    .c-form-group-layout--inline .c-label {
      white-space: nowrap;
      margin-right: .8rem; }
    .c-form-group-layout--inline .c-form-group + .c-form-group {
      margin-left: 1.6rem; }
    .c-form-group-layout--inline .c-form-group--wide {
      flex: 1 0 auto; } }

.c-form-group {
  margin: 0 0 1.6rem; }

.c-form-group abbr {
  text-decoration: none;
  color: #71888F; }

/* ==========================================================================
  c-form-help-text
  ---
  Help text + Errors on forms
   ========================================================================== */
.c-form-help-text {
  color: #71888F;
  display: block;
  font-size: 1.6rem; }
  .c-input + .c-form-help-text {
    margin-top: 0.4rem; }

.c-form-help-text--error {
  color: #FF6B6B; }

.c-form-help-text--success {
  color: #4FCCC4; }

.c-form-help-text + .c-form-help-text {
  margin-top: 0.4rem; }

/* ==========================================================================
  c-header
   ========================================================================== */
.c-header {
    min-height: 6.4rem;
    display: flex;
    align-items: center;
    padding: 1rem 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.c-header-spacing {
    margin-top: 6.4rem;
}

.c-footer-spacing {
    padding-bottom: 3rem;
}

@media (max-width:800px) {
    .c-header {
        overflow:inherit;
        position:inherit;
    }
    .c-header-spacing {
        margin-top: 0rem;
    }
}

@media (min-width: 700px) {
  .c-header {
    min-height: 1.8rem; }
  padding: 2rem 0; }

.c-header--inverse {
    background: #4C4C4C;
    color: #F5F5F5;
}

/* ==========================================================================
  Hero
  ========================================================================== */
.c-hero {
  background-color: #FFD700;
  display: block;
  position: relative; }

.c-hero__bg {
  position: absolute;
  top: -12.8rem;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% + 12.8rem);
  width: 100%; }
  .c-hero__bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

/* Hero shapes general
  ========================================================================== */
.c-hero__shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #6666FF;
  z-index: -1; }

.c-hero--shapes {
  background: #FFD700;
}

.c-hero__shape {
  position: absolute;
  opacity: 0.6; }
  .c-hero__shape img {
    width: 100%;
    height: auto; }

/* Hero shapes composition 1
  ========================================================================== */
.c-hero__shapes--comp-1 .c-hero__shape--1,
.c-hero__shapes--comp-1 .c-hero__shape--5,
.c-hero__shapes--comp-1 .c-hero__shape--4 {
  display: none; }

.c-hero__shapes--comp-1 .c-hero__shape--2 {
  width: 18rem;
  bottom: -10%;
  right: -10%;
  transform: rotate(180deg); }

.c-hero__shapes--comp-1 .c-hero__shape--3 {
  width: 8rem;
  top: 10%;
  left: -5%; }

@media (min-width: 700px) {
  .c-hero__shapes--comp-1 .c-hero__shape--1,
  .c-hero__shapes--comp-1 .c-hero__shape--5,
  .c-hero__shapes--comp-1 .c-hero__shape--4 {
    display: block; }
  .c-hero__shapes--comp-1 .c-hero__shape--1 {
    width: 24.8rem;
    top: 30%;
    left: 20%; }
  .c-hero__shapes--comp-1 .c-hero__shape--3 {
    width: 10rem;
    top: 10%;
    left: 5%; }
  .c-hero__shapes--comp-1 .c-hero__shape--5 {
    width: 8rem;
    bottom: 10%;
    right: 20%; }
  .c-hero__shapes--comp-1 .c-hero__shape--4 {
    width: 6rem;
    bottom: 10%;
    left: 10%; }
  .c-hero__shapes--comp-1 .c-hero__shape--2 {
    width: 28rem;
    top: 10%;
    right: 5%;
    transform: rotate(90deg); } }

/* Hero shapes composition 2
  ========================================================================== */
.c-hero__shapes--comp-2 .c-hero__shape--1 {
  width: 12rem;
  top: 5%;
  right: -5%;
  transform: rotate(90deg); }

.c-hero__shapes--comp-2 .c-hero__shape--2 {
  width: 22rem;
  bottom: -35%;
  right: -15%;
  transform: rotate(180deg); }

.c-hero__shapes--comp-2 .c-hero__shape--3 {
  width: 4.8rem;
  top: 0;
  right: 40%; }

@media (min-width: 700px) {
  .c-hero__shapes--comp-2 .c-hero__shape--1 {
    width: 20rem;
    top: 35%;
    right: 20%; }
  .c-hero__shapes--comp-2 .c-hero__shape--2 {
    width: 32rem;
    bottom: -8%;
    right: -5%;
    transform: rotate(180deg); }
  .c-hero__shapes--comp-2 .c-hero__shape--3 {
    width: 6.4rem;
    top: 5%;
    right: 15%; } }

/* ==========================================================================
  c-image
  ========================================================================== */
.c-image {
    position: relative;
    height: 100%;
    background: #8D9FA5;
    border-radius: 15px;
}

.c-image2 {
    position: relative;
    height: 50rem;
    background: #8D9FA5;
    border-radius: 15px;
}

    .c-image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 15px;
    }

    .c-image-jan3 img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
.c-image-jan {
    position: relative;
    width: 55%;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 700px) {
    .c-image-jan {
        width:100%;
    }
}

.c-image-jan2 {
    position: relative;
    object-fit: cover;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    vertical-align: top;
}

.c-image--4-3 {
    padding-bottom: 75%;
}

.c-image--4-3jan {
  padding-bottom: 150%; }

.c-image--4-3jan2 {
    padding-bottom: 100%;
}

.c-image--jan2 {
    padding-bottom: 83%;
    background: #FFF;
    object-fit: cover;
    border-radius: 15px;
}

.c-image--jan3 {
    padding-bottom: 95%;
    background: #FFF;
    object-fit: cover;
    border-radius: 15px;
}

.c-image--16-9 {
  padding-bottom: 56.25%; }

.c-image--1-1 {
  padding-top: 100%; }

.c-image-footnote {
  padding-top: 1.6rem;
  color: #71888F; }

.c-image--zoom {
  overflow: hidden; }
  .c-image--zoom img {
    transition: 0.8s cubic-bezier 0.2, 0.8, 0.2, 1;
    transition: transform 0.25s, visibility 0.25s ease-in; }

.c-image--zoom:hover img {
  transform-origin: 50% 50%;
  transform: scale(1.03); }

@media (min-width: 900px) {
  .c-image--stretch-left {
    margin-left: -12.8rem; }
  .c-image--stretch-right {
    margin-right: -12.8rem; } }

@media (max-width: 800px) {
    .c-image--1-1-jan {
        padding:calc(30%);
        width: calc(30%)
    }
}



/* ==========================================================================
  c-input
   ========================================================================== */
/* Mixins
   ========================================================================== */
.c-input {
    border: 0.1rem solid #E6E6E6;
    border-radius: 0;
    padding: 1rem 1.2rem;
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
    width: 100%;
    transition: all 0.18s ease-in-out;
}
    .c-input::-moz-placeholder {
        color: #818181;
    }
    .c-input:-ms-input-placeholder {
        color: #818181;
    }
    .c-input::placeholder {
        color: #818181;
    }
    .c-input:focus {
        outline: 0;
        border-color: #46AFFF;
        box-shadow: inset 0 0 0 0.1rem #46AFFF;
    }

.c-input--large {
  padding: 1.3rem 1.2rem; }

.c-input-with-icon {
  display: block;
  position: relative;
  width: 100%;
  height: 4.8rem; }
  .c-input-with-icon .c-input {
    padding-left: 4.8rem;
    height: 100%; }
  .c-input-with-icon .o-svg-icon {
    left: 1.2rem;
    opacity: 0.75;
    position: absolute;
    top: 1.2rem;
    width: 2.4rem;
    height: 2.4rem;
    color: #71888F; }

.c-input--huge {
  border: none;
  font-size: 3.2rem; }
    .c-input--huge::-moz-placeholder {
        color: #818181;
    }
    .c-input--huge:-ms-input-placeholder {
        color: #818181;
    }
    .c-input--huge::placeholder {
        color: #818181;
    }
  @media (min-width: 900px) {
    .c-input--huge {
      padding: 6.4rem 0;
      font-size: 6.4rem; } }
.c-input--huge:focus {
    outline: 0;
    border-color: none;
    box-shadow: none;
    caret-color: #46AFFF;
}

.c-input--error {
    border-color: #FFD700;
}

/* ==========================================================================
  c-label
   ========================================================================== */
.c-label {
    color: #4C4C4C;
    font-weight: 500;
    display: block;
    padding: .8rem 0;
}

/* ==========================================================================
  Component: c-modal
  ---
  Modal windows
   ========================================================================== */
/* Variables
   ========================================================================== */
/* Component
   ========================================================================== */
.c-modal-context {
  display: flex;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: translateY(-4rem) scale(0.98);
  transition: visibility 0s linear 0.2s, opacity 0.2s linear, transform 0.2s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 40;
  background-color: rgba(3, 37, 48, 0.8); }
  .c-modal-context.c-modal-context--visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0s;
    visibility: visible; }

.c-modal {
  display: flex;
  flex-direction: column;
  width: calc(100% - 8rem);
  z-index: 50; }
  @media (min-width: 700px) {
    .c-modal {
      margin: auto; } }

.c-modal__close {
  position: absolute;
  top: 4.8rem;
  right: 2.4rem; }
  @media (min-width: 700px) {
    .c-modal__close {
      right: 4.8rem; } }

.c-modal__body {
  flex: 1 1 auto;
  overflow: auto;
  padding: 2.4rem 2.4rem; }

.c-modal__header {
  background-color: #FFF;
  border-radius: 0.3rem 0.3rem 0 0; }

.c-modal__title {
  font-size: 1.6rem;
  font-weight: 600; }

.c-modal__footer {
  background-color: #FFF;
  border-radius: 0 0 0.3rem 0.3rem; }

.c-modal__content {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  height: 100%;
  padding: 2.4rem 2.4rem; }

.c-modal__video {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .c-modal__video iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Sizes
   ========================================================================== */
.c-modal--large {
  width: 88rem; }

.c-modal--medium {
  width: 66rem; }

.c-modal--small {
  width: 44rem; }

.c-modal--fullscreen {
  height: calc(100% - 4.8rem);
  max-height: none;
  max-width: none;
  width: calc(100% - 4.8rem); }

.c-modal--fullwidth {
  max-width: 66rem;
  width: calc(100% - 4.8rem); }

.c-modal--height-auto {
  height: auto; }

.c-modal--scrollable {
  max-height: calc(100% - 4.8rem); }

/* Backdrop
   ========================================================================== */
.c-modal-backdrop {
  background: rgba(26, 56, 66, 0.4);
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  left: 0;
  visibility: hidden;
  z-index: 30; }

/* ==========================================================================
  c-navbar
   ========================================================================== */
.c-navbar {
  min-height: 6.4rem;
  display: flex;
  align-items: center;
  padding: 2.4rem 0; }

.c-navbar > .c-toolbar {
  flex: 1 0 auto; }

@media (min-width: 1000px) {
  .c-navbar {
    min-height: 12.8rem; }
  padding: 4.8rem 0; }

.c-navbar--inverse {
  background: #6666FF;
  color: #FFF; }

/* ==========================================================================
  Navigation
  ========================================================================== */
.c-navigation ul,
.c-navigation .c-button-toolbar {
  display: none; }

.c-navigation__item {
  list-style: none;
  padding: 0.8rem; }

.c-navigation__item {
  font-weight: 500;
  display: flex;
  align-items: center; }
  .c-navigation__item a {
    text-decoration: none;
    display: flex;
    align-items: center;
    opacity: 0.7;
    position: relative;
    color: inherit; }
    .c-navigation__item a:before {
      content: "";
      background: none repeat scroll 0 0 transparent;
      position: absolute;
      bottom: -0.6rem;
      left: 50%;
      z-index: -1;
      display: block;
      width: calc(100% - 1.6rem);
      height: 0.3rem;
      background-color: #FFF;
      opacity: 0.4;
      transition: width 0.3s ease 0s, left 0.3s ease 0s;
      width: 0; }
    .c-navigation__item a:active, .c-navigation__item a:hover {
        color: #FFD700;
        opacity: 1;
    }
      .c-navigation__item a:active:before, .c-navigation__item a:hover:before {
        width: 100%;
        left: 0; }

.c-navigation__item--active {
  position: relative; }
  .c-navigation__item--active a {
    opacity: 1; }
    .c-navigation__item--active a:before {
      width: 100%;
      left: 0; }

/* Navigation toggle
   ========================================================================== */
.c-navigation__toggle {
  display: none; }

.c-navigation__toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  height: 0rem;
  width: 4.8rem;
  position: absolute;
  top: 2.4rem;
  right: 2.4rem; }
  .c-navigation__toggle svg {
    display: block;
    z-index: 11;
    fill: #FFF; }

.c-navigation-toggle__line1, .c-navigation-toggle__line2, .c-navigation-toggle__line3 {
  transform-origin: 12px 13px;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.c-navigation-toggle__line1 {
  transform: translateY(-0.7rem); }

.c-navigation-toggle__line3 {
  transform: translateY(0.7rem); }

.c-navigation__toggle--active {
  position: absolute;
  right: 2.4rem;
  top: 2.4rem; }
  .c-navigation__toggle--active svg {
    fill: #FFF; }
  .c-navigation__toggle--active .c-navigation-toggle__line1 {
    transform: rotate(45deg); }
  .c-navigation__toggle--active .c-navigation-toggle__line2 {
    opacity: 0;
    transform: scaleX(0); }
  .c-navigation__toggle--active .c-navigation-toggle__line3 {
    transform: rotate(-45deg); }

/* Mobile active state
   ========================================================================== */
.js .c-navigation.c-navigation--active {
    background: #4C4C4C;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
    height: 100%;
    overflow: auto;
    padding: 9.6rem 2.4rem 2.4rem;
}
  .js .c-navigation.c-navigation--active ul {
    display: block;
    opacity: 1;
    pointer-events: auto; }
  .js .c-navigation.c-navigation--active .c-navigation__item a {
    font-family: oscine-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    font-size: 2rem;
    color: inherit; }
    .js .c-navigation.c-navigation--active .c-navigation__item a:active:before, .js .c-navigation.c-navigation--active .c-navigation__item a:hover:before {
      width: 0; }
  .js .c-navigation.c-navigation--active .c-navigation__item + .c-navigation__item {
    margin-top: 0.8rem; }
  .js .c-navigation.c-navigation--active .c-navigation__item--active a:before {
    width: 0; }
  .js .c-navigation.c-navigation--active .c-button-toolbar {
    display: block;
    margin-top: 4.8rem;
    margin-left: 0; }
    .js .c-navigation.c-navigation--active .c-button-toolbar .c-button {
      display: block;
      width: 100%;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
    .js .c-navigation.c-navigation--active .c-button-toolbar .c-button + .c-button {
      margin-left: 0;
      margin-top: 1.2rem; }

/* Larger screens
   ========================================================================== */
@media (min-width: 1000px) {
  .c-navigation {
    display: flex; }
  .js .c-navigation .c-button-toolbar {
    display: block;
    margin-left: 6.4rem; }
  .js .c-navigation ul {
    display: flex;
    align-items: center; }
  .js .c-navigation:not(.c-navigation--active) .c-navigation__toggle {
    display: none; }
  .c-navigation:not(.c-navigation--active) .c-navigation__item + .c-navigation__item {
    margin-left: 2.4rem; }
  .c-navigation:not(.c-navigation--active) .c-navigation__item a svg {
    display: block; }
  .c-navigation:not(.c-navigation--active) .c-navigation__item a span {
    display: none; } }

/* ==========================================================================
  c-price-card
  ========================================================================== */
.c-price-card {
    display: flex;
    flex-direction: column;
}

.c-price-cards .c-radio + .c-radio,
.c-price-cards .c-price-card + .c-price-card {
    margin-top: 4.8rem;
}

.c-price-card__header {
    background: #F0F3F5;
    padding: 2.4rem;
    flex: 1 1 auto;
    border-radius: 15px;
}

.c-price-card__content {
    flex: 1 1 auto;
    padding: 2.4rem;
    border: 0.1rem solid #E6E6E6;
    border-top: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.c-price-card__header--dark {
    background: #4C4C4C;
}
  .c-price-card__header--dark * {
    color: #FFF; }
  .c-price-card__header--dark .c-price-card__price {
    color: #FFF; }

.c-price-card__header--light {
    background: #E6E6E6; }
  .c-price-card__header--light * {
    color: #4C4C4C; }
  .c-price-card__header--light .c-price-card__price {
    color: #4C4C4C; }

.c-price-card__header--yellow {
    background: #FFD700; }
  .c-price-card__header--yellow * {
    color: #4C4C4C; }
  .c-price-card__header--yellow .c-price-card__price {
    color: #4C4C4C; }

.c-price-card__header--blue {
    background: #46AFFF; }
  .c-price-card__header--blue * {
    color: #FFF; }
  .c-price-card__header--blue .c-price-card__price {
    color: #FFF; }

.c-price-card__header--stripes {
    background-image: linear-gradient(135deg, #e6e6e6 10%, #ffffff 10%, #ffffff 50%, #e6e6e6 50%, #e6e6e6 60%, #ffffff 60%, #ffffff 100%);
    background-size: 10.00px 10.00px;
    border: 0.1rem solid #46AFFF;
}
  .c-price-card__header--stripes * {
    color: #4C4C4C; }
  .c-price-card__header--stripes .c-price-card__price {
    color: #4C4C4C; }

.c-price-card__price {
  font-size: 2rem;
  margin-right: 0.8rem;
  font-weight: 600;
  color: #032530; }

.c-price-card__feature {
  display: flex;
  align-items: center; }
  .c-price-card__feature .o-svg-icon {
    margin-right: 1.2rem; }

.c-price-card__feature + .c-price-card__feature {
  margin-top: 1.2rem; }

@media (min-width: 900px) {
  .c-price-cards {
    display: flex; }
    .c-price-cards .c-radio,
    .c-price-cards .c-price-card {
      width: 33.33%; }
    .c-price-cards .c-radio + .c-radio,
    .c-price-cards .c-price-card + .c-price-card {
      margin-top: 0;
      margin-left: 2.4rem; }
}

/* ==========================================================================
  c-radio
   ========================================================================== */
.c-radio {
  display: block;
  position: relative;
  padding: 0 0 0 3.4rem;
  min-height: 2.4rem; }

.c-radio + .c-radio {
  margin-top: .8rem; }

.c-radio__toggle {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.c-radio__box {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 100%;
  border: 0.1rem solid #8D9FA5; }

.c-radio input[type='radio']:checked ~ .c-radio__box:before {
  content: "";
  background-color: #6666FF;
  position: absolute;
  height: 1.2rem;
  width: 1.2rem;
  top: 0.5rem;
  left: 0.5rem;
  border-radius: 100%;
  transition: all 0.18s ease-in-out; }

.c-radio-list--inline {
  display: flex;
  align-items: center; }
  .c-radio-list--inline .c-radio:not(:last-of-type) {
    margin-right: 2rem; }

.c-radio input[type='radio']:focus ~ .c-radio__box,
.c-radio input[type='radio']:active ~ .c-radio__box {
  border-color: #6666FF;
  box-shadow: inset 0 0 0 0.1rem #6666FF; }

.c-radio--price-card {
  padding-left: 0; }
  .c-radio--price-card .c-radio__box {
    top: 2.4rem;
    left: auto;
    right: 2.4rem; }

.c-radio .c-price-card {
  width: 100%;
  height: 100%; }

.c-radio input[type='radio']:checked ~ .c-price-card {
  border: 0.2rem solid #6666FF; }
  .c-radio input[type='radio']:checked ~ .c-price-card .c-price-card__header {
    background-color: #F4F4FF; }

.c-radio--card {
  padding-left: 0; }
  .c-radio--card input[type='radio']:checked ~ .c-radio__content {
    border: 0.2rem solid #6666FF; }
  .c-radio--card .c-radio__box {
    top: calc(50% - 1.2rem);
    left: 1.2rem; }
  .c-radio--card .c-radio__content {
    padding: 1.2rem;
    padding-left: 4.8rem;
    border: 0.1rem solid #D4DBDD; }
  @media (min-width: 900px) {
    .c-radio--card .c-radio__content {
      display: flex;
      justify-content: space-between; } }

/* ==========================================================================
  c-select
   ========================================================================== */
.c-select {
  border: 0.1rem solid #8D9FA5;
  padding: .8rem 3.2rem .8rem .8rem;
  border-radius: .3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 5L0 0H9L4.5 5Z' fill='%23666666'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, repeat;
  background-position: right 1.2rem top 50%, 0 0;
  font-size: 1.6rem; }

.c-select:focus {
  outline: 0;
  border-color: #6666FF;
  box-shadow: inset 0 0 0 0.1rem #6666FF;
  transition: 0.18s border-color ease-in, 0.18s box-shadow ease-in; }

.c-select--block {
  display: block;
  width: 100%; }

.c-select--large {
  padding: 1.3rem 3.2rem 1.3rem 1.2rem; }

.c-select--error {
  border-color: #FF6B6B; }

/* ==========================================================================
  c-skip-nav
  ---
  Skip navigation for screen reader to skip thenavigation
  and go straight to content in <main>
   ========================================================================== */
.c-skip-nav {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-decoration: none;
  padding: 0.8rem;
  text-align: center;
  background: #F0F3F5;
  color: #032530; }

.c-skip-nav:focus {
  display: block;
  position: static;
  left: 1.6rem;
  top: 1.6rem;
  right: 1.6rem;
  margin: 1.6rem 1.6rem 0;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 1; }

/* ==========================================================================
  c-tag
  ========================================================================== */
.c-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.7rem 1.2rem;
    text-decoration: none;
    line-height: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .05rem;
    /*text-transform: uppercase;*/
    background: #E6E6E6;
    color: #4C4C4C;
    border-radius: 5px;
}
    .c-tag:hover, .c-tag:focus {
        color: #46AFFF;
        background: #FFF;
        transition: all 0.18s ease-in;
    }

.c-tag-list {
  display: flex;
  align-items: center; }
  .c-tag-list li + li {
    margin-left: .8rem; }

/* ==========================================================================
  c-table
  ========================================================================== */
.c-table, .c-content table {
  border: none;
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 1.6rem; }

.c-table td, .c-content td,
.c-table th, .c-content th {
  vertical-align: middle;
  padding: 0.8rem; }

.c-table th, .c-content table th {
  border-bottom: 0.2rem solid #C6CFD2;
  font-weight: 500;
  text-align: left; }

.c-table td, .c-content table td {
  border-bottom: 0.1rem solid #C6CFD2; }

.c-table th, .c-content table th {
  border-bottom-width: .2rem;
  text-align: left;
  font-weight: 500; }

.c-table tr:last-child td, .c-content table tr:last-child td {
  border-bottom-width: 0; }

.c-table--center td {
  vertical-align: middle; }

/* ==========================================================================
  Textarea
  ========================================================================== */
.c-textarea {
    border: 0.1rem solid #E6E6E6;
    border-radius: 0;
    padding: 1rem 1.2rem;
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
    width: 100%;
    transition: all 0.18s ease-in-out;
    max-width: 100%;
    min-width: 100%;
}
    .c-textarea::-moz-placeholder {
        color: #818181;
    }
    .c-textarea:-ms-input-placeholder {
        color: #818181;
    }
    .c-textarea::placeholder {
        color: #818181;
    }
    .c-textarea:focus {
        outline: 0;
        border-color: #46AFFF;
        box-shadow: inset 0 0 0 0.1rem #46AFFF;
    }

    .c-textarea:focus {
        outline: 0;
        border-color: #46AFFF;
        transition: 0.18s border-color ease-in;
    }

/* ==========================================================================
    c-toolbar
   ========================================================================== */
.c-toolbar {
  width: 100%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-around;
  height: 4.8rem; }

.c-toolbar--auto {
  height: auto; }

.c-toolbar--wrap {
  flex-wrap: wrap; }

.c-toolbar__left {
  z-index: 1;
  justify-content: flex-start; }
  .c-toolbar__left .c-toolbar__item {
    margin-right: 1.6rem; }
    .c-toolbar__left .c-toolbar__item:only-child {
      margin: 0; }

.c-toolbar__right {
  z-index: 1;
  justify-content: flex-end; }
  .c-toolbar__right .c-toolbar__item {
    margin-left: 1.6rem; }
    .c-toolbar__right .c-toolbar__item:only-child {
      margin: 0; }

.c-toolbar__left,
.c-toolbar__right {
  flex: 1 0 auto;
  display: flex;
  align-items: center; }

/* Toolbar title
  ========================================================================== */
.c-toolbar__title {
  font-weight: 500;
  font-size: 1.8rem; }

/* Responsive toolbar
  ========================================================================== */
.c-toolbar--responsive {
  display: block; }
  .c-toolbar--responsive .c-toolbar__left,
  .c-toolbar--responsive .c-toolbar__right {
    flex-wrap: wrap; }
  .c-toolbar--responsive .c-toolbar__right {
    margin-top: 1.6rem;
    justify-content: flex-start; }
  @media (min-width: 1000px) {
    .c-toolbar--responsive {
      display: flex; }
      .c-toolbar--responsive .c-toolbar__right {
        justify-content: flex-end;
        margin-top: 0; } }

/* Utilities: specific helper classes, overrides
      ========================================================================== */
/* ==========================================================================
  u-bg
  Background
   ========================================================================== */
.u-bg-grey {
  background: #818181; }

.u-bg-blue {
    background: #46AFFF;
}

.u-bg-bluegradient {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(70,175,255,0.1) 100%);
}

.u-bg-light {
    background: #E6E6E6;
}

.u-bg-primary {
  background: #46AFFF; }

.u-bg-yellow {
  background: #FFD700; }

.u-bg-white {
    background: #FFFFFF;
    border: 0.1rem solid #46AFFF;
    border-radius: 15px;
}

.u-bg-white2 {
    background: rgba(255,255,255,0.1);
    border-radius: 15px;
}

.u-bg-bluet {
    background: rgba(70,175,255,0.1);
    border-radius: 15px;
}

.u-bg-yellowt {
    background: rgba(255,215,0,0.1);
    border-radius: 15px;
}

.u-bg-greyt {
    background: rgba(129,129,129,0.1);
    border-radius: 15px;
}

.u-bg-responsive {
    border: none;
    border-radius: 15px;
}

@media (max-width: 800px) {
    .u-bg-responsive {
        border: 0.1rem solid #46AFFF;
        border-radius: 15px;
    }
}

    .u-bg-dark-grey {
        background-color: #4C4C4C;
    }

    .u-bg-stripes {
        background-image: linear-gradient(135deg, #e6e6e6 10%, #ffffff 10%, #ffffff 50%, #e6e6e6 50%, #e6e6e6 60%, #ffffff 60%, #ffffff 100%);
        background-size: 10.00px 10.00px;
    }

    .u-bg-team {
        background-image: url("../images/team.jpg");
        background-size: cover;
        opacity: 1;
    }

    .u-bg-goal {
        background-image: url("../images/goal.jpg");
        background-size: cover;
    }

.u-bg-high5 {
    background-image: url("../images/high5.jpg");
    background-size: cover;
}

    .u-bg-hands {
        background-image: url("../images/handen.jpg");
        background-size: cover;
        z-index: -2;
    }

.u-bg-man1 {
    background-image: url("../images/man1.jpeg");
    background-size: cover;
    z-index: -2;
}

.u-bg-man3 {
    background-image: url("../images/man3.jpg");
    background-size: cover;
    z-index: -2;
}

.u-bg-woman1 {
    background-image: url("../images/woman1.jpg");
    background-size: cover;
    z-index: -2;
}

.u-bg-woman2 {
    background-image: url("../images/woman2.jpg");
    background-size: cover;
    z-index: -2;
}

.u-bg-fishbowl {
    background-image: url("../images/fishbowl.jpg");
    background-size: cover;
    z-index: -2;
}

.u-bg-trianglepeople {
    background-image: url("../images/trianglepeople.jpg");
    background-size: cover;
    z-index: -2;
}

.u-bg-trianglepeopleup {
    background-image: url("../images/trianglepeopleup.jpg");
    background-size: cover;
    z-index: -2;
}

.u-bg-pulse {
    background-image: url("../images/barometerpulse.svg");
    width:calc(100%);
    height:auto;
    background-size: cover;
    z-index: -2;
}

.u-bg-man2 {
    background-image: url("../images/man2.jpg");
    background-size: cover;
    z-index: -2;
}

    .u-bg-2hands {
        background-image: url("../images/1.jpg");
        background-size: cover;
        z-index: -2;
    }

    .u-bg-bijdrage {
        background-image: url("../images/bijdragemodel.png");
        background-size: cover;
        z-index: -2;
    }

        .u-bg-engage {
        background-image: url("../images/1.jpg");
        background-size: cover;
        z-index: -2;
    }

.u-bg-agile {
    background-image: url("../images/blog2.jpg");
    background-size: cover;
    z-index: -2;
}

    .u-bg-pricing {
        background-image: url("../images/pricing.png");
        background-size: cover;
    }

    @media (max-width: 700px) {
        .u-bg-pricing {
            background-image: url("../images/pricing2.png");
        }
    }

    /* ==========================================================================
  Utilities: generic (no category)
  ========================================================================== */
    .u-maximize-width {
        width: 100% !important;
    }

    .u-maximize-height {
        height: 100% !important;
    }

    .u-sr-only {
        position: absolute !important;
        left: -10000px !important;
        top: auto !important;
        width: 1px !important;
        height: 1px !important;
        overflow: hidden !important;
    }

    .u-overflow-hidden {
        overflow: hidden !important;
    }

    .u-text-muted {
        color: #71888F;
    }

    .u-hide {
        display: none;
    }

    .u-block {
        display: block;
    }

    .u-body-flex {
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow: auto;
    }

    .u-content-flex {
        flex: 1 0 auto;
    }

    .u-footer-flex {
        flex-shrink: 0;
    }

    /* ==========================================================================
  Spacing utitilities
   ========================================================================== */
    /* Margin utilities
   ========================================================================== */
    .u-m-0 {
        margin: 0 !important;
    }

    .u-m-s {
        margin: 2.4rem !important;
    }

    .u-m {
        margin: 4.8rem !important;
    }

    .u-m-l {
        margin: 6.4rem !important;
    }

    .u-m-xl {
        margin: 12.8rem !important;
    }

    .u-mb-0 {
        margin-bottom: 0 !important;
    }

    .u-mb-xs {
        margin-bottom: 1.2rem !important;
    }

    .u-mb-s {
        margin-bottom: 2.4rem !important;
    }

    .u-mb {
        margin-bottom: 4.8rem !important;
    }

    .u-mb-l {
        margin-bottom: 6.4rem !important;
    }

    .u-mb-xl {
        margin-bottom: 9.6rem !important;
    }

    @media (min-width: var(700px)) {
        .u-mb-xl {
            margin-bottom: 12.8rem !important;
        }
    }

    .u-mt-0 {
        margin-top: 0 !important;
    }

    .u-mt-s {
        margin-top: 2.4rem !important;
    }

    .u-mt {
        margin-top: 4.8rem !important;
    }

    .u-mt-l {
        margin-top: 6.4rem !important;
    }

    .u-mt-xl {
        margin-top: 9.6rem !important;
    }

    @media (min-width: var(700px)) {
        .u-mt-xl {
            margin-bottom: 12.8rem !important;
        }
    }

    .u-mr-0 {
        margin-right: 0 !important;
    }

    .u-mr-xs {
        margin-right: 1.2rem !important;
    }

    .u-mr-s {
        margin-right: 2.4rem !important;
    }

    .u-mr {
        margin-right: 4.8rem !important;
    }

    .u-mr-l {
        margin-right: 6.4rem !important;
    }

    .u-mb-0 {
        margin-left: 0 !important;
    }

    .u-ml-xs {
        margin-left: 1.6rem !important;
    }

    .u-ml-s {
        margin-left: 2.4rem !important;
    }

    .u-ml {
        margin-left: 4.8rem !important;
    }

    .u-ml-l {
        margin-left: 12.8rem !important;
    }

    .u-mx-xs {
        margin: 0 1.2rem !important;
    }

    .u-mx-s {
        margin: 0 2.4rem !important;
    }

    .u-mx {
        margin: 0 4.8rem !important;
    }

    .u-mx-l {
        margin: 0 12.8rem !important;
    }

    .u-my {
        margin: 2.4rem 0 !important;
    }

    .u-my {
        margin: 4.8rem 0 !important;
    }

    .u-my-l {
        margin: 6.4rem 0 !important;
    }

    .u-my-xl {
        margin: 12.8rem 0 !important;
    }

    /* ==========================================================================
  Utilities: text
  ========================================================================== */
    .u-text-center {
        text-align: center;
    }

    .u-text-left {
        text-align: left;
    }

    .u-text-right {
        text-align: right;
    }

    .u-text-inverse {
        color: #FFF;
    }

    .u-text-bold {
        font-weight: 500;
    }

    .u-text-small {
        font-size: 1.4rem;
    }

    .u-text-underline {
        text-decoration: underline;
    }

    .u-text-danger {
        color: #FF6B6B;
    }

    .u-text-success {
        color: #4FCCC4;
    }

    .u-text-muted {
        color: #71888F;
    }

    /*# sourceMappingURL=main.css.map */


    /* Slideshow container */
    .slideshow-container {
        position: relative;
        background: none;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

    /* Slides */
    .mySlides {
        display: none;
        padding: 0px;
        text-align: center;
    }


    /* Next & previous buttons */
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -30px;
        padding: 16px;
        color: #818181;
        font-weight: bold;
        font-size: 20px;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        position: absolute;
        right: 0;
        border-radius: 3px 0 0 3px;
    }

        /* On hover, add a black background color with a little bit see-through */
        .prev:hover, .next:hover {
            background-color: #4C4C4C;
            color: none;
        }

    /* The dot/bullet/indicator container */
    .dot-container {
        text-align: center;
        padding-bottom: 20px;
        background: none;
    }

    /* The dots/bullets/indicators */
    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #FFF;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
        border: 0.1rem solid #46AFFF;
    }

        /* Add a background color to the active dot/circle */
        .actived, .dot:hover {
            background-color: #46AFFF;
        }


    /* Add an italic font style to all quotes */
    q {
        font-style: italic;
    }

    /* Add a blue color to the author */
    .author {
        color: cornflowerblue;
    }

    .accordion {
        background-color: inherit;
        color: #4C4C4C;
        cursor: pointer;
        padding: 10px;
        width: 100%;
        text-align: left;
        margin-left: 0px;
        border: none;
        outline: none;
        transition: 0.4s;
        /*font-weight: 600;*/
        /*font-size: 2rem;*/
        /*font-family: Oscine, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";line-height: 1.25;*/
    }

.accordionyellow {
    background-color: inherit;
    color: #4C4C4C;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    margin-left: 0px;
    border: none;
    outline: none;
    transition: 0.4s;
    /*font-weight: 600;*/
    /*font-size: 2rem;*/
    /*font-family: Oscine, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";line-height: 1.25;*/
}

.accordiongrey {
    background-color: inherit;
    color: #4C4C4C;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    margin-left: 0px;
    border: none;
    outline: none;
    transition: 0.4s;
    /*font-weight: 600;*/
    /*font-size: 2rem;*/
    /*font-family: Oscine, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";line-height: 1.25;*/
}

    @media (min-width: 700px) {
        .accordion {
            font-size: 1.8rem;
        }
    }

    .textaccordion {
        margin-left: 27px;
        font-weight: 400;
        font-size: 1.8rem;
        font-family: Oscine, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        line-height: 1.25;
        background-color: none;
    }

.textaccordion2 {
    margin-left: 27px;
    font-weight: 300;
    font-size: 1.6rem;
    font-family: Oscine, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.25;
    background-color: none;
}


    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .activeh, .accordion:hover {
        background-color: none;
        color: #46AFFF;
    }

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.activehy, .accordionyellow:hover {
    background-color: none;
    color: #FFD700;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.activehg, .accordiongrey:hover {
    background-color: none;
    color: #4C4C4C;
}

    /* Style the accordion panel. Note: hidden by default */

    .panel {
        padding: 0 38px;
        background-color: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-out;
        color: #4C4C4C;
        line-height: 1.5;
        font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 1.5rem;
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 2rem;
    }

    .accordion::before {
        content: '\f124'; /* Unicode character for "plus" sign (+) */
        color: #46AFFF;
        float: left;
        position: center;
        margin-right: 5px;
        margin-left: -0px;
        font-family: "icon-font";
        font-weight: 600;
        font-size: 2rem;
    }

.accordionyellow::before {
    content: '\f124'; /* Unicode character for "plus" sign (+) */
    color: #FFD700;
    float: left;
    position: center;
    margin-right: 5px;
    margin-left: -0px;
    font-family: "icon-font";
    font-weight: 600;
    font-size: 2rem;
}

.accordiongrey::before {
    content: '\f124'; /* Unicode character for "plus" sign (+) */
    color: #4C4C4C;
    float: left;
    position: center;
    margin-right: 5px;
    margin-left: -0px;
    font-family: "icon-font";
    font-weight: 600;
    font-size: 2rem;
}


    .activeh::before {
        content: "\f122"; /* Unicode character for "minus" sign (-) */
        color: #46AFFF;
        float: left;
        position: center;
        margin-right: 5px;
        margin-left: -0px;
        font-family: "icon-font";
        font-weight: 600;
        font-size: 2rem;
    }

.activehy::before {
    content: "\f122"; /* Unicode character for "minus" sign (-) */
    color: #FFD700;
    float: left;
    position: center;
    margin-right: 5px;
    margin-left: -0px;
    font-family: "icon-font";
    font-weight: 600;
    font-size: 2rem;
}

.activehg::before {
    content: "\f122"; /* Unicode character for "minus" sign (-) */
    color: #4C4C4C;
    float: left;
    position: center;
    margin-right: 5px;
    margin-left: -0px;
    font-family: "icon-font";
    font-weight: 600;
    font-size: 2rem;
}


    /* Icon font
  ========================================================================== */
    @font-face {
        font-family: "icon-font";
        src: url("../fonts/icon-font.woff2") format("woff2"), url("../fonts/icon-font.woff") format("woff");
    }

    .circles-1 {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSJ3aGl0ZSIgLz4KICA8Y2lyY2xlIGN4PSIxIiBjeT0iMSIgcj0iMSIgZmlsbD0iYmxhY2siLz4KPC9zdmc+");
        background-repeat: repeat;
    }

    .columnjan1 {
        float: left;
        width: 50%;
        padding: 20px;
        height: 20rem;
        object-fit: cover;
        border: 20px #FFF;
        margin: auto;
    }

    .columnjan2 {
        float: left;
        width: 66.66%;
        padding: 1rem;
        vertical-align: baseline;
        text-align: center;
        margin: auto;
        flex: 1 0 100%;
        min-width: 0;
    }

    .columntextbox {
        margin: auto;
        width: 50%;
        border: 20px #FFF;
        padding: 20px;
    }


    /* Clear floats after image containers */
    .row::after {
        content: "";
        clear: both;
        display: table;
    }

    @media screen and (max-width: 800px) {
        .columnjan1 {
            width: 100%;
        }
    }

    .carouseljan {
        display: none;
    }

    .text-box {
        margin: auto;
        width: 63%;
        border: none;
        padding: 8rem;
    }

    .textboxright {
        float: right;
        width: 300px;
        border: none;
        padding: 8rem;
    }

.flex-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-shrink: 0;
    border-radius: 15px;
}

.flex-containerdd {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-shrink: 0;
    border-radius: 15px;
}

    .flex-container2 {
        position:relative;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        flex-shrink: 1;
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        border-radius: 15px;
    }

.flex-container3 {
    display: flex;
    border-radius: 15px;
}

    .flex-container3 div:first-child {
        flex: 1;
        background-size: cover;
        background-position: center;
        border-radius: 15px;
    }

    .flex-container3 div:last-child {
        margin: 2rem;
        flex: 2;
    }

.flex-container4 {
    display: flex;
    border-radius: 15px;
    flex-direction: row-reverse;
}

    .flex-container4 div:first-child {
        flex: 1;
        background-size: cover;
        background-position: center;
        border-radius: 15px;
    }

    .flex-container4 div:last-child {
        margin: 2rem;
        margin-left: 0rem;
        flex: 2;
    }

/*.flex-container3:first-of-type div:first-child {
        background-image: url("../images/team.jpg");
        border-radius: 15px;
    }

    .flex-container3:last-of-type div:first-child {
        background-image: url("../images/team.jpg");
        border-radius: 15px;
    }

.flex-container3:nth-child(odd) {
    flex-direction: row-reverse;
}*/

@media all and (max-width: 800px) {
    .flex-container3 div {flex: 1 !important;}
    .flex-container3 {flex-direction: column;}
    .flex-container3 div:first-child {min-height: 200px;}
    .flex-container4 div {flex: 1 !important;}
    .flex-container4 {flex-direction: column;}
    .flex-container4 div:first-child {min-height: 200px;}
    .flex-container3 div:last-child {margin: 1rem;
                                     margin-top:2rem;
    }
    .flex-container4 div:last-child {
        margin: 1rem;
        margin-top: 2rem;
    }
}

@media all and (max-width: 800px) {
  .flex-container3 { flex-direction: column; } 
  .flex-container3 div:first-child { min-height: 200px; }
}






.flex-container3center {
    display: flex;
    border-radius: 15px;
}

    .flex-container3center div:first-child {
        flex: 1;
        background-size: cover;
        background-position: center;
        border-radius: 15px;
    }

    .flex-container3center div:last-child {
        margin: 2rem;
        flex: 2;
        text-align: center;
    }

.flex-container4center {
    display: flex;
    border-radius: 15px;
    flex-direction: row-reverse;
}

    .flex-container4center div:first-child {
        flex: 1;
        background-size: cover;
        background-position: center;
        border-radius: 15px;
    }

    .flex-container4center div:last-child {
        margin: 2rem;
        flex: 2;
        text-align: center;
    }


@media all and (max-width: 700px) {
    .flex-container3center div {
        flex: 1 !important;
    }

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

        .flex-container3center div:first-child {
            min-height: 200px;
        }

    .flex-container4center div {
        flex: 1 !important;
    }

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

        .flex-container4center div:first-child {
            min-height: 200px;
        }

    .flex-container3center div:last-child {
        margin: 1rem;
        margin-top: 2rem;
    }

    .flex-container4center div:last-child {
        margin: 1rem;
        margin-top: 2rem;
    }
}

@media all and (max-width: 700px) {
    .flex-container3center {
        flex-direction: column;
    }

        .flex-container3center div:first-child {
            min-height: 200px;
        }
}







    .flex-item-70 {
        padding: 2rem;
        flex: 70%;
        border-radius: 15px;
        border-radius: 15px;
    }

    .flex-item-30 {
        padding: 2rem;
        flex: 30%;
        border-radius: 15px;
        border-radius: 15px;
    }

    .flex-item-50 {
        padding: 0rem;
        flex: 40%;
        margin: 0.5rem;
        height: 33rem;
        border-radius: 15px;
    }

    /* Responsive layout - makes a one column-layout instead of a two-column layout */
    @media (max-width: 800px) {
        .flex-item-70, .flex-item-30 {
            flex: 100%;
            padding: 2rem;
        }

        .flex-item-50 {
            flex: 100%;
            height: auto;
        }

        .flex-container, .flex-container2 {
            flex-direction: column;
            display: block;
        }

        .flex-container2 {
            /*height: 37rem;*/
        }
        /*.textcenterleft {
        margin: 0px;
    }*/
    }

    .textcenterleft {
        margin: auto;
    }

    .childcontainertext {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    @media (max-width: 800px) {
        .childcontainertext {
            position: inherit;
            top: inherit;
            left: inherit;
            transform: inherit;
        }
    }

    .logoright {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 4rem;
        margin-top: 1rem;
    }

    @media (max-width: 800px) {
        .logoright {
            position: inherit;
            padding: 0rem;
        }
    }

    .buttonright {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 4rem;
        margin-top: 0rem;
    }

    @media (max-width: 800px) {
        .buttonright {
            position: inherit;
            padding: 0rem;
            padding-left: 1rem;
        }
    }

.buttonright2 {
    margin-top: auto;
    margin-bottom: auto;
    flex-grow: 1;
    display: flex;
    justify-content: end;
}

@media (max-width: 800px) {
    .buttonright2 {
        position: absolute;
        right:0px;
        top:5rem;
        padding: 0rem;
        padding-left: 0rem;
    }
}

.buttonleft {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 3rem;
    margin-top: 0rem;
}

@media (max-width: 800px) {
    .buttonleft {
        position: inherit;
        padding: 0rem;
        padding-left: 1rem;
    }
}


    .text-container-img {
        position: relative;
        width: calc(100% - 4.8rem);
    }

    .text-block-container {
        width: calc(100% - 0rem);
        margin: 0 auto;
        position: relative;
        flex: 1 1 auto;
    }

    .text-block-img-container {
        border: none;
    }

    .text-block-img {
        position: absolute;
        top: -47.5rem;
        left: 0rem;
        background-color: rgba(255,255,255,0.8);
        padding: 1.5rem;
        width: 62.7%;
        border-radius: 15px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

.text-block-imgblog {
    position: absolute;
    top: -47.5rem;
    left: 0rem;
    background-color: rgba(255,255,255,0.8);
    padding: 1.5rem;
    width: 62.7%;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

    @media (max-width: 800px) {
        .text-block-img {
            position: relative;
            width: 100%;
            padding-left: 1rem;
            padding-right: 1rem;
            top: 0rem;
            left: 0rem;
            height: 32rem;
            border-radius: 15px;
            background: none;
        }
        .text-block-imgblog {
            position: relative;
            width: 100%;
            padding-left: 1rem;
            padding-right: 1rem;
            top: 0rem;
            left: 0rem;
            border-radius: 15px;
            background: none;
        }
        .text-block-img-container {
            /*border: 0.1rem solid #46AFFF;*/
            border-radius: 15px;
        }
    }

    .text-block-img2 {
        position: absolute;
        top: -30rem;
        left: 0rem;
        background-color: rgba(255,255,255,0.9);
        padding: 1.5rem;
        width: 62.7%;
        border-radius: 15px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .text-block-img3 {
        position: absolute;
        top: -30rem;
        right: 3rem;
        background-color: white;
        padding: 1.5rem;
        width: 75%;
        border-radius: 15px;
    }

.text-block-img4 {
    position: absolute;
    bottom: 2rem;
    left: calc(20%/2);
    background-color: rgba(129,129,129,0.7);
    /*background-color: rgba(255,255,255,0.9);*/
    padding: 1.5rem;
    width: 80%;
    border-radius: 15px;
}

.text-block-img4 h4 {
    color:#FFF;
}

    @media (max-width: 800px) {
        .text-block-img2,
        .text-block-img3,
        .text-block-img4 {
            position: relative;
            width: 100%;
            padding-left: 1rem;
            padding-right: 1rem;
            top: auto;
            bottom: auto;
            left: auto;
            right: auto;
            background: none;
        }
            .text-block-img4 h4 {
                color: #4C4C4C;
            }
    }

.text-block-img5 {
    position: relative;
    top: 0rem;
    left: 0rem;
    background-color: rgba(70,175,255,1);
    /*background-color: rgba(255,255,255,0.9);*/
    width: 100%;
    border-radius: 15px;
    padding:2rem;
}


    /* Create two unequal columns that floats next to each other */
    /* Left column */
    .leftcolumnblog {
        float: left;
        width: 55%;
    }

    /* Right column */
    .rightcolumnblog {
        float: left;
        width: 45%;
        padding-left: 20px;
    }

    /* Fake image */
    .fakeimg {
        background-color: #aaa;
        width: 100%;
        padding: 20px;
        border-radius: 15px;
        margin-bottom: 2rem;
    }

    .fakeimgblog {
        background-color: #aaa;
        width: 100%;
        padding: 20px;
        border-radius: 15px;
        margin-bottom: 2rem;
        display: none;
    }

    /* Add a card effect for articles */
    .cardblog {
        background-color: white;
        padding: 2rem;
        margin-top: 20px;
        border-radius: 15px;
    }

    .cardblogloadmore {
        background-color: white;
        padding: 2rem;
        margin-top: 20px;
        border-radius: 15px;
    }

    /* Clear floats after the columns */
    .row:after {
        content: "";
        display: table;
        clear: both;
    }

    /* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
    @media screen and (max-width: 800px) {
        .leftcolumnblog, .rightcolumnblog {
            width: 100%;
            padding: 0;
        }
    }

    .cardblogloadmore .fakeimgblog:nth-child(1),
    .cardblogloadmore .fakeimgblog:nth-child(2),
    .cardblogloadmore .fakeimgblog:nth-child(3) {
        display: block;
    }

.loadmorecontainer {
    display: none;
    flex: 100%;
}

    .loadmorecontainer:nth-child(1),
    .loadmorecontainer:nth-child(2) {
        display: block;
    }

@media (min-width: 900px) {
    .loadmorecontainer {
        flex: 1 1 auto;
        width: calc(50% - 2.4rem);
        min-width: 0;
        margin-left: 1.2rem;
        margin-right: 1.2rem;
    }
}

    .loadmore {
        font-family: "Inter", sans-serif;
        font-size: 1.6rem;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.8rem 2rem;
        border-radius: 3rem;
        font-weight: 600;
        line-height: 2.4rem;
        white-space: nowrap;
        background-color: #46AFFF;
        color: #fff;
    }

        .loadmore:hover {
            cursor: pointer;
            color: #fff;
            background-color: #FFD700;
            transition: all 0.18s ease-in-out;
        }

    .lexiflexcontainer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 -0.3rem;
    }

        .lexiflexcontainer::after {
            content: "";
            flex: auto;
        }

    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 2; /* Sit on top */
        padding-top: 6rem; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(76,76,76); /* Fallback color */
        background-color: rgba(76,76,76,0.75); /* Black w/ opacity */
    }

    /* Modal Content */
    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: none;
        width: 80%;
    }

    /* The Close Button */
    .close {
        color: #aaaaaa;
        float: right;
        margin-top: -1.3rem;
        font-size: 28px;
        font-weight: bold;
    }

        .close:hover,
        .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }

.lexiconbutton {
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
    border: 0.1rem solid #46AFFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .8rem 2rem;
    border-radius: 5px;
    font-weight: 600;
    line-height: 2.4rem;
    white-space: nowrap;
    color: #FFF;
    background-color: #46AFFF;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}

    .lexiconbutton:hover, .lexiconbutton:focus {
        color: #4C4C4C;
        background-color: #FFD700;
        border: 0.1rem solid #FFD700;
        transition: all 0.18s ease-in-out;
        cursor: pointer;
    }

    .lexiconbutton2 {
        font-family: "Inter", sans-serif;
        font-size: 1.5rem;
        color: #46AFFF;
        font-weight: bold;
        text-decoration: underline;
        border: none;
        background: none;
        padding: 0rem;
        margin: 0rem;
    }

        .lexiconbutton2:hover, .lexiconbutton2:focus {
            color: #4C4C4C;
            transition: all 0.18s ease-in-out;
            cursor: pointer;
        }

        /*Font niet aanpassen in Iphone*/
    @media screen and (max-device-width: 480px) {
        body {
            -webkit-text-size-adjust: none;
        }
    }

.float-container {
    border: 3px solid #fff;
    padding: 20px;
}

.float-img {
    width: 30%;
    float: left;
}

.float-text {
    width: 70%;
    float: left;
}  

.backgroundlogo {
    top:-7rem;
    left:20rem;
    position:absolute;
    z-index:-10;
    width:40%;
}

@media screen and (max-device-width: 600px) {
    .backgroundlogo {
        top: -1rem;
        left: 10rem;
        position: absolute;
        z-index: -10;
        width: 60%;
    }
}

.backgroundnr {
    top: -4rem;
    left: -9rem;
    position: absolute;
    z-index: -2;
    width: 15%;
}

@media screen and (max-device-width: 800px) {
    .backgroundnr {
        top: 10rem;
        left: 0rem;
        position: absolute;
        z-index: 2;
        width: 40%;
    }
}

.fakey {
    background: inherit;
    border: hidden;
    font: inherit;
    width: calc(100%);
    padding-bottom: 2rem;
    color: inherit;
    resize: none;
    wrap:hard;
    overflow:hidden;
}

@media screen and (max-device-width: 800px) {
    .fakey {
        height:12rem;
    }
}

.containermargin {
    margin-left:2rem;
}

.containermargin1 {
}

@media screen and (max-device-width: 800px) {
    .containermargin {
        margin:0rem;
    }
}



.flex-container5 {
    display: flex;
    border-radius: 15px;
    flex-direction: row-reverse;
}

    .flex-container5 div:first-child {
        flex: 7;
        background-size: cover;
        background-position: center;
        border-radius: 15px;
        margin:2rem;
    }

    .flex-container5 div:last-child {
        margin: 2rem;
        margin-left: 0rem;
        flex: 9;
    }


@media all and (max-width: 800px) {

    .flex-container5 div {
        flex: 1 !important;
    }

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

        .flex-container5 div:first-child {
            min-height: 0px;
        }

    .flex-container5 div:last-child {
        margin: 0rem;
        margin-top: 2rem;
    }
}