@charset "UTF-8";
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 {
  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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
 * 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 */
  text-decoration-style: 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;
  /* 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 {
  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] {
  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;
}

:root {
  /* Font Family */
  /* Font Size */
  --global--font-size-base: 1.25rem;
  --global--font-size-xs: 1rem;
  --global--font-size-sm: 1.125rem;
  --global--font-size-lg: 1.5rem;
  --global--font-size-xl: 2.25rem;
  --global--font-size-xxl: 4rem;
  --global--font-size-xxxl: 5rem;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

body {
  background: #fff;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: var(--global--font-size-base);
  line-height: 1.5;
  color: #3b4144;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
}

::selection {
  background: #ECDADA;
  color: #ffffff;
}

::-moz-selection {
  background: #ECDADA;
  color: #ffffff;
}

.content-end {
  text-align: right;
}

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

.mb-1 {
  margin-bottom: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.mt-9 {
  margin-top: 9rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.mt-10 {
  margin-top: 10rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pb-7 {
  padding-bottom: 7rem;
}

.pt-7 {
  padding-top: 7rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pb-9 {
  padding-bottom: 9rem;
}

.pt-9 {
  padding-top: 9rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pt-10 {
  padding-top: 10rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 90%;
}
@media screen and (min-width: 48em) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 62em) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 64em) {
  .container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 75em) {
  .container {
    max-width: 1155px;
  }
}
@media screen and (min-width: 100em) {
  .container {
    max-width: 1560px;
  }
}

.row {
  display: flex;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  flex-wrap: wrap;
}
.row .col {
  width: calc(100% - 1.875rem);
  flex: 0 0 auto !important;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.row .col-1 {
  width: calc(8.3333333333% - 1.875rem);
}
.row .col-2 {
  width: calc(16.6666666667% - 1.875rem);
}
.row .col-3 {
  width: calc(25% - 1.875rem);
}
.row .col-4 {
  width: calc(33.3333333333% - 1.875rem);
}
.row .col-5 {
  width: calc(41.6666666667% - 1.875rem);
}
.row .col-6 {
  width: calc(50% - 1.875rem);
}
.row .col-7 {
  width: calc(58.3333333333% - 1.875rem);
}
.row .col-8 {
  width: calc(66.6666666667% - 1.875rem);
}
.row .col-9 {
  width: calc(75% - 1.875rem);
}
.row .col-10 {
  width: calc(83.3333333333% - 1.875rem);
}
.row .col-11 {
  width: calc(91.6666666667% - 1.875rem);
}
.row .col-12 {
  width: calc(100% - 1.875rem);
}
@media screen {
  .row .col-sm-1 {
    flex: 0 0 auto;
    width: calc(8.3333333333% - 1.875rem);
  }
  .row .col-sm-2 {
    flex: 0 0 auto;
    width: calc(16.6666666667% - 1.875rem);
  }
  .row .col-sm-3 {
    flex: 0 0 auto;
    width: calc(25% - 1.875rem);
  }
  .row .col-sm-4 {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1.875rem);
  }
  .row .col-sm-5 {
    flex: 0 0 auto;
    width: calc(41.6666666667% - 1.875rem);
  }
  .row .col-sm-6 {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
  }
  .row .col-sm-7 {
    flex: 0 0 auto;
    width: calc(58.3333333333% - 1.875rem);
  }
  .row .col-sm-8 {
    flex: 0 0 auto;
    width: calc(66.6666666667% - 1.875rem);
  }
  .row .col-sm-9 {
    flex: 0 0 auto;
    width: calc(75% - 1.875rem);
  }
  .row .col-sm-10 {
    flex: 0 0 auto;
    width: calc(83.3333333333% - 1.875rem);
  }
  .row .col-sm-11 {
    flex: 0 0 auto;
    width: calc(91.6666666667% - 1.875rem);
  }
  .row .col-sm-12 {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 40em) {
  .row .col-md-1 {
    flex: 0 0 auto;
    width: calc(8.3333333333% - 1.875rem);
  }
  .row .col-md-2 {
    flex: 0 0 auto;
    width: calc(16.6666666667% - 1.875rem);
  }
  .row .col-md-3 {
    flex: 0 0 auto;
    width: calc(25% - 1.875rem);
  }
  .row .col-md-4 {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1.875rem);
  }
  .row .col-md-5 {
    flex: 0 0 auto;
    width: calc(41.6666666667% - 1.875rem);
  }
  .row .col-md-6 {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
  }
  .row .col-md-7 {
    flex: 0 0 auto;
    width: calc(58.3333333333% - 1.875rem);
  }
  .row .col-md-8 {
    flex: 0 0 auto;
    width: calc(66.6666666667% - 1.875rem);
  }
  .row .col-md-9 {
    flex: 0 0 auto;
    width: calc(75% - 1.875rem);
  }
  .row .col-md-10 {
    flex: 0 0 auto;
    width: calc(83.3333333333% - 1.875rem);
  }
  .row .col-md-11 {
    flex: 0 0 auto;
    width: calc(91.6666666667% - 1.875rem);
  }
  .row .col-md-12 {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 48em) {
  .row .col-tp-1 {
    flex: 0 0 auto;
    width: calc(8.3333333333% - 1.875rem);
  }
  .row .col-tp-2 {
    flex: 0 0 auto;
    width: calc(16.6666666667% - 1.875rem);
  }
  .row .col-tp-3 {
    flex: 0 0 auto;
    width: calc(25% - 1.875rem);
  }
  .row .col-tp-4 {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1.875rem);
  }
  .row .col-tp-5 {
    flex: 0 0 auto;
    width: calc(41.6666666667% - 1.875rem);
  }
  .row .col-tp-6 {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
  }
  .row .col-tp-7 {
    flex: 0 0 auto;
    width: calc(58.3333333333% - 1.875rem);
  }
  .row .col-tp-8 {
    flex: 0 0 auto;
    width: calc(66.6666666667% - 1.875rem);
  }
  .row .col-tp-9 {
    flex: 0 0 auto;
    width: calc(75% - 1.875rem);
  }
  .row .col-tp-10 {
    flex: 0 0 auto;
    width: calc(83.3333333333% - 1.875rem);
  }
  .row .col-tp-11 {
    flex: 0 0 auto;
    width: calc(91.6666666667% - 1.875rem);
  }
  .row .col-tp-12 {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 62em) {
  .row .col-tl-1 {
    flex: 0 0 auto;
    width: calc(8.3333333333% - 1.875rem);
  }
  .row .col-tl-2 {
    flex: 0 0 auto;
    width: calc(16.6666666667% - 1.875rem);
  }
  .row .col-tl-3 {
    flex: 0 0 auto;
    width: calc(25% - 1.875rem);
  }
  .row .col-tl-4 {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1.875rem);
  }
  .row .col-tl-5 {
    flex: 0 0 auto;
    width: calc(41.6666666667% - 1.875rem);
  }
  .row .col-tl-6 {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
  }
  .row .col-tl-7 {
    flex: 0 0 auto;
    width: calc(58.3333333333% - 1.875rem);
  }
  .row .col-tl-8 {
    flex: 0 0 auto;
    width: calc(66.6666666667% - 1.875rem);
  }
  .row .col-tl-9 {
    flex: 0 0 auto;
    width: calc(75% - 1.875rem);
  }
  .row .col-tl-10 {
    flex: 0 0 auto;
    width: calc(83.3333333333% - 1.875rem);
  }
  .row .col-tl-11 {
    flex: 0 0 auto;
    width: calc(91.6666666667% - 1.875rem);
  }
  .row .col-tl-12 {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 64em) {
  .row .col-lg-1 {
    flex: 0 0 auto;
    width: calc(8.3333333333% - 1.875rem);
  }
  .row .col-lg-2 {
    flex: 0 0 auto;
    width: calc(16.6666666667% - 1.875rem);
  }
  .row .col-lg-3 {
    flex: 0 0 auto;
    width: calc(25% - 1.875rem);
  }
  .row .col-lg-4 {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1.875rem);
  }
  .row .col-lg-5 {
    flex: 0 0 auto;
    width: calc(41.6666666667% - 1.875rem);
  }
  .row .col-lg-6 {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
  }
  .row .col-lg-7 {
    flex: 0 0 auto;
    width: calc(58.3333333333% - 1.875rem);
  }
  .row .col-lg-8 {
    flex: 0 0 auto;
    width: calc(66.6666666667% - 1.875rem);
  }
  .row .col-lg-9 {
    flex: 0 0 auto;
    width: calc(75% - 1.875rem);
  }
  .row .col-lg-10 {
    flex: 0 0 auto;
    width: calc(83.3333333333% - 1.875rem);
  }
  .row .col-lg-11 {
    flex: 0 0 auto;
    width: calc(91.6666666667% - 1.875rem);
  }
  .row .col-lg-12 {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .row .col-xl-1 {
    flex: 0 0 auto;
    width: calc(8.3333333333% - 1.875rem);
  }
  .row .col-xl-2 {
    flex: 0 0 auto;
    width: calc(16.6666666667% - 1.875rem);
  }
  .row .col-xl-3 {
    flex: 0 0 auto;
    width: calc(25% - 1.875rem);
  }
  .row .col-xl-4 {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1.875rem);
  }
  .row .col-xl-5 {
    flex: 0 0 auto;
    width: calc(41.6666666667% - 1.875rem);
  }
  .row .col-xl-6 {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
  }
  .row .col-xl-7 {
    flex: 0 0 auto;
    width: calc(58.3333333333% - 1.875rem);
  }
  .row .col-xl-8 {
    flex: 0 0 auto;
    width: calc(66.6666666667% - 1.875rem);
  }
  .row .col-xl-9 {
    flex: 0 0 auto;
    width: calc(75% - 1.875rem);
  }
  .row .col-xl-10 {
    flex: 0 0 auto;
    width: calc(83.3333333333% - 1.875rem);
  }
  .row .col-xl-11 {
    flex: 0 0 auto;
    width: calc(91.6666666667% - 1.875rem);
  }
  .row .col-xl-12 {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 100em) {
  .row .col-xxl-1 {
    flex: 0 0 auto;
    width: calc(8.3333333333% - 1.875rem);
  }
  .row .col-xxl-2 {
    flex: 0 0 auto;
    width: calc(16.6666666667% - 1.875rem);
  }
  .row .col-xxl-3 {
    flex: 0 0 auto;
    width: calc(25% - 1.875rem);
  }
  .row .col-xxl-4 {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1.875rem);
  }
  .row .col-xxl-5 {
    flex: 0 0 auto;
    width: calc(41.6666666667% - 1.875rem);
  }
  .row .col-xxl-6 {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
  }
  .row .col-xxl-7 {
    flex: 0 0 auto;
    width: calc(58.3333333333% - 1.875rem);
  }
  .row .col-xxl-8 {
    flex: 0 0 auto;
    width: calc(66.6666666667% - 1.875rem);
  }
  .row .col-xxl-9 {
    flex: 0 0 auto;
    width: calc(75% - 1.875rem);
  }
  .row .col-xxl-10 {
    flex: 0 0 auto;
    width: calc(83.3333333333% - 1.875rem);
  }
  .row .col-xxl-11 {
    flex: 0 0 auto;
    width: calc(91.6666666667% - 1.875rem);
  }
  .row .col-xxl-12 {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
  }
}
@media screen {
  .row .col-sm-offset-1 {
    margin-left: calc(8.3333333333% );
  }
  .row .col-sm-offset-2 {
    margin-left: calc(16.6666666667% );
  }
  .row .col-sm-offset-3 {
    margin-left: calc(25% );
  }
  .row .col-sm-offset-4 {
    margin-left: calc(33.3333333333% );
  }
  .row .col-sm-offset-5 {
    margin-left: calc(41.6666666667% );
  }
  .row .col-sm-offset-6 {
    margin-left: calc(50% );
  }
  .row .col-sm-offset-7 {
    margin-left: calc(58.3333333333% );
  }
  .row .col-sm-offset-8 {
    margin-left: calc(66.6666666667% );
  }
  .row .col-sm-offset-9 {
    margin-left: calc(75% );
  }
  .row .col-sm-offset-10 {
    margin-left: calc(83.3333333333% );
  }
  .row .col-sm-offset-11 {
    margin-left: calc(91.6666666667% );
  }
  .row .col-sm-offset-12 {
    margin-left: calc(100% );
  }
}
@media screen and (min-width: 40em) {
  .row .col-md-offset-1 {
    margin-left: calc(8.3333333333% );
  }
  .row .col-md-offset-2 {
    margin-left: calc(16.6666666667% );
  }
  .row .col-md-offset-3 {
    margin-left: calc(25% );
  }
  .row .col-md-offset-4 {
    margin-left: calc(33.3333333333% );
  }
  .row .col-md-offset-5 {
    margin-left: calc(41.6666666667% );
  }
  .row .col-md-offset-6 {
    margin-left: calc(50% );
  }
  .row .col-md-offset-7 {
    margin-left: calc(58.3333333333% );
  }
  .row .col-md-offset-8 {
    margin-left: calc(66.6666666667% );
  }
  .row .col-md-offset-9 {
    margin-left: calc(75% );
  }
  .row .col-md-offset-10 {
    margin-left: calc(83.3333333333% );
  }
  .row .col-md-offset-11 {
    margin-left: calc(91.6666666667% );
  }
  .row .col-md-offset-12 {
    margin-left: calc(100% );
  }
}
@media screen and (min-width: 48em) {
  .row .col-tp-offset-1 {
    margin-left: calc(8.3333333333% );
  }
  .row .col-tp-offset-2 {
    margin-left: calc(16.6666666667% );
  }
  .row .col-tp-offset-3 {
    margin-left: calc(25% );
  }
  .row .col-tp-offset-4 {
    margin-left: calc(33.3333333333% );
  }
  .row .col-tp-offset-5 {
    margin-left: calc(41.6666666667% );
  }
  .row .col-tp-offset-6 {
    margin-left: calc(50% );
  }
  .row .col-tp-offset-7 {
    margin-left: calc(58.3333333333% );
  }
  .row .col-tp-offset-8 {
    margin-left: calc(66.6666666667% );
  }
  .row .col-tp-offset-9 {
    margin-left: calc(75% );
  }
  .row .col-tp-offset-10 {
    margin-left: calc(83.3333333333% );
  }
  .row .col-tp-offset-11 {
    margin-left: calc(91.6666666667% );
  }
  .row .col-tp-offset-12 {
    margin-left: calc(100% );
  }
}
@media screen and (min-width: 62em) {
  .row .col-tl-offset-1 {
    margin-left: calc(8.3333333333% );
  }
  .row .col-tl-offset-2 {
    margin-left: calc(16.6666666667% );
  }
  .row .col-tl-offset-3 {
    margin-left: calc(25% );
  }
  .row .col-tl-offset-4 {
    margin-left: calc(33.3333333333% );
  }
  .row .col-tl-offset-5 {
    margin-left: calc(41.6666666667% );
  }
  .row .col-tl-offset-6 {
    margin-left: calc(50% );
  }
  .row .col-tl-offset-7 {
    margin-left: calc(58.3333333333% );
  }
  .row .col-tl-offset-8 {
    margin-left: calc(66.6666666667% );
  }
  .row .col-tl-offset-9 {
    margin-left: calc(75% );
  }
  .row .col-tl-offset-10 {
    margin-left: calc(83.3333333333% );
  }
  .row .col-tl-offset-11 {
    margin-left: calc(91.6666666667% );
  }
  .row .col-tl-offset-12 {
    margin-left: calc(100% );
  }
}
@media screen and (min-width: 64em) {
  .row .col-lg-offset-1 {
    margin-left: calc(8.3333333333% );
  }
  .row .col-lg-offset-2 {
    margin-left: calc(16.6666666667% );
  }
  .row .col-lg-offset-3 {
    margin-left: calc(25% );
  }
  .row .col-lg-offset-4 {
    margin-left: calc(33.3333333333% );
  }
  .row .col-lg-offset-5 {
    margin-left: calc(41.6666666667% );
  }
  .row .col-lg-offset-6 {
    margin-left: calc(50% );
  }
  .row .col-lg-offset-7 {
    margin-left: calc(58.3333333333% );
  }
  .row .col-lg-offset-8 {
    margin-left: calc(66.6666666667% );
  }
  .row .col-lg-offset-9 {
    margin-left: calc(75% );
  }
  .row .col-lg-offset-10 {
    margin-left: calc(83.3333333333% );
  }
  .row .col-lg-offset-11 {
    margin-left: calc(91.6666666667% );
  }
  .row .col-lg-offset-12 {
    margin-left: calc(100% );
  }
}
@media screen and (min-width: 75em) {
  .row .col-xl-offset-1 {
    margin-left: calc(8.3333333333% );
  }
  .row .col-xl-offset-2 {
    margin-left: calc(16.6666666667% );
  }
  .row .col-xl-offset-3 {
    margin-left: calc(25% );
  }
  .row .col-xl-offset-4 {
    margin-left: calc(33.3333333333% );
  }
  .row .col-xl-offset-5 {
    margin-left: calc(41.6666666667% );
  }
  .row .col-xl-offset-6 {
    margin-left: calc(50% );
  }
  .row .col-xl-offset-7 {
    margin-left: calc(58.3333333333% );
  }
  .row .col-xl-offset-8 {
    margin-left: calc(66.6666666667% );
  }
  .row .col-xl-offset-9 {
    margin-left: calc(75% );
  }
  .row .col-xl-offset-10 {
    margin-left: calc(83.3333333333% );
  }
  .row .col-xl-offset-11 {
    margin-left: calc(91.6666666667% );
  }
  .row .col-xl-offset-12 {
    margin-left: calc(100% );
  }
}
@media screen and (min-width: 100em) {
  .row .col-xxl-offset-1 {
    margin-left: calc(8.3333333333% );
  }
  .row .col-xxl-offset-2 {
    margin-left: calc(16.6666666667% );
  }
  .row .col-xxl-offset-3 {
    margin-left: calc(25% );
  }
  .row .col-xxl-offset-4 {
    margin-left: calc(33.3333333333% );
  }
  .row .col-xxl-offset-5 {
    margin-left: calc(41.6666666667% );
  }
  .row .col-xxl-offset-6 {
    margin-left: calc(50% );
  }
  .row .col-xxl-offset-7 {
    margin-left: calc(58.3333333333% );
  }
  .row .col-xxl-offset-8 {
    margin-left: calc(66.6666666667% );
  }
  .row .col-xxl-offset-9 {
    margin-left: calc(75% );
  }
  .row .col-xxl-offset-10 {
    margin-left: calc(83.3333333333% );
  }
  .row .col-xxl-offset-11 {
    margin-left: calc(91.6666666667% );
  }
  .row .col-xxl-offset-12 {
    margin-left: calc(100% );
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?c61e0r");
  src: url("../fonts/icomoon.eot?c61e0r#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?c61e0r") format("truetype"), url("../fonts/icomoon.woff?c61e0r") format("woff"), url("../fonts/icomoon.svg?c61e0r#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-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-linkedin:before {
  content: "\f0e1";
}

[class*=icon-] {
  display: inline-block;
  border-radius: 50%;
  width: 4.25rem;
  height: 4.25rem;
  line-height: 4.25rem;
  font-size: 3rem;
  background: #fff;
  color: #3b4144;
}

/* flex mixins */
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: 600;
  color: #3b4144;
  line-height: 1.15;
  margin-top: 0.5em;
  margin-bottom: 0.5rem;
  text-rendering: optimizeLegibility;
  word-break: break-word;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  line-height: 0;
  color: #3b4144;
}

@media screen {
  h1 {
    font-size: 2.1875rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.1875rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  h5 {
    font-size: 1.0625rem;
  }

  h6 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.8125rem;
  }

  h2 {
    font-size: 1.5625rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  h5 {
    font-size: 1.0625rem;
  }

  h6 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 75em) {
  h1 {
    font-size: 3.125rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.5625rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 100em) {
  h1 {
    font-size: 4.375rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2.1875rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}
.navbar {
  background: #e7e7e7;
  border-top: 65px solid #3b4144;
  z-index: 5;
  position: relative;
}

.brand {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.brand a {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #3b4144;
}
.brand img {
  margin-right: 5px;
}

.navigation {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}
.navigation ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
.navigation li {
  position: relative;
  padding: 1em;
}
@media screen and (min-width: 64em) {
  .navigation li {
    padding: 0.55rem;
  }
}
@media screen and (min-width: 75em) {
  .navigation li {
    padding: 1rem;
  }
}
.navigation a {
  display: block;
  color: #3b4144;
  font-weight: bold;
}
.navigation a:hover, .navigation a.active, .navigation a:focus {
  color: #d81f27;
}
.navigation a.btn {
  font-size: 1.4rem;
  color: #fff;
}
.navigation a.btn:hover, .navigation a.btn.active, .navigation a.btn:focus {
  color: #E9F8FC;
}
.navigation span {
  display: block;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
nav ul a {
  font-size: 1rem;
}
@media screen and (min-width: 64em) {
  nav ul a {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 75em) {
  nav ul a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 100em) {
  nav ul a {
    font-size: var(--global--font-size-base);
  }
}

.mobile-menu {
  display: none;
}

@media screen and (max-width: 63.9375em) {
  .navigation {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    margin: 0;
    position: relative;
  }

  .mobile-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
  }

  .toggle {
    align-self: center;
    padding: 10px;
    border: 1px solid #d81f27;
  }

  .menu-line {
    display: block;
    width: 26px;
    height: 2px;
    margin: 5px 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #d81f27;
    transition: 500ms;
    transform-origin: right center;
  }

  .toggle.opened .menu-line:nth-child(1) {
    transform: translateY(16px) translateX(-3px) rotate(45deg);
  }

  .toggle.opened .menu-line:nth-child(3) {
    transform: translateY(-16px) translateX(-3px) rotate(-45deg);
  }

  .toggle.opened .menu-line:nth-child(2) {
    visibility: hidden;
    opacity: 0;
  }

  .main_menu li:last-of-type a {
    border-bottom: none;
  }

  .main_menu {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1 100%;
    -moz-box-flex: 1 100%;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
    align-self: flex-start;
    overflow: hidden;
    position: absolute;
    top: 117px;
    background: #e7e7e7;
    transform: translateX(-110%);
    transition: all 0.3s ease-out;
  }
  .main_menu.opened {
    overflow: hidden;
    transform: translateX(-3%);
    transition: all 0.3s ease-out;
    width: 100%;
  }
}
/* end navigation */
.breadcrumb {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  margin-bottom: 4.25rem;
}

/* HOME page */
.hero {
  width: 100%;
  margin-bottom: 1.875rem;
  justify-content: flex-end;
  padding: 2.5rem 0 3.875rem;
}
@media screen and (min-width: 40em) {
  .hero {
    padding: 7.5rem 0 11.875rem;
  }
}
.hero h1 {
  text-align: right;
  color: #fff;
}
.hero p {
  text-align: justify;
  padding: 1.25rem 0 1.625rem;
  color: #fff;
}
.hero__home {
  background-image: linear-gradient(to right, rgba(95, 128, 149, 0.52), rgba(165, 184, 194, 0.73)), url(../images/wpp-home-header-bg.jpg);
}
@media screen and (min-width: 75em) {
  .hero__home {
    background: url(../images/wpp-home-header-bg.jpg) no-repeat;
  }
}
.hero__product {
  background: url(../images/product-wpp.jpg) no-repeat;
}
.hero__report {
  background: url(../images/report-bg.jpg) no-repeat;
}
.hero__validate {
  background: url(../images/validate-wpp-bg.jpg) no-repeat;
}
@media screen and (max-width: 99.9375em) {
  .hero__validate {
    background-position: right;
  }
}
.hero__validate h1 {
  color: #3869a0;
}
.hero__validate p {
  color: #4a6480;
}

/* end HOME page */
section {
  padding: 2.95rem 0;
}
section.section-colored {
  background: #eeeeee;
}

/* Footer */
.page-footer {
  padding: 8.95rem 0 2.95rem;
  background: #3b4144;
  color: #fff;
}
@media screen and (min-width: 62em) {
  .page-footer {
    padding: 12.95rem 0 2.95rem;
  }
}
.page-footer a, .page-footer h2 {
  color: #fff;
}
.page-footer li {
  padding: 0.7rem 0;
}
@media screen and (min-width: 62em) {
  .page-footer li {
    padding: 1.25rem 0;
  }
}

.bottom-footer {
  background: #1c2024;
  color: #fff;
  text-align: center;
  padding: 3.3rem;
}

.socials {
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
}

/* end Footer */
/* PRODUCT page*/
.sidebar {
  margin-bottom: 2rem;
}
.sidebar li {
  border-bottom: 2px solid #fff;
}
.sidebar li a {
  background: #e7e7e7;
  color: #3b4144;
  text-transform: none;
  font-weight: bold;
  display: block;
  padding: 1.5rem 2.5rem;
}
.sidebar li a:hover, .sidebar li a.active {
  background: #00498e;
  color: #fff;
}

@media screen and (max-width: 61.9375em) {
  .product.row {
    flex-direction: column-reverse;
  }
}
.product figure {
  margin: 0 0 1.56rem;
}
.product .bordered {
  border: 6px solid #e7e7e7;
}
.product .thumb {
  border: 3px solid #e7e7e7;
}
.product .thumb:focus, .product .thumb:active {
  border-color: #00498e;
}

.product-desc p {
  margin: 0.5rem 0 2.75rem;
}

.prod-list .col {
  margin-bottom: 30px;
}

.prod-item {
  background: #e7e7e7;
  border: 2px solid #e7e7e7;
  height: 100%;
}
.prod-item figure {
  margin: 0;
}
.prod-item h4 {
  background: #e7e7e7;
  margin: 0;
  padding: 1.125rem 0;
  text-align: center;
}
.prod-item a {
  color: #3b4144;
}

/* end PRODUCT page*/
.content-dynamic a {
  color: #33b8b5;
  font-weight: bold;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  background: #00498e;
  color: #fff;
  font-size: var(--global--font-size-base);
  font-weight: bold;
  padding: 18px 49px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  text-transform: uppercase;
  border: none;
}
.btn.btn-back::before {
  content: "«";
  font-size: 1.6rem;
  margin-right: 0.6rem;
}

.download {
  display: flex;
  align-items: center;
  background: #00498e;
  text-transform: uppercase;
  color: #fff;
  font-size: var(--global--font-size-base);
  font-weight: bold;
  width: 10.9rem;
  padding: 0.9rem 0.5rem 0.9rem 5.5rem;
  position: relative;
  margin-top: 10rem;
  margin-left: 12px;
}
@media screen and (min-width: 75em) {
  .download {
    width: 11.37rem;
    padding: 1.5rem 1.5rem 1.5rem 9.05rem;
  }
}
@media screen and (max-width: 61.9375em) {
  .download {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.download::before {
  display: inline-block;
  content: url(../images/pdf.svg);
  width: 80px;
  height: 100px;
  position: absolute;
  left: -12px;
  top: -19px;
}
@media screen and (min-width: 75em) {
  .download::before {
    width: 132px;
    height: 153px;
    left: -12px;
    top: -46px;
  }
}
.download::after {
  display: inline-block;
  content: url(../images/arrow.svg);
  width: 30px;
  height: 33px;
  color: #fff;
  margin-left: 20px;
}
@media screen and (min-width: 75em) {
  .download::after {
    width: 34px;
    height: 43px;
  }
}

.contact-form {
  background: url(../images/contact-bg.jpg) no-repeat;
  background-position: left;
  padding: 1.5rem 3.125rem 5.75rem;
  position: relative;
  z-index: 100;
  margin-top: 4.72rem;
  margin-bottom: -9rem;
}
@media screen and (min-width: 48em) {
  .contact-form {
    background-position: center;
  }
}
@media screen and (min-width: 75em) {
  .contact-form {
    background-position: right;
  }
}
@media screen and (min-width: 75em) {
  .contact-form {
    padding: 0.99rem 3.125rem 5.75rem;
  }
}
.contact-form .form-input {
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: #1c2024;
  width: 100%;
  background: transparent;
  padding-top: 1rem;
}

.form-control {
  margin-bottom: 2.68rem;
}
.form-control label {
  display: block;
}

.form {
  margin-top: 1.375rem;
}

.validate-form {
  border: 2px solid #eeeeee;
  padding: 2rem;
  margin: 2rem 0 1rem;
}
@media screen and (min-width: 75em) {
  .validate-form {
    margin: 5rem 0 3rem;
  }
}
.validate-form a {
  color: #1686be;
}
.validate-form .form-input {
  border: 2px solid #eeeeee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 80%;
  background: transparent;
  padding: 1rem;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
@media screen and (max-width: 61.9375em) {
  .validate-form .form-input {
    font-size: 1rem;
  }
}
.validate-form .form-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.validate-form .form-input:focus:-moz-placeholder {
  color: transparent;
}
.validate-form .form-input:focus::-moz-placeholder {
  color: transparent;
}
.validate-form .form-input:focus:-ms-input-placeholder {
  color: transparent;
}

.valid-text {
  color: #00b408;
}
.valid-duplicate {
  color: #e1eb31;
}
.invalid {
  color: #ff122a;
}
