/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

* {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

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

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}


/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}
figure figcaption {
	margin-top: 10px;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

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

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.mx-auto, .content,
.content-medium,
.content-small {
  margin: 0 auto;
}

.content {
  max-width: 75rem;
}

.content-medium {
  max-width: 56.25rem;
}

.content-small {
  max-width: 37.5rem;
  line-height: 1.4;
}

p a {
  text-decoration: underline;
  font-weight: 500;
}

.font-default {
  font-family: "Open Sans", sans-serif;
}

.text, .blog-text p,
.blog-text h2,
.blog-text h3,
.blog-text h4,
.blog-text h5,
.blog-text h6, .home-badge-modal .content p,
.home-badge-modal .content h2,
.home-badge-modal .content h3,
.home-badge-modal .content h4,
.home-badge-modal .content h5,
.home-badge-modal .content h6, .popup-form form .text-content p,
.popup-form form .text-content h2,
.popup-form form .text-content h3,
.popup-form form .text-content h4,
.popup-form form .text-content h5,
.popup-form form .text-content h6 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text.extra-large, .blog-text p.extra-large,
.blog-text h2.extra-large,
.blog-text h3.extra-large,
.blog-text h4.extra-large,
.blog-text h5.extra-large,
.blog-text h6.extra-large, .home-badge-modal .content p.extra-large,
.home-badge-modal .content h2.extra-large,
.home-badge-modal .content h3.extra-large,
.home-badge-modal .content h4.extra-large,
.home-badge-modal .content h5.extra-large,
.home-badge-modal .content h6.extra-large, .popup-form form .text-content p.extra-large,
.popup-form form .text-content h2.extra-large,
.popup-form form .text-content h3.extra-large,
.popup-form form .text-content h4.extra-large,
.popup-form form .text-content h5.extra-large,
.popup-form form .text-content h6.extra-large, .text .extra-large, .blog-text p .extra-large,
.blog-text h2 .extra-large,
.blog-text h3 .extra-large,
.blog-text h4 .extra-large,
.blog-text h5 .extra-large,
.blog-text h6 .extra-large, .home-badge-modal .content p .extra-large,
.home-badge-modal .content h2 .extra-large,
.home-badge-modal .content h3 .extra-large,
.home-badge-modal .content h4 .extra-large,
.home-badge-modal .content h5 .extra-large,
.home-badge-modal .content h6 .extra-large, .popup-form form .text-content p .extra-large,
.popup-form form .text-content h2 .extra-large,
.popup-form form .text-content h3 .extra-large,
.popup-form form .text-content h4 .extra-large,
.popup-form form .text-content h5 .extra-large,
.popup-form form .text-content h6 .extra-large {
  font-size: 2.25rem;
  line-height: 2.625rem;
}
.text.large, .blog-text p.large,
.blog-text h2,
.blog-text h3.large,
.blog-text h4.large,
.blog-text h5.large,
.blog-text h6.large, .home-badge-modal .content p.large,
.home-badge-modal .content h2,
.home-badge-modal .content h3.large,
.home-badge-modal .content h4.large,
.home-badge-modal .content h5.large,
.home-badge-modal .content h6.large, .popup-form form .text-content p.large,
.popup-form form .text-content h2,
.popup-form form .text-content h3.large,
.popup-form form .text-content h4.large,
.popup-form form .text-content h5.large,
.popup-form form .text-content h6.large, .text .large, .blog-text p .large,
.blog-text h2 .large,
.blog-text h3 .large,
.blog-text h4 .large,
.blog-text h5 .large,
.blog-text h6 .large, .home-badge-modal .content p .large,
.home-badge-modal .content h2 .large,
.home-badge-modal .content h3 .large,
.home-badge-modal .content h4 .large,
.home-badge-modal .content h5 .large,
.home-badge-modal .content h6 .large, .popup-form form .text-content p .large,
.popup-form form .text-content h2 .large,
.popup-form form .text-content h3 .large,
.popup-form form .text-content h4 .large,
.popup-form form .text-content h5 .large,
.popup-form form .text-content h6 .large {
  font-size: 2rem;
  line-height: 2.375rem;
}
.text.medium, .blog-text p.medium,
.blog-text h2.medium,
.blog-text h3.medium,
.blog-text h4.medium,
.blog-text h5.medium,
.blog-text h6.medium, .home-badge-modal .content p.medium,
.home-badge-modal .content h2.medium,
.home-badge-modal .content h3.medium,
.home-badge-modal .content h4.medium,
.home-badge-modal .content h5.medium,
.home-badge-modal .content h6.medium, .popup-form form .text-content p.medium,
.popup-form form .text-content h2.medium,
.popup-form form .text-content h3.medium,
.popup-form form .text-content h4.medium,
.popup-form form .text-content h5.medium,
.popup-form form .text-content h6.medium, .text .medium, .blog-text p .medium,
.blog-text h2 .medium,
.blog-text h3 .medium,
.blog-text h4 .medium,
.blog-text h5 .medium,
.blog-text h6 .medium, .home-badge-modal .content p .medium,
.home-badge-modal .content h2 .medium,
.home-badge-modal .content h3 .medium,
.home-badge-modal .content h4 .medium,
.home-badge-modal .content h5 .medium,
.home-badge-modal .content h6 .medium, .popup-form form .text-content p .medium,
.popup-form form .text-content h2 .medium,
.popup-form form .text-content h3 .medium,
.popup-form form .text-content h4 .medium,
.popup-form form .text-content h5 .medium,
.popup-form form .text-content h6 .medium {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text.small, .blog-text p,
.blog-text h2.small,
.blog-text h3.small,
.blog-text h4.small,
.blog-text h5.small,
.blog-text h6.small, .home-badge-modal .content p,
.home-badge-modal .content h2.small,
.home-badge-modal .content h3.small,
.home-badge-modal .content h4.small,
.home-badge-modal .content h5.small,
.home-badge-modal .content h6.small, .popup-form form .text-content p,
.popup-form form .text-content h2.small,
.popup-form form .text-content h3.small,
.popup-form form .text-content h4.small,
.popup-form form .text-content h5.small,
.popup-form form .text-content h6.small, .text .small, .blog-text p .small,
.blog-text h2 .small,
.blog-text h3 .small,
.blog-text h4 .small,
.blog-text h5 .small,
.blog-text h6 .small, .home-badge-modal .content p .small,
.home-badge-modal .content h2 .small,
.home-badge-modal .content h3 .small,
.home-badge-modal .content h4 .small,
.home-badge-modal .content h5 .small,
.home-badge-modal .content h6 .small, .popup-form form .text-content p .small,
.popup-form form .text-content h2 .small,
.popup-form form .text-content h3 .small,
.popup-form form .text-content h4 .small,
.popup-form form .text-content h5 .small,
.popup-form form .text-content h6 .small {
  font-size: 1rem;
  line-height: 1.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

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

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

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

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

.text-uppercase {
  text-transform: uppercase;
}

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

.text-bolder {
  font-weight: 700;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.block {
  display: block !important;
}

.flex {
  display: flex !important;
}

.none {
  display: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.m-auto {
  margin: 0 autopx;
}

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

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

.mr-10, .mx-10 {
  margin-right: 10px;
}

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

.ml-10, .mx-10 {
  margin-left: 10px;
}

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

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

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.m-26 {
  margin: 0 26px;
}

.mt-26 {
  margin-top: 26px;
}

.mr-26 {
  margin-right: 26px;
}

.mb-26 {
  margin-bottom: 26px;
}

.ml-26 {
  margin-left: 26px;
}

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

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.m-40 {
  margin: 0 40px;
}

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

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.m-50 {
  margin: 0 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.m-65 {
  margin: 0 65px;
}

.mt-65 {
  margin-top: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

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

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

.p-10 {
  padding: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.p-20 {
  padding: 20px;
}

.pt-26 {
  padding-top: 26px;
}

.pb-26 {
  padding-bottom: 26px;
}

.p-26 {
  padding: 26px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.p-30 {
  padding: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.p-40 {
  padding: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.p-50 {
  padding: 50px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.p-65 {
  padding: 65px;
}

.bg--black {
  background-color: #000;
}

.hover-bg--black:hover {
  background-color: #000;
}

.text--black {
  color: #000;
}

.hover-text--black:hover {
  color: #000;
}

.bg--text-black {
  background-color: #090909;
}

.hover-bg--text-black:hover {
  background-color: #090909;
}

.text--text-black {
  color: #090909;
}

.hover-text--text-black:hover {
  color: #090909;
}

.bg--white {
  background-color: #fff;
}

.hover-bg--white:hover {
  background-color: #fff;
}

.text--white {
  color: #fff;
}

.hover-text--white:hover {
  color: #fff;
}

.bg--button {
  background-color: #1f94a6;
}

.hover-bg--button:hover {
  background-color: #1f94a6;
}

.text--button {
  color: #1f94a6;
}

.hover-text--button:hover {
  color: #1f94a6;
}

.bg--text {
  background-color: #222e44;
}

.hover-bg--text:hover {
  background-color: #222e44;
}

.text--text {
  color: #222e44;
}

.hover-text--text:hover {
  color: #222e44;
}

.bg--secondary-menu {
  background-color: #e5eaf3;
}

.hover-bg--secondary-menu:hover {
  background-color: #e5eaf3;
}

.text--secondary-menu {
  color: #e5eaf3;
}

.hover-text--secondary-menu:hover {
  color: #e5eaf3;
}

.bg--orange {
  background-color: #ffa000;
}

.hover-bg--orange:hover {
  background-color: #ffa000;
}

.text--orange {
  color: #ffa000;
}

.hover-text--orange:hover {
  color: #ffa000;
}

.bg--red {
  background-color: #d84315;
}

.hover-bg--red:hover {
  background-color: #d84315;
}

.text--red {
  color: #d84315;
}

.hover-text--red:hover {
  color: #d84315;
}

.bg--green {
  background-color: #9ccc65;
}

.hover-bg--green:hover {
  background-color: #9ccc65;
}

.text--green {
  color: #9ccc65;
}

.hover-text--green:hover {
  color: #9ccc65;
}

.bg--dark-green {
  background-color: #4db6ac;
}

.hover-bg--dark-green:hover {
  background-color: #4db6ac;
}

.text--dark-green {
  color: #4db6ac;
}

.hover-text--dark-green:hover {
  color: #4db6ac;
}

.bg--purple {
  background-color: #57328A;
}

.hover-bg--purple:hover {
  background-color: #57328A;
}

.text--purple {
  color: #57328A;
}

.hover-text--purple:hover {
  color: #57328A;
}

.bg--pink {
  background-color: #941580;
}

.hover-bg--pink:hover {
  background-color: #941580;
}

.text--pink {
  color: #941580;
}

.hover-text--pink:hover {
  color: #941580;
}

.bg--light-blue {
  background-color: #42a5f5;
}

.hover-bg--light-blue:hover {
  background-color: #42a5f5;
}

.text--light-blue {
  color: #42a5f5;
}

.hover-text--light-blue:hover {
  color: #42a5f5;
}

.bg--dark-blue {
  background-color: #1565c0;
}

.hover-bg--dark-blue:hover {
  background-color: #1565c0;
}

.text--dark-blue {
  color: #1565c0;
}

.hover-text--dark-blue:hover {
  color: #1565c0;
}

.bg--dark-gray {
  background-color: #575757;
}

.hover-bg--dark-gray:hover {
  background-color: #575757;
}

.text--dark-gray {
  color: #575757;
}

.hover-text--dark-gray:hover {
  color: #575757;
}

.bg--gray-1 {
  background-color: #6f7785;
}

.hover-bg--gray-1:hover {
  background-color: #6f7785;
}

.text--gray-1 {
  color: #6f7785;
}

.hover-text--gray-1:hover {
  color: #6f7785;
}

.bg--gray-2 {
  background-color: #9a9a9a;
}

.hover-bg--gray-2:hover {
  background-color: #9a9a9a;
}

.text--gray-2 {
  color: #9a9a9a;
}

.hover-text--gray-2:hover {
  color: #9a9a9a;
}

.bg--gray-3 {
  background-color: #DADADA;
}

.hover-bg--gray-3:hover {
  background-color: #DADADA;
}

.text--gray-3 {
  color: #DADADA;
}

.hover-text--gray-3:hover {
  color: #DADADA;
}

.bg--gray-4 {
  background-color: #f6f6f6;
}

.hover-bg--gray-4:hover {
  background-color: #f6f6f6;
}

.text--gray-4 {
  color: #f6f6f6;
}

.hover-text--gray-4:hover {
  color: #f6f6f6;
}

.bg--gray-5 {
  background-color: #f3f6fa;
}

.hover-bg--gray-5:hover {
  background-color: #f3f6fa;
}

.text--gray-5 {
  color: #f3f6fa;
}

.hover-text--gray-5:hover {
  color: #f3f6fa;
}

.bg--line {
  background-color: #d2d5d9;
}

.hover-bg--line:hover {
  background-color: #d2d5d9;
}

.text--line {
  color: #d2d5d9;
}

.hover-text--line:hover {
  color: #d2d5d9;
}

.bg--linkedin {
  background-color: #0e76a8;
}

.hover-bg--linkedin:hover {
  background-color: #0e76a8;
}

.text--linkedin {
  color: #0e76a8;
}

.hover-text--linkedin:hover {
  color: #0e76a8;
}

.bg--darkest-gray {
  background-color: #3d3e3f;
}

.hover-bg--darkest-gray:hover {
  background-color: #3d3e3f;
}

.text--darkest-gray {
  color: #3d3e3f;
}

.hover-text--darkest-gray:hover {
  color: #3d3e3f;
}

.bg--light-gray {
  background-color: #F2F2F2;
}

.hover-bg--light-gray:hover {
  background-color: #F2F2F2;
}

.text--light-gray {
  color: #F2F2F2;
}

.hover-text--light-gray:hover {
  color: #F2F2F2;
}

.b-1 {
  border-width: 1px;
}

.b-2 {
  border-width: 2px;
}

.b-3 {
  border-width: 3px;
}

.b-4 {
  border-width: 4px;
}

.br-4 {
  border-radius: 4px;
}

.br-5 {
  border-radius: 5px;
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-style: none;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  border-radius: 0.3125rem;
  padding: 0.75rem 1.25rem;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn.btn-thick {
  padding: 0;
  width: 16.25rem;
  height: 6.25rem;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 11;
  width: 100%;
  background: #fff;
  top: 0;
  padding: 1.125rem 2.5rem;
}
@media (max-width: 1170px) {
  header {
    padding: 1.125rem;
  }
}

.promotion-popup {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  padding: 0.625rem;
  text-align: center;
  max-width: 68rem;
  width: 100%;
  font-size: 0.875rem;
  background: #F2F2F2;
  border-bottom-left-radius: 0.9375rem;
  border-bottom-right-radius: 0.9375rem;
}
.promotion-popup .close-banner {
  cursor: pointer;
  position: absolute;
  right: 0.625rem;
}
.promotion-popup.hide {
  display: none;
}
@media (max-width: 540px) {
  .promotion-popup {
    display: none;
  }
}

.menu-wrapper {
  display: flex;
}
.menu-wrapper .menu-item {
  /* padding: 4px 2px; */
  margin: 0 1.5625rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #090909;
}
.menu-wrapper .menu-item.active {
  position: relative;
}
.menu-wrapper .menu-item.active:after {
  content: "";
  height: 0.25rem;
  width: 100%;
  position: absolute;
  display: block;
  background-color: #57328A;
  left: 50%;
  transform: translateX(-50%);
}
.menu-wrapper .menu-item:first-child {
  margin-left: 0;
}
.menu-wrapper .menu-item:last-child {
  margin-right: 0;
}
@media (max-width: 1170px) {
  .menu-wrapper .menu-item {
    margin: 0;
    font-size: 1.375rem;
    margin-bottom: 1.125rem;
  }
}
@media (max-width: 540px) {
  .menu-wrapper .menu-item {
    text-align: center;
  }
}
@media (max-width: 1170px) {
  .menu-wrapper {
    position: fixed;
    flex-direction: column;
    top: 6.4375rem;
    right: 100%;
    width: 50vw;
    z-index: 2;
    padding: 2.5rem 1.125rem;
    height: 100%;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
@media (max-width: 540px) {
  .menu-wrapper {
    width: 100vw;
  }
}
.menu-wrapper.open {
  right: 0;
}

.logo img {
  width: 8.8125rem;
}
@media (max-width: 1170px) {
  .logo img {
    width: 5.625rem;
  }
}

.language-wrapper .choices {
  text-transform: uppercase;
  width: 4.0625rem;
  margin-bottom: 0;
}
.language-wrapper .choices .choices__inner {
  background: transparent;
  border: none;
  font-size: 1.1875rem;
  min-height: unset;
}
.language-wrapper .choices .choices__list--dropdown .choices__item {
  font-size: 1.1875rem !important;
  color: #000;
  padding-right: 0.625rem;
  text-align: center;
}
.language-wrapper .choices .choices__list {
  overflow: hidden;
}
.language-wrapper .choices .choices__list .choices__item--selectable.is-highlighted {
  background: #f6f6f6 !important;
  color: #575757 !important;
}

.shop-badge {
  width: 17.875rem;
  height: 5rem;
  top: 50%;
  right: 0;
  z-index: 1;
}
@media (max-width: 923px) {
  .shop-badge .w-full span {
    font-size: 1.5625rem;
  }
}
@media (max-width: 540px) {
  .shop-badge .w-full span {
    font-size: 1.125rem;
  }
}
.shop-badge svg {
  filter: invert(1);
}
@media (max-width: 923px) {
  .shop-badge {
    width: 15rem;
    height: 5rem;
  }
}
@media (max-width: 540px) {
  .shop-badge {
    width: 11.25rem;
    height: 3.75rem;
  }
}

.language-wrapper {
  display: flex;
  align-items: center;
}

#hamburger {
  margin-left: 1.875rem;
  width: 2.1875rem;
  height: 2.1875rem;
  display: block;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 0.1875rem;
  display: none;
}
#hamburger .line {
  display: block;
  position: absolute;
  height: 0.125rem;
  width: 100%;
  background: #941580;
  border-radius: 0.5625rem;
  opacity: 1;
  right: 0;
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#hamburger .line:nth-child(1) {
  top: 0px;
}
#hamburger .line:nth-child(2) {
  top: 0.75rem;
}
#hamburger .line:nth-child(3) {
  top: 1.5rem;
}
@media (max-width: 1170px) {
  #hamburger {
    display: block;
  }
}
#hamburger.open .line:nth-child(1) {
  top: 0.875rem;
  transform: rotate(135deg);
}
#hamburger.open .line:nth-child(2) {
  opacity: 0;
  right: -3.75rem;
}
#hamburger.open .line:nth-child(3) {
  top: 0.875rem;
  transform: rotate(-135deg);
}
@media (max-width: 540px) {
  #hamburger {
    margin-left: 0.625rem;
  }
}

.floating-form {
  background-color: #090909;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0.5rem 1rem;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  font-family: "OpenSansRegular";
  cursor: pointer;
}
.floating-form :nth-child(2) {
  width: 100%;
  text-align: center;
  max-width: 4rem;
}
.floating-form span {
  font-size: 0.875rem;
  font-weight: bold;
  width: 100%;
  max-width: 5rem;
}

.menu-item a {
  font-weight: 500;
}

.form-opener {
  position: fixed;
  background: #000;
  top: 50vh;
  right: -100%;
  cursor: pointer;
  font-family: "OpenSans", sans-serif;
  font-weight: bold;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  width: 5rem;
  height: 5rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
  z-index: 9999;
  outline-offset: 0.125rem;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.form-opener:hover {
  background-color: #941580;
}
.form-opener.show {
  right: 0;
}
@media (max-width: 540px) {
  .form-opener {
    display: none;
  }
}

.popup-form {
  position: fixed;
  color: #000;
  width: 100%;
  text-align: left;
  z-index: 15;
  display: none;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.popup-form .close-popup-form {
  position: absolute;
  right: 1.25rem;
  font-size: 1.875rem;
  cursor: pointer;
}
.popup-form form {
  position: relative;
  z-index: 16;
  background-color: #F2F2F2;
  max-width: 50rem;
  margin: 0 auto;
  padding: 3.75rem 2.5rem;
}
.popup-form form input:not(.btn),
.popup-form form textarea,
.popup-form form label {
  display: block;
  width: 100%;
}
.popup-form form label {
  margin-bottom: 0.625rem;
}
.popup-form form input:not(.btn),
.popup-form form textarea {
  margin-bottom: 1.25rem;
  padding: 0.9375rem;
  border: 0.0625rem solid #ccc;
}
.popup-form form input:not(.btn) {
  height: 2.5rem;
}
.popup-form form textarea {
  height: 18.75rem;
  font-family: "Open Sans", sans-serif;
}
.popup-form form .error-wrapper {
  position: relative;
  top: -1.25rem;
}
.popup-form form .error-wrapper span {
  color: red;
  font-size: 0.75rem;
}
.popup-form form .btn {
  margin: 1.25rem auto;
  display: block;
  font-family: "OpenSans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.popup-form form .two-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.popup-form form .two-columns .input-wrapper {
  max-width: 49%;
  width: 100%;
}
@media (max-width: 540px) {
  .popup-form form .two-columns .input-wrapper {
    max-width: 100%;
  }
}
.popup-form form label.required:after {
  display: inline;
  content: "*";
  color: red;
  padding-left: 0.1875rem;
}
.popup-form form .text-content p,
.popup-form form .text-content h2,
.popup-form form .text-content h3,
.popup-form form .text-content h4,
.popup-form form .text-content h5,
.popup-form form .text-content h6 {
  margin-bottom: 1.25rem;
}
.popup-form form .text-content ul {
  margin-bottom: 1.25rem;
  padding-left: 1.5625rem;
}
.popup-form form .text-content ul li {
  line-height: 1.4;
  list-style-type: disc;
}
.popup-form.show {
  display: flex;
}
@media (max-width: 540px) {
  .popup-form {
    height: 100%;
    overflow-y: scroll;
  }
}

#social-media a {
  padding: 0.25rem;
}

#legal *:focus-visible {
  outline: 0.125rem solid #fff !important;
}
#legal .popup-form *:focus-visible {
  outline: 0.125rem solid #000 !important;
  outline-offset: 0.125rem;
}

.two-column-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 923px) {
  .two-column-content {
    flex-wrap: wrap;
  }
}
.two-column-content .two-column-image {
  flex-basis: 48%;
}
.two-column-content .two-column-image img {
  width: 100%;
}
@media (max-width: 923px) {
  .two-column-content .two-column-image {
    flex-basis: 100%;
  }
}
.two-column-content .two-column-text {
  flex-basis: 48%;
}
@media (max-width: 923px) {
  .two-column-content .two-column-text {
    flex-basis: 100%;
  }
}
.two-column-content .two-column-text .content-text {
  font-size: 1rem;
}
.two-column-content.left {
  flex-direction: row;
}
@media (max-width: 923px) {
  .two-column-content.left .two-column-image {
    margin-bottom: 1.25rem;
  }
}
.two-column-content.right {
  flex-direction: row-reverse;
}
@media (max-width: 923px) {
  .two-column-content.right .two-column-text {
    margin-bottom: 1.25rem;
  }
}

html.noscroll {
  overflow: hidden;
}

body {
  padding-top: 8.75rem;
  font-family: "OpenSans", sans-serif;
}
@media (max-width: 1170px) {
  body {
    padding-top: 6.4375rem;
  }
}

@media (max-width: 923px) {
  .button-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 923px) {
  .button-wrapper a {
    margin-bottom: 0.625rem;
  }
}

#intro .text, #intro .blog-text p, .blog-text #intro p,
#intro .blog-text h2,
.blog-text #intro h2,
#intro .blog-text h3,
.blog-text #intro h3,
#intro .blog-text h4,
.blog-text #intro h4,
#intro .blog-text h5,
.blog-text #intro h5,
#intro .blog-text h6,
.blog-text #intro h6, #intro .home-badge-modal .content p, .home-badge-modal .content #intro p,
#intro .home-badge-modal .content h2,
.home-badge-modal .content #intro h2,
#intro .home-badge-modal .content h3,
.home-badge-modal .content #intro h3,
#intro .home-badge-modal .content h4,
.home-badge-modal .content #intro h4,
#intro .home-badge-modal .content h5,
.home-badge-modal .content #intro h5,
#intro .home-badge-modal .content h6,
.home-badge-modal .content #intro h6, #intro .popup-form form .text-content p, .popup-form form .text-content #intro p,
#intro .popup-form form .text-content h2,
.popup-form form .text-content #intro h2,
#intro .popup-form form .text-content h3,
.popup-form form .text-content #intro h3,
#intro .popup-form form .text-content h4,
.popup-form form .text-content #intro h4,
#intro .popup-form form .text-content h5,
.popup-form form .text-content #intro h5,
#intro .popup-form form .text-content h6,
.popup-form form .text-content #intro h6 {
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
#intro .text a, #intro .blog-text p a, .blog-text #intro p a,
#intro .blog-text h2 a,
.blog-text #intro h2 a,
#intro .blog-text h3 a,
.blog-text #intro h3 a,
#intro .blog-text h4 a,
.blog-text #intro h4 a,
#intro .blog-text h5 a,
.blog-text #intro h5 a,
#intro .blog-text h6 a,
.blog-text #intro h6 a, #intro .home-badge-modal .content p a, .home-badge-modal .content #intro p a,
#intro .home-badge-modal .content h2 a,
.home-badge-modal .content #intro h2 a,
#intro .home-badge-modal .content h3 a,
.home-badge-modal .content #intro h3 a,
#intro .home-badge-modal .content h4 a,
.home-badge-modal .content #intro h4 a,
#intro .home-badge-modal .content h5 a,
.home-badge-modal .content #intro h5 a,
#intro .home-badge-modal .content h6 a,
.home-badge-modal .content #intro h6 a, #intro .popup-form form .text-content p a, .popup-form form .text-content #intro p a,
#intro .popup-form form .text-content h2 a,
.popup-form form .text-content #intro h2 a,
#intro .popup-form form .text-content h3 a,
.popup-form form .text-content #intro h3 a,
#intro .popup-form form .text-content h4 a,
.popup-form form .text-content #intro h4 a,
#intro .popup-form form .text-content h5 a,
.popup-form form .text-content #intro h5 a,
#intro .popup-form form .text-content h6 a,
.popup-form form .text-content #intro h6 a {
  text-decoration: underline;
}
@media (max-width: 540px) {
  #intro {
    padding: 2.5rem 1.25rem;
  }
}
#intro .large, #intro .blog-text h2, .blog-text #intro h2, #intro .home-badge-modal .content h2, .home-badge-modal .content #intro h2, #intro .popup-form form .text-content h2, .popup-form form .text-content #intro h2 {
  margin-bottom: 2.5rem;
}
@media (max-width: 540px) {
  #intro {
    margin-bottom: 0.625rem;
  }
}

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

