:root {
    --h1-color: #002E4F;
    --h2-color: #17405c;
    --text-dark-color: #002E4F;
    --text-light-color: #fff;
    --background1-color: #ffffff;
    --background2-color: #f3f7fc;
    --background3-color: #1f567d;
    --card-color: #F4F7F9;
    --card-text-color: #17405c;
    --button-hover-color: #d2d7ea;
    --bcc: #FAFAFA;
    --bct: #fff;
    --ccb: #1F567D;
    --cdg: #ccc;
}
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 25, 2021 */
@font-face {
    font-family: 'lato';
    src: url("/static/fonts/lato-regular-webfont.woff2") format("woff2"), url("/static/fonts/lato-regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    src: url("/static/fonts/lato-lightitalic-webfont.woff2") format("woff2"), url("/static/fonts/lato-lightitalic-webfont.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'lato';
    src: url("/static/fonts/lato-light-webfont.woff2") format("woff2"), url("/static/fonts/lato-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    src: url("/static/fonts/lato-italic-webfont.woff2") format("woff2"), url("/static/fonts/lato-italic-webfont.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'lato';
    src: url("/static/fonts/lato-bolditalic-webfont.woff2") format("woff2"), url("/static/fonts/lato-bolditalic-webfont.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'lato';
    src: url("/static/fonts/lato-bold-webfont.woff2") format("woff2"), url("/static/fonts/lato-bold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

/* Icons
   ========================================================================== */

@font-face {
    font-family: 'icomoon';
    src: url("/static/fonts/icomoon.eot?xke5es");
    src: url("/static/fonts/icomoon.eot?xke5es#iefix") format("embedded-opentype"), url("/static/fonts/icomoon.ttf?xke5es") format("truetype"), url("/static/fonts/icomoon.woff?xke5es") format("woff"), url("/static/fonts/icomoon.svg?xke5es#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-pin:before {
    content: "\e911";
}

.icon-i_arrow_up:before {
    content: "\e900";
}

.icon-results:before {
    content: "\e901";
}

.icon-add:before {
    content: "\e902";
}

.icon-i_arrow_down:before {
    content: "\e903";
}

.icon-i_arrow_left:before {
    content: "\e904";
}

.icon-i_arrow_right:before {
    content: "\e905";
}

.icon-close:before {
    content: "\e906";
}

.icon-empty_file:before {
    content: "\e907";
}

.icon-export:before {
    content: "\e908";
}

.icon-file:before {
    content: "\e909";
}

.icon-question:before {
    content: "\e90a";
}

.icon-duplicate:before {
    content: "\e90b";
}

.icon-delete:before {
    content: "\e90c";
}

.icon-eye:before {
    content: "\e90d";
}

.icon-edit:before {
    content: "\e90e";
}

.icon-settings:before {
    content: "\e90f";
}

.icon-more:before {
    content: "\e910";
}

.icon--small {
    font-size: .6rem;
}

.icon[data-bs-toggle="tooltip"] {
    cursor: pointer;
    padding-left: 0.35rem;
    vertical-align: middle;
    color: #1F567D;
}

.actions .btn--action .icon:not(.icon-results)::before {
    color: #343434;
}

.actions .btn--action:hover .icon:not(.icon-results)::before {
    color: #8c8c8c;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    font-size: 16px;
    scroll-behavior: smooth;
    height: 100%;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    overflow-x: hidden;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--bcc);;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Stylings for all pages
   ========================================================================== */
.main--padding-top {
    padding-top: 7rem;
}

.main--padding-top .header .header__title {
    padding-top: 0;
}

.header {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 2rem;
}

.header > div {
    padding-top: 7rem;
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.header__left,
.header__back {
    width: 10rem;
}

.header__title {
    font-size: 1.563rem;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

.header__back {
    text-align: right;
}

.header__back a {
    position: relative;
    font-size: 0.875rem;
    vertical-align: middle;
}

body {
    font-family: lato, Arial, Helvetica, sans-serif !important;
    color: #343434;
    letter-spacing: 0.01rem;
    text-align: justify;
}

p {
    line-height: 1.75rem;
}

h1,
h2,
h3 {
    letter-spacing: 0rem;
}
h1 {
    font-weight: 900;
    font-size: 48px;
    line-height: 1.1;
}
h2 {
    font-size: 1.953rem;
    font-weight: 700;
    color: var(--h2-color);
    margin-bottom: 4rem;
}
h3 {
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
}

div.disabled {
    color: #ccc;
    pointer-events: none;
}


.cellular {
    padding-top: 4.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: var(--background1-color);
}
.cellular > div {
    width: 98%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative; /* needed for scroll indicator arrow */
}
.central > div {
    justify-content: center;
}
.cellular__text {
    padding-top: 7rem;
    padding-right: 7rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
    max-width: 48%;
    color: var(--text-dark-color)
}
.cellular__text h1 {
    text-align: left;
    margin-top: 0.4rem;
    margin-bottom: 2rem;
}

.cellular__text span {
    display: block;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--text-dark-color);
    margin-bottom: 2rem;
}
.cellular__image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cellular__image img {
    max-width: 33.33vw;
}


.about__text {
    padding-right: 7rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
    max-width: 48%;
    color: var(--text-dark-color)
}

.about__text h2 {
    font-size: 1.953rem;
    font-weight: 700;
    color: var(--h2-color);
    margin-bottom: 2rem;
    margin-top: 3rem;
}

.standard-layout {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .standard-layout > div {
    max-width: 50rem;
    padding-top: 10rem; }
    .standard-layout > div:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 10rem;
      background-image: url("/static/assets/illustrations/computer.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  .standard-layout--license div:before {
    background-image: url("/static/assets/illustrations/balance.svg"); }
  .standard-layout h2 {
    font-size: 1.563rem; }
  .standard-layout h3 {
    font-size: 1.25rem; }
  .standard-layout h4 {
    font-size: 1rem; }
  .standard-layout__paragraph {
    padding-bottom: 1rem; }
    .standard-layout__paragraph--foreground {
      background-color: #F4F7F9;
      background-size: cover;
      background-position: center;
      padding: 4rem;
      margin-top: 2rem;
      margin-bottom: 4rem; }
    .standard-layout__paragraph--small h2 {
      font-size: 1.25rem; }
    .standard-layout__paragraph--small p {
      font-size: 0.875rem; }
  .standard-layout .account {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .standard-layout .account > div {
      max-width: 28rem;
      width: 100%; }
    .standard-layout .account__save {
      display: flex;
      flex-direction: row;
      justify-content: center; }


@media (max-width: 1200px) {
    .cellular__image img {
        max-width: 80%;
    }
}
@media (max-width: 1024px) {
    .cellular > div {
        flex-direction: column-reverse;
        text-align: center;
        align-items: center;
    }
    .cellular__text {
        padding: 2rem 0 4rem 0;
        text-align: center;
    }
    .cellular__text h1 {
        font-size: 3rem;
    }
    .cellular__image {
        padding-bottom: 2rem;
    }
    .cellular__image img {
        max-width: 40%;
    }
}
@media (max-width: 768px) {
    .cellular__text {
        padding-right: 0;
    }
    .cellular__image img {
        max-width: 75%;
    }
}
@media (max-width: 480px) {
    .cellular__text h1 {
        font-size: 2rem;
    }
    .cellular__image img {
        max-width: 85%;
    }
    .cellular__image {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
}
@media (min-width: 1024px) {
    .cellular__image {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cellular__image img {
        max-width: 12rem;
    }
}
@media (min-width: 768px) {
    .cellular__image img {
        max-width: 16rem;
    }
}
@media (min-width: 1024px) {
    .cellular__image img {
        max-width: 22rem;
    }
}
@media (min-width: 1200px) {
    .cellular__image img {
        max-width: 33.33vw;
    }
  }

.footer {
    background-color: #F4F7F9;
    height: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.footer__logo img {
    height: 2rem;
}
.footer-logo {
    display: inline-block;
    width: 25%;
    height: 48px;
    transition: transform 0.2s ease-in-out;
}
.footer-logo img {
    max-width: 100%;
    height: auto;
    max-height: 48px; /* Height of the redirect button next to it */
}
.footer-logo:hover {
    transform: scale(1.05);
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__links ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.footer__links li {
    display: inline-block;
    padding-left: 1rem;
}

/* Links & Buttons
   ========================================================================== */

a {
    font-weight: 700;
    color: #1F567D;
    text-decoration: none !important;
    cursor: pointer;
}

a:hover,
:focus,
:active {
    color: #000;
}

footer a {
    font-size: 1rem;
    font-weight: 400 !important;
    color: #343434 !important;
}

footer a:link {
    color: #343434 !important;
}

footer a:hover {
    color: #343434 !important;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

footer a:active {
    color: #343434 !important;
}

footer a:visited {
    color: #343434 !important;
}

a.btn,
button.btn,
footer a.btn,
footer button.btn {
    display: inline-block;
    background-color: #1F567D;
    color: #fff;
    border-radius: 8px;
    letter-spacing: 0.03rem;
    font-weight: 400;
}

a.btn:link,
a.btn:hover,
a.btn:focus,
a.btn:visited,
a.btn:active,
a.btn .icon:hover,
a.btn :focus,
a.btn :active,
button.btn:link,
button.btn:hover,
button.btn:focus,
button.btn:visited,
button.btn:active,
button.btn .icon:hover,
button.btn :focus,
button.btn :active,
footer a.btn:link,
footer a.btn:hover,
footer a.btn:focus,
footer a.btn:visited,
footer a.btn:active,
footer a.btn .icon:hover,
footer a.btn :focus,
footer a.btn :active,
footer button.btn:link,
footer button.btn:hover,
footer button.btn:focus,
footer button.btn:visited,
footer button.btn:active,
footer button.btn .icon:hover,
footer button.btn :focus,
footer button.btn :active,
.btn-group label.btn-outline-secondary :active {
    color: #fff;
}

a.btn:hover,
a.btn:focus,
a.btn:active,
button.btn:hover,
button.btn:focus,
button.btn:active,
footer a.btn:hover,
footer a.btn:focus,
footer a.btn:active,
footer button.btn:hover,
footer button.btn:focus,
footer button.btn:active,
.btn-group label.btn-outline-secondary:hover,
.btn-group label.btn-outline-secondary:focus,
.btn-group label.btn-outline-secondary:active,
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary {
    background-color: #17405C;
}

a.btn--large,
button.btn--large,
footer a.btn--large,
footer button.btn--large {
    padding: 0.925rem;
    width: 100%;
    max-width: 30rem;
    font-size: 1.25rem;
    text-transform: uppercase;
}

a.btn--medium,
button.btn--medium,
footer a.btn--medium,
footer button.btn--medium {
    padding: 0.55rem 0.75rem;
    font-size: 1rem;
    min-width: 11rem;
    color: #fff;
}

a.btn--small,
button.btn--small,
footer a.btn--small,
footer button.btn--small {
    padding: 0.4rem 0.75rem;
    font-size: 0.875rem;
}

a.btn--long,
button.btn--long,
footer a.btn-long,
footer button.btn-long {
    display: inline-block;
    width: 100%;
    padding: 0.1rem;
    font-size: 1rem;
}

a.btn--hollow,
a.btn--transparent,
a.btn--action,
button.btn--hollow,
button.btn--transparent,
button.btn--action,
footer a.btn--hollow,
footer a.btn--transparent,
footer a.btn--action,
footer button.btn--hollow,
footer button.btn--transparent,
footer button.btn--action {
    background-color: transparent;
}

a.btn--hollow:link,
a.btn--hollow:hover,
a.btn--hollow:focus,
a.btn--hollow:visited,
a.btn--hollow:active,
a.btn--transparent:link,
a.btn--transparent:hover,
a.btn--transparent:focus,
a.btn--transparent:visited,
a.btn--transparent:active,
a.btn--action:link,
a.btn--action:hover,
a.btn--action:focus,
a.btn--action:visited,
a.btn--action:active,
button.btn--hollow:link,
button.btn--hollow:hover,
button.btn--hollow:focus,
button.btn--hollow:visited,
button.btn--hollow:active,
button.btn--transparent:link,
button.btn--transparent:hover,
button.btn--transparent:focus,
button.btn--transparent:visited,
button.btn--transparent:active,
button.btn--action:link,
button.btn--action:hover,
button.btn--action:focus,
button.btn--action:visited,
button.btn--action:active,
footer a.btn--hollow:link,
footer a.btn--hollow:hover,
footer a.btn--hollow:focus,
footer a.btn--hollow:visited,
footer a.btn--hollow:active,
footer a.btn--transparent:link,
footer a.btn--transparent:hover,
footer a.btn--transparent:focus,
footer a.btn--transparent:visited,
footer a.btn--transparent:active,
footer a.btn--action:link,
footer a.btn--action:hover,
footer a.btn--action:focus,
footer a.btn--action:visited,
footer a.btn--action:active,
footer button.btn--hollow:link,
footer button.btn--hollow:hover,
footer button.btn--hollow:focus,
footer button.btn--hollow:visited,
footer button.btn--hollow:active,
footer button.btn--transparent:link,
footer button.btn--transparent:hover,
footer button.btn--transparent:focus,
footer button.btn--transparent:visited,
footer button.btn--transparent:active,
footer button.btn--action:link,
footer button.btn--action:hover,
footer button.btn--action:focus,
footer button.btn--action:visited,
footer button.btn--action:active {
    color: #fff !important;
}

a.btn--hollow:hover,
a.btn--hollow:focus,
a.btn--hollow:active,
a.btn--transparent:hover,
a.btn--transparent:focus,
a.btn--transparent:active,
a.btn--action:hover,
a.btn--action:focus,
a.btn--action:active,
button.btn--hollow:hover,
button.btn--hollow:focus,
button.btn--hollow:active,
button.btn--transparent:hover,
button.btn--transparent:focus,
button.btn--transparent:active,
button.btn--action:hover,
button.btn--action:focus,
button.btn--action:active,
footer a.btn--hollow:hover,
footer a.btn--hollow:focus,
footer a.btn--hollow:active,
footer a.btn--transparent:hover,
footer a.btn--transparent:focus,
footer a.btn--transparent:active,
footer a.btn--action:hover,
footer a.btn--action:focus,
footer a.btn--action:active,
footer button.btn--hollow:hover,
footer button.btn--hollow:focus,
footer button.btn--hollow:active,
footer button.btn--transparent:hover,
footer button.btn--transparent:focus,
footer button.btn--transparent:active,
footer button.btn--action:hover,
footer button.btn--action:focus,
footer button.btn--action:active {
    background-color: #828181 !important;
}

a.btn--hollow,
button.btn--hollow,
footer a.btn--hollow,
footer button.btn--hollow {
    border: 1px solid #1F567D;
}

a.btn--transparent,
button.btn--transparent,
footer a.btn--transparent,
footer button.btn--transparent {
    font-weight: 700;
}

a.btn--action,
button.btn--action,
footer a.btn--action,
footer button.btn--action {
    background-color: transparent;
    color: #343434;
    width: auto;
    padding: 0;
}

a.btn--action:link,
a.btn--action:visited,
button.btn--action:link,
button.btn--action:visited,
footer a.btn--action:link,
footer a.btn--action:visited,
footer button.btn--action:link,
footer button.btn--action:visited {
    color: #343434 !important;
}

a.btn--action:hover,
a.btn--action:focus,
a.btn--action:active,
button.btn--action:hover,
button.btn--action:focus,
button.btn--action:active,
footer a.btn--action:hover,
footer a.btn--action:focus,
footer a.btn--action:active,
footer button.btn--action:hover,
footer button.btn--action:focus,
footer button.btn--action:active {
    color: #8c8c8c !important;
}

a.btn--action:focus,
button.btn--action:focus,
footer a.btn--action:focus,
footer button.btn--action:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}

a.btn--hollow.btn--action,
button.btn--hollow.btn--action,
footer a.btn--hollow.btn--action,
footer button.btn--hollow.btn--action {
    border-color: #1F567D;
    color: #1F567D !important;
    font-weight: 700 !important;
}

a.btn--load,
button.btn--load,
footer a.btn--load,
footer button.btn--load {
    font-weight: 700;
    background-color: transparent;
    color: #1F567D;
    width: auto;
    padding: 0;
}

a.btn--load:link,
a.btn--load:visited,
button.btn--load:link,
button.btn--load:visited,
footer a.btn--load:link,
footer a.btn--load:visited,
footer button.btn--load:link,
footer button.btn--load:visited {
    color: #1F567D !important;
    background-color: transparent !important;
}

a.btn--load:hover,
a.btn--load:focus,
a.btn--load:active,
button.btn--load:hover,
button.btn--load:focus,
button.btn--load:active,
footer a.btn--load:hover,
footer a.btn--load:focus,
footer a.btn--load:active,
footer button.btn--load:hover,
footer button.btn--load:focus,
footer button.btn--load:active {
    color: #17405C !important;
    background-color: transparent !important;
}

a.btn--disabled,
button.btn--disabled,
footer a.btn--disabled,
footer button.btn--disabled {
    background-color: #A8B5C0;
}

a.btn--pending,
button.btn--pending,
footer a.btn--pending,
footer button.btn--pending {
    background-color: #EC9A29;
    color: #000;
}

a.btn--pending:hover,
a.btn--pending:focus,
a.btn--pending:active,
button.btn--pending:hover,
button.btn--pending:focus,
button.btn--pending:active,
footer a.btn--pending:hover,
footer a.btn--pending:focus,
footer a.btn--pending:active,
footer button.btn--pending:hover,
footer button.btn--pending:focus,
footer button.btn--pending:active {
    background-color: #d08012 !important;
}

a.btn--pending:focus,
button.btn--pending:focus,
footer a.btn--pending:focus,
footer button.btn--pending:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(236, 154, 41, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(236, 154, 41, 0.25);
}

a.btn--success,
button.btn--success,
footer a.btn--success,
footer button.btn--success {
    background-color: #09BC8A;
    color: #000;
}

a.btn--success:hover,
a.btn--success:focus,
a.btn--success:active,
button.btn--success:hover,
button.btn--success:focus,
button.btn--success:active,
footer a.btn--success:hover,
footer a.btn--success:focus,
footer a.btn--success:active,
footer button.btn--success:hover,
footer button.btn--success:focus,
footer button.btn--success:active {
    background-color: #078b66 !important;
}

a.btn--success:focus,
button.btn--success:focus,
footer a.btn--success:focus,
footer button.btn--success:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(9, 188, 138, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(9, 188, 138, 0.25);
}

a.btn--error,
button.btn--error,
footer a.btn--error,
footer button.btn--error {
    background-color: #9A031E;
    color: #fff;
}

a.btn--error:hover,
a.btn--error:focus,
a.btn--error:active,
button.btn--error:hover,
button.btn--error:focus,
button.btn--error:active,
footer a.btn--error:hover,
footer a.btn--error:focus,
footer a.btn--error:active,
footer button.btn--error:hover,
footer button.btn--error:focus,
footer button.btn--error:active {
    background-color: #680214 !important;
}

a.btn--error:focus,
button.btn--error:focus,
footer a.btn--error:focus,
footer button.btn--error:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(154, 3, 30, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(154, 3, 30, 0.25);
}

a.btn .icon,
button.btn .icon,
footer a.btn .icon,
footer button.btn .icon {
    padding-right: .25rem;
}

a.btn--icon::before,
button.btn--icon::before,
footer a.btn--icon::before,
footer button.btn--icon::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    top: .15rem;
    left: -.5rem;
}

a.btn.hidden,
button.btn.hidden,
footer a.btn.hidden,
footer button.btn.hidden {
    visibility: hidden;
}

button {
    background-color: #ebebeb;
    border-radius: 8px;
    color: white;
    border: none;
    letter-spacing: 0.03rem;
    font-weight: 700;
    padding: 0.25rem;
}

button:hover {
    opacity: 0.9;
}

/* Navbar
   ========================================================================== */

   .nav-link {
    font-size: 1rem;
    font-weight: 400 !important;
    color: #343434 !important;
}

.nav-link:link {
    color: #343434 !important;
}

.nav-link:hover {
    color: #343434 !important;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-link:active {
    color: #343434 !important;
}

.nav-link:visited {
    color: #343434 !important;
}

.dropdown-item {
    color: #343434 !important;
}

.dropdown-item {
    font-size: 1rem;
    font-weight: 400 !important;
}

.dropdown-item:hover {
    color: #343434 !important;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.dropdown-item:link {
    color: #343434 !important;
}

.dropdown-item:active {
    color: #343434 !important;
}

.dropdown-item:visited {
    color: #343434 !important;
}

ul.dropdown-menu {
    -webkit-box-shadow: 0px 0px 16px rgba(31, 86, 125, 0.08);
    box-shadow: 0px 0px 16px rgba(31, 86, 125, 0.08);
    border: 1px solid #E3EAEE;
}

a.dropdown-item:active {
    background-color: #E3EAEE;
}

.tooltip-inner {
    max-width: 350px !important;
}

nav.navbar {
    position: fixed;
    width: 100%;
    background-color: var(--bcc);
    z-index: 9;
}

nav.navbar.navbar-light {
    background-color: var(--bct) !important;
}

nav.navbar .navbar-brand img {
    height: 4rem;
}

nav.navbar .dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0;
    background-color: var(--bcc)
}

nav.navbar .dropdown-item:focus,
nav.navbar .dropdown-item:hover {
    background-color: var(--bcc);
}

nav.navbar .dropdown-menu li {
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: var(--bcc)
}

@media (min-width: 992px) {
    .navbar.navbar-expand-lg .container-fluid {
        width: calc(100% - (1rem * 2));
        padding-left: 1rem;
        padding-right: 1rem;
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (min-width: 992px) and (min-width: 640px) {
    .navbar.navbar-expand-lg .container-fluid {
        width: calc(100% - (2rem * 2));
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
    .navbar.navbar-expand-lg .container-fluid {
        width: calc(100% - (2rem * 2));
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .navbar.navbar-expand-lg .navbar-collapse {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .navbar.navbar-expand-lg.navbar--website .container-fluid {
        max-width: 82rem;
    }

    .navbar .nav-item.locale {
        position: relative;
        padding-left: 1.5rem;
    }

    .navbar .nav-item.locale::before {
        content: '|';
        position: absolute;
        top: 0.5rem;
        left: 1.1rem;
    }

    .navbar .nav-item .btn {
        margin-left: 1rem;
    }

    .navbar .nav-item a.nav-link {
        padding-left: 1.5rem;
    }

    .navbar.navbar--signup .nav-item.locale::before {
        content: '';
    }

}

/* Modal
   ========================================================================== */
/* Add padding and center-align text to the container */
.container {
    padding: 16px;
    text-align: center;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);

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

    padding: 2rem;
    box-sizing: border-box;
}

.modal-content {
    position: relative;
    background-color: var(--bct);
    border: 0;
    border-radius: 8px;
    width: min(40%, 600px);
    min-width: 280px;

    padding: 2rem;
    box-sizing: border-box;

    height: auto;
    max-height: none;
    overflow: visible;
}

.modal-body {
    margin-top: 1rem;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 32px;
    height: 32px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1F567D;
    border: 2px solid #1F567D;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
}
.close:hover,
.close:focus {
    color: #1F567D;
    cursor: pointer;
}

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

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
    .cancelbtn, .deletebtn {
        width: 100%;
    }
}

.modal .modal-header {
    background-color: #F4F7F9;
    border-bottom: none;
    padding: 1rem 3rem 1rem;
}

.modal .modal-body {
    padding: 3rem;
}

.modal.modal--gui .modal-dialog {
    min-width: 1000px;
}

.modal.modal--gui .modal-body .container {
    padding: 0;
}

.modal.modal--gui .row {
    margin-bottom: 1rem;
}

.btn-group .btn {
    padding: 0.2rem;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal {
    animation: modalFadeIn 0.3s;
}

@keyframes loadingEffect {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Loader
   ========================================================================== */

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
}

.loader {
    color: #1F567D;
    font-size: 11px;
    text-indent: -99999em;
    margin: 55px auto;
    position: relative;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before,
.loader:after {
    position: absolute;
    content: '';
}

.loader:before {
    width: 5.2em;
    height: 10.2em;
    background: #FAFAFA;
    border-radius: 10.2em 0 0 10.2em;
    top: -0.1em;
    left: -0.1em;
    -webkit-transform-origin: 5.1em 5.1em;
    transform-origin: 5.1em 5.1em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s;
}

.loader:after {
    width: 5.2em;
    height: 10.2em;
    background: #FAFAFA;
    border-radius: 0 10.2em 10.2em 0;
    top: -0.1em;
    left: 4.9em;
    -webkit-transform-origin: 0.1em 5.1em;
    transform-origin: 0.1em 5.1em;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease;
}

@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


* {
    box-sizing: border-box
}

