/* BASE
============================= */
/*! 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 */
}

/* 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.37em 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, 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 */
  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 {
  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;
}

/* Safely set to border-box */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: var(--grey-color-0);
}

body.no-scroll {
  overflow: hidden;
}

:root {
  --primary-color-1: #a4c543;
  --primary-color-2: #2f90ed;
  --primary-color-3: #7b83ec;
  --secondary-color-1: #ff7477;
  --secondary-color-2: #fa9e34;
  --secondary-color-3: #ffcd37;
  --grey-color-0: #ffffff;
  --grey-color-1: #f9fafc;
  --grey-color-2: #eff2f7;
  --grey-color-3: #e5e9f2;
  --grey-color-4: #e0e6ed;
  --grey-color-5: #d3dce6;
  --grey-color-6: #c0ccda;
  --grey-color-7: #748296;
  --grey-color-8: #3c4858;
  --grey-color-9: #1f2d3d;
  --blue-color-1: #ecf4fd;
  --blue-color-2: #cbe3fa;
}

/*custom stuffs*/
.flip-image {
  transform: rotate(180deg);
}

.ellington-wave {
  fill: #fdf7ec;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
    "Helvetica Neue", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

mark {
  background-color: unset;
  color: unset;
}

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

.background-blue {
  background-color: rgba(203, 227, 250, 0.7);
}

h2,
.h2 {
  font-size: 32px;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 24px;
}

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

h5,
.h5 {
  font-size: 18px;
}

p {
  color: var(--grey-color-9);
  font-weight: 400;
  font-family: "Inter", -apple-system;
}

.p8,
.p8m {
  font-size: 8px;
}

.p10,
.p10m,
.a10 {
  font-size: 10px;
}

.p12,
.p12m,
.a12 {
  font-size: 12px;
}

.p14,
.p14m,
.a14 {
  font-size: 14px !important;
}

.p16,
.p16m,
.a16 {
  font-size: 16px;
}

.p18,
.p18m,
.a18 {
  /*font-size: 18px;*/
}

.p20,
.p20m,
.a20 {
  font-size: 20px;
}

.p8m,
.p10m,
.p12m,
.p14m,
.p16m,
.p18m,
.p20m {
  font-weight: 500;
}

.a10,
.a12,
.a14,
.a16,
.a18,
.a20 {
  font-weight: 600;
}

/* MODULE
============================= */
/* TODO: Modules are the reusable, modular parts of our design. They are the callouts, the sidebar sections, the product lists and so on. */
/* Buttons */
.button {
  border: none;
  border-radius: 4px;
  color: var(--grey-color-0);
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-line {
  margin-right: 20px;
}

.button:hover,
.button:focus {
  opacity: 0.75;
}

.button>img {
  padding-left: 8px;
  vertical-align: middle;
}

.button.button--color-primary {
  background-color: var(--primary-color-2);
}

.button.button--color-primary.button--disabled {
  background-color: var(--grey-color-2);
}

.button.button--color-secondary {
  background-color: transparent;
  color: var(--primary-color-2);
  border: 1px solid var(--primary-color-2);
}

.button.button--color-secondary.button--disabled {
  background-color: var(--grey-color-2);
  border-color: var(--grey-color-6);
}

.button.button--color-tertiary {
  background-color: transparent;
  color: var(--primary-color-2);
}

.button.button--color-tertiary.button--sm {
  padding: 2px 4px;
  font-size: 14px;
}

.button.button--color-tertiary.button--md {
  padding: 2px 4px;
  font-size: 16px;
}

.button.button--color-tertiary.button--lg {
  padding: 2px 4px;
  font-size: 18px;
}

.button.button--color-tertiary:focus {
  border: 1px solid var(--primary-color-2);
}

.button.button--color-tertiary:focus.button--disabled {
  border: none;
}

.button.button--disabled {
  color: var(--grey-color-6);
  cursor: default;
}

.button.button--disabled:hover {
  opacity: 1;
}

.button.button--sm {
  padding: 6px 20px;
}

.button.button--md {
  padding: 17px 25px;
}

.button.button--lg {
  padding: 13px 62px;
}

.button.button--block {
  display: flex;
  justify-content: center;
  text-align: center;
}

.partner-logos .record {
  padding-top: 26px;
  padding-top: 1.625rem;
  margin: 10px 16px 10px 0;
  margin: 10px 16px 10px 0;
  height: 150px;
  float: left;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  width: 31%;
  text-align: center;
}

.partners__subheaders {
  padding-top: 60px;
  padding-top: 3.75rem;
  clear: both;
}

.pull {
  margin-top: -20px;
}

/* Forms */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.form-group {
  position: relative;
  margin: 15px 0;
}

.form-group>label.input-label {
  position: absolute;
  top: -20px;
  padding-left: 16px;
  font-weight: 400;
  font-size: 10px;
  color: var(--grey-color-8);
}

.form-group.input--sm>input[type="search"],
.form-group.input--sm>input[type="email"],
.form-group.input--sm>input[type="password"],
.form-group.input--sm>input[type="text"],
.form-group.input--sm>input[type="tel"],
.form-group.input--sm>textarea,
.form-group.input--sm>select {
  padding: 6px 16px;
}

.form-group>input[type="search"],
.form-group>input[type="email"],
.form-group>input[type="password"],
.form-group>input[type="text"],
.form-group>input[type="tel"],
.form-group>textarea,
.form-group>select {
  background-color: var(--grey-color-1);
  border: 1px solid var(--grey-color-4);
  border-radius: 4px;
  font-family: "Inter", -apple-system;
  font-size: 16px;
  padding: 13px 16px;
  position: relative;
  width: 100%;
}

.form-group>input[type="search"]::placeholder,
.form-group>input[type="email"]::placeholder,
.form-group>input[type="password"]::placeholder,
.form-group>input[type="text"]::placeholder,
.form-group>input[type="tel"]::placeholder,
.form-group>textarea::placeholder,
.form-group>select::placeholder {
  color: var(--grey-color-6);
}

.form-group>input[type="search"]:focus,
.form-group>input[type="email"]:focus,
.form-group>input[type="password"]:focus,
.form-group>input[type="text"]:focus,
.form-group>input[type="tel"]:focus,
.form-group>textarea:focus,
.form-group>select:focus {
  outline: none;
}

.form-input>input[type="search"]:focus,
.form-input>input[type="email"]:focus,
.form-input>input[type="password"]:focus,
.form-input>input[type="text"]:focus,
.form-input>input[type="tel"]:focus,
.form-input>textarea:focus,
.form-input>select:focus {
  border: 1px solid var(--primary-color-2);
}

select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url("../../images/arrow-down-alt.svg");
  background-position: right 20px bottom 13px;
  background-repeat: no-repeat;
}

select>option {
  color: var(--grey-color-8);
}

select:focus {
  border: 1px solid var(--primary-color-2);
}

select:invalid {
  color: var(--grey-color-6);
}

textarea {
  min-height: 110px;
}

.form-input.required>label.input-label::after {
  content: "*";
  color: var(--secondary-color-1);
}

.form-input.error>input[type="search"],
.form-input.error>input[type="email"],
.form-input.error>input[type="password"],
.form-input.error>input[type="text"],
.form-input.error>input[type="tel"],
.form-input.error>textarea,
.form-input.error>select {
  border-color: var(--secondary-color-1);
}

.form-input.error .error-message {
  position: absolute;
  bottom: -20px;
  padding-left: 16px;
  font-weight: 400;
  font-size: 10px;
  color: var(--secondary-color-1);
}

.form-group.form-group-icon--left>input[type="search"],
.form-group.form-group-icon--left>input[type="email"],
.form-group.form-group-icon--left>input[type="password"],
.form-group.form-group-icon--left>input[type="text"],
.form-group.form-group-icon--left>input[type="tel"],
.form-group.form-group-icon--left>textarea,
.form-group.form-group-icon--left>select {
  padding-left: 0;
}

.form-group.form-group-icon--left>img {
  padding-right: 8px;
  padding-left: 16px;
  vertical-align: middle;
}

.form-group.form-group-icon--right>input[type="search"],
.form-group.form-group-icon--right>input[type="email"],
.form-group.form-group-icon--right>input[type="password"],
.form-group.form-group-icon--right>input[type="text"],
.form-group.form-group-icon--right>input[type="tel"],
.form-group.form-group-icon--right>textarea,
.form-group.form-group-icon--right>select {
  padding-right: 0;
}

.form-group.form-group-icon--right>img {
  padding-left: 8px;
  padding-right: 16px;
  vertical-align: middle;
}

.seach-input--dark,
.seach-input--light {
  border-radius: 4px;
}

.seach-input--dark>input[type="search"],
.seach-input--light>input[type="search"] {
  border: none;
  background-color: transparent;
}

.seach-input--dark {
  background-color: var(--grey-color-2);
}

.seach-input--dark>input[type="search"]::placeholder {
  color: var(--grey-color-7);
}

.seach-input--light {
  background-color: var(--grey-color-0);
  border: 1px solid var(--grey-color-4);
}

.seach-input--light>input[type="search"]::placeholder {
  color: var(--grey-color-6);
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

input[type="checkbox"]~label {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  color: var(--grey-color-8);
  position: relative;
  cursor: pointer;
  padding: 0;
  user-select: none;
  font-weight: 400;
  font-size: 18px;
}

input[type="checkbox"]~label:before {
  content: "";
  background: var(--grey-color-1);
  border: 1px solid var(--grey-color-4);
  border-radius: 4px;
  display: inline-block;
  height: 35px;
  margin-right: 16px;
  width: 35px;
  vertical-align: middle;
}

input[type="checkbox"]:checked~label:before {
  background: var(--primary-color-2);
}

input[type="checkbox"]:disabled~label {
  color: var(--grey-color-7);
  cursor: auto;
}

input[type="checkbox"]:disabled~label:before {
  box-shadow: none;
  background: var(--grey-color-2);
}

input[type="checkbox"]:checked~label:after {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  border: solid var(--grey-color-0);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 13px;
  bottom: 12px;
}

input[type="checkbox"].checkbox-sm {
  position: absolute;
  opacity: 0;
}

input[type="checkbox"].checkbox-sm~label {
  font-size: 16px;
  display: flex;
  height: 30px;
  align-items: center;
}

input[type="checkbox"].checkbox-sm~label:before {
  height: 30px;
  margin-right: 8px;
  width: 30px;
}

input[type="checkbox"].checkbox-sm:checked~label:after {
  width: 6px;
  height: 11px;
  border-width: 0 2px 2px 0;
  left: 13px;
  bottom: 11px;
}

input[type="radio"] {
  position: absolute;
  opacity: 0;
}

input[type="radio"]~label {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  color: var(--grey-color-8);
  position: relative;
  cursor: pointer;
  padding: 0;
  user-select: none;
  font-weight: 400;
  font-size: 18px;
}

input[type="radio"]~label:before {
  content: "";
  background: var(--grey-color-1);
  border: 1px solid var(--grey-color-4);
  border-radius: 100px;
  display: inline-block;
  height: 35px;
  margin-right: 16px;
  width: 35px;
  vertical-align: middle;
}

input[type="radio"]:checked~label:before {
  background: var(--primary-color-2);
}

input[type="radio"]:disabled~label {
  color: var(--grey-color-7);
  cursor: auto;
}

input[type="radio"]:disabled~label:before {
  box-shadow: none;
  background: var(--grey-color-2);
}

input[type="radio"]:checked~label:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: var(--grey-color-0);
  border: 5px solid var(--primary-color-2);
  position: absolute;
  border-radius: 100px;
  left: 5px;
  top: 5px;
}

input[type="radio"].radio-sm {
  position: absolute;
  opacity: 0;
}

input[type="radio"].radio-sm~label {
  font-size: 16px;
}

input[type="radio"].radio-sm~label:before {
  height: 30px;
  margin-right: 8px;
  width: 30px;
}

input[type="radio"].radio-sm:checked~label:after {
  width: 20px;
  height: 20px;
  border: 5px solid var(--primary-color-2);
  left: 5px;
  top: 5px;
}

/* STATE
============================= */
/* TODO: State rules are ways to describe how our modules or layouts will look when in a particular state. Is it hidden or expanded? Is it active or inactive? They are about describing how a module or layout looks on screens that are smaller or bigger. They are also about describing how a module might look in different views like the home page or the inside page. */
/* LAYOUT
============================= */
/* NAVIK Menu Overrides
============================= */
.navik-header {
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.navik-header.sticky {
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  -webkit-transition: 0.1s ease-out;
  background-color: rgba(255, 255, 255, 1);
  transition: 0.1s ease-out;
}

.navik-header.sticky .navik-menu.menu-hover-3>ul>li>a::after {
  top: 55px;
}

.navik-header .logo,
.navik-header.sticky .logo {
  padding-left: 50px;
}

.navik-header-container {
  box-shadow: 0px 4px 20px rgba(192, 204, 218, 0.25);
}

@media (min-width: 1200px) {
  .navik-header .logo {}
}

.navik-menu {
  padding-right: 50px;
}

.navik-menu.menu-hover-3>ul>li>a::after {
  background-color: var(--primary-color-2);
  height: 1px;
  top: 65px;
}

.navik-menu.menu-hover-3>ul>li>a.navik-menu__button {
  cursor: default;
}

.navik-menu.menu-hover-3>ul>li>a.navik-menu__button::after {
  height: 0px;
}

.navik-menu.menu-hover-3>ul>li>a.navik-menu__button.navik-menu__button--search {
  padding: 0;
}

.navik-menu.menu-hover-3>ul>li>a.navik-menu__button.navik-menu__button--search img {
  cursor: pointer;
  vertical-align: middle;
}

.navik-menu.menu-hover-3>ul>li>a.navik-menu__button.navik-menu__button--search img:hover {
  opacity: 0.75;
}

.navik-menu.menu-hover-3>ul>li .current-menu>a::after,
.navik-menu.menu-hover-3>ul>li:hover>a::after {
  width: 70%;
}

.navik-menu li>ul {
  list-style-type: none;
  padding-left: 0;
}

.navik-menu ul li.dropdown_menu:hover>a img.navik-menu__icon {
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.navik-menu ul li>a {
  color: var(--grey-color-8);
  font-family: "Inter", -apple-system;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.navik-menu ul li>a img.navik-menu__icon {
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  padding: 0 6px;
  transition: 0.3s ease-out;
  vertical-align: middle;
}

.navik-menu ul li.mega-menu--small>ul {
  left: auto;
  list-style-type: none;
  padding: 40px 0px 20px 0px;
  width: auto;
}

.navik-menu ul ul li>a {
  color: var(--grey-color-8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.navik-menu ul li.navik-menu__input {
  padding: 10px 20px;
}

.mega-menu.mega-menu--small .mega-menu-box {
  margin: 0;
}

.mega-menu.mega-menu--small .mega-menu-box .mega-menu__item {
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  align-items: center;
  border-radius: 5px;
  display: flex;
  flex: 1;
  margin: 0 20px 20px 20px;
  padding: 10px 20px;
  transition: 0.2s ease-out;
}

.mega-menu.mega-menu--small .mega-menu-box .mega-menu__item:hover {
  background-color: rgba(164, 197, 67, 0.1);
  cursor: pointer;
}

.mega-menu.mega-menu--small .mega-menu-box .mega-menu__item .mega-menu__item-logo {
  padding-right: 11px;
}

.mega-menu.mega-menu--small .mega-menu-box .mega-menu__item .mega-menu__item-text>p {
  margin: 0;
}

.mega-menu.mega-menu--small .mega-menu-box .mega-menu__item .mega-menu__item-text .mega-menu__item-text--title {
  color: var(--grey-color-8);
  font-size: 16px;
  font-weight: 500;
}

.mega-menu.mega-menu--small .mega-menu-box .mega-menu__item .mega-menu__item-text .mega-menu__item-text--subtitle {
  color: var(--grey-color-7);
  font-size: 14px;
  font-weight: 400;
}

.search-modal {
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  height: 0;
  opacity: 0;
  position: absolute;
  transition: 0.2s ease-in;
  top: 0;
  width: 100%;
  visibility: hidden;
}

.search-modal.show-modal {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  backdrop-filter: blur(10px);
  background: rgba(203, 227, 250, 0.7);
  height: 100vh;
  opacity: 1;
  transform: translateY(0);
  z-index: 99;
  visibility: visible;
}

.show-modal .search-modal__input-container {
  height: 240px;
  opacity: 1;
}

.search-modal__input-container {
  align-items: center;
  background-color: var(--grey-color-0);
  display: flex;
  height: 0;
  justify-content: center;
  opacity: 0;
}

.search-modal__input-container .form-group.seach-input--light {
  border: none;
}

.search-modal__input-container>div {
  width: 80%;
}

.search-modal__input-container>div>input[type="search"] {
  font-size: 40px;
  font-weight: 600;
}

.search-modal__input-container>div>input[type="search"]::placeholder {
  color: var(--grey-color-6);
}

.search-modal__input-container>div>img {
  padding-right: 36px !important;
}

.search-modal__input-container>div>button:focus {
  border: none !important;
}

.search-modal__input-container>div>button>img {
  cursor: pointer;
  padding-right: 0;
}

@media (min-width: 320px) and (max-width: 480px) {
  .navik-menu {
    padding-right: 0;
  }

  .navik-menu ul li.dropdown_menu {
    padding-bottom: 10px;
  }

  .navik-menu ul li>a {
    border-radius: 4px;
    margin: 0 20px;
  }

  .navik-menu ul li>a.navik-menu__item {
    background-color: var(--blue-color-1);
    margin-bottom: 10px;
  }

  .navik-menu ul li.current-menu>a,
  .navik-menu ul li:hover>a {
    background-color: var(--blue-color-1);
    color: var(--grey-color-8);
  }

  .navik-menu ul li.mega-menu--small>ul {
    padding: 0;
  }

  .navik-menu ul ul li>a {
    background-color: var(--grey-color-0);
  }

  .navik-menu.menu-hover-3>ul>li>a.navik-menu__button {
    padding: 10px 0;
  }

  .navik-menu.menu-hover-3>ul>li>a.navik-menu__button .button {
    display: flex;
    font-size: 18px;
    justify-content: center;
    padding: 10.5px 0;
  }

  .mega-menu.mega-menu--small .mega-menu-box .mega-menu__item {
    margin: 0 20px;
    padding: 10px 25px;
  }

  .navik-header .logo,
  .navik-header.sticky .logo {
    /* box-shadow: 0px 4px 20px rgba(192, 204, 218, 0.25); */
    padding: 20px;
    text-align: left;
  }

  /* .navik-header .logo img,
  .navik-header.sticky .logo img {
    width: 100px;
  } */

  .dropdown-plus {
    background-color: var(--blue-color-2);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    height: 50px;
    margin-right: 20px;
    width: 50px;
  }

  .dropdown-plus::before,
  .dropdown-plus.dropdown-open::before {
    content: url("../../images/mobile/arrow-down-m.svg");
    height: 0;
    right: 20px;
    top: 0;
  }

  .dropdown-plus.dropdown-open::before {
    content: url("../../images/mobile/arrow-up-m.svg");
  }

  .dropdown-plus::after {
    display: none;
  }

  .dropdown-plus.dropdown-open::after {
    display: none;
  }
}

/* BURGER MENU */
.burger-menu {
  right: 20px;
  top: 30px;
}

.burger-menu .line-menu {
  background-color: var(--primary-color-2);
}

.burger-menu .line-half {
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  width: 100%;
}

.burger-menu.menu-open .line-half {
  width: 50%;
}

/* END BURGER MENU */

.navik-header>a {
  display: inline-block;
}

@media (max-width: 1199px) {
  .navik-menu {
    padding-right: 0;
  }

  .navik-menu ul li.dropdown_menu {
    padding-bottom: 10px;
  }

  .navik-menu ul li>a {
    border-radius: 4px;
    margin: 0 20px;
  }

  .navik-menu ul li>a.navik-menu__item {
    background-color: var(--blue-color-1);
    margin-bottom: 10px;
  }

  .navik-menu ul li.current-menu>a,
  .navik-menu ul li:hover>a {
    background-color: var(--blue-color-1);
    color: var(--grey-color-8);
  }

  .navik-menu ul li.mega-menu--small>ul {
    padding: 0;
  }

  .navik-menu ul ul li>a {
    background-color: var(--grey-color-0);
  }

  .navik-menu.menu-hover-3>ul>li>a.navik-menu__button {
    padding: 10px 0;
  }

  .navik-menu.menu-hover-3>ul>li>a.navik-menu__button .button {
    display: flex;
    font-size: 18px;
    justify-content: center;
    padding: 10.5px 0;
  }

  .mega-menu.mega-menu--small .mega-menu-box .mega-menu__item {
    margin: 0 20px;
    padding: 10px 25px;
  }

  .navik-header .logo,
  .navik-header.sticky .logo {
    /* box-shadow: 0px 4px 20px rgba(192, 204, 218, 0.25); */
    padding: 20px;
    text-align: left;
  }

  /* .navik-header .logo img,
  .navik-header.sticky .logo img {
    width: 100px;
  } */

  .dropdown-plus {
    background-color: var(--blue-color-2);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    height: 50px;
    margin-right: 20px;
    width: 50px;
  }

  .dropdown-plus::before,
  .dropdown-plus.dropdown-open::before {
    content: url("../../images/mobile/arrow-down-m.svg");
    height: 0;
    right: 20px;
    top: 0;
  }

  .dropdown-plus.dropdown-open::before {
    content: url("../../images/mobile/arrow-up-m.svg");
  }

  .dropdown-plus::after {
    display: none;
  }

  .dropdown-plus.dropdown-open::after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .navik-menu ul li.mega-menu--small>ul {
    width: auto;
  }

  .navik-header .logo,
  .navik-header.sticky .logo {
    box-shadow: none;
    margin-bottom: 0;
    padding: 20px;
    text-align: left;
    width: 100%;
  }

  /* .navik-header .logo img,
  .navik-header.sticky .logo img {
    width: auto;
  } */
}

.footer {
  background-color: var(--grey-color-8);
  padding: 80px 161px;
}

@media (max-width: 768px) {
  .footer {
    padding: 80px 30px;
  }
}

.footer ul {
  list-style-type: none;
  padding: 0px;
}

.footer ul li {
  padding: 12px 0;
}

.footer .footer__text {
  font-size: 16px;
}

.footer .footer__text.footer__text--primary {
  color: var(--primary-color-1);
  font-weight: 500;
}

.footer .footer__text.footer__text--secondary {
  color: var(--grey-color-0);
  font-weight: 400;
}

.footer__logo {
  padding-bottom: 28px;
}

.footer__copyright {
  padding-top: 38px;
}

.footer__copyright .footer__text {
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .footer {
    padding: 64px 21px;
  }

  .footer__social-icon {
    padding-top: 25px;
  }

  .footer__logo {
    padding-bottom: 31px;
  }

  .footer__copyright {
    padding-top: 0;
  }
}


.homepage-hero {
  background-image: url(https://epublishing.media.clients.ellingtoncms.com/static-3/default/images/ePublishing-Home.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.homepage-hero .hero__wave {
  bottom: -1px;
}

section.section.homepage-hero .section__headline {
  color: var(--grey-color-1)
}

.hero {}

.hero__image {
  padding-top: 20px;
  padding-bottom: 30px;
  max-width: 100%;
  height: auto;
}

.hero__kicker {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.611;
}

.hero__headline {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.275;
}

.hero__wave {
  width: 100vw;
  height: 90px;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}

.hero__wave svg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.section {
  /*min-height: 80vh;*/
  padding: 0 20px;
}

.section__divider {
  border: 1px solid var(--grey-color-5);
}

.section.section--auto {
  min-height: auto;
}

.section.section__background--default,
.section .section__background--default {
  background-color: #ecf4fd;
}

.section .section__text {
  font-family: "Inter", -apple-system;
  font-size: 18px;
  line-height: 29px;
  margin: 0;
}

.section .section__text.section__text--title,
.section .section__text.section__text--default {
  color: var(--primary-color-2);
  font-size: 18px;
  font-weight: 500;
}

.section .section__text.section__text--subtitle {
  color: var(--grey-color-7);
  font-size: 16px;
}

.section .section__text.section__text--default {
  color: var(--grey-color-8);
}

.section h2.section__headline {
  color: var(--primary-color-2);
}

.section h3.section__headline {
  line-height: 39px;
}

.section .section__headline {
  color: var(--grey-color-9);
}

.section .section__headline .sketch-underline::after {
  content: url("../../images/underline.svg");
  margin-left: -110px;
  padding-top: 15px;
  position: absolute;
}

.section .section__headline .sketch-circle::after {
  content: url("../../images/circle.svg");
  margin-left: -174px;
  position: absolute;
}

.section .section__headline .sketch-spark::after {
  content: url("../../images/spark.svg");
  padding-left: 3px;
  padding-top: 10px;
  position: absolute;
}

.sketch-zigzag-2,
.sketch-zigzag-1 {
  position: relative;
}

.section .section__headline .sketch-zigzag-1::after {
  content: url("../../images/zigzag-1.svg");
  left: 0;
  padding-top: 25px;
  position: absolute;
}

.section .section__headline .sketch-zigzag-2::after {
  content: url("../../images/zigzag-2.svg");
  left: 0;
  padding-top: 25px;
  position: absolute;
}

.section .sketch-arrow::before {
  content: url("../../images/arrow.svg");
  margin-top: -20px;
  margin-left: -50px;
  position: absolute;
}

.section .sketch-star::before {
  content: url("../../images/star.svg");
  margin-left: -60px;
  padding-top: 60px;
  position: absolute;
}

.section .sketch-spark-2::after {
  content: url("../../images/spark-2.svg");
  position: absolute;
  right: 75px;
  top: 65px;
}

.section .section__vector>img {
  margin: 0 -20px;
  margin-bottom: -1px;
}

.section .section__vector>img.section__graph-l {
  margin-top: -100px;
}

.section .section__search {
  background-color: #ecf4fd;
}

.section .section__search .form-group {
  margin: 0;
}

.section .section__search .form-group.seach-input--light {
  border: none;
}

.section .section__search>div {
  background-color: #ecf4fd;
}

.section .section__search>div>input[type="search"] {
  font-size: 40px;
  font-weight: 600;
}

.section .section__search>div>input[type="search"]::placeholder {
  color: var(--grey-color-6);
}

.section .section__search>div>img {
  padding-right: 36px;
}

.section .section__search>div>button:focus {
  border: none !important;
}

.section .section__search>div>button>img {
  cursor: pointer;
  padding-right: 0;
}

@media (min-width: 320px) and (max-width: 480px) {

  .section .section__text.section__text--title,
  .section .section__text.section__text--default {
    font-size: 16px;
  }

  .section .section__text.section__text--subtitle {
    font-size: 14px;
  }

  .section h1.section__headline {
    font-size: 24px;
    line-height: 35px;
  }

  .section h2.section__headline {
    font-size: 20px;
    line-height: 31px;
  }

  .section .section__headline {
    color: var(--grey-color-9);
    font-size: 16px;
    line-height: 27px;
  }

  .section .section__headline .sketch-underline::after {
    content: url("../../images/mobile/underline-m.svg");
    margin-left: -60px;
    padding-top: 10px;
    position: absolute;
  }

  .section .section__headline .sketch-circle::after {
    content: url("../../images/mobile/circle-m.svg");
    margin-left: -106px;
    margin-top: -3px;
    position: absolute;
  }

  .section .section__headline .sketch-spark::after {
    content: url("../../images/mobile/spark-m.svg");
    padding-top: 5px;
    position: absolute;
  }

  .section .section__headline .sketch-zigzag-1::after {
    content: url("../../images/mobile/zigzag-1-m.svg");
    left: 20px;
    padding-top: 15px;
    position: absolute;
  }

  .section .section__headline .sketch-zigzag-2::after {
    content: url("../../images/mobile/zigzag-2-m.svg");
    left: 20px;
    padding-top: 15px;
    position: absolute;
  }

  .section .sketch-arrow::before {
    content: "";
  }

  .section .sketch-star::before {
    content: url("../../images/mobile/star-m.svg");
    left: 115px;
    padding-top: 165px;
    position: absolute;
  }

  .section .sketch-spark-2::after {
    content: url("../../images/mobile/spark-2-m.svg");
    margin-top: -40px;
    position: absolute;
    right: 55px;
  }

  .section .section__search>div>img {
    padding-right: 16px;
  }

  .section .section__search>div>input {
    font-size: 16px;
  }

  .section .section__search>div>button>img {
    height: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section .section__headline .sketch-zigzag-1::after {
    content: url("../../images/zigzag-1.svg");
  }

  .section .section__headline .sketch-zigzag-2::after {
    content: url("../../images/zigzag-2.svg");
  }

  .section .sketch-star::before {
    content: url("../../images/mobile/star-m.svg");
    margin-top: -45px;
    margin-left: -40px;
    position: absolute;
  }

  .section .sketch-spark-2::after {
    content: url("../../images/mobile/spark-2-m.svg");
    margin-top: -20px;
    position: absolute;
    right: 25px;
  }
}

.card {
  display: flex;
}

.card .card-content {
  padding: 45px 60px;
}

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

.card.card--vertical .card-content {
  padding: 20px 0 0 0;
}

.card.card--vertical .card-header .card-header__image {
  width: 100%;
  border-radius: 4px;
  padding-right: 20px;
}

.card .card-content>p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
}

.card .card-content .card-content__text--highlighted {
  color: var(--primary-color-2);
  font-weight: 500;
  font-size: 14px;
}

.card .card-content .card-content__text--highlighted.highlight-color--1 {
  color: #fbb13c;
}

.card .card-content .card-content__text--highlighted.highlight-color--2 {
  color: #b42222;
}

.card .card-content .card-content__text--highlighted.highlight-color--3 {
  color: #779a3e;
}

.card .card-content .card-content__text--title {
  color: var(--grey-color-8);
  line-height: 29px;
  margin: 0;
  padding: 8px 0;
}

.card .card-content .card-content__text--subtitle {
  color: var(--grey-color-7);
}

.card.card--small {
  padding: 0 20px;
}

.card.card--small.card--bg-1 .card-content {
  background-color: #f7f9ec;
}

.card.card--small.card--bg-1 .card-content .card-content__text--highlighted {
  color: #a4c543;
}

.card.card--small.card--bg-2 .card-content {
  background-color: #f2f3fd;
}

.card.card--small.card--bg-2 .card-content .card-content__text--highlighted {
  color: #7b83ec;
}

.card.card--small.card--bg-3 .card-content {
  background-color: #fff1f1;
}

.card.card--small.card--bg-3 .card-content .card-content__text--highlighted {
  color: #ff7477;
}

.card.card--small .card-content {
  padding: 40px;
  border-radius: 8px;
  position: relative;
}

.card.card--small .card-content .card-content__text--highlighted {
  font-size: 16px;
}

.card.card--small .card-content .card-content__text--title {
  color: var(--grey-color-9);
  padding: 16px 0;
}

.card.card--small .card-content .card-content__text--subtitle {
  font-size: 16px;
  line-height: 22px;
}

.card.card--small .card-content__vector {
  position: absolute;
  right: 0;
  top: 12px;
}

.card.main-article .card-content {
  padding: 32px 0 0 0;
}

.card.main-article .card-content .card-content__text--title {
  font-size: 24px;
  font-weight: 600;
  color: var(--grey-color-8);
}

.card.main-article .card-header__image {
  width: 100%;
}

.card.sub-article .card-content {
  padding: 0 0 0 32px;
}

.card.sub-article .card-content .card-content__text--title {
  font-size: 20px;
  font-weight: 600;
  color: var(--grey-color-8);
}

.card.sub-article .card-header__image {
  height: 153px;
}

.card .card-content .card-content__list {
  display: flex;
  list-style-type: none;
  padding: 0;
}

.card .card-content .card-content__list.card-content__list--vertical {
  flex-direction: column;
}

.card .card-content .card-content__list>li {
  background-color: #fcf5eb;
  border-radius: 8px;
  flex: 1;
  padding: 20px 16px;
  text-align: center;
  min-height: 115px;
  max-width: 160px;
}

.card .card-content .card-content__list>li h3,
.card .card-content .card-content__list>li p {
  margin: 0;
}

.card .card-content .card-content__list>li h3,
.card .card-content .card-content__list>li img {
  padding-bottom: 10px;
  vertical-align: middle;
}

.card .card-content .card-content__list>li img {
  padding-right: 11px;
}

.card .card-content .card-content__list>li p {
  color: var(--grey-color-8);
}

.card .card-content .card-content__list .card-content__text--secondary-color-2 {
  color: var(--secondary-color-2);
}

@media (min-width: 320px) and (max-width: 480px) {
  .card {
    flex-direction: column;
  }

  .card .card-header .card-header__image {
    width: 100%;
  }

  .card .card-content {
    padding: 0;
    padding-top: 20px;
  }

  .card .card-content>p {
    font-size: 14px;
    line-height: 22px;
  }

  .card .card-content .card-content__text--highlighted {
    font-size: 12px;
  }

  .card .card-content .card-content__text--title {
    font-size: 18px;
  }

  .card .card-content .card-content__list>li {
    padding: 16px 11px;
  }

  .card .card-content .card-content__list>li h3,
  .card .card-content .card-content__list>li img {
    padding-bottom: 4px;
  }

  .card .card-content .card-content__list>li h3 {
    font-size: 18px;
  }

  .card .card-content .card-content__list>li img {
    height: 24px;
    padding-right: 4px;
    width: 24px;
  }

  .card .card-content .card-content__list>li p {
    font-size: 12px;
  }

  .card.card--small .card-content__vector {
    top: 0;
  }

  .card.card--small .card-content .card-content__text--highlighted {
    font-size: 14px;
  }

  .card.sub-article .card-header__image {
    height: auto;
  }

  .card.main-article .card-content,
  .card.sub-article .card-content {
    padding: 16px 0 0 0;
  }

  .card.main-article .card-content .card-content__text--title,
  .card.sub-article .card-content .card-content__text--title {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .card {
    flex-direction: column;
  }

  .card .card-header .card-header__image {
    width: 100%;
  }

  .card .card-content {
    padding: 0;
    padding-top: 20px;
  }

  .card .card-content>p {
    font-size: 14px;
    line-height: 22px;
  }

  .card .card-content .card-content__text--highlighted {
    font-size: 12px;
  }

  .card .card-content .card-content__text--title {
    font-size: 18px;
  }

  .card .card-content .card-content__list>li {
    padding: 16px 11px;
  }

  .card .card-content .card-content__list>li h3,
  .card .card-content .card-content__list>li img {
    padding-bottom: 4px;
  }

  .card .card-content .card-content__list>li h3 {
    font-size: 18px;
  }

  .card .card-content .card-content__list>li img {
    height: 24px;
    padding-right: 4px;
    width: 24px;
  }

  .card .card-content .card-content__list>li p {
    font-size: 12px;
  }

  .card.card--small .card-content__vector {
    top: 0;
  }

  .card.card--small .card-content .card-content__text--highlighted {
    font-size: 14px;
  }

  .card.sub-article .card-header__image {
    height: auto;
  }

  .card.main-article .card-content,
  .card.sub-article .card-content {
    padding: 16px 0 0 0;
  }

  .card.main-article .card-content .card-content__text--title,
  .card.sub-article .card-content .card-content__text--title {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .card {
    flex-direction: row;
  }

  .card .card-content {
    padding: 30px;
  }

  .card .card-header .card-header__image {
    width: auto;
  }

  .card.main-article .card-header__image,
  .card.sub-article .card-header__image {
    height: 153px;
  }

  .card.main-article .card-content,
  .card.sub-article .card-content {
    padding: 0 0 0 32px;
  }
}

.banner {
  border-radius: 8px;
  margin: 0 30px;
  padding: 64px 110px;
}

@media (max-width: 767px) {
  .banner {
    flex-direction: column;
  }

  .banner__illustration {
    margin-top: 40px;
  }
}

@media (max-width: 640px) {
  .banner {
    padding: 64px;
  }
}

.banner-wide {
  border-radius: 8px;
  margin: 0 15px;
  padding: 32px 55px;
}

.banner.banner--cta {
  padding: 20px 35px 20px 110px;
}

.banner.banner--default {
  background-color: var(--blue-color-1);
}

.banner.banner--default .banner__next>a {
  color: var(--blue-color-1);
}

.banner.banner--default .banner__next>svg>path {
  fill: var(--blue-color-1);
}

.banner.banner--default .banner__illustration>svg>rect {
  fill: var(--blue-color-1);
}

.banner.banner--1 {
  background-color: rgba(37, 110, 163, 0.05);
  margin-bottom: 40px;
}

.banner.banner--1 .banner__next>a {
  color: #256ea3;
}

.banner.banner--1 .banner__next>svg>path {
  fill: #256ea3;
}

.banner.banner--1 .banner__illustration>svg>rect {
  fill: #256ea3;
}

.banner.banner--5 {
  background-color: #eef0f2;
  margin-bottom: 40px;
}

.banner.banner--5 .banner__next>a {
  color: #256ea3;
}

.banner.banner--5 .banner__next>svg>path {
  fill: #256ea3;
}

.banner.banner--5 .banner__illustration>svg>rect {
  fill: #256ea3;
}

.banner.banner--2 {
  background-color: rgba(251, 177, 60, 0.05);
  margin-bottom: 40px;
}

.banner.banner--2 .banner__next>a {
  color: #fbb13c;
}

.banner.banner--2 .banner__next>svg>path {
  fill: #fbb13c;
}

.banner.banner--2 .banner__illustration>svg>rect {
  fill: #fbb13c;
}

.banner.banner--3 {
  background-color: rgba(180, 34, 34, 0.05);
  margin-bottom: 40px;
}

.banner.banner--3 .banner__next>a {
  color: #b42222;
}

.banner.banner--3 .banner__next>svg>path {
  fill: #b42222;
}

.banner.banner--3 .banner__illustration>svg>rect {
  fill: #b42222;
}

.banner.banner--4 {
  background-color: rgba(119, 154, 62, 0.05);
  margin-bottom: 40px;
}

.banner.banner--4 .banner__next>a {
  color: #779a3e;
}

.banner.banner--4 .banner__next>svg>path {
  fill: #779a3e;
}

.banner.banner--4 .banner__illustration>svg>rect {
  fill: #779a3e;
}

.banner-wide.banner--3 {
  background-color: rgba(180, 34, 34, 0.05);
}

.banner-wide.banner--3 .banner__next>a {
  color: #b42222;
}

.banner-wide.banner--3 .banner__next>svg>path {
  fill: #b42222;
}

.banner-wide.banner--3 .banner__illustration>svg>rect {
  fill: #b42222;
}

.banner-wide.banner--4 {
  background-color: rgba(119, 154, 62, 0.05);
}

.banner-wide.banner--4 .banner__next>a {
  color: #779a3e;
}

.banner-wide.banner--4 .banner__next>svg>path {
  fill: #779a3e;
}

.banner-wide.banner--4 .banner__illustration>svg>rect {
  fill: #779a3e;
}

.banner.banner-product {
  padding: 60px 120px;
  align-items: center;
  border-radius: 0px;
  margin: 0;
}

@media (max-width: 1024px) {
  .banner.banner-product {
    padding: 40px 30px;
    flex-direction: column;
  }

  .banner.banner-product .banner__illustration {
    margin-top: 30px;
  }
}

.banner.banner-product>div>ul>li {
  color: var(--grey-color-7);
  padding: 5px 0;
}

.banner.banner-product.banner--1 {
  /*background-color: #EBF1F6;*/
  background-color: #ecf4fd;
}

.banner.banner-product.banner--1 .banner-product__text {
  color: #256ea3;
}

.banner.banner-product.banner--1 .banner__illustration>svg>path {
  fill: #256ea3;
}

.banner.banner-product.banner--2 {
  background-color: #fdf7ec;
}

.banner.banner-product.banner--2 .banner-product__text {
  color: #fbb13c;
}

.banner.banner-product.banner--2 .banner__illustration>svg>path {
  fill: #fbb13c;
}

.banner.banner-product.banner--3 {
  background-color: #f3e8e8;
}

.banner.banner-product.banner--3 .banner-product__text {
  color: #b42222;
}

.banner.banner-product.banner--3 .banner__illustration>svg>path {
  fill: #b42222;
}

.banner.banner-product.banner--4 {
  background-color: #f2f5ec;
}

.banner.banner-product.banner--4 .banner-product__text {
  color: #779a3e;
}

.banner.banner-product.banner--4 .banner__illustration>svg>path {
  fill: #779a3e;
}

.banner__text {
  font-family: "Inter", -apple-system;
  margin: 0;
}

.banner__text.banner__text--subtitle {
  color: var(--grey-color-7);
  line-height: 2;
}

.banner__text.banner__text--title {
  color: var(--grey-color-9);
  font-weight: 600;
  line-height: 35px;
  padding-top: 64px;
  padding-bottom: 8px;
}

.banner-product .banner__text.banner__text--title {
  padding-top: 0;
}

.banner--cta .banner__text.banner__text--title {
  padding-top: 0;
}

.banner--cta .banner__text.banner__text--title.banner__text {
  color: var(--grey-color-8);
}

.banner__next {
  font-size: 16px;
  font-weight: 600;
  padding-top: 0;
  margin-bottom: 30px;
}

.banner__next>a {
  padding-right: 8px;
}

.banner__next>svg {
  vertical-align: middle;
}

.banner__button {
  padding-top: 16px;
}

.banner__text-input {
  padding-top: 30px;
}

.reader-analytics .banner__next,
.cms-indesign .banner__next,
.content-management .banner__next {
  padding-top: 10px;
}

.banner.banner--graphql .banner__svg {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .banner.banner--graphql .banner__svg {
    position: static;
    transform: none;
    margin-top: 20px;
  }
}


@media (min-width: 320px) and (max-width: 480px) {
  .banner {
    margin: 0;
    padding: 32px 16px;
  }

  .banner__illustration {
    padding: 64px 0;
  }

  .banner__logo {
    height: 40px;
  }

  .banner__text.banner__text--title {
    font-size: 20px;
    line-height: 31px;
  }

  .banner__text.banner__text--subtitle {
    font-size: 14px;
  }

  .banner__next {
    font-size: 14px;
    padding-top: 16px;
  }

  .banner__button {
    padding-top: 20px;
  }

  .banner.banner--cta {
    padding: 64px 16px 32px 16px;
  }

  .banner.banner-product {
    padding: 20px;
  }

  .banner.banner-product .banner__illustration {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {

  .banner,
  .banner.banner--cta {
    margin: 0;
    padding: 30px 55px;
  }
}

.solutions {}

.solutions__list {}

.solutions__item {
  margin: 0 10px;
}

@media (max-width: 970px) {
  .solutions__list {
    flex-direction: column;
  }

  .solutions__item {
    margin: 10px 0;
  }
}

.tag {
  padding-bottom: 20px;
  width: 100%;
}



.tag>ul {
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

/* .tag > ul.no-wrap {
  flex-wrap: nowrap;
} */

.tag-container.tag-small {
  padding-left: 8px;
  border-radius: 0;
}

.tag-container.tag-small.tag-container--color-primary {
  background-color: var(--primary-color-1);
}

.tag-container {
  border-radius: 4px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  flex: 1 0 calc(25% - 24px);
}

.tag-container .button {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.tag-container__text.filter-button > p {
  padding: 0 10px;
  font-weight: bold;
}

@media (max-width: 970px) {
  .tag-container .button {
    position: static;
    transform: none;
  }
}


.tag-container.tag-container--color-1 {
  -moz-box-shadow: 0px 0px 20px #ebf1f6;
  -webkit-box-shadow: 0px 0px 20px #ebf1f6;
  background: #ebf1f6;
  border: 1px solid #ebf1f6;
  box-shadow: 0px 0px 20px #ebf1f6;
}

.tag-container.tag-container--color-2 {
  -moz-box-shadow: 0px 0px 20px #fff5e1;
  -webkit-box-shadow: 0px 0px 20px #fff5e1;
  background: #fff5e1;
  border: 1px solid #fff5e1;
  box-shadow: 0px 0px 20px #fff5e1;
}

.tag-container.tag-container--color-3 {
  -moz-box-shadow: 0px 0px 20px #f3e8e8;
  -webkit-box-shadow: 0px 0px 20px #f3e8e8;
  background: #f3e8e8;
  border: 1px solid #f3e8e8;
  box-shadow: 0px 0px 20px #f3e8e8;
}

.tag-container.tag-container--color-4 {
  -moz-box-shadow: 0px 0px 20px #eaf0df;
  -webkit-box-shadow: 0px 0px 20px #eaf0df;
  background: #eaf0df;
  border: 1px solid #eaf0df;
  box-shadow: 0px 0px 20px #eaf0df;
}

.tag-container.continuum-mark::before,
.tag-container.ellington-mark::before,
.tag-container.duet-mark::before,
.tag-container.reader-mark::before {
  left: 10px;
  position: absolute;
  top: 21px;
}

.tag-container.continuum-mark::before {
  content: url("../../images/continuum-mark.svg");
}

.tag-container.ellington-mark::before {
  content: url("../../images/ellington-mark.svg");
}

.tag-container.duet-mark::before {
  content: url("../../images/duet-mark.svg");
  top: 20px;
}

.tag-container.reader-mark::before {
  content: url("../../images/reader-mark.svg");
}

nav.tag {
  padding: 0;
}

nav.tag .tag-container {
  min-width: 270px;
  padding-left: 46px;
  cursor: pointer;
}

nav.tag .tag-container:hover {
  opacity: 0.75;
}

nav.tag .tag-container.tag-container--color-1.active {
  border-color: #89b4d3;
}

nav.tag .tag-container.tag-container--color-2.active {
  border-color: #ffdea1;
}

nav.tag .tag-container.tag-container--color-3.active {
  border-color: #facbcb;
}

nav.tag .tag-container.tag-container--color-4.active {
  border-color: #cfe1ab;
}

nav.tag .tag-container .tag-container__text>p {
  padding: 22px 16px;
}

.tag-container__text>p {
  border-radius: 0px 4px 4px 0px;
  color: var(--grey-color-8);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0px 16px;
}

.tag-container.tag-small .tag-container__text>p {
  padding: 5px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 0;
}

.tag-nav .tag-nav__menu {
  position: relative;
}

.tag-nav__menu>li>ul>li .tag-nav__item--selected img {
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.tag-nav ul.tag-nav__menu>li>ul {
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  background-color: var(--grey-color-0);
  border-radius: 4px;
  box-shadow: 0px 0px 20px var(--grey-color-4);
  height: 0;
  left: 0;
  list-style-type: none;
  opacity: 0.5;
  overflow: hidden;
  padding: 0;
  position: absolute;
  transition: 0.25s ease-in-out;
  width: 100%;
}

.tag-nav__menu.show-menu li div~ul {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  margin-top: -40px;
  height: 190px;
  opacity: 1;
  transform: translateY(0);
}

li.tag-container>div.tag-nav__item>p {
  color: var(--grey-color-7);
  font-size: 16px;
  font-weight: 500;
}

li.tag-container>div.tag-nav__item>p.active {
  color: var(--grey-color-9);
  font-weight: 600;
}

div.tag-container>div.tag-nav__item--selected>p,
li.tag-container>div.tag-nav__item--selected>p {
  display: inline-block;
  position: relative;
  width: 100%;
}

div.tag-container>div.tag-nav__item--selected>p>img,
li.tag-container>div.tag-nav__item--selected>p>img {
  bottom: 13px;
  position: absolute;
  right: 11px;
}

.tag-nav__menu li>div.tag-container {
  border: 1px solid #e0e6ed;
  border-radius: 4px;
}

li.tag-container>div.tag-nav__item--selected>p {
  border: none;
  color: var(--primary-color-2);
  font-size: 16px;
  font-weight: 600;
}

li.tag-container>div.tag-nav__item--selected>p.active {
  color: var(--grey-color-9);
  font-weight: 600;
}

@media (min-width: 320px) and (max-width: 480px) {
  .tag {
    padding: 36px 0;
  }

  nav.tag .tag-container {
    padding-left: 43px;
  }

  nav.tag .tag-container .tag-container__text>p {
    font-size: 14px;
    padding: 11px 10px;
  }

  nav.tag li.tag-container {
    border-radius: 0;
  }

  nav.tag li.tag-container.tag-container--color-1,
  nav.tag li.tag-container.tag-container--color-2,
  nav.tag li.tag-container.tag-container--color-3,
  nav.tag li.tag-container.tag-container--color-4 {
    border: none;
    box-shadow: none;
  }

  .tag-container.continuum-mark::before,
  .tag-container.ellington-mark::before,
  .tag-container.duet-mark::before,
  .tag-container.reader-mark::before {
    left: 11px;
    position: absolute;
    top: 11px;
  }

  .tag-container.continuum-mark::before {
    content: url("../../images/mobile/continuum-mark-m.svg");
  }

  .tag-container.ellington-mark::before {
    content: url("../../images/mobile/ellington-mark-m.svg");
  }

  .tag-container.duet-mark::before {
    content: url("../../images/mobile/duet-mark-m.svg");
  }

  .tag-container.reader-mark::before {
    content: url("../../images/mobile/reader-mark-m.svg");
  }

  .tag-container.tag-small .tag-container__text>p {
    font-size: 16px;
    padding: 8px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  nav.tag .tag-container {
    min-width: 230px;
    margin-top: 20px;
  }
}

.testimonial-container {
  background-position: top;
  background-repeat: no-repeat;
  background: rgba(255, 255, 255, 0.1);
  background: url("../../images/clients-logo-2.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.testimonial {
  align-items: center;
  display: flex;
  font-weight: bold;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 120px 0;
  /* background: linear-gradient(180deg, #f6f6f64d 20%, rgba(246,246,246,0.8) 70%, #f6f6f6 100%, #f6f6f6); */
}

.testimonial .testimonial__body {
  color: var(--grey-color-8);
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  width: 60%;
}

@media (max-width: 640px) {
  .testimonial .testimonial__body {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.testimonial .testimonial__header {
  color: var(--grey-color-9);
  font-weight: 600;
  line-height: 43px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonial .testimonial__cite {
  color: var(--grey-color-7);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .testimonial {
    padding: 64px 20px 16px 20px;
  }

  .testimonial .testimonial__body {
    font-size: 18px;
    line-height: 29px;
    width: 100%;
  }

  .testimonial .testimonial__header {
    font-size: 20px;
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .testimonial .testimonial__body {
    width: 70%;
  }
}

.blog-nav>ul,
.blog-nav .blog-nav__menu,
.blog-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.blog-nav {
  margin-right: 15px;
}

.blog-nav.pill>ul>li {
  padding-left: 24px;
}

.blog-nav.pill .blog-nav__item {
  border-radius: 5px;
  color: var(--grey-color-8);
  font-size: 16px;
  font-weight: 600;
  padding: 4px 8px;
}

.blog-nav.pill .blog-nav__item.active {
  background-color: var(--blue-color-2);
}

.blog-nav.pill .blog-nav__item:hover {
  opacity: 0.75;
}

.blog-nav.pill .blog-nav__item span {
  color: var(--grey-color-7);
  font-weight: 400;
}

.blog-nav .blog-nav__menu {
  position: relative;
  z-index: 99;
}

.blog-nav__menu>li>.blog-nav__item--selected,
.blog-nav__menu>li>ul>li .blog-nav__item--selected {
  color: var(--primary-color-2);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: intrinsic;
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
}

.blog-nav__menu>li>.blog-nav__item--selected>img,
.blog-nav__menu>li>ul>li .blog-nav__item--selected>img {
  padding-left: 10px;
}

.blog-nav__menu>li>ul>li .blog-nav__item--selected img {
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.blog-nav .blog-nav__menu ul {
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  background-color: var(--grey-color-0);
  border-radius: 4px;
  box-shadow: 0px 0px 20px var(--grey-color-4);
  height: 0;
  left: 0;
  list-style-type: none;
  opacity: 0;
  overflow: hidden;
  padding: 8px 10px;
  position: absolute;
  transition: 0.25s ease-in-out;
  width: 100%;
}

.blog-nav .blog-nav__menu ul>li {
  padding: 8px 0;
}

.blog-nav__menu li a {
  opacity: 1;
  transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
}

.blog-nav__menu.show-menu li a~ul {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  height: 185px;
  margin-top: -30px;
  opacity: 1;
  transform: translateY(0);
}

.blog-nav .blog-nav__menu .blog-nav__item {
  color: var(--grey-color-7);
  font-size: 16px;
  font-weight: 500;
}

.blog-nav .blog-nav__menu .blog-nav__item.active {
  color: var(--grey-color-9);
  font-weight: 600;
}

.blog-detail-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1266px;
  margin-bottom: 60px;
}

@media (min-width: 0px) and (max-width: 1199px) {
  .blog-detail-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.blog-detail-container .row {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.blog-detail-container .cell img {
  padding: 0px 20px;
}

.blog-detail-container .cell {
  box-sizing: border-box;
  flex: 0 0 calc(50% - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
  margin-bottom: 15px;
}

.blog-detail-container .banner-wide {
  margin: 0;
}

@media (min-width: 0px) and (max-width: 900px) {
  .blog-detail-container .cell {
    box-sizing: border-box;
    flex: 0 0 calc(100% - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-bottom: 15px;
  }
}

.blog-detail-container .cell img {
  width: 100%;
  height: auto;
}

.blog-detail-content {
  padding-top: 30px;
}

.blog-detail-content a {
  color: var(--primary-color-2);
  font-weight: 600;
}

.blog-detail-content>h1,
.blog-detail-content>h2,
.blog-detail-content>h3,
.blog-detail-content>h4,
.blog-detail-content>h5 {
  color: var(--grey-color-9);
}

.blog-detail-content p,
.blog-detail-content ul,
.blog-detail-content span {
  color: var(--grey-color-7) !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.blog-detail-content>br {
  content: "";
  display: block;
  margin-top: 60px;
}

.blog-detail-content>blockquote {
  color: var(--primary-color-2);
  line-height: 43px;
  margin: 0;
}

.blog-detail-content>blockquote>h1,
.blog-detail-content>blockquote>h2,
.blog-detail-content>blockquote>h3,
.blog-detail-content>blockquote>h4,
.blog-detail-content>blockquote>h5 {
  font-weight: 500;
}

.blog-detail-content>ul,
.blog-detail-content>ol {
  margin: 0 20px;
  padding: 0 10px;
}

.blog-detail-content>ul>li,
.blog-detail-content>ol>li {
  color: var(--primary-color-2);
}

.blog-detail-header {
  margin-bottom: -100px;
  z-index: 2;
}

.blog-detail-header .blog-detail-header__headline {
  color: var(--grey-color-9);
  font-size: 32px;
  line-height: 43px;
  margin: 0;
  padding: 16px 0;
}

.blog-detail-header .card-content {
  padding: 20px 40px;
}

.blog-detail-header .card-header>img.card-header__image {
  width: 100%;
}

.blog-detail-icon-list {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.blog-detail-icon-list>li {
  padding-right: 20px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .blog-detail-header .blog-detail-header__headline {
    font-size: 24px;
    line-height: 35px;
  }

  .blog-detail-header .card-content {
    padding: 0;
    order: 1;
  }

  .blog-detail-header .card-header {
    padding: 30px 0;
    order: 2;
  }

  .blog-detail-container {
    padding: 20px;
  }

  .blog-detail-content p,
  .blog-detail-content span {
    font-size: 16px;
    line-height: 27px;
  }

 .target-story_body_template ol{
    line-height: 29px; 
    font-size: 18px; 
    font-weight: 400; 
    color: var(--grey-color-7) !important;
  }
  
  li{
    line-height: 29px; 
    font-size: 18px; 
    font-weight: 400; 
    color: var(--grey-color-7) !important;
  }

  .blog-detail-content>h1,
  .blog-detail-content>h2,
  .blog-detail-content>h3,
  .blog-detail-content>h4,
  .blog-detail-content>h5 {
    font-size: 18px;
    line-height: 29px;
  }

  .blog-detail-content>blockquote {
    line-height: 29px;
  }

  .blog-detail-content>blockquote>h1,
  .blog-detail-content>blockquote>h2,
  .blog-detail-content>blockquote>h3,
  .blog-detail-content>blockquote>h4,
  .blog-detail-content>blockquote>h5 {
    font-size: 18px;
  }

  .blog-detail-content>br {
    margin-top: 32px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .blog-title {
    font-size: 28px;
  }

  .blog-nav.pill .blog-nav__item {
    font-size: 14px;
  }

  .blog-detail-container {
    padding: 70px;
  }

  .blog-detail-header {
    margin-bottom: -150px;
  }

  .blog-detail-header .card-content {
    padding: 20px 0px;
    order: 1;
  }

  .blog-detail-header .card-header {
    padding: 30px 0;
    order: 2;
  }
}

/** 
============================
Flex 
============================
**/
.flex {
  display: flex;
}

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

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

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

.flex--1 {
  flex: 1;
}

.flex--2 {
  flex: 2;
}

.flex--3 {
  flex: 3;
}

.flex--4 {
  flex: 4;
}

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

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

.justify-content--flex-start {
  justify-content: flex-start;
}

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

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

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

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

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

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

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

.align-self--flex-end {
  align-self: flex-end;
}

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

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

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

.position--relative {
  position: relative;
}

/**
============================ 
Fix Height & Width 
============================
**/
.h-8 {
  height: 8px;
}

.h-20 {
  height: 20px;
}

.h-30 {
  height: 30px;
}

.h-40 {
  height: 40px;
}

.h-60 {
  height: 60px;
}

.h-70 {
  height: 70px;
}

.h-90 {
  height: 90px;
}

.h-120 {
  height: 120px;
}

.w-20 {
  width: 20px;
}

.w-30 {
  width: 30px;
}

.w-40 {
  width: 40px;
}

.w-60 {
  width: 60px;
}

.w-100 {
  width: 100px;
}

.w-300 {
  width: 300px;
}

.w-340 {
  width: 340px;
}

.w-380 {
  width: 380px;
}

.w-500 {
  width: 500px;
}

.w-700 {
  width: 700px;
}

.w-800 {
  width: 800px;
}

.width--full {
  width: 100%;
}

/**
============================ 
Fix Padding & Margin 
============================
**/
.p-0 {
  padding: 0;
}

.px-160 {
  padding: 0 160px;
}

.px-140 {
  padding: 0 140px;
}

.px-50 {
  padding: 0 50px;
}

.px-30 {
  padding: 0 30px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-160 {
  padding-left: 160px;
  padding-right: 160px;
}

.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.m-0 {
  margin: 0;
}

.mr-10 {
  margin: 0 10px 0 0;
}

.ml-10 {
  margin: 0 0 0 10px;
}

.my-10 {
  margin: 10px 0;
}

.my-20 {
  margin: 20px 0;
}

.mx-10 {
  margin: 0 10px;
}

.mx-30 {
  margin: 0 30px;
}

/** 
============================
Force Display 
============================
**/
.inline-block {
  display: inline-block;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.case-studies__article .card-header img {
  object-fit: contain;
}

@media (min-width: 768px) and (max-width: 1024px){
  .case-studies__article .card-header img.card-header__image {
    width: 100%;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  .case-studies__article .card-content {
    padding-top: 10px;
  }

  .case-studies__article .card-header {
    flex: 0 0 25%;
  }

  .case-studies__article .card-header__image {
    width: 100%;
    height: auto;
  }

  .case-studies__article .card-content {
    flex: 1 1 auto;
    padding: 15px 30px;
  }
}

@media (max-width: 640px) {
  .case-studies__items {
    flex-direction: column;
  }

  .case-studies__article {
    flex-direction: column;
    align-items: center;
  }

  .case-studies__article .card-content {
    padding-top: 10px;
  }

  .case-studies__article .card-header {
    flex: 0 0 100%;
    width: 100%;
  }

  .case-studies__article .card-header img {
    object-fit: contain;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .case-studies {
    padding: 0;
  }

  .case-studies__items {
    padding: 0;
  }
}

/* END CASE STUDIES */

@media (max-width: 640px) {

  /** 
  ============================
  Flex Mobile 
  ============================
  **/
  .flex--m-column {
    flex-direction: column;
  }

  .flex--m-row {
    flex-direction: row;
  }

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

  .justify-content--center-m {
    justify-content: center;
  }

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

  /** 
  ============================
  Positions Mobile 
  ============================
  **/
  .text-align--center-m {
    text-align: center;
  }

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

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

  /**
  ============================ 
  Fix Height & Width 
  ============================
  **/
  .h-10-m {
    height: 10px;
  }

  .h-20-m {
    height: 20px;
  }

  .h-30-m {
    height: 30px;
  }

  .h-60-m {
    height: 60px;
  }

  .h-80-m {
    height: 80px;
  }

  .w-15-m {
    width: 15px;
  }

  .width--full-m {
    width: 100%;
  }

  /**
  ============================ 
  Fix Padding & Margin 
  ============================
  **/
  .mb-0-m {
    margin-bottom: 0;
  }

  .my-8-m {
    margin: 8px 0;
  }

  .p-0-m {
    padding: 0;
  }

  .px-20-m {
    padding: 0 20px;
  }

  .mx-0-m {
    margin: 0 0;
  }

  /** 
  ============================
  Force Display Mobile 
  ============================
  **/
  .hide-m {
    display: none !important;
  }

  .show-m {
    display: block !important;
  }
}

@media (min-width: 641px) and (max-width: 1200px) {

  /** 
  ============================
  Flex Tablet 
  ============================
  **/
  .flex--t-column {
    flex-direction: column;
  }

  .flex--t-row {
    flex-direction: row;
  }

  .justify-content--center-t {
    justify-content: center;
  }

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

  .align-items--center-t {
    align-items: center;
  }

  /**
  ============================ 
  Fix Height & Width 
  ============================
  **/
  .w-50-t {
    width: 50px;
  }

  .w-300-t {
    width: 300px;
  }

  .h-30-t {
    height: 30px;
  }

  .h-60-t {
    height: 60px;
  }

  .width--full-t {
    width: 100%;
  }

  /**
  ============================ 
  Fix Padding & Margin 
  ============================
  **/
  .p-0-t {
    padding: 0;
  }

  .px-20-t {
    padding: 0 20px;
  }

  .my-8-t {
    margin: 8px 0;
  }

  .mx-10-t {
    margin: 0 10px;
  }

  /** 
  ============================
  Force Display Mobile 
  ============================
  **/
  .hide-t {
    display: none !important;
  }

  .show-t {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1200px) {
  .navik-menu__input.show-m.show-t.hide {
    display: none !important;
  }
}

.pagination {
  justify-content: center;
}

/* TODO: Layout rules divide the page into sections. Layouts hold one or more modules together. */

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

.wave-bottom {
  position: relative;
  margin-bottom: 100px;
  width: 100%;
  background-color: #ecf4fd;
}

.wave-bottom--duet {
  background-color: #f3e8e8;
}

.wave-bottom--ellington {
  background-color: #fdf7ec;
}

.wave-bottom--reader {
  background-color: #f2f5ec;
}

.wave-bottom--multipub {
  background-color: #eef0f2;
}

.wave-bottom .banner {
  max-width: 1266px;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

@media (max-width: 1366px) {
  .wave-bottom {
    padding-bottom: 65px;
    margin-bottom: 65px;
  }
}

.wave-bottom:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1365 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M994.136 12.138C1139.65 18.02 1365 51.586 1365 51.586V0H0v35.402S197.897 59.89 325.381 64.23c261.79 8.911 407.026-62.672 668.755-52.092Z' fill='%23ECF4FD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}

@media (max-width: 1366px) {
  .wave-bottom:after {
    height: 65px;
    top: 100%;
  }
}

.wave-bottom--duet:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1365 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M994.136 12.138C1139.65 18.02 1365 51.586 1365 51.586V0H0v35.402S197.897 59.89 325.381 64.23c261.79 8.911 407.026-62.672 668.755-52.092Z' fill='%23f3e8e8'/%3E%3C/svg%3E");
}

.wave-bottom--ellington:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1365 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M994.136 12.138C1139.65 18.02 1365 51.586 1365 51.586V0H0v35.402S197.897 59.89 325.381 64.23c261.79 8.911 407.026-62.672 668.755-52.092Z' fill='%23fdf7ec'/%3E%3C/svg%3E");
}

.wave-bottom--reader:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1365 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M994.136 12.138C1139.65 18.02 1365 51.586 1365 51.586V0H0v35.402S197.897 59.89 325.381 64.23c261.79 8.911 407.026-62.672 668.755-52.092Z' fill='%23f2f5ec'/%3E%3C/svg%3E");
}

.wave-bottom--multipub:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1365 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M994.136 12.138C1139.65 18.02 1365 51.586 1365 51.586V0H0v35.402S197.897 59.89 325.381 64.23c261.79 8.911 407.026-62.672 668.755-52.092Z' fill='%23eef0f2'/%3E%3C/svg%3E");
}

.wave-bottom--alt:after {
  top: 100%;
}

.partners {
  margin-left: auto;
  margin-right: auto;
  max-width: 1266px;
}

.partners__title {
  font-size: 32px;
  padding-top: 3.75rem;
  font-weight: 600;
  margin-left: 5px;
  margin-right: 5px;
}

@media (min-width: 0px) and (max-width: 1200px) {
  .partners__title {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.partners__image {
  max-width: 100%;
  height: auto;
}

.partners__items {
  box-sizing: border-box;
  display: flex;
  margin-left: -7.5px;
  margin-right: -7.5px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.partners__item {
  box-sizing: border-box;
  flex: 0 0 calc(33.33333% - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
  margin-bottom: 15px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 401px) and (max-width: 768px) {
  .partners__item {
    box-sizing: border-box;
    flex: 0 0 calc(50% - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-bottom: 15px;
  }
}

@media (min-width: 0px) and (max-width: 400px) {
  .partners__item {
    box-sizing: border-box;
    flex: 0 0 calc(100% - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-bottom: 15px;
  }
}

.blog-list {
  box-sizing: border-box;
  display: flex;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.blog-list-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1266px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 0px) and (max-width: 1230px) {
  .blog-list-container {
    margin-right: 15px;
    margin-left: 15px;
    max-width: 100%;
  }
}

.blog-list .item {
  box-sizing: border-box;
  flex: 0 0 calc(25% - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
  margin-bottom: 15px;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .blog-list .item {
    box-sizing: border-box;
    flex: 0 0 calc(50% - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-bottom: 15px;
  }
}

@media (min-width: 641px) and (max-width: 768px) {
  .blog-list .item {
    box-sizing: border-box;
    flex: 0 0 calc(50% - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-bottom: 15px;
  }
}

@media (min-width: 0) and (max-width: 640px) {
  .blog-list .item {
    box-sizing: border-box;
    flex: 0 0 calc(100% - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-bottom: 15px;
  }
}

.blog-list .item>article {
  margin: 0;
  width: inherit;
}

@media (max-width: 1199px) {
  .navik-header .logo {
    box-shadow: none;
  }
}

@media (max-width: 1200px) {
  .navik-header .logo {
    transform: none;
    top: 0;
    padding: 30px 40px 30px 50px;
  }
}

@media (min-width: 1200px) {
  .navik-header .logo {
    transform: none;
    top: 0;
    padding: 30px 40px 30px 50px;
  }

  .navik-header.sticky .logo {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* Top Notification */
.notification {
  background: #d4edda;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  padding: 20px;
  top: -10px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}

.notification a {
  text-decoration: none;
  color: inherit;
}

.mega-menu.mega-menu--small .mega-menu-box .mega-menu__item .mega-menu__item-logo {
  padding-right: 0;
  margin-right: 11px;
  border-radius: 5px;
}

/*Sentence*/
.sentence {
  color: #222;
  font-size: 24px;
  text-align: left;
}

/*FadeIn*/
.fadeIn {
  display: inline;
  text-indent: 8px;
}

.fadeIn span {
  animation: fadeEffect 12.5s linear infinite 0s;
  -ms-animation: fadeEffect 12.5s linear infinite 0s;
  -webkit-animation: fadeEffect 12.5s linear infinite 0s;
  color: #fbb13c;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}

.fadeIn span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}

.fadeIn span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}

.fadeIn span:nth-child(4) {
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}

.fadeIn span:nth-child(5) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}

/*FadeIn Animation*/
@-moz-keyframes fadeEffect {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -moz-transform: translateY(0px);
  }

  10% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -moz-transform: translateY(0px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeEffect {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -webkit-transform: translateY(0px);
  }

  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -webkit-transform: translateY(0px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes fadeEffect {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -ms-transform: translateY(0px);
  }

  10% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -ms-transform: translateY(0px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.page-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1266px;
  padding-left: 15px;
  padding-right: 15px;
}

.page-container.wrapper {
  min-height: 300px;
}

.page-container .banner {
  margin-left: 0;
  margin-right: 0;
}