.boxes {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.boxes .item-wrap {
  padding: 0 0.625rem;
  margin-bottom: 2.5rem;
  max-width: 25%;
  width: 100%;
}
.boxes .item-wrap .item {
  position: relative;
  overflow: hidden;
}
.boxes .item-wrap .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(87, 50, 138, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding: 0.9375rem;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.boxes .item-wrap .item .overlay h3 {
  text-align: center;
  font-weight: bold;
}
.boxes .item-wrap .item .overlay a {
  text-transform: uppercase;
  font-weight: bold;
}
.boxes .item-wrap .item:hover .overlay {
  opacity: 1;
}
.boxes .item-wrap .item > a:focus-visible + .overlay {
  opacity: 1;
}
@media (max-width: 1170px) {
  .boxes .item-wrap {
    max-width: 33.33333%;
  }
}
@media (max-width: 540px) {
  .boxes .item-wrap {
    max-width: 100%;
    margin-bottom: 1.25rem;
  }
}

.home-badge-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  min-height: 100vh;
  height: 100%;
}
.home-badge-modal .content {
  padding: 2.5rem 1.25rem;
  background-color: #fff;
  position: relative;
  max-height: 100%;
  overflow-y: auto;
}
.home-badge-modal .content p,
.home-badge-modal .content h2,
.home-badge-modal .content h3,
.home-badge-modal .content h4,
.home-badge-modal .content h5,
.home-badge-modal .content h6 {
  margin-bottom: 1.25rem;
}
.home-badge-modal .content p a {
  color: #941580;
}
.home-badge-modal .content iframe {
  height: 33.125rem;
}
.home-badge-modal .content ul {
  margin-bottom: 1.25rem;
  padding-left: 1.5625rem;
}
.home-badge-modal .content ul li {
  line-height: 1.4;
  list-style-type: disc;
}
@media (max-width: 1170px) {
  .home-badge-modal .content {
    padding: 2.5rem 3.75rem;
  }
}
@media (max-width: 540px) {
  .home-badge-modal .content {
    padding: 2.5rem 2.0625rem;
  }
}
.home-badge-modal .close-modal {
  font-size: 1.875rem;
  top: 1.25rem;
  right: 1.25rem;
  color: #000;
  position: absolute;
  cursor: pointer;
}
@media (max-width: 1170px) {
  .home-badge-modal .close-modal {
    position: fixed;
    z-index: 2;
  }
}
@media (max-width: 540px) {
  .home-badge-modal .close-modal {
    font-size: 1.5625rem;
    right: 1.5625rem;
  }
}
.home-badge-modal.show {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-modal-button {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125rem;
  font-family: "OpenSans", sans-serif;
  display: block;
}

@media (max-width: 1170px) {
  .company-items {
    flex-direction: column;
    padding: 0 1.25rem;
  }
}
@media (max-width: 1170px) {
  .company-items .align-center {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1170px) {
  .company-items .align-center .company-box {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}

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

.company-items > div {
  max-width: 33.5rem;
  width: 100%;
  padding: 0.5rem;
}
@media (max-width: 1170px) {
  .company-items > div {
    max-width: 100%;
  }
}

.company-items > div > p {
  flex: 1;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.blog-text p,
.blog-text h2,
.blog-text h3,
.blog-text h4,
.blog-text h5,
.blog-text h6 {
  margin-bottom: 1.25rem;
}
.blog-text a {
  color: #941580;
}
.blog-text iframe {
  height: 33.125rem;
}
.blog-text ul {
  margin-bottom: 1.25rem;
  padding-left: 1.5625rem;
}
.blog-text ul li {
  line-height: 1.4;
  list-style-type: disc;
}

.switch-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.switch-wrap .switch {
  position: relative;
  display: inline-block;
  width: 3.75rem !important;
  height: 2.125rem !important;
  margin-bottom: 0;
}
.switch-wrap .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-wrap .switch input:focus-visible + .slider {
  outline: 0.125rem solid #000 !important;
  outline-offset: 0.125rem;
}
.switch-wrap .switch input:checked + .slider {
  background-color: #941580;
}
.switch-wrap .switch input:focus + .slider {
  box-shadow: 0 0 0.0625rem #57328A;
}
.switch-wrap .switch input:checked + .slider:before {
  -webkit-transform: translateX(1.625rem);
  -ms-transform: translateX(1.625rem);
  transform: translateX(1.625rem);
}
.switch-wrap .switch .slider {
  position: absolute;
  border-radius: 1.25rem;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #57328A;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch-wrap .switch .slider:before {
  position: absolute;
  content: "";
  height: 1.625rem;
  width: 1.625rem;
  left: 0.25rem;
  bottom: 0.25rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.switch-wrap p:nth-of-type(1) {
  padding-right: 0.625rem;
}
.switch-wrap p:nth-of-type(2) {
  padding-left: 0.625rem;
}

.basic #intro {
  margin-bottom: 0;
  padding-bottom: 0;
}

button {
  border: none;
  padding: 0;
  background: transparent;
}

*:focus-visible {
  outline: 0.125rem solid #000 !important;
  outline-offset: 0.125rem;
}

.error-wrapper {
  position: absolute;
  top: calc(100% + 0.125rem);
  left: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.error-wrapper.show {
  opacity: 1;
  visibility: visible;
}
.error-wrapper span {
  color: red;
  font-size: 0.75rem;
}

.error-icon {
  margin-right: 0.25rem;
}
.error-icon svg {
  width: 1rem;
  height: auto;
}

.skip-link {
  position: absolute;
  top: -2.5rem;
  left: 0.625rem;
  background: #000;
  color: #fff;
  padding: 0.625rem;
  z-index: 99999;
  text-decoration: none;
  transition: top 0.3s;
}

.skip-link:focus-visible {
  top: 0.625rem;
}
/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  background-color: #ffffff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
}

.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0px 0px 0px 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #dddddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #ffffff;
  word-break: break-all;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.choices__list--dropdown.is-active {
  visibility: visible;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }

  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/*=====  End of Choices  ======*/
